:root {
  --color1: #1c4587;
  --color2: #F55823;
  --color3: #1c4587;
  --color4: #A6A6A6;
  --color5: #000000;
  --color6: #688098;
  --color7: #52A4E2;
  --color8: #103655;

}

/********** 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;
  color: var(--color6);
}
.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;
}

/********** Joomla Pagination - End **********/
body {
  background: #ffffff;
  color: #000000;
  font-family: 'Microsoft JhengHei','Helvetica',  Verdana, Arial, sans-serif;
  font-size: 16px;
}
a {
  color: var(--color1);
  transition: 0.5s;
}
a:hover,
a:active,
a:focus {
  color: var(--color1);
  outline: none;
  text-decoration: none;
}
p {
  padding: 0;
  margin: 0 0 30px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Microsoft JhengHei','Helvetica',  Verdana, Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
/********** Body - BS4 CSS - End **********/
body {
  padding-top: 0rem;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}
.navbar {
  /* background: #000; */
}
.btn,
.card,
.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: #1c4587;
  border: none;
}
h1,
h4 {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-bottom: 12px;
  margin: 20px 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: unset;
  margin-left: 0;
  left: 35%;
}
h7::after,
h8::after {
  background: #f00;
  width: 38px;
}
.btn-primary {
  color: #fff;
  background-color: #1c4587;
  border-color: #1c4587;
}
.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;
}
/********** Nicepage ***********/
.nicepage-container > .u-body{
  background-color: #ffffff !important;
}

/* NOTE - Our Client */
body.itemid_457 .u-xs .u-sheet{
  width: auto !important;
}

/********** Custom ***********/
body {
  min-width: 320px;
  background-color: #f8f9fa;
}
.red {
  color: var(--color7);
}
.default_blue {
  color: var(--color1);
}
.default_blue2 {
  color: var(--color3);
}
h1,
h4 {
  color: var(--color1);
}
/**blog**/
.blog_block{
  background-color: #ffffff;
  display:flex;
}
/**com_trade**/
.search a {
  white-space: nowrap;
}
.search a.active {
  color:var(--color7);
  background-color: unset;
}
.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;
}



/* .navbar.fixed { position: fixed; top: 0; left: 0; z-index: 2; width: 100%; } */
/*0 to 576px*/
.container>.row {
  margin: 0px;
}
/* NOTE - Theme */
#content > div.item-page{
  padding: 20px 20px;
  background: #ffffff;
}
body.itemid_175 #content > form{
  background: #ffffff;
}
.container.page_trade_list,
.container.page_building{
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}
@media (min-width: 992px) { /*fix default grid scss */
  /* .container.page_trade_list, .container.page_building{ max-width: 100% !important; } 
  .container.page_trade_list .container, .container.page_building .container{ max-width: 992px !important; }
  body.trade .container{ max-width: 992px !important; } */
}
  
.container.page_trade_list {
    /* background-image: url('../../../images/site/bg_map.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top; */

    /* background-color: rgba(255,255,255,0.95); */
    background-color:#f8f9fa;
    background-blend-mode: lighten;
    /* background-attachment: fixed; */
}

.container.page_trade_list > .content_row, 
.container.page_building > .content_row
{
    margin: 0px;
}
.container.page_trade_list > .content_row form > .row, 
.container.page_building > .content_row form > .row
{
    margin: 0px;
}

#rightside_bar {
    position: fixed;
    top: 0;
    right: 0;
    width: 88px;
    height: 100%;
    background-color: #ffffff;
    /* box-shadow: -2px 0 5px rgba(0,0,0,0.1); */
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.15), 0px 3px 4px 0px rgba(0, 0, 0, 0.15), 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .rightside_bar_block {
    padding: 0 5px;
    text-align: center;
  }
  #rightside_bar a{
    display: block;
    color: #224F76;
    padding: 18px 0;
  }
  #rightside_bar a:hover{
    color: #52A4E2;
  }
  #rightside_bar i {
    font-size: 21px;
    margin: 2px 0 6px 0;
  }
  .rightside_bar_title {
    font-size: 12px;
    font-weight: bold;
  }
  .rightside_bar_line{
    width: 30%;
    border-bottom: 1px solid #737373;
    margin: auto;
  }

  .language_mb{
    display: none;
    margin: 20px 5px;
  }
  .language_mb a, .language_mb span{
    margin: 0px 5px;
    font-size: 18px;
  }

/* NOTE - Eng */
html[lang="en-gb"] .filter_search_table tr td:first-child{
  min-width: 80px;
}
html[lang="en-gb"] .navbar-dark .navbar-nav .nav-link {
  font-size: 15px;
  text-transform: capitalize;
  padding: 10px 5px;
}


/* NOTE - List Page - filter_search_table */
.filter_search_table_row > div:nth-child(1) {
  max-width: 60%;
}
.filter_search_table_row > div:nth-child(2) {
  max-width: 40%;
  padding-left: 0px;
}

/* NOTE - List Page - filter_search_table New DIV */
.search-container {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.search-row {
    display: flex;
    align-items: flex-start;
    min-height: 40px;
}

.search-label {
    flex: 0 0 60px; /* Fixed width for labels */
    padding: 8px 8px 8px 0;
    font-weight: 500;
    font-size: 16px;
}
html[lang="en-gb"] .search-label {
    flex: 0 0 85px; 
} 

.search-content {
    /* flex: 1; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.search-content-full {
    /* flex: 1; */
    padding: 7px 0;
    width: 100%;
}

.search-content a {
    /* padding: 6px 12px; */
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s ease;
    margin: 8px 3px;
    padding: 0px !important;
    font-size: 16px;
}

.search-content a:hover {
    /* background-color: #f8f9fa; */
}

.search-content a.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
    color: var(--color7);
    background-color: unset;
}

.input-group {
    display: flex;
    width: 100%;
    max-width: 400px;
}

