html, body {
    max-height: 100%;
    height: 100%;
    width: 100%;
    font-family: 'Graphik-Regular';
    color: #4e5556;
    font-size: 15px;
}

h1 {
    font-size: 50px;
    line-height: 70px;
    margin: 50px 0;
    padding: 0;
    color: #4e5456;
    width: 100%;
    text-align: center;
    font-family: 'Graphik-SemiBold';
}

h2 {
    font-size: 30px;
    margin: 0 0 35px 0;
    padding: 0;
    color: #4e5456;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-family: 'Graphik-SemiBold';
}

/*default style*/
.fullWidth {
    width: 100%;
}

.fullHeight {
    height: 100%;
}

.fullScreen {
    width: 100%;
    height: 100%;
}

.flex-row-start-start {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex-row-start-center {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.flex-row-center-start {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.flex-row-center-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flex-row-between-start {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.flex-row-between-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.flex-row-around-center {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.flex-column-start-start {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex-column-center-start {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.flex-column-start-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.flex-column-end-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}


.flex-column-center-start {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.flex-column-center-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo-pi.grey {
    display: none;
}

/*hover*/
.navbar .navbar-nav .nav-link:hover {
    color: #4e5556;
    text-decoration: underline;
}

footer a.contact-us:hover {
    box-shadow: 0 0 10px 0 rgba(238, 0, 67, 0.75);
}

footer .social-media a i:hover {
    filter: brightness(125%);
}

footer a:hover {
    color: #4e5556;
    text-decoration: none;
}

.news-card:hover {
    /*box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.50);*/
}

.accordion .card-header:hover {
    background-color: #fafafa !important;
}

.accordion-subitems .card-header {
    padding: 20px 10px !important;
    border: none !important;
    font-weight: 700;
}

.accordion l.none-list-style {
    list-style: none;
}

/*header - navbar*/
.header {
    background-color: #fff;
    padding: 0 50px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
    height: 100px;
}

.header img.logo-pi {
    margin-left: 10px;
    width: 200px;
}

.navbar .navbar-nav .nav-link {
    margin: 0 14px;
    font-size: 13px;
    color: #4d4d4d;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}
.navbar .navbar-nav .nav-link.lang {
    margin: 0;
}
.navbar .navbar-border {
    border: 2px solid #ab0534;
    margin-left: 0!important;
}
.navbar .navbar-nav .nav-link.active {
    background-color: #ab0534;
    color: #ffffff;
}
.search-icon {
    color: #4e5556;
    font-size: 18px;
    margin-left: 50px;
    cursor: pointer;
}

.search-icon:hover {
    color: #4e5556;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.search-screen {
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
}

.search-input {
    width: 30vw;
    padding: 28px 70px 28px 40px;
    border-radius: 38px;
    border: none;
    box-shadow: none;
    font-size: 18px;
    line-height: 18px;
}

.search-input::placeholder { /* Firefox, Chrome, Opera */
    color: black;
}

.search-input::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
}

.search-input::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
}

/* Style the search field */
form.search-form input.search-input[type=text] {
    float: left;
}

form.search-form input.search-input[type=text]::placeholder {
    font-size: 18px;
}

/* Style the submit button */
form.search-form button {
    float: left;
    color: #4e5556;
    font-size: 28px;
    cursor: pointer;
    border: none;
    box-shadow: none;
    position: relative;
    left: -55px;
    top: 4px;
    border-radius: 50%;
    background-color: #fff;
    padding: 0;
    margin: 0;
    line-height: 28px;
}

form.search-form button:hover {
    color: #a3002b;
}

/* Clear floats */
form.search-form::after {
    content: "";
    clear: both;
    display: table;
}

form.search-form .close-search {
    position: absolute;
    right: 75px;
    top: 40px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
}

form.search-form .close-search:hover {
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

form.search-form .close-search i {
    color: #4e5556;
    margin-left: 15px;
    width: auto;
    height: auto;
    font-size: 20px;
    margin-top: -3px;
}

.navbar .navbar-toggler {
    color: #4e5556;
}

.navbar .navbar-toggler:hover {
    background-color: #eee;
    filter: brightness(100%);
}

.client-zone-btn {
    background-color: #a3002b;
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    padding: 10px 40px;
    position: fixed;
    top: 110px;
    right: 5px;
    z-index: 9999;
    border-radius: 20px;
    transition: top 500ms;
}

.client-zone-btn i {
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 14px;
    display: none;
}

.client-zone-btn:hover {
    color: #fff;
    /*box-shadow: -5px 7px 20px 0 rgba(238, 0, 67, 0.5);*/
    text-decoration: none;
}

.client-zone-btn:hover i {
    display: block;
}

.modal-client-zone-button {
    background-color: #4e5556;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Graphik-Medium';
}
.modal-client-zone-button:hover {
    color: #fff;
    box-shadow: -5px 7px 20px 0 rgba(238, 0, 67, 0.5);
    background-color: #4e5556;
    text-decoration: none;
}
/*banner*/
.banner {
    padding-top: 100px;
    height: 100%;
    width: 100%;
    display: flex;
}

.banner .slide1 {
    /*background: #434244 url('../../assets/img/backgroung-ornament.png') no-repeat center center;*/
    /*height: 100%;*/
}

.banner .slide1 .slogan {
    color: #fff;
    font-size: calc(5vw + 45px);
    font-family: 'Graphik-SemiBold';
    margin-left: 5vw;
    line-height: calc(7vw + 40px);
    text-align: left;
}

.banner .slide2 {
    /*background: #c4d3d9 url('../../assets/img/backgroung-ornament.png') no-repeat center center;*/
    /*height: 100%;*/
}

.banner .slide2 .slogan {
    color: #fff;
    font-size: calc(5vw + 45px);
    font-family: 'Graphik-SemiBold';
    margin-left: 5vw;
    line-height: calc(7vw + 40px);
    text-align: left;
}

.banner .next-slide {
    color: #4e5556;
    position: absolute;
    bottom: 25px;
    font-size: 50px;
    left: 50%;
}

.banner .next-slide {
    margin-bottom: 20px;
    display: block;

}

.colored-banner-title {
    color: #4e5556;
}

.next-slide-nav {
    color: #4e5556;
    position: fixed;
    right: 25px;
    z-index: 99999;
    top: 50%;
}

.next-slide-nav a {
    background-color: #4e5556;
    height: 50px;
    width: 8px;
    margin-bottom: 25px;
}

.next-slide-nav .next-slide-arrow {
    color: #4e5556;
    font-size: 60px;
}

/*Owl Carousel*/
.owl-item, .owl-stage, .owl-stage-outer {
    height: 100%;
}

.owl-item.scroll-owl-item {
    overflow-y: auto;
}

.custom-next-slide {
    cursor: pointer;
}

.custom-next-slide:hover {
    cursor: pointer;
    box-shadow: 0px 0px 30px 3px rgba(238, 0, 67, 0.5);
    line-height: 3px;
}

.owl-dots {
    position: absolute;
    top: 45%;
    right: 50px;
    z-index: 2;
}

.owl-dots .owl-dot {
    padding: 0 5px;
    cursor: pointer;
}

.owl-dots .owl-dot .line {
    width: 3px;
    height: 70px;
    background-color: #4e5556;
    cursor: pointer;
    border-radius: 4px;
    margin: 0 5px 20px 5px;
}

.owl-dots .owl-dot.active .line,
.owl-dots .owl-dot:hover .line {
    background-color: #4e5556;
}

.owl-nav-arrow-image {
    display: none;
}

.owl-nav-arrow-image.active {
    display: block;
}

.owl-dots .owl-dot.image:hover .owl-nav-arrow-image {
    display: block;
}

.owl-dots .owl-dot.image:hover .owl-nav-arrow-image.active {
    display: none;
}

.owl-dots .owl-dot.image.active .owl-nav-arrow-image.active {
    display: none !important;
}

.owl-dots .owl-dot.image.active .owl-nav-arrow-image {
    display: block !important;
}

/*why invest*/
.why-invest .why-invest-box {
    min-height: 365px;
    font-size: 16px;
    font-family: 'Graphik-Regular';
}

.why-invest .number {
    font-size: 210px;
    position: relative;
    color: #dfe6ea;
    margin-bottom: -125px;
    z-index: -1;
    line-height: 270px;
    font-family: 'Graphik-SemiBold';
}

.why-invest .title {
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 600;
    text-align: center;
    font-family: 'Graphik-Medium';
}

/*told about us*/
.told-about-us {
    padding: 100px 0;
    position: relative;
}

.told-about-us .block-container {
    max-width: 80%;
    width: 80%;
}

.told-about-us .slogan {
    margin-bottom: 20px;
    color: #414042;
    font-size: 40px;
    font-weight: 400;
    font-family: 'Graphik-Medium';
}

.told-about-us .name {
    color: #4e5556;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Graphik-Regular';
}


.custom-nav {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
}

.owl-prev, .owl-next {
    position: absolute;
    z-index: 100;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    border: none;
}

.owl-prev:hover, .owl-next:hover {
    background-color: #bed1d8 !important;
}

.owl-prev:hover i, .owl-next:hover i {
    color: #d1dde2;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.custom-nav i {
    font-size: 2.5rem;
    color: #c0cfd6;
}


.custom-nav .owl-prev {
    left: 4vw;
}

.custom-nav .owl-next {
    right: 4vw;
}

/*news*/
.news {
    padding: 75px 0;
    background-color: #FFFEF5;
}

.news-result {
    padding: 0 0;
}

.news-background {
    background-color: #FFFEF5;
}

.news-result .news-card img,
.news .news-card img {
    width: auto;
    height: 100%;
    min-width: 201px !important;
    position: absolute;
}

.news-result .news-card:hover .img-hover-zoom img,
.news .news-card:hover .img-hover-zoom img {
    transform: scale(1.1);
}

.news-result .news-card .img-hover-zoom,
.news .news-card .img-hover-zoom {
    height: 100%;
    overflow: hidden;
    min-width: 201px;
    position: relative;
}

.news-result .news-card .img-hover-zoom img,
.news .news-card .img-hover-zoom img {
    transition: transform .5s ease;
}

.news-result .no-padding {
    padding-left: 0;
    padding-right: 0;
}

.news-result .news-card {
    background-color: #fff;
    margin-bottom: 25px;
    min-height: 250px;
    max-height: 250px;
    height: 250px;
    text-decoration: none;
}

.news .news-card {
    background-color: #fff;
    margin-bottom: 25px;
    min-height: 372px;
    max-height: 372px;
    height: 372px;
    text-decoration: none;
}

.news-result .news-card .content,
.news .news-card .content {
    padding: 30px;
}

.news-result .news-card .content .title,
.news .news-card .content .title {
    font-size: 16px;
    color: #4e5556;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 15px;
    font-family: 'Graphik-Regular';
}

.news-result .news-card:hover .content .title,
.news .news-card:hover .content .title {
    color: #ab0534;
}

.news-result .news-card .content .author,
.news .news-card .content .author {
    color: #b8bfc4;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Graphik-Medium';
}

.news-result .news-card .content .comment,
.news .news-card .content .comment {
    color: #ab0534;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Graphik-SemiBold';
}

.news-result .news-card:hover .content .comment,
.news .news-card:hover .content .comment {
    color: #4e5556;
}

.news-result .news-card .content .article,
.news .news-card .content .article {
    color: #727f85;;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Graphik-Regular';
}

/*footer*/

footer {
    background-color: #6E7E84;
    padding: 50px 0;
    color: #c0cfd6;
    font-family: 'Graphik-Regular';
}

footer a {
    font-size: 16px;
    color: #fff;
}

footer a.contact-us {
    background-color: #AB0534;
    padding: 10px 40px;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    font-family: 'Graphik-Medium';
    border-radius: 20px;
}

footer a.contact-us:hover {
    /*background-color: #4e5556;*/
}

footer .social-media a {
    margin: 0 20px 20px 0;
}

footer .social-media a i {
    font-size: 50px;
}

/*pages*/
.page-container {
    padding-top: 100px;
}

.page-content-block {
    padding: 75px 0;
}

.page-content-block-person {
    padding: 75px 0 40px 0;
}

.contact-page-block {
    width: 51vw;
    margin-left: auto;
    margin-right: auto;
}

.page-description {
    font-size: 16px;
    text-align: center;
    font-family: 'Graphik-Regular';
}

.page-title-dark-banner {
    width: 100%;
    min-height: 150px;
    height: auto;
    padding: 50px 0 75px;
    /*background: #434244 url('../../assets/img/backgroung-ornament.png') no-repeat center center;*/
}

.page-title-light-banner {
    width: 100%;
    min-height: 200px;
    height: 350px;
    padding: 25px 0;
    /*background: #c4cfd5 url('../../assets/img/backgroung-ornament-light.png') no-repeat center center;*/
}

.page-title-light-background {
    width: 100%;
    min-height: 200px;
    height: 22vw;
    background-color: #eff2f4;
    z-index: -1;
}

.page-title-light-banner-contact {
    width: 100%;
    min-height: 100px;
    background: #c4cfd5 url('../../assets/img/backgroung-ornament-light.png') no-repeat center center;
}

.page-title-dark-banner .title {
    color: #AB0534;
    font-size: 4vw;
    font-family: 'Graphik-SemiBold';
    line-height: 5vw;
    text-align: center;
}

.page-title-dark-banner .title-article {
    color: #bdcdd4;
    font-size: calc(2.5vw + 10px);
    font-family: 'Graphik-Medium';
    line-height: 10vw;
    text-align: left;
}

.page-title-dark-banner .subtitle {
    color: #bdcdd4;
    font-size: 2.5vw;
    font-family: 'Graphik-SemiBold';
    line-height: 10vw;
    text-align: left;
}


.page-title-light-banner .title {
    color: #AB0534;
    font-size: 4vw;
    font-family: 'Graphik-SemiBold';
    line-height: 8vw;
    text-align: left;
}

.page-title-light-banner .subtitle {
    color: #AB0534;
    font-size: 2.5vw;
    font-family: 'Graphik-SemiBold';
    line-height: 10vw;
    text-align: left;
}

.our-team {
    min-height: 360px;
}

.our-team .name {
    color: #434244;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

.our-team .position {
    color: #434244;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}

.our-team .description {
    font-size: 16px;
    font-family: 'Graphik-Regular';
    color: #788589;
}

.our-team .avatar {
    position: relative;
    top: -205px;
    margin-bottom: -175px;
}

.our-team .avatar img {
    width: 200px;
    border-radius: 50%;
}


.representation {
    min-height: 200px;
}

.representation .name {
    color: #434244;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

.representation .description {
    font-size: 16px;
    font-family: 'Graphik-Regular';
    color: #788589;
}

.representation .avatar {
    position: relative;
    top: -205px;
    margin-bottom: -175px;
}

.representation .avatar img {
    width: 200px;
    border-radius: 50%;
}

.contact-title {
    color: #AB0534;
    font-size: 35px;
    padding: 75px 0 50px;
    font-family: 'Graphik-Medium';
}


.contact-information {
    margin-top: 50px;
}

.contact-information .contact-icon {
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    background-color: #FFFCDD;
    margin-right: 30px;
}

.contact-information .contact-box {
    margin-bottom: 0 !important;
}

.contact-information .contact-icon-empty {
    min-width: 60px;
    min-height: 60px;
    margin-right: 30px;
}

.contact-information .contact-icon i {
    font-size: 25px;
    color: #707e83;
}

.contact-information .contact-info {
    font-size: 20px;
    font-family: 'Graphik-Regular';
}

.contact-information .contact-info-en {
    font-size: 18px;
    font-family: 'Graphik-Regular';
}

.contact-form-block {
    padding-bottom: 100px;
}

.contact-form-block input[type=text] {
    background-color: #fff;
    border: none;
    box-shadow: none;
    height: 50px;
    min-width: 230px;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 14px;
    border-radius: 20px;
    color:#ab0534;
}

.contact-form-block textarea {
    background-color: #fff;
    border: none;
    box-shadow: none;
    height: 190px;
    min-width: 230px;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 14px;
    border-radius: 20px;
    color:#ab0534;
}

button.page-button {
    background-color: #fff;
    width: auto;
    padding: 7px 50px;
    border: none;
    box-shadow: none;
    color: #AB0534;
    cursor: pointer;
    font-family: 'Graphik-Regular';
    border-radius: 25px;
}

button.page-button:hover {
    /*background-color: #4e5556;*/
}

::placeholder {
    font-size: 16px;
    opacity: 0.7;
    color:#ab0534;
    font-family: 'Graphik-Regular';
}

#powerTip {
    width: 50vw;
    white-space: normal;
    cursor: pointer;
}

/*products*/
ul.page-list {
    padding: 0;
    margin: 0;
}

ul.page-list li {
    margin: 20px 0;
    font-family: 'Graphik-Regular';
}

ul.page-list li a {
    font-family: 'Graphik-Regular';
    color: #4e5556;
    text-decoration: none;
}

ul.page-list li a:hover {
    color: #4e5556;
    text-decoration: underline;
}

.product-title {
    font-size: 50px;
    margin-bottom: 25px;
    color: #fff;
    font-family: 'Graphik-Medium';
}

.product-title-dark {
    font-size: 50px;
    color: #ab0534;
    font-family: 'Graphik-Regular';
    font-weight: 600;
}

.product-title-light {
    font-size: 40px;
    margin-bottom: 25px;
    color: #fff;
    font-family: 'Graphik-Regular';
}


.letter-title .number {
    font-size: 220px;
    position: relative;
    color: #dfe6ea;
    margin-bottom: -150px;
    z-index: 0;
    margin-top: -50px;
    line-height: 250px;
    font-family: 'Graphik-SemiBold';
}

.letter-title .title {
    text-align: center;
    z-index: 2;
    color: #4e5556;
    margin-bottom: 15px;
}

.letter-title .description {
    text-align: center;
    z-index: 2;
    color: #4e5556;
}

/*about investment*/
.about-investment a {
    text-decoration: none;
}

.about-investment a:hover .number-href {
    color: #c7d3d8;
    transform: scale(1.1);
}

.about-investment .about-investment-box {
    min-height: 365px;
    font-size: 16px;
    font-family: 'Graphik-Regular';
    color: #4e5556;
}

.about-investment .number {
    font-size: 210px;
    position: relative;
    color: #dfe6ea;
    margin-bottom: -150px;
    z-index: -1;
    line-height: 250px;
    font-family: 'Graphik-SemiBold';
    transition: transform .3s ease;
}

.about-investment .title {
    font-size: 17px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Graphik-Regular';
}

.about-investment .about-investment-box-href {
    min-height: 200px;
    font-size: 16px;
    height: 250px;
    font-family: 'Graphik-Regular';
    color: #4e5556;
}

.about-investment .number-href {
    font-size: 220px;
    position: relative;
    color: #dfe6ea;
    margin-bottom: -150px;
    z-index: 0;
    margin-top: -50px;
    line-height: 250px;
    font-family: 'Graphik-SemiBold';
    transition: transform .3s ease;
}

.about-investment .title-href {
    font-size: 30px;
    text-align: center;
    z-index: 2;
    font-family: 'Graphik-Medium';
}

.about-investment-content {
    margin-bottom: 20px;
}

.about-investment-title {
    font-family: 'Graphik-Medium';
    font-size: 18px;
}

.about-investment-description {
    font-family: 'Graphik-Regular';
}


/* products box */
.type-investment .type-investment-box {
    min-height: 500px;
    font-size: 16px;
    font-family: 'Graphik-Regular';
    color: #4e5556;
    padding: 0 60px;
}

.type-investment .number {
    font-size: 210px;
    position: relative;
    color: #dfe6ea;
    margin-bottom: -125px;
    z-index: -1;
    line-height: 250px;
    font-family: 'Graphik-SemiBold';
    transition: transform .3s ease;
}


.type-investment .title {
    font-size: 17px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Graphik-Regular';
}

/* guarantee fund */
.guarantee-fund .guarantee-fund-box {
    min-height: 400px;
    font-size: 16px;
    font-family: 'Graphik-Regular';
    color: #4e5556;
    padding: 0 40px
}

.guarantee-fund .number {
    font-size: 220px;
    position: relative;
    color: #FFFCDD;
    margin-bottom: -175px;
    z-index: -1;
    line-height: 270px;
    font-family: 'Graphik-SemiBold';
    transition: transform .3s ease;
}

.guarantee-fund .title {
    font-size: 17px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Graphik-Regular';
}

/*price list */
.price-list .page-title-light-banner {
    width: 100%;
    padding-top: 20px;
    min-height: 200px;
    height: 14vw;
}

.price-list-title-dark {
    font-size: 50px;
    color: #434244;
    font-family: 'Graphik-Medium';
}

.price-list .page-content-block {
    padding: 35px 0;
}

/*glossary*/
.glossary {
    margin-left: auto;
    margin-right: auto;
}

.glossary-arrow {
    position: absolute;
    font-size: 25px;
    color: #9ea3a7;
    cursor: pointer;
}

.glossary-arrow:hover {
    color: #ab0534;
    text-shadow: 0 0 15px rgba(238, 0, 67, 0.5);
}


.glossary-left-arrow {
    left: 10vw;
}

.glossary-right-arrow {
    right: 10vw;
}


.alphabet {

}

.alphabet .letter {
    margin: 0 5px;
    cursor: pointer;
    font-family: 'Graphik-Regular';
    font-size: 14px;
}

.alphabet .letter:hover {
    text-decoration: underline;
}

.alphabet .letter.active {
    font-family: 'Graphik-Medium';
    text-decoration: underline;
}

.alphabet .category {
    margin: 0 25px;
    cursor: pointer;
    font-family: 'Graphik-Regular';
    font-size: 14px;
}

.alphabet .category:hover {
    text-decoration: underline;
}

.alphabet .category.active {
    font-family: 'Graphik-Medium';
    text-decoration: underline;
}

/*article*/
.article {
    font-size: 16px;
    color: #889398;
}

.article .article-info {
    margin-bottom: 20px;
}

.article .article-info .clickable {
    cursor: pointer;

}

.article .category {
    font-size: 18px;
    color: #b40037;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 15px;
    font-family: 'Graphik-Medium';
    margin-right: 10px;
}

.article .author {
    color: #919ca0;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Graphik-Medium';
}

.article .comment {
    color: #727f85;
    font-size: 16px;
    margin-bottom: 16px;
    font-family: 'Graphik-SemiBold';
}

.article .article-share {
    margin-top: 30px;
    font-size: 20px;
    font-family: 'Graphik-Medium';
}

.article .article-share a {
    margin-right: 20px;
    background-color: #d4dadb;
    color: #707e83;
    border-radius: 50%;
    min-width: 55px;
    min-height: 55px;
    text-decoration: none;
}

.article .article-share a i {
    font-size: 20px;
}

/*bxslider*/
.why-invest .bx-wrapper .bx-prev {
    left: -20px;
}

.why-invest .bx-wrapper .bx-next {
    right: -20px;
}

.slogan-slider .bx-wrapper .bx-prev {
    left: -60px;
}

.slogan-slider .bx-wrapper .bx-next {
    right: -60px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
    box-shadow: 0 0 10px 0 rgba(238, 0, 67, 0.75);
}

/*custom checkbox/radio*/
.checkbox {
    text-align: left;
    margin: 15px 0;
}

.personal-information .text {
    margin: 5px 0 0 15px;
    font-size: 13px;
}

.checkbox label,
.radio label {
    padding-left: 0;
}

.my-checkradio {
    display: none;
}

.my-checkradio + label span:first-child {
    display: inline-block;
    min-width: 30px;
    min-height: 30px;
    vertical-align: bottom;
    border: 3px solid #ab0534;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.my-checkradio.check.error,
.my-checkradio.check.valid {
    display: inline-block;
    min-width: 30px;
    min-height: 30px;
    vertical-align: bottom;
    border: 3px solid #d2d0ce;
    background-color: #fff;
    cursor: pointer;
}

label.error {
    color: red;
    font-size: 15px;
}

.my-checkradio.check:checked + label span:first-child {
    background: #fff url(../../assets/img/check.png) no-repeat center center;
}

.my-checkradio.bullet:checked + label span:first-child {
    background: #fff url(../../assets/img/bullet.png) no-repeat center center;
}

/*accordion*/
.accordion .card {
    border: none;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f077";
    float: right;
    color: #ab0534;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f078";
}

.accordion .card-header {
    font-family: 'Graphik-Medium';
    background-color: #fff !important;
    border: none;
    cursor: pointer;
    border-top: 1px solid #eee;
    padding: 30px 10px;
}

.accordion .card-body {
    font-family: 'Graphik-Regular';
}

/*pagination*/
.pagination {
    margin-top: 40px;
}

.pagination .page-link {
    color: #4e5456;
    background-color: transparent;
    border: none;
    font-family: 'Graphik-Regular';
    box-shadow: none;
    font-size: 16px;
    padding: 5px 7px;
}

.pagination .page-link:hover {
    color: #4e5456;
    text-decoration: underline;
}

.pagination .active-page {
    color: #ab0534;
    font-size: 16px;
    text-decoration: underline;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    color: #ab0534;
    font-size: 16px;
    /*margin-top: 3px;*/
}

select {
    background-color: #fff;
    border: none;
    box-shadow: none;
    padding: 10px;
    min-width: 200px;
}
/*cookies*/
.setting-cookies .list-cookies button:focus,
.page-button-cookies:focus,
.page-button-cookies-cancel:focus {
    box-shadow: none;
}
.setting-cookies .list-cookies button:hover,
.setting-cookies .list-cookies button:active,
.page-button-cookies-cancel:hover,
.page-button-cookies-cancel:active,
.page-button-cookies:hover,
.page-button-cookies:active {
    background-color: #4d4d4d;
    color: #fff;
    text-decoration: none;
}

.setting-cookies .list-cookies button,
.page-button-cookies,
.page-button-cookies-cancel {
    background-color: #fff;
    padding: 8px 25px;
    border: none;
    box-shadow: none;
    color: #4e5556;
    cursor: pointer;
    border-radius: 20px;
    font-family: 'Graphik-Medium';
    font-size: 13px;
    /*min-width: 225px;*/
    text-align: center;
}

#sg-settings-modal-cookiesBar .modal-dialog .modal-content{
    background-color: #4e5556;
    border-radius: 25px;
    color: #fff;
    text-align: center !important;
}



#sg-settings-modal-cookiesBar .modal-header .close {
    color: #fff;
}
#sg-settings-modal-cookiesBar .modal-title {
    font-size: 20px;
    font-family: 'Graphik-Medium';
}

#sg-settings-modal-cookiesBar .modal-header {
    border-bottom: 0;
    display: block;
}

#sg-settings-modal-cookiesBar .modal-footer {
    border-top: none;
    padding-top: 0;
}

#sg-settings-modal-cookiesBar .content p {
    margin-bottom: 0;
}

#sg-settings-modal-cookiesBar .content a {
    color: #fff;
    text-decoration: underline;
}
#sg-settings-modal-cookiesBar .content a:hover {
    color: #4d4d4d;
}
#sg-settings-modal-cookiesBar .list-cookies label {
    color: #fff;
}

#sg-settings-modal-cookiesBar input[type="checkbox"],
.setting-cookies input[type="checkbox"] {
    margin-right: 10px;
}

#sg-settings-modal-cookiesBar input[type=checkbox],
.setting-cookies input[type=checkbox] {
    position: relative;
    cursor: pointer;
}

#sg-settings-modal-cookiesBar input[type=checkbox]:before,
.setting-cookies input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    top: -2px;
    left: 0;
    border: 2px solid #FF0000;
    border-radius: 3px;
    background-color: white;
}

