/* NOTE - Joomla Pagination - Start **********/

.pagination {
	margin: 20px 0;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 auto;
    padding: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.pagination ul > li {
	display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

.pagination-centered {
	text-align: center;
}

.pagination-right {
	text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
	padding: 11px 19px;
	font-size: 16.25px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
	padding: 2px 10px;
	font-size: 12px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
	padding: 0 6px;
	font-size: 9.75px;
}


.alert-heading { display: none; }
/* NOTE - Joomla Pagination - End **********/


body {
  background: #ffffff;
  color:#245141;
  font-family: 'Helvetica','Microsoft JhengHei', Verdana, Arial, sans-serif;
  font-size: 16px;
}

a {
  color: #245141;
  transition: 0.5s;
  text-decoration: none;
}

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

.text-primary {
  color: #F29C6B !important;	
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-family: 'Helvetica','Microsoft JhengHei', Verdana, Arial, sans-serif;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0;
}

/* NOTE - Body - BS4 CSS - End **********/
body {
  padding-top: 0rem;
  min-width:320px;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center; 
}

.navbar {
  background: #000;
}

.bg-primary {
  background: #598B92 !important;
}

.btn, .form-control {
  border-radius: 0;
  border:0;
}

.btn-secondary {
  background-color:#999;
  border: none;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
  background-color:#F29C6B;
  border: none;
}

.properties .card {
    display: flex;
    margin: 0.875em 0em;
    float: none;
	border:0;
	background: none;
}

.properties .card-body { 
    padding: 1rem 0;

}
.properties .card-title { 
    font-weight: 600;

}
a.price { 
	color: #ff7700;
    font-weight: 600;
}

h1, h4 {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-align:center;
  position: relative;
  padding-bottom: 12px;
  margin: 0 auto 30px auto;
}

h1::before, h4::before,
h1::after, h4::after {
  content: '';
  position: absolute;
  left:47.5%;
  bottom: 0;
  height: 3px;
}

h1::before , h4::before {
  width: 30%;
  background: #555;
  margin-left: 0;
  left: 35%;
}

h7::after, h8::after {
  background: #f00;
  width: 38px;
}


.btn-primary {
    color: #fff;
    background-color: #F29C6B;
    border-color: #F29C6B;
}
.btn-primary:hover {
    color: #fff;
    background-color: #999999;
    border-color: #999999;
}

.form-control {display:inline;border: 1px solid #999999;color:#000000;}

.ui-to-top:focus{color:#fff;}


/* NOTE - ENG */
html[lang="en-GB"] #contact a{
  font-size: 14px;
}
html[lang="en-GB"] #contact a:last-child {
  margin: 0;
}
html[lang="en-GB"] .mod-languages{
  margin-left: 15px;
}



/* NOTE - Com ams list ***********/

.page_stocks form#adminForm {
    display: none;
}

.page_stocks table.search {
    margin: 0;
}

table.search td { font-size:16px; line-height:30px;}
table.search a { padding: 5px; text-decoration: none;line-height:30px; }
table.search a.active { color:#ff6600; }

.stocks_list_block {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    margin: 0 0 15px 0;
    background-color: #ffffff;
}


  .stocks_img_area {
      position: relative;
      height: 100%;
  }
  .stocks_img_area .carousel{
      max-width: 240px;
  }
  .stocks_img_area img {
      /* height: 100%; */
      object-fit: cover;
  }

  .stocks_img_t1 {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #ffffff;
      opacity: 0.8;
      padding: 3px 6px;
      font-size: 13px;
  }

  .stocks_img_t2 {
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #ffffff;
      opacity: 0.8;
      padding: 3px 6px;
      font-size: 13px;
      margin: 10px;
      border-radius: 3px;
  }

.stocks_title {
	color: #333333;
	font-size:28px;
	font-weight: 700;
    margin: 0 0 5px 0;
	padding: 0;
}

.stocks_location {
	color: #333333;
	font-size:18px;
	font-weight: 700;
}

.stocks_from {
    color: #808080;
    font-size: 14px;
}

.stocks_right {
    text-align: right;
    display: flex;
    flex-direction: column;
}
.stocks_right_middle{
    display: flex;
    justify-content: flex-end;
}

  .stocks_like {
      color: pink;
      display: none;
  }
  
  .stocks_prices {
	  font-weight: 600;
	  color: #ff7700;
	  font-size:1.3rem;
  }

  .stocks_tag {
      background-color: #598B92;
      padding: 3px 8px;
      font-size: 13px;
      margin: 0 3px 10px 0;
      border-radius: 3px;
      width: fit-content;
      color: #ffffff;
      height: fit-content;
      display: inline-flex;
  }

  .stocks_post_time{
    margin: 0px 0px 0px 0px;
    display: block;
  }


/* NOTE - Customize ***********/


.red{color:#D71013;}
.default_blue{color:#1c4587;}
h1, h4{color:#1c4587;}
  
/**com_trade**/

.tradetag{width: fit-content; padding: 3px 8px; border-radius: 19px; color: #ffffff; float: left; margin-right: 5px; margin-bottom: 6px; font-size: 12px;}

.tag_surrender{background: #446fff;}
.tag_on_sale{background: #f0a427;}
.tag_great_deal{background: #e10000;}
.tag_investment{background: #905900;}
.tag_nice_profit{background: #398658;}
.tag_pending{background: #cd008e;}
.tag_sold_out{background: #b3b3b3;}
.tag_low_cost{background: #e98585;}

.trade_pic{padding: 0 10px;}
.trade_pic img{width: 100%;}
.trade_btn_whatapp{position: absolute; right: 75px; bottom: 4px; font-size: 21px; color: #3DC871; padding: 1px;}
.trade_btn_more{background-color:#b3b3b3;color:#ffffff;border:0;position:absolute;right:0px;bottom:0px;width: 56px;z-index: 1;}
.trade_btn_more:focus{color:#ffffff;box-shadow: none;}

/*
.trade_btn_more.btn-primary{background-color:#999999;}
.trade_btn_more.btn-primary:hover{background-color:#3f81ea;}
*/

.trade_btn_more.btn-outline-primary{background-color:#1C4587;}
.trade_btn_more.btn-outline-primary:hover{background-color:#3f81ea;}

.trade_detail{color:#000000;padding:0 5px;}
.trade_detail h5{margin: 7px 15px 16px 0;}
.trade_text div.row{margin: 2px -15px;}
.trade_text_title a{font-size: 18px;margin-bottom: 5px;display: block;font-weight: bold;float:left;line-height: 25px;white-space: normal;}
.trade_text_info{width: fit-content;float: left;margin-right: 25px; font-size:12px;}
.trade_text_info div {line-height: 21px;}

b.red{color:#c00;}

/* .navbar.fixed { position: fixed; top: 0; left: 0; z-index: 2; width: 100%; } */

/*0 to 576px*/
.container > .row{
  margin: 0px; 
}

/* NOTE - com_ams buildings - table */
.ams_buildings_table tr th:nth-child(1){
  width: 250px;
}
.ams_buildings_table tr th:nth-child(4){
  width: 250px;
}
.ams_buildings_table tr th:nth-child(6){
  width: 65px;
}
.ams_buildings_table tr th:nth-child(7){
  width: 90px;
}
.ams_buildings_table tr th:nth-child(8){
  width: 85px;
}
.ams_buildings_table tr td:nth-child(8){
  text-align: center;
}



/* NOTE - com_ams stock detail */
.btn{border-radius:4px;}
.page_stock{padding:0 25px;}
.stock_subtitle_area{margin: 0px 0px 0px 0px;position:relative;}
#map{margin: 5px 0px 0px 0px;}
.stock_subtitle_text{margin: 0px 0px 10px 0px}
.stock_code{position: absolute;right:5px;}
.stock_block{margin:25px 0;border:1px solid #dbdbdb;border-radius:5px;padding:17px;}
.stock_block i{margin: 0 10px 0 0;}
.stock_block_room{
  display: none;
}
.stock_block_transaction{
  display: none;
}
.stock_specifications_area{ display: flex; margin: 7px 0 7px 0; }
.stock_facility_area{ display: flex; }
.stock_tag{border: 1px solid #c3c3c3;border-radius: 3px;width: fit-content;padding: 0px 9px;font-size: 13px;margin: 0 8px 0 0;}
.stock_tag i{margin: 0px 3px 0px 0px;color:#1c4587;}
.stock_date { background-color: gray; color: #ffffff; padding: 5px 10px; width: fit-content;border-radius: 5px; }
.stock_date div{text-align: center;}
.stock_block_transaction td{vertical-align: middle;}
.stock_block_transaction td:nth-child(1) { text-align:left;width:80px;padding-left:0; }
.stock_block_transaction td:nth-child(2) { text-align: left; }
.stock_block_transaction td:nth-child(3) { text-align: center; }
.stock_block.stock_info th{ background-color: #E9E9E9; width: 35%; vertical-align: middle; padding: 0 0 0 20px;}
.stock_block.stock_info td{ vertical-align: middle; padding: 10px 20px 10px 20px;}
.stock_estate{padding: 0 0 35px 0;}

.stock_block_agent table td{ vertical-align: middle;padding: 10px; }
.stock_block_agent table td img{ border-radius: 50px;}
.stock_block_agent hr{background-color:#dee2e6;opacity:1;margin:0 0 15px 0;}
.stock_block_agent .btn{margin: 3px 0px 0px 0px}
.stock_block_agent .btn-whatsapp{background-color: #23C861;}
.stock_block_agent .btn-whatsapp:hover{background-color: #999999;}

.stock_right .btn{color:#000000;}
.stock_right .btn:focus{box-shadow:unset;color:#ffffff;}

.carousel_thumbnail_area{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.carousel_thumbnail{
    width: 152px;
	max-width: 152px; 
    height: 130px;
	max-height: 130px; 
    margin: 0 6px 6px 0;
    position: relative;
    cursor: pointer;
}

.carousel_thumbnail i{font-size: 30px;top: 50%;left: 50%;position: absolute;transform: translate(-50%, -50%);color: #ffffff;opacity: 0.75;}

.carousel_thumbnail img {
	width: 310px; 
	max-width: 310px;	
	height: 200px;
	max-height: 200px;
	object-fit: cover;
}


.modal-dialog .btn-close{
    position: absolute;
    right: -30px;
    top: -22px;
    background-color: #ffffff;
    border-radius: 35px;
    font-size: 12px;
    padding: 7px;
    opacity: 1;
}
.modal-xl{margin-top:2.5rem;}


/* .stock_right_part2 .btn{border-radius:4px;} */


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

  .trade_pic{padding: 0 15px;}
  .trade_detail{padding:0 15px;}
  .trade_text_info{font-size:13px;}
  .trade_text_info div{line-height:30px;}
  .trade_text_title a{font-size:17px;}
  .trade_tag{margin-bottom: 15px;}
  

 }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

 }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

 }
 

#mainmenu:before {
  content: '';
  display: inline-block;
  vertical-align: middle ;
  height: 100%;
}

#logo img {
  height:100px;  
  max-height:100px;
}

.logo2:before {
  content: '';
  display: inline-block;
  vertical-align: middle ;
  height: 100%;
}

.logo img {
  width: 300px; 
  max-width: 100%; 
}

.menubar {
  background:#F29C6B;	
}
.menubar2 {
  background-image: url('../images/bg_banner.jpg');	
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;
  height:450px;
}

.menubar.fixed .navbar-nav .nav-link{
  color: #000;
}

.topmenu { 
	background:#5F7C78;	
	height: 45px;
}

.topmenu .navbar-nav a {color:#ffffff;font-size: 17px;}
.topmenu ul {list-style: none;margin-bottom: 0px;}
.topmenu li {float:left; padding: 4px; margin:0;}
.topmenu li.active a {color:#000;}
.topmenu li a.nav-link {padding: 0; margin:0; line-height:40px;color:#fff;}


.navbar{
  padding:0;
  background:none;	
}

.navbar-toggler{}

.nav-item:hover::after{width:100%;}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .active .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link,.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{color:#E34406;}
.navbar-nav .nav-link {padding:0px 2px; margin: 0 0 0 10px;transition:0.2s; text-transform: uppercase;}

.nav-item2:last-child a.nav-link {
    border:#ccc 1px solid;
  
}
.nav-item2:last-child a.nav-link:hover,.nav-item2:last-child.active a.nav-link { color:#fff; background:#1e5a8c;}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(21,27,27,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.dropdown-menu { border-radius:0; }
.dropdown-item.active, .dropdown-item:active{background:#ffffff;color:#ffffff;}
.dropdown-item:focus, .dropdown-item:hover{background:#ffffff;}
.navbar-dark .navbar-nav .nav-link {color:#ffffff;font-weight:bold;}
.navbar-dark .navbar-nav a {color:#ffffff;font-weight:bold;font-size: 17px;}

.navbar-dark .navbar-nav a.dropdown-item{font-size: 15px;}


.bottommenu .nav-link {padding:0 10px;font-size:14px;}
.bottommenu .nav-item:last-child {display:none;}



@media (max-width: 991.98px) {
.navbar-dark .navbar-nav .nav-link {color:#666666;font-size:19px;}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .active .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link,.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{color:#1c4587;font-size:23px;}
  


.nav-item2:last-child a.nav-link {
  color: #ff9900;
  border:0;
}
  
.dropdown-menu {background:rgba(0,0,0,0);border:0; border-radius:0;}
.dropdown-menu .dropdown-item {color:#fff; padding-left:3rem;white-space: normal;}
.navbar-dark .navbar-nav a.dropdown-item{font-size:16px;}
.navbar-dark .navbar-nav a.dropdown-item:hover{font-size:20px;}
.dropdown-item.active, .dropdown-item:active{background:rgba(0,0,0,0);color:#1c4587;}
.dropdown-item:focus, .dropdown-item:hover{background:rgba(0,0,0,0);color:#1c4587;}
  .offcanvas-collapse {
    position: fixed;
    top: 0px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgba(255,255,255,0.9);
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: left, visibility;
  }
  .offcanvas-collapse.show {
    left: 0;
    visibility: visible;
    z-index:999;
  }
  .navbar-nav{
    margin-top:70px;
  }

}

.stock_img {
	width: 320px; 
	height: 240px;
	max-width: 320px; 	
	max-height: 240px;
	object-fit: cover;
}

.hot_img {
	width: 280px; 
	height: 200px;
	max-width: 280px; 	
	max-height: 200px;
	object-fit: cover;
}

.detail_img {
	width: 610px; 
	height: 405px;
	max-width: 610px; 	
	max-height: 405px;
	object-fit: cover;
}

.detail_img2 {
	width: 240px; 
	height: 320px;
	max-width: 240px; 	
	max-height: 320px;
	object-fit: cover;
}

.list_img {
	width: 240px; 
	height: 180px;	
	max-width: 240px; 
	max-height: 180px;
	object-fit: cover;
}

ul.dropdown-menu.dropright{
  margin-top: 0px;margin-left: 20px;
}
ul.dropdown-menu.dropright li a:hover, ul.dropdown-menu.dropright li a.active{
	color:#1c4587;
}

@media (min-width:1200px){
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 1rem;
  }  
 
}

@media (min-width:768px){
.is-fixed .logo {
  transition: 0.4s all ease-in-out;
  height:60px;
}
  
.is-fixed .logo img {
  transition: 0.4s all ease-out;
  width:150px;
} 
  


  
}
.maincolor1{color:#1C4587;}

#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #1c4587;
}

#topbar .contact-info a:hover {
  color: #1c4587;
}
#topbar .contact-info i {
  color: #1c4587;
  padding: 4px;
}
#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}
#topbar .social-links a {
  color: #1c4587;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}
#topbar .social-links a:hover {
  color: #1c4587;
}
#topbar .social-links a:first-child {
  border-left: 0;
}


#header {
  padding: 0px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  /*box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);*/
}
#header #logo img,#header #contact img {
  padding: 0;
  margin: 0;
  max-width:100%;
}
#header #logo img {
  width:220px;
  margin: 30px 0;
}

.header {
    border: none;
	margin: 0px;
    padding: 0 0;
    font-weight: 700;
	font-size: 30px;
    line-height: 1.28571429em;
    text-transform: none;
    color: #245141;

}


.menubar {height:125px; }
.menubar .row{padding:0px;}

.menubar.fixed{position: fixed; top: 0px; z-index: 100; background: #fff; width: 100%;}
.mobile_tele{text-align:right;line-height:40px;}

#contact{
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}
#contact a{
  margin: 0px;
  color:#fff;
}
#contact a.tele{
  color:#1c4587;
}
#contact a:hover{
  color:#ccc;
}
#contact a:last-child{
  margin: 0 0 0 20px;
}

.h2.tele{font-size: 24px;}
.tele > i.fa-phone{font-size: 20px;}


@media (max-width: 575.98px) {
  #contact a.tele{font-size:16px;}
  .pagination ul > li.hidden-xs{display: none;}
  .pagination ul > li.hidden-xs:nth-child(3),.pagination ul > li.hidden-xs:nth-child(4),.pagination ul > li.hidden-xs:nth-child(5){display: inline;}
  
} 

@media (max-width: 767.98px) {
  
} 

@media (max-width: 991.98px) {} 

@media (max-width: 1199.98px) {.menubar .row{padding:0px 28px;}} 



.flexslider {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  overflow: hidden;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;  
}
.flex-direction-nav a { height: 60px; }
.flex-viewport { height: 100%; }
.flex-control-nav { bottom: 20px; }
.slides {
  height: 100%;
}

#banner{position: relative;}
#banner p{
    position: absolute;
    top: 15%;
    width: 100%;
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}
.carousel-control-next, .carousel-control-prev{
  width:6%;
}



.cliped-count {
    position: fixed;
    right: 34px;
    bottom: 196px;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size :13px;
    text-align: center;
    line-height: 1.5;
    background-color: #f7941d;
    border-radius: 100%;
	  z-index:2;
}

#float_icon a.whatsapp:hover {
    color: #ffffff;
    background: rgb(37,211,102,0.8);
    text-decoration: none;
}
#float_icon a.whatsapp {
    background: rgb(37,211,102);
    color: #fff;
    right: 40px;
    bottom: 200px;
}
#float_icon a.fixed-br {
    position: fixed;
    color: #fff;
    border: 0;
    margin: 0;
    z-index: 100;
    overflow: hidden;
    height: 50px;
    width: 50px;
    font-size: 30px;
    line-height: 48px;
    border-radius: 25px;
    transition: .45s all ease-in-out;
    transform: translate3d(0, 100px, 0);
    text-align: center;
}


.ui-to-top.active {
    transform: translate3d(0, 0, 0);
}

.ui-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  color: #fff;
  background: #1c4587;
  border: 0;
  margin: 0;
  z-index: 100;
  overflow:hidden;
  height: 50px;
  width: 50px;
  font-size: 20px;
  line-height: 46px !important;
  border-radius: 100%;
  transition: .45s all ease-in-out;
  transform: translate3d(0, 100px, 0);
  text-align:center;
  right: 40px;
  bottom:40px;
}

.ui-to-top:hover {
    color: #ffffff;
    background: #5d5d5d;
    text-decoration: none;
}

@media (min-width:576px) {
  .ui-to-top {

  }
}

#footer {
  background: #666;
  color: #ffffff;
  font-size: 14px;
  padding: 60px 0 0 0;
}

#footer a {
  color: #ffffff;
}

#footer .footer-top, #footer .footer-contact {
  background: #666;
  color: #ffffff;
  /*padding: 60px 0 20px 0;*/
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3, #footer .footer-top .footer-contact h3,  #footer .footer-top .footer-category h3{
  font-size: 22px;
  line-height: 1;
  font-family: 'Helvetica','Microsoft JhengHei', Verdana, Arial, sans-serif;
  font-weight: 700;
}

#footer .footer-top .footer-contact p i{
  width:16px;
  padding-right:3px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Helvetica','Microsoft JhengHei', Verdana, Arial, sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 32px;
  display: inline-block;
  line-height: 1;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #1c4587;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-align:left;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  width: 100%;
  background: #555;
}

#footer .footer-top h4::after {
  background: #ffffff;
  width: 60px;
}

#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: 8px;
  color: #ffffff;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

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

#footer .footer-top .footer-links ul a {
  color: #ffffff;
}

#footer .footer-top .footer-links ul a:hover {
  color: #f0f0f0;
}

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

#footer .footer-top .footer-contact p {
  line-height: 21px;
  margin: 0 0 10px 0;
}

#footer .footer-top .footer-news {
  margin-bottom: 10px;
}

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

#footer .footer-top .footer-news ul i {
  padding-right: 8px;
  color: #ffffff;
}
#footer .footer-top .footer-news ul li {
  border-bottom: 1px solid #333;
  padding: 6px 0;
}

#footer .footer-top .footer-news ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-news ul a {
  color: #ffffff;
}

#footer .footer-top .footer-news ul a:hover {
  color: #f0f0f0;
}
#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #ffffff;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #f0f0f0;
}

#footer .footer-top .footer-category div{
  float:left;width: 115px;height:33px
}

#footer .copyright {
  text-align: center;
  padding: 30px 15px;
  border-top: 1px solid #ffffff;
  margin-top:20px;
}
#footer .credits {
  text-align: center;
  padding: 10px 0;
}

#footer .credits a {
  color: #f0f0f0;
}

#footer .footer-top .social-links a:hover{
	background: none;
}


.counter-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.counter-boxes .counter-item {
  text-align: center;
  // width: 20%;
  min-width: 220px;
  position: relative;
  flex: 1;
}

.counter-boxes .counter-item + .counter-item::before {
  position: absolute;
  left: 0;
  height: 50px;
  top: calc((100% - 50px) / 2);
  content: "";
  display: block;
  border-left: 1px solid #bbb;
}


@media (max-width: 1199.98px) {} 
#content {min-height:700px; padding: 30px 0;}
.stock-count a {
    font-size: 15px;
    display: inline-block;
    background: #666666;
    color: #fff;
    padding: 0;
    border-radius: 100%;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    transition: 0.3s;
    position: fixed;
    right: 40px;
    bottom: 160px;
    z-index:2;
	text-decoration: none;
}

@media (max-width: 991.98px) {
  #banner p{text-shadow: #1c4587 1px 1px 1px;}
  .cliped-count{right:15px;}
  .stock-count a,#float_icon a.whatsapp,.ui-to-top{right: 10px;}

  .counter-boxes .counter-item {
    padding: 10px 0;
    min-width: 50%;
  }
  .counter-item:nth-child(2n + 1)::before {
    display: none;
  }
} 

@media (max-width: 767.98px) {} 

@media (max-width: 575.98px) {
  #banner p{font-size:29px;padding: 8px 0;}

  .counter-boxes { display: block; }
  .counter-boxes .counter-item + .counter-item::before {
    display: none;
  }
} 

@font-face {
	font-family: 'IcoMoon';
	src: url('../../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: .25em;
	line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
	font-weight: normal;
}
.icon-joomla:before {
	content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
	content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
	content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
	content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
	content: "\e008";
}
.icon-arrow-first:before {
	content: "\e003";
}
.icon-arrow-last:before {
	content: "\e004";
}
.icon-arrow-up-2:before {
	content: "\e009";
}
.icon-arrow-right-2:before {
	content: "\e00a";
}
.icon-arrow-down-2:before {
	content: "\e00b";
}
.icon-arrow-left-2:before {
	content: "\e00c";
}
.icon-arrow-up-3:before {
	content: "\e00f";
}
.icon-arrow-right-3:before {
	content: "\e010";
}
.icon-arrow-down-3:before {
	content: "\e011";
}
.icon-arrow-left-3:before {
	content: "\e012";
}
.icon-menu-2:before {
	content: "\e00e";
}
.icon-arrow-up-4:before {
	content: "\e201";
}
.icon-arrow-right-4:before {
	content: "\e202";
}
.icon-arrow-down-4:before {
	content: "\e203";
}
.icon-arrow-left-4:before {
	content: "\e204";
}
.icon-share:before,
.icon-redo:before {
	content: "\27";
}
.icon-undo:before {
	content: "\28";
}
.icon-forward-2:before {
	content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
	content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
	content: "\6c";
}
.icon-undo-2:before {
	content: "\e207";
}
.icon-move:before {
	content: "\7a";
}
.icon-expand:before {
	content: "\66";
}
.icon-contract:before {
	content: "\67";
}
.icon-expand-2:before {
	content: "\68";
}
.icon-contract-2:before {
	content: "\69";
}
.icon-play:before {
	content: "\e208";
}
.icon-pause:before {
	content: "\e209";
}
.icon-stop:before {
	content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
	content: "\7c";
}
.icon-next:before,
.icon-forward:before {
	content: "\7b";
}
.icon-first:before {
	content: "\7d";
}
.icon-last:before {
	content: "\e000";
}
.icon-play-circle:before {
	content: "\e00d";
}
.icon-pause-circle:before {
	content: "\e211";
}
.icon-stop-circle:before {
	content: "\e212";
}
.icon-backward-circle:before {
	content: "\e213";
}
.icon-forward-circle:before {
	content: "\e214";
}
.icon-loop:before {
	content: "\e001";
}
.icon-shuffle:before {
	content: "\e002";
}
.icon-search:before {
	content: "\53";
}
.icon-zoom-in:before {
	content: "\64";
}
.icon-zoom-out:before {
	content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
	content: "\2b";
}
.icon-pencil-2:before {
	content: "\2c";
}
.icon-brush:before {
	content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
	content: "\5d";
}
.icon-minus-sign:before,
.icon-minus-2:before {
	content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
	content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
	content: "\47";
}
.icon-new:before,
.icon-plus:before {
	content: "\2a";
}
.icon-plus-circle:before {
	content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
	content: "\4b";
}
.icon-ban-circle:before,
.icon-minus-circle:before {
	content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
	content: "\4a";
}
.icon-cancel-circle:before {
	content: "\e217";
}
.icon-checkmark-2:before {
	content: "\e218";
}
.icon-checkmark-circle:before {
	content: "\e219";
}
.icon-info:before {
	content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
	content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
	content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
	content: "\e222";
}
.icon-notification:before {
	content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
	content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
	content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
	content: "\e225";
}
.icon-checkbox-unchecked:before {
	content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
	content: "\3e";
}
.icon-checkbox-partial:before {
	content: "\3f";
}
.icon-square:before {
	content: "\e226";
}
.icon-radio-unchecked:before {
	content: "\e227";
}
.icon-radio-checked:before,
.icon-generic:before {
	content: "\e228";
}
.icon-circle:before {
	content: "\e229";
}
.icon-signup:before {
	content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
	content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
	content: "\59";
}
.icon-menu:before {
	content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
	content: "\31";
}
.icon-list-2:before {
	content: "\e231";
}
.icon-menu-3:before {
	content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
	content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
	content: "\2e";
}
.icon-folder-plus:before {
	content: "\e234";
}
.icon-folder-minus:before {
	content: "\e235";
}
.icon-folder-3:before {
	content: "\e236";
}
.icon-folder-plus-2:before {
	content: "\e237";
}
.icon-folder-remove:before {
	content: "\e238";
}
.icon-file:before {
	content: "\e016";
}
.icon-file-2:before {
	content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
	content: "\29";
}
.icon-file-minus:before {
	content: "\e017";
}
.icon-file-check:before {
	content: "\e240";
}
.icon-file-remove:before {
	content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
	content: "\e018";
}
.icon-stack:before {
	content: "\e242";
}
.icon-tree:before {
	content: "\e243";
}
.icon-tree-2:before {
	content: "\e244";
}
.icon-paragraph-left:before {
	content: "\e246";
}
.icon-paragraph-center:before {
	content: "\e247";
}
.icon-paragraph-right:before {
	content: "\e248";
}
.icon-paragraph-justify:before {
	content: "\e249";
}
.icon-screen:before {
	content: "\e01c";
}
.icon-tablet:before {
	content: "\e01d";
}
.icon-mobile:before {
	content: "\e01e";
}
.icon-box-add:before {
	content: "\51";
}
.icon-box-remove:before {
	content: "\52";
}
.icon-download:before {
	content: "\e021";
}
.icon-upload:before {
	content: "\e022";
}
.icon-home:before {
	content: "\21";
}
.icon-home-2:before {
	content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
	content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
	content: "\e251";
}
.icon-link:before {
	content: "\e252";
}
.icon-picture:before,
.icon-image:before {
	content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
	content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
	content: "\e014";
}
.icon-camera:before {
	content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
	content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
	content: "\56";
}
.icon-music:before {
	content: "\57";
}
.icon-user:before {
	content: "\22";
}
.icon-users:before {
	content: "\e01f";
}
.icon-vcard:before {
	content: "\6d";
}
.icon-address:before {
	content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
	content: "\26";
}
.icon-enter:before {
	content: "\e257";
}
.icon-exit:before {
	content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
	content: "\24";
}
.icon-comments-2:before {
	content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
	content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
	content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
	content: "\e259";
}
.icon-phone:before {
	content: "\e260";
}
.icon-phone-2:before {
	content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
	content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
	content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
	content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
	content: "\50";
}
.icon-briefcase:before {
	content: "\e020";
}
.icon-tag:before {
	content: "\e262";
}
.icon-tag-2:before {
	content: "\e263";
}
.icon-tags:before {
	content: "\e264";
}
.icon-tags-2:before {
	content: "\e265";
}
.icon-options:before,
.icon-cog:before {
	content: "\38";
}
.icon-cogs:before {
	content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
	content: "\36";
}
.icon-wrench:before {
	content: "\3a";
}
.icon-equalizer:before {
	content: "\39";
}
.icon-dashboard:before {
	content: "\78";
}
.icon-switch:before {
	content: "\e266";
}
.icon-filter:before {
	content: "\54";
}
.icon-purge:before,
.icon-trash:before {
	content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
	content: "\23";
}
.icon-unlock:before {
	content: "\e267";
}
.icon-key:before {
	content: "\5f";
}
.icon-support:before {
	content: "\46";
}
.icon-database:before {
	content: "\62";
}
.icon-scissors:before {
	content: "\e268";
}
.icon-health:before {
	content: "\6a";
}
.icon-wand:before {
	content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
	content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
	content: "\e269";
}
.icon-clock:before {
	content: "\6e";
}
.icon-compass:before {
	content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
	content: "\e01b";
}
.icon-book:before {
	content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
	content: "\79";
}
.icon-print:before,
.icon-printer:before {
	content: "\e013";
}
.icon-feed:before {
	content: "\71";
}
.icon-calendar:before {
	content: "\43";
}
.icon-calendar-2:before {
	content: "\44";
}
.icon-calendar-3:before {
	content: "\e273";
}
.icon-pie:before {
	content: "\77";
}
.icon-bars:before {
	content: "\76";
}
.icon-chart:before {
	content: "\75";
}
.icon-power-cord:before {
	content: "\32";
}
.icon-cube:before {
	content: "\33";
}
.icon-puzzle:before {
	content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
	content: "\72";
}
.icon-lamp:before {
	content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
	content: "\73";
}
.icon-location:before {
	content: "\63";
}
.icon-shield:before {
	content: "\e274";
}
.icon-flag:before {
	content: "\35";
}
.icon-flag-3:before {
	content: "\e275";
}
.icon-bookmark:before {
	content: "\e023";
}
.icon-bookmark-2:before {
	content: "\e276";
}
.icon-heart:before {
	content: "\e277";
}
.icon-heart-2:before {
	content: "\e278";
}
.icon-thumbs-up:before {
	content: "\5b";
}
.icon-thumbs-down:before {
	content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
	content: "\40";
}
.icon-star-2:before {
	content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
	content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
	content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
	content: "\e280";
}
.icon-smiley-sad:before {
	content: "\e281";
}
.icon-smiley-sad-2:before {
	content: "\e282";
}
.icon-smiley-neutral:before {
	content: "\e283";
}
.icon-smiley-neutral-2:before {
	content: "\e284";
}
.icon-cart:before {
	content: "\e019";
}
.icon-basket:before {
	content: "\e01a";
}
.icon-credit:before {
	content: "\e286";
}
.icon-credit-2:before {
	content: "\e287";
}
.icon-expired:before {
	content: "\4b";
}
.icon-edit:before {
	color: #FFF;
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-save-new:before,
.icon-save-copy:before,
.btn-toolbar .icon-copy:before {
	color: #378137;
}
.icon-unpublish:before,
.icon-not-ok:before,
.icon-eye-close:before,
.icon-ban-circle:before,
.icon-minus-sign:before,
.btn-toolbar .icon-cancel:before {
	color: #942a25;
}
.icon-featured:before,
.icon-default:before,
.icon-expired:before,
.icon-pending:before {
	color: #c67605;
}
.icon-back:before {
	content: "\e008";
}