.input-group .form-control {
    flex: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Responsive design */
@media (max-width: 768px) {
    .search-row {
        flex-direction: row;
    }
    .search-label {
        flex: none;
        width: fit-content;
        min-width: 55px;
        padding-bottom: 4px;
    }
    html[lang="en-gb"] .search-label {
        flex: none;
        min-width: 85px;
    }
    .search-content {
        padding-top: 0;
    }
}



/* NOTE - List Page - Featured Building */
.building_content{
  position: relative;
  z-index: 1;
  margin: -11px;
}
.building_content > div{
  padding: 0 11px;
}
.building_featured_title{
  font-weight: bold;
  font-size: 22px;
  color: var(--color8);
}
.building_item{
  position: relative;
}
.building_item img{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.building_item .building_intro{
  display: flex
}
  .building_item .building_location{
    color: #000;
    margin-right: 10px;
  }
  .building_item .building_name{
    color: #52A4E2;
  }
  .building_more  a{
    border: 1px var(--color3) solid;
    padding: 3px 8px;
    border-radius: 3px;
  }

/* NOTE - List Page - Trade List */
.top_pagination .pagination-list{
  margin-top: 20px;
}
.trade_pic {
  padding: 0 10px;
}
.trade_pic img {
  width: 307px;
  aspect-ratio: 1.52/1;
  object-fit: cover;
  max-width: 100%;
  /* margin-bottom: 30px; */
}
.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;
}

body.trades .cards_border, body.trades .cards_border .card{
  background-color: #f8f9fa;
}

.card-body.trade_lists_block{
  margin: 0 0 0 0;
  position: relative;
}
.cards_label_area{
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  display: flex
;
}
.cards_label_area > .cards_label{
  padding: 4px 13px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.cards_label_area > .cards_label > i{
  margin: 0px 2px 0px 0px;
  font-size: 16px;
}

/*
.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 25px;
}
.trade_detail h5 {
  margin: 7px 15px 16px 0;
}


.trade_text{
  display: flex;
  flex-direction: column;
  /* min-height: 198px; */
}
.trade_text_row2{
 min-height: 85px;
}
.trade_text_row3{
    display: inline-flex;
    justify-content: space-between;
    margin: 18px 0 33px 0;
}
.trade_text_1{
  position: absolute;
  right: 0px;
  color: #838383;
  font-size: 16px;
}
.trade_text_2{
    color: #838383;
    font-size: 16px;
    white-space: normal;
    margin: 12px 0 0 0;
    max-height: 60px;
    display:flex;
}
.trade_text_2 div{
  line-height: 18px;
}
.trade_text_2 div:first-child{
  min-width: fit-content;
  padding-right: 5px;
}
.trade_text_3{
  /* font-size: 17px; */
  font-weight: bold;
  color: #838383;
  display: flex;
  align-items: flex-end;
}
.trade_text_3 div{
  font-size: 19px;
  line-height: 18px;
  /* margin: 0 0 0 4px; */
  font-weight: bold;
}
.trade_text_3 div:first-child{
  padding-right: 5px;
}
.trade_text_3 div:nth-child(2){
  color: #4DAD25;
}
html[lang="en-gb"] .trade_text_3 div{
  font-size: 19px;
}


.trade_text div.row {
  margin: 2px -15px;
}
.trade_text_row1 {
  display: inline-flex;
  justify-content: space-between;
}
.trade_text_title{
  height: 68px;
  overflow: hidden;
}
.trade_text_title a {
  font-size: 20px;
  margin: 6px 0 0px 0;
  display: block;
  float: left;
  line-height: 30px;
  white-space: normal;
  color: #000000;
}
.trade_text_title a:hover {
  color: var(--color6);
}
.trade_text_info {
  width: fit-content;
  float: left;
  margin-right: 25px;
  font-size: 12px;
}
.trade_text_info div {
  line-height: 21px;
}
.card a img {
  width: 100%;
  height: 100%;
  padding: 18px;
}
.moduletable .card,
.cards .card {
  /* border-bottom: 1px solid #B8D4E9; */
  padding: 0;
}
b.red {
  color: #c00;
}
.card-body .red {
  /* padding: 5px 0 15px 0;font-size:14px; */
}
h5.card-text {
  font-size: 24px;
  line-height: 0;
  font-weight: bold;
  color: #000000;
}
.trade_btn_area {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  right: 25px;
  bottom: 25px;
  align-items: flex-end;
}
.trade_btn_area>div {
  margin: 10px 0 0 0;
}
.trade_btn_area>div:last-child {
  margin: 10px 0 5px 0;
}
.trade_btn_area>div a {
  padding: 2px 10px;
  border: 0px solid var(--color4);
  color: var(--color5);
  border-radius: 3px;
  font-size: 15px;
  /* box-shadow: rgba(99, 99, 99, 0.5) 0px 2px 8px 0px; */
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.15), 0px 3px 4px 0px rgba(0, 0, 0, 0.15), 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
}
.trade_btn_area>div a.bookmarked {
  border: 1px solid var(--color3);
  background-color: var(--color3);
  color: #ffffff;
}
.trade_btn_area>div a:hover {
  border: 0px solid #42A1FD;
  background-color: #42A1FD;
  color: #ffffff;
}

.trade_detail_page .convertforms{
  margin: 0px;
}
.trade_detail_page .convertforms .cf-form-wrap{
  padding: 20px 0;
}



.advert_area > div{padding: 0px 0px 0px 0px;}
.advert_area > div img{width: 100%;}
.cards_option_bar > div{padding: 0px 0px 0px 0px;}
.cards_option_bar .tradelist_title{font-size: 24px;font-weight: bold;color: var(--color8);}
.cards_option_bar .tradelist_total{font-size: 15px;color:#797979;}
.cards_border{
    background-color: #ffffff;
}
.cards_border .card{
  padding: 0px;
}
.cards_border .card:nth-child(3n+1) {
  align-items: flex-start;
}
.cards_border .card:nth-child(3n+2) {
  align-items: center;
}
.cards_border .card:nth-child(3n) {
  align-items: flex-end;
}
.cards_border .card .card-body{
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.15), 0px 3px 4px 0px rgba(0, 0, 0, 0.15), 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
  /* border:1px solid #dedede; */
  width: 97%;
  margin-bottom: 7%;
  padding: 0px 0px 0px 0px;
}
.cards_border .card .card-body > .row{
 margin: 0px 0px 0px 0px;
}
.cards_option_bar select[name="filter[ordering_sort]"]{
  border: 1px solid #dedede;
  font-size: 17px;
  padding: 2px;
  border-radius: 3px;
}
.cards_option_bar select:focus-visible{
  border: 1px solid var(--color6);
  outline:none;
}



	/* Trade - Floorplan styles */
  body.trade .floorplans-area{
    padding-right: 0px;
    min-height: 271px;
  }
	body.trade .trade_building_area .swiper.floorplanSwiper{
		height: 100% !important;
    background: url('../../../images/site_logo.jpg') no-repeat center center / 80%;
	}
  body.trade .swiper.floorplanSwiper img{
		aspect-ratio: 0.89 / 1;
	}
	body.trade .trade_building_area .swiper.floorplanSwiper .swiper-pagination-bullet-active {
		background-color: #52A4E2 !important;
	}

  body.trade .map-area{
    padding-left: 0px;
  }
	body.trade .trade_building_area .map-area #map {
		width: 100%;
		aspect-ratio: 16/9;
	}
	body.trade .trade_building_area .map-area #pano {
		width: 100%;
		aspect-ratio: 16/9;
	}

	body.trade .trade_detail_info{
    margin: -130px 0 0 0;
		/*margin: 0 0 0 0;*/
	}
	body.trade .trade_detail_info.no_building{
		margin: 0 0 0 0;
	}


/* NOTE - 成交紀錄 */
#trade_records {
  background-color: #f8f9fa;
  padding: 20px 0px;
}
#trade_records .trade_records_button{
    padding: 4px 10px;
    border-radius: 3px;
    display: inline-block;
    color: #FFFFFF;
    background-color:#52A4E2;
    font-size: 0.95rem;
}
#trade_records .trade_record_title {
  font-size: 22px;
  font-weight: bold;
  color: var(--color8);
  margin-bottom: 20px;
}
#trade_records .trade_records_block{
  overflow: auto;
}
#trade_records table {
  width: 100%;
  border-collapse: collapse;
}
#trade_records table th,
#trade_records table td {
    white-space: nowrap;
}
#trade_records table th{
  color: #000000;
  padding: 10px;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid var(--color1);
}
#trade_records table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

/* NOTE - List Page - News Area - 我們成交 */

#news_area{
  background-color: #ECF1F7;
  padding: 45px 15px 15px 15px; /*set it for fix row -15px*/
}
#news_area .img-wrap{
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}
#news_area img.img-fluid {
    max-width: 100%;
    height: auto;
}
#news_area .news_title{
    font-weight: bold;
    font-size: 22px;
    text-align: left;
}
#news_area p{
    
}

