html {
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    min-width: 320px;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    overflow-scrolling: touch
}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,iframe {
    margin: 0;
    padding: 0
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: 700;
}

h1 {
    padding-bottom: 10px;
    font-size: 48px;
    line-height: 1.2
}

h2 {
    padding-bottom: 10px;
    font-size: 36px;
    line-height: 1.2
}

h3 {
    font-size: 24px;
    line-height: 1.5
}

h4 {
    font-size: 20px;
    line-height: 1.5
}

h5 {
    font-size: 18px;
    line-height: 1.5
}

fieldset,img {
    border: 0
}

address,caption,cite,dfn,em,th,var {
    font-style: normal;
    font-weight: normal
}

ol,ul {
    list-style: none
}

a {
    color: inherit;
    -webkit-transition: all 0.24s;
    -o-transition: all 0.24s;
    transition: all 0.24s;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,select,button {
    font: 100% "Roboto Slab Regular",Arial,Helvetica,sans-serif;
    vertical-align: baseline;
    *vertical-align: middle;
    outline: none
}

input[type=checkbox],input[type=radio] {
    vertical-align: middle
}

textarea {
    overflow: auto;
    font: 100% "Roboto Slab Regular",Arial,Helvetica,sans-serif;
    resize: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    display: block;
    margin: 0;
    padding: 0
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom:1;
}

time,mark {
    display: inline
}

mark {
    background-color: #ff0;
    color: #000
}

audio:not([controls]) {
    display: none;
    height: 0
}

input[type=text],input[type=reset],input[type=submit],select,button,textarea {
    -webkit-appearance: none
}

input::-ms-clear {
    display: none !important
}

img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all .24s ease;
    -o-transition: all .24s ease;
    transition: all .24s ease
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto Slab Regular"),local("RobotoSlab-Regular"),url("/wp-content/themes/mml-theme/dist/fonts/RobotoSlab-Regular.woff2") format("woff2"),url("/wp-content/themes/mml-theme/dist/fonts/RobotoSlab-Light.woff2") format("woff2"),url("/wp-content/themes/mml-theme/dist/fonts/RobotoSlab-Thin.woff2") format("woff2"),url("/wp-content/themes/mml-theme/dist/fonts/RobotoSlab-Bold.woff2") format("woff2");
    unicode-range: 'U+0400-045F', 'U+0490-0491', 'U+04B0-04B1', 'U+2116';
    font-display: swap
}

body {
    position: relative
}

body .swiper-pagination-bullet {
    opacity: 1;
    outline: none
}

p {
    font-size: 16px
}

.social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.social li {
    margin-left: 15px;
    color: #7badde;
    font-size: 32px
}

.social li:hover {
    color: #6f9ed2
}

.contact-way li {
    color: #7badde;
    margin-bottom: 8px
}

.contact-way li a {
    margin-left: 15px
}

.clearfix:before,.clearfix:after {
    content: "";
    display: table;
    clear: both
}

[class*=mml-cols] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

[class*=mml-cols]>li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px
}

.mml-cols-2>li {
    width: calc(50% - 20px);
    max-width: 600px
}

.mml-cols-3>li {
    width: calc(33.3333% - 20px);
    max-width: 400px
}

.mml-cols-4>li {
    width: calc(25% - 20px);
    max-width: 300px
}

.mml-cols-5>li {
    width: calc(20% - 20px);
    max-width: 240px
}

.mml-cols-6>li {
    width: calc(16.6666% - 20px);
    max-width: 200px
}

.mml-cols-7>li {
    width: calc(14.2856% - 20px);
    max-width: 172px
}

.mml-cols-8>li {
    width: calc(12.5% - 20px);
    max-width: 150px
}

.mml-cols-9>li {
    width: calc(11.1111% - 20px);
    max-width: 134px
}

.mml-cols-10>li {
    width: calc(10% - 20px);
    max-width: 120px
}

@media (max-width: 1024px) {
    .mml-cols-3 {
        margin-left:auto;
        margin-right: auto;
        max-width: 800px
    }

    .mml-cols-3>li {
        width: calc(50% - 20px)
    }

    .mml-cols-5>li {
        width: calc(25% - 20px)
    }

    .mml-cols-6>li {
        width: calc(20% - 20px)
    }

    .mml-cols-7>li {
        width: calc(16.6666% - 20px)
    }

    .mml-cols-8>li {
        width: calc(14.2856% - 20px)
    }

    .mml-cols-9>li,.mml-cols-10>li {
        width: calc(12.5% - 20px)
    }
}

@media (max-width: 890px) {
    .mml-cols-3>li {
        width:calc(50% - 20px)
    }

    .mml-cols-4>li,.mml-cols-5>li {
        width: calc(33.3333% - 20px)
    }

    .mml-cols-5 {
        margin-left: auto;
        margin-right: auto;
        max-width: 780px
    }

    .mml-cols-6>li,.mml-cols-7>li {
        width: calc(25% - 20px)
    }

    .mml-cols-7 {
        margin-left: auto;
        margin-right: auto;
        max-width: 768px
    }

    .mml-cols-8>li {
        width: calc(16.6666% - 20px)
    }

    .mml-cols-9>li,.mml-cols-10>li {
        width: calc(14.2856% - 20px)
    }
}

@media (max-width: 768px) {
    .mml-cols-4 {
        margin-left:auto;
        margin-right: auto;
        max-width: 640px
    }

    .mml-cols-4>li {
        width: calc(50% - 20px)
    }

    .mml-cols-6 {
        margin-left: auto;
        margin-right: auto;
        max-width: 660px
    }

    .mml-cols-6>li {
        width: calc(33.3333% - 20px)
    }

    .mml-cols-8>li {
        width: calc(20% - 20px)
    }

    .mml-cols-9>li,.mml-cols-10>li {
        width: calc(16.6666% - 20px)
    }
}

@media (max-width: 660px) {
    .mml-cols-8>li {
        width:calc(25% - 20px)
    }

    .mml-cols-9>li,.mml-cols-10>li {
        width: calc(20% - 20px)
    }
}

@media (max-width: 556px) {
    .mml-cols-2>li,.mml-cols-3>li {
        width:100%;
        max-width: unset
    }

    .mml-cols-5>li,.mml-cols-6 {
        max-width: 400px
    }

    .mml-cols-5>li>li,.mml-cols-6>li {
        width: calc(50% - 20px)
    }

    .mml-cols-7>li,.mml-cols-8>li {
        width: calc(33.3333% - 20px)
    }

    .mml-cols-8 {
        margin-left: auto;
        margin-right: auto;
        max-width: 510px
    }

    .mml-cols-9>li,.mml-cols-10>li {
        width: calc(25% - 20px)
    }
}

