.ssec {
    position: relative;
    color: #fff;
    background-color: #000;
    font-family: ProximaNova, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0 auto;
}
.ssec img {
    max-width: 100%;
    width: 100%;
}

.ssec .ssec-head {
    font-size: 2.75rem;
    font-weight: 600;
    color: #f9c307;
    margin: 1% 0 2.125% 0;
}
.ssec .ssec-subhead {
    font-size: 1.5625rem;
    font-weight: 500;
    margin: .625rem 0;
}
.ssec .ssec-txt {
    font-size: 1.25rem;
    line-height: 1.2;
}
.ssec .ssec-note {
    font-size: .825rem;
    line-height: 1.5;
}

.ssec .ssec-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.ssec .ssec-col {
    width: 50%;
    padding: 0 15px;
}


.ssec-more {
    position: relative;
    text-align: center;
}
.ssec-more-btn {
    position: absolute;
    left: 50%;
    border: none;
    outline: none;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-top: 5px;
    width: 64px;
    height: 64px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotate(0) translate(-50%, -55%);
    -ms-transform: rotate(0) translate(-50%, -55%);
    transform: rotate(0) translate(-50%, -55%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: url(images/btn-more.png) no-repeat center center;
    z-index: 10;
}
.ssec-more-btn:focus {
    outline: none;
}
.ssec-more-btn.active {
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-transform: rotate(45deg) translate(-50%, 30%);
    -ms-transform: rotate(45deg) translate(-50%, 30%);
    transform: rotate(45deg) translate(-50%, 30%);
}

.ssec-phone .ssec-wrap {
    position: absolute;
    top: 6%;
    left: 15%;
    right: 15%;
    text-align: center;
}
.ssec-phone .ssec-head {
    color: #fff;
    margin: 0;
}
.ssec-phone .ssec-txt {
    color: #f9c307;
    font-weight: bold;
    font-size: 2.5rem;
}

.ssec-hardware .ssec-wrap,
.ssec-5g .ssec-wrap,
.ssec-display .ssec-wrap,
.ssec-camera .ssec-wrap,
.ssec-battery .ssec-wrap {
    position: absolute;
    top: 5%;
    left: 10%;
    right: 10%;
}
.ssec-camera .ssec-wrap {
    top: 1%;
}
.ssec-battery .ssec-wrap {
    top: 7%;
}

.ssec-hardware .ssec-f,
.ssec-battery .ssec-f,
.ssec-display .ssec-f {
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.25rem;
    text-align: center;
}
.ssec-hardware .ssec-h,
.ssec-battery .ssec-h,
.ssec-display .ssec-h {
    color: #f9c307;
    font-size: 2.75rem;
    font-weight: 500;
}
.ssec-battery .ssec-f {
    left: 35%;
    right: 35%;
}
.ssec-display .ssec-f {
    left: 25%;
    right: 25%;
}

.ssec-camera .ssec-f {
    position: absolute;
    top: 30%;
    left: 17%;
    font-size: 1.5rem;
}
.ssec-camera .ssec-f img {
    width: 70px;
}
.ssec-camera .ssec-i {
    display: flex;
    align-items: center;
    padding-bottom: 26px;
}
.ssec-camera .ssec-h {
    color: #f9c307;
    font-size: 3.5rem;
    font-weight: 600;
}
.ssec-camera .ssec-c1 {
    padding-left: 15px;
}

.ssec-connectivity {
    background-color: #000;
    padding-bottom: 1%;
}
.ssec-connectivity .ssec-wrap {
    width: 80%;
    margin: 0 auto;
    padding: 3.5% 0;
}
.ssec-connectivity .ssec-img {
    width: 90%;
    margin: 0 auto;
}
.ssec-connectivity .ssec-note {
    font-size: 1.25rem;
    padding-left: 4%;
}

.ssec-ip {
    color: #000;
}
.ssec-ip .ssec-wrap {
    position: absolute;
    top: 8%;
    left: 15%;
    right: 15%;
}

.ssec-performance .ssec-wrap {
    position: absolute;
    top: 3%;
    left: 15%;
    right: 15%;
    text-align: center;
}

.ssec-charging .ssec-wrap {
    position: absolute;
    top: 25%;
    left: 15%;
    right: 50%;
}

.ssec-nfc {
    text-align: center;
}
.ssec-nfc .ssec-wrap {
    width: 65%;
    padding: 2.5% 0;
    margin: 0 auto;
}

.ssec-os {
    padding: 3% 0;
}
.ssec-os .ssec-row {
    align-items: flex-start;
}
.ssec-os .ssec-col1 {
    width: 25%;
}
.ssec-os .ssec-col2 {
    padding-top: 6%;
    width: 28%;
}
.ssec-os .ssec-col3 {
    width: 47%;
}
.ssec-os .os-apps {
    padding-top: 22%;
    max-width: 100%;
    display: none;
}

.ssec-features .ssec-head {
    margin: 0;
    padding: 2% 0;
    text-align: center;
    font-weight: 300;
}
.ssec-features .ssec-f {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 3%;
}
.ssec-features .ssec-i {
    width: 33.3333333333%;
    padding: 8px;
    position: relative
}
.ssec-features .ssec-t {
    position: absolute;
    top: 15%;
    transform: translateY(-100%);
    left: 8px;
    right: 8px;
    text-align: center;
    font-size: 1.5rem;
    color: #111;
}

.ssec-note .ssec-wrap {
    width: 75%;
    margin: 0 auto;
    padding: 3% 0;
}
.ssec-note .ssec-i {
    font-size: .875rem;
    color: #f8f8f8;
    margin-bottom: 5px;
    line-height: 1.2;
}

.ssec-milstd .ssec-wrap,
.ssec-protected .ssec-wrap,
.ssec-clip .ssec-wrap,
.ssec-other-features .ssec-wrap,
.ssec-main-camera .ssec-wrap,
.ssec-wide-camera .ssec-wrap,
.ssec-video .ssec-wrap,
.ssec-ohter-camera-features .ssec-wrap {
    padding: 3%;
    width: 70%;
    margin: 0 auto;
    color: #989898;
}
.ssec-milstd .ssec-txt,
.ssec-protected .ssec-txt,
.ssec-clip .ssec-note,
.ssec-other-features .ssec-head,
.ssec-main-camera .ssec-txt,
.ssec-wide-camera .ssec-txt,
.ssec-video .ssec-txt,
.ssec-ohter-camera-features .ssec-head {
    padding-bottom: 3%;
    border-bottom: 2px solid #f9c307;
}
.ssec-clip .ssec-note {
    padding: 2% 0;
}
.ssec-clip .ssec-f {
    margin-top: 2%;
    display: flex;
    align-items: center;
}
.ssec-clip .ssec-i {
    width: 33.3333333333333333%;
    padding: 0 5px;
}
.ssec-clip .ssec-h {
    color: #111;
    text-align: center;
    font-size: 1.25rem;
    background-color: #fff;
    font-weight: bold;
    padding: 10px 0;
}
.ssec-nope .ssec-wrap {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 3%;
}
.ssec-other-features .ssec-f {
    display: flex;

}
.ssec-other-features .ssec-i {
    width: 25%;
    padding: 0 5px;
}
.ssec-other-features .ssec-t {
    padding-top: 15px;
    text-align: center;
    color:  #f9c307;
    font-size: 1.25rem;
}

.ssec-main-camera .ssec-owl {
    width: 80%;
    margin: 0 auto;
    padding: 2% 0;
}
.ssec-main-camera .ssec-f,
.ssec-wide-camera .ssec-f {
    display: flex;
    margin-top: 3%;
    font-size: 1.25rem;
    text-align: center;
}
.ssec-main-camera .ssec-h,
.ssec-wide-camera .ssec-h {
    color: #f9c307;
    font-size: 2.125rem;
    font-weight: 500;
}
.ssec-main-camera .ssec-i,
.ssec-wide-camera .ssec-i {
    padding-right: 10%;
}
.ssec-main-camera .ssec-i:last-child,
.ssec-wide-camera .ssec-i:last-child {
    padding-right: 0;
}

.ssec-cameras .ssec-wrap {
    width: 75%;
    margin: 0 auto;
    color: #989898;
}
.ssec-cameras .ssec-col {
    padding-top: 2%;
    padding-bottom: 1%;
}

.ssec-ohter-camera-features .ssec-f {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
}
.ssec-ohter-camera-features .ssec-f img {
    width: 115px;
    height: 115px;
}
.ssec-ohter-camera-features .ssec-i {
    width: 25%;
    padding-bottom: 2%;
}

.ssec-more-wrap {
    transition: height 0.5s ease-in-out;
    display: block;
}
.notactive {
    height: 0;
    display: none;
}

@media screen and (min-width: 1400px) {
}
@media screen and (max-width: 1399px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
    .ssec .ssec-head {
        font-size: 1.5rem;
    }
    .ssec .ssec-subhead {
        margin-top: 0;
        font-size: 1.25rem;
        font-weight: normal;
    }
    .ssec .ssec-txt,
    .ssec-connectivity .ssec-note {
        font-size: .875rem;
    }

    .ssec-phone .ssec-head {
        font-size: 2rem;
    }
    .ssec-phone .ssec-txt {
        font-size: 1.5rem;
    }

    .ssec-hardware,
    .ssec-5g,
    .ssec-connectivity,
    .ssec-display,
    .ssec-performance,
    .ssec-camera,
    .ssec-battery {
        background-color: #141414;
    }

    .ssec-hardware .ssec-wrap,
    .ssec-5g .ssec-wrap,
    .ssec-connectivity .ssec-wrap,
    .ssec-display .ssec-wrap,
    .ssec-performance .ssec-wrap,
    .ssec-camera .ssec-wrap,
    .ssec-battery .ssec-wrap {
        position: unset;
        left: unset;
        top: unset;
        right: unset;
        padding: 15px 5px;
        width: initial;
    }
    .ssec-hardware .ssec-row,
    .ssec-5g .ssec-row,
    .ssec-connectivity .ssec-row,
    .ssec-ip .ssec-row,
    .ssec-display .ssec-row,
    .ssec-camera .ssec-row,
    .ssec-battery .ssec-row {
        display: block;
    }
    .ssec-hardware .ssec-col,
    .ssec-5g .ssec-col,
    .ssec-connectivity .ssec-col,
    .ssec-ip .ssec-col,
    .ssec-display .ssec-col, 
    .ssec-camera .ssec-col,
    .ssec-battery .ssec-col {
        width: 100%;
    }

    .ssec-hardware .ssec-f,
    .ssec-battery .ssec-f,
    .ssec-display .ssec-f {
        flex-wrap: wrap;
        position: unset;
        left: unset;
        right: unset;
        bottom: unset;
        margin-top: 2rem;
        font-size: .875rem;
        padding: 0 5px 0;
    }
    .ssec-hardware .ssec-i,
    .ssec-battery .ssec-i,
    .ssec-display .ssec-i {
        width: 50%;
        padding-bottom: 1rem;
    }
    .ssec-hardware .ssec-h,
    .ssec-battery .ssec-h,
    .ssec-display .ssec-h {
        font-size: 1.25rem;
        font-weight: bold;
    }

    .ssec-connectivity .ssec-img {
        width: initial;
    }

    .ssec-ip .ssec-wrap {
        left: 0;
        right: 20%;
        top: 15px;
    }

    .ssec-milstd .ssec-wrap,
    .ssec-protected .ssec-wrap,
    .ssec-clip .ssec-wrap,
    .ssec-other-features
    .ssec-wrap,
    .ssec-main-camera .ssec-wrap,
    .ssec-wide-camera .ssec-wrap,
    .ssec-video .ssec-wrap,
    .ssec-ohter-camera-features .ssec-wrap {
        width: initial;
        padding-left: 15px;
        padding-right: 15px;
    }

    .ssec-clip .ssec-f {
        padding-top: 20px;
        display: block;
    }
    .ssec-clip .ssec-i {
        width: 100%;
        padding-bottom: 15px;
    }
    .ssec-nope .ssec-wrap {
        width: initial;
    }
    .ssec-other-features .ssec-f {
        flex-wrap: wrap;
    }
    .ssec-other-features .ssec-i {
        width: 50%;
        padding-bottom: 15px;
    }
    .ssec-other-features .ssec-t {
        font-size: 1rem;
    }

    .ssec-display .ssec-f {
        position: absolute;
        left: 5%;
        top: 30%;
        display: block;
        text-align: left;
    }
    .ssec-display .ssec-i {
        width: 100%;
    }

    .ssec-camera .ssec-f {
        position: unset;
        top: unset;
        left: unset;
        display: flex;
        flex-wrap: wrap;
        margin-top: 1.5rem;
        font-size: .875rem;
        padding-left: 15px;
        padding-right: 15px;
    }
    .ssec-camera .ssec-i {
        width: 50%;
    }
    .ssec-camera .ssec-f img {
        width: 40px;
    }
    .ssec-camera .ssec-h {
        font-size: 1.5rem;
    }

    .ssec-main-camera .ssec-f,
    .ssec-wide-camera .ssec-f {
        font-size: .875rem;
    }
    .ssec-main-camera .ssec-h,
    .ssec-wide-camera .ssec-h {
        font-size: 1.25rem;
    }
    .ssec-main-camera .ssec-owl {
        width: 98%;
    }

    .ssec-cameras .ssec-wrap {
        width: initial;
    }
    .ssec-cameras .ssec-row {
        display: block;
    }
    .ssec-cameras .ssec-col {
        width: 100%;
    }

    .ssec-ohter-camera-features .ssec-f {
        font-size: 1rem;
    }
    .ssec-ohter-camera-features .ssec-i {
        width: 50%;
    }
    .ssec-ohter-camera-features .ssec-f img {
        width: 70px;
        height: 70px;
    }
    .ssec-charging .ssec-wrap {
        top: 5%;
        left: 3%;
        right: 15%;
    }
    .ssec-nfc .ssec-wrap {
        width: initial;
    }

    .ssec-os .ssec-wrap {
        padding: 0 15px 15px;
    }
    .ssec-os .os-apps {
        display: none;
    }
    .ssec-os .ssec-row {
        display: block;
    }
    .ssec-os .ssec-col1 {
        display: none;
    }
    .ssec-os .ssec-col2,
    .ssec-os .ssec-col3 {
        width: 100%
    }

    .ssec-features .ssec-f {
        flex-wrap: wrap;
        width: 99%;
    }
    .ssec-features .ssec-i {
        width: 50%;
    }
    .ssec-features .ssec-t {
        font-size: .875rem;
    }
}

/**/
.ssec-text-center {
    text-align: center;
}

.ssec-style-2 .ssec-wrap {
    width: 60%;
    margin: 0 auto;
    padding: 3% 0 2%;
}

.ssec-case .ssec-wrap {
    position: absolute;
    top: 18%;
    left: 50.7%;
    right: 19.5%;
}

.ssec-case .ssec-txt {
    font-size: 2.25em;
    margin-bottom: 0;
    font-weight: bold;
    color: #000;
}

.ssec-case .ssec-i {
    position: absolute;
    font-size: 1.25em;
    text-align: center;
    top: 33%;
    line-height: 1;
}
.ssec-case .ssec-i1 {
    left: 52.5%;
    right: 42.3%;
    top: 34.5%;
}
.ssec-case .ssec-i2 {
    left: 59.4%;
    right: 35.4%;
}
.ssec-case .ssec-i3 {
    left: 66.2%;
    right: 28.5%;
}
.ssec-case .ssec-i4 {
    left: 73%;
    right: 21.7%;
}

.ssec-access {
    color: #000;
}

.ssec-protection .ssec-wrap,
.ssec-access .ssec-wrap {
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 6%;
}
.ssec-access .ssec-head {
    color: #000;
}

.ssec-box {
    background-color: #fff;
    color: #000;
}
.ssec-box .ssec-head {
    font-size: 3em;
    color: #000;
}

.ssec-box .ssec-inbox {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    font-size: 1.75em;
}
.ssec-box .ssec-inbox .ssec-f-i {
    width: 50%;
    padding: .2em .35em;
}
.ssec-box .ssec-inbox .ssec-f-i-ff {
    width: 100%;
    padding: .2em .35em;
}

@media screen and (max-width: 1024px) {
    .ssec {
        font-size: .825rem;
    }
}

@media screen and (max-width: 768px) {
    .ssec-case .ssec-wrap {
        top: 19.3%;
        left: 24%;
        right: 24%;
        padding: 0;
    }
    .ssec-case .ssec-txt {
        font-size: 3.2vw;
    }

    .ssec-case .ssec-i {
        font-size: 2.5vw;
    }
    .ssec-case .ssec-i1 {
        top: 40.5%;
        left: 42%;
        right: 48%;
    }
    .ssec-case .ssec-i2 {
        top: 38.8%;
        left: 53.9%;
        right: 36%;
    }
    .ssec-case .ssec-i3 {
        top: 54.5%;
        left: 42%;
        right: 48%;
        font-size: 1.5vw;
    }
    .ssec-case .ssec-i4 {
        top: 54.2%;
        left: 53.9%;
        right: 36%;
        font-size: 2vw;
    }

    .ssec-style-2 .ssec-wrap {
        width: initial;
        padding: 3% 10px;
    }

    .ssec-protection .ssec-wrap,
    .ssec-access .ssec-wrap {
        left: 10px;
        right: 10px;
        padding: 0;
    }

    .ssec-box .ssec-head {
        font-size: 1.875em;
    }

    .ssec-box .ssec-wrap {
        padding: 3% 0;
    }
    .ssec-box .ssec-inbox {
        font-size: .96em;
    }
    .ssec-box .ssec-inbox .ssec-f-i {
        padding: .2em .2em;
    }
    .ssec-box .ssec-inbox .ssec-f-i-ff {
        padding: .2em .2em;
    }
}

@media screen and (max-width: 400px) {
    
}