/* NOTE - Building Page */
body.building {
		background:#ffffff;
	}
    body.building .building-header {
      display: flex;
      align-items: center;
      position: relative;
      margin: 0 15px;
    }
    body.building .building-street {
        display: flex;
        margin-bottom: 20px;
        margin: 0 15px 20px 15px;
    }
    body.building .building-title {
        font-size: 26px;
        font-weight: bold;
		color: #000;
    }
	body.building .cards_label_area.building_detail_area{
		position: relative;
		margin: 0px 0px 0px 5px;
	}
	body.building .building-tag {
		padding: 4px 10px;
		margin-left: 10px;
		color: white;
		font-size: 14px;
	}
	body.building .detail_frame_area{
		display:flex;
		flex-wrap: wrap;
		background: #FBF8F8;
		border: 0;
		justify-content: space-around;
		padding: 10px 0px;
    margin: 0px 0px 10px 0px;
		border-radius: 0px;
	}
	body.building .detail_frame_area > div{
		border-right: 1px solid #DFDDDD;
		width: 25%;
		padding: 0 10px;
	}
	body.building .detail_frame_area > div:last-child{
		border-right: 0px;
	}
	body.building .detail_frame_area > div > div{
		text-align: center;
		font-size: 14px;
	}
	body.building .detail_frame_area > div > div:first-child {
		margin: 4px 0 2px 0;
	}
	body.building .detail_frame_area > div > div:nth-child(2) {
		color: #797979;
		margin: 2px 0 4px 0;
	}
  body.building .building-description h2{
    font-size: 23px;
  }
  body.building .building-description p{
    color: #797979;
  }
  body.building button.more{
    padding: 0;
    margin: 10px 0 0 0;
    text-decoration: unset;

    border-radius: 3px;
		padding: 5px 20px;
		color: #52A4E2;
		font-size: 16px;
		background-color: #ffffff !important;
    border: 1px solid #52A4E2;
		width: fit-content;
    transition: 0.3s;
  }
  body.building button.more:hover{
		color: #ffffff;
		background-color: #52A4E2 !important;
  }
  body.building button.more i{
    margin-left: 2px;
  }
	body.building .building_detail_table {
		border: 0;
		margin-top: 20px;
	}
  body.building .building_detail_table .row{
		margin: 0px;
		border-bottom: 1px solid #D5D5D5;
	}
	body.building .building_detail_table .rental_block{
    border-radius: 3px;
		padding: 5px 20px;
		color: #52A4E2;
		font-size: 16px;
		background-color: #FFFFFF !important;
    border: 1px solid #52A4E2;
		width: fit-content;
    transition: 0.3s;
  }
  body.building .building_detail_table a .rental_block:hover {
    background-color: #52A4E2 !important;
    color: #FFFFFF;
  }
  body.building .building_detail_table .rental_block, body.buildings .rental_block{
    color: #52A4E2;
	}

  /* NOTE - Buildings list */
  /* .building_content .building_item .building_image_frame {
    overflow: hidden;
    position: relative;
  } */
	
  body.buildings .filter_search_table{
    min-height: unset;
	}
    body.buildings .building_intro{
      display: flex;
      position: relative;
      margin: 5px 0 0 0;
      justify-content: space-between;
    }
      body.buildings .building_intro > div{
        display: flex;
      }
        body.buildings .building_location{
            color: #000000;
            margin-right: 10px;
        }   
        body.buildings .building_name {
            color: #000000;
        }
        body.buildings .rental_block{
          /* background-color: var(--color1) !important;
          padding: 5px 10px;
          color: #ffffff;
          border: 0px;
          width: fit-content;
          box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px; */

          /* position: absolute;
          right: 0px;
          bottom: 0px; */
          transition: 0.3s;


          padding: 1px 8px;
          border: 1px solid #52A4E2;
          /* color: var(--color5); */
          color: #52A4E2;
          border-radius: 3px;
          font-size: 14px;
          min-width: max-content;
          height: fit-content;
        }
        body.buildings .rental_block:hover {
          border: 1px solid #52A4E2;
          background-color: #52A4E2 !important;
          color: #ffffff;
        }
        body.buildings .building_name a{
          color: #000;
        }





	body.building .building_detail_table .row > div{
		margin: 10px 0px;
		padding: 0px;
		font-size: 14px;
	}
	body.building .building_detail_table .row > div.tda_left{
		width: 38%;
	}
	body.building .building_detail_table .row > div.tda_right{
    width: 62%;
		color: #8a8a8a;
	}

	body.building .building-date {
		color: #868e96;
		font-size: 14px;
		position: absolute;
    right: 0;
	}
	body.building .buildingSwiper {
		width: 100%;
		aspect-ratio: 16/9;
		/* height: 300px; */
		/* border-radius: 8px; */
	}
  body.building .buildingSwiper_mobile{
    display:none;
  }
	
	body.building .swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	body.building .floor-plan {
		text-align: center;
	}
	body.building .floor-plan img {
		max-width: 100%;
		max-height: 300px;
	}
	body.building .building-description {
		margin: 30px 0;
	}
	body.building .description-title {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	body.building .nearby-buildings {
		margin: 30px 0;
	}
	body.building .nearby-title {
		font-size: 23px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	body.building .nearby-grid {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 10px;
	}
	body.building .nearby-item {
		text-align: left;
    	padding: 2px 0;
	}
  body.building .building-trade-title {
		font-size: 23px;
		font-weight: bold;
    margin: 10px 10px 15px 10px;
	}
  body.building .cards {
		margin: 0 10px;
	}

	/* Building - Floorplan styles */
  body.building .floorplans-area{
    padding-right: 0px;
  }
	body.building .swiper.floorplanSwiper{
		height: 100% !important;
    background: url('../../../images/site_logo.jpg') no-repeat center center / 80%;
    /*border: 1px solid #D5D5D5;*/
	}
  body.building .swiper.floorplanSwiper img{
		aspect-ratio: 0.89 / 1;
    object-fit: contain;
	}
	body.building .swiper.floorplanSwiper .swiper-pagination-bullet-active {
		background-color: #52A4E2 !important;
	}

  body.building .map-area{
    padding-left: 0px;
  }
	body.building .map-area #map {
		width: 100%;
		aspect-ratio: 16/9;
	}
	body.building .map-area #pano {
		width: 100%;
		aspect-ratio: 16/9;
	}

	.building_detail_page .swiper-slide img{
	margin: 0px 0px 0px 0px;
	}
	.building_detail_page .swiper-thumbs{
	display:none;
	}





/* NOTE - Top Icon */
.top_icon{display: none;}

body.trade .topicon_swiper, body.trade .topicon_block{display: none;}
.topicon_swiper .swiper-button-prev:after, 
.topicon_swiper .swiper-rtl .swiper-button-next:after, 
.topicon_swiper .swiper-button-next:after, 
.topicon_swiper .swiper-rtl .swiper-button-prev:after{
  font-size: 15px !important;
  background-color: #ffffff;
  padding: 15px 8px;
  border: 1px solid #dedede;
  border-radius: 3px;
  color: var(--color3);
  display:block;
}
.topicon_swiper{
  padding:0 5px !important;
}
.topicon_swiper img{
  width: 100%;
}
.topicon_swiper .swiper-slide{
  cursor: pointer;
  padding: 10px 5px;
}
.topicon_swiper .swiper-slide .text1{
  font-size:12px;
  color:var(--color6);
}
.topicon_swiper .swiper-slide.active{
  border:1px solid #dee2e6;
  border-radius: 3px;
}

/* NOTE - PDF List */
#login-form fieldset{
  border: unset !important;
}
#login-form [type="submit"]{
  
  background-color: #ffffff;
  color: var(--color1);
  border: 0px;
  margin: 0 11px;
  cursor: pointer;
}
#login-form [type="submit"]:hover{
  background-color: var(--color1);
  color: #ffffff;
  border: 0px;
  margin: 0 11px;
  cursor: pointer;
}
#login-form input{
  padding: 0px 10px;
  color: #000000 !important;
}
#login-form input:focus{
  outline: unset !important;
  color: #000000 !important;
}
#login-form button:focus{
  outline: unset !important;
}
body.com_trade.carts{background: #ffffff;}
body.com_trade.carts #content{ margin: 0px 0px 0px 0px;}
body.com_trade.carts #header{ display:none; }
body.com_trade.carts .menubar{ display:none; }
body.com_trade.carts #footer{ display:none; }
body.com_trade.carts .ui-to-top{ display:none; }
body.com_trade.carts #float_icon, body.com_trade.carts #float_bottom{ display:none; }


#pdf_list {width: 960px;margin: 0px auto;}
#pdf_list thead tr:nth-child(2){border-top: 1px solid #213F65;border-bottom: 1px solid #213F65;}
#pdf_list thead #pdf_list_header img{height: 60px;margin: 30px 0px;}

#pdf_list tbody tr{min-height: 1800px;}
#pdf_list tbody tr{border-bottom:1px solid #BFBFBF;position: relative;}
#pdf_list tbody tr th{padding: 10px 5px;}
#pdf_list tbody tr td{padding: 30px 5px 10px 5px;height: 220px;vertical-align: top;text-align: left;}
#pdf_list tbody .pdf_remarks{position: absolute;bottom: 25px;}

#pdf_list tbody tr:first-child {}
#pdf_list tbody tr:nth-child(5n) {border-bottom: 0px solid #BFBFBF;}
#pdf_list tbody tr:nth-child(5n) td{height: 250px;}
#pdf_list tbody tr:nth-child(5n) td .pdf_remarks{bottom: 55px;} /*if 220 - bottom: 20px*/
#pdf_list tbody tr.noborder{border: 0px solid blue;}


#pdf_list tbody tr td:nth-child(1) > div:nth-child(2){
  font-weight: bold;
}
#pdf_list tbody tr td:nth-child(1){
    width: 200px;
}
#pdf_list tbody tr td:nth-child(2){
    width: 160px;
}
#pdf_list tbody tr td:nth-child(3){
    white-space: nowrap;
}
#pdf_list tbody tr td:nth-child(4){
    color: var(--color7);
}
#pdf_list tbody tr td:nth-child(5){
    /* text-overflow: ellipsis; */
}
#pdf_list tbody tr td:nth-child(6){
    white-space: nowrap;
}
#pdf_list tbody tr td:nth-child(7){
    white-space: nowrap;
}
#pdf_list tbody tr td:nth-child(8){
    min-width: 100px;
}
#pdf_list tbody tr td:nth-child(9){
    width: 77px;
}
#pdf_list tbody img{
  width: 150px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  max-width: 100%;
}

