﻿@charset "utf-8";
/* CSS Document */

/*================================================================*/
/*import fonts*/
/*================================================================*/

@import url(../fonts/dn/dn.css);
@import url(../fonts/ns/ns.css);
@import url(../fonts/ga/ga.css);
@import url(../fonts/tahoma/tahoma.css);
@import url(../fonts/font-awesome/font-awesome.css);

/*-- start main css --*/

body {
    font-family: "ns" !important;
}

a:hover {
    text-decoration: none !important;
}

a:active {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
}

a.moreLink:hover span {
    animation: translatexLink 0.3s infinite;
    animation-direction: alternate;
}

@keyframes translatexLink {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translatex(-5px);
    }
}

section {
    margin-bottom: 50px;
}

    section.noMargin {
        margin-bottom: 0px;
    }

.transition-5s {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.transition-3s {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.transition-2s {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.heading {
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    padding: 0;
}



.title-border {
    vertical-align: top;
    text-align: right;
}

    .title-border span {
        display: inline-block;
        vertical-align: middle;
        height: 3px;
        border-radius: 3px;
        background: #a61d37;
        margin: 0 4px;
    }

        .title-border span.lg {
            width: 40px;
        }

        .title-border span.md {
            width: 30px;
            opacity: 0.8;
        }

        .title-border span.sm {
            width: 12px;
            opacity: 0.6;
        }

.new_title a {
    padding: 5px 17px;
}

.new_title > .heading {
    color: #000;
    position: relative;
    text-transform: uppercase;
    margin-top: 0px;
}

.adv_title {
    margin-bottom: 10px;
}

    .adv_title a {
        padding: 5px 17px;
    }

    .adv_title > .heading {
        color: rgb(0, 0, 0);
        position: relative;
        text-transform: uppercase;
        margin-top: 0px;
    }

p {
    font-weight: 400;
}

hr {
    border-top: 1px solid #ddd;
}

iframe {
    width: 100%;
}

.new-student-box {
    display: none;
}
/*-- end main css --*/

.slider {
    position: relative;
    top: -50px;
    overflow: hidden;
}

.news_list {
}

    .news_list a {
        font-weight: 500;
        font-size: 14px;
        margin-top: 3px;
    }

        .news_list a.news_list_box {
            position: relative;
            display: block;
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            overflow: hidden;
            background: #fff;
            border: 1px solid #ebebeb;
        }

            .news_list a.news_list_box .news_list_color {
                opacity: 0.8;
                position: absolute;
                top: 0;
                height: 100%;
                z-index: 9;
                width: 100%;
                /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,1+100 */
                /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
                background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
            }

.news_list_img .caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(21, 21, 21, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.8);
    transition: 350ms ease-in-out;
    color: #fff;
}

.news_list_img:hover .caption {
    opacity: 1;
    transform: scale(1);
}

.news_list a.news_list_box .news_list_img {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 230px;
}

.news_list a.news_list_box:hover .news_list_title {
    color: #a61d37;
}

.news_list .fa-search {
    font-size: 2em;
}

.news_list a.news_list_box .news_list_title {
    /*position: absolute;*/
    bottom: 0;
    padding: 15px;
    line-height: 25px;
    z-index: 10;
    color: #000;
}


    .news_list a.news_list_box .news_list_title h3 {
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 25px;
    }

        .news_list a.news_list_box .news_list_title h3:hover {
            color: #a61d37;
        }

    .news_list a.news_list_box .news_list_title span {
        font-weight: 400;
        font-size: 14px;
        display: block;
    }

    .news_list a.news_list_box .news_list_title .news_list_summary {
        display: none;
        font-weight: 400;
        font-size: 14px;
        color: #dedede;
    }

        .news_list a.news_list_box .news_list_title .news_list_summary hr {
            margin-top: 10px;
        }

.news_list a.news_list_box:hover .news_list_color {
    background-color: rgba(0, 0, 0, 0.8);
}

.theme-bg-default {
    background-color: #a61d37;
}

.news-date {
    position: absolute;
    z-index: 9;
    bottom: 15px;
    right: 15px;
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.adv_list {
}

    .adv_list a {
        font-weight: 500;
        font-size: 14px;
        margin-top: 3px;
    }

    .adv_list ul li {
        margin-bottom: 20px;
    }

        .adv_list ul li a {
            font-size: 13px;
            font-weight: 400;
            color: #333;
        }

            .adv_list ul li a span.adv_old {
                color: #333;
            }

            .adv_list ul li a span.adv_new {
                color: #f9191f;
            }

        .adv_list ul li.text-center a {
            font-weight: 700;
            font-size: 16px;
        }

.students {
    background: #2b2a29;
    padding-top: 60px;
}

    .students .students-box {
        /*background: #373635;*/
    }

        .students .students-box .e-services {
            /*padding: 40px 30px 0px 0px;*/
        }

            .students .students-box .e-services h3 {
                color: #fff;
                margin-bottom: 20px;
            }

            .students .students-box .e-services ul {
            }

                .students .students-box .e-services ul li {
                    line-height: 50px;
                    margin-bottom: 5px;
                    float: right;
                    padding-left: 15px;
                }

                    .students .students-box .e-services ul li a {
                        color: #fff;
                        font-size: 15px;
                        font-weight: 700;
                    }

                        .students .students-box .e-services ul li a span {
                            width: 30px;
                            text-align: center;
                        }

                        .students .students-box .e-services ul li a:hover {
                            margin-right: 5px;
                        }

        .students .students-box .colleges-list {
            padding: 30px;
        }

            .students .students-box .colleges-list h3 {
                color: #FFFFFF;
                margin-top: 10px;
                font-size: 30px;
            }

            .students .students-box .colleges-list p {
                margin: 0;
                padding: 0;
                font-size: 14px;
                color: #FFFFFF;
                margin-top: 15px;
            }

            .students .students-box .colleges-list .colleges-list-dropdown {
                background: #fff;
                border-radius: 100px;
                font-size: 20px;
                font-weight: 700;
                padding: 13px 30px;
                color: #333;
                position: relative;
                z-index: 87;
                cursor: pointer;
            }

                .students .students-box .colleges-list .colleges-list-dropdown span {
                    width: 40px;
                    height: 40px;
                    color: #fff;
                    padding-top: 10px;
                    position: absolute;
                    top: 7px;
                    left: 9px;
                }

                .students .students-box .colleges-list .colleges-list-dropdown:hover span {
                    -ms-transform: rotate(180deg); /* IE 9 */
                    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
                    transform: rotate(180deg);
                    background: #333;
                }

            .students .students-box .colleges-list ul {
                width: 100%;
                border-radius: 27px;
                border: 0;
                margin-top: -54px;
                padding: 60px 0px 15px;
                overflow: hidden;
                z-index: 77;
            }

                .students .students-box .colleges-list ul li {
                }

                    .students .students-box .colleges-list ul li a {
                        font-size: 16px;
                        font-weight: 700;
                        border-top: 1px solid #ddd;
                        padding: 15px 20px;
                    }


        .students .students-box .MainStudentAdvers {
            background: #2b2a29;
            padding: 30px 30px 18px 0px;
        }

            .students .students-box .MainStudentAdvers .students-adv li {
                margin-bottom: 20px;
                padding-left: 15px;
            }

        .students .students-box .affairs-adv .student-affairs {
        }

            .students .students-box .affairs-adv .student-affairs a {
                display: block;
            }

            .students .students-box .affairs-adv .student-affairs h2 {
                font-size: 24px;
                color: #fff;
                font-weight: 700;
            }

            .students .students-box .affairs-adv .student-affairs h3 {
                font-size: 18px;
                color: #bcbcbc;
                margin: 20px 0px 10px;
            }

            .students .students-box .affairs-adv .student-affairs p {
                font-size: 14px;
                color: #bbb;
                text-align: justify;
                line-height: 25px;
            }

            .students .students-box .affairs-adv .student-affairs .img-box {
                width: 100%;
                overflow: hidden;
                position: relative;
            }

                .students .students-box .affairs-adv .student-affairs .img-box img {
                    width: 100%;
                }

                .students .students-box .affairs-adv .student-affairs .img-box span {
                    position: absolute;
                    top: 50%;
                    right: 40%;
                    font-size: 45px;
                    color: #fff;
                    z-index: 99;
                    transform: scale(0);
                    padding: 15px;
                }

            .students .students-box .affairs-adv .student-affairs:hover .img-box span {
                transform: scale(1.2);
            }

            .students .students-box .affairs-adv .student-affairs:hover .img-box img {
                transform: scale(1.1);
                opacity: 0.8;
            }

        .students .students-box .affairs-adv .students-adv h3 {
            color: #fff;
            margin-bottom: 25px;
        }

        .students .students-box .affairs-adv .students-adv li:hover {
            background: #242424;
            transform: translateY(-2px) !important;
            /*
-webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.5);
box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.5);
*/
            -webkit-box-shadow: 0 0 0 6px rgba(102,102,102,0.5);
            -moz-box-shadow: 0 0 0 6px rgba(102,102,102,0.5);
            box-shadow: 0 0 0 6px rgba(102,102,102,0.5);
        }

        .students .students-box .affairs-adv .students-adv li a {
            color: #fff;
            font-weight: 400;
            display: block;
        }

            .students .students-box .affairs-adv .students-adv li a p.adv-date {
                width: 60px;
                height: 60px;
                text-align: center;
                font-size: 14px;
                margin-left: 15px;
                margin-bottom: 0px;
                text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.4);
            }

                .students .students-box .affairs-adv .students-adv li a p.adv-date span {
                    font-size: 24px;
                    font-weight: 700;
                }

            .students .students-box .affairs-adv .students-adv li a p.adv-title {
                font-size: 15px;
                padding-top: 5px;
                line-height: 26px;
                margin: 0;
            }

.conferences {
}

    .conferences h3 {
        color: #333;
        margin-bottom: 30px;
    }

    .conferences li {
        margin-bottom: 20px;
        padding-left: 15px;
    }

        .conferences li:hover {
            background: #f5f5f5;
            transform: translateY(-2px) !important;
            -webkit-box-shadow: 0 0 0 6px rgba(102,102,102,0.5);
            -moz-box-shadow: 0 0 0 6px rgba(102,102,102,0.5);
            box-shadow: 0 0 0 6px rgba(102,102,102,0.5);
        }

        .conferences li a {
            color: #333;
            font-weight: 400;
            display: block;
        }

            .conferences li a p.adv-date {
                width: 60px;
                height: 60px;
                text-align: center;
                font-size: 14px;
                background: #fff;
                margin-left: 15px;
                margin-bottom: 0px;
                border: 1px solid #ddd;
            }

                .conferences li a p.adv-date span {
                    font-size: 24px;
                    font-weight: 700;
                }

            .conferences li a p.adv-title {
                font-size: 14px;
                padding-top: 6px;
                margin: 0;
                line-height: 24px;
            }

.adv-img {
    width: 100%;
    overflow: hidden;
    height: 358px;
}

    .adv-img img {
        width: 100%;
    }

    .adv-img:hover img {
        transform: scale(1.1);
    }

.hot-links {
    display: block;
}

    .hot-links a {
        color: #333;
    }

    .hot-links h3 {
        margin-bottom: 30px;
    }

    .hot-links p {
        font-size: 14px;
        color: #333;
        line-height: 25px;
        text-align: justify;
        margin-top: 15px;
    }

    .hot-links .big-img-box .img-box {
        width: 100%;
        height: 180px;
        overflow: hidden;
        position: relative;
    }

        .hot-links .big-img-box .img-box img {
            width: 100%;
        }

    .hot-links:hover .img-box img {
        transform: scale(1.1);
        opacity: 0.8;
    }

    .hot-links .big-img-box {
        position: relative;
    }

        .hot-links .big-img-box .big-img-box-a {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

            .hot-links .big-img-box .big-img-box-a .big-img-box-b {
                display: table;
                width: 100%;
                height: 100%;
            }

                .hot-links .big-img-box .big-img-box-a .big-img-box-b .big-img-box-c {
                    display: table-cell;
                    vertical-align: middle;
                    width: 100%;
                    height: 100%;
                    text-align: center;
                }

                    .hot-links .big-img-box .big-img-box-a .big-img-box-b .big-img-box-c span {
                        top: 30%;
                        right: 40%;
                        font-size: 45px;
                        color: #fff;
                        z-index: 99;
                        transform: scale(0);
                        padding: 15px;
                    }

    .hot-links:hover .big-img-box .big-img-box-a .big-img-box-b .big-img-box-c span {
        transform: scale(1);
    }

.supporters {
}

    .supporters h4 a {
        color: #666;
        font-weight: 700;
        font-size: 14px;
    }

    .supporters .supporters-img-box {
        border: 1px solid #ddd;
        display: block;
        padding: 20px;
    }

        .supporters .supporters-img-box:hover {
            border: 1px solid #999;
        }

        .supporters .supporters-img-box img {
            height: 100px;
            width: auto !important;
            margin: 0 auto;
        }

.supporters-inner-page h4 {
    margin-bottom: 40px;
}

.supporters .moreLink {
    font-weight: 700;
}

.partners {
    background: #f9f9f97d url(https://webitkurigram.com/wp/techno/wp-content/uploads/2019/10/footer-bg.png);
    /*background-image: url(https://academist.qodeinteractive.com/wp-content/uploads/2018/07/main-background-3.jpg);*/
    padding: 40px 0px;
}

    .partners h4 {
        color: #666;
        font-weight: 700;
        font-size: 14px;
    }

    .partners .partners-item {
        /*border: 1px solid #ddd;*/
        display: block;
        /*padding: 20px;
        background: #fff;*/
    }

        .partners .partners-item img {
            height: 150px;
            width: 150px;
        }

        .partners .partners-item:hover {
            /*border: 1px solid #999;*/
        }

    .partners ul {
        display: flex;
        justify-content: space-between;
    }

        .partners ul li {
            width: 19%;
        }

    .partners p {
        line-height: 1.7;
    }
/******************************statistics **********************/
.statistics {
}

    .statistics p {
        font-size: 16px;
        font-weight: 700;
    }

.sub_title {
    max-width: 650px;
    margin: 0px 0;
    text-align: left;
    margin-bottom: 81px;
}



.count_load_wrapper {
    position: relative;
}

.statistics .count_load_wrapper .count_lead_single_2 {
    border-left: 1px solid rgba(103, 114, 148, 0.2);
}

.statistics .count_load_wrapper .count_lead_single {
    text-align: center;
    min-height: 200px;
    padding: 62px 0;
    transition: all 0.3s ease-in-out;
}

.count_lead_single:hover {
    box-shadow: 5px 9px 60px 0px rgba(85, 128, 255, 0.2);
}

.statistics .count_load_wrapper .count_lead_single h3 {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.count_lead_single_1 {
    border-bottom: 1px solid rgba(103,114,148, 0.2);
}

.count_lead_banner img {
    box-shadow: 5px 9px 60px 0px rgba(85, 128, 255, 0.2);
}

.banner_shapes img {
    position: absolute;
    z-index: -1;
    width: auto;
}

.agency_1 {
    bottom: -10%;
    right: 10%;
}

.p-0 {
    padding: 0 !important;
}

.agency_2 {
    bottom: -12%;
    left: -46px;
}

.agency_3 {
    bottom: -15%;
    left: 27%;
}

.agency_4 {
    top: -20%;
    right: 42%;
}

.agency_5 {
    bottom: -22%;
    right: -18%;
}
/******************************END statistics **********************/
.cover-img-about-university {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    height: 500px;
    margin-bottom: -50px;
    position: relative;
    top: -50px;
    overflow: hidden;
}

.rectorWord-visionMission {
    background: #eee;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .rectorWord-visionMission .rectorWord-visionMission-img {
        width: 100%;
        height: 190px;
        overflow: hidden;
    }

        .rectorWord-visionMission .rectorWord-visionMission-img img {
            width: 100%;
        }

    .rectorWord-visionMission p {
        font-size: 15px;
        color: #666;
        text-align: justify;
        line-height: 25px;
    }

    .rectorWord-visionMission h3 {
        margin: 15px 0px;
    }

    .rectorWord-visionMission a:hover h3 {
        color: #04457d;
    }

    .rectorWord-visionMission a:hover .rectorWord-visionMission-img {
        opacity: 0.5;
    }


.about-university-hot-links {
    margin-bottom: 80px;
}

    .about-university-hot-links a {
        display: block;
        background: #eee;
        height: 165px;
        width: 165px;
        font-size: 16px;
        font-weight: 700;
        padding-top: 45px;
    }

        .about-university-hot-links a:hover {
            transform: scale(1.1);
            color: #eee !important;
        }

        .about-university-hot-links a span {
            font-size: 30px;
            display: block;
            margin-bottom: 15px;
        }

.important {
    position: relative;
    max-width: 2000px;
    margin: 0 auto;
}

    .important .important-img {
        width: 100%;
        height: 500px;
        overflow: hidden;
    }

    .important .important-title {
        position: absolute;
        top: 50px;
        left: 20%;
        text-shadow: -3px 3px rgba(0,0,0,0.8);
    }

        .important .important-title h3 {
            font-size: 44px;
            color: #FFF;
            line-height: 60px;
            width: 300px;
        }

        .important .important-title h2 {
            font-weight: 700;
            font-size: 60px;
            color: #FFF;
        }

            .important .important-title h2 span {
                font-size: 24px;
            }

    .important .important-link {
        position: absolute;
        top: 338px;
        left: 10%;
    }

        .important .important-link a {
            width: 80px;
            height: 80px;
            background-color: rgba(238, 238, 238, 0.8);
            color: #333;
            display: block;
            font-size: 30px;
            padding-top: 18px;
        }

            .important .important-link a:hover {
                background-color: rgba(51, 51, 51, 0.8);
                color: #eee;
            }

            .important .important-link a span {
                transform: translateX(0px);
            }

            .important .important-link a:hover span {
                animation: translateX 0.5s infinite;
                animation-direction: alternate;
            }

@keyframes translateX {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translatex(-15px);
    }
}

.history {
    position: relative;
    width: 100%;
    background: url(../img/h.png) no-repeat top left;
    padding-left: 80px;
    padding-right: 50px;
}

    .history p {
        font-size: 14px;
        line-height: 25px;
        margin-top: 20px;
    }

    .history h1 {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 65px;
    }

    .history h3 {
        color: #FFF;
        width: 100%;
        height: 208px;
        padding-top: 70px;
        font-size: 26px;
    }

        .history h3 span {
            display: block;
            font-size: 18px;
            margin-top: 15px;
        }

    .history .history-item-1 {
        width: 208px;
        height: auto;
        margin: auto;
        margin-top: 190px;
    }

    .history .history-item-2 {
        width: 208px;
        height: auto;
        margin: auto;
        margin-top: 129px;
    }

    .history .history-item-3 {
        width: 208px;
        height: auto;
        margin: auto;
        margin-top: 69px;
    }

    .history .history-item-4 {
        width: 208px;
        height: auto;
        margin: auto;
        margin-top: 0px;
    }

.video-img {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    background: #000;
    color: #FFF;
    max-width: 2000px;
    margin: 0 auto;
}

.header-video iframe {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
}

.video-play-close {
    position: fixed;
    z-index: 999999;
    top: 0px;
    color: #fff;
    background: #000;
    padding: 10px 0px;
    width: 100%;
    font-weight: 700;
    cursor: pointer;
    display: none;
}

.video-img img {
    opacity: 0.5;
    filter: blur(100px);
}

.video-img .video-img-title {
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
}

    .video-img .video-img-title h3 {
        font-size: 44px;
        margin-bottom: 100px;
        text-shadow: -2px 2px rgba(0,0,0,0.8);
    }

    .video-img .video-img-title a {
        width: 80px;
        height: 80px;
        background-color: rgba(238, 238, 238, 0.8);
        color: #333;
        display: block;
        font-size: 30px;
        padding-top: 18px;
        margin: 0 auto;
        transform: scale(1);
    }

        .video-img .video-img-title a:hover {
            color: #FFF;
            background-color: rgba(208, 38, 38, 0.8);
            animation: scale 0.5s infinite;
            animation-direction: alternate;
            -webkit-box-shadow: -4px 5px 5px 0px rgba(0,0,0,0.2);
            -moz-box-shadow: -4px 5px 5px 0px rgba(0,0,0,0.2);
            box-shadow: -4px 5px 5px 0px rgba(0,0,0,0.2);
        }

@keyframes scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.5);
    }
}