#sg-settings-modal-cookiesBar input[type=checkbox]:disabled::before,
.setting-cookiesinput[type=checkbox]:disabled::before {
    cursor: not-allowed;
}

#sg-settings-modal-cookiesBar input[type=checkbox]:checked:after,
.setting-cookies input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 6px;
    height: 11px;
    border: solid #4e5556;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    left: 6px;
}

#sg-settings-modal-cookiesBar input[type=checkbox]:disabled:after,
.setting-cookies input[type=checkbox]:disabled:after {
    border: solid #8e8e8e;
    border-width: 0 2px 2px 0;
    cursor: not-allowed;
}

.cookies-definition {
    padding-top: 25px;
}

.cookies-definition table tr td {
    vertical-align: middle;
}

.cookies-definition .cookies-type-description {
    margin-bottom: 30px;
}

.setting-cookies {
    margin: 25px 0;
    background-color: #4e5556;
    color: #ffffff;
    padding: 25px;
    border-radius: 25px;
}

.setting-cookies .panel-title {
    color: white;
    font-size: 36px;
}

.setting-cookies .panel-title strong {
    font-weight: normal !important;
}

.setting-cookies .content {
    text-align: center;
}
.setting-cookies .content p {
    margin-bottom: 0;
}

.setting-cookies .content a {
    color: #fff;
    text-decoration: underline;
}
.setting-cookies .content a:hover {
    color: #4d4d4d;
}

