

@font-face {
    font-family: 'AVERTA-BOLD';
    src: url(../fonts/AVERTA-BOLD.OTF)
}

@font-face {
    font-family: 'AVERTA-REGULAR';
    src: url(../fonts/AVERTA-REGULAR.OTF)
}

.shortcode-teaser-content.text-big a {
}

#dropdown {
    width: auto;
    position: relative;
    float: right;
    color: white;
    height: 25px;
    padding-left: 2px;
    margin-top: 41px;
}

    #dropdown p {
        width: 73px;
        color: white;
        margin-bottom: 0;
        float: left;
        line-height: 30px;
        cursor: pointer;
        background: url(../images/arr.png) no-repeat 42px 0px;
        background-size: 18%;
    }

        #dropdown p img {
            float: left;
            width: 26px;
            height: 20px;
            margin-left: 0;
            /* margin-top: 2px; */
        }

        #dropdown p span {
            float: left;
            font-family: 'Roboto-Regular';
            width: 74px;
            line-height: 24px;
            display: none;
            font-size: 15px;
            color: white;
            margin-left: 10px;
        }

    #dropdown ul {
        position: absolute;
        display: none;
        z-index: 99999;
        left: 0;
        top: 23px;
        border: 1px solid #dcdcdc;
        width: 74px;
        background: white;
        padding: 6px 0px;
    }

        #dropdown ul li {
            float: left;
            list-style-type: none;
            width: 100%;
        }

            #dropdown ul li a {
                display: block;
                line-height: 22px;
                height: 22px;
                font-size: 14px;
                color: #666;
                width: 100%;
            }

                #dropdown ul li a img {
                    float: left;
                    width: 24px;
                    height: 18px;
                    margin-left: 5px;
                    margin-top: 5px;
                }

                #dropdown ul li a span {
                    float: left;
                    /* width: 46px; */
                    line-height: 22px;
                    font-size: 14px;
                    color: #666;
                    margin-left: 5px;
                }

    #dropdown p i {
        position: absolute;
        left: 43%;
        color: #000000;
        font-size: 11px;
        top: 5px;
    }

#primary-menu {
    float: left;
}

#dropdown:hover ul {
    display: block !important;
}

#rev_slider_2_1 .item {
    position: relative;
}

    #rev_slider_2_1 .item .title-qc {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #00000080;
        width: 34%;
        padding-left: 133px;
        padding-bottom: 20px;
        min-height: 138px;
        visibility: hidden;
        padding-top: 64px;
    }

        #rev_slider_2_1 .item .title-qc .title-left {
            float: left;
        }

            #rev_slider_2_1 .item .title-qc .title-left .title-on {
                font-size: 18px;
                color: #e4e4e5;
                text-transform: uppercase;
                margin: 0 0 0 0;
            }

            #rev_slider_2_1 .item .title-qc .title-left .title-desc {
                font-size: 16px;
                color: #ffffff;
                text-transform: uppercase;
            }

        #rev_slider_2_1 .item .title-qc .title-right {
            float: right;
            padding-right: 51px;
            margin: -20pxpx 0 0 0px;
        }

            #rev_slider_2_1 .item .title-qc .title-right i {
                color: #ffffff;
                border-radius: 15px 15px;
                border: 1px solid #ffffff;
                height: 35px;
                line-height: 32px;
                font-size: 27px;
                text-align: center;
                width: 63px;
            }

#rev_slider_2_1 .owl-nav {
    display: none;
}

#rev_slider_2_1 .owl-dots {
    position: absolute;
    bottom: 6px;
    right: 38px;
}

#rev_slider_2_1 .owl-dot.active.owl-dot span {
    background: #d91f26;
}

#rev_slider_2_1 .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    padding: 3px 10px;
}

.wpb_wrapper h4 {
    font-size: 22px;
    color: #000000;
    text-transform: uppercase;
}

.hr-thin {
    position: relative;
}

    .hr-thin:before {
        content: "";
        background: url("../images/line.png") no-repeat;
        position: absolute;
        top: -2px;
        left: 0;
        height: 6px;
        width: 100px;
        z-index: 9;
    }

.about-us {
    color: #555555;
    font-size: 15px;
    text-align: justify;
}

a:hover {
    text-decoration: none;
}

.standard-arrow.bullet-top li a {
    color: #000000;
    font-size: 17px;
}

.title_primary {
    text-align: center;
    font-size: 22px;
    padding-bottom: 10px;
    margin-top: 22px;
    line-height: 35px;
    text-transform: uppercase;
    color: #000000;
}

