.responsive-iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.client_marquee_text .box_marquee_text {
    display: flex;
    flex-direction: row;
    align-items: center;
    left:100%;
    top:0px;
    height:100%;
    width:200%;
    /*
    animation: client_animate_marquee 20s linear infinite;
     */
}
@keyframes client_animate_marquee {
    0% { left: 100% }
    100% { left: -200%; }
}
.box_marquee_text p{
    margin:0px;
}
.client_contact_widget label span{
    display: none !important;
}
.client_contact_show_label label span{
    display: block !important;
}
.client_contact_widget .form-control{
    box-shadow: none !important;
    outline: none !important;
    border:1px solid #0000004a;
    font-size:14px;
}
a.btn_submit_client_contact{
    padding:5px 30px;
}
.swal2-popup .swal2-actions button{
    padding: 5px 35px;
    border-radius: 3px !important;
    outline: none !important;
    box-shadow: none !important;
}
.swal2-popup .swal2-actions button.swal2-confirm{
    background: #198B57 !important;
}
.swal2-popup.swal2-icon-error .swal2-actions button.swal2-confirm,
.swal2-popup .swal2-actions button.swal2-deny{
    background: #AC0A00 !important;
}
.swal2-popup .swal2-actions button.swal2-cancel{
    background: #e67100 !important;
}
body .swal2-title{
    font-size:24px !important;
    font-weight: 700 !important;
}
body .swal2-html-container{
    font-size:16px !important;
}
.swal2-popup.swal2-icon-error *{
    color:#AC0A00;
}
.swal2-popup.swal2-icon-success *{
    color:#198B57;
}
body .swal2-popup .swal2-icon.swal2-error{
    border-color: #AC0A00;
    color: #AC0A00;
}
body .swal2-popup .swal2-icon.swal2-error [class^=swal2-x-mark-line]{
    background-color:#AC0A00;
}
body .swal2-popup .swal2-icon.swal2-success [class^=swal2-success-line]{
    background-color:#198B57;
}
body .swal2-popup .swal2-icon.swal2-success .swal2-success-ring{
    border-color:#198B57;
}
.input_error_client_contact{
    border:1px solid #AC0A00 !important;
}
.loading_client_contact{
    z-index:100;
}

/*
loading
 */
.loader_client {
    width: 38px;
    height: 38px;
    border: 3px solid #000;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation_client 1s linear infinite;
}
.loader_client::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-bottom-color: #AC0A00;
}

@keyframes rotation_client {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*
owl carousel
 */


.owl-carousel{
    position: relative;
}
.owl-carousel .owl-nav{
    position: absolute;
    width: 100%;
    left: 0px;
    top:50%;
    transform: translate(0,-50%);
    z-index:10;
    height:1px;
}
.owl-carousel .owl-nav button{
    position: absolute;
    margin:0px !important;
    color:#000 !important;
    font-size:20px !important;
    width:30px;
    height:60px;
    line-height: 0px;
    opacity: 1;
    background: #fff !important;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
    display: inline-flex !important;
    flex-direction: row;
    align-items: center;
}
.owl-carousel .owl-nav button span{
    display: block;
    line-height: 60px;
    position: absolute;
    color:#000;
    top:0px;
}
.owl-carousel .owl-nav .owl-prev{
    left:10px;
    top:-50px;
    border-radius: 0px 100px 100px 0px;
    padding-left:5px !important;
}
.owl-carousel .owl-nav .owl-next{
    right:10px;
    top:-50px;
    border-radius: 100px 0px 0px 100px;
    padding-left:10px !important;
}

/*
owl testimonial
 */
.client_testimonial_widget{
    min-height:10px;
}
.thumbnail_client_testimonial{
    margin-right:25px;
}
.username_header_testimonial{
    font-weight: 500;
}
.description_header_testimonial{
    font-weight: 300;
}
.client_testimonial_box{
    margin-top:45px;
}
.item-owl-client-testimonial{
    padding:0px 12px;
}
.content_header_testimonial{
    padding:40px 30px;
    background: #FFF;
    border:1px solid #198B57;
    border-radius: 5px;
}
.client_testimonial_rating02,
.client_testimonial_rating01{
    width:16px;
    height:16px;
    background-image: url("../images/rating01.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.client_testimonial_rating02{
    background: url("../images/rating02.png");
}

.arrow_content_header_testimonial{
    border-bottom: solid 0px transparent;
    border-top: solid 46px #198B57;
    border-left: solid 46px transparent;
    border-right: solid 0px transparent;
    bottom: -46px;
    left: 29px;
    transform: rotate(270deg);
}
.content_arrow_content_header_testimonial{
    border-bottom: solid 0px transparent;
    border-top: solid 45px #FFF;
    border-left: solid 45px transparent;
    border-right: solid 0px transparent;
    bottom: -44px;
    left: 30px;
    transform: rotate(270deg);
}
.owl-client-testimonial .owl-dots {
    counter-reset: dots;
    margin-top:40px !important;
}
.owl-client-testimonial .owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
    display: inline-block;
    font-size:16px;
    padding:5px 15px;
    border-bottom:2px solid #DDD;
    font-weight: 600;
}
.owl-client-testimonial .owl-dots span{
    display: none !important;
}
.owl-client-testimonial .owl-dot.active:before{
    border-bottom-color:#198B57;
}
/*
profile
 */
.title_loop_profile_client{
    background: #198B57;
    border-radius: 0px 0px 8px 8px;
    color:#FFF;
    padding:7px 15px;
    margin-top:-5px;
    font-size:16px;
}
.content_detail_profile{
    max-width:1000px;
    z-index:10;
    padding:50px;
    background: #198B57;
    color:#FFF;
    border-radius: 10px;
    width: 90%;
    max-height: 80%;
    overflow: scroll;
}
.background_detail_profile{
    background: #000000b3;
}
.detail_profile{
    z-index:999999;
}
.title_about_client{
    font-size:30px;
    font-weight: 700;
    margin-bottom:30px;
}
.content_about_client{
    font-size:16px;
}
.close_detail_profile{
    background-image: url("../images/icon_close_white.png");
    width:24px;
    height:24px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top:20px;
    margin-right:20px;
}
.header_image_client_profile{
    overflow: hidden;
}
.header_image_client_profile img{
    transition: all 0.3s;
}
.header_image_client_profile:hover img{
    scale: 1.1;
}
@media (max-width:992px){
    .close_detail_profile{
        width:18px;
        height:18px;
    }
    .content_detail_profile{
        padding:15px;
    }
    .title_about_client{
        font-size:22px;
        text-align: center;
        margin-bottom:15px;
    }
    .left_detail_profile img{
        width:auto !important;
    }
    .content_detail_profile .left_detail_profile{
        padding-left:15px;
        padding-right:15px;
        padding-top:40px;
    }
}
