/*
 Theme Name:   Divi Child Theme
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
*/

img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}

.vertical-tabs1 {
  border: none;
}

.vertical-tabs1 ul.et_pb_tabs_controls {
  float: left;
  width: 30%; 
  margin-right: 3%;
  background: transparent;
}

.vertical-tabs1 ul.et_pb_tabs_controls:after {
  content: none;
}

.vertical-tabs1 .et_pb_tabs_controls li {
  width: 100%;
  border-right: none !important;
  border-left: 5px solid transparent;
  background-color: #f7f7f7;
}

.vertical-tabs1 .et_pb_tabs_controls li.et_pb_tab_active {
  border-left: 5px solid #000 !important;
  background: #ffffff;
  box-shadow-: -12px 6px 18px 0px rgba(0, 0, 0, 0.06);
}

.vertical-tabs1 .et_pb_tabs_controls li a {
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.vertical-tabs1 .et_pb_tabs_controls li.et_pb_tab_active a {
  color-: #14c05d !important;
}

.vertical-tabs1 .et_pb_tab {
  padding: 0;
}

.vertical-tabs1 .et_pb_tab_content {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .vertical-tabs1 ul.et_pb_tabs_controls {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .vertical-tabs1 .et_pb_tabs_controls li {
    border-bottom: none;
  }

  .vertical-tabs1 .et_pb_tab {
    padding: 0;
  }

  .vertical-tabs1 .et_pb_tab_content {
    display: block;
  }
}

/* Divi Vertical Tabs 2 */

.vertical-tabs2 {
  border: none;
}

.vertical-tabs2 ul.et_pb_tabs_controls {
  float: left;
  width: 30%;
  margin-right: 3%;
  background: transparent;
}

.vertical-tabs2 ul.et_pb_tabs_controls:after {
  content: none;
}

.vertical-tabs2 .et_pb_tabs_controls li {
  width: 100%;
  border-right: none;
  border: 2px solid transparent;
  background: #f4f4f4;
}

.vertical-tabs2 .et_pb_tabs_controls li.et_pb_tab_active {
  border: 2px solid #ff5733;
  background: #ff5733;
}

.vertical-tabs2 .et_pb_tabs_controls li.et_pb_tab_active:after {
  top: 50%;
  right: -42px;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-color: transparent;
  border-left-color: #ff5733;
  border-width: 20px;
  margin-top: -20px;
}

.vertical-tabs2 .et_pb_tabs_controls li a {
  padding: 24px;
}

.vertical-tabs2 .et_pb_tabs_controls li.et_pb_tab_active a {
  color: #ffffff !important;
}

.vertical-tabs2 .et_pb_tab {
  padding: 0;
}

.vertical-tabs2 .et_pb_tab_content {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .vertical-tabs2 ul.et_pb_tabs_controls {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .vertical-tabs2 .et_pb_tabs_controls li {
    border-bottom: none;
  }

  .vertical-tabs2 .et_pb_tab {
    padding: 0;
  }

  .vertical-tabs2 .et_pb_tab_content {
    display: block;
  }
}

/* Divi Vertical Tabs 3 */

.vertical-tabs3 {
  border: none;
}

.vertical-tabs3 ul.et_pb_tabs_controls {
  float: left;
  width: 30%;
  margin-right: 3%;
  background: transparent;
}

.vertical-tabs3 ul.et_pb_tabs_controls:after {
  content: none;
}

.vertical-tabs3 .et_pb_tabs_controls li {
  width: 100%;
  border-right: none;
  background: rgba(244, 244, 244, 0.5);
  margin-bottom: 10px;
}

.vertical-tabs3 .et_pb_tabs_controls li.et_pb_tab_active {
  background: #ececec;
}

.vertical-tabs3 .et_pb_tabs_controls li a {
  padding: 10px;
}

.vertical-tabs3 .et_pb_tabs_controls li.et_pb_tab_active a {
  color: #3339ff !important;
}

.vertical-tabs3 .et_pb_tabs_controls li a:before {
  font-family: ETmodules;
  padding-right: 5px;
}

.vertical-tabs3 .et_pb_tabs_controls li:nth-child(1) a:before {
  content: "\e104";
}

.vertical-tabs3 .et_pb_tabs_controls li:nth-child(2) a:before {
  content: "\e0e9";
}

.vertical-tabs3 .et_pb_tabs_controls li:nth-child(3) a:before {
  content: "\e109";
}

.vertical-tabs3 .et_pb_tabs_controls li:nth-child(4) a:before {
  content: "\e0ec";
}

.vertical-tabs3 .et_pb_tab {
  padding: 0;
}

.vertical-tabs3 .et_pb_tab_content {
  background: #ececec;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

@media (max-width: 767px) {
  .vertical-tabs3 ul.et_pb_tabs_controls {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .vertical-tabs3 .et_pb_tabs_controls li {
    border-bottom: none;
  }

  .vertical-tabs3 .et_pb_tab {
    padding: 0;
  }
}

/* Divi Vertical Tabs 4 */

.vertical-tabs4 {
  border: none;
}

.vertical-tabs4 ul.et_pb_tabs_controls {
  float: right;
  width: 30%;
  margin-left: 3%;
  background: transparent;
}

.vertical-tabs4 ul.et_pb_tabs_controls:after {
  content: none;
}

.vertical-tabs4 .et_pb_tabs_controls li {
  width: 100%;
  border-right: none !important;
  border-right: 5px solid transparent;
  background: #f4f4f4;
}

.vertical-tabs4 .et_pb_tabs_controls li.et_pb_tab_active {
  border-right: 5px solid #14c05d !important;
  background: #ffffff;
}

.vertical-tabs4 .et_pb_tabs_controls li a {
  padding: 40px;
}

.vertical-tabs4 .et_pb_tabs_controls li.et_pb_tab_active a {
  color: #14c05d !important;
}

.vertical-tabs4 .et_pb_tab {
  padding: 0;
}

.vertical-tabs4 .et_pb_tab_content {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .vertical-tabs4 ul.et_pb_tabs_controls {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .vertical-tabs4 .et_pb_tabs_controls li {
    border-bottom: none;
  }

  .vertical-tabs4 .et_pb_tab {
    padding: 0;
  }

  .vertical-tabs4 .et_pb_tab_content {
    display: block;
  }
}

/* Divi Vertical Tabs 5 */

.vertical-tabs5 {
  border: none;
}

.vertical-tabs5 ul.et_pb_tabs_controls {
  float: right;
  width: 30%;
  margin-left: 3%;
  background: transparent;
}

.vertical-tabs5 ul.et_pb_tabs_controls:after {
  content: none;
}

.vertical-tabs5 .et_pb_tabs_controls li {
  width: 100%;
  border-right: none;
  border: 2px solid transparent;
  background: #f4f4f4;
}

.vertical-tabs5 .et_pb_tabs_controls li.et_pb_tab_active {
  border: 2px solid #ff5733;
  background: #ff5733;
}

.vertical-tabs5 .et_pb_tabs_controls li.et_pb_tab_active:before {
  top: 50%;
  left: -42px;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-color: transparent;
  border-right-color: #ff5733;
  border-width: 20px;
  margin-top: -20px;
}

.vertical-tabs5 .et_pb_tabs_controls li a {
  padding: 24px;
}

.vertical-tabs5 .et_pb_tabs_controls li.et_pb_tab_active a {
  color: #ffffff !important;
}

.vertical-tabs5 .et_pb_tab {
  padding: 0;
}

.vertical-tabs5 .et_pb_tab_content {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .vertical-tabs5 ul.et_pb_tabs_controls {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .vertical-tabs5 .et_pb_tabs_controls li {
    border-bottom: none;
  }

  .vertical-tabs5 .et_pb_tab {
    padding: 0;
  }

  .vertical-tabs5 .et_pb_tab_content {
    display: block;
  }
}

/* Divi Vertical Tabs 6 */

.vertical-tabs6 {
  border: none;
}

.vertical-tabs6 ul.et_pb_tabs_controls {
  float: right;
  width: 30%;
  margin-left: 3%;
  background: transparent;
}

.vertical-tabs6 ul.et_pb_tabs_controls:after {
  content: none;
}

.vertical-tabs6 .et_pb_tabs_controls li {
  width: 100%;
  border-right: none;
  background: rgba(244, 244, 244, 0.5);
  margin-bottom: 10px;
}

.vertical-tabs6 .et_pb_tabs_controls li.et_pb_tab_active {
  background: #ececec;
}

.vertical-tabs6 .et_pb_tabs_controls li a {
  padding: 10px;
}

.vertical-tabs6 .et_pb_tabs_controls li.et_pb_tab_active a {
  color: #3339ff !important;
}

.vertical-tabs6 .et_pb_tabs_controls li a:before {
  font-family: ETmodules;
  padding-right: 5px;
}

.vertical-tabs6 .et_pb_tabs_controls li:nth-child(1) a:before {
  content: "\e104";
}

.vertical-tabs6 .et_pb_tabs_controls li:nth-child(2) a:before {
  content: "\e0e9";
}

.vertical-tabs6 .et_pb_tabs_controls li:nth-child(3) a:before {
  content: "\e109";
}

.vertical-tabs6 .et_pb_tabs_controls li:nth-child(4) a:before {
  content: "\e0ec";
}

.vertical-tabs6 .et_pb_tab {
  padding: 0;
}

.vertical-tabs6 .et_pb_tab_content {
  background: #ececec;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

@media (max-width: 767px) {
  .vertical-tabs6 ul.et_pb_tabs_controls {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .vertical-tabs6 .et_pb_tabs_controls li {
    border-bottom: none;
  }

  .vertical-tabs6 .et_pb_tab {
    padding: 0;
  }
}
/* Cambodia */
/*
.page-id-10256 .see-all,
.page-id-10256 .vertical-tabs1 .et_pb_tabs_controls li a{
	color:rgb(141, 202, 63) !important;
}
.page-id-10256 .vertical-tabs1 .et_pb_tabs_controls li.et_pb_tab_active {
    border-left-color: rgb(141, 202, 63) !important;
}
.page-id-10256 .slick-arrow {   
    background: rgb(141, 202, 63) !important;
	color:#fff !important;
	opacity: 0.65;
}

.page-id-10461 .see-all,
.page-id-10461 .vertical-tabs1 .et_pb_tabs_controls li a{
	color:#F25D2B !important;
}
.page-id-10461 .vertical-tabs1 .et_pb_tabs_controls li.et_pb_tab_active {
    border-left-color: #F25D2B !important;
}
.page-id-10461 .slick-arrow {   
    background: #F25D2B !important;
	color:#fff !important;
opacity: 0.65;
}
*/

/* Dropdown Button */
.dropbtn {
  color: white;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  color: #fff;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  text-align: left;
  padding: 5px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #007185;
}

.dropdown-content p {
  margin: 10px 0;
  text-align: center;
  color: #000;
  font-weight: 300;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  right: 0px;
}

#signin-button {
  display: block;
  margin: 0 10px 0 11px;
  cursor: pointer;
  outline: 0;
  border: 1px solid;
  border-color: #c89411 #b0820f #99710d;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border-radius: 0\9;
  -webkit-box-shadow: inset 0 1px 0 0 #fcf3dc;
  -moz-box-shadow: inset 0 1px 0 0 #fcf3dc;
  box-shadow: inset 0 1px 0 0 #fcf3dc;
  background: #f3cf72;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF8E3AD', endColorstr='#FFEEBA37', GradientType=0 );
  background: linear-gradient(to bottom, #f8e3ad, #eeba37);
  background: -moz-linear-gradient(top, #f8e3ad, #eeba37);
  background: -webkit-linear-gradient(top, #f8e3ad, #eeba37);
  background: -o-linear-gradient(top, #f8e3ad, #eeba37);
  background: -ms-linear-gradient(top, #f8e3ad, #eeba37);
  text-align: center;
  line-height: 5px;
  vertical-align: middle;
  color: #111;
  font-family: inherit;
  text-decoration: none;
  font-size: 13px;
  padding: 15px 35px;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  color: #fff;
  text-decoration: none;
}
#menu-item-10706:after {
  border: none !important;
}
#menu-item-10706 a,
#menu-item-10706 a:hover {
  text-indent: -9999px;
  background: url("/wp-content/uploads/2023/03/sina_weibo.png") !important;
  background-size: contain !important;
  display: inline-block;
  width: 215px;
  height: 50px;
  margin-bottom: 0px;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li {
  margin-top: 0px;
}
.et_pb_menu .et_pb_menu__menu > nav > ul > li {
  align-items: center !important;
}
.et_pb_column_4_4 .et_pb_menu .et_pb_menu__wrap {
  padding-bottom: 5px !important;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
  font-size: 16px !important;
}
.topnav a {
  color: #fff !important;
}
@media only screen and (max-width: 420px) {
  #gts {
    float: none !important;
    text-align: center;
  }
  #gts .pull-right {
    float: none !important;
    margin: 10px 0 !important;
  }
  #menu-item-10706 {
    display: none !important;
  }
}
.search-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
}

.search-container .has-search {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: 80%;
  height: 40px;
}

.search-container .btn-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 12px;
  gap: 16px;

  width: 19%;
  height: 40px;

  background: #53514e;
  border-radius: 8px;
}

@media only screen and (min-width: 1024px) {
  body {    
    font-size: 18px !important;
}
  .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
      font-size: 18px !important;
  }
  .et_pb_tabs .et_pb_all_tabs .et_pb_tab_0.et_pb_tab {
    font-size: 18px !important;
}
.et_mobile_menu li a, .nav li li a {
  font-size: 16px !important;
   }
   .orange-box {
    
    font-size: 18px !important;
}
#row3.new-listings .tip-card-text p {
  font-size: 18px !important;
 
}
.highlights {
 
 
  font-size: 18px !important;
  
}
#listingTable1.partnerListing p {
  font-size: 18px !important;
  }

.cont p {
  font-size: 18px !important;
  }

  #listing-meta .mkey {
    font-size: 14px!important;
 }

 .orange-box .et_pb_module_header {
    font-size: 18px !important;
}
}
.fileup-progress-bar {
  height: 3px;
  background-color: #4caf50;
}
.fileup-file {
  font-size: 16px;
  width: 100%;  
}
.fileup-file .fileup-preview img {
  max-height: 150px;
  max-width: 150px;
}
.fileup-file .fileup-description {
  min-height: 77px;
  }
.fileup-file .fileup-container {
  width:80%;
}
.fileup-file .fa-trash:before {
  font-size: 24px;
  color:red;
}
.fileup-file .fileup-controls .fileup-remove {
   right: 10px;
}
.user-menu-links a {
  font-size: 16px !important;
}
.user-menu-links  {
  line-height: 23px;
}

@media (max-width: 1600px) {
  .orange-box.news {
    
  }
  .slider_image_rotate {
    max-height: 340px !important;
  }
}

.envira-gallery-wrap.north-america img {
  border-radius: 8px;
}

.swiper-wrapper {
 
  padding-bottom:55px !important; 
   }


   ul.flex-direction-nav {
    list-style-type:none !important; 
    padding: 0 !important; 
    line-height: 38px !important;
}
#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul {
   padding: 0px !important;
}
#left-area ol, .entry-content ol, .et-l--body ol, .et-l--footer ol, .et-l--header ol {
    padding: 0px !important;
}

#slider2 .slides img {
	border-radius: 8px !important;
	width: auto;
	
	/*
	width:  100%;
    height: 550px;
    object-fit: cover;
	*/
}
li.flex-active-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
 