#pdf_list .rent{
  color: #4DAD25;
}

#pdf_list_footer{
  display: flex;
  flex-direction: row;
  border-top: 1px solid #BFBFBF;
}
#pdf_list_footer img{
  width: 120px;
  margin: 0px 0px 10px 0px;
}
#pdf_list_footer > div{
  
}
#pdf_list_footer .pdf_list_footer_left{
  width: 50%;
  border-right: 1px solid #BFBFBF;
  margin: 25px 0 25px 0;
  height: fit-content;
  color: #BFBFBF;
  font-size: 12px;
}
#pdf_list_footer .pdf_list_footer_right{
  width: 50%;
  margin: 25px 25px 25px 25px;
  height: fit-content;
  color:#BFBFBF;

}


#pdf_list_footer .pdf_list_footer_left .row{
  margin: 0px 0px 0px 0px;
}
#pdf_list_footer .pdf_list_footer_left .col-6, #pdf_list_footer .pdf_list_footer_left .col-12{
  padding: 2px 0px;
}
#pdf_list_footer .pdf_list_footer_left .row.pdf_list_footer_site{
  margin-top: 4px;
  font-size: 10px;
}

#pdf_list_footer .pdf_list_footer_right > div:nth-child(1){
  font-size: 27px;
  margin: 0px 0px 24px 0px;
  line-height: 27px;
}
#pdf_list_footer .pdf_list_footer_right > div:nth-child(2){
  font-size: 10px;
  line-height: 13.5px;
}






.pdf_list_footer_site span{
  color:#1c4587;
}
.pdf_list_footer_site a{
    border-right: 1px solid #000000;
    padding: 0 6px;
    height: 11px;
    display: inline-block;
    line-height: 11px;
}
.pdf_list_footer_site a:last-child{
  border-right: 0px;
}
/* NOTE - search_box_mb */
.search_box_mb{
  margin: 0px auto;
  width: 100%;
  flex-direction: column;
  position: relative;
}

.search_box_mb .search_box_nav{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0 0 15px 0;
}
.search_box_mb .search_box_nav > div{cursor: pointer;color:var(--color6);}
.search_box_mb .search_box_detail{
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #dee2e6;
    z-index: 1;
    border-radius: 3px;
    margin: 0px 0 0 0;
    /* display: none; */
}
.search_box_mb .search_box_detail > div{display: none;flex-direction: row;}
.search_box_mb .search_box_detail > div.active{display: flex;color:var(--color4)}
.search_box_mb .search_box_detail > div:nth-child(1){}
.search_box_mb .search_box_detail > div:nth-child(2){}
.search_box_mb .search_box_detail > div:nth-child(3){}
.search_box_mb .search_box_detail > div:nth-child(4){}
.search_box_mb .search_box_detail > div > div.sbd_scroll{overflow-y: auto; display: flex; flex-direction: column; text-align: left; height: 162px; width: 100%;}
.search_box_mb .search_box_detail > div > div.w30{width: 30%; min-width: 100px; border-right: 1px solid #dee2e6;text-align: center;}
.search_box_mb .search_box_detail > div > div.w70{width: 70%;text-align: center;}

.search_box_mb .search_box_detail > div > div.sbd_scroll a{padding: 4px 30px;}
.search_box_mb .search_box_detail > div > div.sbd_scroll a{padding: 4px 30px;}
.search_box_mb .search_box_detail > div > div.sbd_scroll a.active{color: var(--color1);}

/*.search_box_mb .search_box_detail > div > div.sbd_scroll:first-child a:first-child{color: var(--color7);*/
/*.search_box_mb .search_box_detail > div > div.sbd_scroll:first-child a:first-child.active{color: var(--color7);}*/


.navbar-expand-lg .navbar-nav li:first-child .nav-link {
  margin-left: 6px !important;
  /* padding-left: 0px !important; */
}
#adminForm{
  margin: 0;
}
#contact{
  font-size: 16px;
}
#contact a.tele{
  font-size: 19px;
}
.cards_option_bar{
  /* border-bottom: 2px solid #015A96; */
  margin-top: 22px;
  /* margin-bottom: 25px; */
  padding: 0 0 18px 0;
}
.cards_option_bar .text-right{
  font-size: 19px;
}
.cards_border > div:last-child{
  border-bottom:unset;
}