.setting-cookies .list-cookies button {
    float: right;
}
.cookies-definition h2 {
    font-size: 36px;
}

/*responsive*/
/* Breakpoint XS */
@media (max-width: 575px) {
    h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .our-team {
        min-height: 400px !important;
    }

    .representation {
        min-height: 200px;
    }

    .page-title-dark-banner.xs-height {
        min-height: 300px;
    }

    .about-investment .number,
    .type-investment .number,
    .guarantee-fund .number,
    .about-investment .number-href {
        font-size: 130px;
    }

    .about-investment .title,
    .type-investment .title,
    .guarantee-fund .title,
    .about-investment .title-href {
        font-size: 16px;
    }

    .product-title-light {
        font-size: 30px;
        margin-bottom: 25px;
        color: #fff;
        font-family: 'Graphik-Medium';
    }

    .product-title-dark {
        font-size: 30px;
        margin-bottom: 25px;
        color: #434244;
        font-family: 'Graphik-Medium';
    }

    .alphabet .category {
        margin: 0 5px;
        font-size: 12px;
    }

    .contact-information .contact-info {
        font-size: 18px;
    }

    .banner .slide1 .slogan,
    .banner .slide2 .slogan {
        font-size: calc(6vw + 22px);
        margin-left: 15px;
    }

    .banner .slide1,
    .banner .slide2 {
        justify-content: center !important;
    }

    .owl-dots {
        right: 10px;
    }

    .header {
        padding: 0px 25px;
    }

    .header img.logo-pi {
        margin-left: 0;
        width: 140px;
    }

    .navbar-toggler {
        position: absolute;
        right: 15px;
    }

    footer .links {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .told-about-us .slogan {
        margin-bottom: 20px;
        font-size: calc(5vw + 20px);
        font-weight: 700;
    }

    .news-result .news-card-responsive,
    .news-card-responsive {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .slogan-slider .bx-wrapper .bx-prev {
        display: none;
    }

    .slogan-slider .bx-wrapper .bx-next {
        display: none;
    }

    .page-title-margin {
        margin-top: 25px !important;
    }

    .news .news-card {
        min-height: 275px;
        max-height: 275px;
        height: 275px;
    }

    .type-investment {
        padding: 0;
    }

    .type-investment .type-investment-box {
        padding: 0;
        min-height: 250px;
    }

    h1.title {
        text-align: center !important;
    }

    .product-text {
        padding: 0;
    }

    .page-content-block {
        padding: 20px 0 !important;
    }

    .about-investment {
        padding: 0;
    }

    .about-investment .about-investment-box {
        padding: 0;
        min-height: 300px;
    }

    .glossary {
        width: 87% !important;
    }

    .glossary-right-arrow {
        right: 7vw;
    }

    .glossary-left-arrow {
        left: 7vw;
    }

    .accordion .card-header {
        padding: 20px 10px;
        font-size: 14px;
    }

    .guarantee-fund .guarantee-fund-box {
        min-height: 250px;
        padding: 0;
    }

    .our-team .avatar img, .representation .avatar img {
        width: 125px;
        margin-top: 20px;
    }

    .representation {
        min-height: 280px !important;
    }

    .contact-page-block {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hidden-sm-down {
        display: none;
    }

    .news-result .news-card-responsive,
    .news-card-responsive {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mobile-search-icon {
        position: absolute;
        right: 85px;
    }

    .contact-information .contact-info {
        font-size: 16px;
    }

    .search-input {
        width: 90%;
        margin-left: 25px;
    }

    .glossary {
        width: 80%;
    }

    .our-team .avatar img, .representation .avatar img {
        width: 100px;
        margin-top: 20px;
    }

    .product-title-dark {
        font-size: 30px;
        margin-bottom: 0;
    }

    .type-investment .type-investment-box {
        min-height: 300px;
        padding: 0 20px;
    }

    .product-title-light {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .flex-mobile-banner {
        display: flex;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
    }

    .banner-red-border.red-big-border {
        margin-right: 0;
        margin-bottom: 25px;
        min-width: 90vw;
    }

    .banner-red-border.red-big-border .content .banner-text {
        font-size: 40px;
        line-height: 50px;
        padding: 10px;
    }

    .banner-img {
        display: none !important;
    }
}

/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px) {
    .our-team {
        min-height: 400px !important;
    }

    .representation {
        min-height: 200px !important;
    }

    .page-title-dark-banner.xs-height {
        min-height: 300px;
    }

    .about-investment .number,
    .type-investment .number,
    .guarantee-fund .number,
    .about-investment .number-href {
        font-size: 150px;
    }

    .about-investment .title,
    .type-investment .title,
    .guarantee-fund .title,
    .about-investment .title-href {
        font-size: 18px;
    }

    .alphabet .category {
        margin: 0 12px;
        font-size: 13px;
    }

    .header {
        padding: 0px 25px;
    }

    .header img.logo-pi {
        margin-left: 0;
        width: 150px;
    }

    .navbar-toggler {
        position: absolute;
        right: 25px;
    }
}

/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px) {
    .alphabet .category {
        margin: 0 15px;
        font-size: 13px;
    }

    .header {
        padding: 0px 25px;
        border-bottom: 1px solid #ccc;
    }

    .navbar-toggler {
        position: absolute;
        right: 25px;
    }

    .search-input {
        width: 400px;
        margin-left: 25px;
    }
}

/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px) {
    .header img.logo-pi {
        margin-left: 0;
        width: 150px;
    }

    .search-input {
        width: 400px;
        margin-left: 25px;
    }

    .news-result .news-card-responsive {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .news-card-responsive {
        flex: 0 0 50%;
        max-width: 50%;
    }

}

/* Breakpoint XL */
@media (min-width: 1200px) {
    .container {
        width: 1150px;
    }

    .news-result .news-card-responsive {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .news-card-responsive {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1500px) {
    .block-container {
        width: 1400px;
    }
}

@media (max-width: 1499px) {
    .block-container {
        max-width: 95%;
        width: 95%;
    }
}

@media (max-width: 991px) {
    #navbarResponsive {
        position: absolute;
        background-color: #434244;
        width: 320px;
        right: 0;
        top: 100px;
        z-index: 10000;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.50);
    }

    #navbarResponsive li {
        border-bottom: 1px solid #4c5254;
        padding: 0;
    }

    #navbarResponsive li a.nav-link {
        width: 100%;
        height: 100%;
        text-align: center;
        margin: 0;
        padding: 20px 0;
        color: #b6c6cd;
        font-family: 'Graphik-Medium';
    }

    #navbarResponsive li a.nav-link:hover {
        background-color: #4e5556;
        color: #fff;
    }

    .page-title-margin {
        margin-top: 50px;
    }
}