#swiper-slide {
    margin-top: 20px;
    position: relative;
}

    #swiper-slide img {
        height: 191px;
    }

    #swiper-slide .title_hotel {
        height: 70px;
        background: #ffffff;
        padding: 10px;
        text-align: center;
    }

        #swiper-slide .title_hotel a {
            color: #000000;
            font-size: 16px;
            text-align: center;
        }

    #swiper-slide .owl-dots {
        display: none;
    }

    #swiper-slide .owl-nav .owl-prev {
        left: -15px;
        position: absolute;
        top: 50%;
        /* font-size: 34px; */
        /* color: #ffffff; */
        border-radius: 50%;
        background: #ed5656;
        border: 1px solid;
        /* padding: 7px !important; */
        opacity: 0.8;
    }

        #swiper-slide .owl-nav .owl-prev span {
            font-size: 42px;
            padding: 7px;
            color: #ffffff;
        }

    #swiper-slide .owl-nav .owl-next {
        right: -16px;
        position: absolute;
        top: 50%;
        /* font-size: 34px; */
        /* color: #000; */
        border-radius: 50%;
        background: #ed5656;
        border: 1px solid;
        /* padding: 7px !important; */
        opacity: 0.8;
    }

        #swiper-slide .owl-nav .owl-next span {
            font-size: 42px;
            padding: 7px;
            color: #ffffff;
        }

#td_uid_27_5d440168ede88 .img-project:hover {
    opacity: 0.7;
}

.tit-one {
    margin-top: 15px;
}

#td_uid_27_5d440168ede88 .img-project {
    width: 100%;
    height: 278px;
}

.tit-one a {
    color: #010101;
    font-size: 18px;
    /* font-weight: bold; */
}

.time-news {
}

.list li {
    overflow: hidden;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 30px;
    padding-right: 16px;
}

ul.list li img {
    border: 1px solid #ededed;
    border-radius: unset;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.tit-one1 a {
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
}

.txtalign {
    color: #333333;
    font-size: 14px;
    margin-bottom: 0;
}

#td_uid_27_5d440168ede88 {
    margin-top: 20px;
}

.time-news {
    color: #757575;
    font-size: 11px;
    font-style: italic;
    margin: 2px 0;
}

#prod {
    background: url(../images/bgsp.png) center center no-repeat;
    padding: 47px 0px 35px 0px;
    background-size: cover;
}

#listprd .itemprd .imgprd {
    background: #ffffff;
    padding: 10px 0;
    border: 1px solid #bfbfbf;
    /* height: 100px; */
    margin: 0 10px;
    /* text-align: center; */
}

.imgprd img {
    height: 88px;
    margin: 0px auto;
    /* text-align: center; */
}

#listprd {
    position: relative;
    margin-top: 20px;
}

    #listprd .owl-nav .owl-prev {
        left: -5px;
        position: absolute;
        top: 36%;
        /* font-size: 34px; */
        /* color: #ffffff; */
        border-radius: 50%;
        background: #ed5656;
        border: 1px solid;
        /* padding: 7px !important; */
        opacity: 0.8;
    }

        #listprd .owl-nav .owl-prev span {
            font-size: 42px;
            padding: 7px;
            color: #ffffff;
        }

    #listprd .owl-nav .owl-next {
        right: -5px;
        position: absolute;
        top: 36%;
        /* font-size: 34px; */
        /* color: #000; */
        border-radius: 50%;
        background: #ed5656;
        border: 1px solid;
        /* padding: 7px !important; */
        opacity: 0.8;
    }

        #listprd .owl-nav .owl-next span {
            font-size: 42px;
            padding: 7px;
            color: #ffffff;
        }

    #listprd .owl-dots {
        display: none;
    }

.logo-footer h3 {
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    color: white;
    margin: 0;
    padding-bottom: 5px;
    margin-bottom: 0px;
    text-align: center;
    line-height: 32px;
}

    .logo-footer h3 span {
        font-size: 15px;
        text-transform: uppercase;
        position: relative;
        font-weight: bold;
        color: white;
        margin: 0;
        padding-bottom: 5px;
        margin-bottom: 0px;
    }

#wrap-footer-top {
    background: #f97803;
    width: 100%;
    background-size: cover;
    padding: 40px 0;
}

.logo-footer {
    overflow: hidden;
}

.footer-middle-col2-item {
    overflow: hidden;
}

.footer-middle-col2-icon {
    margin-right: 10px;
    margin-top: 0px;
    float: left;
    height: 38px;
    vertical-align: middle;
    padding-top: 5px;
}

.footer-middle-col2-item span {
    color: #ffffff;
    font-size: 14px;
    text-align: justify;
    display: block;
    line-height: 22px;
    margin: 5px 0;
}

.box-footer-card h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    margin: 0;
    margin-bottom: 20px;
}

    .box-footer-card h3:before {
        content: "";
        position: absolute;
        width: 50px;
        height: 2px;
        background: #ffffff;
        bottom: 0;
        left: 0;
        z-index: 2;
        visibility: hidden;
    }

