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

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

@font-face {
  font-family: 'Roboto-Bold';
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold; font-display: swap;}
  
@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-display: swap;
}

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

.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,
caption, tfoot, article, aside, canvas, details, figcaption, figure,
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; }
h1, h2, h3, h4, h5, h6{
  font-family: 'Roboto-Bold', sans-serif;
}

body{
  font-size: 14px;
  font-family: 'Roboto-Regular', sans-serif;
}
  
b, strong, th {
  font-weight: bold; font-family: 'Roboto-Bold';}
td, th{
  padding: 5px;
}
i, em {
  font-style: italic; }

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

article, aside, details, figcaption, figure, 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; }

.row>div{
  padding-left: 5px;
  padding-right: 5px;
}

.btn-page{
	background: #fbad30;
	color: #fff;
}
.btn-page:hover{
	color: #fff;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}

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

body{
	background: #fff;
}

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

p{
  margin-bottom: 5px;
}

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

/*header*/
.header-top{
    background: #fbad30;
    color: #fff;
}
.header-middle ul li.searchContent{width: 35%;}
.search-form{position: relative;}

.a_logo img{
  max-height: 90px;
}


.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: #fbad30;
    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; padding-bottom: 10px;}
.header-middle{position: relative; width: 100%;}
.header-middle ul{
	display: flex; align-items: center;
}

.header-middle ul li{padding: 5px;}
.header-middle ul li.logo{flex: 1; padding: 5px 0;}

.optionHeadContent{position: absolute;bottom:5px;right: 5px;display: flex;align-items: center;}
.header-middle .searchContent{}
/*.header-middle .header-contact{flex: 1;}*/

.searchContentMob .searchSubmit,
.header-middle .searchContent .searchSubmit{background: unset; border-color: #fbad30;color: #fbad30;border-left: 0;
  border-top-right-radius: 8px; border-bottom-right-radius: 8px;}