@media (max-width: 1225px) {
    .navbar .navbar-nav .nav-link {
        margin: 0 7px !important;
        font-size: 11px !important;
        color: #4d4d4d;
        text-transform: uppercase;
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 90%;
        width: 90%;
    }

    .block-container {
        max-width: 95%;
        width: 95%;
    }

    .page-content-block {
        padding: 40px 0;
    }

    .page-content-block-person {
        padding: 75px 0 40px 0;
    }

    .our-team {
        min-height: 480px;
    }

    .our-team .avatar {
        position: relative;
        top: -75px;
        margin-bottom: -60px;
    }

    .representation {
        min-height: 200px;
    }

    .representation .avatar {
        position: relative;
        top: -75px;
        margin-bottom: -60px;
    }

    .page-title-light-banner .subtitle {
        font-size: calc(2.5vw + 15px);
    }

    .product-title {
        font-size: 3vw;
        margin-bottom: 25px;
    }

    .page-title-light-banner .title {
        font-size: calc(5vw + 15px);
    }

    .page-title-light-banner .title {
        line-height: 80%;
    }

    .news {
        padding: 40px 0;
        background-color: #e9eff2;
    }

    .slogan-slider {
        padding: 0 5vw;
    }

    .told-about-us {
        padding: 50px 0;
        background-color: #becdd4;
    }
}