.map {
}

    .map h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

.cover-img-contact_us {
    height: 350px;
    width: 100%;
    background: url(../img/cover-contact_us.jpg) no-repeat center -150px;
    margin-bottom: -50px;
    position: relative;
    top: -50px;
    color: #FFF;
}

    .cover-img-contact_us h3 {
        margin-bottom: 20px;
        margin-top: 100px;
    }

    .cover-img-contact_us p {
        font-size: 16px;
        line-height: 30px;
    }

.contact-list {
}

    .contact-list hr:first-child {
        border-top-width: 4px !important;
        margin-top: 0;
    }

    .contact-list h3 {
        color: #333;
        font-size: 18px;
    }

    .contact-list p {
        color: #666;
        font-size: 16px;
    }

    .contact-list ul {
        text-align: center;
    }

        .contact-list ul li {
            text-align: center;
        }

            .contact-list ul li a {
                width: 40px;
                height: 40px;
                display: block;
                color: #FFF;
                font-size: 18px;
                line-height: 40px;
            }

                .contact-list ul li a:hover {
                    transform: scale(1.2);
                }

form.send-form {
    font-weight: 700;
    font-size: 16px;
}

    form.send-form input {
        width: 100%;
        padding: 20px;
        border: 3px solid #ddd;
        margin-bottom: 20px;
        outline: none;
    }

        form.send-form input:hover {
            border-width: 3px !important;
        }

        form.send-form input:focus {
            border-width: 3px !important;
        }

    form.send-form textarea {
        width: 100%;
        padding: 20px;
        border: 3px solid #ddd;
        margin-bottom: 20px;
        outline: none;
        resize: vertical;
    }

        form.send-form textarea:hover {
            border-width: 3px !important;
        }

        form.send-form textarea:focus {
            border-width: 3px !important;
        }

    form.send-form button {
        color: #FFF;
        border: 0;
        width: 100%;
        text-align: center;
        padding: 15px 0px;
    }

        form.send-form button:hover {
            opacity: 0.9;
        }

