﻿@import url('https://fonts.googleapis.com/css2?family=Noticia+Text:wght@700&display=swap');
.page-title {
    background: url('/Themes/images/Photo_Resource_LibraryBackground1_0.jpg') no-repeat center center;
    position: relative;
    background-size: cover;
}
    .page-title:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #0068b6;
        mix-blend-mode: multiply;
        opacity: .85;
        top: 0;
        left: 0;
    }
.page-title__text{
    position: relative;
    text-align: center;
    max-width: 850px;
    margin: 0 auto
}
.page-title h1 {
    font-weight: 100;
    font-size: 40px;
}
.page-title .desc {
    color: #fff;
    font-size: 18px;
    margin: 30px 0 0;
    line-height: 1.8
}
.row[data-id="27"], .row[data-id="28"]{
    display: none
}

.page-title__text.prod-title {
    text-align: left;
}
.page-title__text.prod-title h1 {
    font-size: 30px;
    line-height: 42px;
}
.page-title__text.prod-title .desc {
    margin: 15px 0 0;
    font-weight: 300;
    line-height: 25px;
    font-size: 16px;
}
.btn-prod-reg {
    background: #f79733;
    display: inline-block;
    font-weight: 400;
    letter-spacing: .1em;
    text-align: center;
    min-width: 200px;
    padding: 14px 40px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
}
.btn-prod-reg:hover {
    color: #fff;
}
.prod-info {
    position: absolute;
    background: #fff;
    z-index: 1;
    left: 15px;
    width: calc(100% - 30px);
    border: 1px solid #e2e7ed;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10);
}
.prod-info .prod-info__thumb img {
    width: 100%;
}
.prod-info .prod-info__list {
    padding: 20px;
}
.prod-info .prod-info__list ul li {
    line-height: 25px;
    font-weight: 400;
    font-size: 15px;
    padding: 15px 0;
    border-top: 1px solid #e2e7ed;
}
.prod-info .prod-info__list ul li span:last-child {
    font-weight: 500;
}
.prod-info .prod-info__list ul li:first-child {
    border-top: 0;
}
.prod-info .prod-info__list ul div {
    border-top: 1px solid #e2e7ed;
}
.prod-info .prod-info__list ul div li:nth-last-child(3) {
    display: none;
}
.prod-info .prod-info__list ul div li:nth-last-child(1) {
        padding-bottom: 0;
}
.prod-info .prod-info__list ul li span#price-educate {
    color: #ce1127;
    font-size: 18px;
}
.prod-info .prod-btn--contact {
    display: block;
    text-align: center;
    background: #006cb5;
    color: #fff;
    text-decoration: none;
    padding: 14px 35px;
    border-radius: 25px;
    font-weight: 500;
    letter-spacing: .5px;
}
.prod-info .prod-btn--box {
    padding: 15px 20px;
    border-top: 1px solid #e2e7ed;
}
.prod-content {
    padding: 60px 0;
}
.prod-content .prod-content__text,
.prod-content .prod-content__item {
    margin-top: 30px;
}
.prod-content .prod-content__text h3,
.prod-content .prod-content__item h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    margin: 0;
}
.prod-content .prod-content__text .prod-content__text-desc,
.prod-content .prod-content__item .prod-content__item-desc {
    margin-top: 15px;
    color: #585858;
    font-size: 15px;
    line-height: 1.75em;
    text-align: justify;
}
.prod-content .prod-content__item .prod-content__item-desc ul,
.prod-content .prod-content__item .prod-content__item-desc ol,
.prod-content .prod-content__text .prod-content__text-desc ul,
.prod-content .prod-content__text .prod-content__text-desc ul {
    list-style: inherit;
    padding: 0 0 0 20px;
    margin: 0 0 12px 0px;
}