@media (min-width: 1200px) {
    .parallax-light-gradient {
        background-image: url('../../assets/img/backgroung-ornament.png'), linear-gradient(top, #becdd4, #becdd4 28%, #e9eff2 28%, #e9eff2), linear-gradient(bottom, #becdd4 0%, #becdd4 28%, #e9eff2 28%, #e9eff2);
        background-image: url('../../assets/img/backgroung-ornament.png'), linear-gradient(to bottom, #becdd4, #becdd4 28%, #e9eff2 28%, #e9eff2), linear-gradient(to top, #becdd4 0%, #becdd4 28%, #e9eff2 28%, #e9eff2);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 769px) and (max-width: 1000px) {
    .news-result .ews-card-responsive,
    .news-card-responsive {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* PARALLAX */
.parallax-light {
    background: #FFFCDD;
}

.parallax-dark-search {
    background: #434244 url('../../assets/img/backgroung-ornament.png') no-repeat center center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
}

.parallax-dark {
    background: #AB0534;
}

.page-text-margin {
    margin-top: 50px;
    margin-bottom: 100px;
}

.page-title-margin {
    margin-top: 50px;
}


#contact-form {
    padding-top: 50px;
}

.modal-header {
    display: block !important;
}

.modal-content {
    text-align: center;
}

.modal-footer {
    justify-content: center !important;
}

/* Style error page */
.not-found {
    color: #727f85;
}

.not-found a {
    font-family: 'Graphik-SemiBold';
    color: #AB0534;
}

.not-found a:hover {
    color: #AB0534;
    text-decoration: underline;
}

/* end error page */

.bx-wrapper {
    margin-bottom: 0;
}

.page-content-block-abstract {
    padding-bottom: 25px;
    padding-top: 40px;
}

.bg-yellow {
    background: #FFFCDD;
}

.red-big-border {
    background: linear-gradient(310deg, #ab0534, #cc6d80);
    padding: 25px;
    /*margin: 50px 25px;*/
    border-radius: 40px;
    position: relative;
}

.red-big-border .content.yellow {
    background-color: #FFFCDD;
    padding: 25px;
    border-radius: 25px;
}

.red-big-border .content.white {
    background-color: #fff;;
    padding: 75px 50px;
    border-radius: 25px;
}

.red-big-border .shape {
    width: 100px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 15%;
}

.red-big-border .shape.yellow {
    background: #FFFCDD;
}

.red-big-border .shape.white {
    background: #fff;
}

.red-big-border .shape:before {
    content: '';
    width: 25px;
    height: 25px;
    background: #C55871;
    position: absolute;
    top: 0;
    right: -12px;
    border-radius: 100%;
}

.red-big-border .shape:after {
    content: '';
    width: 25px;
    height: 25px;
    background: #C96278;
    position: absolute;
    top: 0;
    left: -12px;
    border-radius: 100%;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
    position: absolute;
    bottom: -20px;
    margin: 0 auto;
}

.banner-text {
    font-size: 80px;
    line-height: 95px;
    padding: 25px 75px;
    color: #ab0534;
    width: 100%;
    text-align: center;
    font-family: 'Graphik-Medium';
}

.pricing-title  {
    color: #ab0534;
    font-size: 40px;
    line-height: 40px;
    margin: 10px 0;
    font-family: 'Graphik-SemiBold';
}

.pricing-subtitle  {
    color: #ab0534;
    font-size: 30px;
    line-height: 40px;
    margin: 15px 0;
    font-family: 'Graphik-SemiBold';
}

.banner-red-border.red-big-border {
    max-width: 750px;
    margin-right: 75px;
}

.banner-img {
    border-radius:50px;
    height: 530px;
}

/* custom page */
.custom-title-subtitle {
    padding: 40px 0 10px 0;
}

.custom-title-subtitle h2 {
    margin-bottom: -25px;
}

.custom-page-content {
    padding-bottom: 40px;
    padding-top: 40px;
}

.price-list-line:last-of-type {
    display: none;
}

.product-text table:nth-of-type(1),
.product-text table:nth-of-type(2) {
    width: 100% !important;
    font-size: 10px !important;
}
.product-text table {
    width: 35% !important;
    font-family: 'Graphik-Regular';
    color: #4e5556;
    font-size: 15px;
    margin: 25px 0;
}

.product-text table tr {
    border-bottom: 1px solid #eee;
    padding: 10px 10px;
    line-height: 2;
}

.product-text table tr td {
    padding: 5px 5px;
    width: auto !important
}

.product-text table tr td:last-child {
    width: 35% !important
}

.product-text table tr:last-child {
    border-bottom: none;
}

.partner .partner-logo {
    width: 100%;
    height: 150px;
    margin: 15px 0 25px 0;
}

.partner .partner-content {
    padding-top: 25px;
}

.partner .partner-logo .img-hover-zoom img {
    transition: transform .5s ease;
}

.partner .partner-logo:hover .img-hover-zoom img {
    transform: scale(1.1);
}

.partner .partner-logo .img-hover-zoom {
    height: 190px;
    overflow: hidden;
    min-width: 100%;
    position: relative;
}

.image-container {
    margin-bottom: 25px;
    width: auto;
    height: 100%;
    line-height: 115px;
    text-align: center;
}

.image-resize_fit_center {
    max-width: 100%;
    max-height: 600px;
    vertical-align: middle;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #4e5556;
}

.block table {
    width: 100% !important;
    font-family: 'Graphik-Regular';
    color: #4e5556;
    font-size: 15px;
    margin: 25px 0;
}

.block table tr {
    border-bottom: 1px solid #eee;
    padding: 10px 10px;
    line-height: 2;
}

.block table tr td:first-child {
    padding: 5px 10px;
    width: 30% !important
}

.block table tr td {
    padding: 5px 10px;
    width: auto !important;
}

.block table tr:last-child {
    border-bottom: none;
}

/*-----------------------------------------------------------*/
/*Webinar*/
.webinar .webinar-card {
    background-color: #fff;
    margin-bottom: 25px;
    height: auto;
    text-decoration: none;
}

.webinar .content {
    width: 100%;
    padding: 50px 60px;
}

.webinar .name {
    color: #4e5556;
    font-size: 25px;
    font-family: 'Graphik-Regular';
}

.webinar .time {
    color: #727f85;
    font-size: 20px;
    font-family: 'Graphik-Regular';
}

.webinar .date {
    color: #b8bfc4;
    font-size: 35px;
    margin: 15px 0;
    font-family: 'Graphik-Medium';
}

.webinar .title {
    color: #727f85;
    font-size: 32px;
    font-family: 'Graphik-Medium';
    margin-bottom: 15px;
}

.webinar .description {
    color: #727f85;
    font-size: 18px;
    font-family: 'Graphik-Regular';
    margin-bottom: 15px;
}

.webinar .video-button {
    height: 60px;
    width: 200px;
    font-size: 22px;
    margin-right: 25px;
    font-family: 'Graphik-Medium';
    cursor: pointer;
    text-decoration: none;
}

.webinar .video-button.play-btn {
    background-color: #4e5556;
    color: #fff;
}

.webinar .video-button.share-btn {
    background-color: #eaf0f2;
    color: #727f85;
}

.webinar .video-button i {
    margin-right: 15px;
}

.webinar-detail .webinar-card {
    flex-direction: column !important;
    width: 640px;
}

.webinar-detail .block-container > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.webinar-detail .date,
.webinar-detail .time {
    color: #727f85;
    font-size: 20px;
    font-family: 'Graphik-Regular';
}

#sharedModal .modal-header .close {
    padding: 0;
    margin: 0;
    line-height: 15px;
    position: absolute;
    right: 10px;
    top: 15px;
}

#sharedModal .shared-url {
    background-color: #eaf0f2;
    color: #727f85;
    width: 100%;
    height: 40px;
    margin-top: 15px;
    border: 0;
    box-shadow: none;
    text-align: center;
}

#sharedModal .copy-shared-url {
    color:blue;
    cursor: pointer;
    color:#007bff;
    text-align:right;
    margin-top: 5px;
}

#sharedModal .share-btn {
    width: 50px;
    height: 50px;
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    border-radius: 4px;
}

#sharedModal .share-btn.facebook {
    background-color: #0085FE !important;
}

