/*****************
-- https://websitegiaredanang.com custom css
*****************/

/*shortcode room*/

.room-item .post-title{
    margin-bottom: 10px;
}
.room-item .room__price{
    color: #f4511e;
}
.room-item .gembooking-room .box-image:before,
.room-item .gembooking-room .box-image:after{
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.room-item .gembooking-room .box-image:before {
    border-right: 4px solid #e7c130;
    border-bottom: 4px solid #e7c130;
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
}
.room-item .gembooking-room .box-image:after {
    border-left: 4px solid #e7c130;
    border-top: 4px solid #e7c130;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
}
.room-item:hover .gembooking-room .box-image:after,
.room-item:hover .gembooking-room .box-image:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
/*end shortcode room*/


/*shortcode testimonial*/
.ng-testimonials .testimonial-item{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 24px;
    background-color: white;
    padding: 20px 24px;
    text-align: center;
    cursor: pointer;
}
.ng-testimonials .testimonial-item .box-icon{

}
.ng-testimonials .testimonial-item .box-image img{
    border-radius: 50%;
    width: 64px;
    height: 64px;
}
.ng-testimonials .testimonial-item .box-title{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: rgb(69, 70, 71);
    margin-top: 5px;
}
.ng-testimonials .testimonial-item .box-text{
    font-weight: 300;
    font-size: 13px;
    max-height: 113px;
    overflow-y: auto;
    padding: 0;
    padding-right: 10px;
    margin: 10px 0 20px;
}
.ng-testimonials .testimonial-item .box-text p{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.ng-testimonials .testimonial-item .box-text p:empty{
    display: none;
}
.ng-testimonials .testimonial-item .box-text::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.ng-testimonials .testimonial-item .box-text::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.ng-testimonials .testimonial-item .box-text::-webkit-scrollbar-thumb
{
    background-color: #555555;
    border: 2px solid #555555;
}