@media (max-width: 400px) {
    .mml-cols-4>li,.mml-cols-5>li {
        width:100%;
        max-width: unset
    }

    .mml-cols-7>li,.mml-cols-8>li {
        width: calc(50% - 20px)
    }

    .mml-cols-8 {
        max-width: 340px
    }

    .mml-cols-9>li,.mml-cols-10>li {
        width: calc(33.3333% - 20px)
    }
}

.mml-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 80px 10px
}

.mml-section p {
    margin: 10px 0
}

.mml-section p:last-child {
    margin-bottom: 0
}

.mml-section p:first-child {
    margin-top: 0
}

.mml-backgrounded {
    margin: 80px auto;
    padding: 120px 10px
}

.mml-backgrounded+.mml-backgrounded {
    margin: -80px auto 80px
}

.mml-backgrounded:first-child {
    margin-top: 0
}

.mml-backgrounded:last-child {
    margin-bottom: 0
}

.container,.mml-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto
}

.banner {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-size: cover;
    background-size: cover;
    max-height: 960px
}

.ipage {
    width: 1920px;
    max-width: 100%
}

.input-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 10px;
    -webkit-transition: all .24s;
    -o-transition: all .24s;
    transition: all .24s
}

.mml-form label {
    display: block;
    width: 100%
}

.mml-form input:not([type=submit]),.mml-form textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 10px 15px;
    outline: none;
    max-height: 120px;
    -webkit-transition: all .24s;
    -o-transition: all .24s;
    transition: all .24s;
    resize: none;
    color: #989FC1;
    font-size: 16px;
    border: 1px solid #cdd4e1;
    max-height: 100px
}

.mml-form input:not([type=submit]):focus,.mml-form textarea:focus {
    border: 2px solid #e5e5e5
}

.mml-form input:not([type=submit])::-webkit-input-placeholder,.mml-form textarea::-webkit-input-placeholder {
    color: #989FC1 !important
}

.mml-form input:not([type=submit])::-moz-placeholder,.mml-form textarea::-moz-placeholder {
    color: #989FC1 !important
}

.mml-form input:not([type=submit]):-ms-input-placeholder,.mml-form textarea:-ms-input-placeholder {
    color: #989FC1 !important
}

.mml-form input:not([type=submit])::-ms-input-placeholder,.mml-form textarea::-ms-input-placeholder {
    color: #989FC1 !important
}

.mml-form input:not([type=submit])::placeholder,.mml-form textarea::placeholder {
    color: #989FC1 !important
}

.mml-form .mml-formrow {
    margin: 20px -10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.mml-form .mml-formtip {
    margin: 10px 0 0
}

.mml-form .wpcf7-submit {
    display: block;
    margin: 0;
    margin-top: 20px;
    width: 100%;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    background-color: #0a1962 !important;
    color: #fff;
    padding: 12px 0 !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.mml-form .wpcf7-submit:hover {
    background-color: var(--cus-color1) !important;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

.mml-form .upload-file-wrap {
    margin-top: 20px;
    font-size: 16px
}

.mml-form .upload-file-wrap .codedropz-upload-handler {
    border-style: solid;
    border-color: #cdd4e1
}

.mml-form .upload-file-wrap .codedropz-upload-inner h3,.mml-form .upload-file-wrap .codedropz-upload-inner span {
    display: none
}

.mml-form .upload-file-wrap .dnd-upload-counter {
    display: none
}

.mml-form .upload-file {
    padding: 5px;
    display: inline-block;
    border: 1px solid #000;
    color: #000;
    background: #efefef;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px
}

.email-form-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.email-form-wrap .email-input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.email-form-wrap .email-input input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background-color: #0b206b;
    border: 1px solid var(--cus-color1);
    padding: 7px 20px;
    font-size: 18px;
    min-height: 59px
}

.email-form-wrap .email-input input::-webkit-input-placeholder {
    color: #7BADDE
}

.email-form-wrap .email-input input::-moz-placeholder {
    color: #7BADDE
}

.email-form-wrap .email-input input:-ms-input-placeholder {
    color: #7BADDE
}

.email-form-wrap .email-input input::-ms-input-placeholder {
    color: #7BADDE
}

.email-form-wrap .email-input input::placeholder {
    color: #7BADDE
}

.email-form-wrap .form-submit input {
    color: #fff;
    margin: 0;
    padding: 12px 45px !important;
    min-height: 59px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.email-form-wrap .form-submit input:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #36a8f2 !important
}

@media (max-width: 600px) {
    .email-form-wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .email-form-wrap .form-submit input {
        width: 100%
    }
}

.mml-article h3 {
    margin: 30px 0 10px;
    color: #000
}

.mml-article h4 {
    margin: 10px 0;
    color: #000
}

.mml-article li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.mml-article li:before {
    content: '\20';
    margin: .5em 8px 0 0;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #03a67b
}

.mml-article img {
    margin: 40px 0
}

.mml-article img:first-child {
    margin-top: 0
}

.customed-content a,.mml-link {
    color: #03a67b;
    text-decoration: underline
}

.customed-content a:hover,.mml-link:hover {
    text-decoration: underline
}

.mml-page,.mml-ellipsis {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    line-height: 20px;
    min-width: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center
}

.mml-page {
    cursor: pointer
}

.slicker-arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 20px
}

.slicker-arrow.arrow-prev {
    left: 0
}

.slicker-arrow.arrow-next {
    right: 0
}

.slick-slide {
    outline: none
}

.slick-slide a {
    outline: none
}

.slick-slide .slick-item {
    position: relative;
    display: block !important
}

.mml-video {
    position: relative
}

.vp-a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 60px
}

.slick-dots {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0
}

.slick-dots button {
    margin: 5px;
    height: 8px;
    width: 8px;
    border: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #c7c7c7;
    color: transparent;
    -webkit-transition: all 0.24s;
    -o-transition: all 0.24s;
    transition: all 0.24s;
    outline: none;
    cursor: pointer
}

.slick-dots .slick-active button {
    width: 30px
}

.btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -10px 0
}

.btn,.wpcf7-submit {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px;
    padding: 12px 50px;
    max-width: 100%;
    border: 2px solid transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.mml-btn-box .mml-btn {
    display: inline-block;
    margin: 40px 0;
    padding: 14px 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer
}

.mml-btn-box .mml-btn:hover {
    opacity: .8
}

.mml-btn-box:last-child .mml-btn {
    margin-right: 0
}

.mml-vp {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 60
}

.mml-vp.show {
    display: block
}

.mml-vp .mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 60;
    background-color: black;
    opacity: .5
}

.mml-vp .wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 70;
    width: 50%
}

.mml-vp .cont {
    background-color: white;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #999
}

.mml-vp .cont .hd {
    padding: 10px;
    border-bottom: #999 1px solid;
    text-align: right
}

