@font-face {
    font-family: RobotoRegular;
    src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: RobotoMedium;
    src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
}

@font-face {
    font-family: RobotoLight;
    src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
}

body {
    font-family: RobotoRegular;
}

.container-f {
    min-width: 320px;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.container-fluid {
    padding: 0px;
}

/*header*/
.navbar-nav {
    font-family: RobotoMedium;
}

.navbar-nav .nav-item .nav-link,
.dropdown-item {
    color: #495e73;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:visited,
.dropdown-item:hover,
.dropdown-item:visited {
    color: #495e73;
    text-decoration: underline;
}

.eng {
    margin-left: auto;
    margin-right: 36px;
}

.eng a {
    font-family: RobotoMedium;
    color: #495e73;
}

.eng img {
    height: 26px;
    padding-left: 15px;
}

.logo {
    height: 40px;
}

.navbar-brand {
    margin-top: 20px;
    margin-bottom: 26px;
    margin-left: 32px;
}

.navbar-toggler {
    margin-left: auto;
    margin-right: 34px;
    margin-top: 25px;
}

.navbar-collapse {
    margin-left: 20px;
}

.p-b-30 {
    padding-bottom: 30px;
}

/*carousel*/
.banner-bl {
    position: relative;
}

.banner-title {
    position: absolute;
    //top: 120px;
    //left: 0;
}

.banner-title h1 {
    font-family: RobotoMedium;
    color: #ffffff;
    font-size: 45pt;
    margin-left: 50px;
}

.carousel-caption h5 {
    font-family: RobotoMedium;
    color: #ffffff;
    font-size: 15pt;
    padding-bottom: 15px;
}

.carousel-caption p {
    font-family: RobotoRegular;
    color: #ffffff;
    font-size: 12pt;
    padding-bottom: 15px;
}

.carousel-caption a {
    font-family: RobotoMedium;
    color: #ffffff;
    font-size: 11pt;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.2);

}

.carousel-f {
    text-align: left;

}

.carousel-caption {
    top: 165px;
    left: 130px;
    bottom: auto;
}

.carousel-control-prev {
    left: 25px;
}

.carousel-control-next {
    right: 25px;
}

.carousel-control-prev-icon::after,
.carousel-control-next-icon::after {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    width: 45px;
    height: 45px;
    border-radius: 23px;
    top: -12px;
    left: -13px;
    position: relative;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.carousel-indicators {
    bottom: 12px;
}

.img-s {
    display: block;
}

.img-b {
    display: none;
    width: 100%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: none;
}

.carousel-caption {
    top: 10px;
    left: 35px;
}

.carousel-f p {
    width: 250px;
}

/*success*/
.success {
    background-color: #f7f7f7;
    padding-bottom: 60px;
}

.success a {
    color: #000;
    font-family: RobotoMedium;
}

.success h2 {
    font-family: RobotoMedium;
    text-align: center;
    padding: 100px 20px 40px 20px;
    margin: 0px;
    font-size: 20pt;
}

.col-f {
    padding-left: 80px;
    padding-right: 40px;
    position: relative;
}

.col-f h3 {
    text-align: left;
    font-family: RobotoMedium;
    margin-top: -7px;
    padding-bottom: 10px;
    font-size: 17pt;
    padding-top: 3px;
}

.col-f:after,
.col-l:after {
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    border-right: 2px solid #1f7ab7;
    margin-right: 10px;
    position: absolute;
    left: 44px;
    top: 0px;
}

.col-f::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #1f7ab7;
    position: absolute;
    left: 35px;
}

.col-f p {
    text-align: left;
    padding-bottom: 30px;
}

.col-l {
    padding-left: 80px;
    padding-right: 40px;
}

.col-l h3 {
    text-align: left;
    font-family: RobotoMedium;
    margin-top: -7px;
    padding-bottom: 10px;
    font-size: 17pt;
    padding-top: 3px;
}

.col-l p {
    text-align: left;
    padding-bottom: 30px;
}

.col-last:after {
    display: none;
}

/*footer*/
.footer img {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 18px;
}

.footer p {
    text-align: left;
    color: #000;
    padding-top: 20px;
    padding-right: 24px;
    padding-left: 24px;
}

/*contacts*/
.contact {
    background-color: #495e73;
    color: #fff;
    font-size: 12pt;
    padding: 40px;
}

[class^="fa-"]:before,
[class*=" fa-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(255, 255, 255, 1);
}

.fa-phone:before,
.fa-envelope:before,
.fa-link:before,
.fa-map-marker:before {
    margin-right: 8px;
}

.contact a {
    color: #fff;
}

.contact span {
    padding-right: 15px;
}

.contact p {
    line-height: 1.5;
}

.contact-map {
    height: 300px;
}

.contact-map {
    height: 350px;
}

.banner-desc {
    text-shadow: 1px 1px 2px black, 0 0 1em #495e73;
}

/*about*/
.about {
    padding: 70px 30px 40px 30px;
    font-family: RobotoRegular;
}
.about a{text-decoration: underline;}

.about h1 {
    font-family: RobotoMedium;
    padding-left: 10px;
    font-size: 18pt;
    padding-bottom: 10px;
}

.about p {
    line-height: 1.7;
}

.list-p {
    position: relative;
    padding-left: 20px;
}

.list-p::after {
    content: "—";
    display: block;
    width: 20px;
    height: 10px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.about p.list-p {
    line-height: 1.3;
    padding: 0px 0px 0px 25px;
}

.about .p-b-2 {
    padding-bottom: 10px;
}

.p-t-2 {
    padding-top: 10px;
}

/*project*/
.project {
    padding-bottom: 40px;
}

.project p {
    font-family: RobotoRegular;
    text-align: center;
    padding: 0px 25px 25px 25px;
}



.logo-p {
    display: table;
    width: 100%;
}

.project a {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    height: 70px;
    padding-bottom: 20px;
}

.project h2 {
    text-align: center;
    font-family: RobotoMedium;
    font-size: 19pt;
    padding-top: 20px;
    padding-bottom: 30px;
}

/*partner*/
.partner {
    padding-bottom: 140px;
}

.partner h2 {
    text-align: center;
    font-family: RobotoMedium;
    font-size: 27pt;
    padding-top: 140px;
    padding-bottom: 60px;
}

.partner img {
    padding-bottom: 70px;
    margin: 0px 20px;
}

.par-1,
.par-2,
.par-3,
.par-4 {
    display: none;
}

.partner img {
    margin: 0px 50px;
}

.col-w div {
    width: 160px;
}

.partner .row div {
    text-align: center;
}

.partner {
    padding-bottom: 30px;
}

.partner h2 {
    font-size: 19pt;
    padding-top: 60px;
    padding-bottom: 20px;
}

.banner-awards img {
    width: 100%;
}

.col-w div {
    width: auto;
}


.col-bl-1,
.col-bl-2,
.col-bl-3,
.col-bl-4 {
    display: none;
}

/*awards*/
.awards {
    padding-top: 30px;
    padding-bottom: 30px;
}

.i-b {
    padding-top: 0px;
}

.awards p {
    padding: 0px 24px;
}

.awards img {
    margin: 20px auto;
}

.awards .row div {
    text-align: center;
    vertical-align: bottom;
}

.awards h2 {
    font-family: RobotoMedium;
    font-size: 16pt;
}

.project-en {
    padding-bottom: 0px;
}

.tab-logo img {
    height: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
}

.tab-logo {
    margin-bottom: 10px;
}

.carousel-caption-page {
    padding-left: 8px;
    top: 20px;
}

.carousel-caption-page h5 {
    font-size: 23pt;
}

.eng {
    padding-top: 10px;
}

.navbar-nav .dropdown-menu {
    margin-right: 20px;
}

.bl-ai {
    display: none;
}

@media (min-width: 486px) {
    .partner img {
        margin: 0px 45px;
        width: 126px;
        height: auto;
    }

    .partner img.img-sm {
        width: 85px;
    }

    .carousel-caption-page h5 {
        font-size: 30pt;
    }
}

@media (min-width: 576px) {
    .tab-logo {
        display: table;
        margin-bottom: 0px;
    }

    .tab-logo div {
        display: table-cell;
        vertical-align: bottom;
        padding-bottom: 20px;
    }

    .tab-logo img {
        padding-bottom: 0px;
    }

    .partner img {
        margin: 0px 20px;
        width: 126px;
        height: auto;
    }

    .partner img.img-sm {
        width: 85px;
    }

    .col-w div {
        width: 180px;
    }

    .carousel-f p {
        width: 300px;
    }

    .partner img {
        margin: 0px 20px;
        width: 80%;
        height: auto;
    }

    .project p {
        padding: 0px 30px 30px 30px;
    }

    .project a {
        height: 80px;
    }

    .project h2 {
        font-size: 21pt;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .col-f:after {
        display: block;
        content: "";
        width: 2px;
        height: 100%;
        border-right: 2px solid #1f7ab7;
        margin-right: -10px;
        position: absolute;
        left: auto;
        right: 0px;
        top: 0px;
    }

    .col-l:after {
        display: none;
    }

    .col-f::before {
        display: block;
        content: "";
        width: 20px;
        height: 20px;
        border-radius: 10px;
        background: #1f7ab7;
        position: absolute;
        right: -15px;
        left: 100%;
    }

    .col-f {
        padding-left: 20%;
        padding-right: 35px;
    }

    .col-f h3 {
        text-align: right;
    }

    .col-l h3,
    .col-f h3 {
        padding-top: 4px;
    }

    .col-f p {
        text-align: right;
        padding-bottom: 0px;
        margin-bottom: -10px;
    }

    .col-l {
        padding-right: 20%;
        padding-left: 50px;
    }

    .col-l p {
        padding-bottom: 0px;
        margin-bottom: -10px;
    }

    .carousel-caption h5 {
        font-family: RobotoMedium;
        color: #ffffff;
        font-size: 20pt;
        padding-bottom: 20px;
    }

    .carousel-caption p {
        font-family: RobotoRegular;
        color: #ffffff;
        font-size: 14pt;
        padding-bottom: 20px;
    }

    .carousel-caption a {
        font-family: RobotoMedium;
        color: #ffffff;
        font-size: 13pt;
        padding: 10px 30px;
        border-radius: 25px;
        background-color: rgba(0, 0, 0, 0.2);

    }

    .img-s {
        display: block;
    }

    .img-b {
        display: none;
    }

    .container-f {
        width: 100%;
        max-width: 100%;
    }

    .col-f {
        padding-left: 40px;
    }

    .col-l {
        padding-right: 40px;
    }

    .col-last:after {
        display: none;
    }

    .footer p {
        padding-top: 20px;
        padding-right: 24px;
    }

    .contact {
        padding: 40px 40px 40px 60px;
    }

    .contact-map {
        height: 350px;
    }

    .about {
        padding: 70px 30px 40px 30px;
    }

    .partner {
        padding-left: 40px;
        padding-right: 40px;
    }

    .partner {
        padding-bottom: 30px;
    }

    .partner h2 {
        font-size: 19pt;
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .awards {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .i-b {
        padding-top: 160px;
    }

    .awards p {
        padding: 0px 20px;
    }

    .awards h2 {
        font-size: 19pt;
    }

    .carousel-caption-page {
        padding-left: 8px;
        top: 25px;
    }

    .carousel-caption-page h5 {
        font-size: 33pt;
    }

}

@media (min-width: 710px) {
    .col-bl-1 {
        display: block;
    }
}

@media (min-width: 768px) {
    .carousel-f p {
        width: 370px;
    }

    .project {
        padding-bottom: 60px;
    }

    .project p {
        padding: 0px 40px 40px 40px;
    }

    .project a {
        height: 90px;
    }

    .project h2 {
        font-size: 26pt;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .about p.list-p {
        padding-left: 35px;
    }

    .p-map {
        width: 220px;
    }

    .img-s {
        display: block;
    }

    .img-b {
        display: none;
    }

    .container-f {
        width: 100%;
        max-width: 100%;
    }

    .logo {
        height: 40px;
    }

    .navbar-brand {
        margin-top: 20px;
        margin-bottom: 26px;
        margin-left: 32px;
    }

    .carousel-caption h5 {
        font-family: RobotoMedium;
        color: #ffffff;
        font-size: 40pt;
        padding-bottom: 25px;
    }

    .carousel-caption p {
        font-family: RobotoRegular;
        color: #ffffff;
        font-size: 16pt;
        padding-bottom: 25px;
    }

    .carousel-caption a {
        font-family: RobotoMedium;
        color: #ffffff;
        font-size: 15pt;
        padding: 10px 30px;
        border-radius: 25px;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .col-f {
        padding-left: 40px;
    }

    .col-l {
        padding-right: 40px;
    }

    .success h2 {
        font-size: 25pt;
        padding: 100px 0px 60px 0px;
    }

    .footer p {
        padding-top: 35px;
        padding-right: 24px;
        text-align: right;
    }

    .contact {
        padding: 50px 50px 50px 80px;
    }

    .contact p {
        line-height: 1.5;
        font-size: 14pt;
    }

    .contact-map {
        height: auto;
    }

    .about {
        padding: 70px 30px 40px 30px;
    }

    .about h1 {
        font-size: 21pt;
        padding-bottom: 15px;
    }

    .partner {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 30px;
    }

    .partner h2 {
        font-size: 22pt;
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .partner img {
        margin: 0px 20px;
        width: 126px;
        height: auto;
    }

    .partner img.img-sm {
        width: 85px;
    }

    .awards {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .i-b {
        padding-top: 160px;
    }

    .awards p {
        padding: 0px 30px;
    }

    .project-en {
        padding-bottom: 0px;
    }

    .col-bl-1 {
        display: block;
    }

    .carousel-caption-page {
        padding-left: 8px;
        top: 25px;
    }
}

@media (min-width: 919px) {

    .col-bl-1,
    .col-bl-2 {
        display: block;
    }
}

@media (min-width: 992px) {
    .bl-ai {
        display: block;
    }

    .carousel-f p {
        width: 100%;
    }

    .project {
        padding-bottom: 90px;
    }

    .project p {
        padding: 0px 40px 40px 40px;
    }

    .project a {
        height: 90px;
    }

    .project h2 {
        font-size: 26pt;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .contact {
        padding: 60px 60px 60px 120px;
        font-size: 15pt;
    }

    .about .p-b-2 {
        padding-bottom: 20px;
    }

    .p-t-2 {
        padding-top: 20px;
    }


    .carousel-caption {
        top: 165px;
        left: 130px;
        bottom: auto;
    }

    .carousel-caption h5 {
        font-family: RobotoMedium;
        color: #ffffff;
        font-size: 45pt;
        padding-bottom: 25px;
    }

    .carousel-caption p {
        font-family: RobotoRegular;
        color: #ffffff;
        font-size: 18pt;
        padding-bottom: 25px;
    }

    .carousel-caption a {
        font-family: RobotoMedium;
        color: #ffffff;
        font-size: 17pt;
        padding: 10px 30px;
        border-radius: 25px;
        background-color: rgba(0, 0, 0, 0.2);

    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        display: block;
    }

    .img-s {
        display: none;
    }

    .img-b {
        display: block;
    }

    .container-f {
        width: 100%;
        max-width: 100%;
    }

    .eng a {
        font-size: 13pt;
    }

    .navbar-nav {
        font-size: 13pt;
    }

    .logo {
        height: 40px;
    }

    .navbar-brand {
        margin-top: 20px;
        margin-bottom: 26px;
        margin-left: 32px;
    }

    .p-b-30 {
        padding-bottom: 0px;
    }

    .carousel-caption {
        top: 90px;
    }

    .col-f {
        padding-left: 20%;
    }

    .col-l {
        padding-right: 20%;
    }

    .success h2 {
        font-size: 30pt;
        padding: 120px 0px 60px 0px;
    }

    .col-l h3,
    .col-f h3 {
        font-size: 20pt;
    }

    .about {
        padding: 90px 100px 60px 100px;
    }

    .about a {
        color: #495e73;
    }

    .about .btn-primary {
        color: #fff;
        background: #006cb4;
    }

    .about h1 {
        font-size: 24pt;
        padding-bottom: 20px;
    }

    .partner {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 80px;
    }

    .partner img {
        margin: 0px 20px;
        width: 126px;
        height: auto;
    }

    .partner img.img-sm {
        width: 85px;
    }

    .partner h2 {
        font-size: 23pt;
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .awards {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .i-b {
        padding-top: 160px;
    }

    .awards p {
        padding: 0px 40px;
    }

    .project-en {
        padding-bottom: 0px;
    }

    .col-bl-1,
    .col-bl-2 {
        display: block;
    }

    .carousel-caption {
        top: 15px;
        padding-left: 0px;
        width: 70%;
    }

    .carousel-caption h5 {
        font-size: 28pt;
        padding-bottom: 5px;
    }

    .carousel-caption p {
        padding-bottom: 5px;
        font-size: 15pt;
    }

    .carousel-caption a {
        font-size: 15pt;
    }

    .carousel-caption-page {
        padding-left: 0px;
        top: 45px;
        margin-left: -25px;
    }

    .eng {
        padding-top: 0px;
    }
}

@media (min-width: 1129px) {
    .col-bl-1 {
        display: block;
    }

    .col-bl-2 {
        display: none;
    }

    .carousel-caption-page {
        padding-left: 0px;
        top: 45px;
        margin-left: -25px;
    }
}

@media (min-width: 1200px) {

    .awards {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .i-b {
        padding-top: 160px;
    }

    .awards p {
        padding: 0px 50px;
    }

    .partner img {
        margin: 0px 20px;
        width: 126px;
        height: auto;
    }

    .partner img.img-sm {
        width: 85px;
    }

    .project {
        padding-bottom: 120px;
    }



    .project p {
        padding: 0px 50px 50px 50px;
    }

    .project a {
        height: 90px;
    }


    .project h2 {
        font-size: 28pt;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact {
        padding: 80px 80px 80px 160px;
    }

    .img-s {
        display: none;
    }

    .img-b {
        display: block;
    }

    .container-f {
        width: 100%;
        max-width: 100%;
    }

    .eng a {
        font-size: 15pt;
    }

    .navbar-nav {
        font-size: 15pt;
    }

    .logo {
        height: 48px;
    }

    .navbar-brand {
        margin-top: 24px;
        margin-bottom: 26px;
        margin-left: 36px;
    }

    .carousel-caption {
        top: 65px;
        padding-left: 55px;
        width: 50%;
    }

    .success h2 {
        font-size: 30pt;
        padding: 130px 0px 60px 0px;
    }

    .about {
        padding: 120px 200px 60px 200px;
    }

    .about h1 {
        font-size: 27pt;
        padding-bottom: 40px;
    }

    .partner {
        padding-left: 50px;
        padding-right: 50px;
    }

    .partner {
        padding-bottom: 100px;
    }

    .partner h2 {
        font-size: 26pt;
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .project-en {
        padding-bottom: 0px;
    }

    .col-bl-1 {
        display: block;
    }

    .carousel-caption {
        top: 35px;
        padding-left: 15px;
        width: 50%;
    }

    .carousel-caption h5 {
        font-size: 30pt;
        padding-bottom: 10px;
    }

    .carousel-caption p {
        padding-bottom: 10px;
        font-size: 18pt;
    }

    .carousel-caption a {
        font-size: 17pt;
    }

    .carousel-caption-page {
        padding-left: 10px;
        top: 55px;
        margin-left: 0px;
    }
}

@media (min-width: 1360px) {

    .col-bl-1,
    .col-bl-2,
    .col-bl-3,
    .col-bl-4 {
        display: block;
    }

    .carousel-caption {
        top: 45px;
        padding-left: 15px;
        width: 50%;
    }

    .carousel-caption h5 {
        font-size: 35pt;
        padding-bottom: 10px;
    }

    .carousel-caption p {
        padding-bottom: 25px;
    }

    .carousel-caption-page {
        padding-left: 10px;
        top: 65px;
    }
}

@media (max-width: 1600px) {
    .container-f {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 1601px) {
    .carousel-caption h5{
        padding-top: 45px;
    }
    .partner img {
        margin: 0px 20px;
        width: 126px;
        height: auto;
    }

    .partner img.img-sm {
        width: 85px;
    }

    .col-w div {
        width: 180px;
    }

    .col-bl-1,
    .col-bl-2,
    .col-bl-3,
    .col-bl-4 {
        display: none;
    }

    .partner {
        padding-bottom: 100px;
    }

    .par-1 {
        display: block;
    }

    .partner h2 {
        font-size: 27pt;
        padding-top: 140px;
        padding-bottom: 60px;
    }

    .about {
        padding: 120px 290px 60px 290px;
    }

    .img-s {
        display: none;
    }

    .img-b {
        display: block;
    }

    .container-f {
        width: 1600px;
        max-width: 1600px;
    }

    .eng a {
        font-size: 15pt;
    }

    .navbar-nav {
        font-size: 15pt;
    }

    .carousel-caption {
        top: 65px;
        padding-left: 70px;
    }

    .carousel-caption h5 {
        font-size: 45pt;
        padding-bottom: 25px;
    }

    .project-en {
        padding-bottom: 0px;
    }

    .carousel-caption-page {
        padding-left: 145px;
        top: 85px;
    }

    .carousel-caption-page h5 {
        font-size: 38pt;
    }
}

@media (min-width: 1921px) {
    .carousel-caption {
        left: 24%;
        top: 15%;
    }
    .carousel-caption h5{
        padding-top: 55px;
    }
}

.row {
    padding: 0px;
    margin: 0px;
}

.pm-0 {
    padding: 0px;
    margin: 0px;
}

.red {
    border: 1px solid red;
}

.green {
    border: 1px solid green;
}