#sharedModal .share-btn.linkedin {
    background-color: #1566C1 !important;
}

#sharedModal .share-btn.whatsapp {
    background-color: #26D366 !important;
}

#sharedModal .share-btn i {
    font-size: 30px;
}

@media (max-width: 1400px) {
    .webinar .title {
        font-size: 28px;
    }
}

@media (max-width: 1300px) {
    .webinar .webinar-card {
        flex-direction: column !important;
        width: 640px;
    }

    .webinar .block-container > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 700px) {
    .youtubevideo {
        width: 320px !important;
        height: 181px !important;
    }

    .webinar .webinar-card,
    .webinar .content {
        width: 320px;
    }

    .webinar .content {
        padding: 20px 30px;
    }

    .webinar .name {
        font-size: 20px;
    }

    .webinar .time {
        font-size: 16px;
    }

    .webinar .date {
        font-size: 25px;
        margin: 5px 0;
    }

    .webinar .title {
        font-size: 22px;
    }

    .webinar .flex-row-between-center {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .webinar .video-button {
        height: 50px;
        width: 100%;
        font-size: 18px;
        margin: 0;
    }

    .webinar .play-btn {
        margin-right: 5px;
    }

    .webinar .share-btn {
        margin-left: 5px;
    }
}

#clientZoneModal > .modal-body {
    text-align: unset;
}