.departments-cover {
    width: 100%;
    height: 360px;
    overflow: hidden;
    max-width: 2000px;
    margin: 0 auto;
    margin-bottom: -50px;
    position: relative;
    top: -50px;
}

.departments-about {
    background: #eee;
    padding: 30px 0px;
}

    .departments-about h3 {
        font-size: 30px;
        line-height: 140px;
    }

    .departments-about p {
        font-size: 16px;
        color: #333;
        line-height: 30px;
        margin: 0;
    }

.departments-rectorWord {
}

    .departments-rectorWord p {
        font-size: 14px;
        margin: 0;
        line-height: 25px;
    }

    .departments-rectorWord .departments-rectorWord-img {
        width: 160px;
        height: 160px;
        overflow: hidden;
        margin-bottom: 15px;
        margin-left: 15px;
    }

        .departments-rectorWord .departments-rectorWord-img img {
            height: 100%;
        }

.news-box {
}

    .news-box .moreLink {
        font-weight: 700;
    }

    .news-box .news-box-big {
        width: 100%;
        color: #333;
    }

        .news-box .news-box-big h3 {
            font-size: 18px;
            line-height: 30px;
            margin: 15px 0px 10px;
        }

        .news-box .news-box-big p {
            font-size: 14px;
            text-align: justify;
            line-height: 25px;
            color: #666;
        }

            .news-box .news-box-big p span {
                display: block;
                color: #999;
                font-size: 12px;
            }

        .news-box .news-box-big .news-box-big-img {
            overflow: hidden;
            height: 180px;
        }

            .news-box .news-box-big .news-box-big-img img {
                width: 100%;
            }

    .news-box .news-box-list {
    }

        .news-box .news-box-list a {
            color: #333;
        }

            .news-box .news-box-list a h4 {
                font-size: 14px;
                font-weight: 400;
                line-height: 20px;
                margin-bottom: 8px;
                margin-top: 2px;
            }

            .news-box .news-box-list a p {
                font-size: 12px;
                color: #999;
            }

            .news-box .news-box-list a.news-box-list-img {
                width: 80px;
                height: 80px;
                overflow: hidden;
                display: block;
            }

                .news-box .news-box-list a.news-box-list-img img {
                    height: 100%;
                }