#wrap-footer-top .list-menu {
    color: #000;
    padding-top: 5px;
    float: left;
    width: 100%;
}

#wrap-footer-top .list-menuc a {
    padding-left: 17px;
    color: #fff !important;
    padding-bottom: 0;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    float: left;
    width: 100%;
}

    #wrap-footer-top .list-menuc a:before {
        font-family: Fontawesome;
        position: absolute;
        content: "\f111";
        left: 5px;
        top: 6px;
        font-size: 7px;
        color: #fff;
    }

.div-email {
    color: #fff;
    padding-right: 34px;
    padding-top: 7px;
    padding-bottom: 9px;
    font-size: 15px;
}

.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
    width: 100%;
    position: relative;
    border-collapse: separate;
    margin-bottom: 10px;
}

#newsletter-signup .form-control {
    width: 100%;
    float: left;
    border-radius: 0px;
    border: 1px solid #f0f0f0;
    height: 30px;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

#newsletter-signup .theme_button {
    background: url(../images/check-mail.png) no-repeat;
    width: 35px;
    height: 40px;
    border: none;
    text-indent: -9999px;
    position: relative;
}

#wrap-footer-top .social-header a .fa {
    padding: 8px 13px;
    font-size: 20px;
    margin-right: 10px;
    border: 1px solid;
    color: #fff;
    padding: 5px 7px;
    border-radius: 5px;
}

.fanpage iframe {
    max-height: 206px;
}

#widget-subscribe-form-result1 {
    color: #ffffff !important;
}

#bottom-bar .wf-td p a {
    margin-bottom: 0;
    font-size: 16px;
    color: #ffffff;
}