.searchContentMob .keyword,
.header-middle .searchContent .keyword{border-color: #fbad30; border-right: 0; height: 40px;border-top-left-radius: 8px; border-bottom-left-radius: 8px; font-size: 14px;}

.header-middle .searchContent .keyword:focus{
  box-shadow: unset;
  outline: unset;
}
.searchContentMob{display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    background: #fffc;
	padding: 20px 10px 10px;
}

.clostSearch_m{display: flex; width: 100%; padding: 30px 0; justify-content:center;}
.clostSearch_m span{
	padding: 10px 20px;
	margin: 0 20px;
	background: #efefef;
	border: 1px solid #b7b7b7;
	border-radius: 10px;
}

.header-contact{display: flex; line-height: 1.3; justify-content: flex-end;}
.header-contact >div{padding: 0 5px;}

.header-contact .cartCheck,
.header-contact .cartHead,
.header-contact .phone{display: flex;align-items: center;
	color: #2d2d2d;justify-content: flex-end;
}

.header-contact .iconCar,
.header-contact .iconHotline{width: 40px; height: 40px ; border-radius: 50%; border: 2px solid #2d2d2d; display: inline-flex; align-items: center; justify-content: center; color: #2d2d2d;background: #fff;z-index: 1; position: relative;}

.header-contact .contentHotline a,
.header-contact .contentHotline span{ display: block;}
.header-contact .contentHotline a{font-weight: 500;}
.header-contact .contentCart span{display: block;}

.header-contact .contentCart span.num_cart_{display: inline-block;}
.header-contact .iconHotline span.num_cart_{position: absolute; top: -5px; right: -5px; width: 20px; height: 20px;
	border-radius: 50%; background: #fff; border: 1px solid #2d2d2d; text-align: center; line-height: 16px; font-size: 12px;
  display: none;
}


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

.header-contact .contentHotline,
.header-contact .contentCart{padding: 5px 15px 5px 20px;margin-left: -10px;/*border: 1px solid #fbad30;*/border-radius: 5px;}

.header{
    background: #fff;
    color: #454241;
}

.search_mobile{
  display: none;
}

.header-contact .contact-phone {
    display: inline-block;
    padding-left: 50px;
    position: relative;
    top: -5px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 10px 6px;
    line-height: 20px;
    margin-left: 10px;
    background-image: url(../images/call.svg);
}
.header-contact .contact-phone p {
    font-size: 14px;
    margin-bottom: 0;
}
.header-contact .contact-phone a {
    font-size: 14px;
    color: #fbad30;
	margin-right: 15px;
    font-family: 'Roboto-Bold';
    text-decoration: none;
}


@media (min-width: 990px){
  .header-middle ul li.logo{flex: unset;}
  .header-middle ul li.searchContent{flex: 1; padding-left: 30px;}
}

@media (max-width: 767px){
  .header-middle{
    /*padding-top: 47px;*/
  }
  .header-middle.fixed-menu ul{
    transition: all 0.4s ease-in-out;
  }
  .header-middle.fixed-menu {
     padding-top: 47px;
  }
  .header-middle.fixed-menu ul{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #cdcdcd;
  }
}
/*end header*/

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

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

.navbar .nav-link .fa{
  line-height: 1.4;
  margin-right: 5px;
}

@media (min-width: 992px){
  /* navbar */
  .navbar-expand-lg .navbar-nav .nav-link{
    font-family: 'Roboto-Bold';
    font-size: 16px;
  }

  #mainMenu .dropdown-menu {
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0;
    border-radius: 0;
    z-index: 999 !important;
    margin-top: -2px !important;
    /* border-top: solid 2px #2198c3; */
    /* border-bottom: solid 2px #2198c3; */
    border-radius: 5px;
    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%;
    background: #fff;
  }
  
  #mainMenu .nav-item.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 125%;
  }
  
  #mainMenu .dropdown-item:focus, #mainMenu .dropdown-item:hover{
    color: #fff;
    background-color: #fbad30;
    
  }
  
  #mainMenu .dropdown-menu:after, #mainMenu .dropdown-menu:before {
    bottom: 100%;
    left: 50%;
    margin-left: -100px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  #mainMenu .dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgba(255,255,255,0.8);
    border-width: 10px;
    margin-left: -10px;
  }
  #mainMenu .dropdown-menu:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgba(0,0,0,.15);
    border-width: 11px;
    margin-left: -11px;
  }
  /* navbar */
  .navbar-expand-lg .navbar-nav .nav-link{
    padding: 12px 20px;
    display: flex;
     color: #fff; 
  }
  
  .navbar-expand-lg .navbar-nav .nav-link.active,
  .navbar-expand-lg .navbar-nav .nav-link:hover {
    background: #fbad30;
    color: #fff;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 200px;
  }
  .dropdown-item{
    font-size: 14px; font-family: 'Roboto-Regular';padding: 10px 5px 5px 20px;
  }
  
  .main-menu .nav-link.nav-link-mob,
  .drop_mob,
  .mobile_mod{
    display: none;
  }
  
  .navbar-toggler {
    display: none;
  }
  
  .searchContentIconMob{display: none;}

  .has-mobile{
    display: none;
  }
  /* end navbar */
}
/* end navbar */

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.clamp_4{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.clamp_2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

section {
  padding: 15px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f5f5f5;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 5px;
  position: relative;
  color: #121212;
}

/*.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 200px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 100px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}
*/
.section-title p {
  margin-bottom: 0;
}

.widget-title{
  font-size: 16px;
  margin-bottom: 15px;
}
.property-detail-meta{
  display: flex;
}
.property-detail-meta li{
  padding: 0 5px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.item-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.4s;
  background: #fff;
  /*padding: 10px;*/
  width: 100%;
  /*height: 100%;*/
}
.owl-carousel .item-box {
  height: 100%;
  box-shadow: unset;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
}

.productList{
  display: flex;
  flex-wrap: wrap;
}
.productList > .item-box{
  flex: 0 0 25%;
  padding: 5px;
}

.item-box .icon {
  margin-bottom: 10px;
}

.item-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.item-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 16px;
}

.item-box h4 a {
  color: #121212;
  transition: ease-in-out 0.3s;
}

.item-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.item-box:hover {
  /*transform: translateY(-10px);*/
}
.item-box .dummy_img{
  overflow: hidden;
}
.item-box:hover .dummy_img img{
  transform: scale(1.1);
}