#carousel .slides img {
}

.flex-direction-nav a {
 
  background-color: rgba(255, 255, 255, 0.5); /* Semi-transparent white */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-direction-nav a font{
  display: none !important;
}

.flex-direction-nav a:before {
  font-family: flexslider-icon;
  font-size: 40px;
  content: '\f001';
  color: rgba(0,0,0,.8);
  text-shadow: 1px 1px 0 rgba(255,255,255,.3);
  line-height: 1px;
  text-align: center;
  position: relative;
  top: 1px;
}
 
/* Ensure arrows are always visible */
.flexslider .flex-direction-nav a {
  opacity: 1 !important; /* Override default opacity */
  visibility: visible !important; /* Ensure arrows are visible */
}

/* Optional: Adjust arrow positioning if needed */
.flexslider .flex-direction-nav .flex-prev {
  left: 10px; /* Adjust as needed */
}

.flexslider .flex-direction-nav .flex-next {
  right: 10px; /* Adjust as needed */
}

.flexslider .slides img {
  width: auto !important;
}

.agency-photo .a .avatar-col img {
  width: 124px !important;
}

.city-banner {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.city-banner img {
  width: 100%;
  height: auto; /* Keeps the aspect ratio */
  display: block; /* Removes unwanted spaces */
max-height:500px;
min-height:250px;
object-fit:cover;
}

.slide-caption {
  position: absolute; /* Places text over the image */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centers it */
  background-color: rgba(0, 0, 0, 0.5); /* Optional: Makes text readable */
  color: white;
  padding: 10px 20px;
  border-radius: 12px;
  text-align: center;
}
.slide-caption h2 {

font-size:225%;

  color: #ffffff;
  text-shadow: none;
  line-height: 1.3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: inherit;
  letter-spacing: normal;
  word-spacing: normal;
white-space: nowrap;
  text-transform: none;
  font-weight: 600;
margin-bottom:0px;
padding-bottom:0px;


}			
@media (max-width: 767px) {
  .slide-caption h2 {
    font-size:100%;
  }
}

.orange-box.news .flexslider {
  margin-bottom: 25px !important;
  
}

.rw #carousel .slides img { 
  height: 100px;
  width: 112px !important;
  object-fit: cover;
}