
body {
	font-family: 'Noto Serif', 'Open Sans', Arial, serif;
	line-height: 1.8;
	font-size: 16px;
	background: #fff;
	font-weight: 300;
	position: relative;
}

a {
	color: #333;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover {
	text-decoration: none;
	color: #333;
}
p {
	font-size: 16px;
	color: #444;
	font-weight: 300;
	line-height: 1.6;
	font-family: 'Noto Serif', "Open Sans", Arial, serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: 'Noto Serif', "Open Sans", Arial, serif;
	font-weight: 500;
	margin: 0;
	line-height: 1.6;
	font-size: 16px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
	color: #333;
}
.clearfix{
	clear: both;
}
.header-fixed{
	position: fixed !important;
	top: 0;
	z-index: 999;
	/*border-radius: 0 !important;*/
}
.product-header-fixed{
	position: fixed !important;
	top: 55px;
	z-index: 99;
	/*bottom:0;*/
	overflow-y:scroll;
	overflow-x:hidden;
	/*border-radius: 0 !important;*/
}
.product-header-fixed::-webkit-scrollbar {
	display: none;
}
.box_button button{
	background-image: -webkit-linear-gradient(90deg, #41696d 35%, #3dadc0 100%);
	color: #fff;
}
.box_button button:hover{
	background-image: -webkit-linear-gradient(90deg, #3dadc0 35%, #41696d 100%);
	color: #fff !important;
}

#header-title{
	background: #3dadc0;
	padding: 10px 0;
}
#header-title img{
	width: 35px;
	display: inline-block;
	transition: 0.5s ease-in-out;
	-webkit-animation:linear infinite alternate;
	-webkit-animation-name: play-title;
	-webkit-animation-duration: 2s;
}
#header-title span{
	color: #90caf9;
	font-size: 16px;
	padding-left: 5px;
	margin-right: 25px;

}
#header-title .title span{
	margin-right: 0;
}
#header-title .info, #header-title .title{
	display: inline-block;
}

#main{
	background-image: -webkit-linear-gradient(130deg, #a6f3ff 20%, #ffffff 100%);
	padding: 0 0;
	transition: 0.3s ease-in-out;
}
#main.active-menu{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
#main .group-logo{
	padding-bottom: 15px;
}
#main .group-logo img{
	display: inline-block;
	width: 100px;
	transition: 0.3s ease-in-out;
}
#main.active-menu .group-logo img{
	display: inline-block;
	width: 50px;
	transition: 0.3s ease-in-out;
}
#main .group-menu .menu{
	position: relative;
}
#main .group-menu .navbar{
	margin-bottom: 0;
}
#main .group-menu .navbar-toggler{
	display: none;
}
#main .group-menu .menu ul{
	/*padding: 0;
	margin: 0;
	display: inline-block;
	margin-left: 70px;
	float: none;
	vertical-align: middle;*/
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}
#main .group-menu .menu ul li{
	display: inline-block;
	transition: 0.3s ease-in-out;
	margin-right: 50px;
}
#main .group-menu .menu ul li:hover{
	border-bottom: 2px solid #41696d;
}
#main .group-menu .menu ul li.active{
	border-bottom: 2px solid #41696d;
}
#main .group-menu .menu ul li a{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	color: #3dadc0;
}
#main .group-menu .menu ul li:hover a{
	color: #41696d;
}
#main .group-menu .menu ul li.active a{
	color: #41696d;
}

#main .search{
	margin-right: 0px !important;
}
#main .search .input-key{
	display: inline-block;
	background-color: unset;
	border: 1px solid #3dadc0;
}
#main .search form{
	position: relative;
}
#main .search button{
	background-color: unset;
	border: none;
	position: absolute;
	padding: 0;
	top: 0;
	right: 0;
}
#main .search button .img-btn{
	width: 34px;
	display: inline-block;
	padding: 5px 5px;
	background-color: #3dadc0;
	border-radius: 5px;
	transition: 0.5s ease-in-out;
}
#main .search:hover .input-key{
	border: 1px solid #41696d;
}
#main .search:hover .img-btn{
	background-color: #41696d;
}

main{
	padding-top: 40px;
}

