@charset "UTF-8";
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Roboto-Light';
  src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300; }

@font-face {
  font-family: 'Roboto-Bold';
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold; }
  
@font-face {
	font-family:Product_Sans_Regular;
	src:url(../fonts/Product_Sans/Product_Sans_Regular.eot);src:local('☺'),
		url(../fonts/Product_Sans/Product_Sans_Regular.eot?#iefix) format('embedded-opentype'),
		url(../fonts/Product_Sans/Product_Sans_Regular.woff) format('woff'),
		url(../fonts/Product_Sans/Product_Sans_Regular.ttf) format('truetype')
}

@font-face {
    font-family: 'Oswald-Bold';
    src: url('../fonts/Oswald/Oswald-SemiBold.ttf');
}

object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit; }

  body
{
  /* -moz-user-select: none; */
  /* -khtml-user-select: none; */
  /* -webkit-user-select: none; */
  /* user-select: none; */
}
  
b, strong, th {
  font-weight: bold; }

i, em {
  font-style: italic; }

sub, sup {
  font-size: 75%; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none; }

ol, ul, li {
  padding: 0;
  list-style: none;
  margin: 0; }

label {
  font-weight: normal; }

input[type="text"], input[type="email"], input[type="password"] {
  padding-left: 12px;
  padding-right: 12px; }

select {
  padding-left: 8px;
  cursor: pointer; }

input[type="number"] {
  padding-left: 5px; }

textarea {
  padding: 8px 12px 5px 12px; }

input, textarea, select, button, a, button:hover, button:active, button:focus {
  outline: none; }

button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer; }


img {
  max-width: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover; 
	/* pointer-events: none; */
}

body{
	background: #f4f8fa;
}

main{
	margin-bottom: 15px;
}

.page-item.active .page-link{
	background-color: #0098da;
    border-color: #0098da;
}

/*header*/
.header {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    position: relative;
	
}

.header_search .searchSubmit{
	background: #0097da;
    color: #fff;
}

.logo{
	padding-top: 5px;
	padding-bottom: 5px;
}
/*end header*/

/* navbar */
.navbar{
	padding: 0;
	font-family: 'Roboto-Bold';
}

.navbar .nav-link{
	font-size: 14px;
	text-transform: uppercase;
}
/* end navbar */




.display_flex{
	display: flex;
	align-items:center;
}

/* blockTitle */
.blockTitle{
	position: relative;
    height: 45px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0px 0px 15px;
}

.blockTitle h2 {
    display: inline-block;
    background: #0097da;
    padding: 0 8px 0 12px;
    height: 100%;
    position: relative;
    margin: 0;
    float: left;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    color: #fff;
    line-height: 45px;
    font-size: 16px;
    text-transform: uppercase;
}

.blockTitle h2:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 22px solid transparent;
    border-left: 15px solid;
    border-left-color: #0097da;
    border-right: 0 solid transparent;
    border-bottom: 23px solid transparent;
    position: absolute;
    top: 0;
    right: -15px;
}

/* end blockTitle */

/* productItem */
.productItem{
	background: #fff;
	padding: 5px;
	box-shadow: 0 0 1px #8e8e8e;
}

.productImg{
	overflow: hidden;
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.dummy{
	padding-top: 100%;
}

.dummy_img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    display: flex;
	align-items: center;
}

.dummy_img img{
	object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-animation: skeleton-animation 1.2s ease-in-out infinite;
    animation: skeleton-animation 1.2s ease-in-out infinite;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.productDetail{
	font-family: 'Product_Sans_Regular';
	text-align: center;
	font-size: 15px;
}

.productTitle{
	min-height: 41px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.productPrice{
	color: #00a651;
}

.productList .productItem{
	padding: 10px;
	margin-bottom: 30px;
}

.productImg:hover img{
	transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
/* end productItem */

/* .blockColumn.left */
.blockColumn-content{
	background: #fff;
}

.blockColumn-title{
	padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	background: #0097da;
    color: #fff;
    text-align: CENTER;
    text-transform: uppercase;
}

.blockColumn.left .productDetail{
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
}

.blockColumn.left .productItem{
	padding: 5px;
}


/* end .blockColumn.left */


/* breadcrumb */
.breadcrumb{
	background: none;
	font-size: 12px;
	margin-bottom: 0;
	padding: 10px 0;
}
/* end breadcrumb */

/* /img loading/ */
.img_loading{
	display: none;
}

.img_loading{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.2);
}

.img_loading img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 60px;
}

/* /end img loading/ */

.blockDescription{
	padding: 5px 10px;
	margin-bottom: 15px;
	background: #fff;
}

.about_home{
	padding: 10px;
	background: #fff;
	margin-bottom: 10px;
}

.about_home p{
	margin-bottom: 7px;
}

.detail_news_title{
	font-size: 20px;
	margin-bottom: 15px;
	color: #0098da;
}

/* footer */
footer{
	
}

.topFooter{
	background: #000;
	color: #f1f1f1;
	padding: 20px 0;
}

.f-title{
	font-size: 17px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	width: 100%;
	text-transform: uppercase;
	color: #eaeaea;
    border-bottom: 1px solid #e1e1e1;
}


.copyright{
	background: #222;
	color: #f1f1f1;
	padding: 15px 0;
	font-size: 12px;
	text-align: center;
}

/* end footer */
.over-hidden {
    overflow: hidden;
}

#floating-phone:after{
	content: '';
	
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.5);
	box-shadow: 0 2px 5px rgba(0,0,0,.5);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background: #dc0000 url(//kientaoweb.com/images/phone-call-kientaoweb.png) center / 20px no-repeat;
}