/* NOTE - Trade Detail */
body.trade .update_date {
		color: #868e96;
    	font-size: 14px;
		margin: 53px 0px 5px 0px
	}

	body.trade .trade_building_area {
		/* background:#ffffff; */
		margin: 20px auto 20px auto;
	}
    body.trade .trade_building_area .building-header {
        display: flex;
        align-items: center;
		position: relative;
    }
    body.trade .trade_building_area .building-street {
        display: flex;
		margin-bottom: 15px;
    }
    body.trade .trade_building_area .building-title {
        font-size: 18px;
        font-weight: bold;
		    color: #000;
        line-height: 33px;
    }
	body.trade .trade_building_area .cards_label_area.building_detail_area{
		position: relative;
		margin: 0px 0px 0px 5px;
	}
	body.trade .trade_building_area .building-tag {
		padding: 4px 10px;
		margin-left: 10px;
		color: white;
		font-size: 14px;
	}
	body.trade .trade_building_area .detail_frame_area{
		display:flex;
		flex-wrap: wrap;
		background: #FBF8F8;
		border: 1px solid #DFDDDD;
		justify-content: space-around;
		padding: 10px 0px;
    	margin: 0px 0px 10px 0px;
		border-radius: 0px;
	}
	body.trade .trade_building_area .detail_frame_area > div{
		border-right: 1px solid #DFDDDD;
		width: 25%;
		padding: 0 10px;
	}
	body.trade .trade_building_area .detail_frame_area > div:last-child{
		border-right: 0px;
	}
	body.trade .trade_building_area .detail_frame_area > div > div{
		text-align: center;
		font-size: 16px;
	}
	body.trade .trade_building_area .detail_frame_area > div > div:first-child {
		margin: 4px 0 2px 0;
	}
	body.trade .trade_building_area .detail_frame_area > div > div:nth-child(2) {
		color: #797979;
		margin: 2px 0 4px 0;
	}
  body.trade .trade_building_area .building-description h2{
    font-size: 23px;
  }
  body.trade .trade_building_area .building-description p{
    color: #797979;
  }
  body.trade .trade_building_area .nearby-buildings h2{
    font-size: 23px;
  }
  body.trade .trade_building_area button.more{
    padding: 0;
    margin: 10px 0 0 0;
    text-decoration: unset;
    color: #002349;
    font-size: 16px;
  }
  body.trade .trade_building_area button.more i{
    margin-left: 2px;
  }
	body.trade .trade_building_area .building_detail_table {
		border: 0;
		margin-top: 20px;
	}
  body.trade .trade_building_area .building_detail_table .row{
		margin: 0px;
		border-bottom: 1px solid #D5D5D5;
	}
	body.trade .trade_building_area .building_detail_table .rental_block{
		border-radius: 3px;
		padding: 5px 20px;
		color: #ffffff;
		font-size: 16px;
		background-color: var(--color1) !important;
		width: fit-content;
		transition: 0.3s;
	}
	body.trade .trade_building_area .building_detail_table .rental_block:hover {
		background-color: #52A4E2 !important;
	}
  	body.trade .trade_building_area .building_detail_table .rental_block a{
    	color: #ffffff;
	}
	body.trade .trade_building_area .building_detail_table .row > div{
		margin: 10px 0px;
		padding: 0px;
		font-size: 16px;
	}
	body.trade .trade_building_area .building_detail_table .row > div.tda_left{
		width: 38%;
	}
	body.trade .trade_building_area .building_detail_table .row > div.tda_right{
    width: 62%;
		color: #8a8a8a;
	}

	body.trade .trade_building_area .building-date {
		color: #868e96;
		font-size: 14px;
		display: block;
    	text-align: right;
		margin: 46px 0 5px 0;
	}
	body.trade .trade_building_area .buildingSwiper {
		width: 100%;
		aspect-ratio: 16/9;
		/* height: 300px; */
		/* border-radius: 8px; */
	}
	
	body.trade .trade_building_area .swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	body.trade .trade_building_area .floor-plan {
		text-align: center;
	}
	body.trade .trade_building_area .floor-plan img {
		max-width: 100%;
		max-height: 300px;
	}
	body.trade .trade_building_area .building-description {
		margin: 30px 0;
	}
	body.trade .trade_building_area .description-title {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	body.trade .trade_building_area .nearby-buildings {
		margin: 30px 0;
	}
	body.trade .trade_building_area .nearby-title {
		font-size: 23px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	body.trade .trade_building_area .nearby-grid {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 10px;
	}
	body.trade .trade_building_area .nearby-item {
		text-align: left;
    	padding: 2px 0;
	}

	body.trade #cf_2{
		background-color: unset;
	}
	body.trade .convertforms .cf-form-wrap{
		padding: 20px 0px;
	}

/* NOTE - Com Trade - Detail Page */
.detail_trade_title{
  
}
.blog_intro{
  line-height: 1.4;
}

#content .detail_map iframe{  
  width: 100%;
  height: 350px;
  border: 0px;
}
#content .map iframe + div { border:none!important; }
.trade_detail_table{
  position: relative;
  padding: 10px;
  width: 100%;
  padding: 0px;
  margin: 5px 0px 0px 0px
}
.trade_detail_table .row{
  border: 1px solid #dfdfdf;
  border-bottom: 0px;
  margin: 0px;
}
.trade_detail_table .row:first-child{
  border-radius: 3px 3px 0 0;
}
.trade_detail_table .row:last-child{
  border-radius: 0 0 3px 3px;
  border-bottom: 1px solid #dfdfdf;
}
.trade_detail_table .row:first-child > div:nth-child(1){
  border-radius: 3px 0 0 0;
}
.trade_detail_table .row:first-child > div:nth-child(2){
  border-radius: 0 3px 0 0;
}
.trade_detail_table .row:last-child > div:nth-child(1){
  border-radius: 0 0 0 3px;
}
.trade_detail_table .row:last-child > div:nth-child(2){
  border-radius: 0 0 3px 0;
}

.trade_detail_table .tda_tags{
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px;
}
.trade_detail_table .tda_tags > div{
  margin: 0px 5px 0px 0px;
  padding: 3px 10px;
  background-color: #EFEFEF;
  border-radius: 3px;
  font-size: 14px;
}

.trade_detail_table .row > div{
  padding: 6px 15px;
}
.trade_detail_table .tda_left{
  border-right: 1px solid #dfdfdf;
  
  background-color: #F7F7F7;
}
.trade_detail_table .tda_right{
  background-color: #ffffff;
}

.trade_detail_table .trade_detail_btn_area{
  position: relative;
}
.trade_detail_table .trade_detail_btn_area > div{
  margin: 0px 0px 0px 0px;
}

.trade_detail_page .fb_area{margin: 0px 0px 0px 2px;}
.trade_detail_page .convertforms{background-color: unset;}

.detail_top_bar {font-size: 18px;font-weight: bold;display: flex;align-items: center;position: relative;padding: 15px 0;border-top: 1px solid #E6E6E6;border-bottom: 1px solid #E6E6E6;}

.detail_top_bar .detail_trade_title {font-size: 25px;margin: 0 7px 0 0;}

.detail_top_bar .trade_btn_area {width: fit-content;padding: 0px;font-size: 13px;bottom: unset;}
.detail_top_bar .trade_btn_area > div {
    margin: 0px;
}

.detail_top_bar .trade_btn_area .clip {
}
.detail_top_bar .fb_area{
  width: fit-content;
  display: inline-flex;
  position: absolute;
  right: 63px;
  top: 12px;
}

.detail_frame_area {border: 1px solid #BFBFBF;border-radius: 3px;margin: 20px 0 5px 0;padding: 15px;background-color: #F8F8F8;}

.detail_frame_area .title {font-size: 20px;line-height: 20px;}

.detail_frame_area .address {margin-top: 15px;font-size: 15px;line-height: 15px;}

.detail_frame_area .content {
    margin-top: 15px;
    font-size: 15px;
    line-height: 15px;
}
.detail_map{
  margin-top: 20px;
}
.trade_detail_page .tele{
  margin: 20px auto 25px auto;
  width: fit-content;
  border: 1px solid #1c4587;
  border-radius: 5px;
  padding: 11px;
  color: #234090;
}
.trade_detail_page .tele>i.fa-phone{
  
  
}
.trade_detail_info a{
  color: var(--color5);
}
.trade_detail_info a:hover{
  color: var(--color1);
}
a.whatsapp_btn{
  margin: 10px 0 10px 0;
  width: fit-content;
  border: 1px solid #128C7E;
  border-radius: 5px;
  padding: 5px 30px;
  color: #128C7E;
  display: block;
  font-size: 20px;
}
a.whatsapp_btn:hover{
  background-color: #128C7E;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.trade_detail_row{
  
}
.trade_detail_row > div{
  
}

.trade_detail_info_title{
  font-size: 21px;
  margin: 0 0 3px 0;
}
.trade_detail_form_title{
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  margin-top: 24px;
}

.convertforms form button{
  background-color: var(--color6) !important;
}

.trade_terms{
  margin-top: 10px;
  font-size: 13px;
}
.trade_terms b{
  font-size: 19px;
}

/* NOTE - Com Trade - Detail Page - Slider */
.swiper {
  width: 100%;
  height: 100%;
  }

  .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  }



  .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  }

  .swiper-slide {
  background-size: cover;
  background-position: center;
  }

  .tradeSwiper2 {
  height: 80%;
  width: 100%;
  }

  .tradeSwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  }

  .tradeSwiper .swiper-slide {
  width: 25%;
  height: fit-content;
  opacity: 0.4;
  }

  .tradeSwiper .swiper-slide-thumb-active {
  opacity: 1;
  }

  .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  margin: 0 0 10px 0;
  }
  .rightBannerSwiper{
    /* box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px; */
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.15), 0px 3px 4px 0px rgba(0, 0, 0, 0.15), 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
  }
  .rightBannerSwiper_mobile{
    display: none !important;
  }
  .rightBannerSwiper img{
    margin: 0px;
    height: 330px;
  }
  .rightBannerSwiper .swiper-pagination-bullets{
    bottom: 15px !important;
  }
  .rightBannerSwiper .swiper-pagination-bullet{
    background-color: #ffffff !important;
    opacity: 1 !important;
    width: 10px !important;
    height: 10px !important;
  }
  .rightBannerSwiper .swiper-pagination-bullet-active{
    background-color: #295C90 !important;
  }
.swiper{height: fit-content !important;}
.swiper-thumbs{padding: 0px 0px 0px 0px !important;}
.topicon_swiper .swiper-slide img{margin: 0px 0px 0px 0px !important;object-fit: contain !important;height: auto !important;aspect-ratio:unset;}