main .features-row{
	position: relative;
	margin-bottom: 70px;
}
main .features-row::before {
	position: absolute;
	content: "";
	background: #eaeaea;
	width: 100%;
	height: 4px;
	top: 42px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
main .features-row .feature-box {
	margin-top: 24px;
	transition: 0.5s ease-in-out;
}
main .features-row .feature-box .feature-timeline {
	text-align: center;
}
main .feature-box .feature-timeline span {
	display: inline-block;
	height: 36px;
	width: 36px;
	background: #3dadc0;
	line-height: 36px;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: relative;
	transition: 0.5s ease-in-out;
}
main .feature-box .feature-timeline span::before {
	position: absolute;
	content: "";
	height: 44px;
	width: 44px;
	border: 2px solid #3dadc0;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	transition: 0.5s ease-in-out;
}
main .feature-box .single-feature {
	padding: 30px 23px;
	background: #3dadc0;
	border-radius: 5px;
	margin-top: 40px;
	position: relative;
	transition: 0.5s ease-in-out;
}
main .feature-box .single-feature::before {
	position: absolute;
	content: "";
	bottom: 100%;
	height: 8px;
	width: 14px;
	background: #3dadc0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-clip-path: polygon(50% 0%,0% 100%,100% 100%);
	clip-path: polygon(50% 0%,0% 100%,100% 100%);
	transition: 0.5s ease-in-out;
}
main .feature-box .single-feature .feature-icon span {
	text-align: center;
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	margin-bottom: 10px;
	transition: 0.5s ease-in-out;
}
main .feature-box .single-feature h5 {
	color: #fff;
	font-size: 15px;
	transition: 0.5s ease-in-out;
}
main .feature-box:hover .single-feature {
	margin-top: 20px;
}
main .feature-box:hover .feature-timeline span {
	background: #41696d;
}
main .feature-box:hover .feature-timeline span::before {
	border: 2px solid #41696d;
}
main .feature-box:hover .single-feature {
	background: #41696d;
}
main .feature-box:hover .single-feature::before {
	background: #41696d;
}

main #group-about{
	position: relative;
	overflow: hidden;
	background-image: -webkit-linear-gradient(90deg, #41696d 35%, #7abdc3 100%);
	margin-bottom: 50px;
}
main #group-about img{
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
}
main #group-about .sub-about{
	margin-top: 70px;
	margin-bottom: 70px;
	padding: 30px 20px;
	border-radius: 30px;
	background: #41696dd1;
	box-shadow: 2px 4px 8px rgb(166 243 255);
	z-index: 1;
}
main #group-about .sub-about h3{
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}
main #group-about .sub-about p{
	color: #fff !important;
}
main #group-about .sub-about a{
	color: #fff;
	padding: 5px 15px;
	border-radius: 10px;
	transition: 0.5s ease-in-out;
	background-image: -webkit-linear-gradient(90deg, #41696d 35%, #3dadc0 100%);
}
main #group-about .sub-about a:hover{
	background-image: -webkit-linear-gradient(90deg, #3dadc0 35%, #41696d 100%);
}


main #menu-category .navbar-inverse{
	background-color: unset;
	border: 2px solid #3dadc0;
}
main #menu-category .navbar-header{
	width: 100%;
	background: #3dadc0;
	color: #fff;
}
main #menu-category .navbar-header .navbar-brand{
	color: #fff;
	text-transform: uppercase;
}
main #menu-category #myNavbar{
	padding: 0;
	background-color: #fff;
}
main #menu-category #myNavbar ul{
	width: 100%;
	margin: 0;
}
main #menu-category #myNavbar ul li {
	width: 100%;
	border-top: 1px solid #3dadc0;
	transition: 0.5s ease-in-out;
}
main #menu-category #myNavbar ul li:hover {
	background-color: #41696d;
}
main #menu-category #myNavbar ul li.active {
	background-color: #41696d;
}
main #menu-category #myNavbar ul li a{
	padding: 7px 7px 7px 15px;
	background: no-repeat;
}
main #menu-category #myNavbar ul li .title{
	color: #3dadc0;
	transition: 0.5s ease-in-out;
}
main #menu-category #myNavbar ul li:hover .title{
	color: #fff;
	padding-left: 30px;
}
main #menu-category #myNavbar ul li.active .title{
	color: #fff;
	padding-left: 30px;
}
main #menu-category #myNavbar ul li:hover .title:before{
	display: inline-block;
	width: 26px; 
	height: 20px;
	position: absolute;
	left: 15px;
	top: 10px;
	content:"";
	transition: 0.5s ease-in-out;
	background-image: url(../images/text_hover.png);
	background-size: cover;
}
main #menu-category #myNavbar ul li.active .title:before{
	display: inline-block;
	width: 26px; 
	height: 20px;
	position: absolute;
	left: 15px;
	top: 10px;
	content:"";
	transition: 0.5s ease-in-out;
	background-image: url(../images/text_hover.png);
	background-size: cover;
}
main #group-all-product{
	/*padding-top: 40px;*/
	padding-bottom: 50px;
}
main #group-all-product .group-title .div-title{
	border-bottom: 2px solid #3dadc0;
}
main #group-all-product .group-title .div-title .title{
	padding: 15px 25px 15px 15px;
	font-size: 18px;
	line-height: 20px;
	display: inline-block;
	color: #fff;
	background: #3dadc0;
	text-transform: uppercase;
}
main #group-all-product .blog-product{
	padding-top: 30px;
	padding-bottom: 10px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