.news-details .news-details-box {
    border-radius: 0;
}

    .news-details .news-details-box h3 {
        font-size: 16px;
        color: #666;
    }

    .news-details .news-details-box .news-details-box-imgbox-1 {
        height: 478px;
        overflow: hidden;
        display: block;
    }

    .news-details .news-details-box .news-details-box-imgbox-2 {
        height: 229px;
        overflow: hidden;
        display: block;
    }

    .news-details .news-details-box .news-details-box-imgbox-3 {
        height: 146px;
        overflow: hidden;
        display: block;
    }

    .news-details .news-details-box .news-details-box-imgbox-loadMoorImg {
        margin-bottom: 15px;
    }

    .news-details .news-details-box .loadMoorImg-box {
        display: none;
    }

        .news-details .news-details-box .loadMoorImg-box .news-details-box-imgbox-3 {
            display: none;
        }

    .news-details .news-details-box .news-details-box-imgbox-loadMoorImg-btn {
        outline: none;
    }

    .news-details .news-details-box .news-details-box-imgbox-1:hover img {
        transform: scale(1.1);
        cursor: -webkit-zoom-in;
    }

    .news-details .news-details-box .news-details-box-imgbox-2:hover img {
        transform: scale(1.1);
        cursor: -webkit-zoom-in;
    }

    .news-details .news-details-box .news-details-box-imgbox-3:hover img {
        transform: scale(1.1);
        cursor: -webkit-zoom-in;
    }