.trade_detail_page .swiper-slide img{
  margin: 0px 0px 0px 0px;
}
.trade_detail_page .swiper-thumbs{
  display:none;
}
.trade_detail_page .swiper-slide img {
  /* height: 326px; */
  height: auto;
  aspect-ratio: 3 / 2;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .card a img {
    padding: 0px;
  }
  .container>.row {
    /* NOTE - MX Edit Here */
    /*margin-left: -15px;
    margin-right: -15px;*/
  }
  .card-body .red {
    padding: 0;
    font-size: 17px;
  }
  .trade_pic {
    padding:  0;
    /* max-width: fit-content; */
  }
  /* .trade_detail {
    padding: 0 15px 0 30px;
  } */
  /* .trade_text_title{width: 80%;} */
  .trade_text_info {
    font-size: 13px;
  }
  .trade_text_info div {
    line-height: 30px;
  }
  /* .trade_text_title a {
    font-size: 22px;
    color: #232A3A;
  } */
  .trade_tag {
    margin-bottom: 15px;
  }
  h5.card-text {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: normal;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}


/* NOTE - filter_search_tabs */
.filter_search_tabs{
  display: flex;
}
.filter_search_tabs div{
  margin:0 3px;
  border: 1px solid #dedede;
  border-bottom: 0px;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  min-width: 110px;
  text-align: center;
  background-color: #ffffff;
}
.filter_search_tabs div:first-child{
  margin-left: 0px;
}
.filter_search_tabs div a{
  color: var(--color4);
  font-weight: bold;
  padding: 9px 0px 7px 0px;
  display: block;
}
.filter_search_tabs div a.active, .filter_search_tabs div a:hover{
  color: var(--color6);
}


.filter_search_table{
  border-radius: 3px 3px 3px 3px;
  padding: 22px 35px;
  background-color: #EEF4F9;
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.15), 0px 3px 4px 0px rgba(0, 0, 0, 0.15), 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
  height: fit-content;
  min-height: 326px;
}
.filter_search_table a{
  color: #797979;
  padding: 5px;
}
/*
.filter_search_table > table{
  margin-bottom: 0px;
}
.filter_search_table tr td{
  border-top: 0px;
  padding: 6px 0px;
} */
/* .filter_search_table tr:first-child td {
  padding-top: 20px;
} */
/* .filter_search_table tr td:first-child {
  min-width: 50px;
}
.filter_search_table tr td:nth-child(2) {
  padding-right: 50px;
}
.filter_search_table tr:last-child td{
  border-top: 0px;
  vertical-align: middle;
} */

.filter_search_table #filter_search{
  border-radius: 5px 0 0 5px;
  height: 45px;
  border: 1px solid #C8C8C9;
}
.filter_search_table #filter_search:focus{
  box-shadow:unset;
  border: 1px solid #999999;
}
.filter_search_table button{
  border-radius: 0 5px 5px 0;
  width: 45px;
  background-color: #002349;
}
.filter_search_table button span{
  font-size: 20px;
}

.filter_search_table .search_input .input-group{
  margin-top: 10px;
  max-width: 100%;
  width: 100%;
}

#sidebar{
    padding: 20px 0 0 30px;
}
#sidebar img{
  width: 100%;
  margin-bottom: 20px;
  aspect-ratio: 1.75 / 1;
  object-fit: cover;
}

/* .filter_search_table tr:nth-child(2){
  display:none;
} */

#mainmenu:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.logo {
  height: 80px;
  max-height: 80px;
}
.logo2:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.logo img {
  width: 300px;
  max-width: 100%;
}
.navbar {
  padding: 0;
  /* background: #ffffff; */
}
.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: var(--color1); */
  background-color: #52A4E2;
}
.navbar-nav{
  margin: 0px 0 -1px 0;
}
.navbar-nav .nav-item{
  min-width: 100px;
  text-align: center;
}
.navbar-nav .nav-link {
  padding: 12px 10px;
  /* margin: 0 0 0 18px; */
  transition: 0.2s;
  text-transform: uppercase;
  color: #ffffff;
}
.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-size: 17px;
  line-height: 22px;
}
.navbar-dark .navbar-nav a {
  color: #ffffff;
  font-size: 15px;
}
.navbar-dark .navbar-nav a.dropdown-item {
  font-size: 15px;
  color: #002349;
}
.bottommenu .nav-link {
  padding: 0 10px;
  font-size: 14px;
}
.bottommenu .nav-item:last-child {
  display: none;
}

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: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;
  }
}
@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;
    background-color: unset;
  }
  .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;
  }
  #sidebar{
    display:none;
    padding: 20px 0 0 0;
  }
}
@media (min-width:1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    /* padding-right: 1rem;
    padding-left: 1rem; */
    /* padding: 0 11px 8px 11px !important; */
  }
}

.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 .col-6{
  padding: 0px 0px 0px 0px;
}
#header #logo img,
#header #contact img {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
#header #logo img {
  height: 60px;
  margin: 25px 0;
}
#header.fixed {
  position: fixed;
  top: 0px;
  z-index: 100;
  background: #fff;
  width: 100%;
}
.menubar {
  /* border-top: 1px solid #1C4587;
  border-bottom: 1px solid #1C4587; */
  /* padding-bottom: 2px;
  background-color: #ffffff;
  border-bottom: 1px solid var(--color6); */

  background-color: #002349;
  border-bottom: 3px solid #52A4E2;
}
.menubar .row {
  padding: 0px;
}
.menubar.fixed {
  position: fixed;
  top: 110px;
  z-index: 100;
  width: 100%;
}
.mobile_tele {
  text-align: right;
  line-height: 40px;
}
#contact {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}


#contact span{
  margin: 0px 0px;
  border: 1px var(--color3) solid;
  padding: 2px 12px;
  border-radius: 3px;
}
#contact a {
  margin: 0 20px;
  color: #000000;
}
#contact a.tele {
  color: #1c4587;
}
#contact a:hover {
  color: #1c4587;
}
#contact a:last-child {
  margin: 0 0 0 15px;
}
#contact  .mod-languages li{
  margin: 0px 0px 0px 0px;
}
#contact .mod-languages li a{
  margin: 0 20px;
  color: #000000;
}
#contact .mod-languages li.lang-active a{
  margin: 0px 0px;
  border: 1px var(--color3) solid;
  color: var(--color3);
  padding: 2px 12px;
  border-radius: 3px;
}

.h2.tele {
  font-size: 24px;
}
.tele>i.fa-phone {
  font-size: 20px;
}
@media (min-width: 576px) {
  /* #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; */
  }
}

.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: 212px;
  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: 213px;
}
#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: var(--color3);
  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, 110px, 0);
  text-align: center;
  right: 40px;
  bottom: 54px;
}
.ui-to-top:hover {
  color: #ffffff;
  background: #5d5d5d;
  text-decoration: none;
}

/* NOTE - Theme #footer */

#footer {
  background: #ffffff;
  color: #464646;
  font-size: 14px;
  padding: 60px 0 0 0;
}
#footer a {
  color: var(--color5);
}
#footer .footer-top,
#footer .footer-contact {
  background: #ffffff;
  color: #464646;
  /*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: 'Microsoft JhengHei','Helvetica',  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: 'Microsoft JhengHei','Helvetica',  Verdana, Arial, sans-serif;
}
#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;
}

/* NOTE - Theme #footer footer-menu */
#footer .footer-menu ul > li > a{
    color: var(--color5);
    /* margin: 12px 0; */
    /* display: inline-block; */
    font-size: 15px;
    display:block;
    margin: 6px 0px;
}
html[lang="en-gb"] #footer .footer-menu ul > li > a{
    font-size: 12px;
}
#footer .footer-menu ul > li > div.footer_menu_title{
    color: var(--color5);
    /*font-weight: bold;*/
    font-size: 15px;

    display:block;
    margin: 6px 0px;
}
html[lang="en-gb"] #footer .footer-menu ul > li > div.footer_menu_title{
    font-size: 12px;
}
#footer .footer-menu ul > li > ul.submenu{
  border-top: 1px solid var(--color5);
}
#footer .footer-menu ul > li > ul.submenu > li > a{
  color: var(--color1);
  font-weight: normal;
}