.item-box:hover h4 a {
  color: #1fa859;
}
@media(max-width: 1200px){
  .productList > .item-box{
    flex: 0 0 33.3%;
  }
}
@media(max-width: 768px){
  .productList > .item-box{
    flex: 0 0 50%;
  }
}
/*-----------------------------------------------*/

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../images/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 50px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  /*color: #fff;*/
}

.cta .card-title{
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 18px;
}
.cta .card-title a{
  color: #121212;
    transition: ease-in-out 0.3s;
}

.cta .cta-btn {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
/*-----------------------------------------------*/

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 10px 0;
}
.about h3 {
  font-weight: 600;
  font-size: 28px;
}
.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}


.about ul li + li {
  margin-top: 10px;
}
.about ul li {
  position: relative;
}
.about ul i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #3498db;
}
.about .icon-boxes {
  padding-top: 10px;
}
.about .icon-boxes h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.about .icon-boxes i {
  font-size: 48px;
  color: #3498db;
}
.about .icon-boxes p {
  font-size: 15px;
  color: #848484;
}

/*-----------------------------------------------*/

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services img {
  border-radius: 0;
}
.more-services .card {
  border: 0;
  text-align: ceneter;
}
.more-services .card-body {
  -moz-text-align-last: center;
  text-align-last: center;
}
.more-services .card-title a {
  font-weight: 600;
  font-size: 18px;
  color: #334240;
  transition: ease-in-out 0.3s;
}
.more-services .card-title a:hover {
  color: #1bbca3;
}
.more-services .btn {
  border-radius: 50px;
  padding: 4px 30px 6px 30px;
  border: 2px solid #1bbca3;
}
.more-services .btn:hover {
  color: #fff;
  background: #1bbca3;
}

/*-----------------------------------------------*/



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

/* blockTitle */
.blockTitle{
	width: 100%;
	display: flex;
	position: relative;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    margin: 10px 5px 15px 5px;
}

.blockTitle h2 {
    display: inline-flex;
    align-items: center;
    padding: 0 8px 0 12px;
    height: 100%;
    position: relative;
    margin: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    color: #5c5859;
    line-height: 38px;
    font-size: 18px;
    text-transform: uppercase;
	font-weight: 700;
	white-space:nowrap;
}

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

.blockTitle .subCategory a{padding: 11px 7px; font-size: 14px;}
.blockTitle .subCategory a:hover{color: #000; }

.filter_pro{
	width: 100%;
    display: flex;
    /* padding: 0 5px; */
    justify-content: center;
	margin-bottom: 30px;
}

.filter_pro a{
	overflow: hidden;
	border-radius: 10px;
	border-bottom: 3px solid transparent;
	margin: 0 20px;
}

.filter_pro a.text{
	padding: 10px 20px;
	margin: 0 20px;
	background: #efefef;
	border: 1px solid #b7b7b7;
}

.filter_pro a.text.active,
.filter_pro a.text:hover,
.filter_pro a:hover,
.filter_pro a.active{
	border-bottom: 3px solid #ff7796;
	
}

@media (max-width: 767px){
  .blockTitle h2{
    line-height: 1.4;
    font-size: 18px;
  }
}
/* end blockTitle */

/* productItem */
.productItem{
	/* background: #fff; */
	padding: 5px;
	 box-shadow: 0 0 3px #8e8e8e; 
   border-radius: 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;
}

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

.sale-off{
  position: absolute;
  top: 0;
  right: 0;
  background: #dd120a;
  width: 38px;
  font-size: 12px;
  padding: 5px;
  text-align: center;
  font-weight: 600;
}

.sale-off:after{
  content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: -4px;
    border-style: solid;
    position: absolute;
    border-width: 0 19px 4px;
    border-color: transparent #dd120a;
}

.sale-off-percent{
  color: #fff;
  margin-bottom: 3px;
    display: block;
}

.sale-off-title{
  text-transform: uppercase;
  color: #fff;
}

.productImg:hover img{opacity: 0.7;}

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

.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%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.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;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}

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

.productPrice del{ margin-left: 10px; color: rgb(154, 154, 154);}

.productSale span{
	background: #fbedec;
	color: #c11a0e;
	padding: 4px 7px;
	font-size: 12px;
	
}

.productList{margin-bottom: 10px;}

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

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

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

@media (min-width: 992px){

}
/* end productItem */