.mml-vp .cont .dashicons {
    cursor: pointer
}

.mml-vp .cont .bd {
    text-align: center
}

@media (max-width: 768px) {
    .mml-vp .wrap {
        width:100%
    }
}

#arve .mml-vp .arve-wrapper {
    margin: 0 auto
}

.btn {
    margin: 0;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn-dark {
    background-color: #0a1962;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.btn-dark:hover {
    background-color: var(--cus-color1);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

.btn-light {
    background-color: var(--cus-color1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.btn-light:hover {
    background-color: #0a1962;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

.m-header {
    position: relative;
    z-index: 50;
    background-color: #e2e2e2
}

.m-header.sticky-header .m-header-bd {
    position: fixed;
    z-index: 20;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1)
}

.m-header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.m-header .m-logo {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100%;
    padding: 10px 0;
    text-align: center
}

.m-header .m-nav {
    margin: 0 0 0 auto;
    white-space: nowrap;
    text-align: center
}

.m-header .m-nav .responsive-menu-toggle {
    display: none;
    padding: 10px;
    color: #666
}

.m-header .m-nav .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.m-header .m-nav .menu>li.menu-item {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.m-header .m-nav .menu .current-menu-parent>a,.m-header .m-nav .menu .current-menu-item>a {
    color: #333
}

.m-header .m-nav .menu a {
    position: relative;
    display: block;
    padding: 10px
}

.m-header .m-nav .menu .menu-arrow {
    margin-left: .2em;
    padding: 0 0 0 5px;
    vertical-align: middle;
    font-size: .6em
}

.m-header .m-nav .menu a,.m-header .m-nav .menu span {
    color: #666
}

.m-header .m-nav .sub-menu {
    position: absolute;
    z-index: 100;
    display: none;
    min-width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1)
}

.m-header .m-nav .sub-menu.active {
    display: block
}

.m-header .m-nav .sub-menu a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.m-header .m-nav .sub-menu a:hover {
    background: rgba(0,0,0,0.06)
}

.m-header .m-nav .sub-menu .menu-arrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.m-header .m-nav .sub-menu>li.menu-item {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.05)
}

.m-header .m-nav .sub-menu>li.menu-item:nth-last-child {
    border: none
}

.m-header .m-nav .sub-menu>li.menu-item>.sub-menu {
    position: absolute;
    top: 0;
    left: 100%
}

.stack .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.stack .m-logo {
    width: 100%;
    text-align: center
}

.stack .m-logo:after {
    position: absolute;
    left: 50%;
    content: '';
    display: block;
    width: 50%;
    margin-top: 5px;
    border-bottom: 1px solid #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.split-menu .container {
    position: relative;
    display: inherit
}

.split-menu .m-logo {
    position: absolute;
    width: calc(24% - 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

.split-menu .m-nav {
    width: 100%
}

.split-menu .m-nav .menu-container {
    float: left;
    width: 38%
}

.split-menu .m-nav .menu-container:nth-last-child(1) {
    float: right
}

.responsive-menu-bd {
    position: relative;
    height: 0px
}

.responsive-menu-bd .responsive-menu-toggle {
    position: absolute;
    right: 20px;
    top: -41px;
    max-width: 60px
}

@media (max-width: 1024px) {
    .m-header .container {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .m-header .m-logo {
        width: 100%
    }

    .m-header .m-nav {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        width: 100%
    }

    .m-header .m-nav .responsive-menu-toggle {
        display: block
    }

    .m-header .m-nav .menu-container {
        display: none
    }

    .m-header .m-nav .menu-container.has-template .menu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .m-header .m-nav .menu-container.has-template .menu>li.menu-item {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto
    }

    .m-header .m-nav .menu-container.has-template .menu .sub-menu .menu-arrow {
        -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg)
    }

    .m-header .m-nav .menu-container.has-template .menu .sub-menu>li.menu-item>.sub-menu {
        top: 100%;
        left: 0
    }

    .stack .m-logo:after {
        display: none
    }

    .split-menu .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .split-menu .m-logo {
        position: relative;
        left: 0;
        width: 100%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .split-menu .m-nav .menu-container {
        width: 100%;
        float: none
    }

    .custom-menu .container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .custom-menu .m-logo {
        width: 100%
    }

    .custom-menu .m-nav {
        max-width: 100%;
        width: 100%
    }
}

.slide-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9002;
    display: none;
    width: 100%;
    height: 120%;
    background: rgba(0,0,0,0.6)
}

.slide-close {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 60px;
    text-align: right;
    font-size: 20px
}

.slide-close i {
    display: inline-block;
    cursor: pointer;
    padding: 20px
}

.slide-menu {
    position: fixed;
    top: 0;
    right: -250px;
    z-index: 100000;
    width: 250px;
    height: 100%;
    overflow-y: auto;
    border-bottom-width: 60px;
    border-bottom-style: solid;
    border-color: #191919;
    color: #a6a6a6;
    font-size: 15px;
    background-color: #191919
}

.slide-menu .menu-container {
    border-bottom: 1px solid rgba(255,255,255,0.03)
}

.slide-menu .menu-container ul li {
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.03);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #a6a6a6
}

.slide-menu .menu-container ul li.active {
    color: #fff
}

.slide-menu .menu-container ul li.active>a .menu-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slide-menu .menu-container ul li a {
    position: relative;
    display: block;
    padding: 11px 5px 10px 20px;
    margin-right: 50px;
    text-decoration: none;
    line-height: 19px;
    color: inherit
}

.slide-menu .menu-container ul li .menu-arrow {
    position: absolute;
    right: -40px;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 10px;
    color: #999;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.slide-menu .menu-container ul li .sub-menu {
    display: none
}

.slide-menu .menu-container>ul li .sub-menu li>a {
    padding-left: 30px
}

.slide-menu .menu-container>ul li .sub-menu li .sub-menu li>a {
    padding-left: 45px
}

.slide-menu .menu-container>ul li .sub-menu li .sub-menu li .sub-menu li a {
    padding-left: 60px
}

.mml-cols-2,.mml-cols-3,.mml-cols-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.mml-cols-2 .blog-item,.mml-cols-3 .blog-item,.mml-cols-4 .blog-item {
    margin: 10px
}

.mml-cols-2 .blog-item {
    width: calc(50% - 20px)
}

.mml-cols-3 .blog-item {
    width: calc(33.3333% - 20px)
}

.mml-cols-3 .blog-title {
    font-size: 20px;
    line-height: 30px
}

.mml-blog,.mml-blog-recent {
    margin: 120px auto;
    font-family: 'Roboto Slab Regular';
    line-height: 23px;
    font-size: 15px
}

.mml-blog a,.mml-blog-recent a {
    color: #444
}

.mml-blog a:hover,.mml-blog-recent a:hover {
    color: #0082d5
}

.mml-blog .mml-image,.mml-blog-recent .mml-image {
    position: relative;
    overflow: hidden
}

.mml-blog .mml-image:hover img,.mml-blog-recent .mml-image:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.mml-blog .mml-text,.mml-blog-recent .mml-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 25px;
    font-weight: 300
}

.mml-blog .fa-caret-right,.mml-blog-recent .fa-caret-right {
    margin-left: .6em;
    -webkit-transition: all .24s;
    -o-transition: all .24s;
    transition: all .24s
}

.mml-blog .mml-page,.mml-blog-recent .mml-page {
    color: #333;
    font-weight: 700
}

.mml-blog .mml-page.mml-active,.mml-blog .mml-page:hover,.mml-blog-recent .mml-page.mml-active,.mml-blog-recent .mml-page:hover {
    background-color: #0082d5;
    color: #fff
}

.blog-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .24s;
    -o-transition: all .24s;
    transition: all .24s;
    background-color: #fff
}

.blog-title {
    display: block;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700
}

.blog-time {
    font-weight: 400
}

.blog-time .fa-clock {
    margin-right: .1em
}

.blog-excerpt {
    display: block;
    margin: 10px 0 20px
}

.blog-tag {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 10px 14px;
    background-color: #0082d5;
    color: #fff;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    font-weight: 500;
    font-size: 11px;
    line-height: 11px
}

.blog-tag:empty {
    display: none
}

.blog-withbg {
    background-color: #e6eaf1;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.tpl-blog-0 .blog-item,.tpl-blog-1 .blog-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.tpl-blog-0 .blog-readmore,.tpl-blog-1 .blog-readmore {
    font-weight: 700;
    font-size: 14px
}

.tpl-blog-0 .blog-excerpt,.tpl-blog-1 .blog-excerpt {
    color: #888
}

.tpl-blog-0 .blog-time {
    position: absolute;
    left: 0;
    bottom: 100%;
    padding: 15px 9px;
    background-color: rgba(255,255,255,0.9);
    color: #333;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    -webkit-transform: translate(30px, -30px);
    -ms-transform: translate(30px, -30px);
    transform: translate(30px, -30px)
}

.tpl-blog-0 .blog-date {
    display: block;
    margin-bottom: 14px;
    font-size: 28px
}

.tpl-blog-0 .blog-readmore {
    margin: auto 5px 0 auto;
    color: #0082d5
}

.tpl-blog-0 .blog-readmore:hover {
    color: #0e94ea
}

.tpl-blog-1 .blog-readmore {
    margin: auto 0 0 auto;
    padding: 0 14px;
    line-height: 35px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #0082d5;
    color: #fff
}

.tpl-blog-1 .blog-readmore:hover {
    color: #fff;
    background-color: #0e94ea
}

.tpl-blog-1 .blog-time,.tpl-blog-2 .blog-time {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    padding: 0 25px;
    background-color: rgba(55,67,85,0.7);
    color: #fff;
    font-size: 14px;
    line-height: 50px
}

.tpl-blog-2 .blog-readmore {
    color: #0082d5;
    font-weight: 400
}

.tpl-blog-2 .blog-readmore:hover {
    color: #0e94ea
}

.tpl-blog-2 .blog-excerpt {
    margin: 10px 0 0;
    color: #666
}

.tpl-blog-3 .blog-time {
    margin-bottom: 5px;
    font-size: 14px
}

.tpl-blog-4 .blog-item {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 3px 4px 10px 0px rgba(69,82,139,0.1);
    box-shadow: 3px 4px 10px 0px rgba(69,82,139,0.1)
}

.tpl-blog-4 .blog-item:before {
    content: '\20';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    width: 0;
    background-color: #0082d5;
    -webkit-transition: width .15s ease;
    -o-transition: width .15s ease;
    transition: width .15s ease
}

.tpl-blog-4 .blog-item:hover:before {
    width: 100%
}

.tpl-blog-4 .mml-text {
    padding: 60px 50px
}

.tpl-blog-4 .blog-time {
    color: #9095a2;
    font-size: 18px;
    font-weight: 500
}

.tpl-blog-4 .blog-title {
    margin: 25px 0 15px;
    font-size: 24px;
    color: #222c47
}

.tpl-blog-4 .blog-title:hover {
    color: #0082d5
}

.tpl-blog-4 .blog-excerpt {
    margin: 10px 0 50px
}

.tpl-blog-4 .blog-readmore {
    margin: auto 0 0 0;
    color: #0082d5;
    font-size: 18px;
    font-weight: 500
}

.tpl-blog-4 .blog-readmore:hover {
    color: #0e94ea
}

.tpl-blog-4 .blog-readmore i {
    margin-left: .5em
}

.tpl-blog-5,.tpl-blog-6,.tpl-blog-7 {
    position: relative;
    overflow: hidden
}

.tpl-blog-5 .blog-item,.tpl-blog-6 .blog-item,.tpl-blog-7 .blog-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-border-radius: 0;
    border-radius: 0
}

.tpl-blog-5:before {
    content: '\20';
    position: absolute;
    left: 10.7627%;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #ddd
}

.tpl-blog-5 .blog-item {
    padding-left: 16.95%;
    margin-bottom: 40px;
    background-color: transparent
}

.tpl-blog-5 .blog-item:before {
    content: '\20';
    position: absolute;
    left: 10.7627%;
    top: 10px;
    width: 9px;
    height: 9px;
    border: 3px solid #0082d5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #0082d5;
    -webkit-transform: translate(-14px, 0);
    -ms-transform: translate(-14px, 0);
    transform: translate(-14px, 0);
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    outline: 3px solid #fff
}

.tpl-blog-5 .blog-item:after {
    content: '\20';
    position: absolute;
    top: 16px;
    left: calc(10.7627% + 5px);
    height: 2px;
    width: 28px;
    background-color: #ddd
}

.tpl-blog-5 .blog-item>a {
    width: 46%;
    max-width: 380px
}

.tpl-blog-5 .mml-text {
    position: static
}

.tpl-blog-5 .blog-time {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 7px;
    padding: 0 6px;
    line-height: 22px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #0082d5;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    outline: 4px solid #fff
}

.tpl-blog-5 .blog-readmore {
    margin: auto 0 10px 0;
    padding: 0 20px;
    background-color: #fafbfc;
    color: #999;
    font-size: 14px;
    line-height: 40px;
    text-align: right
}

.tpl-blog-5 .blog-readmore i {
    margin-right: .5em;
    font-size: 1.28em
}

.tpl-blog-6 .blog-item,.tpl-blog-7 .blog-item {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tpl-blog-6 .blog-time,.tpl-blog-7 .blog-time {
    font-size: 14px
}

.tpl-blog-6 .blog-excerpt,.tpl-blog-7 .blog-excerpt {
    margin: 0 0 40px;
    color: #666
}

.tpl-blog-6 .blog-readmore,.tpl-blog-7 .blog-readmore {
    font-weight: 700;
    font-size: 14px
}

.tpl-blog-6 .blog-item>a {
    width: 46%;
    max-width: 400px
}

.tpl-blog-6 .mml-text {
    padding: 20px 80px
}

.tpl-blog-6 .blog-title {
    margin: 10px 0
}

.tpl-blog-6 .blog-readmore {
    color: #0082d5
}

.tpl-blog-6 .blog-readmore:hover {
    color: #0e94ea
}

.tpl-blog-7 .blog-item {
    background-color: #fbfcff
}

.tpl-blog-7 .blog-item>a {
    width: 50%;
    max-width: 590px
}

.tpl-blog-7 .mml-text {
    position: static;
    padding: 40px 70px
}

.tpl-blog-7 .blog-time {
    position: absolute;
    right: 40px;
    bottom: 40px
}

.tpl-blog-7 .blog-title {
    margin: 0 0 10px
}

.tpl-blog-7 .blog-readmore {
    margin: 0 auto 0 0;
    padding: 0 14px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #0082d5;
    color: #fff;
    line-height: 35px
}

.tpl-blog-7 .blog-readmore:hover {
    background-color: #0e94ea;
    color: #fff
}

.mml-blog-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 120px auto 80px;
    max-width: 1200px;
    width: 100%;
    padding: 0 10px;
    font-family: 'Roboto Slab';
    line-height: 23px;
    font-size: 16px
}

.blog-detail-colwidth {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.blog-detail-title {
    font-size: 48px !important;
    font-weight: 700;
    color: #000 !important
}

.blog-detail-info {
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-shares {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-shares a {
    margin: 0 4px
}

.blog-shares .addtoany_shortcode {
    margin-left: 5px
}

.blog-shares .addtoany_list a {
    padding: 0 4px;
    max-height: 18px
}

.blog-article {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.blog-widget {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 80px;
    padding: 25px 30px 10px 45px;
    max-width: 380px;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(84,87,93,0.1);
    box-shadow: 0px 20px 30px 0px rgba(84,87,93,0.1)
}

.blog-widget>h2 {
    margin: 0;
    font-size: 30px !important;
    font-weight: 700
}

.blog-widget ul {
    margin: 20px 0 0;
    border-top: 1px solid rgba(221,221,221,0.3)
}

.blog-widget li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.blog-widget li:hover a {
    color: #666
}

.blog-widget li:hover .fa-arrow-right {
    opacity: 1
}

.blog-widget li:not(:last-child) a {
    border-bottom: 1px solid rgba(221,221,221,0.3)
}

.blog-widget .fa-arrow-right {
    margin-right: 10px;
    opacity: 0;
    -webkit-transition: opacity .24s;
    -o-transition: opacity .24s;
    transition: opacity .24s
}

.blog-widget a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px 0;
    color: #999;
    line-height: 21px
}

.blog-detail-content {
    line-height: 1.74;
    font-weight: 400;
    color: #666;
    letter-spacing: .48px
}

.blog-detail-content h1,.blog-detail-content h2,.blog-detail-content h3,.blog-detail-content h4,.blog-detail-content h5,.blog-detail-content h6 {
    line-height: 1.3;
    font-weight: 500;
    margin: 30px 0 15px
}

.blog-detail-content h1 {
    font-size: 35px
}

.blog-detail-content h2 {
    font-size: 29px
}

.blog-detail-content h3 {
    font-size: 24px
}

.blog-detail-content h4 {
    font-size: 19px
}

.blog-detail-content h5 {
    font-size: 14px
}

.blog-detail-content p,.blog-detail-content li {
    margin: 0 0 10px
}

.blog-detail-content img,.blog-detail-content video,.blog-detail-content audio {
    display: block;
    margin: 20px auto;
    width: unset !important;
    height: unset !important
}

.blog-detail-content img:first-child,.blog-detail-content video:first-child,.blog-detail-content audio:first-child {
    margin-top: 0
}

.mml-blog-recent {
    max-width: 1200px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto 120px
}

.mml-blog-recent>h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px !important;
    color: #444
}

.mml-blog-recent .mml-text {
    padding: 15px 30px 30px
}

.mml-blog-recent .blog-title {
    margin: 5px 0 0
}

@media (max-width: 1000px) {
    .tpl-blog-5:before {
        display:none
    }

    .tpl-blog-5 .blog-item {
        padding-left: 0
    }

    .tpl-blog-5 .blog-item:before,.tpl-blog-5 .blog-item:after {
        display: none
    }

    .tpl-blog-5 .blog-time {
        left: 7px;
        outline: none
    }

    .tpl-blog-6 .mml-text,.tpl-blog-7 .mml-text {
        padding: 20px
    }
}

@media (max-width: 960px) {
    .tpl-blog-4 .blog-item {
        width:calc(50% - 20px)
    }
}

@media (max-width: 850px) {
    .mml-cols-3 .blog-item {
        width:calc(50% - 20px)
    }

    .tpl-blog-5 .blog-item {
        display: block
    }

    .tpl-blog-5 .blog-item>a {
        display: block;
        margin: auto;
        width: unset
    }
}

@media (max-width: 720px) {
    .tpl-blog-4 .blog-item .mml-text {
        padding:30px 20px 20px
    }

    .tpl-blog-6 .blog-item,.tpl-blog-7 .blog-item {
        display: block
    }

    .tpl-blog-6 .blog-item>a,.tpl-blog-7 .blog-item>a {
        display: block;
        margin: auto;
        width: unset
    }

    .tpl-blog-6 .blog-excerpt,.tpl-blog-7 .blog-excerpt {
        margin: 0 0 20px
    }

    .tpl-blog-7 .blog-item {
        background-color: unset
    }

    .tpl-blog-7 .mml-text {
        position: relative;
        margin: auto;
        max-width: 590px;
        background-color: #fbfcff
    }

    .tpl-blog-7 .blog-time {
        bottom: 25px;
        right: 20px
    }
}

@media (max-width: 600px) {
    .mml-blog {
        margin:40px auto
    }

    .mml-blog .mml-text {
        padding: 15px
    }

    .mml-blog .blog-item {
        width: 100%
    }

    .blog-title,.mml-cols-3 .blog-title {
        font-size: 18px;
        line-height: 24px
    }

    .tpl-blog-1 .blog-time,.tpl-blog-2 .blog-time {
        padding: 0 15px;
        line-height: 36px
    }
}

@media (max-width: 900px) {
    .mml-blog-detail {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .blog-article {
        display: block
    }

    .blog-detail-colwidth {
        width: 100%;
        margin: auto
    }

    .blog-widget {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        margin: 40px auto;
        max-width: unset
    }
}

@media (max-width: 600px) {
    .mml-blog-detail {
        margin:40px auto
    }

    .blog-detail-title {
        font-size: 36px !important
    }

    .blog-widget {
        padding: 20px
    }

    .blog-widget>h2 {
        font-size: 26px !important
    }

    .mml-blog-recent {
        margin: 40px auto
    }

    .mml-blog-recent>h2 {
        text-align: center;
        font-size: 26px !important
    }

    .mml-blog-recent .blog-item {
        margin: 10px auto;
        max-width: 380px;
        width: 100%
    }
}

.mml-faq-item {
    position: relative;
    margin-bottom: 10px;
    background: rgba(0,0,0,0.02);
    color: #666
}

.mml-faq-item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
    content: ''
}

.mml-faq-item.active .mml-faq-item-hd {
    color: #0095eb
}

.mml-faq-item.active .mml-faq-item-hd i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mml-faq-item .mml-faq-item-hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    cursor: pointer
}

.mml-faq-item .mml-faq-item-hd .number {
    width: 60px;
    text-align: center
}

.mml-faq-item .mml-faq-item-hd .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
    font-weight: normal
}

.mml-faq-item .mml-faq-item-hd i {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.mml-faq-item .mml-faq-item-bd {
    display: none;
    padding: 0 80px 20px 80px
}

.mml-mask {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    background: rgba(0,0,0,0.5);
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mml-mask.mml-show {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.mml-modal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    max-height: 100%;
    max-width: 1000px;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 34px 0px rgba(33,33,33,0.15);
    box-shadow: 0px 0px 34px 0px rgba(33,33,33,0.15)
}

.mml-modal-header {
    padding: 5px 20px;
    text-align: right
}

.mml-modal-close {
    font-size: 26px;
    cursor: pointer
}

.mml-modal-content {
    padding: 10px 20px 20px;
    overflow: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.portfolio-template .elementor-107 .elementor-container,.liyond_news-template .elementor-107 .elementor-container,.post-template-default .elementor-107 .elementor-container,.search .elementor-107 .elementor-container,.archive .elementor-107 .elementor-container {
    background-color: #0A1962 !important;
    max-width: unset !important;
    width: 100%
}

.home-news-list {
    position: relative;
    margin-top: 30px;
    border: 1px solid #E7EAF7;
    padding: 60px 60px 20px 60px
}

.home-news-list:hover {
    -webkit-box-shadow: 6px 6px 30px 0px rgba(5,58,168,0.2);
    box-shadow: 6px 6px 30px 0px rgba(5,58,168,0.2)
}

.home-news-list i {
    position: absolute;
    background-color: var(--cus-color1);
    color: #fff;
    padding: 24px 12px 24px 12px;
    top: 34%;
    cursor: pointer
}

.home-news-list i:hover {
    background-color: #0a1962
}

.home-news-list .prev {
    left: 50px;
    z-index: 1
}

.home-news-list .next {
    right: 50px;
    z-index: 1
}

.home-news-item a {
    display: block
}

.home-news-item .news-content {
    padding: 20px 0 15px;
    border-bottom: 1px solid #E7EAF7
}

.home-news-item .news-content h2 {
    font-size: 20px;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px
}

.home-news-item .news-content p {
    padding: 0 20px
}

.home-news-item .news-date {
    padding-left: 20px;
    padding: 15px 20px;
    color: #D5D8E7;
    font-size: 12px;
    font-weight: 300
}

.product-siderbar {
    background-color: #fff;
    padding: 50px 30px 60px 30px
}

.product-siderbar h2 {
    font-size: 30px !important;
    padding-bottom: 0;
    line-height: 30px !important
}

.product-siderbar .product-categories {
    margin-top: 30px
}

.product-siderbar .product-categories a {
    color: #0A1962
}

.product-siderbar .product-categories a:hover {
    color: var(--cus-color1)
}

.product-siderbar .product-categories .categories-current {
    color: var(--cus-color1) !important;
}

.product-siderbar .primary-categories {
    font-size: 18px;
    font-weight: 600;
}

.product-siderbar .secondary-categories {
    font-size: 16px;
    font-weight: 400
}

.product-siderbar .secondary-categories .item {
    margin-top: 10px
}

@media (max-width: 1025px) {
    .product-siderbar {
        margin-left:10px
    }
}

@media (max-width: 760px) {
    .product-siderbar {
        margin-left:0
    }
}

.bread-brumb {
    padding: 20px 0;
    background-color: #f4f9ff
}

.bread-brumb .mml-row {
    font-weight: 400
}

.bread-brumb .mml-row>a span {
    margin: 0 10px
}

.bread-brumb .mml-row>a:hover {
    color: #0a1962
}

.timeline .timeline-content {
    margin-top: 60px;
    position: relative
}

.timeline .timeline-content::after {
    content: "";
    width: 5px;
    height: 100%;
    background-color: #0A1962;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2
}

.timeline .text-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.timeline .text-wrap:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.timeline .text-wrap:nth-of-type(2n) .timeline-date {
    text-align: right
}

.timeline .text-wrap:first-of-type::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #fff;
    height: 50%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 3
}

.timeline .text-wrap:last-of-type::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #fff;
    height: 50%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 3
}

.timeline .text-wrap:hover .icon {
    background-color: var(--cus-color1)
}

.timeline .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 47px;
    height: 47px;
    line-height: 47px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background-color: #0A1962;
    color: #fff;
    font-size: 18px;
    z-index: 4
}

.timeline .text {
    position: relative;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 540px;
    width: 45%;
    background-color: #f4f9ff
}

.timeline .text h3 {
    font-size: 24px;
    color: #0A1962;
    margin-bottom: 7px
}

.timeline .text .date {
    font-size: 18px;
    display: none
}

.timeline .text::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom:1;border-color: transparent transparent transparent #f4f9ff;
    border-style: dashed dashed dashed solid;
    border-width: 10px 0 10px 10px
}