.hot-links-img {
    width: 100%;
    overflow: hidden;
    height: 262px;
    position: relative;
    display: block;
}

    .hot-links-img img {
        height: 100%;
    }

    .hot-links-img h3 {
        position: absolute;
        bottom: 0;
        font-size: 16px;
        color: #fff;
        padding: 18px 15px;
        width: 100%;
        font-weight: 400;
    }

    .hot-links-img:hover h3 {
        padding: 18px 15px 30px;
    }

.hot-links-link {
    background: #ed3c36;
    width: 100%;
    height: 262px;
    overflow: hidden;
    display: block;
    color: #FFFFFF;
    padding: 20px;
    padding-top: 50px;
}

    .hot-links-link h3 {
        font-size: 18px;
        line-height: 30px;
    }

        .hot-links-link h3 span {
            display: block;
            font-size: 70px;
            padding-bottom: 20px;
        }

    .hot-links-link:hover h3 {
        color: #fff;
    }

        .hot-links-link:hover h3 span {
            animation: translateyLink 0.3s infinite;
            animation-direction: alternate;
        }

/*inputs*/
input.form-control, select.form-control, textarea.form-control {
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: .5s all;
}

/*
.darkHeader .top-header
{
    display: none !important;
}*/


.links-tree {
    color: #999;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 50px;
}

    .links-tree a {
        color: #999;
    }

    .links-tree ul {
        border-bottom: 1px solid #ddd;
        padding: 10px 0px;
        margin: 0;
    }