.prod-content .prod-content__text .prod-content__text-desc p:last-child ,
.prod-content .prod-content__item .prod-content__item-desc p:last-child {
    margin: 0;
}
.prod-content__item .prod-content__item-btn a {
    margin-right: 10px;
}
.prod-contact {
    padding: 70px 0;
    background-image: url(/themes/images/bg-section-03.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.prod-contact .prod-contact--form {
    background-color: #fff;
    padding: 44px 26px 50px;
    -webkit-box-shadow: 0 8px 57px rgba(0,0,0,.25);
    -khtml-box-shadow: 0 8px 57px rgba(0,0,0,.25);
    -moz-box-shadow: 0 8px 57px rgba(0,0,0,.25);
    -ms-box-shadow: 0 8px 57px rgba(0,0,0,.25);
    -o-box-shadow: 0 8px 57px rgba(0,0,0,.25);
    box-shadow: 0 8px 57px rgba(0,0,0,.25);
    position: relative;
    text-align: center;
}
.prod-contact .prod-contact__title {
    margin-bottom: 20px;
}
.prod-contact h5 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}
.prod-contact .prod-contact__title p {
    margin-bottom: 0;
    max-width: 320px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    font-weight: 300;
    letter-spacing: .3px;
}
.prod-contact .prod-contact__form-item {
    margin-bottom: 20px;
}
.prod-contact input,
.prod-contact select {
    vertical-align: top;
    width: 100%;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 24px;
    outline: none;
    height: 42px;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    color: #777;
    font-style: italic;
    font-weight: 300;
}
.prod-contact .prod-submit--btn {
    display: inline-block;
    font-weight: 600;
    letter-spacing: .1em;
    text-align: center;
    min-width: 270px;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 13px 30px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 24px;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    text-transform: uppercase;
    background: #f79733;
    color: #fff;
    cursor: pointer;
    outline: none;
}
.prod-contact .prod-submit--btn:hover {
    background: transparent;
    color: #f79733;
    border: 1px solid #f79733;
}
.prod-content__sale {
    background-color: #d64141;
    color: #fff;
    padding: 12px 20px;
    font-weight: 400;
    font-size: 15px;
    border-left: 5px solid #a93434;
}
.prod-content__sale span {
    font-size: 16px;
    font-weight: 700;
    padding: 0 2px;
    letter-spacing: .5px;
    color: #ffffff;
    font-family: 'Noticia Text', serif;
    font-style: italic;
}
.prod-content__sale i {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    margin-right: 5px;
}
.prod-contact__pi {
    padding-left: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}
.prod-contact__pi h3 {
    margin-bottom: 12px;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: .03em;
    line-height: 1.2;
    margin: 0 0 24px;
    font-weight: 700;
    padding-bottom: 24px;
    position: relative;
}
.prod-contact__pi h3:before {
    position: absolute;
    width: 245px;
    content: '';
    height: 1px;
    background-color: #dedede;
    bottom: 0;
    left: 0;
}
.prod-contact__pi h3:after {
    position: absolute;
    width: 100px;
    height: 3px;
    display: inline-block;
    background-color: #f5ad0d;
    content: '';
    bottom: -1px;
    left: 0;
}
.prod-contact__pi > div {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }
    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg);
    }
    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media(max-width: 767px) {
    .page-title h1{
        font-size: 28px
    }
    .page-title .desc{
        font-size: 14px;
        margin-top: 15px;
    }
}

.library-page_content {
    padding: 60px 0 0;
}
.sidebar-library ul {
    border-top: 1px solid #E2EAED
}
    .sidebar-library ul li {
        border-bottom: 1px solid #E2EAED
    }