.timeline .text-wrap:nth-of-type(2n) .text::before {
    left: 0;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom:1;
    border-color: transparent #f4f9ff transparent transparent;
    border-style: dashed solid dashed dashed;
    border-width: 10px 10px 10px 0
}

.timeline .timeline-date {
    font-size: 18px;
    max-width: 540px;
    width: 45%
}

.timeline .timeline-btn {
    margin-top: 20px
}

.timeline .timeline-btn a {
    display: none;
    text-align: center;
    color: #0A1962;
    font-weight: 500;
    font-size: 18px
}

.timeline .timeline-btn i {
    margin-left: 6px
}

@media (max-width: 1024px) {
    .timeline .text-wrap {
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .timeline .text-wrap:first-of-type::after {
        left: 25px
    }

    .timeline .text-wrap:last-of-type::after {
        left: 25px
    }

    .timeline .text {
        max-width: unset;
        width: 100%;
        margin: 0 auto;
        margin-left: 80px
    }

    .timeline .text .date {
        display: block
    }

    .timeline .text::before {
        left: 0;
        -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
        width: 0;
        height: 0;
        line-height: 0;
        overflow: hidden;
        display: inline-block;
        *display: inline;
        *zoom:1;border-color: transparent #f4f9ff transparent transparent;
        border-style: dashed solid dashed dashed;
        border-width: 10px 10px 10px 0
    }

    .timeline .icon {
        left: 25px
    }

    .timeline .timeline-date {
        display: none
    }

    .timeline .timeline-content::after {
        left: 25px
    }

    .timeline .timeline-btn a {
        text-align: left
    }
}

.elementor-page-45 .elementor-element-f621be6 .mml-form label:nth-child(-n+3) {
    width: 48%
}

.elementor-page-45 .elementor-element-f621be6 .mml-form label:last-child {
    margin-top: 20px
}

.elementor-page-45 .elementor-element-f621be6 .mml-form input:not([type=submit]),.elementor-page-45 .elementor-element-f621be6 .mml-form textarea {
    border: none;
    border-bottom: 1px solid #cdd4e1
}

.elementor-page-45 .elementor-element-f621be6 .mml-form input:not([type=submit]):focus,.elementor-page-45 .elementor-element-f621be6 .mml-form textarea:focus {
    border: 1px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5
}

.elementor-page-45 .elementor-element-f621be6 .mml-form .wpcf7-submit {
    max-width: 135px;
    max-height: 50px
}

.elementor-page-45 .elementor-element-f621be6 .user-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 540px) {
    .elementor-page-45 .elementor-element-f621be6 .mml-form label:nth-child(-n+3) {
        width:100%;
        margin-top: 20px
    }
}