main #group-all-product .blog-product .group-product{
	/*box-shadow: 6px 6px 8px rgb(65 105 109 / 77%);*/
}
main #group-all-product .blog-product .group-product .post-thumbnail{
	overflow: hidden;
	border-radius: 50px;
}
main #group-all-product .blog-product .group-product .post-thumbnail .img-index{
	/*opacity: 1;*/
	transition: 0.5s ease-in-out;
}
main #group-all-product .blog-product .group-product:hover .post-thumbnail .img-index{
	/*opacity: 0;*/
	transform: scale(1.2);
}
main #group-all-product .group-product .post-content{
	padding: 5px 10px 10px;
	transition: 0.5s ease-in-out;
	/*background-image: -webkit-linear-gradient(90deg, #cccccc 25%, #58f5f5 100%);*/
}
main #group-all-product .group-product:hover .post-content{
	/*background-image: -webkit-linear-gradient(130deg, #184f8a 25%, #54f9da 100%);*/
}
main #group-all-product .group-product .post-content .title{
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #3dadc0;
	font-size: 18px;
	height: 50px;
	line-height: 24px;
}
main #group-all-product .group-product .post-content .title:hover{
	color: #41696d;
}
main #group-all-product .group-product .post-content .post-info .stars{
	text-align: center;
}
main #group-all-product .group-product .post-content .post-info .stars img{
	display: inline-block;
	width: 35px;
	padding: 0 3px;
}
main #group-all-product .group-product .post-content .post-detail{
	position: relative;
	height: 30px;
}
main #group-all-product .group-product .post-content .post-detail .post-left{
	/*float: left;*/
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s ease-in-out;
	min-width: 0px;
}
main #group-all-product .group-product .post-content .post-detail .post-left .detail-view{
	padding: 5px 7px;
	color: #fff;
	background: #3dadc0;
	font-size: 12px;
	text-transform: uppercase;
	transition: 0.5s ease-in-out;
	min-width: 0px;
}
main #group-all-product .group-product .post-content .post-detail .post-left:hover{
	min-width: 100%;
	z-index: 1;
}
main #group-all-product .group-product .post-content .post-detail .post-left:hover .detail-view{
	min-width: 100%;
}
main #group-all-product .group-product .post-content .post-detail .post-right{
	/*float: right;*/
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.5s ease-in-out;
	min-width: 0;
}
main #group-all-product .group-product .post-content .post-detail .post-right .detail-check-out{
	padding: 5px 7px;
	color: #fff;
	background: #a40000;
	font-size: 12px;
	text-transform: uppercase;
	transition: 0.5s ease-in-out;
	min-width: 0;
}
main #group-all-product .group-product .post-content .post-detail .post-right:hover{
	min-width: 100%;
	z-index: 1;
}
main #group-all-product .group-product .post-content .post-detail .post-right:hover .detail-check-out{
	min-width: 100%;
}
/*main #group-all-product .group-product .post-hotline{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	background-image: -webkit-linear-gradient(90deg, #41696d 35%, #3dadc0 100%);
	transition: 1s ease-in-out;
}
main #group-all-product .group-product:hover .post-hotline{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 1s ease-in-out;
}
main #group-all-product .group-product .post-hotline:hover{
	background-image: -webkit-linear-gradient(90deg, #3dadc0 35%, #41696d 100%);
}*/

