/* #589AD6 */

/* service
color #F0F0F9
back #589AD6
Scale 65
svg */
html {
    scroll-behavior: smooth;
}
body{
    font-family: Verdana, Geneva, sans-serif;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.header-top{
    position: absolute;
    background-color: #c0edf5;
    z-index: 2000;
}
.section-header .container img{
    height: 85vh;
    margin-top: 70px;
    margin-right: 50px;
}
.section-header .container{
    position: relative;
}
.section-header .container .header-box{
    position: absolute;
    top: 100px;
    color: #444242;
    max-width: 80%;
}
.section-header .container h1{
    font-size: 45px;
}
.section-header .container p{
    font-size: 28px;
    width: 70%;
    margin-top: 30px;
    margin-left: 30px;
}
.section-header{
    background-image: url(../images/bg-11.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
}
.section-main{
    background-image: url(../images/bg-11.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 24vh;
}
.section-main .container img{
    height: 15vh;
    margin-top: 55px;
    margin-right: 100px;
}
.section-main .container{
    position: relative;
}
.section-main .container .main-box{
    position: absolute;
    top: 87px;
    color: #444242;
}
.section-main .container .main-box ul{
    list-style-type: none;
}
.section-main .container .main-box ul li{
    color: #3b4042;
    font-size: 40px;
    font-weight: 500;
}
.header-box{
    position: absolute;
    top: 100px;
}
.bd-highlight img{
    width: 35px;
}
.nospace{
    margin: 0 0 0 10px;
    padding-top: 7px;
    float: right;
}
.nospace li{
    border-left: 1px solid #474747;
    list-style-type: none;
    display: inline-block;
    padding-left: 7px;
    font-weight: 500;
}
.nospace li a{
    color: #474747;
    transition: all .5s ease;
}
.nospace li a:hover{
    color: #589AD6;
    text-decoration: none;
}




.language-form select{
    border-radius: 5px;
    background: border-box;
    color: #589AD6;
}
.navbar-dark{
    width: 100%;
}
.navbar-dark .navbar-nav .nav-link{
    font-size: 17px;
    color: #ffffff;
    transition: all .5s ease;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: #589AD6;
}
.navbar-nav .nav-item:not:first-child{
    padding-left: 10px;
}
.card{
    transition: all .3s ease;
}
.card:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.card a img{
    transition: all .5s ease;
}
.card a{
    overflow: hidden;
}
.card a:hover img{
    transform: scale(1.2);
}
.card-body a{
    color: #000;
    transition: all .3s ease;
}
.card-body a:hover{
    color: #589AD6;
    text-decoration: none;
}
/* .box-1-card{
    transition: all .5s ease;
}
.box-1-card:hover{
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
} */
.box-1, .box-2, .box-4{
    overflow: hidden;
}
.box-1-card iframe{
    width: 100%;
    height: 200px;
    border: 0;
}
.box-1 .container h6{
    text-align: right;
    width: 100%;
    margin-right: 15px;
}
.box-2 .container h6{
    text-align: right;
    width: 100%;
    margin-right: 15px;
}

.box-2, .box-4{
    background-color: #F5F5F5;
}
.section-title{
    text-align: center;
    padding: 50px;
}
.box-2-card {
    margin-bottom: 10px;
}
.box-2-card .card-body img{
    border: 1px solid #DFDFDF;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: initial;
}

.box-2-card .card-body .card-title{
    margin-top: 20px;
}
.navbar-nav .active a{
    color: #589AD6!important;
}
.box-2-card .card-body img{
    border: 1px solid #DFDFDF;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.user-modal .modal-body{
    text-align: center;
}
.user-modal .modal-body img{
    border: 1px solid #DFDFDF;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.user-modal .modal-body .table td,.user-modal .modal-body .table th{
    text-align: left;
    padding: 4px 4px 4px 8px;
    vertical-align: inherit;
}




.box-3 h2 {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    position: relative;
    margin: 25px 0 50px
}

.box-3 h2::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    background: #ffdc12;
    left: 0;
    right: 0;
    bottom: -10px
}

.box-3 .carousel {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.box-3 .carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 240px
}

.box-3 .carousel .item a {
    color: #eb7245
}

.box-3 .carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%
}

.box-3 .carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%
}

.box-3 .carousel .testimonial {
    padding: 30px 0 10px
}

.box-3 .testimonial {
    color: #000000;
    font: Times Roman
}