.p2-s1 {
    padding: 80px 0;
    background-color: #f4f9ff
}

.p2-s1 .p2-s1-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.p2-s1 .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 570px;
    width: 50%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.p2-s1 .small-img-wrap {
    max-width: 70px;
    margin-right: 10px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.p2-s1 .small-img-item {
    margin-bottom: 10px;
    cursor: pointer
}

.p2-s1 .big-img-wrap {
    position: relative;
    max-width: 490px;
    width: 86%
}

.p2-s1 .big-img-wrap>i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #000;
    background-color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    cursor: pointer
}

.p2-s1 .big-img-wrap .prev {
    left: 10px
}

.p2-s1 .big-img-wrap .next {
    right: 10px
}

.p2-s1 .big-img-item {
    position: relative
}

.p2-s1 .big-img-item i {
    font-size: 60px;
    color: var(--cus-color1)
}

.p2-s1 .big-img-item i:hover {
    color: #0A1962
}

.p2-s1 .right {
    max-width: 520px;
    width: 46%;
    margin: 0 auto;
    margin-right: 0
}

.p2-s1 .right h1 {
    color: #0a1962 !important;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px
}

.p2-s1 .right b {
    color: #989FC1;
    font-weight: 500;
    font-size: 20px
}

.p2-s1 .right h4 {
    color: #0a1962 !important;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px
}

