body {
	font-family: 'Open Sans', sans-serif;
	text-shadow: none;
	color: #000;
	background-color: white;
	/*font-family: 'Roboto', Arial, Helvetica, sans-serif !important;*/
	/*text-shadow: 0 0;*/
}
a {
	color: #107DBC;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}
a:hover,
a:focus,
a:active {
	outline: none;
	box-shadow: none;
	color: #000;
	text-decoration: none !important;
}
* {
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	text-rendering: geometricPrecision;
}
img {
	max-width: 100%;
}
li {
	list-style: none;
}
textarea {
	resize: vertical;
}
hr {
	margin-top: 5px;
	margin-bottom: 10px;
}
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(105,105,105,0.8); 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(105,105,105,0.4); 
}
/*TOPMENU*/
#menu-top{
	background-color: black;
	padding: 10px;
	color: white;
}
#menu-top .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#menu-top .hotline,
#menu-top .slogan{
	flex-grow: 0;
}
#menu-top .hotline{
	font-weight: bold;
}
#menu-top .hotline a{
	color: red;
}
/*BANNER*/
#banner img{
	width: 100%;
}
/*MENU-CENTER*/
/*#menu-center{
	background-color: #0166AC;
	}*/
	#menu-center .scrollfix{
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: auto;
		height: 50px;
		background-color: #31A6F6;
	}
	#menu-center .scrollfix.fixed{
		position: fixed;
		top: 0;
		background-color: #31A6F6 ;
		margin: auto;
		min-width: 100%;
		box-shadow: 0 0 12px rgba(0, 0, 0, 0.48);
	}
	#menu-center .menu-item .active{
		background-color: #0166AC;
		/*color: red;*/
	}
	#menu-center .menu-item{
		height: 100%;
		position: relative;
		flex-grow: 0;
	}
	#menu-center .menu-item > a{
		display: flex !important;
		align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
		color: white;
		font-size: 16px;
		padding: 14px 35px;
		font-weight: bold;
	}
	#menu-center .box-tt a:hover{
		box-shadow: none !important;
	}
	#menu-center .menu-item a:hover{
		color: red;
		/*background-color: #E6F2F8;*/
		/*box-shadow: 0px 2px white;*/
	}
	#menu-center .box-tt a{
		padding:0px 15px;
		line-height: 30px;
		text-align: left;
		display: block;
		white-space: nowrap;
		font-size: 15px;
		color: black;
	}
	#menu-center .box-tt {
		position: absolute;
		top: 100%;
		left: 0px;
		background: #31a6f6;
		box-shadow: 0 0 5px black;
		z-index: 9999999999;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.3s;
	}
	#menu-center .menu-item:hover .box-tt{
		background-color: white;
		/*box-shadow: 0px 1px #107DBC;*/
		opacity: 1;
		pointer-events: all;
	}
	.form-group input{
		margin: 10px 0px;
		position: relative;
	}
	.btn-default{
		margin-right: 20px;
		position: absolute;
		right: 0;
		margin: -44px 25px;
		border: none;
		background: unset;
	}
	.navbar-right{
		margin-right: 15px;
	}
	.btn-default:hover{
		background-color: unset;
		border-color: unset;
	}
	/*FOOTER*/
	#footer{
		padding: 30px 15px;
		background-color: #0166AC;
		color: #fff;
	}
	#footer-top {
		margin: auto;
		max-width: 1280px !important;
		width: 100% !important;
		color: white;
	}
	.coppy-right{
		background-color: #0047A8;
		text-align: center;
		color: white;
		font-size: 16px;
		padding: 5px 0px;
	}
	/*SLIDER*/
	#slide .swiper-slide img{
		width: 100%;
		/*height: 568px;*/
	}
	#slide-post .thumb img{
		height: 250px;
		width: 350px;
	}
	#slide-post .btn-default{
		position: unset;
		margin: 5px 50%;
	}
	#slide-post .btn-default:hover{
		color: red;
	}
	#slide-post-popular .post-item-right{
		margin:0px 10px;
	}
	#slide-post-popular .description{
		height: 180px;
		width: 315px !important;
	}
	#slide-post-popular .title a{
		font-size: 16px;
		font-weight: bold;
		color: black;
	}
	#slide-post-popular .title a:hover{
		color: red;
	}
	#silde-doitac {
		margin: 15px 55px;
	}
	#silde-doitac .thumb img{
		height: 150px;
	}
	#product-popular .tieude,
	.tile-post{
		font-size: 27px;
		margin: 15px;
		color: #00f;
		border-bottom: solid 2px #0000FF;
		padding-bottom: 5px;
		font-weight:bold;
	}
	
	#content.category-product .category-title,
	#content.category-post .category-title{
		font-size: 25px;
		margin: 15px;
		color: #0000FF;
		border-bottom: solid 2px #0000FF;
		padding-bottom: 5px
	}
	#product-popular .tieudesp{
		text-align: center;
		margin: 10px 0px;
	}
	#product-popular .tieudesp a{
		color: black;
	}
	#product-popular .tieudesp a:hover{
		color: red;
		font-weight: bold;
	}
	/*#product-popular img{
		margin: 0px 10px;
		}*/
		#content{
			max-width: 1280px;
			margin: auto;
		}
		#product-popular{
			margin-bottom: 25px;
		}
		#content.category-product .category-description{
			margin: 15px 0px;
		}
		#content.category-product .category-right{
			margin-bottom: 15px;
		}
		.product-item .text-center{
			margin: 10px 0px;
		}
		.product-item .text-center a{
			color: black;
		}
		.product-item .text-center a:hover{
			color: red;
			font-weight: bold;
		}
		.product-item a{
			/*height: 200px;*/
			/*width: 300px;*/
		}
		.product-item .thumb img{
			width: 100%;
			/*height: 200px !important;*/
		}
		.sanphamlienquan,
		.cactinkhac,
		#giohang .td,
		.banner-title{
			font-size: 25px;
			text-align: center;
			font-weight: bold;
			margin: 15px 0px;
			color: #0000FF;
		}
		#content.product .product-left {
			float: left;
			width: calc(40% - 15px / 2);
			border: solid 1px #ccc;
			padding-left: 10px;
			padding-right: 10px;
			padding-bottom: 10px;
		}
		#content.product .product-right {
			float: right;
			width: calc(60% - 15px / 2);
			border: solid 1px #ccc;
			padding: 5px;
		}
		#content.product .product-right {
			margin-bottom: 15px;
		}
		#content.product .product-right #product-thumbnail {
			margin-bottom: 5px;
			/*max-width: 400px;*/
			/*float: right;
			width: calc(100% - 105px);*/
			/*margin: auto;*/
		}
		/*#content.product .product-right .product-navigator {
			float: left;
			width: 100px;
		}*/
		#content.product .product-right .product-navigator .swiper-slide img {
			width: 100%;
			height: auto !important;
			/*border: solid 1px #ccc;*/
			/*height: 97px !important;*/
		}
		.category-right .post-item .title,
		.post-list .post-item .title{
			text-align: center;
			margin: 10px 0px;
		}
		.category-right .post-item .title a,
		.post-list .post-item .title a{
			color: black;
		}
		.post-item-container{
			margin-bottom: 10px;
		}
		.category-right .date,
		.post-item .date{
			text-align: center;
		}	
		.category-right .post-item .title a:hover,
		.post-list .post-item .title a:hover{
			color: red;
			/*font-weight: bold;*/
		}
		.readmore-button{
			margin-bottom: 15px;
		}
		.post-item a{
			overflow: hidden;
			display: block;
			margin-bottom: 10px;
		}
		.post-item img{
			width: 100%;
			/*height: 200px !important;*/
			-webkit-transition: transform .3s;
		}
		.product-item a.img{
			overflow: hidden;
			display: block;
			margin-bottom: 10px;
			/*width: 290px;*/
			/*height: 200px;*/
		}
		a.it-thumbnail{
			overflow: hidden;
			display: block;
			margin-bottom: 10px;
			/*width: 300px;*/
			/*height: 200px;*/
		}

		.product-item img,
		#product-popular img {
			width: 100%;
			/*height: 200px !important;*/
			-webkit-transition: transform .3s;
		}
		.post-item a:hover img,
		#product-popular a:hover img,
		.product-item a:hover img {
			transform: scale(1.1);
			transform: scale(1.1);
		}
		.product-right .fancybox-thumb img{
			/*width: 300px;*/
			/*height: 200px;*/
			width: 100%;
			/*margin: 5px 12%;*/
		}
		.swiper-button-prev,
		.swiper-button-next{
			background-image: unset;
		}
		.fa-chevron-right,
		.fa-chevron-left{
			background: black;
			padding: 10px 12px;
			border-radius: 50%;
			color: white;
		}
		.maps iframe,
		.fanpage iframe{
			width: 420px;
			height: 300px;
		}
		#footer-top .td{
			font-size: 30px;
			margin-bottom: 20px;
			line-height: 1;
		}
		.chitietsanpham .td,
		.description-body .td{
			font-size: 25px;
			font-weight: bold;
			color: #0000FF;
			margin: 10px 0px;
		}
		.description-body .title{
			color: #0000ff;
			margin: 10px;
			font-weight: bold;
		}
		.description-body .title span{
			color: black;
			font-weight: normal;
		}
		.dathang{
			text-align: center;
			margin: 15px;
		}
		#giohang {
			margin-bottom: 30px;
		}
		#giohang .btn{
			max-height: 25px;
			line-height: 1;
			color: black;
		}
		#giohang .btn a:hover{
			color: red;
		}
		.nav-tabs a{
			color: black;
			font-weight: bold;
		}
		.nav-tabs>li.active>a{
			background-color: #E6F2F8 !important;
			color: red !important;
			font-weight: bold;
		}
		.nav-tabs a:hover{
			color: red;
			background-color: #E6F2F8 !important;
			font-weight: bold;
		}
		.in{
			margin: 15px;
		}
		#review_form{
			width: 50%;
			float: right;
		}
		ul.starRating li.active {
			color: orange;
			margin: 0px 5px;
		}
		ul.starRating {
			list-style: none;
			padding: 0;
			margin: 0;
			display: flex;
		}
		ul.starRating .star{
			display: inline-block;
			font-size: 20px;
			color: #ccc;
			cursor: pointer;
			margin-right: 5px;
		}
		#comment_submit{
			margin: 5px 45%;
			width: 15%;
			background: aliceblue;
		}
		#comments{
			float: left;
		}
		.name-title{
			font-size: 16px;
			font-weight: bold;
		}
		#category-body .contact-form .btn{
			background-color: #107DBC;
			color: white;
		}
		.category-right{
			float: right;
			width: 80%;
		}
		.category-left{
			float: left;
			width: 20%;
		}
		.category-left .list-group{
			width: 100% !important;
		}
		.category-left .list-group .tdspxn{
			background-color: #107DBC;
			padding: 10px;
			color: white;
			font-weight: bold;
			font-size: 18px;
		}
		.sp  {
			margin: auto;
			display: flex;
		}
		.sp .image {
			flex-grow: 0;
			margin: auto;
		}
		.sp .image img{
			height: 50px;
			width: 50px;
			margin: 5px 0px;
		}
		.sp .title{
			margin: auto;
			flex-grow: 0;
		}
		.sp .title a{
			color: black;
		}
		.sp .title a:hover{
			color: red;
		}
		.post-body div,
		.post-body p {
			margin-bottom: 15px;
		}
		.post-body ul{
			-webkit-padding-inline-start: 40px;
			-moz-padding-inline-start: 40px;
			-ms-padding-inline-start: 40px;
			-o-padding-inline-start: 40px;
			padding-inline-start: 40px;
		}
		.post-body ul>li{
			list-style: disc !important;
		}
		.post-body{
			line-height: 1.8;
		}


		#product a.it-thumbnail,
		#product-detail a.it-thumbnail {
			overflow: hidden;
			display: block;
			margin-bottom: 10px;
			/* width: 300px; */
			/* height: 200px; */
		}
		#product img ,
		#product-detail img {
			width: 100%;
			/*height: 200px !important;*/
			-webkit-transition: transform .3s;
		}
		#product a:hover img ,
		#product-detail a:hover img {
			transform: scale(1.1);
			transform: scale(1.1);
		}
		#product .tieudesp ,
		#product-detail .tieudesp {
			text-align: center;
		}
		#product a ,
		#product-detail a {
			color: black;
		}
		#product a:hover ,
		#product-detail a:hover {
			color: red;
			font-weight: bold;
		}



		@media only screen and (max-width: 767px){
			#banner {
				display: none;
			}
			.ttweb {
				padding-left: 10px;
				padding-right: 10px;
			}
			/*.ttweb p {
				margin-left: 0 !important;
			}*/
			.maps iframe{
				padding: 0px 10px;
				width: 100%;
			}
			.fanpage iframe{
				margin: 0px 10px;
			}
			.it-thumbnail{
				margin: 0px 5px;
			}
			/*.it-thumbnail img{
				margin: 0px 5px;
				}*/
				span iframe{
					width: 100% !important;
				}
				.product-item a{
					width: 350px !important;
				}
				.product-item-container .thumb img {
					width: 94%;
				}
				.product-right .fancybox-thumb img{
					margin: 0px;
				}
				#content.product .product-right .product-navigator .swiper-slide img{
					height: 60px !important;
				}
				#slide .swiper-slide img{
					width: 100%;
					/*height: 300px;*/
				}
				.glyphicon-menu-hamburger{
					color: #fff;
			    /* position: absolute; */
			    font-size: 18px;
			    margin: 5px 10px 7px 0;
			    border: solid 1px #fff;
			    background: transparent;
			    padding: 5px;
			    float: right;
			    border-radius: 4px;
				}
				.g-2-container{
					float: left;
					background: #DC241A;
					padding-right: 10px;
				}
				.glyphicon-menu-hamburger.g-2{
					float: left;
					margin-right: 5px;
					margin-left: 10px;
				}
				#icon {
					background: #31A6F6;
				}
				#banner{
					/*height: 80px;*/
				}
				#banner img{
					width: 100%;
					/*height: 80px;*/
				}
				#slide {
					width: 100%;
				}
				#mm-1,
				#mm-2{
					background-color: #E6F2F8;
				}
				#review_form{
					width: 100%;
				}
				#category-body .contact-form .btn{
					margin: 0px 40%;
				}
				#content> .row{
					margin: 0px;
				}
				#silde-doitac .thumb img{
					/*margin: 0px 20%;*/
				}
			}