/* iframe from financny kompas */
.iframe-style{
    width:100%;
    border: none
}

.iframe {
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 5%);
    /*border-bottom: 1px solid #ccc;*/
    margin-bottom: 20px;
}

.header-with-iframe {
    border: none !important;
    box-shadow: none !important;
}

.client-zone-btn-iframe {
    top: 240px;
}
/* end iframe */

/*responsive*/
/* Breakpoint XL */
@media (max-width: 1600px) {
    .banner-red-border.red-big-border .content.yellow {
        padding: 15px;
    }

    .banner-red-border.red-big-border .content .banner-text {
        font-size: 60px;
        line-height: 77px;
        padding: 25px 75px;
    }

    .banner-img {
        height: 450px;
    }
}

@media (min-width: 1500px) {
    .block-container {
        width: 1400px;
    }
}

@media (max-width: 1499px) {
    .block-container {
        max-width: 95%;
        width: 95%;
    }

    .banner-red-border.red-big-border {
        margin-right: 50px;
    }

    .banner-red-border.red-big-border .content .banner-text {
        font-size: 50px;
        line-height: 68px;
        padding: 25px 75px;
    }

    .banner-img {
        height: 400px;
    }
}

@media (max-width: 1225px) {
    .navbar .navbar-nav .nav-link {
        margin: 0 7px !important;
        font-size: 11px !important;
        color: #4d4d4d;
        text-transform: uppercase;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1150px;
    }

    .news-card-responsive {
        flex: 0 0 50%;
        max-width: 50%;
    }
}