.box-3 .carousel .overview {
    margin-top: 10px;
    text-align: center;
    padding-bottom: 5px
}

.box-3 .carousel .overview b {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px
}

.box-3 .carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12
}

.box-3 .carousel .carousel-control {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: 4px
}

.box-3 .carousel-control i {
    font-size: 20px;
    margin-right: 2px
}

.box-3 .carousel-control.left {
    left: auto;
    right: 40px
}

.box-3 .carousel-control.right i {
    margin-right: -2px
}

.box-3 .carousel .carousel-indicators {
    bottom: 15px
}

.box-3 .carousel-indicators li,
.box-3 .carousel-indicators li.active {
    border: 1px solid;
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%
}

.box-3 .carousel-indicators li {
    background: #e2e2e2;
    border-color: transparent
}

.box-3 .carousel-indicators li.active {
    border: none;
    background: #888
}
.section-footer{
    padding: 50px 0 40px 0;
    background-color: #024D8E;
}
.section-footer .item-title{
    color: #fff;
    font-size: 20px;
}
.conact-list{
    list-style-type: none;
    color: #B9CDE1;
}
.conact-list li{
    padding: 20px 5px 10px 15px;
}
.conact-list li:not(:last-child){
    border-bottom: 1px solid #4D79A0;
}
.conact-list li .footer-follow a{
    border: 1px solid #012E56;
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    padding-top: 6px;
    background-color: #012E56;
    color: #fff;
    text-align: center;
    transition: all .5s ease;
}
.conact-list li .footer-follow a:hover{
    background-color: #fff;
    color: #012E56;
    transform: rotate(360deg);
}
.conact-list li a:not(:first-child){
    margin-left: 10px;
}
.conact-list address,
.conact-list p{
    display: inline;
    margin-left: 10px;
}
.box-contact .conact-list{
    color: #262829;
}
.box-contact .conact-list li{
    padding: 30px 5px 15px 15px;
}

.card-horizontal{
    display: flex;
    flex: 1 1 auto;
    padding: 5px;
}
.card-horizontal .img-square-wrapper img {
    width: 325px;
}
.card-horizontal .card-body {
    padding: 0 0 0 7px;
}
.card-horizontal .card-body .card-text {
    line-height: 1.3;
    margin-top: 4px;
    font-weight: 600;
    font-size: 13px;
}
.card-horizontal{
    background-color: #d7d9e7;
}
.card-horizontal .img-square-wrapper {
    overflow: hidden;
}
.footer-new{
    display: flex;
    background-color: #fff;
    margin-bottom: 7px;
    padding: 1px 0px 1px 2px;
    border-radius: 3px;
}
.footer-new img{
    width: 100px;
    margin: 5px 7px 5px 4px;
    /*float: left;*/
}
.footer-new a{
    display: block;
    color: #000F1E;
    line-height: initial;
    padding: 4px 0 4px;
    font-weight: 600;
    font-size: 13px;
    transition: .3s ease-out;
}
.footer-new a:hover{
    color: #589AD6;
    text-decoration: none;
}
.section-footer .conact-list li a{
    color: #B9CDE1;
    transition: all .5s ease;
}
.section-footer .conact-list li a:hover{
    color: #000;
    text-decoration: none;
}
.box-bottom{
    color: rgb(184, 164, 216);
    padding: 10px 0;
    background-color: #012B50;
}
.box-bottom a{
    color: rgb(184, 164, 216);
}
.box-bottom p{
    margin-bottom: 0;
}
#backtotop{
    border: 1px solid;
    border-radius: 50%;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 25px;
    padding-top: 3px;
    position: fixed;
    bottom: 15px;
    right: 14px;
    color: #fff;
    background-color: #6690B5;
    z-index: 10001;
    transition: all .5s ease;
}
#backtotop.visible {
    visibility: visible;
    opacity: .5;
}
.section-body img{
    width: 70%;
    height: 500px;
    margin: 0 auto;
    display: block;
}
.section-body p{
    font-size: 17px;
    padding: 10px 20px;
}
.section-body h5{
    padding: 7px 0;
}
.section-body ul{
    list-style-type: circle;
    margin-left: 40px;
}
.section-body ul li{
    padding: 5px 0;
}
.service-box{
    padding-bottom: 10px;
}
.service-box img{
    width: 100px;
}
.service-box p{
    font-size: 20px;
    margin-top: 10px;
}
.service-box p a{
    color: #589AD6;
}
.service-box p a:hover{
    color: #3886cf;
    text-decoration: none;
}
.regional-box{
    margin-top: 20px;
}
.regional-box img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.regional-box a:last-child{
    margin-left: 10px;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    transition: all 0.5s ease-out;
}
.regional-box a:last-child:hover{
    color: #529DD6;
    text-decoration: none;
}
/*
@media only screen and (max-width:768px){}
*/