.inner-page-template {
    color: #333 !important;
    margin-bottom: 100px;
}

    .inner-page-template section {
        margin-bottom: 30px;
    }

    .inner-page-template h4 {
        font-size: 20px;
        font-weight: 700;
    }

    .inner-page-template h5 {
        font-size: 18px;
        font-weight: 700;
    }

    .inner-page-template p {
        font-size: 16px;
        line-height: 1.8;
    }

    .inner-page-template ul {
        font-size: 16px;
        line-height: 1.8;
    }

    .inner-page-template ol {
        font-size: 16px;
        line-height: 1.8;
    }

    .inner-page-template .inner-page-img-box {
        height: 350px;
        position: relative;
        overflow: hidden;
        margin-bottom: 50px;
    }

        .inner-page-template .inner-page-img-box img {
            position: relative;
        }

        .inner-page-template .inner-page-img-box h3 {
            position: absolute;
            bottom: 0;
            padding: 20px;
            background-color: rgba(0,0,0,0.7);
            width: 100%;
            color: #fff;
        }

        .inner-page-template .inner-page-img-box span {
            font-family: "tahoma";
            font-size: 12px;
            font-weight: 400;
        }

    .inner-page-template ul.inner-page-links {
        background: #f3f3f3;
    }

        .inner-page-template ul.inner-page-links li {
            border-bottom: 1px solid #d7d7d7;
        }

            .inner-page-template ul.inner-page-links li a {
                color: #333;
                font-weight: 700;
                font-size: 16px;
                display: block;
                border-right: 4px solid #d7d7d7;
                width: 100%;
                padding: 12px 20px;
            }

                .inner-page-template ul.inner-page-links li a.active {
                    background: #d7d7d7;
                }

            .inner-page-template ul.inner-page-links li:hover a {
                background: #d7d7d7;
            }

    .inner-page-template .inner-page-img-user-box {
        width: 250px;
        height: 250px;
        overflow: hidden;
        margin-left: 30px;
        margin-bottom: 15px;
    }

    .inner-page-template h3.inner-page-title {
    }

    .inner-page-template img {
        margin: 0 auto;
    }

    .inner-page-template h3.inner-page-title span {
        font-family: "tahoma";
        font-size: 12px;
        font-weight: 400;
        margin-top: 10px;
    }

    .inner-page-template h3.inner-page-title-user {
        margin-bottom: 30px;
    }

        .inner-page-template h3.inner-page-title-user span {
            font-family: "tahoma";
            font-size: 12px;
            font-weight: 400;
            margin-top: 10px;
        }

    .inner-page-template .inner-page-user-cv {
        background: #f3f3f3;
        border-bottom: 4px solid;
        padding: 0px 15px;
        margin-top: 30px;
    }

        .inner-page-template .inner-page-user-cv .inner-page-user-cv-img {
            padding: 30px 35px 20px;
        }

        .inner-page-template .inner-page-user-cv ul {
            font-size: 14px;
            font-weight: 700;
            color: #666;
        }

            .inner-page-template .inner-page-user-cv ul li {
                margin-bottom: 8px;
            }

        .inner-page-template .inner-page-user-cv a {
            font-size: 16px;
            font-weight: 700;
            color: #333;
            display: block;
            width: 100%;
            margin-bottom: 15px;
        }

        .inner-page-template .inner-page-user-cv hr {
            margin-top: 15px;
            margin-bottom: 15px;
        }

    .inner-page-template ul.inner-page-filter {
        background: #eeeeee;
        padding: 10px 15px;
        margin: 0;
        margin-top: -20px;
    }

        .inner-page-template ul.inner-page-filter li {
        }

            .inner-page-template ul.inner-page-filter li a {
                color: #666;
            }

.news-details {
    margin-bottom: 100px;
}

    .news-details .news-details-title {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .news-details .news-details-img {
    }

    .news-details .news-details-info {
        background: #eee;
        padding: 10px 10px 6px;
        font-family: "tahoma";
        font-size: 14px;
        color: #333;
        margin-bottom: 20px;
    }

    .news-details .news-details-text {
        font-family: "ga";
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 50px;
    }

        .news-details .news-details-text h3 {
            margin: 20px 0px 10px;
            font-size: 18px;
        }

.next-news {
    position: relative;
    display: block;
    color: #333;
}

    .next-news .next-news-img {
        position: relative;
    }

    .next-news .next-news-title {
        background-color: rgba(255,255,255,0.8);
        position: absolute;
        bottom: 0;
        padding: 20px;
    }

        .next-news .next-news-title h3 {
            font-size: 16px;
            line-height: 1.5;
            width: 90%;
        }

        .next-news .next-news-title span {
            font-size: 24px;
        }

.more-news {
}

    .more-news h2 {
        font-size: 18px;
        padding: 15px;
        color: #fff;
    }

    .more-news ul {
    }

        .more-news ul li {
            border-bottom: 1px solid #ddd;
            padding: 20px 15px;
            font-size: 16px;
        }

            .more-news ul li a {
                color: #333;
            }

    .more-news a {
        font-weight: 700;
        color: #333;
    }

    .more-news ul li a h3 {
        font-size: 16px;
        line-height: 1.5;
        width: 90%;
    }

    .more-news ul li a span {
        font-size: 18px;
    }

.dp1 {
    position: relative;
    top: 20px;
    z-index: 9;
    height: 308px;
}

    .dp1 .datepicker {
    }

#dp1 {
    display: none;
}