@media (max-width: 1199px) {
    .container {
        max-width: 95%;
        width: 95%;
    }

    .banner-red-border.red-big-border .content .banner-text {
        font-size: 40px;
        line-height: 50px;
        padding: 20px 50px;
    }

    .banner-img {
        height: 325px;
    }

    .block-container {
        max-width: 95%;
        width: 95%;
    }

    .page-content-block {
        padding: 40px 0;
    }

    .our-team {
        min-height: 480px;
    }

    .our-team .avatar {
        position: relative;
        top: -75px;
        margin-bottom: -60px;
    }

    .page-title-light-banner .subtitle {
        font-size: calc(2.5vw + 15px);
    }

    .product-title {
        font-size: 3vw;
        margin-bottom: 25px;
    }

    .page-title-light-banner .title {
        font-size: calc(5vw + 15px);
    }

    .page-title-light-banner .title {
        line-height: 80%;
    }

    .news {
        padding: 40px 0;
        background-color: #FFFEF5;
    }

    .slogan-slider {
        padding: 0 5vw;
    }

    .told-about-us {
        padding: 50px 0;
        background-color: #FFFCDD;
    }
}

@media (max-width: 991px) {
    .banner-red-border.red-big-border .content .banner-text {
        font-size: 40px;
        line-height: 50px;
        padding: 0px 10px;
    }

    .banner-img {
        height: 270px;
    }

    .banner-red-border.red-big-border {
        margin-right: 20px;
    }

    #navbarResponsive {
        position: absolute;
        background-color: #434244;
        width: 320px;
        right: 0;
        top: 100px;
        z-index: 10000;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.50);
    }

    #navbarResponsive li {
        border-bottom: 1px solid #4c5254;
        padding: 0;
    }

    #navbarResponsive li a.nav-link {
        width: 100%;
        height: 100%;
        text-align: center;
        margin: 0;
        padding: 20px 0;
        color: #b6c6cd;
        font-family: 'Graphik-Medium';
    }

    #navbarResponsive li a.nav-link:hover {
        background-color: #ab0534;
        color: #fff;
    }

    .page-title-margin {
        margin-top: 50px;
    }
}

/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px) {
    .header img.logo-pi {
        margin-left: 0;
        width: 150px;
    }

    .search-input {
        width: 400px;
        margin-left: 25px;
    }

    .news-card-responsive {
        flex: 0 0 50%;
        max-width: 50%;
    }

}

/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px) {
    .alphabet .category {
        margin: 0 15px;
        font-size: 13px;
    }

    .header {
        padding: 0px 25px;
        border-bottom: 1px solid #ccc;
    }

    .navbar-toggler {
        position: absolute;
        right: 25px;
    }

    .search-input {
        width: 400px;
        margin-left: 25px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 95%;
        width: 95%;
    }

    .hidden-sm-down {
        display: none;
    }

    .news-card-responsive {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mobile-search-icon {
        position: absolute;
        right: 85px;
    }

    .contact-information .contact-info {
        font-size: 14px;
    }

    .search-input {
        width: 90%;
        margin-left: 25px;
    }

    .glossary {
        width: 80%;
    }

    .told-about-us .slogan {
        font-size: 20px;
    }

    .told-about-us .block-container {
        max-width: 100%;
        width: 100%;
    }

    .page-title-dark-banner .title {
        font-size: 35px;
        line-height: 40px;
    }

    .product-title-dark {
        font-size: 25px;
    }

    .page-title-light-banner {
        min-height: 200px;
        height: auto;
    }

    .page-title-dark-banner {
        padding: 20px 0 35px;
    }

    .contact-page-block {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-information .contact-icon {
        margin-right: 15px;
    }

}

/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px) {
    .our-team {
        min-height: 400px !important;
    }

    .page-title-dark-banner.xs-height {
        min-height: 300px;
    }

    .about-investment .number,
    .type-investment .number,
    .guarantee-fund .number,
    .about-investment .number-href {
        font-size: 150px;
    }

    .about-investment .title,
    .type-investment .title,
    .guarantee-fund .title,
    .about-investment .title-href {
        font-size: 18px;
    }

    .alphabet .category {
        margin: 0 12px;
        font-size: 13px;
    }

    .header {
        padding: 0px 25px;
    }

    .header img.logo-pi {
        margin-left: 0;
        width: 150px;
    }

    .navbar-toggler {
        position: absolute;
        right: 25px;
    }
}

/* Breakpoint XS */
@media (max-width: 575px) {
    h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .our-team {
        min-height: 450px !important;
    }

    .page-title-dark-banner.xs-height {
        min-height: 300px;
    }

    .about-investment .number,
    .type-investment .number,
    .guarantee-fund .number,
    .about-investment .number-href {
        font-size: 130px;
    }

    .about-investment .title,
    .type-investment .title,
    .guarantee-fund .title,
    .about-investment .title-href {
        font-size: 16px;
    }

    .product-title-light {
        font-size: 30px;
        margin-bottom: 25px;
        color: #fff;
        font-family: 'Graphik-Regular';
    }

    .product-title-dark {
        font-size: 30px;
        font-family: 'Graphik-Medium';
    }

    .alphabet .category {
        margin: 0 5px;
        font-size: 12px;
    }

    .contact-information .contact-info {
        font-size: 14px;
    }

    .banner .slide1 .slogan,
    .banner .slide2 .slogan {
        font-size: calc(6vw + 22px);
        margin-left: 15px;
    }

    .banner .slide1,
    .banner .slide2 {
        justify-content: center !important;
    }

    .owl-dots {
        right: 10px;
    }

    .header {
        padding: 0px 25px;
    }

    .header img.logo-pi {
        margin-left: 0;
        width: 100px;
    }

    .navbar-toggler {
        position: absolute;
        right: 15px;
    }

    footer .links {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .told-about-us .slogan {
        font-size: 20px;
    }

    .news-card-responsive {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .slogan-slider .bx-wrapper .bx-prev {
        display: none;
    }

    .slogan-slider .bx-wrapper .bx-next {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1000px) {
    .news-card-responsive {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Custom */
.page-content-block h1 {
    color: #ab0534;
    font-size: 40px;
    line-height: 40px;
}

a:hover button.page-button {
    background-color: #6E7E84;
    color: #fff;
}