.container-detail-pro{padding: 0 5px;}
/* .blockColumn.left */
.blockColumn-content{
	background: #fff;
  padding: 10px 0;
}
.blockColumn-content ul{
  padding-left: 30px;
}
.blockColumn-content ul li{
  list-style: disc;
  margin-bottom: 10px;
}
.blockColumn-content p{
  list-style: disc;
  margin-bottom: 10px;
}

.blockColumn-title{
	padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	background: #fbad30;
    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 */
.nav-breadcrumb{
  width: 100%;
}
.breadcrumb{
	font-size: 14px;
	margin-bottom: 0;
	padding: 10px;
  background: unset;
  width: 100%;
  margin-bottom: 7px;
  border-radius: 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 0;
	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;
}

@media(max-width: 767px){
  .blockDescription{
    padding: 5px 10px;
  }
}

/*home*/
.listHomeCate .productList{
  border-radius: 5px;
  overflow: hidden;
}

.listHomeCate .blockTitle{
  
  color: #fff;
  margin: 0;
  padding: 0px;
  background-color: #fbad30;
}

.listHomeCate .blockTitle h2{
  color: #000;
  
  border-radius: 0;
}

.itemimg{
  position: relative;
}

.item-news{
  /*box-shadow: 0 0 1px #cdcdcd;*/
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  height: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}

.item-news .item-context{
  padding: 10px;

}

.item-news .item-context h3{
  font-family: 'Roboto-Bold';
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
}

.item-news .item-context .item-desc{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 15px;
  height: 66px;
}

.news-home.owl-theme .owl-nav [class*=owl-]{
  display: inline-flex;
  padding: 5px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  background: #0000004d;
}
.news-home.owl-theme .owl-nav [class*=owl-]:hover{
  background: #000;
}
.news-home.owl-carousel .owl-nav .owl-next{
  right: 0;
}
.news-home.owl-carousel .owl-nav .owl-prev{
  left: 0;
}
/*home*/

/* 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:#fbad30; 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: #fbad30;}
.customer-scroll .reply{text-align: center;}
/* end customer-reply */


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

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

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

.newsH_item .quote{font-family: "Arial"; font-size: 14px; padding: 0 10px;}

.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: 16px;
	padding: 10px;
	line-height: 1.33em;
}

.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******/

.btn_sosial_plugin{
  display: none;
}



.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: #fbad30;
    position: fixed;
    bottom: 31px;
    right: 66px;
    display: none;
    cursor: pointer;
    text-align: center;
    z-index: 999;
    color: #fff;
    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: #fbad30;
	display: flex;
	cursor: pointer;
}

.pro-detail ul,
.blog-single-main ul{
    list-style:  auto;
    padding-left: 30px;
}

.pro-detail ol,
.blog-single-main ol{
    list-style:  auto;
    padding-left: 30px;
}

.pro-detail ul li,
.blog-single-main ul li{
    list-style-type: disc;
    margin-bottom: 4px;
}

.pro-detail ol li,
.blog-single-main ol li{
    list-style-type: decimal;
}

@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;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 .contentCart, .header-contact .contentHotline{display: none;}
  .header-contact .iconHotline span.num_cart_{display: block;}

  .search_mobile{
    display: block;
    border: 1px solid #b5b5b5;
    border-radius: 3px;
  }

  .search_mobile .form-control{
    border: 0;
  }
	
	.header-contact >div {
		/* padding: 10px 2px; */
	}
	
	.header-contact .cartCheck, .header-contact .cartHead, .header-contact .phone{justify-content:center;}
	
	.header-contact .cartHead > a{display: flex;}
}