.media-center {
    position: relative;
}

    .media-center .media-center-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .media-center .media-center-links {
        font-size: 18px;
        margin-bottom: 50px;
    }

        .media-center .media-center-links li {
            padding-left: 10px;
            padding-right: 10px;
        }

            .media-center .media-center-links li a {
                color: #666;
                font-weight: 700;
                font-size: 14px;
            }

    .media-center .media-center-item {
        overflow: hidden;
        position: relative;
        margin-bottom: 30px;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    }

        .media-center .media-center-item:hover {
            -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
        }

        .media-center .media-center-item .media-center-item-info {
            background: #f3f3f3;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 15px;
        }

            .media-center .media-center-item .media-center-item-info a {
                width: 50px;
                height: 50px;
                position: absolute;
                top: -25px;
                left: 25px;
                color: #fff;
                font-size: 20px;
                padding-top: 10px;
            }

        .media-center .media-center-item:hover .media-center-item-info a {
            animation: media-center-item-info-a 0.3s infinite;
            animation-direction: alternate;
        }

@keyframes media-center-item-info-a {
    0% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(1.2);
    }
}

.media-center .media-center-item .media-center-item-info h4 {
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.9;
    color: #666;
    margin-top: 15px;
    font-weight: 700;
    font-size: 16px;
}

.media-center .media-center-item .media-center-item-info ul {
    padding: 0;
    margin: 0;
    display: none;
}

    .media-center .media-center-item .media-center-item-info ul li {
        line-height: 2;
        color: #999;
    }

.media-center .media-center-item .media-center-item-img {
    height: 330px;
    overflow: hidden;
}

    .media-center .media-center-item .media-center-item-img img {
        width: 100%;
    }