.dropdown .dropdown-toggle{
    border: 1px solid;
    padding: 2px 4px;
    color: #589AD6;
    font-size: 14px;
}
.dropdown-toggle::after{
    margin-left: 0;
}
.dropdown-menu{
    padding: 0;
    margin: 0;
    border-radius: 0;
    min-width: 0;
    text-align: center;
}
.dropdown-item{
    padding: 0;
    display: inline-block;
}

.pagination li{
    border: 1px solid #afaecc78;
    padding: 4px 12px;
}
.pagination li.active{
    background-color: #cbcadb;
}
.pagination li.active a, .pagination li.disabled a{
    pointer-events: none;
    cursor: default;
    color: #000;
}
.page-view span:first-child{
    margin-right: 10px;
}
.page-view span img{
    margin-bottom: 4px;
    width: 20px;
}
.pagination li:first-child{
    border-radius: 4px 0 0 4px;
}
.pagination li:last-child{
    border-radius: 0 4px 4px 0;
}
.custom-view-image{
    width: 70%;
}
.page-view p img{
    width: 100%;
    padding: 10px 100px;
}
#share_link{
    cursor: pointer;
    width: 35px;
}
.custom-dropdown-menu{
    position: absolute;
    display: none;
    border: 1px solid #C8C8C8;
    /*display: inline-grid;*/
    padding: 5px 20px 5px 12px;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    z-index: 1000000;
    background: #ffffff;
    top: 6px;
    left: 345px;
}
.custom-dropdown-menu a{
    display: block;
    color: #000;
    transition: .3s ease;
    padding: 3px 0;
}
.custom-dropdown-menu a:hover{
    text-decoration: none;
    color: #589AD6;
}
.view-video{
    width: 80%;
    height: 512px;
}
.conact-list .active a{
    color: #32383E!important;
}
/*
@media only screen and (max-width:768px)
@media only screen and (max-width:992px)
@media only screen and (max-width:576px)
*/
@media only screen and (max-width:992px){
    .container{
        max-width: 100%;
        padding: 0 5%;
    }
    .section-header .container h1{
        font-size: 30px;
    }

    .custom-view-image{
        width: 100%;
    }
    .page-view p img{
        width: 100%;
        padding: 5px;
    }
    .view-video{
        width: 90%;
        height: 350px;
    }
}
@media only screen and (max-width:768px){
    .section-header .container .header-box{
        max-width: 75%;
    }
    .section-header .container h1{
        font-size: 25px;
    }
    .section-header .container p{
        font-size: 20px;
        margin-top: 5px;
        margin-left: 5px;
    }
    .section-header .container img {
        height: 80vh;
        margin-top: 90px;
    }
    .section-main{
        height: 30vh;
    }
    .section-main .container img{
        height: 13vh;
        margin-top: 88px;
        margin-right: 10px;
    }
    .box-1 iframe{
        height: 350px!important;
    }
    .box-1-card iframe {
        height: 300px;
    }
    .box-1-card{
        margin: 5px 20px;
    }
    .footer-new a{
        font-size: 17px;
    }
    .nospace{
        float: none;
        display: inline-block;
    }
    .header-top .bd-highlight{
        text-align: center;
    }
    .view-video{
        width: 95%;
        height: 250px;
    }
    .footer-new{
        display: block;
        padding: 5px;
    }
    .footer-new img{
        width: 100%;
        margin: 0;
    }
}
@media only screen and (max-width:576px){
    .section-main .container .main-box ul li{
        margin-top: 40px;
    }
    .section-main .container img{
        margin-top: 105px;
    }
    .section-header .container {
        position: unset;
    }
    .section-header .container img {
        position: absolute;
        bottom: 30px;
        right: 0;
        height: 50vh;
    }
    .section-header .container .header-box{
        width: 100%;
        top: 120px;
    }
	    .section-title {
        text-align: center;
        padding: 50px 0;
    }
	    .box-1 iframe{
        height: 200px!important;
    }
}