.sidebar-library ul li a{
    display: block;
    padding: 15px 0;
    color: #323232;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
    .sidebar-library ul li a:before {
        content: '\f138';
        font-family: 'Font Awesome 5 Free';
        position: absolute;
        color: #006cb5;
        top: 15px;
        left: -20px;
    }
.sidebar-library__button {
    background: #f2f4f6;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    text-align: left;
    padding: 15px 30px;
    color: #323232;
}
    .sidebar-library__button:hover,
    .sidebar-library__button:focus {
        color: #323232;
        text-decoration: none
    }
    @media(max-width: 991px) {
        .sidebar-library {
            margin-bottom: 15px;
        }
        .sidebar-library ul{
            display: none
        }
        .sidebar-library ul li {
            padding-left: 20px;
        }
    }


.box-library-search{
    padding: 30px;
    background: #f2f4f6;
    display: flex;
    align-items: center;
}
    .box-library-search > label{
        width: 200px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px
    }
    .form-search-library {
        position: relative;
        width: calc(100% - 200px)
    }
        .form-search-library input {
            border-radius: 0;
            height: 50px;
            padding-right: 60px;
            border: 4px solid #E2EAED;
        }
            .form-search-library input:focus{
                box-shadow: none;
            }
            .form-search-library button {
                position: absolute;
                right: 0;
                top: 0;
                bottom: 0;
                background: none;
                border: none;
                color: #fff;
                font-size: 22px;
                cursor: pointer;
                background: #006cb5;
                width: 50px
            }
            @media(max-width: 767px){
                .box-library-search{
                    display: block;
                    padding: 15px 30px
                }
                .form-search-library{
                    width: 100%
                }
            }


.box-library-contact {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 10px solid #f2f4f6
}
.box-library-contact > label{
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    margin: 15px 20px 15px 0
   
}
    .box-library-contact > a {
        display: inline-block;
        font-size: var(--text-body-size);
        padding: 10px 30px;
        line-height: 1;
        letter-spacing: 1px;
        color: #1C73B5;
        cursor: pointer;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        overflow: hidden;
        text-transform: uppercase;
        border: 5px solid #D0E5F1;
        font-weight: bold;
        position: relative;
    }
        .box-library-contact > a:hover {
            background-color: #D0E5F1 !important;
            color: #003F6F !important;
        }

.library-page__title {
    font-size: 24px;
    font-weight: bold;
    color: #323232;
    margin: 40px 0 15px;
}

.document-library__item {
    padding: 30px;
    -webkit-box-shadow: 0 13px 17px -10px rgba(0,0,0,0.2);
    box-shadow: 0 13px 17px -10px rgba(0,0,0,0.2);
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    height: 100%;
    border: 4px solid rgba(28,115,181,0.25);
    position: relative;
    -webkit-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out;
    position: relative;
    background: #fff
}
    .document-library__item:hover {
        border-color: #006cb5
    }
.document-library__item h5{
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}
.document-library__item h3{
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 6;
    height: 150px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.document-library__item .date{
    color: #777;
    font-weight: bold;
    font-size: 16px;
}
    .document-library__item a:hover,
    .document-library__item a:focus{
        text-decoration: none;
        color: inherit
    }
    .document-library__item .button-download {
        width: 40px;
        height: 40px;
        background: #006cb5;
        color: #fff;
        line-height: 40px;
        text-align: center;
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 0;
        border-radius: 0;
    }

.library-detail__breadcrumb {
    background: #F2F4F6;
    padding: 40px 0
}
    .library-detail__breadcrumb a {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: bold;
        font-size: 14px;
        color: #006cb5;
        display: inline-block;
        margin: 5px 0;
        margin-right: 15px;
    }
        .library-detail__breadcrumb a:hover {
            color: #000;
            text-decoration: none
        }

.library-detail__title {
    padding: 40px 0 30px;
    border-bottom: 10px solid #F2F4F6;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end
}
    .library-detail__title h1 {
        width: calc(100% - 200px);
        font-weight: 900;
        color: #54585A;
        font-size: 30px;
        margin: 0
    }
.library-detail__title .share-social{
    width: 200px;
    display: flex;
    justify-content: flex-end
}
    .library-detail__title .share-social a i{
        width: 38px;
        height: 38px;
        text-align: center;
        line-height: 38px;
        font-size: 18px;
        color: #fff;
        background: #000;
    }
        .library-detail__title .share-social a i.fa-facebook-f {
            background: #3b5898
        }
        .library-detail__title .share-social a i.fa-linkedin-in {
            background: #0276b5
        }
        .library-detail__title .share-social a i.fa-twitter {
            background: #54acef
        }



.library__download {
    padding: 0 40px;
}
.library-detail__target {
    color: #777777;
    font-size: 16px;
    margin-bottom: 25px;
}
.library-detail__target label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-right: 8px;
}
.library-detail__target-item {
    display: flex;
    justify-content: center;
    margin-bottom: 6px;
}
.button-download {
    display: inline-block;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    background: #006cb5;
    box-shadow: 0 2px 8px -1px var(--shadow);
    padding: 10px 75px 10px 20px;
    list-style: none;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    border-radius: 1px;
    letter-spacing: .8px;
    font-weight: 400;
    text-decoration: none;
}
.button-download span {
    position: absolute;
    background: #005690;
    width: 48px;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-download span i {
     animation: icon-bounce .5s infinite alternate;
}
.button-download:hover {
    color: #fff;
    text-decoration: none;
}
.sidebar-download {
    text-align: center;
    margin-top: 15px;
    display: none;
}

@keyframes icon-bounce {
    from {
        transform: translateY(-5px);
    }

    to {
        transform: translateY(0);
    }
}
.button-download:hover {
    
}
.library-detail__text{
    padding: 60px 0;
    border-bottom: 1px solid #e2e4e6;
    margin-bottom: 40px;
}
    .library-detail__text .desc {
        line-height: 1.8;
        color: #4a4a4a
    }
.library-related {
    background: #F2F4F6;
    padding: 60px 0
}
.library__download .library__download-pdf {
    display: none;
}
.library__download.file-pdf .library__download-pdf {
    display: block;
}
.library__download .library__download-pdf object {
    width: 100%;
    height: 510px;
    display: block;
    border: 0;
}
.library__download.file-pdf .library__download-png {
    display: none;
}


@media (max-width: 1200px) {
    .prod-contact__pi h3 {
        font-size: 30px;
    }
}
@media(max-width: 991px) {
    .library-detail__title h1{
        font-size: 26px;
    }
}
@media(max-width: 767px) {
    .library-detail__breadcrumb{
        padding: 20px 0
    }
    .library-detail__title {
        display: block
    }
    .library-detail__title h1 {
        width: 100%;
        font-size: 24px;
        margin-bottom: 10px
    }
        .library-detail__title .share-social{
            width: 100%
        }
    .library-detail__text{
        padding: 35px 0
    }
    .prod-info {
        position: relative;
        margin-top: 25px;
        left: 0;
        width: 100%;
    }
    .prod-content__item .prod-content__item-btn a {
        font-size: 14px;
        padding: 15px 0;
        display: block;
        text-align: center;
        margin-top: 0;
    }
    .prod-content__item .prod-content__item-btn > a {
        margin-top: 30px;
    }
    .prod-contact__pi {
        padding-top: 30px;
        padding-left: 0;
    }
    .prod-contact__pi h3 {
            font-size: 22px;
    }
    .page-title__text.prod-title {
        text-align: center;
    }
    .page-title__text.prod-title h1 {
        font-size: 28px;
        line-height: 35px;
    }
}