.media-center-details {
    position: relative;
}

    .media-center-details ul li {
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .media-center-details .media-center-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .media-center-details .media-center-links {
        font-size: 18px;
        margin-bottom: 50px;
    }

        .media-center-details .media-center-links li {
            padding-left: 10px;
            padding-right: 10px;
        }

            .media-center-details .media-center-links li a {
                color: #666;
                font-weight: 700;
                font-size: 14px;
            }

    .media-center-details .media-center-details-img {
        width: 100%;
        height: 0;
        padding: 50%;
        overflow: hidden;
    }

        .media-center-details .media-center-details-img img {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
        }

        .media-center-details .media-center-details-img:hover img {
            opacity: 0.8;
        }

    .media-center-details .big-img-box { /* position: relative;*/
    }

        .media-center-details .big-img-box .big-img-box-a {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

            .media-center-details .big-img-box .big-img-box-a .big-img-box-b {
                display: table;
                width: 100%;
                height: 100%;
            }

                .media-center-details .big-img-box .big-img-box-a .big-img-box-b .big-img-box-c {
                    display: table-cell;
                    vertical-align: middle;
                    width: 100%;
                    height: 100%;
                    text-align: center;
                }

                    .media-center-details .big-img-box .big-img-box-a .big-img-box-b .big-img-box-c span {
                        width: 80px;
                        height: 80px;
                        background: #fff;
                        font-size: 25px;
                        padding-top: 30px;
                        z-index: 9;
                        left: 38%;
                        top: 38%;
                        transform: scale(0);
                    }

        .media-center-details .big-img-box:hover .big-img-box-a .big-img-box-b .big-img-box-c span {
            transform: scale(1);
        }


.no-margin-left {
    margin-left: 0;
}

.no-margin-right {
    margin-right: 0;
}

.no-padding-left {
    padding-left: 0;
    overflow: hidden;
}

.no-padding-right {
    padding-right: 0;
}

.sitemap {
}

    .sitemap .sitemap-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .sitemap ul {
        font-size: 18px;
    }

        .sitemap ul li {
            line-height: 2;
            margin-bottom: 30px;
        }

            .sitemap ul li a {
                font-weight: 700;
            }

            .sitemap ul li ul {
                font-size: 16px;
                margin-bottom: 0px;
            }

                .sitemap ul li ul li {
                    margin-bottom: 0px;
                }

                    .sitemap ul li ul li a {
                        color: #333;
                        font-weight: 400;
                    }

                    .sitemap ul li ul li ul {
                        font-size: 14px;
                        margin-bottom: 0px;
                    }

                        .sitemap ul li ul li ul li {
                            margin-bottom: 0px;
                        }

                            .sitemap ul li ul li ul li a {
                                color: #666;
                                font-weight: 400;
                            }

.news-list {
}

    .news-list a {
        color: #333;
    }

    .news-list p {
        color: #666;
        text-align: justify;
        line-height: 1.8;
    }

    .news-list .news-list-top {
        margin-bottom: 80px;
    }

        .news-list .news-list-top .news-list-top-imgbox1 {
        }

        .news-list .news-list-top .news-list-top-big .news-list-top-imgbox1 {
            width: 100%;
            height: 390px;
            overflow: hidden;
        }

            .news-list .news-list-top .news-list-top-big .news-list-top-imgbox1 img {
                height: 100%;
            }

        .news-list .news-list-top .news-list-top-big:hover .news-list-top-imgbox1 img {
            transform: scale(1.1);
        }

        .news-list .news-list-top .news-list-top-big {
        }

            .news-list .news-list-top .news-list-top-big h3 {
                font-size: 22px;
                line-height: 1.8;
                margin-bottom: 15px;
            }

        .news-list .news-list-top h3 {
            margin-top: 10px;
            margin-bottom: 20px;
            font-size: 16px;
            line-height: 1.7;
        }

        .news-list .news-list-top .news-list-top-imgbox2 {
            width: 100%;
            height: 185px;
            overflow: hidden;
        }

            .news-list .news-list-top .news-list-top-imgbox2 img {
                height: 100%;
            }

        .news-list .news-list-top .news-list-top-item:hover .news-list-top-imgbox2 img {
            transform: scale(1.1);
        }

        .news-list .news-list-top p {
        }

    .news-list .news-list-middle {
    }

        .news-list .news-list-middle .news-list-middle-img {
            width: 100%;
            height: 163px;
            overflow: hidden;
        }

            .news-list .news-list-middle .news-list-middle-img img {
                height: 100%;
            }

        .news-list .news-list-middle h3 {
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 16px;
            line-height: 1.7;
        }

        .news-list .news-list-middle .news-list-middle-item:hover .news-list-middle-img img {
            transform: scale(1.1);
        }

    .news-list .news-list-bottom {
        margin-top: 80px;
    }

        .news-list .news-list-bottom h3 {
            margin-bottom: 10px;
            margin-top: 5px;
            font-size: 16px;
            line-height: 1.7;
        }

        .news-list .news-list-bottom .news-list-bottom-img {
            width: 100%;
            height: 163px;
            overflow: hidden;
        }

            .news-list .news-list-bottom .news-list-bottom-img img {
                width: 100%;
            }

        .news-list .news-list-bottom .news-list-bottom-item:hover .news-list-bottom-img img {
            transform: scale(1.1);
        }

        .news-list .news-list-bottom .news-list-bottom-item {
            margin-bottom: 20px;
        }

.adv-list a {
    color: #333;
    font-size: 14px;
}

.adv-list h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.adv-list p {
    color: #666;
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 24px;
    margin-top: 10px;
}

.alert {
    border-radius: 0;
}

    .alert a {
        color: #fff !important;
    }

    .alert button {
        outline: none;
    }

.alert-success {
    background-color: #5ec253;
    border: 0;
    border-right: 5px solid;
}

.alert-info {
    background-color: #4385b7;
    border: 0;
    border-right: 5px solid;
}

.alert-warning {
    background-color: #df9608;
    border: 0;
    border-right: 5px solid;
}

.alert-danger {
    background-color: #c24000;
    border: 0;
    border-right: 5px solid;
}

.search-results-title {
    margin-bottom: 50px;
}

.search-results-list {
}

    .search-results-list .load-more {
        margin-top: 50px;
    }

    .search-results-list a {
        color: #333;
    }

    .search-results-list ol {
        padding-right: 0;
        margin: 0;
    }

    .search-results-list h4 {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 10px;
        margin-top: 2px;
    }

    .search-results-list p {
        font-size: 12px;
        color: #999;
    }

    .search-results-list ul li {
        font-size: 14px;
        color: #999;
    }

    .search-results-list a.news-box-list-img {
        width: 120px;
        height: 120px;
        overflow: hidden;
        display: block;
    }

        .search-results-list a.news-box-list-img img {
            height: 100%;
        }
/***************slick slider*******************/
/*===================
	Why choose CSS
=====================*/
.why-choose .choose-left h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2C2D3F;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

    .why-choose .choose-left h3:before {
        position: absolute;
        content: "";
        right: 0;
        bottom: 0;
        height: 2px;
        width: 50px;
        background: #1a76d1;
    }

.why-choose .choose-left p {
    margin-bottom: 35px;
    line-height: 25px;
    text-align: justify;
}

.why-choose .choose-left .list {
}

    .why-choose .choose-left .list li {
        color: #868686;
        margin-bottom: 12px;
    }

        .why-choose .choose-left .list li:last-child {
            margin-bottom: 0px;
        }

        .why-choose .choose-left .list li i {
            height: 15px;
            width: 15px;
            line-height: 15px;
            text-align: center;
            background: #1a76d1;
            color: #fff;
            font-size: 14px;
            border-radius: 100%;
            padding-left: 2px;
            margin-right: 16px;
        }
/* Start Faq CSS */
.why-choose {
    background: #fff;
    padding: 100px 0;
}

    .why-choose .choose-right {
        margin-top: 25px;
        height: 358px;
        width: 100%;
        background-image: url('../img/videobackground.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }

    .why-choose .choose-right .video {
            color: #fff;
            height: 70px;
            width: 70px;
            line-height: 70px;
            text-align: center;
            border-radius: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -35px;
            margin-top: -35px;
            font-size: 21px;
            background: #1a76d1;
            padding-left: 4px;
        }

            .why-choose .choose-right .video:hover {
                transform: scale(1.1);
            }

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.why-choose .video-image .waves-block .waves {
    position: absolute;
    width: 200px;
    height: 200px;
    background: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -100px;
}

.why-choose .video-image .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.why-choose .video-image .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.why-choose .video-image .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
/*=======================
	End Why choose CSS
=========================*/
