:root {
  --color1: #1c4587;
  --color2: #F55823;
  --color3: #1c4587;
  --color4: #A6A6A6;
  --color5: #000000;
  --color6: #688098;
  --color7: #D71013;

}

/********** 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;
}
/**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;
}
.trade_pic {
  padding: 0 10px;
}
.trade_pic img {
  width: 307px;
  aspect-ratio: 3/2;
  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;
}
/*
.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{
  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: 10px 0 0 0;
}
.trade_text_1{
  position: absolute;
  right: 0px;
  color: #838383;
  font-size: 15px;
}
.trade_text_2{
    color: #838383;
    font-size: 15px;
    line-height: 17px;
    white-space: normal;
    margin: 12px 0 0 0;
    max-height: 60px;
}
.trade_text_3{
    color: #838383;
    font-size: 15px;
    line-height: 17px;
    white-space: normal;
    margin: 12px 0 0 0;
    max-height: 60px;
    border: 0px solid;
}
.trade_text_4{
    color: #838383;
    font-size: 15px;
    line-height: 18px;
    margin: 12px 0 0 0;
}
.trade_text_5{
  color: #838383;
  font-size: 15px;
  line-height: 18px;
  margin: 12px 0 0 0;
}
.trade_text_6{
  font-size: 15px;
  line-height: 15px;
  color: #838383;
  display: flex;
  align-items: flex-end;
}
.trade_text_6 span{
  color: var(--color7);
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 0 4px;
}


.trade_text div.row {
  margin: 2px -15px;
}
.trade_text_row1 {
  display: inline-flex;
  justify-content: space-between;
}
.trade_text_title a {
  font-size: 26px;
  margin-bottom: 5px;
  display: block;
  float: left;
  line-height: 25px;
  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: row;
  position: absolute;
  right: 0px;
  bottom: 5px;
}
.trade_btn_area>div {
  margin: 10px 10px 0 0;
}
.trade_btn_area>div:last-child {
  margin: 10px 0 0 0;
}
.trade_btn_area>div a {
  padding: 2px 10px;
  border: 1px solid var(--color4);
  color: var(--color5);
  border-radius: 3px;
  font-size: 15px;
}
.trade_btn_area>div a.bookmarked {
  border: 1px solid var(--color3);
  background-color: var(--color3);
  color: #ffffff;
}
.trade_btn_area>div a:hover {
  border: 1px 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;font-size: 22px;font-weight: bold;}
.cards_border{
  border: 1px solid #dedede;
  border-radius: 3px 3px 3px 3px;
  padding: 3px 15px;
  background-color: #ffffff;
}
.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;
}
/* .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;
}

/* 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{width: 350px;margin: 30px 0px;height: auto;}

#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_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: 42px;
  /* 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 - 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 .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_page .trade_detail_info a{
  color: var(--color5);
}
.trade_detail_page .trade_detail_info a:hover{
  color: var(--color1);
}
.trade_detail_page .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;
}
.trade_detail_page .whatsapp_btn:hover{
  background-color: #128C7E;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.trade_detail_page .trade_detail_info a.whatsapp_btn{
  color: #128C7E;
}
.trade_detail_page .trade_detail_info a.whatsapp_btn:hover{
  color: #ffffff;
}

  .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%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  margin: 0 0 10px 0;
  }

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

/* 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 {
    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: 1px solid #dedede;
  border-radius: 0 3px 3px 3px;
  padding: 10px 35px;
  background-color: #ffffff;
}
.filter_search_table a{
  color: var(--color6);
}
.filter_search_table > table{
  margin-bottom: 0px;
}
.filter_search_table tr td{
  border-top: 0px;
  padding: 4px 0px;
}
/* .filter_search_table tr:first-child td {
  padding-top: 20px;
} */
.filter_search_table tr td:first-child {
  min-width: 45px;
}
.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: 3px 0 0 3px;
  height: 51px;
}
.filter_search_table #filter_search:focus{
  box-shadow:unset;
  border: 1px solid #999999;
}
.filter_search_table button{
  border-radius: 0 3px 3px 0;
  width: 70px;
  background-color: var(--color1);
}