.p2-s1 .right .des {
    margin-top: 35px
}

.p2-s1 .right .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px
}

.p2-s1 .right .btn-wrap .btn {
    margin-top: 10px
}

.p2-s1 .right .btn-wrap .btn-light {
    margin-right: 20px
}

.p2-s1 .mask {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
    padding: 30px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.p2-s1 .mask .img-show {
    position: relative
}

.p2-s1 .mask i {
    position: absolute;
    left: -25px;
    top: 5px;
    color: #ddd;
    cursor: pointer;
    font-size: 20px
}

.p2-s1 .mask.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1200px) {
    .p2-s1 .right .btn-wrap {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 968px) {
    .p2-s1 .p2-s1-wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .p2-s1 .right {
        max-width: unset;
        width: 80%;
        margin: 0 auto;
        margin-top: 30px
    }

    .p2-s1 .left {
        width: 95%;
        margin: 0 auto
    }
}

@media (max-width: 535px) {
    .p2-s1 .big-img-wrap {
        width:100%
    }

    .p2-s1 .small-img-wrap {
        display: none
    }
}

.p2-s2 {
    padding: 100px 0
}

.p2-s2 .p2-s2-wrap {
    text-align: center
}

.p2-s2 .text {
    max-width: 700px;
    margin: 0 auto
}

.p2-s2 h2 {
    padding-bottom: 20px
}

.p2-s2 .mml-cols-3 {
    margin-top: 30px
}

.p2-s2 .mml-cols-3 .item {
    position: relative;
    -webkit-box-shadow: 6px 6px 30px 0px rgba(5,58,168,0.2);
    box-shadow: 6px 6px 30px 0px rgba(5,58,168,0.2);
    padding: 20px 20px 30px 20px;
    margin-top: 80px
}

.p2-s2 .mml-cols-3 .img-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.p2-s2 .mml-cols-3 .text-wrap {
    margin-top: 70px
}

.p2-s2 .mml-cols-3 .text-wrap h5 {
    margin-bottom: 30px
}

@media (max-width: 1024px) {
    .p2-s2 .mml-cols-3 {
        margin-left:auto !important;
        margin-right: auto !important
    }
}

.p2-s3 {
    padding: 100px 0;
    background-color: #f4f9ff
}

.p2-s3 .tab-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.p2-s3 .tab-button-item {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #989FC1;
    padding: 16px 50px;
    border-bottom: 2px solid var(--cus-color1);
    cursor: pointer;
    z-index: 2;
    overflow: hidden
}

.p2-s3 .tab-button-item::after {
    content: "";
    position: absolute;
    background-color: #58bdf4;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 2px;
    left: 0;
    z-index: -1;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.p2-s3 .tab-button-item-active {
    color: #0a1962
}

.p2-s3 .tab-button-item-active::after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.p2-s3 .tab-content-item {
    padding: 40px 40px 0px 20px;
    display: none;
    overflow: auto
}

.p2-s3 .tab-content-item:first-of-type {
    display: block
}

.p2-s3 .tab-content-item img {
    width: unset !important;
    height: unset !important
}

.p2-s3 .text-wrap {
    margin-bottom: 25px
}

.p2-s3 table {
    max-width: 1000px;
    width: 100%
}

.p2-s3 table tbody {
    border: 2px solid #000;
    border-left: 1px dashed #000;
    border-right: 1px dashed #000
}

.p2-s3 table th,.p2-s3 table td {
    border: 2px solid #000;
    border-left: 1px dashed #000;
    border-right: 1px dashed #000;
    text-align: center
}

.p2-s3 table th {
    padding: 20px 0
}

.p2-s3 table th:nth-child(1) {
    width: 48.5%
}

.p2-s3 table th:nth-child(2) {
    width: 9%
}

.p2-s3 table th:nth-child(3) {
    width: 42.5%
}

.p2-s3 table td {
    padding: 10px 0
}

@media (max-width: 1024px) {
    .p2-s3 .tab-button-item {
        padding:16px
    }
}

@media (max-width: 539px) {
    .p2-s3 .tab-button {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.p2-s4 {
    padding-top: 100px;
    text-align: center
}

.p2-s4 h2 {
    margin-bottom: 20px
}

.p2-s4 .related-product-list {
    position: relative
}

.p2-s4 .related-product-list i {
    position: absolute;
    background-color: var(--cus-color1);
    color: #fff;
    padding: 24px 12px 24px 12px;
    top: 38%;
    cursor: pointer
}

.p2-s4 .related-product-list i:hover {
    background-color: #0a1962
}

.p2-s4 .related-product-list .prev {
    left: 0;
    z-index: 1
}

.p2-s4 .related-product-list .next {
    right: 0;
    z-index: 1
}

.p2-s4 .img-wrap img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    -o-transition: transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s
}

.p2-s4 .img-wrap img:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.99;
    -webkit-filter: brightness(96%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    filter: brightness(96%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg)
}

.p2-s4 span {
    display: inline-block;
    margin-top: 20px;
    font-size: 18px;
    color: #0A1962;
    font-weight: 500;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.p2-s4 span:hover {
    color: var(--cus-color1);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

@media (max-width: 1024px) {
    .p2-s4 .mml-cols-3 {
        margin-left:auto !important;
        margin-right: auto !important
    }
}

.product-detail .mml-modal-content {
    padding: 10px 50px 50px
}

.product-detail .mml-modal-content h2 {
    margin-bottom: 20px
}

@media (max-width: 460px) {
    .product-detail .mml-modal-content {
        padding:10px 20px 20px
    }
}

.p3-s1 {
    margin-top: 80px;
    text-align: center
}

.p3-s1 .mml-row {
    width: 820px
}

.p3-s1 h2 {
    margin-bottom: 10px
}

.p3-s1 p {
    margin: 0 auto
}

.p3-s1 p span {
    padding: 0 10px
}

.p3-s1 p a {
    text-decoration: underline
}

.p3-s1 .search-window {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    height: 60px;
    background-color: #f4f9ff
}

.p3-s1 .search-input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.p3-s1 .search-input input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    padding: 7px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f4f9ff
}

.p3-s1 .search-input input:focus {
    border: 1px solid #dbe0e5
}

.p3-s1 .search-input input::-webkit-input-placeholder {
    color: #dbe0e5;
    font-size: 18px;
    font-weight: 300
}

.p3-s1 .search-input input::-moz-placeholder {
    color: #dbe0e5;
    font-size: 18px;
    font-weight: 300
}

.p3-s1 .search-input input:-ms-input-placeholder {
    color: #dbe0e5;
    font-size: 18px;
    font-weight: 300
}

.p3-s1 .search-input input::-ms-input-placeholder {
    color: #dbe0e5;
    font-size: 18px;
    font-weight: 300
}

.p3-s1 .search-input input::placeholder {
    color: #dbe0e5;
    font-size: 18px;
    font-weight: 300
}

.p3-s1 .search-btn {
    line-height: 60px;
    background-color: #0a1962;
    width: 200px;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.p3-s1 .search-btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background-color: var(--cus-color1)
}

@media (max-width: 540px) {
    .p3-s1 .search-btn {
        width:60px
    }
}

.p3-s2 {
    margin-top: 100px;
    text-align: center
}

.p3-s2 .mml-cols-3 li {
    margin-top: 20px
}

.p3-s2 .img-wrap img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    -o-transition: transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s
}

.p3-s2 .img-wrap img:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.99;
    -webkit-filter: brightness(96%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    filter: brightness(96%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg)
}

.p3-s2 span {
    display: inline-block;
    margin-top: 20px;
    font-size: 18px;
    color: #0A1962;
    font-weight: 500;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.p3-s2 span:hover {
    color: var(--cus-color1);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

.p3-s2 .mml-pages {
    margin-top: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 500
}

.p3-s2 .mml-page {
    margin: 0 8px;
    color: #989fc1
}

.p3-s2 .mml-page:hover {
    color: #0A1962
}

.p3-s2 .mml-active {
    color: #0A1962
}

@media (max-width: 1024px) {
    .p3-s2 .mml-cols-3 {
        margin-left:auto !important;
        margin-right: auto !important
    }
}

.p3-s3 {
    margin-top: 100px;
    text-align: center
}

.p3-s3 .text-wrap {
    max-width: 800px;
    margin: 0 auto
}

.p3-s3 .text-wrap h2 {
    margin-bottom: 10px
}

.p3-s3 .mml-cols-3 {
    margin-top: 10px
}

.p3-s3 .mml-cols-3 li {
    margin-top: 30px
}

.p3-s3 .img-wrap {
    position: relative
}

.p3-s3 .img-wrap img {
    width: 100%
}

.p3-s3 .img-wrap .text {
    position: absolute;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(84,162,240,0.9);
    padding: 20px;
    font-size: 14px;
    color: #ffffff !important;
    z-index: 8
}

.p3-s3 .img-wrap .product-img-show {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
    transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
    transition: transform .5s ease-in-out, opacity .5s ease-in-out;
    transition: transform .5s ease-in-out, opacity .5s ease-in-out, -webkit-transform .5s ease-in-out
}

.p3-s3 .img-wrap:hover .product-img-show {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0
}

.p3-s3 span {
    display: inline-block;
    margin-top: 20px;
    font-size: 20px;
    color: #0A1962;
    font-weight: 700
}

.p3-s3 span:hover {
    color: var(--cus-color1)
}

.p3-s3 .download-btn {
    margin-top: 70px;
    display: inline-block;
    padding: 13px 30px;
    color: #ffffff;
    font-weight: 400
}

.p3-s4 {
    margin-top: 100px
}

.p3-s4 .link-item {
    padding: 35px 0;
    background-color: #ffffff;
    -webkit-box-shadow: 4px 4px 20px 0px rgba(5,58,169,0.13);
    box-shadow: 4px 4px 20px 0px rgba(5,58,169,0.13);
    color: #0A1962;
    font-size: 24px;
    font-weight: 700;
    text-align: center
}

.p3-s4 .link-item i {
    margin-left: 10px
}

.p3-s4 .link-item a {
    display: inline-block;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.p3-s4 .link-item a:hover {
    color: var(--cus-color1);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}