#jform_message::placeholder {
  color: #858689;
  font-size: 14px;
}
.convertforms{
  margin: 0px auto;
}



/* NOTE - .footer-social-icons */
.footer-social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.footer-social-icons i {
  margin: 0 3px;
  color: #333;
  font-size: 25px;
  text-decoration: none;
  border: 2px solid #000000;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 40px;
  transition: 0.7s;
}
.footer-social-icons a:hover i {
  color: var(--color1);
  border: 2px solid var(--color1);
  /* transform: rotate(360deg); */
}

#content {
  min-height: 600px;
  padding: 0px;
  /* margin-top: 19px; */
  margin: 55px 0 55px 0;
}
body.trades #content {
  margin: 55px 0 0 0;
}
.trade-count a {
  font-size: 15px;
  line-height: 17px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color1);
  color: #fff;
  padding: 0;
  border-radius: 100%;
  text-align: center;
  width: 50px;
  height: 50px;
  transition: 0.3s;
  position: fixed;
  right: 40px;
  bottom: 173px;
}
.trade-count a:hover {
  background: #5d5d5d;
}



#float_bottom{display:none;}



@media (min-width: 576px) {
  #banner p {
    font-size: 29px;
    padding: 8px 0;
  }
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  #banner p {
    text-shadow: #1c4587 1px 1px 1px;
  }
  .cliped-count {
    right: 15px;
  }
  .trade-count a,
  #float_icon a.whatsapp,
  .ui-to-top {
    right: 10px;
  }
}
@media (min-width: 1200px) {
  .menubar .row {
    padding: 0px 28px;
  }
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1400px) {
  
}



/* NOTE - Bosslk - Responsive */
/* X Large devices (desktops, less than 1200px) */
@media (max-width: 1399.98px) {
  /* .trade_text_5 span{
    font-size: 19px;
    line-height: 22px;
  } */
  .trade_text_3 div {
    font-size: 19px;
    line-height: 22px;
    transform: translateY(4px);
  }
  .trade_pic{
    padding: 0px;
  }
  .trade_pic img{
    width: 100%; 
  }
  .filter_search_tabs div{
    min-width: 83px;
  }
  .filter_search_tabs div a{
    font-size: 14px;
  }
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  body.trade .trade_detail_info{
    margin: -100px 0 0 0;
    /*margin: 0 0 0 0;*/
  }
  body.trade .floorplans-area {
    min-height: 253px;
  }
  .trade_text_row{
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  /* .trade_text_5{
    margin: 12px 0 0 0;
  } */
  .trade_text_3{
    margin: 0px 0 0 0;
  }
  .card-body.trade_lists_block {
    margin: 0 0 0 0;
  }
  .trade_text{
    /* max-width: 270px; */
  }
  html[lang="en-gb"] .trade_text{
    min-height: 265px;
  }
  html[lang="en-gb"] .trade_text_3 div {
    font-size: 15px;
  }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

  /* .filter_search_table{
    display: flex;
    flex-direction: column;
  }
  .filter_search_table > table{
    order:2;
    border-top: 1px solid #dedede;
  }
  .filter_search_table > div.search_box_mb{
    order:1;
  } */


  .top_icon{margin-top: 15px;}
  body.com_trade.trades .top_icon{margin-top: 0px;}
  .topicon_block{display: flex; margin: 12px auto; width: 90%; flex-direction: row; flex-wrap: wrap;}
  .topicon_item{width:25%;text-align:center;cursor: pointer;}
  .topicon_item.active{border:1px solid #dee2e6;border-radius:3px;}
  .topicon_item img{width: 100%;padding:7px 13px;}

  


  main#content{margin: 10px 0 20px 0;}
  body.trades main#content{margin: 0px 0px 0px 0px;}

  .filter_search_tabs{
    visibility: hidden;
    height: 0px;
    overflow: hidden;
  }
  /*
  .filter_search_table{
    padding: 10px 0 0 0;
  }
  .filter_search_table tr:nth-child(5) td {
    padding-top: 12px;
}
  .filter_search_table tr:nth-child(5) td > div{
    padding: 0 30px;
  } */
  #header{display: none;}
  .menubar {
    /* padding: 0px; */
    background-color: #163561;
  }
  .menubar > div > div{display: flex;
    align-items: center;}
  .menubar > div > div:nth-child(1){
    order:2;
    max-width: fit-content;
    background-color: #002349;
    padding: 0 12px !important;
  }
  .menubar > div > div:nth-child(1) > div{
    display: flex;
    justify-content: flex-end;
  }
  .menubar > div > div:nth-child(2){
    order:0;
    justify-content: flex-start;
  }
  .logo_mb img{
    /* width: 200px; */
    height: 28px;
    margin: 10px;
  }
  .menubar > div > div:nth-child(3){order:1;margin: 0 0 0 auto;justify-content: flex-end;padding: 0 10px !important;}
  .menubar.fixed{
    top:0px;
  }
  .iconlist_mb a{color:#fff;font-size:22px;margin:0 0 0 13px;}
  /* .mobile_tele{text-align: left;color:#fff;} */
  .dropdown-menu .dropdown-item{
    color: var(--color1);
  }
  .navbar {align-items: right;}
  .navbar-expand-lg .navbar-nav li:first-child .nav-link{
    margin-left: 0px !important;
  }
  .navbar i.fa-bars{
    color: #ffffff;;
  }
  .navbar-nav .nav-link {
    color: var(--color1);
    font-weight: bold;
  }
  .navbar-nav .nav-item{
    text-align: left;
  }
  .navbar-dark button{
    border: unset;
  }

  .language_mb{
    display: flex;
  }
  #footer {
    padding: 30px 0 0 0;
  }
  #footer .container{
    padding: 0 0;
  }

  /* NOTE - 990 - rightside bar */
  #rightside_bar{
    display: none;
  }
  /* NOTE - 990 - float_bottom */
  #float_bottom{
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-top: 1px solid #888888;
    background-color: #fff;
    z-index: 1;
  }
  #float_bottom .row{ }
  #float_bottom .row .col-6{
    display: flex;
    padding: 0;
  }
  #float_bottom .row .col-6 a{
    height: inherit;
    text-align: center;
    width: 100%;
    margin: 9px 0;
    line-height: 25px;
  }
  #float_bottom .row .col-6:nth-child(1) a{
    border-right: 1px solid #888888;
  }
  #float_bottom .row .col-6:nth-child(2) a{
    color: #334E71;
  }

  

  

  #footer .copyright {
    margin-bottom: 30px;
    margin-top: 0px;
    padding-top: 0px;
  }
  

  /* NOTE - 990 - list */

  
  .rightBannerSwiper{
    display: none !important;
  }
  .rightBannerSwiper_mobile{
    display:block !important;
  }
  .rightBannerSwiper_mobile img{
    height: auto;
    aspect-ratio: 21 / 9;
  }
  body.trades .filter_search_table_row > div:nth-child(1) { /*table*/
    max-width: 100%;
  }
  body.trades .filter_search_table_row > div:nth-child(2) { /*slider*/
    max-width: 100%;
    padding: 0px 0px 25px 0px;
  }
  body.trades .main_content{
    max-width: 100%;
  }
  body.trades .cards_option_bar{
    align-items: center;
  }
  .filter_search_table_row{
    flex-direction: column;
  }
  .filter_search_table_row > div:nth-child(1){
    order:1;
  }
  .cards_border .card:nth-child(3n+1) {
      align-items: unset;
  }
  .cards_border .card:nth-child(3n+2) {
      align-items: unset;
  }
  .cards_border .card:nth-child(3n){
      align-items: unset;
  }
  .cards_border .card:nth-child(2n){
      align-items: flex-end;
  }
  body.trades .swiper-button-prev:after, body.trades .swiper-button-next:after{
    font-size: 17px;
  }

  .card-body.trade_lists_block {
    margin: 0 0 0 0;
    padding: 16px 5px;
  }
  .trade_text_title a{
    font-size: 12px;
  }
  .trade_text_row1{
    display: flex;
    flex-direction: column;
  }
  .trade_text_title{
    width: 100%;
    height: 58px;
  }
  .trade_text_title a{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 3px;
  }
  .trade_text_1{
    width: 100%;
    position: relative;
    line-height: 15px;
    margin: 8px 0 0 0;
  }
  .trade_text_2{
    margin: 8px 0 0 0;
  }
  html[lang="en-gb"] .trade_text_2 div{
    font-size: 14px;
    line-height: 20px;
  }
  .trade_text_3{
    margin: 8px 0 0 0;
    font-size: 16px;
  }
  .trade_text_3 div {
    font-size: 16px;
    line-height: 16px;
    transform: unset;
  }
  html[lang="en-gb"] .trade_text_3 div{
    font-size: 13px;
  }
  .trade_text_row2 {
    min-height: unset;
  }
  .trade_text_row3 {
    margin: 3px 0 22px 0;
  }
  .trade_btn_area {
    bottom: 19px;
    right: 10px;
    flex-direction: row-reverse;
    align-items: unset;
  }
  .trade_btn_area>div:last-child {
    margin: 10px 10px 5px 0;
  }
  .trade_btn_area>div {
    margin: 10px 5px 0 0;
  }
  .search_box_mb .search_box_nav div.active{
    color: var(--color1);
  }
  .cards_option_bar .tradelist_title{
    display:none;
  }
  .cards_option_bar .tradelist_total{
    font-size: 18px;
    font-weight: bold;
    color: var(--color8);
  }
  #news_area{
    padding: 45px 0px 15px 0px;
  }
  .building_featured_title {
    font-size: 18px;
  }
  #news_area .news_title{
    font-size: 18px;
  }
  html[lang="en-gb"] #footer .footer-menu ul > li > a {
    font-size: 15px;
  }
  html[lang="en-gb"] #footer .footer-menu ul > li > div.footer_menu_title {
    font-size: 15px;
  }

  /* NOTE - 990 - 成交紀錄 */
  #trade_records .container{
    margin: 0px;
    max-width: 100%;
  }
  

  /* NOTE - 990 - trade detail */
  .trade_detail_page > div:nth-child(1){
    order:2;
  }
  .trade_detail_page > div:nth-child(2){
    order:1;
  }
  body.trade #content{ margin-top: 0px; }
  body.trade .detail_top_bar{ padding: 15px 0 2px 0;border:0px; }
  body.trade .detail_frame_area{ margin: 2px 0 2px 0;padding: 10px; }
  body.trade .trade_detail_table .row > div{ padding: 4px 15px; }
  body.trade .update_date{ font-size:13px;padding:5px 0 0 0;margin: 0px 0px 5px 0px !important;}

  .filter_search_table tr td:first-child {
    min-width: 48px;
  }
  .search td {
    font-size: 15px !important;
  }
  .search a {
    padding: 2px !important;
  }
  .filter_search_table {
    padding: 10px 10px;
  }
  .filter_search_table tr td:nth-child(2) {
    padding-right: 5px;
  }

  table.search tbody{
    display: flex;
    flex-direction: column;
  }
  /* table.search tbody tr:nth-child(1){order:2;}
  table.search tbody tr:nth-child(2){order:3;}
  table.search tbody tr:nth-child(3){order:4;}
  table.search tbody tr:nth-child(4){order:5;}
  table.search tbody tr:nth-child(5){order:1;} */
  /* table.search tbody tr:nth-child(5) td{display:block;} */
  table.search tbody tr.search_input td{display:block;}

  body.trade .trade_building_area .building-date{
        margin: 46px 0 5px 0;
  }
  body.trade .trade_detail_info{
			margin: 0px;
	}
  body.trade .floorplans-area{
    min-height: unset;
  }
  
  /* NOTE - 990 Buildings */
  body.buildings .filter_search_table{
      margin: 20px 0 0 0;
  }

  /* NOTE - 990 Building */
  body.building .building-header{
    margin: 15px 15px 0 15px;
  }
  body.building .building-date{
    bottom: -40px;
  }
  body.building .building-street{
    margin: 0 15px 20px 15px;
  }
  body.building .building-trade-title{
    margin: 15px 15px 0 15px;
  }
  body.building .cards{
    padding: 10px 30px 10px 30px;
    margin: 0;
  }
  
  body.building .buildingSwiper {
    display:none;
	}
  body.building .buildingSwiper_mobile{
    display:block;
  }

  body.building .detail_frame_area{
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
  body.building .building_detail_table {
    margin-top: 0px;
  }

}