@media (min-width: 768px){

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

@media (min-width: 992px){
  .blockColumn {
    padding: 0;
  }
	.weekly-small-item{padding: 0 5px;}
	.col-custom-3{
    padding: 5px;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
  }
	.col-custom-5{
		max-width: 20%;
		flex: 0 0 25%;
		padding: 5px;
    
	}

  .prohome-new .productItem{
    border: 1px solid #d6d6d6;
    margin-bottom: 5px;
  }
  .prohome-new .productItem .productDetail h3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
  }

	/*header*/
	.header {
		position: sticky;
		top: 0;
		z-index: 1001;
		margin-top: 0;
		/*border-top: 1px solid #1fa859;*/
		/*border-bottom: 1px solid #1fa859;*/
		/*margin-bottom: 10px;*/
    /*background: #1fa859;*/
	}
  .header-menu{
    background: #1fa859;
  }


  /*end header*/
	
	
	
	.subCategory .dropdown-toggle{display: none;}
	.subCategory .dropdown-menu{display: block;}
	.subCategory .dropdown-menu{position: relative;top:0;border: 0;margin: 0;}
	
	/*productList_weekly*/
	.productList_weekly .productItem{position: relative;}
	.productList_weekly .productItem .productDetail-body{display: block; color: #fff; padding: 0 15px;} 
	.productList_weekly .productItem .productDetail-body .productPrice{color: #fff;} 
	.productList_weekly .productItem .productDetail-body .productTitle{min-height: unset;} 
	.productList_weekly .productItem .productDetail{
		position: absolute;opacity: 0;left: 0;top: 0;
		background: rgba(0, 0, 0, 0.57);
		width: 100%;height: 100%;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}
	
	.productList_weekly .productItem .productDetail > a{display: flex; flex-wrap: wrap; align-items: center; justify-content: center;height: 100%;}
	.productList_weekly .productItem .productDetail > a > h3{display: block;width: 100%;}
	
	
	.productList_weekly .productItem:hover .productDetail{opacity: 1;}
	/*end productList_weekly*/
}



@media (max-width: 991px){
	/* header */
	.header-top .timeHead{font-size: 14px;}
	.header{
		padding: 0;
		background: none;
	}
	#header-middle{border-bottom: 1px solid #cdcdcd;}
	/*.header-middle ul{display: block;}*/
	.header-middle ul li{padding: 0;}
	.header-middle ul li.searchContent{width: auto;}
	
	.header-middle .searchContent{display: none;}
	.searchContentIconMob .searchIconSubmit{border-radius: 50%;width: 40px; height: 40px;
		background: #fbad30;
		border-color: #fbad30;
		color: #fff;
	}
	
	.header-contact .contentCart,
	.header-contact .contentHotline{font-size: 13px;}
	
	.contentHotline a{white-space: nowrap;}
  .header-middle .header-contact{
    justify-content: flex-end;
  }
	/* end header */
	
	.logo{
		display: block;
		
		text-align: center;
		position: relative;
	}
	.mobile_logo{display:block;padding: 20px;}
	.header-middle ul li.logo{padding: 10px 0px 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;color: #fbad30;}
	
	.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;}
	
	.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: #fbad304d;
		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: #1d1d1b;
		background-color: #fbad30;
	}
	/* 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%;}
	
	.col-custom-3,
	.col-custom-5{padding-left: 5px;padding-right: 5px; margin: 5px 0;}
}

@media (min-width: 1200px){
	.container {
		max-width: 1200px;
	}
	
	
	/* productList */
	.productList .productItem{
		margin-bottom: 30px;
	}
  .productList .prohome-new .productItem{
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
  }
	.productList.productList_weekly .productItem{
		margin-bottom: 10px;
	}

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

/*order-now*/
.order-now{
  /*display: none;*/
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: -100%;
  right: 70px;
  box-shadow: 0 0 12px 0px #cdcdcd;
  max-width: 250px;
  padding: 10px;
  border-radius: 10px;
  background-color: #ffffffd9;
  z-index: 999;
  font-size: 12px;
  transition: all 0.5s ease-in-out;
}

.order-now .info p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.order-now .info h3{
  color: #ed3237;
  font-weight: 600;
  font-size: 13px;
}

.order-now .item-order{
  display: flex;
}

.order-now .item-order .img{
  width: 60px;
  height: 60px;
  padding-right: 5px;
}

.order-now .item-order .img img{
  object-fit: cover;
    width: 100%;
    height: 100%;
}
/*order-now*/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #007a34;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 30px 0 5px 10px;
  background: #1fa859;
}

#footer .footer-top .footer-contact {
  /*margin-bottom: 30px;*/
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  /*margin-bottom: 30px;*/
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links p{
  color: #fff;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}



.news-home.owl-carousel .owl-stage{
  display: flex;
  /*padding-bottom: 20px;*/
}



.error-404 h1{
  font-size: 50px;
  margin-bottom: 20px;
}