.aside-item .list-blogs .blog-item {
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.aside-item .list-blogs .panel-box-media {
    display: block;
    float: left;
    width: 70px;
    margin-right: 10px;
}

.aside-item .list-blogs .blogs-rights {
    padding-left: 80px;
}

.aside-item .list-blogs .blog-item-name {
    margin: 0;
    font-size: 13px;
    font-weight: normal;
}

    .aside-item .list-blogs .blog-item-name a {
        color: #333333;
    }

.aside-item .list-blogs .post-time {
    font-size: 11px;
    font-style: italic;
}

.entry-meta {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    /* padding-top: 18px; */
}

.error-message {
    color: red;
}

.send_click {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

.project-odd {
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
    overflow: hidden;
}

.content-new {
    margin-bottom: 10px;
}

.vdesc-faq h3 {
    text-transform: uppercase;
    font-size: 17px;
    color: #4d72a8;
    font-weight: bold;
    margin-bottom: 10px;
}

.vdesc-faq p {
    font-size: 17px;
    line-height: 1.5em;
    color: #a93a01;
    font-weight: bold;
}

.css_content.clearfix p {
    font-size: 17px;
    line-height: 1.5em;
    color: #a93a01;
    /* font-weight: bold; */
}

.mini-widgets {
    /* position: absolute; */
    /* right: 50px; */
    /* top: 16px; */
    float: left;
    padding-top: 6px;
    padding-right: 7px;
}

.widget-social-icons {
    /* position: absolute; */
    /* right: 0; */
    float: left;
}

.active_popup {
    transform: scale(1, 1) !important;
    z-index: 99999 !important;
    opacity: 1 !important;
}

.form-contact .row {
    margin: 0 -10px;
}

.form-contact .col-1-2 {
    padding: 0 10px;
    width: 50%;
    float: left;
}

.form-contact {
    position: absolute;
    top: 32px;
    right: 0;
    /* margin-top: -250px; */
    /* margin-left: -450px; */
    z-index: -9;
    transform: scale(0, 0);
    transition: all .8s ease-out .2s;
    opacity: 0;
}

    .form-contact.active {
        transform: scale(1, 1);
        z-index: 99999;
        opacity: 1;
    }

    .form-contact .wrapper-box {
        position: relative;
        width: 450px;
        overflow: hidden;
        background: #fff;
    }

.wrapper-box .col-left {
    width: 45%;
    float: left;
    overflow: hidden;
    position: relative;
}

.wrapper-box .box-info {
    background: #2694f1;
    bottom: 30px;
    color: #fff;
    height: auto;
    left: 30px;
    position: absolute;
    width: 400px;
    padding: 15px 30px;
    border-radius: 5px;
}

    .wrapper-box .box-info .entry-title {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 10px;
        text-align: center;
    }

    .wrapper-box .box-info ul {
        padding: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .wrapper-box .box-info li {
        margin-bottom: 5px;
        font-size: 15px;
    }

    .wrapper-box .box-info span {
        font-size: 16px;
        margin-right: 5px;
    }

.wrapper-box .col-right {
    width: 55%;
    float: left;
    padding: 30px 20px 0 40px;
}

.wrapper-box .col-right {
}

.form-contact .entry-heading {
    text-align: center;
    position: relative;
}

    .form-contact .entry-heading:before {
        content: "";
        width: 12px;
        height: 12px;
        background-color: #002c5f;
        display: block;
        transform: rotate(45deg);
        position: absolute;
        bottom: -5px;
        left: 50%;
        margin-left: -7px;
    }

.entry-heading:after {
    content: "";
    width: 100px;
    height: 1px;
    margin: 30px auto;
    background-color: #002c5f;
    display: block;
}

.entry-heading .title {
    font-size: 18px;
    text-transform: uppercase;
    color: #111312;
    font-weight: bold;
    margin-bottom: 15px;
}

.entry-desc {
    color: #002c5f;
    font-style: italic;
    font-size: 16px;
    line-height: 1.3;
}

    .entry-desc b {
        font-style: normal;
    }

.form-contact .btn-action {
    text-align: center;
    margin-top: 30px;
}

    .form-contact .btn-action .btn-send {
        background: #002c5f;
        border-radius: 5px;
        padding: 10px 20px;
        color: #fff;
        font-size: 14px;
        border: 0;
        box-shadow: none;
        width: auto;
    }

.btn-close {
    background: #a93a01;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    line-height: 24px;
    padding: 8px 12px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.site-overlay {
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -999;
    opacity: 0;
    transition: all .5s ease-out 0.2s;
}

    .site-overlay.active {
        opacity: 1;
        z-index: 999;
    }

.form-contact .angle-btn {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2694f1;
    text-align: center;
    display: inline-block;
    position: relative;
    left: 50%;
    margin: -25px;
}

.form-contact input {
    margin-bottom: 5px;
}

.form-contact label {
    margin-bottom: 10px;
}

@media(max-width:767px) {
    .form-contact {
        margin-top: -220px;
        margin-left: -40vw;
    }
        /*.form-contact.active{margin:0!important;}
*/
        .form-contact .wrapper-box {
            width: 80vw;
        }

            .form-contact .wrapper-box .col-left, .form-contact .wrapper-box .box-info {
                display: none;
            }

            .form-contact .wrapper-box .col-right {
                width: 100%;
                padding: 10px;
            }

        .form-contact input {
            margin-bottom: 10px;
            width: 100%;
        }

        .form-contact label {
            margin-bottom: 5px;
        }

        .form-contact .entry-heading:after {
            margin: 15px auto;
        }

        .form-contact .entry-desc {
            font-size: 15px;
            text-align: justify;
        }
}


@media(max-width:480px) {
    .form-contact form {
        margin: 0;
    }

    .form-contact .row {
        margin: 0;
    }

    .form-contact .col-1-2 {
        width: 100%;
        float: none;
        padding: 0;
    }

    .form-contact .wrapper-email, .form-contact .wrapper-address {
        display: none;
    }

    .form-contact .btn-action {
        margin-top: 15px;
    }

    .form-contact {
        left: 56%;
        top: 40%;
    }
}



.list-people-support-in-cat {
    margin: 30px 0;
}

.container980 {
    max-width: 1200px !important;
    margin: auto;
}

.list-people-support-in-cat .title-box {
    background: #232933;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px 5px 0 0;
    border-bottom: solid 3px #1660ad;
}

.item-support-vertical {
    text-align: center;
    background: #f3f3f3;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

    .item-support-vertical > img {
        height: 95px;
    }

.radius50 {
    border-radius: 50%;
    -moz-border-radius: 50%;
}

.item-support-vertical .info b {
    font-size: 16px;
    display: block;
    margin: 8px 0;
}

.item-support-vertical .info img {
    height: 18px;
    vertical-align: middle;
}

.itemGetDataSupport a {
    color: #333;
}

.item-support-vertical .info img {
    height: 18px;
    vertical-align: middle;
}

.itemGetDataSupport a {
    color: #333;
}

.box-group {
    position: relative;
    float: left;
    margin-bottom: 12px;
    /* width: 82%; */
}

    .box-group a {
        background: url(../images/search.png) no-repeat;
        position: absolute;
        right: 14px;
        top: -3px;
        height: 36px;
        width: 37px;
    }

@media screen and (min-width: 1200px) {
    .col-lg-25 {
        width: 20%;
    }
}

.search-lalanguage {
    position: absolute;
    right: 0;
}

.elementor-image-box-wrapper {
    background: #09b89d;
    overflow: hidden;
    padding-top: 15px;
    color: #fff;
}

    .elementor-image-box-wrapper h4 {
        color: #fff;
    }

.btnSignup-3.button {
    background: #09b89d;
    border: none;
    color: #fff;
}

body {
    top: 0 !important;
}

.wpb_text_column.wpb_content_element.vc_custom_1494234329485 {
    border: 1px solid #c0bfbf;
    padding: 10px;
    border-radius: 12px;
}