#floating-phone:before{
	content: '';
	animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
	background-color: transparent;
    border: 2px solid #db0106;
    border-radius: 100%;
    width: 50px;
	height: 50px;
    
    opacity: 0.1;
    position: absolute;
    top: 0;
	left: 0;
	
    
}

@keyframes ring-alo-circle-anim {
	0% {
	    opacity: 0.1;
	    transform: rotate(0deg) scale(0.5) skew(1deg);
	}
	30% {
	    opacity: 0.5;
	    transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	100% {
	    opacity: 0.6;
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
}

@keyframes ring-alo-circle-img-anim {
	0% {
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
	    transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
	    transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
	    transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
	    transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
}
@keyframes ring-alo-circle-fill-anim {
	0% {
	    opacity: 0.2;
	    transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	50% {
	    opacity: 0.2;
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
	    opacity: 0.2;
	    transform: rotate(0deg) scale(0.7) skew(1deg);
	}
}



@media (max-width: 650px) { #floating-phone { display: flex;} }


@media (min-width: 576px){}
@media (max-width: 575px){
	.a_logo img{
		max-height: 60px;
	}
}

@media (min-width: 768px){}
@media (max-width: 768px){
	.blockColumn.left .productDetail h3{
		min-height: 44px;
	}
}

@media (min-width: 992px){
	/*header*/
	.header {
		position: sticky;
		top: 0;
		z-index: 999;
		margin-top: 0;
		/* height: 56px; */
	}/*end header*/
	
	/* navbar */
	.navbar-expand-lg .navbar-nav .nav-link{
		font-family: 'Oswald-Bold';
	}
	
	/* navbar */
	.navbar-expand-lg .navbar-nav .nav-link{
		padding: 20px 8px;
		display: flex;
		
	}
	
	.navbar-expand-lg .navbar-nav .nav-link.active,
	.navbar-expand-lg .navbar-nav .nav-link:hover {
		background: #0097da;
		color: #fff;
	}
	
	.mobile_mod{
		display: none;
	}
	
	.navbar-toggler {
		display: none;
	}
	/* end navbar */
}
@media (max-width: 991px){
	
	.header{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	
	.logo{
		display: block;
		text-align: center;
		position: relative;
	}
	
	.mobile_mod,
	.navbar-toggler{
		position: absolute;
		left: 10px;
		top: 50%;
		 /* transform: translateY(-50%); */
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}
	
	.mobile_mod{
		left: unset;
		right: 20px;
		top: 5px;
	}
	
	.mobile_mod .fa{
		color: #f00;
		
	}
	
	#floating-phone {   
		display: flex;
		z-index: 9;
		height: 50px;
		width: 50px;
		
		animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
		align-items: center;
		justify-content: center;
	}
	
	/* .navbar-nav */
	.navbar-nav .nav-item{
		
	}
	
	.navbar-nav .nav-item .nav-link{
		padding-left: 15px;
		padding-right: 15px;
		border-bottom: 1px solid #f1f1f1;
	}
	
	.navbar-nav .nav-item .nav-link:hover{
		color: #0097da;
	}
	/* end .navbar-nav */
}

@media (min-width: 1200px){
	.container {
		max-width: 1200px;
	}
	
	
	/* productList */
	.productList .productItem{
		margin-bottom: 30px;
	}

	.productList .productImg{
		/* height: 200px; */
		
	}
	/* end productList */

	/*blockColumn left*/
	.blockColumn.left .productItem{
		/* margin-bottom: 15px; */
		padding: 5px;
		box-shadow: none;
	}

	.blockColumn.left .productImg{
		/* height: 160px; */
	}
	/*end blockColumn left*/
	
}/*min-width: 1200px*/

@media (max-width: 1200px){
	.navbar .nav-link{
		font-size: 13px;
	}
	
	.pro-detail{
		padding-left: 5px;
		padding-right: 5px;
	}
}














