.text-add-td{
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
   -webkit-box-orient: vertical;
}

 


/*---------------------
  service Section
-----------------------*/

.service-area .header-text {
  text-align: center;
}

.service-area .header-text h1 {
  margin-bottom: 18px;
}

.single-service {
  background-color: #f9f9ff;
  padding: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  min-height: 300px;
}

.single-service:hover {
  box-shadow: -14.142px 14.142px 20px 0px rgba(157, 157, 157, 0.5);
  cursor: pointer;
  color: #fff;
}

.single-service:hover h4 {
  color:#008B8B;
}

.single-service h4 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-service h4 .lnr {
  margin-right: 15px;
}
.section-gap {
  padding: 50px 0px;
  background: #f7f7f7;
}


/*---------------------
  Contact Section
-----------------------*/



.contact-section {
  position: relative;
  background: #f7f7f7;
  
}
.contact-form{
	background: #f7f7f7;
}

.contact-info {
  padding-top: 30px;
}
.contact-info .ci-item {
  overflow: hidden;
  margin-bottom: 40px;
}
.contact-info .ci-item .ci-icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #00C89E;
  font-size: 24px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  float: left;
  margin-right: 20px;
}
.contact-info .ci-item .ci-text {
  overflow: hidden;
  padding-top: 5px;
}
.contact-info .ci-item .ci-text h5 {
  color: #111111;
  font-weight: 700;
  margin-bottom: 8px;
}
.contact-info .ci-item .ci-text p {
  color: #111111;
  opacity: 0.7;
  margin-bottom: 0;
}
.contact-info .ci-item .ci-text ul {
  padding-top: 4px;
  padding-left:0px;
}
.contact-info .ci-item .ci-text ul li {
  list-style: none;
  display: inline-block;
  color: #111111;
  opacity: 0.7;
  font-size: 14px;
  margin-right: 20px;
  position: relative;
}
.contact-info .ci-item .ci-text ul li:after {
  position: absolute;
  right: -14px;
  top: -2px;
  content: "|";
}
.contact-info .ci-item .ci-text ul li:last-child {
  margin-right: 0;
}
.contact-info .ci-item .ci-text ul li:last-child:after {
  display: none;
}

.cs-map {
  height: 450px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.cs-map iframe {
  width: 100%;
}


.copyright-text {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #ffffff;
  opacity: 0.6;
  text-align: center;
  border-top: 1px solid #284745;
  padding: 25px 0;
  margin-top: 40px;
}





.contact-form {
	padding: 20px 20px;
	margin-top: 20px;
	background:  #d9f2e6;
	text-align: center;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	font-size: 14px;
	color: #3a3a3a;
	border: none;
	margin-bottom: 15px;
	background: #fff;
}

.contact-form textarea {
	height: 200px;
	padding: 15px 15px 15px;
	resize: none;
	margin-bottom: 15px;
}

.contact-form .site-btn {
	min-width: 335px;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
 border-top: none;
 border-left: none;
 border-right: none;
 border-bottom: 3px solid #20B2AA;
 font-weight: bold;
}

.nav-tabs>li>a:hover{
  border: 1px solid transparent;
}

.nav>li>a:focus, .nav>li>a:hover{
	background-color: transparent;
}

.tab-content{
	padding-top: 20px;
}




      .listings {
        height: 100%;
        overflow: auto;
        padding-bottom: 60px;
      }

      .listings .item {
        display: block;
        border-bottom: 1px solid #eee;
        padding: 10px;
        text-decoration: none;
      }

      .listings .item:last-child {
        border-bottom: none;
      }
      .listings .item .title {
        display: block;
        color: #00853e;
        font-weight: 700;
      }

      .listings .item .title small {
        font-weight: 400;
      }
      .listings .item.i-active .title,
      .listings .item .title:hover {
        color: #8cc63f;
      }
      .listings .item.i-active {
        background-color: #f8f8f8;
      }
      ::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        border-left: 0;
        background: rgba(0, 0, 0, 0.1);
      }
      ::-webkit-scrollbar-track {
        background: none;
      }
      ::-webkit-scrollbar-thumb {
        background: #00853e;
        border-radius: 0;
      }

       .marker {
        border: none;
        cursor: pointer;
        height: 40px;
        width: 40px;
        background-image: url(https://biggee.vn/img/map_marker.svg);
        background-color: rgba(0, 0, 0, 0);
		background-repeat:  no-repeat;
      }
      .clearfix {
        display: block;
      }
      .clearfix:after {
        content: '.';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
      }

      /* Marker tweaks */
      .mapboxgl-popup {
        padding-bottom: 50px;
      }

      .mapboxgl-popup-close-button {
        display: none;
      }
      .mapboxgl-popup-content {
        font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', Sans-serif;
        padding: 0;
        width: 250px; 
		height: 200px;
      }
      .mapboxgl-popup-content-wrapper {
        padding: 1%;
      }
      .mapboxgl-popup-content h3 {
        background: #008080;
        color: #fff;
        margin: 0;
		font-size: 12px;
        display: block;
        padding: 10px;
        border-radius: 3px 3px 0 0;
        font-weight: 600;
        margin-top: -15px;
		overflow: hidden;
		white-space: nowrap;

	   text-overflow: ellipsis;
	   display: -webkit-box;
	   -webkit-line-clamp: 1; /* number of lines to show */
	   -webkit-box-orient: vertical;
      }

      .mapboxgl-popup-content h4 {
        margin: 0;
        display: block;
        padding: 0px 0px 0px 0px;
        font-weight: 400;
		font-size: 12px;
      }

      .mapboxgl-popup-content div {
        padding: 5px 10px 5px 10px;
      }
	  .mapboxgl-popup-content  .search-image-thumb-box {
        padding: 5px 5px 5px 5px;
      }
	  
	  .mapboxgl-popup-content .search-image-thumb-box   .real-type {
		background: #008B8B;
	}

	.mapboxgl-popup-content .search-image-thumb-box .img-badge {
		position: absolute;
		left: 12px;
		top: 12px;
		border-radius:  10px;
		background: rgba(11, 112, 106, 0.5);
		min-width: 100px;
		padding: 5px 5px 0;
		height: 30px;
		text-align: center;
		font-size: 12px;
		font-weight: 600;
		color: #fff;
	}
		 

      .mapboxgl-container .leaflet-marker-icon {
        cursor: pointer;
      }

      .mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
        margin-top: 15px;
      }

      .mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
        border-bottom-color: #fff;
		border-top-color: #fff;
		margin-top: 8px;
		margin-left: -25px;
     }
	  

	.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
	.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,
	.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
		border-bottom-color: #fff;
		}
	.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
	.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
	.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
		border-top-color: #fff;
		}
	.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
		border-right-color: #fff;
		}
	.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
		border-left-color: #fff;
		}
	  
	  
	  
 
	  
.center-cropped {
width: 250px;
height: 120px;
background-position: center center;
background-repeat: no-repeat;
}
.cta-text {
    text-align: center;
	color:#fff;
}