@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');
}



.btn.disabled, .btn:disabled{opacity: 0.3;}
.form-control:disabled, .form-control[readonly]{background-color: #fff;}
.input-group-text:disabled{
	cursor: not-allowed;
}

object, iframe, h1, h2, h3, h4, h5, h6,  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; }
  p{margin-bottom:10px;}
  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; }


.btn.focus, .btn:focus {
    box-shadow: none;
}

.btn-page {
    color: var(--bg-color-text);
    background-color: var(--bg-color);
    border-color: var(--bg-color);
}

.btn-warning:hover {
    color: var(--bg-color-text);
    background-color: var(--bg-color);
    border-color: var(--bg-color);
}

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

body{
	/* background: #f2f3f5; */
	/* background: #a5b355;  */
	
	/* background: linear-gradient(to bottom, #a7b14e, #aeb945); */
	/* backgrouqnd-size: 100%; */
	/* background-repeat: no-repeat; */
	color: #f8ffb2;
}

body:before{
	content:'';
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
	background: linear-gradient(#495438, #d5e162);
}

main{
	/* margin-bottom: 15px; */
}

.pagination{margin-bottom: 15px;}
.page-link{color: #1d1d1b;}
.page-link:hover,
.page-item.active .page-link{
	background-color: var(--bg-color);
    border-color: #fff;
	color: #1d1d1b;
}

/*header*/
.header-top{
    background: var(--bg-color);
    color: #fff;
}

.search-form{position: relative;}

.search-list {
    position: absolute;
    top: 100%;
	border-radius: 5px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 1px 3px #949494;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px 10px;
    z-index: 99999;
    overflow-y: auto;
    max-height: 370px;
    display: none;
}

.search-list .item{display: flex; flex: 1;border-bottom: 1px solid #ccc; padding: 7px 0; cursor: pointer;}

.search-list .item .item-content{width: 100%;padding: 0 5px; font-size: 13px;}
.search-list .item .item-content h4{font-size: 13px; margin: 0 0 3px 0; color: #000;}
.search-list .item .item-content p{font-size: 12px; margin: 0; color: #848484;}
.search-list .item .item-content .price{color: #f00;}

.search-list .item:hover h4{color: #c13e3e;}
.out_of_stock *{color: #f00 !important;}
.header_search .searchSubmit{
	background: var(--bg-color);
    color: #fff;
}

.logo{
	padding-top: 5px;
	padding-bottom: 5px;
}
.mobile_logo{display: none;}

.header-top{
	/* border-bottom: 1px solid #fff; */
	padding: 5px 0;
}

.topbar_right ul{display: flex; align-items: center;justify-content: flex-end;}
.topbar_right ul li{
	display: inline-flex; align-items: center; margin: 0 5px;
}

.topbar_right ul li a{display: flex;border-bottom: 1px solid transparent; position: relative;}

.topbar_right ul li img{height: 20px;}

.flag a{
	padding: 0 5px;
}

.topbar_right .login.dropdown{position: relative;}
.topbar_right .login.dropdown #nav_user{
	align-items: center
}

.topbar_right .login.dropdown #nav_user .fa{margin-right: 6px;}

.topbar_right .login.dropdown:hover .dropdown-menu{
	display: block;
	z-index: 1002; margin-top: 0;
}

#header-middle{
	background: #fff;
	/* background: #a5b355; */
	background-image: linear-gradient(#769447, #939c3d);
}
.header-middle ul{
	display: flex; align-items: center;
}

.header-middle ul li{padding: 10px 5px;}
.header-middle ul li.logo{flex: 1;}
.header-middle ul li.searchContent{width: 35%;}
.header-middle ul li.header-contact{flex: 2;}

.header-middle ul li.searchContent .searchSubmit{background: var(--bg-color); border-color: var(--bg-color);color: #fff;}
.header-middle ul li.searchContent .keyword{border-color: var(--bg-color);}

.header-contact{display: flex; line-height: 1.3;}
.header-contact >div{flex: 1;padding: 10px 5px;}

.header-contact .cartCheck,
.header-contact .cartHead,
.header-contact .phone{display: flex;align-items: center;}

.header-contact .iconCar,
.header-contact .iconHotline{width: 54px; height: 40px ; border-radius: 50%; border: 2px solid var(--color-text); display: inline-flex; align-items: center; justify-content: center; color: var(--color-text);}

.header-contact .contentHotline a,
.header-contact .contentHotline span{ display: block;color: var(--bg-color-2);}
.header-contact .contentCart a,
.header-contact .contentHotline a{font-weight: 500; color: var(--color-text);}
.header-contact .contentCart span{display: block;}
.header-contact .contentCart span.num_cart_{display: inline-block;}

.header-contact .cartCheck a{color: #fff}
.header-contact .iconCar{border-color :#fff; color: #fff;}

.header-contact .contentHotline,
.header-contact .contentCart{padding: 5px;width: 100%;}

.header{
    background: var(--bg-color-menu);
    color: var(--color-text-menu);
}
/*end header*/

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

.navbar .nav-link{
	font-size: 13px;
	text-transform: uppercase;
}

.navbar .nav-item-home .nav-link{font-size: 20px;}
/* end navbar */




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

/* blockTitle */
.blockTitle{
	width: 100%;
	display: flex;
	position: relative;
    height: 45px;
    /* background: var(--bg-blockTitle); */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0px 5px 15px 5px;
	border-bottom: 1px solid var(--bg-title-blockTitle);
}

.blockTitle h2 {
    display: inline-block;
    background: var(--bg-title-blockTitle);
    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: var(--color-text);
    line-height: 45px;
    font-size: 16px;
    text-transform: uppercase;
	font-weight: 500;
	white-space:nowrap;
}

.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: var(--bg-color);
    border-right: 0 solid transparent;
    border-bottom: 23px solid transparent;
    position: absolute;
    top: 0;
    right: -15px;
}

.blockTitle .subCategory{
	width: 100%; display: flex;
	justify-content: flex-end;
    align-items: center;
}

.blockTitle .subCategory a{padding: 11px;}
.blockTitle .subCategory a:hover{color: #fff; background: var(--bg-color);}
/* end blockTitle */

/* productItem */
.productItem{
	background: #4954384a;
	padding: 5px;
	box-shadow: 0 0 1px #8e8e8e;
	transition: box-shadow 0.15s, transform 0.3s, -webkit-box-shadow 0.15s, -webkit-transform 0.3s;
	border-radius: 7px;
}

.productItem:hover{
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translate(0, -0.5px);
    -ms-transform: translate(0, -0.5px);
    transform: translate(0, -0.5px);
}

.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;
	justify-content: center;
}

.dummy_img img {
	object-fit: unset;
	height: 100%;
}

.dummy_img_news 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'; */
	font-family: 'Roboto-Regular';
	text-align: center;
	font-size: 15px; position: relative;
}

/*.productImg img{
	transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
}

.productImg 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;
    background-color: #EEE;
    background-image: -webkit-gradient(linear, left top, right top, from(#EEE), color-stop(#F5F5F5), to(#EEE));
    background-image: linear-gradient(90deg, #EEE, #F5F5F5, #EEE);
    background-repeat: no-repeat;
    background-size: 200px 100%;
}*/

.productTitle{
	min-height: 41px;
	display: flex;
    align-items: center;
    justify-content: center;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: #f8ffb2;
}

.productPrice{
	color: #f1ff76; font-size: 14px;
}

.productPrice del{ margin-left: 10px; color: #fd0000;}

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

.productDetail .option {position: absolute; bottom: -50px; left: 0; width: 100%;  opacity: 0; transition: all 0.3s ease-in-out;visibility: hidden;}
.productDetail .option .btn-quick-buy,
.productDetail .option .btn-quick-view{border-color: #495438; background: #495438;color: #fff;padding: 5px 10px;font-size: 14px;}

.productItem:hover .productDetail .option{opacity: 1;visibility: visible;bottom: -30px;}
/* end productItem */

/* .blockColumn.left */
.blockColumn-content{
	background: #495438b8;
	border-radius: 10px;
}

.blockColumn-title{
	padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	background: var(--bg-color);
    color: #1d1d1b;
    text-align: CENTER;
    text-transform: uppercase;
	font-weight: 500;
}

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

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

.blockColumn-cart{
	background: #d20608; position: relative;
}

.blockColumn-cart .fa{
	font-size: 22px; margin-right: 5px;
}

.num_cart{ position: absolute; top: 2px; left: 43px; z-index: 10; background: #fff; color: #d20608; width:22px; height: 22px; border-radius: 50%; border: 1px solid #d20608; line-height: 19px; font-size: 12px;}
/* end .blockColumn.left */


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

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active{color: #fff;}
/* 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: #495438b8;
	border-radius: 10px;
}

.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;
}

/* customer-reply */
.customer-reply{
	padding: 10px;
	background: #fff; margin-bottom: 0;
}

.customer-reply .customer-Title{
	text-align: center;
	text-transform: uppercase;
	font-size: 24px; margin-bottom: 15px;
}

.customer-reply .customer-Title span{
	color:var(--bg-color); font-weight: 500;
}
 
.customer-scroll .item-img{text-align: center;}
.customer-scroll .item-img .img{width: 100px; margin: auto; position: relative;}
.customer-scroll .item-img img{
	width: 100px;border-radius: 50%;
}

.customer-scroll .title{text-align: center; font-weight: 500;font-size: 18px; padding: 10px 0;}
.customer-scroll .author{text-align: center; font-size: 16px; padding: 10px 0;}
.customer-scroll .author span, .customer-scroll .author strong{font-weight: 500;color: var(--bg-color);}
.customer-scroll .reply{text-align: center;}
/* end customer-reply */


/******news******/
.news.article-title{
	padding-bottom: 10px;
	font-size: 20px;
	/* background: #fff; */
	color: #f8ffb2;
    font-weight: bold;
    border-bottom: 1px solid #e2e2e2;
	margin-bottom: 10px;
}

/**/
.newsH-list .media-title{
	padding: 10px 0;
	font-size: 18px;
	display: block;
	font-family: 'Oswald-Bold';
	text-transform: uppercase;
}

.newsH_item{
	font-family: 'Roboto-Bold';
}
.newsH_item a{
	color: #000;
}

.newsH_item_small .item_small_img,
.newsH_item_big .item_big_img{
	display: block;
	overflow: hidden;
	position: relative;
}

.newsH_item_big .item_big_img .dummy{
	padding-top: 100%;
}

.newsH_item_small .item_small_img .dummy_img img,
.newsH_item_big .item_big_img .dummy_img img{
	object-fit: cover;
    width: 100%;
    height: 100%;
}

.newsH_item_big{
	border-radius: 10px;
	overflow:hidden;
	margin-bottom:10px;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.19);
	transition: box-shadow 0.15s, transform 0.3s, -webkit-box-shadow 0.15s, -webkit-transform 0.3s;
}

.newsH_item_big:hover {
    -webkit-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    transform: translate(0, -1px);
}

.newsH_item_big .item_big_title h3{
	font-size: 18px;
	margin: 15px 10px;
	min-height: 45px;
	overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.33em;
    max-height: calc(1.33em * 2);
}

.newsH_item_small .item_small{
	overflow: hidden;
	border-radius: 7px;
	display: flex;
	margin-bottom: 17px;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.19);
	transition: box-shadow 0.15s, transform 0.3s, -webkit-box-shadow 0.15s, -webkit-transform 0.3s;
}

.newsH_item_small .item_small:last-child{
	margin-bottom: 10px;
}

.newsH_item_small .item_small:hover{
	-webkit-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    transform: translate(0, -1px);
}

.newsH_item_small .item_small_img{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 37%;
	flex: 0 0 37%;
}

.newsH_item_small .item_small_title h3{
	font-size: 14px;
	padding: 10px;
	line-height: 1.33em;
}

.newsH_item_small .item_small_title .quote{
	padding: 0 10px;
	font-size: 14px;
	font-family: 'Roboto-Regular';
}

.newsH_quote{
	min-height: 55px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.33em;
    max-height: calc(1.33em * 2);
	font-family: 'RobotoRegular';
	padding: 0 10px;
}
/**/
/******end news******/

/* footer */
footer p{
	font-size: 14px;
	line-height: 2;
	font-family: "Arial";
}

.topFooter{
	margin-top: 15px;
	background: var(--bg-footer-top);
	/* 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 #f8ffb2;
}


.copyright{
	background: var(--bg-footer-bottom);
	color: #f1f1f1;
	padding: 15px 0;
	font-size: 12px;
	text-align: center;
}

/* end footer */

.blockColumn-page-success{min-height: 500px;}

.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);
	}
}

.back-top {
    padding: 7px 10px;
    background: var(--bg-color);
    position: fixed;
    bottom: 90px;
    right: 17px;
    display: none;
    cursor: pointer;
    text-align: center;
    z-index: 999;
    color: #fff !important;
    border-radius: 5px;
    transition: all 0.5s;
	border: 1px solid #fff;
}
.adv_popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.5);
}

.adv_content{position: relative; min-width: 200px; min-height: 200px;max-width: 90%; max-height: 90%;}
.adv_content .wow{background: #fff; }

.close_popup{
	position: absolute;
	top: -24px;
	right: -19px;
	font-size: 28px;
	color: var(--bg-color);
	display: flex;
	cursor: pointer;
}

.modal-content{color: #495438;}

@media(max-width: 1199px){
	.newsH_item_small .item_small{
		margin-bottom: 10px;
	}
	
	.newsH_item_big .item_big_title h3{
		font-size: 16px;
	}
}

@media (max-width: 650px) { #floating-phone { display: flex;} 
	.list_tragop{
		padding-left: 0;
		padding-right: 0;
	}
	
	.list_tragop .title span{font-size: 12px;}
	
	.list_bank aside{width: 17px;}
}


@media (min-width: 576px){}
@media (max-width: 575px){
	.a_logo img{
		max-height: 60px;
	}
	
	.productPrice{min-height: 42px;}
	
	.header-contact .iconCar, .header-contact .iconHotline{padding-right: 11px;width: 35px;height: 29px;position: relative;}
	.header-contact .iconCar .fa, 
	.header-contact .iconHotline .fa{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
	
	#header-middle .container{padding-left: 5px; padding-right: 5px;}
	.header-contact .iconCar, .header-contact .iconHotline{margin-right: 0;}
	
	.header-contact >div {
		padding: 10px 2px;
	}
}

@media (min-width: 768px){

}
@media (max-width: 768px){
	.blockColumn.left .productDetail h3{
		min-height: 44px;
	}
	
	.productList .productItem{margin-bottom: 10px;}
	.col-custom-12,
	.col-custom-5{padding-left: 5px;padding-right: 5px;}
	
	.blockColumn .container.container-detail-pro{padding-left:0;padding-right: 0;}
}

@media (min-width: 992px){
	.header-top .timeHead{display: flex;}
	
	.row.productList{
		margin-right: -5px;
		margin-left: -5px;
	}
	.col-custom-5{
		max-width: 20%;
		flex: 0 0 25%;
		padding-left: 5px;
		padding-right: 5px;
	}
	/*header*/
	.header {
		position: sticky;
		top: 0;
		z-index: 1001;
		margin-top: 0;
		/* height: 56px; */
	}/*end header*/
	
	/* navbar */
	.navbar-expand-lg .navbar-nav .nav-link{
		font-family: 'Roboto-Bold';
	}
	
	
	
	#mainMenu .dropdown-menu {
		right: 0;
		left: inherit;
		padding: 0;
		border-radius: 0;
		z-index: 999 !important;
		margin-top: -2px !important;
		border-top: solid 2px var(--border-menu-drop);
		border-bottom: solid 2px var(--border-menu-drop);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		display: block;
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s ease-in-out;
		top: 150%;
	}
	
	#mainMenu .nav-item.dropdown:hover .dropdown-menu {
		visibility: visible;
		opacity: 1;
		top: 100%;
	}
	
	#mainMenu .dropdown-item:focus, #mainMenu .dropdown-item:hover{
		color: #fff;
		background-color: #1d1d1b;
		
	}
	/* navbar */
	.navbar-expand-lg .navbar-nav .nav-link{
		padding: 20px 7px;
		display: flex;
		
	}
	
	.navbar-expand-lg .navbar-nav .nav-link.active,
	.navbar-expand-lg .navbar-nav .nav-link:hover {
		background: #1d1d1b;
		color: #fff;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		min-width: 200px;
	}
	.dropdown-item{
		font-size: 14px; font-family: 'Roboto-Regular';
	}
	
	.main-menu .nav-link.nav-link-mob,
	.drop_mob,
	.mobile_mod{
		display: none;
	}
	
	.navbar-toggler {
		display: none;
	}
	/* end navbar */
	
	.subCategory .dropdown-toggle{display: none;}
	.subCategory .dropdown-menu{display: block;}
	.subCategory .dropdown-menu{position: relative;top:0;border: 0;margin: 0;background:none;}
	
}
@media (max-width: 991px){
	/* header */
	.header-top .timeHead{font-size: 14px;}
	.header-top .timeHead p{margin: 3px 0;}
	.header{
		padding: 0;
		background: none;
	}
	
	.header-middle ul{display: block;}
	.header-middle ul li{padding: 0;}
	.header-middle ul li.searchContent{width: auto;}
	
	.header-contact .contentCart,
	.header-contact .contentHotline{font-size: 13px;}
	
	.contentHotline a{white-space: nowrap;}
	/* end header */
	
	.logo{
		display: block;
		text-align: center;
		position: relative;
	}
	.mobile_logo{display:block;padding: 20px;text-align: center;}
	.header-middle ul li.logo{padding: 10px 80px;}
	
	.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%);
	}
	
	.navbar-toggler{font-size: 30px;}
	
	.mobile_mod{
		left: unset;
		right: 20px;
		top: 5px;
	}
	
	.mobile_mod .fa{
		color: #f00;
		
	}
	
	.main-menu .nav-link{display: none;}
	.main-menu .nav-link.nav-link-mob{display: block; color: var(--color-menu-text-mob);}
	
	.drop_mob{
		position: absolute;
		top:0; right: 0;
		height: 36px;
		width: 70px;
		/* display: flex; */
		/* align-items: center; */
		/* justify-content: center; */
		
	}
	
	.drop_mob:after{
		float: right;
		margin-right: 12px;
	}
	
	.drop_mob:before{
		content: "";
		width: 36px;
		height: 36px;
		background: var(--bg-color)4d;
		position: absolute;
		top:0; right: 0;z-index: -1;
	}
	
	.navbar-nav .dropdown-menu{
		border-top: 0;
	}
	
	.dropdown-item{font-size: 13px;font-family: 'Roboto-Regular';}
	
	#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: #fff;
		background-color: var(--bg-color);
	}
	/* end .navbar-nav */
	
	/* product item */
	.blockTitle .subCategory a{display: none;}
	.blockTitle .subCategory a.viewall{display: block;font-size: 14px;}
	.productList .productItem{padding: 5px;}
	.productItem:hover .productDetail .option{display: none;}
	/* end product item */
	
	/* .subCategory .dropdown-toggle{color: } */
	.subCategory .dropdown-toggle:after{display: none;}
	.subCategory .btn.dropdown-toggle.focus, .subCategory .btn.dropdown-toggle:focus{outline: 0;box-shadow: unset;}
	.subCategory .dropdown-menu{width: 100%;}
	.subCategory .dropdown-menu a{display: block;width: 100%;}
	
	.newsH_item_big{display: flex;}
	.newsH_item_big .item_big_img{flex: 0 0 37%;}
}

@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;
	}
}

/*article-content*/
.article-content h2,
.article-content h3 {
	font-size: 26px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.article-content h3{
	font-size: 24px;
}
/*article-content*/