/*--------------------------------------------------------------
# Carousel Button Next Prev
--------------------------------------------------------------*/
/*.carousel .carousel-item {}
.carousel .carousel-item img {   position: absolute;   top: 0;   left: 0;   } */

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 50px;
  width: 50px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0.5);
  background-image: none;
}

.carousel-control-prev-icon:after {
  content: "\2039";
  font-size: 60px;
  color: #FFFFFF;
  line-height:.615em;
  
}

.carousel-control-next-icon:after
{
  content: '\203A';
  font-size: 60px;
  color: #FFFFFF;
  line-height:.615em;
}

.centered-and-cropped { object-fit: cover }



.section-with-bg {
  background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# newslist Section by kawpod
--------------------------------------------------------------*/

#newslist {
  padding: 60px 0 60px 0;
}

#newslist .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#newslist .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#newslist .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #0e1b4d;
  color: #fff;
  padding: 10px 100px;
}

#newslist .nav-tabs a.active {
  background-color: #f82249;
  color: #fff;
}

#newslist .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

#newslist .tab-pane {
  transition: ease-in-out .2s;
}

#newslist .newslist-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#newslist .newslist-item:hover {
  background-color: #fff;
}

#newslist .newslist-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#newslist .newslist-item .newslist {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#newslist .newslist-item .newslist img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#newslist .newslist-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#newslist .newslist-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#newslist .newslist-item img {width:100%;}

#newslist .newslist-item h5 {
  
}

#newslist .newslist-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
	#newslist .newslist-item img {width:50%;}
	#newslist .newslist-item h5 {border:solid 0px red; padding:0px; margin-top:5px; margin-bottom: 5px; }
	#newslist .newslist-item p {border:solid 0px pink; padding:0px; margin-top:0px; margin-bottom: 10px;}
}

/*____________________________________
# kawpod_extension
_____________________________________*/
.area_img_body:hover .area_img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border:0px !important;
  border-radius: 15px !important;
}
.area_img {
  overflow: hidden;
  margin-bottom: 15px;
}
.area_img img {
  transition: 0.3s ease-in-out;
}
.card_hover{
	 transition: box-shadow ease-in-out 0.3s;
}
.card_hover:hover{
	box-shadow: 0 0 20px rgba(239,103,130,.2); 
	border:solid 1px #c0c0c0;
}

.card_hover:hover .area_img_hover_scale_up img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.area_img_hover_scale_up{
	overflow: hidden;
}
.area_img_hover_scale_up img {
  transition: 0.3s ease-in-out;
}


.person_area_img_body:hover .person_area_img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border:0px !important;
  border-radius: 15px !important;
}
.person_area_img {
  overflow: hidden;
  margin-bottom: 15px;
}
.person_area_img img {
  transition: 0.3s ease-in-out;
  border:solid 2px #e8cbda !important;
}


a.readmorexx{
	-webkit-transition: width .35s ease-in-out;
	transition: width .35s ease-in-out;
	
	
	border-bottom:solid 0px green;
}

a.readmorexx:hover{
	botder-bottom:solid 2px red;

}

a.readmore:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    width: 0px; /* Change this to whatever width you want to have before hover. */
    padding-top: 0px; /* This creates some space between the element and the border. */
    border-bottom: 2px solid #f7acbf; /* This creates the border. Replace black with whatever color you want. */
    transition: .3s; /* This establishes the amount of time in seconds the animation should take from start to finish */
}

a.readmore:hover:after {
    width: 98%; /* This will be the new width of your border when on hover */
}




.content_picture_section {
  padding: 20px 0;
}

.content_picture_section .container-fluid {
  margin-bottom: 3px;
}

.content_picture_section .content_picture-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.content_picture_section .content_picture-info {
  background: url("../img/hotels/Centara Grand/centara_grand_bg_01.jpg") top center no-repeat; /*kawpodrem background: url("../img/venue-info-bg.jpg") top center no-repeat;*/
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.content_picture_section .content_picture-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.content_picture_section .content_picture-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.content_picture_section .content_picture-info p {
  color: #fff;
  margin-bottom: 0;
}

.content_picture_section .content_picture-gallery-container {
  padding-right: 12px;
}

.content_picture_section .content_picture-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.content_picture_section .content_picture-gallery img {
  transition: all ease-in-out 0.4s;
}

.content_picture_section .content_picture-gallery:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}