main #group-all-product .group-product .post-detail{
	position: absolute;
	top: -70px;
	left: 20px;
	right: 20px;
	height: 40px;
	text-align: center;
	transition: 0.5s ease-in-out;
}
main #group-all-product .group-product:hover .post-detail{
	top: 50%;
	transform: translate(0, -50%);
	transition: 0.5s ease-in-out;
}
main #group-all-product .group-product .post-detail .btn-detail{
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50%;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin: 0 3px;
	line-height: 35px;
	vertical-align: middle;
	transition: 0.5s ease-in-out;
}
main #group-all-product .group-product .post-detail .btn-detail span{
	display: none;
	transition: 0.5s ease-in-out;
}

main #group-all-product .group-product .post-detail .detail-view{
	background: #5a0f85;
}
main #group-all-product .group-product .post-detail .detail-check-out{
	background: #a40000;
}
main #group-all-product .group-product .post-detail .detail-hotline{
	background: #41696d;
}

main #group-all-product .group-product .post-detail .detail-view:hover{
	background: #5a0f85;
    border-radius: 20px;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
}
main #group-all-product .group-product .post-detail .detail-view:hover span{
	display: inline-block;
}
main #group-all-product .group-product .post-detail .detail-check-out:hover{
	background: #a40000;
    border-radius: 20px;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
}
main #group-all-product .group-product .post-detail .detail-check-out:hover span{
	display: inline-block;
}
main #group-all-product .group-product .post-detail .detail-hotline:hover{
	background: #41696d;
    border-radius: 20px;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
}
main #group-all-product .group-product .post-detail .detail-hotline:hover span{
	display: inline-block;
}

footer {
	padding-top: 50px;
	padding-bottom: 20px;
	background-image: -webkit-linear-gradient(90deg, #1d1d1d 35%, #404040 100%);
}
footer h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
}
footer h3:before {
	content: '';
	position: absolute;
	top: 30px;
	height: 3px;
	width: 50%;
	background: #fff;
}
footer p {
	color: #b8b8b8 !important;
}

footer ul.sub-share {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #fff;
}
footer ul.sub-share li{
	display: inline-block;
    border: 1px dashed #b8b8b8;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 5px 5px 15px;
}
footer ul.sub-share li i{
	color: #fff;
	font-size: 18px;
	line-height: 38px;
	transition: 0.5s ease-in-out;
}
footer ul.sub-share li:hover{
    border: 1px solid #fff;
    background: #fff;
}
footer ul.sub-share li:hover i{
	color: #41696d;
	transform: scale(1.2);
}
footer .box-link a{
	display: block;
	color: #b8b8b8;
}
footer .box-link a:hover{
	color: #fff;
}

#return-to-top {
	cursor: pointer;
	position: fixed;
	z-index: 999;
	bottom: 50px;
	right: 20px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 11px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
	color: #fff;
	top: 5px;
}

#slide-text {
	height: 35px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	background-image: linear-gradient(to top left,#ff8a00,#da1b60);
	border-radius: 10px;
}
#slide-text .marquee {
	overflow: hidden;
}
#slide-text .title {
	vertical-align: middle;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}
#slide-text .title:before{
	display: inline-block;
	width: 22px; 
	height: 17px;
	margin-right: 20px;
	content:"";
	transition: 0.5s ease-in-out;
	background-image: url(../images/text_hover.png);
	background-size: cover;
}
#slide-text .title:after{
	display: inline-block;
	width: 22px; 
	height: 17px;
	margin-left: 20px;
	content:"";
	transition: 0.5s ease-in-out;
	background-image: url(../images/text_hover.png);
	background-size: cover;
}

@keyframes  play-title {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.3);
	}
	100% {
		transform: scale(1);
	}
}