.tab-content img {
	height: auto !important;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #dc241a
}
.s-footer__top-title {
    margin: 15px 0 15px;
    color: #fff;
}
.s-footer__top-title>i {
    color: #ff0;
    margin-right: 5px;
    font-size: initial;
}
.s-footer__top-title h5 {
    font-size: 16px;
    display: inline;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff0;
}
.s-footer__top-title h5:after {
    content: '';
    display: block;
    width: 75%;
    height: 1px;
    margin-top: 5px;
    background-color: rgba(255,0,0,0);
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(255,0,0,0)),to(#ff0));
    background-image: linear-gradient(to left,rgba(255,0,0,0),#ff0 100%);
}
#footer .footer-item {
	margin-bottom: 5px;
}
#footer .fa-chevron-right {
	background: transparent;
	padding: 0;
	font-size: 8px;
	margin-right: 8px;
	line-height: 20px;
	float: left;
}
#content.product ul:not(.nav),
#content.post ul:not(.nav) {
	padding-left: 20px;
}
#content.product ul li,
#content.post ul li {
	list-style: disc;
}
.product-list {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	#content.product .product-body iframe,
	#content.product .product-tabs iframe {
		max-width: 100% !important;
		height: 250px;
	}
}
#content.product,
#content.post {
	line-height: 2;
}

h2 { /*font-size: 16px !important; */}
h3, h4, h5, h5 { /*font-size: 14px !important;*/ }