/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

  .u-xs .u-sheet {
      width: auto !important;
  }
  .filter_search_table tr:last-child td {
    padding: 4px 0px;
  }
  .pagination ul>li>a, .pagination ul>li>span {
    padding: 2px 5px;
  }
  .cards_option_bar > div{
    font-size: 16px;
  }
  .cards_option_bar select[name="filter[ordering_sort]"] {
    font-size: 16px;
  }
  
  /* NOTE - 575 - list */
  .cards{min-width: 330px;}
  .card-body.trade_lists_block {
    margin: 0 0 0 0;
    padding: 16px 5px;
  }
  .trade_text_title a{
    font-size: 12px;
  }
  .trade_detail{
    padding: 0 8px;
  }
  .trade_text_row1{
    display: flex;
    flex-direction: column;
  }
  .trade_text_title {
    height: 58px;
    overflow: hidden;
  }
  .trade_text_title{
    width: 100%;
  }
  .trade_text_title a{
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 1px;
  }
  .trade_text_1{
    width: 100%;
    position: relative;
    line-height: 12px;
    margin: 8px 0 0 0;
    font-size: 12px;
  }
  .trade_text_2{
    margin: 8px 0 0 0;
    line-height: 12px;
    font-size: 12px;
  }
  .trade_text_3{
    margin: 8px 0 0 0;
    font-size: 12px;
  }
  .trade_text_3 div {

font-size: 13px;

}
  .trade_text_row2 {
    min-height: unset;
  }
  .trade_text_row3 {
    margin: 0px 0 12px 0;
  }
  .trade_btn_area {
    bottom: 6px;
    right: 0px;
  }
  .trade_btn_area>div {
    margin: 10px 5px 0 0;
  }
  .trade_btn_area>div a {
    font-size: 12px;
    padding: 2px 4px;
  }
  html[lang="en-gb"] .trade_text_2 div {
    font-size: 12px;
    line-height: 18px;
  }

  /* NOTE - 575 - detail */
  .detail_frame_area .title{
    font-size: 17px;
    line-height: 20px;
  }
  .detail_frame_area .address {
    margin-top: 8px;
    font-size: 14px;
    line-height: 14px;
  }

  body.itemid_440 table{
    width: 100% !important;
  }
  body.itemid_440 table td:nth-child(1){
    width: 60% !important;
  } 
  body.itemid_440 table td:nth-child(2){
    width: 40% !important;
  } 

  body.itemid_438 table{
    width: 100% !important;
  }
  body.itemid_438 table td:nth-child(1){
    width: 60% !important;
  } 
  body.itemid_438 table td:nth-child(2){
    width: 40% !important;
  }

  body.itemid_439 table{
    width: 100% !important;
  }
  body.itemid_439 table td:nth-child(1){
    width: 60% !important;
  } 
  body.itemid_439 table td:nth-child(2){
    width: 40% !important;
  }
  body.trade .trade_detail_table .row > div {
      font-size: clamp(14px, 3.2vw, 16px);
  }
  html[lang="en-gb"] body.trade .trade_detail_table .col-3{
    flex: 0 0 30%;
    max-width: 30%;
  }
  html[lang="en-gb"] body.trade .trade_detail_table .col-9{
    flex: 0 0 70%;
    max-width: 70%;
  }
  /* html[lang="en-gb"] body.trade .trade_detail_table .row > div {
      font-size: clamp(13px, 3.2vw, 16px);
  } */

}







