/**
 * 
 * @authors Bert
 * @date    2020-08-20 10:05:59
 * @version 1.0
 */
@import "../../common/less/global";
@import "./global";
/********header star ********/
.logo {
    .importSvgBg(@mainColor,'../svgs/logo.svg');
    width: 155px;
    height: 18px;
}

.notLoggedHeader .header {
    .logoBox {
        height: 66px;
        display: flex;
        justify-content: center;
        align-items: center;
        float: none;
        left: auto;
        position: static;
        width: auto;
        padding-top: 4px;
    }
}
.publicHeader .header {
    .logoBox {
        width: auto;
        height: 66px;
        display: flex;
        float: none;
        position: absolute;
        left: 0;
        width: 260px;
    }
}
@media screen and (max-width: 1521px){
    .publicHeader .header .logoBox {
        position: inherit;
        top: inherit;
        left: inherit;
        right: inherit;
        float: left;
        width: auto;
}
}
@media screen and (max-width: 768px) {
    .notLoggedHeader + .publicBody {
        margin-top: 107px;
    }
    .notLoggedHeader .mobileNav .navBtn {
        position: absolute;
        top: 25px;
        right: 15px;
    }
}
/********header end********/

/********press news start********/
.pressNews{
    padding: 0px 0;
    .cont {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        color: #0f0f0f;
        padding: 0px 15px;
        padding-bottom: 90px;
    }
    h1 {
        font-size: 16px;
        .publicFont4;
        text-transform: uppercase;
        margin-top: 78px;
        margin-bottom: 40px;
    }
    .text2 {
        margin-top: 60px;
        line-height: 34px;

        span {
            width: 34px;
            height: 34px;
            margin-right: 4px;
            display: inline-block;
            vertical-align: bottom;
            background: url("../svgs/email.svg") no-repeat center left;
        }
    }
    .phone {
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 34px;

        span {
            width: 34px;
            height: 34px;
            margin-right: 4px;
            display: inline-block;
            vertical-align: bottom;
            background: url("../svgs/phone.svg") no-repeat center left;
        }
    }
    .kitLink {
        margin: 20px auto 0;
        width: 240px;
        display: block;
    }
    .pressContent {
        margin: 25px auto 0 auto;
        max-width: 948px;
    }
    .pressContent img {
        width: 100%;
    }
    .pressImg {
        display: none;
    }
    .pressImgItems {
        margin: 50px auto 0 auto;
        max-width: 948px;
        display: flex;
        padding: 0px;
    }
    .pressImgItems li {
        flex: 1;
        margin: 0 20px 0 0;
        padding: 0px;
        cursor: pointer;
        list-style: none;
    }
    .pressImgItems li img {
        width: 100%;
    }
    .pressImgItems li:last-child {
        margin: 0;
    }
    .kitLink {
        text-align: center;
        color: #fff;
        background-color: #1b1b1b;
        cursor: pointer;
        overflow: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-transform: uppercase;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        .publicFont3;
        font-weight: 400;
        letter-spacing: 1px;
        text-decoration: none;
        box-sizing: border-box;
    }
}
@media screen and (max-width:768px) {
.pressNews{
    padding: 50px 0 0 0;
    .pressImg {
        display: block;
        width: 100%;
    }
    .pressImg .imgItems {
        width: 100%;
    }
    .pressImg .imgItems img {
        width: 100%;
        height: 61px;
    }

    .cont {
        padding: 0 16px;
    }
    h1 {
        text-align: center;
        .publicFont4;
        font-size: 24px;
        line-height: 24px;
        margin-top: 0;
        margin-bottom: 24px
    }
    .text {
        .publicFont1;
        font-size: 16px;
        line-height: 24px;
    }
    .text p {
        padding-bottom: 16px;
    }
    .text2 {
        margin-top: 8px;
        font-size: 16px;
        .publicFont3;
    }
    .text2 span {
        width: 24px;
        height: 24px;
        margin-right: 8px;
        padding: 3px 0;
        display: inline-block;
        vertical-align: bottom;
    }
    .phone {
        margin-top: 16px;
        margin-bottom: 24px;
        font-size: 16px;
        .publicFont3;
    }
    .phone span {
        width: 24px;
        height: 24px;
        margin-right: 8px;
        padding: 3px 0;
        display: inline-block;
        vertical-align: bottom;
    }
    .btn {
        background-color: #fff;
        color: #000;
        border: 1px solid #000;
        font-size: 14px;
        .publicFont3;
    }
    .kitLink {
        width: 100%;
        padding: 0 16px;
        display: block;
    }
    .pressContent {
        margin-top: 32px;
        margin-bottom: 2px;
    }
    .pressImgItems {
        margin: 25px auto;
    }
}
}
.blog_details_wrap{
    .details_cont{
        ol li {
            font-size: 14px;
        }
    }
}
/********press news end********/