#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);
}
.navbar-nav .nav-link {
  padding: 12px 10px;
  margin: 0 0 0 18px;
  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: #666666;
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
}
.navbar-dark .navbar-nav a {
  color: #666666;
  font-weight: bold;
  font-size: 15px;
}
.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;
}

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;
  }
  .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: 40px;
  margin: 30px 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);
}
.menubar .row {
  padding: 0px;
}
.menubar.fixed {
  position: fixed;
  top: 100px;
  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 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;
}
.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;
}
#footer {
  background: #464646;
  color: #ffffff;
  font-size: 14px;
  padding: 60px 0 0 0;
}
#footer a {
  color: #ffffff;
}
#footer .footer-top,
#footer .footer-contact {
  background: #464646;
  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: '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;
  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;
}
#jform_message::placeholder {
  color: #858689;
  font-size: 14px;
}
.convertforms{
  margin: 0px auto;
}


#content {
  min-height: 600px;
  padding: 0px;
  /* margin-top: 19px; */
  margin: 20px 0 19px 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;
}

.card-body.trade_lists_block{
  margin: 0 0 0 0;
}

#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;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}



/* 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_6 span {
    font-size: 19px;
    line-height: 22px;
    transform: translateY(4px);
  }
  .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) {
  .trade_text_row{
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .trade_text_5{
    margin: 12px 0 0 0;
  }
  .trade_text_6{
    margin: 0px 0 0 0;
  }
  .card-body.trade_lists_block {
    margin: 0 0 0 0;
  }
  .trade_text{
    max-width: 270px;
  }
}
/* 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{display:flex;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;}

  #content{margin: 0px 0px 19px 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-top: 10px;border-bottom: 1px solid #37506E;

  }
  .menubar > div > div{display: flex;
    align-items: center;}
  .menubar > div > div:nth-child(1){order:2;}
  .menubar > div > div:nth-child(1) > div{
    display: flex;
    justify-content: flex-end;
  }
  .menubar > div > div:nth-child(2){
    order:1;
    justify-content: center;
  }
  .logo_mb img{
    /* width: 200px; */
    height: 28px;
  }
  .menubar > div > div:nth-child(3){order:0;}
  .menubar.fixed{
    top:0px;
  }
  .mobile_tele{text-align: left;}
  .navbar {align-items: right;}
  /* 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;
  }

  /* NOTE - 990 - list */
  .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%;
  }
  .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;
    line-height: 15px;
  }
  .trade_text_3{}
  .trade_text_4{
    margin: 8px 0 0 0;
    line-height: 15px;
  }
  .trade_text_5{
    margin: 5px 0 0 0;
  }
  .trade_text_6{
    margin: 5px 0 0 0;
  }
  .trade_text_6 span {
    font-size: 17px;
    line-height: 15px;
    transform: unset;
  }
  .trade_text_row2 {
    min-height: unset;
  }
  .trade_text_row3 {
    margin: 3px 0 0 0;
  }
  .trade_btn_area {
    bottom: 3px;
    right: 10px;
  }
  .trade_btn_area>div {
    margin: 10px 5px 0 0;
  }
  .search_box_mb .search_box_nav div.active{
    color: var(--color1);
  }
  /* NOTE - 990 - 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: 5px 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:6px 0 0 0; }

  .filter_search_table tr td:first-child {
    min-width: 38px;
  }
  .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;}
}
/* 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_text_row1{
    display: flex;
    flex-direction: column;
  }
  .trade_text_title{
    width: 100%;
  }
  .trade_text_title a{
    font-size: 16px;
    line-height: 18px;
    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{}
  .trade_text_4{
    margin: 8px 0 0 0;
    line-height: 12px;
    font-size: 12px;
  }
  .trade_text_5{
    margin: 8px 0 5px 0;
    font-size: 12px;
    line-height: 12px;
  }
  .trade_text_6{
    margin: 5px 0 0 0;
    font-size: 12px;
  }
  .trade_text_6 span {
    font-size: 17px;
    line-height: 16px;
  }
  .trade_text_row2 {
    min-height: unset;
  }
  .trade_text_row3 {
    margin: 0px;
  }
  .trade_btn_area {
    bottom: 0px;
    right: 10px;
  }
  .trade_btn_area>div {
    margin: 10px 5px 0 0;
  }
  .trade_btn_area>div a {
    font-size: 12px;
    padding: 2px 4px;
  }

  /* NOTE - 575 - detail */
  .detail_frame_area .title{
    font-size: 17px;
    line-height: 17px;
  }
  .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;
  }

}