.call {
	position: fixed;
	left: 60px;
	bottom: 60px;
	z-index: 999;
	width: 50px;
	height: 50px;
	line-height: 33px;
	margin: 0 auto;
	border-radius: 50%;
	animation: play 1.5s ease infinite;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.call a {
	position: absolute;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	z-index: 999999 !important;
	/*background: #41696d;*/
	background-image: -webkit-linear-gradient(90deg, #41696d 35%, #3dadc0 100%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	font-size: 25px;
	border: 1px solid #fff;
	transition: .5s ease-in-out;
}
.call:hover {
	animation: none;
	transform: scale(1.2);
}

.hotline {
	position: fixed;
	left: 90px;
	bottom: 70px;
	z-index: 99;
}
.hotline a {
	color: #fff;
	padding: 5px 10px 5px 30px;
	text-align: center;
	z-index: 999999 !important;
	/*background: #41696d;*/
	background-image: -webkit-linear-gradient(90deg, #41696d 35%, #3dadc0 100%);
	width: 100%;
	border: 1px solid #fff;
	border-radius: 20px;
}

@keyframes play {
	0% {
		transform: scale(1);
	}
	15% {
		box-shadow: 0 0 0 20px #41696c73;
	}
	25% {
		box-shadow: 0 0 0 20px #41696c73, 0 0 0 40px #41696c4d;
	}
	30% {
		transform: scale(1.2);
	}
}

body{
	position: relative;
}


@keyframes  play-loading {
	0% {
		transform: scale(0.8);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(0.8);
	}
}

.pagination{
	padding-top: 20px;
}
.pagination li:hover a{
	color: #fff;
	background-image: -webkit-linear-gradient(90deg, #41696d 35%, #3dadc0 100%);
}
.pagination li.active a{
	background-image: -webkit-linear-gradient(90deg, #41696d 35%, #3dadc0 100%);
}
.sub-title{
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	color: #41696d;
	text-align: center;
	margin-bottom: 20px;
}

.data-list{}
.data-list .list-detail{
	position: relative;
	padding-top: 5px;
	margin-bottom: 25px;
	min-height: 80px;
	box-shadow: 0px 4px 8px rgb(177 244 255);
	transition: .5s ease-in-out;
}
.data-list .list-detail img{
	position: absolute;
	top:  5px;
	left: 15px;
	width: 70px;
	height: 70px;
	display: inline-block;
	border-radius: 50%;
	transition: .5s ease-in-out;
}
.data-list .list-detail .title{
	margin-left: 80px;
	display: inline-block;
	font-size: 18px;
	line-height: 22px;
	color: #3dadc0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: .5s ease-in-out;
}
.data-list .list-detail:hover{
	box-shadow: 0px 4px 8px rgb(65 105 109);
}
.data-list .list-detail:hover img{
	transform: rotate(360deg);
}
.data-list .list-detail:hover .title{
	color: #41696d;
}


/* lg */ 
@media (min-width: 1331px) {
}
@media (max-width: 1330px) {
}

/* md */
@media (max-width: 1199px) {
	#main .group-menu .menu ul{
		/*margin-left: 50px;*/
	}
	#main .group-menu .menu ul li{
		margin-right: 30px;
	}

	main #group-about img{
		width: 80%;
	}
}
/* sm */
@media (max-width: 991px) {

	#main .group-menu .menu ul{
		/*margin-left: 20px;*/
	}
	#main .group-menu .menu ul li{
		margin-right: 15px;
	}
	#main .group-menu .menu ul li a{
		font-size: 14px;
	}

	main .features-row::before{
		display: none;
	}
	main .features-row .feature-box{
		margin-bottom: 30px;
	}

	main #group-about img{
		width: 100%;
		position: relative;
		background: #a6f2ff42;
	}
}

/* xs */
@media (max-width: 767px){
	#main .group-menu .navbar-toggler{
		display: inline-block;
		margin-top: 7px;
		margin-bottom: 5px;
	}
	#main .group-menu .navbar-toggler{
		border: 1px solid #41696d;
		border-radius: 50%;
		background: none;
		padding: 5px;
	}
	#main .group-menu .navbar-toggler{
		width: 50px;
		height: auto;
	}
	#main .group-logo{
		display: none;
	}

	#main .group-menu .menu ul{
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		padding: 0;
		margin: 0;
		display: inline-block;
		margin-left: 70px;
		float: none;
		vertical-align: middle;
		margin-left: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	#main .group-menu .menu ul li{
		display: block;
		margin-bottom: 10px;
	}
	main #group-all-product .group-product .post-detail{
		position: relative !important;
		top: auto !important;
		transform: none !important;
		left: auto !important;
		right: auto !important;
		height: auto !important;
		margin: 10px 0 0 !important;
	}

	footer .box-object{
		margin-bottom: 20px;
	}
	footer h3{
		margin-bottom: 15px;
	}

	.hotline{
		display: none;
	}
}
@media (max-width: 570px){
}
@media (max-width: 440px){
}
@media (max-width: 340px){
}
@media (max-width: 260px){
}