@charset "UTF-8";
/* @import url(http://fonts.googleapis.com/css?family=Roboto:300,400,700); */



* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    height: auto !important;
    overflow-x: hidden;
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.6em;
    font-size: 0.6em;
}

sub {
    bottom: -0.6em;
    font-size: 0.6em;
}

html #overview #special-sectionOverview,
html #overview #sectionOverview,
html #overview #old-sectionOverview {
    width: 100% !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    float: none !important;
}

#sectionOverview,
#old-sectionOverview,
#special-sectionOverview {
    background-color: #fff;
    height: auto;
    color: #222;
    font-size: 12px;
}

#sectionOverview #Security-width-full,
#old-sectionOverview #Security-width-full,
#special-sectionOverview #Security-width-full {
    width: 100%;
    background-color: #fff;
    /*position: absolute;
left: 0px;*/
    overflow: hidden;
}

#sectionOverview #precent-cont,
#old-sectionOverview #precent-cont,
#special-sectionOverview #precent-cont {
    margin: 0 auto;
    height: 100%;
    max-width: 2000px;
}

#sectionOverview .clear:after,
#old-sectionOverview .clear:after,
#special-sectionOverview .clear:after {
    content: '';
    clear: both;
    display: block;
}

#sectionOverview h2,
#old-sectionOverview h2,
#special-sectionOverview h2 {
    color: #222 !important;
    font-size: 3.5em;
    padding: 0;
    margin: 0;
    font-weight: 300;
    line-height: 1.2em;
}

#sectionOverview h3,
#old-sectionOverview h3,
#special-sectionOverview h3 {
    color: #2c54ff;
    font-size: 2.3em;
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 1.1em;
}

#sectionOverview p,
#old-sectionOverview p,
#special-sectionOverview p {
    padding: 0;
    margin: 0;
    font-size: 1.5em;
    line-height: 1.5em;
}
/* #OfficialHeaderWrapper{
    display: none;
} */
#Security-width-full {
    font-size: 16px;
    font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
}
#Security-width-full ul {
    list-style: none;
}
#Security-width-full ul li {
    margin: 0;
}

@media screen and (max-width: 550px) {
    #sectionOverview h2 {
        font-size: 2.5em;
    }

    #sectionOverview h3 {
        font-size: 1.6em;
    }

    #sectionOverview p {
        font-size: 1.3em;
    }

    #old-sectionOverview h2 {
        font-size: 2.5em;
    }

    #old-sectionOverview h3 {
        font-size: 1.6em;
    }

    #old-sectionOverview p {
        font-size: 1.3em;
    }

    #special-sectionOverview h2 {
        font-size: 2.5em;
    }

    #special-sectionOverview h3 {
        font-size: 1.6em;
    }

    #special-sectionOverview p {
        font-size: 1.3em;
    }
}

#Security-width-full a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

#Security-width-full a:active {
    background-color: transparent;
}

#Security-width-full a:hover {
    text-decoration: none;
    cursor: pointer;
}

#Security-width-full a:hover,
#Security-width-full a:active {
    outline: 0;
}
#Security-width-full *:focus {
  outline-color: #1984d6;
}

#Security-width-full a.link_style{
    color: #fff !important;
    padding: 12px 20px 12px 20px;
    background: #2c54ff;
    border: 2px solid #2c54ff;
    text-decoration: none;
    font-size: 1.1em;
    display: inline-block;
    margin: 10px 0;
    width: auto;
    border-radius: 8px;
    position: relative;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#Security-width-full a.link_style:hover{
    border: 2px solid #2c54ff;
    color: #2c54ff !important;
    background: #fff;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#Security-width-full a.link_style:hover span{
    color: #14639e;
}
/* #Security-width-full a.link_style::after{
    content: '';
    background: url(../img/ico_link.png) no-repeat center center;
    width: 23px;
    height: 20px;
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}
#Security-width-full a.link_style:hover::after{
    margin-left: 15px;
    background: url(../img/ico_link_hover.png) no-repeat center center;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
} */
#Security-width-full a.link_style.link_style_b{
    background: #14639e;
    border: 1px solid #14639e;
    color: #fff !important;
    padding: 15px 40px;
    margin-top: 40px;
}
#Security-width-full a.link_style.link_style_c{
    background: #14639e;
    border: 1px solid #14639e;
    color: #fff !important;
    padding: 8px 20px;
    /* margin-top: 40px; */
}
@media only screen and (max-width: 759px) {
    #Security-width-full a.link_style{
        font-size: 1.1em;
        line-height: 1.5;
        width: 100%;
        text-align: center;
    }
}
/*#sectionOverview img{ max-width: none;}  write over wtite base_responsive.css */

#sectionOverview .text-center,
#old-sectionOverview .text-center,
#special-sectionOverview .text-center {
    text-align: center;
}

#Security-width-full .product-section {
    position: relative;
    background-repeat: no-repeat;
    /*height: 0;*/
    overflow: hidden;
}

#Security-width-full .product-section:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#Security-width-full .product-section .product-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: none;
    /*  opacity: 0; */
}

#Security-width-full .product-section .maintitle {
    position: absolute;
    /*-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;*/
    z-index: 2;
}

@media only screen and (max-width: 1040px) {}

@media only screen and (max-width: 759px) {
    #Security-width-full .product-section:before {
        height: 0;
    }

    #Security-width-full .product-section {
        overflow: auto;
        height: auto;
    }

    #Security-width-full .product-section .product-content {
        position: relative;
        margin-bottom: 0px
    }

    #Security-width-full .product-section .maintitle {
        position: relative;
        text-align: center;
        padding: 1.5em 5%;
        width: auto;
        left: auto;
        top: auto;
    }
}

/****************** screen ******************/

#Security-width-full .mx-section-screen {
    position: relative;
}


/*** birdview ***/

#Security-width-full .mx-section-screen .birdview {
    margin-top: 30px;
}

#Security-width-full .mx-section-screen .birdview img {
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    position: relative;
}

#Security-width-full .mx-section-screen .birdview .mx-text {
    text-align: center;
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
}

#Security-width-full .mx-section-screen .birdview .mx-text h2 {
    margin-bottom: 20px;
}


#Security-width-full .maintitle a {
    color: #2c54ff;
    font-family: 'myriadprolight', Arial, Helvetica, sans-serif;
    text-decoration: none;
}

#Security-width-full ul.note_list {
    list-style: none;
    width: 100%;
    max-width: 880px;
    margin: 0 auto
}

#Security-width-full ul.note_list li {
    text-align: left;
    margin-left: 0px;
}

#Security-width-full ul.note_list li p {
    text-align: left;
    line-height: 1.2em;
}

#Security-width-full p.note {
    font-size: 0.9em;
    color: #757575 !important;
    line-height: 1em;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-top: 20px !important;
    display: inline-block;
    font-family: 'myriadprolight', Arial, Helvetica, sans-serif;
    position: relative;
}
@media only screen and (max-width: 759px) {
    #Security-width-full p.note{
        width: 100%;
        text-align: left;
    }
}
/*** angle ***/

#Security-width-full .mx-section-screen .angle {
    margin: 120px auto 80px auto;
    width: 96%;
    max-width: 1440px;
    position: relative;
}

#Security-width-full .mx-section-screen .angle>img {
    display: block;
    float: right;
    width: 60%;
    max-width: 860px;
}

#Security-width-full .mx-section-screen .angle .mx-text {
    float: left;
    width: 40%;
    max-width: 500px;
    margin-top: 3%;
}

#Security-width-full .mx-section-screen .angle .mx-text h2 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    #Security-width-full .mx-section-screen .angle .mx-text {
        margin-top: 0;
    }
}

@media screen and (max-width: 750px) {
    #Security-width-full .mx-section-screen .angle {
        margin-top: 70px;
    }

    #Security-width-full .mx-section-screen .angle>img {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    #Security-width-full .mx-section-screen .angle .mx-text {
        float: none;
        width: 100%;
        max-width: 100%;
    }
}

#Security-width-full img.webstyle,
#Security-width-full .webstyle {
    display: inline-block;
}

/**/
#Security-width-full .flexCon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#Security-width-full .flexCon.flex-100>.flex-item {
    position: relative;
    width: 100%;
    padding: 0 0px;
}
#Security-width-full .flexCon.flex-100>.flex-item img{
    width: 100%;
}
#Security-width-full .flexCon.flex-50-50>.flex-item {
    position: relative;
    width: 50%;
    padding: 0 0px;
}
#Security-width-full .flexCon.flex-50-50>.flex-item img{
    width: 100%;
}
#Security-width-full .flexCon.flex-50-50>.flex-item.flex-45 {
    width: 45%;
}
#Security-width-full .flexCon.flex-50-50>.flex-item.flex-55 {
    width: 55%;
}
#Security-width-full .flexCon.flex-50-50>.flex-item.flex-40 {
    width: 40%;
}
#Security-width-full .flexCon.flex-50-50>.flex-item.flex-60 {
    width: 60%;
}
#Security-width-full .flexCon.flex-50-50>.flex-item.flex-35 {
    width: 35%;
}
#Security-width-full .flexCon.flex-50-50>.flex-item.flex-65 {
    width: 65%;
}
#Security-width-full .flexCon.flex-50-50>.flex-item:first-child {
    padding: 0;
}
#Security-width-full .flexCon.flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#Security-width-full .translate_box{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
    #Security-width-full .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #Security-width-full .flexCon.flex-50-50>.flex-item.flex-45 {
        width: 100%;
    }
    #Security-width-full .flexCon.flex-50-50>.flex-item.flex-55 {
        width: 100%;
    }
    #Security-width-full .flexCon.flex-50-50>.flex-item.flex-40 {
        width: 100%;
    }
    #Security-width-full .flexCon.flex-50-50>.flex-item.flex-60 {
        width: 100%;
    }
    #Security-width-full .flexCon.flex-50-50>.flex-item.flex-35 {
        width: 100%;
    }
    #Security-width-full .flexCon.flex-50-50>.flex-item.flex-65 {
        width: 100%;
    }
    #Security-width-full .flexCon.flex-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #Security-width-full .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

/* 左文右圖 */

#Security-width-full .maintitle.lefttxt {
    display: inline-block;
    width: 100%;
    margin: 0 0 60px;
}

#Security-width-full .maintitle.lefttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
    text-align: left !important
}

#Security-width-full .maintitle.lefttxt .info_left .mtitle,
#Security-width-full .maintitle.lefttxt .info_left .info,
#Security-width-full .maintitle.lefttxt .info_right .mtitle {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 15px;
}

#Security-width-full .maintitle.lefttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    /*width: 100%;*/
}

#Security-width-full .maintitle.lefttxt .info_left .stitle,
#Security-width-full .maintitle.lefttxt .info_left .stitle p,
#Security-width-full .maintitle.lefttxt .info_left .info,
#Security-width-full .maintitle.lefttxt .info_left .info p {
    text-align: left !important;
    margin-left: 0 !important;
}


/* 左圖右文 */

#Security-width-full .maintitle.righttxt {
    display: inline-block;
    width: 100%;
    margin: 0;
}

#Security-width-full .maintitle.righttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
}

#Security-width-full .maintitle.righttxt .info_left .mtitle,
#Security-width-full .maintitle.righttxt .info_left .mtitle p,
#Security-width-full .maintitle.righttxt .info_left .info,
#Security-width-full .maintitle.righttxt .info_left .info p,
#Security-width-full .maintitle.righttxt .info_right .mtitle,
#Security-width-full .maintitle.righttxt .info_right .mtitle p {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 25px;
}

#Security-width-full .maintitle.righttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    text-align: left;
    /*width: 100%;*/
}

#Security-width-full .maintitle.righttxt .info_right .stitle,
#Security-width-full .maintitle.righttxt .info_right .stitle p,
#Security-width-full .maintitle.righttxt .info_right .info,
#Security-width-full .maintitle.righttxt .info_right .info p {
    text-align: left !important;
    margin-left: 0 !important;
}

#Security-width-full .mtitle {
    text-align: center;
    margin-bottom: 15px
}
#Security-width-full h1 {
    font-size: 2.8em;
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1 !important;
    margin: 0 0 0px 0 !important;
    padding-bottom: 0px;
    color: #000 !important;
    margin-bottom: 0em;
    display: inline-block;
    padding-top: 0px;
}
#Security-width-full h2 {
    font-size: 2.8em;
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1 !important;
    margin: 0 0 20px 0 !important;
    padding-bottom: 10px;
    color: #000 !important;
    display: inline-block;
    padding-top: 10px;
    letter-spacing: -0.05em;
}
#Security-width-full h3 {
    font-size: 1.845em;
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
}

#Security-width-full h4 {
    font-size: 3em;
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    color: #14639e;
    margin-bottom: 1em;
    font-weight: 400;
}
@media only screen and (max-width: 2560px) {
    #Security-width-full h1{
        font-size: 2.6em;
    }
    #Security-width-full h2{
        font-size: 4.7em;
    }
}
@media only screen and (max-width: 2300px) {
    #Security-width-full h1{
        font-size: 2.6em;
    }
    #Security-width-full h2{
        font-size: 3.6em;
    }
}
@media only screen and (max-width: 1920px) {
    #Security-width-full h1{
        font-size: 2.4em;
    }
    #Security-width-full h2{
        font-size: 3.3em;
    }
}
@media only screen and (max-width: 1780px) {
    #Security-width-full h1{
        font-size: 2.3em;
    }
    #Security-width-full h2{
        font-size: 3.2em;
    }
}
@media only screen and (max-width: 1680px) {
    #Security-width-full h1{
        font-size: 2.2em;
    }
    #Security-width-full h2{
        font-size: 3.1em;
    }
}
@media only screen and (max-width: 1580px) {
    #Security-width-full h1{
        font-size: 2.1em;
    }
    #Security-width-full h2{
        font-size: 3em;
    }
}
@media only screen and (max-width: 1480px) {
    #Security-width-full h1{
        font-size: 2.0em;
    }
    #Security-width-full h2{
        font-size: 3em;
    }
}
@media only screen and (max-width: 1440px) {
    #Security-width-full h1{
        font-size: 1.8em;
    }
    #Security-width-full h2{
        font-size: 3em;
    }
}

@media only screen and (max-width: 1350px) {
    #Security-width-full h1{
        font-size: 1.7em;
    }
    #Security-width-full h2{
        font-size: 3em;
    }
}

@media only screen and (max-width: 1100px) {

}
@media only screen and (max-width: 759px) {

}
@media only screen and (max-width: 480px) {

}

#Security-width-full .flex-item .info,
#Security-width-full .mainfull .maintitle .info,
#Security-width-full .mainsize .maintitle .info,
#Security-width-full .product-content .maintitle .info {
    font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
    color: #333333 !important;
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    letter-spacing: -0.007em;
}

@media only screen and (max-width: 1320px) {

    #Security-width-full .flex-item .info,
    #Security-width-full .mainfull .maintitle .info,
    #Security-width-full .mainsize .maintitle .info,
    #Security-width-full .product-content .maintitle .info {
        font-size: 1.1em;
        line-height: 1.4em;
    }
}

#Security-width-full .full-section .mainfull {
    text-align: center;
    margin: 0 auto;
    /*max-width: 1920px;*/
}

#Security-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

.full-section:first-child {
    /*border-top: 1px solid #ccc;*/
}
#Security-width-full section.whiteBg h1,
#Security-width-full section.whiteBg h2,
#Security-width-full section.whiteBg h3,
#Security-width-full section.whiteBg .mtitle p,
#Security-width-full section.whiteBg .stitle p,
#Security-width-full section.whiteBg .flex-item .info,
#Security-width-full section.whiteBg .mainfull .info,
#Security-width-full section.whiteBg .maintitle .info,
#Security-width-full section.whiteBg ul li p,
#Security-width-full section.whiteBg p.note {
    color: #fff !important;
}
/* #Security-width-full section.whiteBg h2{
    border-top: 2px solid #fff;
} */

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    #Security-width-full section.whiteBg .mtitle p,
    #Security-width-full h2 {
        position: relative;
        color: #000 !important;
        background: transparent
    }
}

@supports (-ms-accelerator:true) {

    #Security-width-full section.whiteBg .mtitle p,
    #Security-width-full h2 {
        position: relative;
        color: #000 !important;
        background: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #000 !important
    }
}

#Security-width-full .full-section .mainfull {
    text-align: center;
}

#Security-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

#Security-width-full img.mobile,
#Security-width-full .mobile {
    display: none;
}

#Security-width-full .text-left,
#Security-width-full .maintitle .text-left {
    text-align: left !important;
}

/**/

#Security-width-full #hd{
    padding-top: 20px;
    margin-top: 82px;
}
/*Security-video*/
#Security-width-full #Security-video {
        background-color: #e8e8e8;
}
#Security-width-full #Security-video .product-content {
        background-size: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
}
#Security-width-full #Security-video .bg {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin: 0% 0;
}
#Security-width-full #Security-video .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: 0%;
    padding-top: 0px;
    background: #000;
}
#Security-width-full #Security-video .youtube_b{
    display: inline-block;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .018em;
    color: white;
    text-align: center;
    background: #666;
    padding: 0.7em 2em 0.7em;
    border-radius: 0;
    margin: 0.3em;
    position: relative;
    z-index: 2;
    cursor: pointer;
    border-radius: 15px;
    transition: background 0.4s ease, transform 0.25s ease;
        background-image: -moz-linear-gradient(90deg, #1160eb, 40%, #30bcfb);
    background-image: -webkit-linear-gradient(90deg, #1160eb, 40%, #30bcfb);
    background-image: linear-gradient(90deg, #1160eb, 40%, #30bcfb);
    color: white;
}
@media only screen and (max-width: 759px) {
    #Security-width-full #Security-video .product-content{
        margin: 0;
    }
    #Security-width-full .product-section .maintitle {
        position: absolute;
        z-index: 2;
    }
}
/*Security-KV*/
#Security-width-full #Security-KV {
    padding-top: 0%;
    margin-bottom: 0px;
    overflow: hidden;
    background: #fff;
}
#Security-width-full #Security-KV h1{
    font-family: "TT Norms Pro-Medium";
    font-size: 4em;
    padding-top: 10px;
    margin-bottom: 0 !important;
}
#Security-width-full #Security-KV h1,
#Security-width-full #Security-KV h2{
    text-shadow: 1px 1px 5px rgb(0 0 0 / 50%), 1px 1px 10px rgb(0 0 0 / 40%)
}
#Security-width-full #Security-KV h2{
    font-size: 2.5em;
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: 0em;
    width: 100%;
}
@media (max-width: 1480px){
    #Security-width-full #Security-KV h2{
        font-size: 1.845em !important;
        text-align: center !important;
    }
}
#Security-width-full #Security-KV .maintitle {
        left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
    width: 100%;
    /* max-width: 760px; */
    text-align: center;
}

#Security-width-full #Security-KV .product-content {
    background-size: 100%;
    position: relative;
    display: inline-block;
}
#Security-width-full #Security-KV .bg {
    /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%); */
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin: 0% 0;
}

#Security-width-full #Security-KV .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
    opacity: 0.6;
}
#Security-width-full #Security-KV .bg.kv_move img {
    /* width: 100% !important; */
    width: 110% !important;
    margin: -5% -5% 0;
    opacity: 1;
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
}
@media only screen and (max-width: 2560px) {
    #Security-width-full #Security-KV h1{
        font-size: 5.6em;
    }
}
@media only screen and (max-width: 2300px) {
    #Security-width-full #Security-KV h1{
        font-size: 4.8em;
    }
}
@media only screen and (max-width: 1920px) {
    #Security-width-full #Security-KV h1{
        font-size: 4em;
    }
}
@media only screen and (max-width: 1780px) {
    #Security-width-full #Security-KV h1{
        font-size: 3.8em;
    }
}
@media only screen and (max-width: 1680px) {
    #Security-width-full #Security-KV h1{
        font-size: 3.6em;
    }
}
@media only screen and (max-width: 1580px) {
    #Security-width-full #Security-KV h1{
        font-size: 3.4em;
    }
}
@media only screen and (max-width: 1480px) {
    #Security-width-full #Security-KV h1{
        font-size: 3.2em;
    }
}
@media only screen and (max-width: 1440px) {
    #Security-width-full #Security-KV h1{
        font-size: 3em;
    }
    #Security-width-full #Security-KV .maintitle{

    }
    #Security-width-full #Security-KV .bg img{
        margin-left: 3%;
    }
}

@media only screen and (max-width: 1350px) {
    #Security-width-full #Security-KV h1{
        font-size: 3em;
    }
    #Security-width-full #Security-KV .maintitle .logo_group {
        padding: 10px 0 15px
    }
}

@media only screen and (max-width: 1100px) {
    #Security-width-full #Security-KV {
        padding: 0;
        margin: 0;
    }
    #Security-width-full #Security-KV:before {
        background-image: none;
        padding-top: 0%;
    }
    #Security-width-full #Security-KV .product-content {
        position: relative;
        margin-bottom: 0
    }
    #Security-width-full #Security-KV .bg img {
        width: 120% !important;
        max-width: inherit !important;
        margin: -3% auto -7% !important;
        margin-left: -15% !important;
    }
    #Security-width-full #Security-KV .bg.kv_move img{
        width: 130% !important;
        margin: -3% -20% -11% !important;
    }
    #Security-width-full #Security-KV .bg:before{
        display: none;
    }
}
@media only screen and (max-width: 759px) {
    #Security-width-full #Security-KV .maintitle{
        left: 50%;
        top: 70%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center !important;
        position: absolute
    }
    #Security-width-full #Security-KV h1{
        text-align: center !important;
    }
    #Security-width-full #Security-KV .bg img {
        width: 200% !important;
        max-width: inherit !important;
        margin: 0% auto 0% !important;
        margin-left: -50% !important;
    }
    #Security-width-full #Security-KV .bg.kv_move img{
        width: 220% !important;
        margin: -3% -60% -7% !important;
    }
}
@media only screen and (max-width: 480px) {
    #Security-width-full #Security-KV .maintitle {
        padding-top: .5em;
    }
}

/*Security-Network*/
#Security-width-full #Security-Network {
    padding-top: 50px;
    padding-bottom: 100px;
    display: inline-block;
    width: 100%;
    position: relative;
    /* background: url(../img/bg_gallery.jpg) no-repeat center center;
    background-size: auto; */
}
#Security-width-full #Security-Network .mainsize {
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0px 18px;
    text-align: center;
}
#Security-width-full #Security-Network h2{
    margin-bottom: 50px !important;
}
#Security-width-full #Security-Network .flexCon{
    /* margin-top: 20px; */
}
#Security-width-full #Security-Network .flex-item{
        padding: 40px 50px 30px;
    position: relative;  
    margin-bottom: 20px;
}
#Security-width-full #Security-Network .flex-item.flex-img{
    padding: 40px 10px 0 0;
}
#Security-width-full #Security-Network .flex-item .flex-50{
    width: 50%;
}
#Security-width-full #Security-Network .flex-item .pic_browsing{
    position: absolute;
    width: 50%;
}
#Security-width-full #Security-Network .flex-item h3,
#Security-width-full #Security-Network .flex-item .info,
#Security-width-full #Security-Network .flex-item img{
    position: relative;
}
#Security-width-full #Security-Network .flex-item h3{
    margin-bottom: 0.6em;
}
#Security-width-full #Security-Network .flex-item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 100%;
    margin: 0;
    background-image: linear-gradient(to top, #c5e0ff, #d7eaff, #ecf4ff);
    z-index: 0;
    border-radius: 10px;
}
#Security-width-full #Security-Network .flex-item.bg_all::before{
    width: calc(100% + 20px);
}
#Security-width-full #Security-Network .flex-item img.pic_scan{
        max-width: 500px !important;
    width: 84%;
    margin: 0 8%;
    margin-top: 8%;
    margin-bottom: -30px;
}
#Security-width-full #Security-Network .flex-item .app_area{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    position: relative;
}
#Security-width-full #Security-Network .flex-item .app_area img.pic_app{
    display: inline-block;
    float: left;
    width: 30% !important;
}
#Security-width-full #Security-Network .flex-item .app_area a.link_style{
    /* display: inline-block;
    float: left;
    width: calc( 70% - 20px) !important;
    margin-left: 20px;
    margin-top: 5%; */
        display: inline-block;
    float: left;
    width: calc( 70% - 20px) !important;
    margin-left: 20px;
    margin-top: 0;
    position: absolute;
    left: calc(30%) !important;
    top: 50%;
    transform: translate(0%, -50%);
}
#Security-width-full #Security-Network .flex-item img.pic_app{
    max-width: 105px !important;
}
#Security-width-full #Security-Network .flex-item.guard a.link_style{
    width: 102%;
    left: -1%;
}
#Security-width-full #Security-Network .flex-item.pic_browsing{
        display: flex;
    align-items: flex-end;
}
@media (max-width: 910px){
    #Security-width-full #Security-Network .flex-item .app_area a.link_style{
        display: inline-block;
        float: left;
        width: calc( 70% - 20px) !important;
        margin-left: 20px;
        margin-top: 5%;

        margin-left: 20px;
        margin-top: 0;
        position: relative;
        left: 0 !important;
        top: 0%;
        transform: translate(0%, 0%);
    }
}
@media (min-width: 769px) and (max-width: 969px) {
    #Security-width-full #Security-Network .flex-item.img_area{
        padding-bottom: 20px;
    }
    #Security-width-full #Security-Network .flex-item img.pic_scan{
        width: 100%;
        margin: 5% 0 -30px;
    }
}
@media (max-width: 768px){
    #Security-width-full #Security-Network{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #Security-width-full #Security-Network .flex-item{
        padding: 40px 20px;
    }
    #Security-width-full #Security-Network .flex-item.webstyle{
        display: none !important;
    }
    #Security-width-full #Security-Network .flex-item.img_area{
        padding-bottom: 0px;
        text-align: center !important;
    }
    #Security-width-full #Security-Network .flex-item h3{
        text-align: left !important;
    }
    #Security-width-full #Security-Network .flex-item::before{
        left: 0px;
        width: calc(100%);
    }
    #Security-width-full #Security-Network .flex-item.bg_all::before{
        width: calc(100%);
    }
    #Security-width-full #Security-Network .flex-item.bg_all img{
        margin-top: 20px !important;
    }
    #Security-width-full #Security-Network .flex-item img.pic_scan{
        width: 100%;
        margin-bottom: 0;
    }
    #Security-width-full #Security-Network .flex-item img.pic_app{
        /* margin-top: 20px !important; */
    }
    #Security-width-full #Security-Network .flex-item .app_area a.link_style{
        top: 50%;
        transform: translate(0%, -50%);
        position: absolute;
        left: 110px !important;
        margin: 0;
    }
}
/*Security-Advanced*/
#Security-width-full #Security-Advanced {
    padding-top: 50px ;
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;
    position: relative;
    /* background: url(../img/bg_gallery.jpg) no-repeat center center;
    background-size: auto; */
}
#Security-width-full #Security-Advanced .mainsize {
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0px 18px;
    text-align: center;
}
#Security-width-full #Security-Advanced .flex-item .translate_box{
    top: 25%;
    left: 0;
    transform: translate(0%, 0%);
}
#Security-width-full #Security-Advanced .mainfull {
    position: relative;
    width: 100%;
    margin-top: 50px;
    padding-bottom: 50px;
}
#Security-width-full #Security-Advanced .mainfull::after{
    content: "";
    position: absolute;
    top: 6%;
    left: 0;
    width: 100%;
    height: 94%;
    background: #eaf4ff;
    z-index: 0;
}
#Security-width-full #Security-Advanced .mainfull .flexCon{
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 1;
}
#Security-width-full #Security-Advanced .flex-item-70{
    width: 60%;
}
#Security-width-full #Security-Advanced .flex-item-30 img{
    width: 100%;
    max-width: 330px
}
#Security-width-full #Security-Advanced .flex-item-30{
    width: 40%;
}
#Security-width-full #Security-Advanced .pic_app,
#Security-width-full #Security-Advanced .txt_app{
    display: none;
    text-align: left;
}
#Security-width-full #Security-Advanced .pic_app.active,
#Security-width-full #Security-Advanced .txt_app.active{
    display: block;
}
#Security-width-full #Security-Advanced .info.txt_info{
    /* background: rgba(255, 255, 255, 0.15); */
    padding: 0px 0px;
    font-size: 1.3em;
    min-height: 86px;
}
#Security-width-full #Security-Advanced .info.txt_info b{
    font-size: 1em;
    font-weight: 800;
}
#Security-width-full #Security-Advanced .btns_app{
    display: inline-block;
    width: 100%;
    margin: 0px auto 10px;
    text-align: center;
}
#Security-width-full #Security-Advanced .btns_app img{
    width: 100%;
    max-width: 100px !important;
    float: left;
}
#Security-width-full #Security-Advanced .btns_app li{
    display: inline-block;
    width: 50%;
     float: left;
     margin-bottom: 30px;
    text-align: center;
    display: inline-grid;
}
#Security-width-full #Security-Advanced .btns_app li a{
    display: inline-block;
    text-align: left;
    position: relative;
}
#Security-width-full #Security-Advanced .btns_app li a h3{
    font-size: 1.4em;
    margin-top: 0px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    position: absolute;
    left: 110px;
    top: 50%;
    transform: translate(0%, -50%);
}
#Security-width-full #Security-Advanced .btns_app li a.active h3{
    color: #2c54ff;
}
#Security-width-full #Security-Advanced .btns_app li a.active img.ico_app,
#Security-width-full #Security-Advanced .btns_app li a img.ico_app_active{
    display: none;
}
#Security-width-full #Security-Advanced .btns_app li a.active img.ico_app_active{
    display: inline-block;
}
#Security-width-full #Security-Advanced .info_right .info{
    padding: 55px 30px;
    border: 1px #c5c5c5 solid;
}
#Security-width-full #Security-Advanced .txt_app h3{
        display: none;
        width: 100%;
    }
@media only screen and (max-width: 1480px) {
    #Security-width-full #Security-Advanced .flex-item-30{
        width: 40%
    }
    #Security-width-full #Security-Advanced .flex-item-70{
        width: 60%
    }
    #Security-width-full #Security-Advanced .translate_box{
        top: 52%;
    }
    #Security-width-full #Security-Advanced .btns_app li a h3{
        min-height: 40px;
    }
}
@media only screen and (max-width: 1380px) {
    #Security-width-full #Security-Advanced .flex-item-30 img{
        width: 95%
    }
    #Security-width-full #Security-Advanced .translate_box{
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
    }
    #Security-width-full #Security-Advanced .flex-item-70{
        width: 60%
    }
    #Security-width-full #Security-Advanced .flex-item-30{
        width: 40%
    }
}
@media only screen and (max-width: 1180px) {
    #Security-width-full #Security-Advanced{
        padding-top: 50px;
        background: url(../img/img_Fitness.jpg) no-repeat 85% 100%;
        background-size: auto 130%;
    }
    #Security-width-full #Security-Advanced .webstyle{
        display: none !important;
    }
    #Security-width-full #Security-Advanced .mobile{
        display: block !important;
    }
    #Security-width-full #Security-Advanced .translate_box{
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
    }
    #Security-width-full #Security-Advanced .btns_app{
        margin: 10px 0 0
    }
    #Security-width-full #Security-Advanced .info_right .info{
        padding: 20px 18px !important
    }
    #Security-width-full #Security-Advanced .maintitle{
        width: 100%;
        top: 0;
        padding: 0 18px;
    }
    #Security-width-full #Security-Advanced .flex-item-70{
        width: 60%
    }
    #Security-width-full #Security-Advanced .flex-item-30{
        width: 40%;
        text-align: center;
    }
    #Security-width-full #Security-Advanced .flex-item-30 img{
        width: 70%;
        margin: 0 auto !important;
        /*float: left;*/
    }
    #Security-width-full #Security-Advanced .btns_app img{
        width: 25%
    }
    #Security-width-full #Security-Advanced .btns_app li a h3{
        font-size: 1.2em;
        left: 28%;
    }
    #Security-width-full #Security-Advanced .info.txt_info{
        padding: 0px 0px !important;
    }
}
@media (max-width: 768px){
    #Security-width-full #Security-Advanced {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    #Security-width-full #Security-Advanced .flex-item-70{
        width: 100%;
    }
    #Security-width-full #Security-Advanced .flex-item-30{
        width: 100%;
    }
    #Security-width-full #Security-Advanced .mainfull::after{
        top: 0;
        height: 100%;
    }
    #Security-width-full #Security-Advanced .btns_app{
            margin-top: 40px;
    padding: 0 18px;
    }
    #Security-width-full #Security-Advanced .btns_app li{
        width: 24%;
        text-align: center;
        float: inherit;
        margin-bottom: 0;
    }
    #Security-width-full #Security-Advanced .btns_app li a{
        text-align: center;
    }
    #Security-width-full #Security-Advanced .btns_app li a h3{
        display: none;
    }
    #Security-width-full #Security-Advanced .flex-item .translate_box{
        top: 0;
    }
    #Security-width-full #Security-Advanced .info.txt_info{
        padding: 20px 18px !important;
    }
    #Security-width-full #Security-Advanced .btns_app img{
        width: 100%;
        margin: 0 auto !important;
        float: inherit !important;
    }
    #Security-width-full #Security-Advanced .txt_app h3{
        width: 100%;
        font-size: 1.4em;
        font-weight: 600;
        margin-bottom: 15px;
        margin-top: 15px;
        display: inline-block;
        color: #2959ff;
    }
}
/*Security-Commercial*/
#Security-width-full #Security-Commercial {
    padding-top: 100px !important;
    padding-bottom: 100px;
    display: inline-block;
    width: 100%;
    position: relative;
    /* background: url(../img/bg_gallery.jpg) no-repeat center center;
    background-size: auto; */
}
#Security-width-full #Security-Commercial .mainsize {
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0px 18px;
    text-align: center;
}
#Security-width-full #Security-Commercial .mainfull {
    position: relative;
    padding-bottom: 55%;
    /* opacity: 0; */
}
#Security-width-full #Security-Commercial .commercial_pics{
    display: inline-block;
    width: 100%;
    margin: 50px 0 0;
    padding: 0;
}
#Security-width-full #Security-Commercial .commercial_pics li{
    display: inline-block;
    float: left;
    width: calc(25% - 2%);
    margin: 0 1% 20px;
    position: relative; 
    max-width: 285px;
}

#Security-width-full #Security-Commercial .commercial_pics li h3{
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
#Security-width-full #Security-Commercial .commercial_pics li .commercial_box{
    display: inline-block;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    background: #000;
}
#Security-width-full #Security-Commercial .commercial_pics li img{
    display: inline-block;
    width: 100%;
}

#Security-width-full #Security-Commercial .commercial_pics li .commercial_info{
        position: absolute;
    width: 100%;
    height: 99%;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border-radius: 20px;
    padding: 18px;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    opacity: 1;
}
#Security-width-full #Security-Commercial .commercial_pics li .commercial_info::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2c54ff;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    opacity: 0;
}
#Security-width-full #Security-Commercial .commercial_pics li .commercial_info:hover::before{
    background: #2c54ff;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    opacity: 1;
}
#Security-width-full #Security-Commercial .commercial_pics li .commercial_info .info{
    opacity: 0;
    color: #fff !important;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    z-index: 1;
}
#Security-width-full #Security-Commercial .commercial_pics li:hover .commercial_info .info{
    opacity: 1;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
#Security-width-full #Security-Commercial .commercial_pics li .commercial_info h3{
    opacity: 1;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
#Security-width-full #Security-Commercial .commercial_pics li:hover .commercial_info h3{
    opacity: 0;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
@media (max-width: 1080px){
    #Security-width-full #Security-Commercial .commercial_pics{
        max-width: 590px;
    }
    #Security-width-full #Security-Commercial .commercial_pics li{
        width: calc(50% - 2%);
    }
}
@media (max-width: 768px){
    #Security-width-full #Security-Commercial{
        padding-bottom: 0;
    }
    #Security-width-full #Security-Commercial .commercial_pics{
        max-width: 600px;
        margin-top: 30px;
    }
    #Security-width-full #Security-Commercial .commercial_pics li{
        width: calc(100% - 2%);
        max-width: inherit;
    }
    #Security-width-full #Security-Commercial .commercial_pics li h3{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
        opacity: 1;
        width: 100%
    }
    #Security-width-full #Security-Commercial .commercial_pics li img{
        opacity: 0.5;
    }
    #Security-width-full #Security-Commercial .commercial_pics li:hover .commercial_info h3{
        opacity: 1;
    }
    #Security-width-full #Security-Commercial .commercial_pics li .commercial_info{
            padding: 30px 18px !important;
    background: none;
    opacity: 1;
    display: inline-block;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    flex-direction: unset;
    height: auto;
    }
    #Security-width-full #Security-Commercial .commercial_pics li .commercial_info h3{
        margin-bottom: 20px;
    }
    #Security-width-full #Security-Commercial .commercial_pics li .commercial_info:hover::before{
        display: none;
    }
    #Security-width-full #Security-Commercial .commercial_pics li .commercial_info .info{
        opacity: 1;
    display: inline-block;
    top: inherit;
    left: inherit;
    position: relative;
    text-align: center !important;
    }
    #Security-width-full #Security-Commercial .commercial_pics li .commercial_info::before{
        display: none;
    }
}
/*Security-News*/
#Security-width-full #Security-News {
    padding-top: 100px;
    padding-bottom: 150px;
    width: 100%;
    position: relative;
    display: none;
    /* background: url(../img/bg_gallery.jpg) no-repeat center center;
    background-size: auto; */
}
#Security-width-full #Security-News .mainsize {
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0px 18px;
    text-align: center;
}
#Security-width-full #Security-News .mainfull {
    position: relative;
    padding-bottom: 55%;
    /* opacity: 0; */
}
#Security-width-full #Security-News .btn_nav{
        width: 100%;
    background: #fff;
    position: relative;
    display: inline-block;
    border-radius: 0px;
    max-width: 1200px;
    margin: 50px 0 40px;
    border-bottom: 1px solid #9de0ee;
}
#Security-width-full #Security-News .btn_nav::before{
    content: '';
    position: absolute;
    width: 10%;
    left: -10%;
    bottom: -1px;
    height: 1px;
    background: #9de0ee;
    background: -webkit-linear-gradient(left,rgba(255, 255, 255, 0),#9de0ee);
    background: -o-linear-gradient(right,rgba(255, 255, 255, 0),#9de0ee);
    background: -moz-linear-gradient(right,rgba(255, 255, 255, 0),#9de0ee);
    background: linear-gradient(to right,rgba(255, 255, 255, 0),#9de0ee);
}
#Security-width-full #Security-News .btn_nav::after{
    content: '';
    position: absolute;
    width: 10%;
    right: -10%;
    bottom: -1px;
    height: 1px;
    background: #9de0ee;
    background: -webkit-linear-gradient(left,#9de0ee,rgba(255, 255, 255, 0));
    background: -o-linear-gradient(right,#9de0ee,rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(right,#9de0ee,rgba(255, 255, 255, 0));
    background: linear-gradient(to right,#9de0ee,rgba(255, 255, 255, 0));
}
#Security-width-full #Security-News .btn_nav ul{
        display: flex;
    width: 100%;
}
#Security-width-full #Security-News .btn_nav ul li{
        position: relative;
    list-style: none;
    width: 12.5%;
    height: auto;
    display: inline-block;
    z-index: 1;
    padding: 0 0;
}
#Security-width-full #Security-News .btn_nav ul li a{
    position: relative;
    display: inline-block;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
    color: #9de0ee;
}
#Security-width-full #Security-News .btn_nav ul li a img.btn_icon{
    position: relative;
    display: block;
    width: 40px;
    text-align: center;
    transition: 0.5s;
    transform: translateY(10px);
    /* color: var(--clr); */
}
#Security-width-full #Security-News .btn_nav ul li.active a img.btn_icon{
    transform: translateY(-18px);
}
#Security-width-full #Security-News .btn_nav ul li a .btn_text{
        position: relative;
    color: var(--clr);
    font-weight: 400;
    transition: 0.5s;
    font-family: "helveticanowdisplay", "微軟正黑體", "STHeiti Light", "Apple LiGothic Medium", Arial, sans-serif;
    font-size: 1.5em;
    letter-spacing: 0.02em;
}
#Security-width-full #Security-News .btn_nav ul li.active a .btn_text{
    opacity: 1;
    transform: translateY(35px);
    color: #fff;
}
#Security-width-full #Security-News .btn_nav .indicator{
    position: absolute;
    top: 0%;
    width: 12.5%;
    height: 100%;
    background: #9de0ee;
    border-radius: 5px 5px 0 0;
    transition: 0.5s;
    border: 1px #9de0ee solid;
}
#Security-width-full #Security-News .btn_nav .indicator::before{
    content: '';
    position: absolute;
    top: 130%;
    left: calc(50% - 5px);
    transform: translate(0%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #5a5f66 transparent;
}
#Security-width-full #Security-News .btn_nav .indicator::after{
    /* content: '';
    position: absolute;
    top: 50%;
    right: -22px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-top-left-radius: 20px;
    box-shadow: 0px -10px 0 0 var(--clr); */
}
#Security-width-full #Security-News .btn_nav ul li:nth-child(1).active ~ .indicator{
    transform: translateX(calc(100% * 0));
}
#Security-width-full #Security-News .btn_nav ul li:nth-child(2).active ~ .indicator{
    transform: translateX(calc(100% * 1));
}
#Security-width-full #Security-News .btn_nav ul li:nth-child(3).active ~ .indicator{
    transform: translateX(calc(100% * 2));
}
#Security-width-full #Security-News .btn_nav ul li:nth-child(4).active ~ .indicator{
    transform: translateX(calc(100% * 3));
}
#Security-width-full #Security-News .btn_nav ul li:nth-child(5).active ~ .indicator{
    transform: translateX(calc(100% * 4));
}
#Security-width-full #Security-News .btn_nav ul li:nth-child(6).active ~ .indicator{
    transform: translateX(calc(100% * 5));
}
#Security-width-full #Security-News .btn_nav ul li:nth-child(7).active ~ .indicator{
    transform: translateX(calc(100% * 6));
}
#Security-width-full #Security-News .btn_nav ul li:nth-child(8).active ~ .indicator{
    transform: translateX(calc(100% * 7));
}
@media (max-width: 1080px){
    #Security-width-full #Security-News .btn_nav ul li a .btn_text{
        font-size: 1.2em;
    }
}
@media (max-width: 968px){
    #Security-width-full #Security-News .btn_nav ul li a .btn_text{
        font-size: 1em;
    }
}
@media (max-width: 768px){
    #Security-width-full #Security-News{
        padding-bottom: 50px;
        padding-top: 50px;
    }
    #Security-width-full #Security-News .area_gallery{
        width: 100% !important;
    }
    #Security-width-full #Security-News .btn_nav{
        margin: 20px 0 40px;
    }
    #Security-width-full #Security-News .btn_nav .indicator{
        display: none;
    }
    #Security-width-full #Security-News .btn_nav ul{
        display: inline-block;
    }
    #Security-width-full #Security-News .btn_nav ul li {
        position: relative;
        list-style: none;
        width: auto;
        height: auto;
        display: inline-block;
        z-index: 1;
        padding: 0 10px;
        margin: 5px 5px;
    }
    #Security-width-full #Security-News .btn_nav ul li a{
        padding: 10px 0;
        
    }
    #Security-width-full #Security-News .btn_nav ul li.active{
        background: #9de0ee;
        border-radius: 5px 5px;
    }
    #Security-width-full #Security-News .btn_nav ul li a .btn_text{
        font-size: 1.1em;
        letter-spacing: 0em;
    }
}
#Security-width-full #Security-News .gallery_info_list{
    display: block;
    width: 100%;
    padding: 0 0 0 25px;
    margin: 0 0 20px 10px;
}
#Security-width-full #Security-News .gallery_info_list li{
        width: 100%;
    text-align: left;
    margin: 0 0 5px;
    list-style: disc;
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    color: #5a5f66 !important;
    font-size: 0.9em;
    line-height: 1.5em;
    font-weight: 300;
}
#Security-width-full #Security-News .gallery_info_list.gallery_info_list_num li{
    list-style: decimal;
}
#Security-width-full #Security-News .area_gallery{
    width: 90%;
    padding: 0 18px;
    margin: 0 auto;
    max-width: 2400px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background: url(../img/bg_gallery.jpg) no-repeat center center;
    /* background-position-y: 230px; */
    background-size: auto;
    text-align: center;
}
#Security-width-full #Security-News .area_gallery a.link_Learnmore p{
    display: inline-block;
    position: relative;
}
#Security-width-full #Security-News .area_gallery a.link_Learnmore{
    position: relative;
    color: #fff;
    background: #2c54ff;
    border-radius: 8px;
    font-weight: 400;
    padding: 6px 60px 6px 35px;
    transition: 0.5s;
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    letter-spacing: 0em;
    display: inline-block;
    position: absolute;
    width: 100%;
    max-width: 350px;
    left: 50%;
    top: 103%;
    transform: translate(-50%, 0%);
}
#Security-width-full #Security-News .area_gallery a.link_Learnmore.close_display{
    background: #000;
}
/* #Security-width-full #Security-News .area_gallery a.open_display::after {
    content: '';
    position: absolute;
    width: 300%;
    left: -100%;
    bottom: -1px;
    height: 1px;
    background: #9de0ee;
        background: #9de0ee;
    background: -webkit-linear-gradient(left,rgba(255, 255, 255, 0),#9de0ee,#9de0ee,rgba(255, 255, 255, 0));
    background: -o-linear-gradient(right,rgba(255, 255, 255, 0),#9de0ee,#9de0ee,rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(right,rgba(255, 255, 255, 0),#9de0ee,#9de0ee,rgba(255, 255, 255, 0));
    background: linear-gradient(to right,rgba(255, 255, 255, 0),#9de0ee,#9de0ee,rgba(255, 255, 255, 0));
} */
#Security-width-full #Security-News .area_gallery a.open_display p::before {
        content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    transform: translate(0%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0px 8px;
    border-color: #fff transparent transparent transparent;
}

/* #Security-width-full #Security-News .area_gallery a.close_display::after {
    content: '';
    position: absolute;
    width: 300%;
    left: -100%;
    top: -1px;
    height: 1px;
    background: #9de0ee;
        background: #9de0ee;
    background: -webkit-linear-gradient(left,rgba(255, 255, 255, 0),#9de0ee,#9de0ee,rgba(255, 255, 255, 0));
    background: -o-linear-gradient(right,rgba(255, 255, 255, 0),#9de0ee,#9de0ee,rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(right,rgba(255, 255, 255, 0),#9de0ee,#9de0ee,rgba(255, 255, 255, 0));
    background: linear-gradient(to right,rgba(255, 255, 255, 0),#9de0ee,#9de0ee,rgba(255, 255, 255, 0));
} */
#Security-width-full #Security-News .area_gallery a.close_display p::before {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    transform: translate(0%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 8px 10px 8px;
    border-color: transparent transparent #fff transparent;
}
#Security-width-full #Security-News .area_gallery a.link_Learnmore.off{
    display: none;
}
#Security-width-full #Security-News .area_gallery a.link_Learnmore.on{
    display: inline-block;
}
#Security-width-full #Security-News .area_gallery.active{
    display: block;
    position: relative;
    z-index: 9;
    top: -10px;
    visibility: visible;
    opacity: 1;
    transition: opacity 400ms ease, visibility 400ms ease, top 400ms ease; 
}
#Security-width-full #Security-News .area_gallery .gallery_list{
    display: inline-block;
    width: 100%;
    max-width: 1080px;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
}
#Security-width-full #Security-News .area_gallery .gallery_list .open_area {
    display: none;
    overflow: hidden;
}
#Security-width-full #Security-News .area_gallery .gallery_list li{
    display: inline-block;
    width: calc(33.33% - 4px);
    margin: 0 0 30px;
    padding: 0 2px;
        vertical-align: top;
}
#Security-width-full #Security-News .area_gallery .gallery_list li a{
    position: relative;
    width: 100%;
}
#Security-width-full #Security-News .area_gallery .gallery_list li .video::after{
        content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../img/play-icon.png);
    background-repeat: no-repeat;
    height: 94px;
    width: 94px;
    opacity: 0.3;
}
#Security-width-full #Security-News .area_gallery .gallery_list li img{
    width: 100%;
}
#Security-width-full #Security-News .area_gallery .gallery_list li p{
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    color: #000 !important;
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 10px auto;
}
#Security-width-full #Security-News .cover-container:hover figure img{
     opacity: .75;
}
#Security-width-full #Security-News .cover-container.trigger-video:hover .icon-play{
     background: #02aee5;
     border:  2px solid #02aee5;
     opacity: 1;
     -moz-transform: scale(1.25, 1.25);
     -o-transform: scale(1.25, 1.25);
     -ms-transform: scale(1.25, 1.25);
     -webkit-transform: scale(1.25, 1.25);
     transform: scale(1.25, 1.25);
}
#Security-width-full #Security-News .cover-container.trigger-video:hover p{
     color: #2c54ff !important;
     
}
#Security-width-full #Security-News .cover-container figure{
     width: 100%;
     height: 0;
     padding-bottom: 64.5%;
     margin-bottom: 1em;
     position: relative;
     overflow: hidden;
     -moz-transition: opacity 0.25s ease;
     -o-transition: opacity 0.25s ease;
     -webkit-transition: opacity 0.25s ease;
     transition: opacity 0.25s ease;
     background: #000;
}
#Security-width-full #Security-News .cover-container figure img{
     width: 100%;
     position: absolute;
     top: 0;
     left: 0;
     -moz-transition: all 0.25s ease;
     -o-transition: all 0.25s ease;
     -webkit-transition: all 0.25s ease;
     transition: all 0.25s ease;
}
#Security-width-full #Security-News .cover-container .icon-play{
     width: 40px;
     height: 40px;
     border-radius: 5px;
     background: rgba(255, 255, 255, 0);
     border:  2px solid #fff;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     margin: auto;
     opacity: .8;
     -moz-transition: all 0.25s ease;
     -o-transition: all 0.25s ease;
     -webkit-transition: all 0.25s ease;
     transition: all 0.25s ease;
}
#Security-width-full #Security-News .cover-container .icon-play:before{
     content: '';
     display: block;
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 12px 0 12px 15px;
     border-color: transparent transparent transparent #ffffff;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 5px;
     margin: auto;
}
#Security-width-full #Security-News .cover-container .icon-article{
    width: 30px;
    height: 30px;
    position: relative;
    background: url(../img/ico/ico_article.svg) center center no-repeat;
    top: 5px;
    margin: 0 0 0 10px;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: inline-block;
}
#Security-width-full #Security-News .area_gallery .gallery_list a:hover .icon-article{
     background: url(../img/ico/ico_article_h.svg) center center no-repeat;
}
#Security-width-full #Security-News .trigger-video{
     cursor: pointer;
}
@media (max-width: 768px){
    #Security-width-full #Security-News .area_gallery .gallery_list li{
        width: calc(50% - 4px);
    }
    #Security-width-full #Security-News .area_gallery .gallery_list li p{
        margin: 10px 0 0;
        font-size: 1.1em;
        line-height: 1;
    }
    #Security-width-full #Security-News .area_gallery a.link_Learnmore{
        top: 100%;
    }
}

#Security-width-full #Security-News .open_area,
#Security-width-full #Security-News .area_gallery a.link_Learnmore.on{
    display: none;
}
#Security-width-full #Security-News.news_close{
    display: inline-block;
}
#Security-width-full #Security-News.news_btns_none .open_area,
#Security-width-full #Security-News.news_btns_none .area_gallery a.link_Learnmore.on{
    display: inline-block;
}

/* KEYFRAMES */
@keyframes opacity {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(.9);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
@keyframes scale {
    0% { transform:scale(0) ; opacity: 0; }
    50% { transform:scale(1) ; opacity: 0.5; }
    100% { transform:scale(2) ; opacity: 0; }
}

@media only screen and (max-width: 1280px) {
    #Security-width-full #Security-Barriers .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #Security-width-full #Security-Barriers .flexCon.flex-50-50>.flex-item.flex-45 {
        width: 100%;
    }
    #Security-width-full #Security-Barriers .flexCon.flex-50-50>.flex-item.flex-55 {
        width: 100%;
        margin-top: 30px;
    }
    #Security-width-full #Security-Barriers .flexCon.flex-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #Security-width-full #Security-Barriers .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 969px) {
    #Security-width-full #Security-Barriers .maintitle {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 820px) {
    #Security-width-full #Security-Barriers .mainfull {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 759px) {
    #Security-width-full #Security-Barriers .flex-item-info .translate_box{
        padding: 0 18px;
    }
}
#Security-width-full .footer-bg{
    background-image: linear-gradient(to top, #e9f3ff, #ecf5ff, #ffffff);
}
/*#Security-width-full #Security-footer*/
#Security-width-full #Security-footer .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 50px;
    position: relative;
}
#Security-width-full #Security-footer .maintitle ul.list-decimal{
    padding-left: 1em;
}
#Security-width-full #Security-footer .maintitle ul.list-decimal > li {
    font-size: .875em;
    line-height: 1.2;
    position: relative;
    padding-left: 0;
    margin-bottom: 0.5em;
    /*list-style-type: disc;
    list-style-position: outside;*/
    color: #5a5a5a;
}
/*#Security-width-full #Security-AiProtection*/
#Security-width-full #Security-AiProtection{
    padding: 100px 0;
}
#Security-width-full #Security-AiProtection .mainsize {
    text-align: center;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    position: relative;
}
#Security-width-full #Security-AiProtection .maintitle {
    text-align: center;
    width: 100%;
    position: relative;
}
/* ---------- comparerog ---------- */

#Security-width-full #Security-AiProtection {
    width: 100%;
    position: relative;
    /*background: #f0fcff url('../img/tab_bg.png') no-repeat center center;*/
    background-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5%;
}

#Security-width-full #Security-AiProtection tr,
#Security-width-full #Security-AiProtection th,
#Security-width-full #Security-AiProtection td{
    vertical-align: middle;
}
#Security-width-full #Security-AiProtection th{
    background: #2c55ff;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    color: #fff;
    padding: 1% 2%;
}

#Security-width-full #Security-AiProtection #compare__top {
    height: 10%;
    width: 90%;
    padding-bottom: 5%;
}
#Security-width-full #Security-AiProtection #compare__top h2{
    text-align: center;
}

#Security-width-full #Security-AiProtection .compare__bottom {
    height: 70%;
    width: 100%;
    font-family: "helveticanowdisplaylight", "微軟正黑體", "STHeiti Light", "Apple LiGothic Medium", Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    position: relative;
}
#Security-width-full #Security-AiProtection .compare__bottom .focus_box{
    position: relative;
}
#Security-width-full #Security-AiProtection .compare__bottom .focus_area{
    position: absolute;
    width: 25%;
    top: -2%;
    left: 50%;
    height: 103%;
    background: rgba(237, 245, 254, 0.32);
    box-shadow: 0 0 25px rgb(0, 0, 0, 0.1);
    border-radius: 20px;
}
#Security-width-full #Security-AiProtection .compare__bottom h3{
    text-align: center;
    font-family: "helveticanowdisplaylight", "微軟正黑體", "STHeiti Light", "Apple LiGothic Medium", Arial, sans-serif;
    color: #000;
    font-weight: bold;
    font-size: 1.1em;
    margin: 0 0 5px;
}
#Security-width-full #Security-AiProtection .compare__bottom h3.mobile-h3{
    display: none;
}
#Security-width-full #Security-AiProtection .compare__bottom .first_compare_picbox {
    width: 50%;
    text-align: center;
}
#Security-width-full #Security-AiProtection .compare__bottom .compare_picbox {
    width: 25%;
    text-align: center;
    z-index: 9;
}
#Security-width-full #Security-AiProtection .compare__bottom .compare_picbox img{
    max-width: 145px !important;
}
#Security-width-full #Security-AiProtection .compare__bottom .compare_picbox h3{
    text-transform: none;
}
#Security-width-full #Security-AiProtection .compare__bottom .compare_picbox .textcontent {
    padding-top: 0;
    padding-bottom: 3%;
}
#Security-width-full #Security-AiProtection .compare__bottom .compare_form {
    /* height: 40%; */
    width: 100%;
    font-family: 'Roboto';
}
#Security-width-full #Security-AiProtection .compare__bottom .compare_form--mobile {
    /* height: 40%; */
    width: 100%;
    display: none;
    padding-bottom: 10%;
    font-family: 'Roboto';
}
#Security-width-full #Security-AiProtection .compare__bottom .compare_form table {
    border-collapse: collapse;
    width: 100%;
}
#Security-width-full #Security-AiProtection .compare__bottom table td.w_title {
    padding: 1%;
    width: 50%;
    text-align: center;
    position: relative;
    color: #000;
    font-size: 1em;
}
#Security-width-full #Security-AiProtection .compare__bottom table td.focus_td {
    background: #e0f7ff;
}
#Security-width-full #Security-AiProtection .compare__bottom table td .tick_td{
    width: 100%;
    max-width: 35px !important;
}
#Security-width-full #Security-AiProtection .compare__bottom table td {
    padding: 1%;
    width: 25%;
    text-align: center;
    position: relative;
    color: #000;
    font-size: 1em;
    line-height: 1.4em
}
#Security-width-full #Security-AiProtection .compare__bottom table td:first-child {
    text-align: start;
    padding-left: 2%;
    padding-right: 2%;
}
#Security-width-full #Security-AiProtection .compare__bottom table td:not(:last-child)::after {
    content: " ";
    width: 1px;
    height: 80%;
    background-color: #c2ced0;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: none;
}
#Security-width-full #Security-AiProtection .compare__bottom table tr:nth-child(odd) {
    background: #f1f1f1;
}
#Security-width-full #Security-AiProtection .compare__bottom p.note{
        display: none !important;
    }

@media screen and (max-width: 1280px) {
    #Security-width-full #Security-AiProtection .compare__bottom {
        width: 100%;
    }
}

@media screen and (max-width: 759px) {
    #Security-width-full #Security-AiProtection .webstyle{
        display: none;
    }
    #Security-width-full #Security-AiProtection .compare_mobile{
        position: relative;
        margin-bottom: 30px;
        width: 100%;
    }
    #Security-width-full #Security-AiProtection .compare_mobile .focus_area{
            left: 56%;
    width: 44%;
    height: 100%;
    }

    #Security-width-full #Security-AiProtection .compare__bottom table td{
        width: 40%;
    }
    /*#Security-width-full #Security-AiProtection .compare__bottom div:nth-child(1) {
        display: none;
    }

    #Security-width-full #Security-AiProtection .compare__bottom div:nth-child(2) {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    #Security-width-full #Security-AiProtection .compare__bottom div:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    #Security-width-full #Security-AiProtection .compare__bottom div:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    #Security-width-full #Security-AiProtection .compare__bottom div:nth-child(5) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    #Security-width-full #Security-AiProtection .compare__bottom div:nth-child(6) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    #Security-width-full #Security-AiProtection .compare__bottom div:nth-child(7) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 6;
        order: 6;
    }*/

    #Security-width-full #Security-AiProtection .compare__bottom .compare_form {
        display: none;
    }

    #Security-width-full #Security-AiProtection .compare__bottom .compare_form--mobile {
        display: block;
        padding-bottom: 0;
    }
    #Security-width-full #Security-AiProtection .compare__bottom .compare_form--mobile table{
        width: 100%;
    }
    #Security-width-full #Security-AiProtection .compare__bottom .compare_picbox {
        width: 100%;
    }

    #Security-width-full #Security-AiProtection .compare__bottom .compare_picbox .textcontent {
        padding-top: 0%;
        padding-bottom: 2%;
    }
    #Security-width-full #Security-AiProtection .compare__bottom h3.mobile-h3{
        display: block;
            left: 0%;
        position: relative;
        width: 100%;
        padding-left: 59%;
        padding-right: 3%;
    }
    #Security-width-full #Security-AiProtection .compare__bottom p.note{
        margin-top: -10px !important;
        line-height: 1.2em;
        display: block !important;
    }
}

@media screen and (max-width: 759px) {
    #Security-width-full #Security-AiProtection {
        padding: 7% 0;
    }

    #Security-width-full #Security-AiProtection #compare__top {
        width: 80%;
    }

    #Security-width-full #Security-AiProtection .compare__bottom .compare_picbox img {
        max-width: 140px !important;
    }
}
/*#Security-width-full #Security-footer*/
#Security-width-full #Security-footer{
    padding: 50px 0;
}
/*#Security-width-full #Security-Supported*/
#Security-width-full #Security-Supported{
    padding: 50px 0;
}
#Security-width-full #Security-Supported .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    position: relative;
}
#Security-width-full #Security-Supported .mainfull{
    text-align: center;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
}
#Security-width-full #Security-Supported .maintitle a.link_style{
    margin-top: 0px;
    width: 96%;
    padding: 8px 0;
}
#Security-width-full #Security-Supported .productGridTable {
    position: relative;
}
#Security-width-full #Security-Supported .productGridTable-item {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    background-image: linear-gradient(to top, #c6e1ff, #dbecff, #edf5ff);
    vertical-align: top;
    border-radius: 15px;
}
#Security-width-full #Security-Supported .productGridTable-item {
    padding: 30px 18px 30px;
    background-color: #f3f6f8;
    min-height: auto;
}
#Security-width-full #Security-Supported .itemImgContainer {
    width: 100%;
    height: auto;
    text-align: center;
}
#Security-width-full #Security-Supported .productGridTable-item img {
    position: relative;
    margin: 0 auto;
    /* height: 245px; */
    width: 100%;
    max-width: 314px;
    background-size: contain;
}
#Security-width-full #Security-Supported .productGridTable-item .itemInfoContainer {
    margin-top: 10px;
    min-height: auto;
}
#Security-width-full #Security-Supported .itemAction {
    position: relative;
    /*bottom: 45px;
    left: 0;*/
    margin-top: 16px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
#Security-width-full #Security-Supported a.link_style.link_style_c{
    min-width: 125px;
}
#Security-width-full #Security-Supported .itemInfoContent .itemInfo-title{
    font-size: 1.1em;
    font-weight: 600;
    color: #333333;
    text-align: center;
}
#Security-width-full #Security-Supported .itemInfoContent .itemInfo-point {
    margin-top: 20px;
    margin-bottom: 38px;
    padding-left: 0;
    line-height: 1.2;
}
#Security-width-full #Security-Supported .itemInfoContent .itemInfo-point li{
    color: #333333;
    margin-bottom: 3px;
    margin-left: 24px;
    line-height: 1.4;
    font-size: 1em;
    list-style: disc;
    text-align: left;
}
#Security-width-full #Security-Supported .regular .productGridTable-item {
        width: calc(100% - 10px);
    }
@media (min-width: 1280px){
    #Security-width-full #Security-Supported .productGridTable {
        justify-content: flex-start;
    }
    #Security-width-full #Security-Supported .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: center;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        margin-top: 50px;
        max-width: 1400px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #Security-width-full #Security-Supported .productGridTable-item {
        margin: 0 5px 10px;
        /* width: calc(25% - 10px); */
        width: calc(25% - 10px);
        max-width: 410px;
    }
    
    #Security-width-full #Security-Supported .itemInfoContainer {
        display: block;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        vertical-align: middle;
    }
    #Security-width-full #Security-Supported .itemAction {
        /*display: flex;
        justify-content: space-around;
        padding-right: 50px;
        padding-left: 50px;*/
    }
    #Security-width-full #Security-Supported .itemInfoContent .itemInfo-point {
        position: relative;
    }
}
@media (min-width: 731px) and (max-width: 1279.5px){
    #Security-width-full #Security-Supported .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        margin-top: 50px;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        max-width: 732px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
    }
    #Security-width-full #Security-Supported .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        padding: 30px 30px 30px;
        width: 49%;
        max-width: 410px;
        min-height: auto;
    }
    #Security-width-full #Security-Supported .productGridTable .productGridTable-item {
        padding: 30px 30px 30px;
    }
    #Security-width-full #Security-Supported .itemInfoContainer {
        /*margin-top: 30px;
        margin-right: auto;
        margin-bottom: 44px;
        margin-left: auto;
        padding-bottom: 32px;*/
        width: 100%;
    }
    #Security-width-full #Security-Supported .itemAction{
        position: relative;
    /*bottom: 45px;
    left: 0;*/
    margin-top: 16px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    }
    #Security-width-full #Security-Supported .itemInfoContent .itemInfo-point {
        position: relative;
        left: 0;
        margin-bottom: 0;
        /* width: 92%; */
    }

}
@media (max-width: 730.5px){
    #Security-width-full #Security-Supported .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: center;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        max-width: 732px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #Security-width-full #Security-Supported .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        width: calc(100% - 36px );
        padding: 30px 30px 30px;
        max-width: 354px;
        min-height: auto;
    }
    #Security-width-full #Security-Supported .regular .productGridTable-item{
        padding-bottom: 0px;
    }
    #Security-width-full #Security-Supported .itemInfoContainer {
        /*margin-top: 23px;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 34px;*/
        width: 100%;
    }
    #Security-width-full #Security-Supported .itemAction {
        position: relative;
    /*bottom: 45px;
    left: 0;*/
    margin-top: 16px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    }
    #Security-width-full #Security-Supported .regular .itemAction {
        bottom: 50px;
        display: inline-block;
        position: relative;
        /* display: flex;
        justify-content: space-evenly; */
        margin-top: 0;
        padding: 0 0px;
        box-sizing: border-box;
    }
    #Security-width-full #Security-Supported .itemInfoContent .itemInfo-point {
        position: relative;
        margin-top: 17px;
        margin-bottom: 0;
        width: 92%;
        margin-left: 12px;
    }
    #Security-width-full #Security-Supported a.link_style.link_style_c{
        padding: 8px 10px;
            margin: 0 2px;
    }
    #Security-width-full #Security-Supported .regular .productGridTable-item a.link_style{
        margin-top: 40px;
    }
}
@media (max-width: 480px){
    #Security-width-full #Security-Supported .maintitle{
        padding: 0px 0;
    }
    #Security-width-full #Security-Supported .maintitle h2{
        text-align: center !important;
    }
    #Security-width-full #Security-Supported .productGridTable {
        width: 100%;
        max-width: inherit;
    }
    #Security-width-full #Security-Supported .productGridTable .productGridTable-item  {
        width: calc(100% - 36px );
        padding: 30px 30px 30px;
        max-width: inherit;
    }
}
/*#Security-width-full #Security-Solutions*/
#Security-width-full #Security-Solutions{
    padding: 50px 0;
}
#Security-width-full #Security-Solutions .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    position: relative;
}
#Security-width-full #Security-Solutions .tab_info .maintitle{
    padding-top: 50px;
    padding-bottom: 0px;
}
#Security-width-full #Security-Solutions .mainfull{
    text-align: center;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
}
#Security-width-full #Security-Solutions .mainfull img.pic_app_your_way{
    width: 100%;
    max-width: 1300px;
}
#Security-width-full #Security-Solutions .maintitle a.link_style{
    margin-top: 50px;
}
#Security-width-full #Security-Solutions .design_tab_area{
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    padding: 50px 0 0;
    position: relative;
    /* border-bottom: #6f6f6f 1px solid; */
}
#Security-width-full #Security-Solutions .design_tab_area li{
    display: inline-block;
    width: 50%;
     float: left; 
    margin: 0;
    padding: 0
}
#Security-width-full #Security-Solutions .design_tab_area li a{
    display: inline-block;
    width: 100%;
    margin: 0;
    position: relative;
    padding: 10px 20px;
    border: none;
    color: #333333;
    /* background: linear-gradient(to bottom, #f5f5f5 0%, #e5e5e5 100%); */
}
#Security-width-full #Security-Solutions .design_tab_area li a h3{
    color: #000;
    font-size: 1.845em;
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
}
#Security-width-full #Security-Solutions .design_tab_area li a.active h3{
    color: #2c54ff
}
#Security-width-full #Security-Solutions .design_tab_area li a:after{
    content: "";
    position: absolute;
    right: 0;
    transform: translate(-50%, -50%);
    top: calc(100% - -1px);
    left: 50%;
    height: 1px;
    width: 100%;
    background: #575757
}
#Security-width-full #Security-Solutions .design_tab_area li a.active:after{
    content: "";
    position: absolute;
    right: 0;
    transform: translate(-50%, -50%);
    top: calc(100% - 2px);
    left: 50%;
    height: 8px;
    width: 100%;
    background: #2c54ff
}
#Security-width-full #Security-Solutions .design_tab_area li a p{
    font-size: 22px;
}
#Security-width-full #Security-Solutions .tab_info{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}
#Security-width-full #Security-Solutions .tab_info.active{
    display: block;
    position: relative;
    z-index: 9;
    top: -10px;
    visibility: visible;
    opacity: 1;
    transition: opacity 400ms ease, visibility 400ms ease, top 400ms ease; 
}

#Security-width-full #Security-Solutions .tab_info .flex-item img{
    width: 100%;
    max-width: 835px;
}
#Security-width-full #Security-Solutions .tab_info img.logo_zoom{
    width: 50%;
    max-width: 75px !important;
    position: absolute;
    right: 0;
    top: -75px;
}
#Security-width-full #Security-Solutions .tab_info .flex-item .translate_box{
    padding: 0 5%;
}
@media only screen and (max-width: 1024px) {
    #Security-width-full #Security-Solutions .design_tab_area li a p{
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 759px) {
    #Security-width-full #Security-Solutions .design_tab_area{
        padding-top: 20px;
    }
    #Security-width-full #Security-Solutions .design_tab_area li{
        width: 50%;
        float: left;
    }
    #Security-width-full #Security-Solutions .design_tab_area li a h3{
        font-size: 1.2em;
    }
    #Security-width-full #Security-Solutions .tab_info img.logo_zoom{
        position: relative;
        top: inherit;
        right: inherit;
        margin-bottom: 10px;
    }
    #Security-width-full #Security-Solutions .tab_info .flex-item .translate_box{
        padding: 20px 0;
    }
    #Security-width-full #Security-Solutions .tab_info .maintitle{
        padding-top: 50px;
    }
}


#Security-width-full #Security-Solutions .productGridTable {
    position: relative;
}
#Security-width-full #Security-Solutions .productGridTable-item {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    vertical-align: top;
}
#Security-width-full #Security-Solutions .productGridTable-item {
    padding: 30px 30px 30px;
    background-color: #f3f6f8;
    min-height: auto;
}
#Security-width-full #Security-Solutions .itemImgContainer {
    width: 100%;
    height: auto;
    text-align: center;
}
#Security-width-full #Security-Solutions .productGridTable-item img {
    position: relative;
    margin: 0 auto;
    /* height: 245px; */
    width: 100%;
    max-width: 314px;
    background-size: contain;
}
#Security-width-full #Security-Solutions .productGridTable-item .itemInfoContainer {
    margin-top: 32px;
    min-height: auto;
}
#Security-width-full #Security-Solutions .itemAction {
    position: relative;
    /*bottom: 45px;
    left: 0;*/
    margin-top: 16px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
#Security-width-full #Security-Solutions a.link_style.link_style_c{
    min-width: 125px;
}
#Security-width-full #Security-Solutions .itemInfoContent .itemInfo-title{
    font-size: 1.3em;
    font-weight: 600;
    color: #333333;
    text-align: center;
}
#Security-width-full #Security-Solutions .itemInfoContent .itemInfo-point {
    margin-top: 20px;
    margin-bottom: 38px;
    padding-left: 0;
    line-height: 1.2;
}
#Security-width-full #Security-Solutions .itemInfoContent .itemInfo-point li{
    color: #333333;
    margin-bottom: 3px;
    margin-left: 24px;
    line-height: 1.4;
    font-size: 1em;
    list-style: disc;
    text-align: left;
}
#Security-width-full #Security-Solutions .regular .productGridTable-item {
        width: calc(100% - 10px);
    }
@media (min-width: 1280px){
    #Security-width-full #Security-Solutions .productGridTable {
        justify-content: flex-start;
    }
    #Security-width-full #Security-Solutions .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: center;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        margin-top: 50px;
        max-width: 1400px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #Security-width-full #Security-Solutions .productGridTable-item {
        margin: 0 5px 10px;
        /* width: calc(25% - 10px); */
        width: calc(25% - 10px);
        max-width: 410px;
    }
    
    #Security-width-full #Security-Solutions .itemInfoContainer {
        display: block;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        vertical-align: middle;
    }
    #Security-width-full #Security-Solutions .itemAction {
        /*display: flex;
        justify-content: space-around;
        padding-right: 50px;
        padding-left: 50px;*/
    }
    #Security-width-full #Security-Solutions .itemInfoContent .itemInfo-point {
        position: relative;
    }
}
@media (min-width: 731px) and (max-width: 1279.5px){
    #Security-width-full #Security-Solutions .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        margin-top: 50px;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        max-width: 732px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
    }
    #Security-width-full #Security-Solutions .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        padding: 50px 33px 46px;
        width: 49%;
        max-width: 410px;
        min-height: auto;
    }
    #Security-width-full #Security-Solutions .productGridTable .productGridTable-item {
        padding: 28px 30px 50px;
    }
    #Security-width-full #Security-Solutions .itemInfoContainer {
        margin-top: 30px;
        margin-right: auto;
        margin-bottom: 44px;
        margin-left: auto;
        padding-bottom: 32px;
        width: 100%;
    }
    #Security-width-full #Security-Solutions .itemAction{
        display: flex;
        bottom: 46px;
        justify-content: space-evenly;
        margin-top: 0;
        padding: 0 30px;
        margin: 0 5px;
        box-sizing: border-box;
    }
    #Security-width-full #Security-Solutions .itemInfoContent .itemInfo-point {
        position: relative;
        left: 0;
        margin-bottom: 0;
        /* width: 92%; */
    }

}
@media (max-width: 730.5px){
    #Security-width-full #Security-Solutions .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: center;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        max-width: 732px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #Security-width-full #Security-Solutions .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        width: 100%;
        padding: 31px 15px 92px;
        max-width: 354px;
        min-height: auto;
    }
    #Security-width-full #Security-Solutions .productGridTable .productGridTable-item  {
        
    }
    #Security-width-full #Security-Solutions .regular .productGridTable-item{
        padding-bottom: 0px;
    }
    #Security-width-full #Security-Solutions .itemInfoContainer {
        margin-top: 23px;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 34px;
        width: 100%;
    }
    #Security-width-full #Security-Solutions .itemAction {
        bottom: 50px;
        padding-right: 20px;
        padding-left: 20px;
        display: flex;
        justify-content: space-evenly;
        margin-top: 0;
        padding: 0 30px;
        box-sizing: border-box;
    }
    #Security-width-full #Security-Solutions .regular .itemAction {
        bottom: 50px;
        display: inline-block;
        position: relative;
        /* display: flex;
        justify-content: space-evenly; */
        margin-top: 0;
        padding: 0 0px;
        box-sizing: border-box;
    }
    #Security-width-full #Security-Solutions .itemInfoContent .itemInfo-point {
        position: relative;
        margin-top: 17px;
        margin-bottom: 0;
        width: 92%;
        margin-left: 12px;
    }
    #Security-width-full #Security-Solutions a.link_style.link_style_c{
        padding: 8px 10px;
            margin: 0 2px;
    }
    #Security-width-full #Security-Solutions .regular .productGridTable-item a.link_style{
        margin-top: 40px;
    }
}
@media (max-width: 480px){
    #Security-width-full #Security-Solutions .maintitle{
        padding: 0px 18px;
    }
    #Security-width-full #Security-Solutions .maintitle h2{
        text-align: center !important;
    }
    #Security-width-full #Security-Solutions .productGridTable {
        width: 100%;
        max-width: inherit;
    }
    #Security-width-full #Security-Solutions .productGridTable .productGridTable-item  {
        width: 100%;
        padding: 31px 18px 92px;
        max-width: inherit;
    }
}
#Security-width-full .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
#Security-width-full #Security-Solutions #pageContent-ani-vpn .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1
}
#Security-width-full #Security-Solutions #pageContent-ani-vpn .vpn-container {
    user-select: none;
    position: relative;
    z-index: 2
}

#Security-width-full #Security-Solutions #pageContent-ani-vpn .vpn-container.is-reduced-motion .line {
    animation-play-state: paused !important
}
#Security-width-full #Security-Solutions #pageContent-ani-vpn .hd-main {
    position: relative;
    z-index: 2
}
#Security-width-full #Security-Solutions #pageContent-ani-vpn .box {
    margin: 0 auto;
    position: relative
}
#Security-width-full #Security-Solutions #pageContent-ani-vpn .box img{
    width: 100%;
}
#Security-width-full #Security-Solutions #pageContent-ani-vpn .box .line {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
}

#Security-width-full #Security-Solutions #pageContent-ani-vpn .box .line img {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

#Security-width-full #Security-Solutions #pageContent-ani-vpn .box .line {
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 4s;
    -webkit-animation-name: vpn-line;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-delay: 0;
    animation-duration: 4s;
    animation-name: vpn-line;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards
}

#Security-width-full #Security-Solutions #pageContent-ani-vpn .box {
    width: 1300px
}

#Security-width-full #Security-Solutions #pageContent-ani-vpn .box .line img {
    width: 1300px;
    max-width: 1300px !important
}

@media screen and (max-width: 1440px) {
    #Security-width-full #Security-Solutions #pageContent-ani-vpn .vpn-container {
        margin-left: -10%
    }

    #Security-width-full #Security-Solutions #pageContent-ani-vpn .box {
        width: 1000px
    }

    #Security-width-full #Security-Solutions #pageContent-ani-vpn .box .line img {
        width: 1000px;
        max-width: 1000px !important
    }
}
@media screen and (max-width: 1280px) {

    #Security-width-full #Security-Solutions .tab-security .hd-content,
    #Security-width-full #Security-Solutions .tab-privacy .hd-content {
        padding-right: 2em
    }

    #Security-width-full #Security-Solutions .tab-security li,
    #Security-width-full #Security-Solutions .tab-privacy li {
        margin: 1em 0
    }

    #Security-width-full #Security-Solutions .tab-security li img,
    #Security-width-full #Security-Solutions .tab-privacy li img {
        width: 6em
    }

    #Security-width-full #Security-Solutions .tab-security figure,
    #Security-width-full #Security-Solutions .tab-privacy figure {
        width: 55%;
        margin-right: 0
    }

    #Security-width-full #Security-Solutions .tab-parent figure {
        width: 55%;
        margin-right: 0
    }

    #Security-width-full #Security-Solutions .tab-privacy .hd-content {
        padding-right: 4em
    }

    #Security-width-full #Security-Solutions .tab-privacy figure {
        margin-left: 0
    }

    #Security-width-full #Security-Solutions .tab-privacy .btn-container {
        margin-left: -1.5em
    }

    #Security-width-full #Security-Solutions .tab-privacy .btn-container>img {
        width: 5em
    }

    #Security-width-full #Security-Solutions .tab-vpn p {
        margin-bottom: 2em
    }

    #Security-width-full #Security-Solutions #pageContent-ani-vpn .box {
        width: 900px
    }

    #Security-width-full #Security-Solutions #pageContent-ani-vpn .box .line img {
        width: 900px;
        max-width: 900px !important
    }
}

@media screen and (max-width: 1024px) {
    #Security-width-full #Security-Solutions .sec-security .tab-content {
        padding-top: 1em
    }

    #Security-width-full #Security-Solutions .tab-security p,
    #Security-width-full #Security-Solutions .tab-privacy p {
        margin-bottom: 1em
    }

    #Security-width-full #Security-Solutions .tab-security li img,
    #Security-width-full #Security-Solutions .tab-privacy li img {
        width: 5em
    }

    #Security-width-full #Security-Solutions .tab-vpn .swiper-slide {
        padding-left: 0
    }

    #Security-width-full #Security-Solutions .tab-vpn figure {
        width: 55%
    }

    #Security-width-full #Security-Solutions .tab-vpn .hd-content {
        width: 45%;
        padding-right: 2em
    }

    #Security-width-full #Security-Solutions .tab-vpn .flex-row-reverse .hd-content {
        padding-right: 0;
        padding-left: 2em
    }

    #Security-width-full #Security-Solutions #pageContent-ani-vpn .vpn-container {
        margin-left: -15%
    }

    #Security-width-full #Security-Solutions #pageContent-ani-vpn .box {
        width: 768px
    }

    #Security-width-full #Security-Solutions #pageContent-ani-vpn .box .line img {
        width: 768px;
        max-width: 768px !important
    }
}

@media screen and (max-width: 768px) {
    #Security-width-full #Security-Solutions .sec-security .hd-container {
        flex-direction: column
    }

    #Security-width-full #Security-Solutions .tab-security .hd-content,
    #Security-width-full #Security-Solutions .tab-privacy .hd-content,
    #Security-width-full #Security-Solutions .tab-security figure,
    #Security-width-full #Security-Solutions .tab-privacy figure {
        width: 100%
    }

    #Security-width-full #Security-Solutions .tab-security .hd-content,
    #Security-width-full #Security-Solutions .tab-privacy .hd-content {
        padding-right: 0;
        margin-bottom: 1em
    }

    #Security-width-full #Security-Solutions .tab-security ul,
    #Security-width-full #Security-Solutions .tab-privacy ul {
        display: flex
    }

    #Security-width-full #Security-Solutions .tab-parent .hd-content {
        width: 100%;
        padding-right: 0;
        margin-bottom: 1em
    }

    #Security-width-full #Security-Solutions .tab-parent figure {
        width: 80%;
        margin-left: auto
    }

    #Security-width-full #Security-Solutions .tab-parent .img-container {
        width: 50%;
        left: -30%;
        margin-left: 0
    }

    #Security-width-full #Security-Solutions .tab-parent .vid-control {
        left: auto;
        right: -2em
    }

    #Security-width-full #Security-Solutions .tab-privacy .btn-container {
        margin-left: 0
    }

    #Security-width-full #Security-Solutions .tab-privacy .btn-container>img {
        width: 6.5em
    }

    #Security-width-full #Security-Solutions .tab-vpn .swiper-slide {
        flex-direction: column;
        padding: 0 1px
    }

    #Security-width-full #Security-Solutions .tab-vpn figure,
    #Security-width-full #Security-Solutions .tab-vpn .hd-content {
        width: 100%
    }

    #Security-width-full #Security-Solutions .tab-vpn .hd-content {
        padding: 0 !important
    }

    #Security-width-full #Security-Solutions .tab-vpn p {
        margin-bottom: 0
    }

    #Security-width-full #Security-Solutions #pageContent-ani-vpn .box {
        width: 600px
    }

    #Security-width-full #Security-Solutions #pageContent-ani-vpn .box .line img {
        width: 600px;
        max-width: 600px !important
    }
}

@media screen and (max-width: 620px) {

    #Security-width-full #Security-Solutions .tab-security ul,
    #Security-width-full #Security-Solutions .tab-privacy ul {
        display: block
    }

    #Security-width-full #Security-Solutions #pageContent-ani-vpn .vid-control {
        bottom: -1em;
        right: -1em
    }

    #Security-width-full #Security-Solutions #pageContent-ani-vpn .box {
        width: 480px
    }

    #Security-width-full #Security-Solutions #pageContent-ani-vpn .box .line img {
        width: 480px;
        max-width: 480px !important
    }
}

@media screen and (max-width: 480px) {
    #Security-width-full #Security-Solutions .sec-security {
        padding: 3em 0
    }

    #Security-width-full #Security-Solutions .sec-security .tab-content {
        padding-top: 0
    }

    #Security-width-full #Security-Solutions .tab-security .hd-btn,
    #Security-width-full #Security-Solutions .tab-privacy .hd-btn {
        margin: 1em 0
    }

    #Security-width-full #Security-Solutions .tab-parent {
        padding-bottom: 20%
    }

    #Security-width-full #Security-Solutions .tab-parent figure {
        width: 90%
    }

    #Security-width-full #Security-Solutions .tab-parent .img-container {
        width: 70%;
        left: -20%;
        margin-top: 1em
    }

    #Security-width-full #Security-Solutions .tab-parent .vid-control {
        left: auto;
        right: -2em
    }

    #Security-width-full #Security-Solutions .tab-privacy .btn-container {
        flex-direction: column
    }

    #Security-width-full #Security-Solutions .tab-privacy .btn-container>img {
        margin: 0 0 1em 1em
    }

    #Security-width-full #Security-Solutions .tab-privacy .btn-container .hd-txt {
        padding-left: 0
    }

    #Security-width-full #Security-Solutions .tab-privacy figure li {
        width: 20%
    }

    #Security-width-full #Security-Solutions .tab-privacy figure li:nth-child(1) {
        left: 5%
    }

    #Security-width-full #Security-Solutions .tab-privacy figure li:nth-child(2) {
        top: 50%;
        width: 15%
    }

    #Security-width-full #Security-Solutions #pageContent-ani-vpn .box {
        width: 340px
    }

    #Security-width-full #Security-Solutions #pageContent-ani-vpn .box .line img {
        width: 340px;
        max-width: 340px !important
    }
}
@-webkit-keyframes vpn-line {
    0% {
        width: 0
    }

    70%,
    100% {
        width: 100%
    }
}

@keyframes vpn-line {
    0% {
        width: 0
    }

    70%,
    100% {
        width: 100%
    }
}

/*Anorak-Jacket-05*/
#Security-width-full #Security-05 {
    padding-top: 60.6359%;
    overflow-y: hidden
}

#Security-width-full #Security-05:before {
    background-image: url("../img/bg_05.jpg");
    background-size: cover;
}

#Security-width-full #Security-05 .maintitle {
    left: 28%;
    top: 23%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 36%;
}

#Security-width-full #Security-05 .mtitle p {
    /* display: inline-block;
position: relative;
color: #2871fa !important;
background: transparent;
background: linear-gradient(135deg, #2871fa 20%, #6717cd 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
}

@media only screen and (max-width: 1920px) {
    #Security-width-full #Security-05 .mtitle p {
        font-size: 3.8em;
    }
}

@media only screen and (max-width: 1660px) {
    #Security-width-full #Security-05 .mtitle p {
        font-size: 3.8em;
    }
}

@media only screen and (max-width: 1440px) {
    #Security-width-full #Security-05 .stitle p {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 1350px) {
    #Security-width-full #Security-05 .mtitle p {
        font-size: 4.5em;
        margin-bottom: 10px
    }

    #Security-width-full #Security-05 .stitle p {
        font-size: 1.5em;
    }

    #Security-width-full #Security-05 .maintitle .logo_group {
        padding: 10px 0 15px
    }
}

@media only screen and (max-width: 969px) {
    #Security-width-full #Security-05 .mtitle p {
        font-size: 3em;
        background: none;
        -webkit-text-fill-color: inherit;
    }

    #Security-width-full #Security-05 img.mobile {
        display: block !important;
    }

    #Security-width-full #Security-05 .control_io_mobile {
        display: block !important;
    }

    #Security-width-full #Security-05 .control_io {
        display: none !important;
    }

    #Security-width-full #Security-05:before {
        background-image: none;
        padding-top: 0%;
    }

    #Security-width-full #Security-05 {
        padding-top: 0%;
        padding-bottom: 0px
    }

    #Security-width-full #Security-05 .product-content {
        position: relative;
        margin-bottom: 0
    }

    #Security-width-full #Security-05 .maintitle {
        position: relative;
        width: auto;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 30px 18px 50px;
        transform: translate(0%, 0%);
    }

    #Security-width-full #Security-05 .mtitle p {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    #Security-width-full #Security-05 .stitle p {
        margin-top: 20px
    }

    #Security-width-full #Security-05 .mtitle p {
        font-size: 3em;
    }
}

@media only screen and (max-width: 759px) {
    #Security-width-full #Security-05 .mtitle p {
        font-size: 2.5em;
    }

    #Security-width-full #Security-05 .stitle p {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 480px) {
    #Security-width-full #Security-05 .maintitle {
        padding-top: .5em;
    }

    #Security-width-full #Security-05 .mtitle p {
        font-size: 2.5em;
    }

    #Security-width-full #Security-05 .stitle p {
        font-size: 2em;
    }
}
@media (min-width: 759px) and (max-width: 969px) {

    #Security-width-full .full-section {
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    #Security-width-full #Helios-colorarea .info_left {
        padding: 0
    }
}

@media (max-width: 759px) {

    #Security-width-full img.webstyle,
    #Security-width-full .webstyle {
        display: none;
    }

    /* 左文右圖 */
    #Security-width-full .maintitle.lefttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #Security-width-full .maintitle.lefttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    /* 左圖右文 */
    #Security-width-full .maintitle.righttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #Security-width-full .maintitle.righttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #Security-width-full img.mobile,
    #Security-width-full .mobile {
        width: auto;
        display: block;
        margin: 0 auto !important;
    }

    #Security-width-full .maintitle .info,
    #Security-width-full .maintitle .mtitle {
        margin: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        text-align: left !important;
    }

    #Security-width-full .maintitle .mtitle {
        padding-top: 0 !important;
    }

    #Security-width-full .flex-item .info,
    #Security-width-full .mainfull .maintitle .info,
    #Security-width-full .mainsize .maintitle .info {
        width: 100% !important;
        margin-bottom: 1em !important;
        text-align: left;
        font-size: 1.2em;
        line-height: 1.3em;
        text-align: left;
    }

    #Security-width-full .full-section {
        /*border-bottom: 1px solid #ccc;*/
        background-size: contain;
        background-position: center bottom;
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    /*#Security-width-full .full-section:first-child {
border-top: 1px solid #ccc;
}*/
    #Security-width-full .full-section:last-child {
        border-bottom: 0px solid #ccc;
    }

    #Security-width-full h2 {
        width: 100% !important;
        /*text-shadow: 0px 0px 0px #fff;*/
        font-size: 2.5em !important;
        text-align: left !important;
        line-height: 1.2em;
        margin-bottom: 0;
        padding: 15px 0;
        margin-bottom: 5px !important;
    }

    #Security-width-full .stitle p {
        font-size: 2em;
        text-align: left;
        margin-bottom: 0.5em;
        margin-top: 1em;
    }

    #Security-width-full .full-section {
        padding: 0 0;
    }
}

/* nav bar */
#Security-width-full #Security-nav {
    position: fixed;
    top: 45%;
    right: 10px;
    margin-top: -11.6875em;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 10px;
    z-index: 9999;
}

#Security-width-full #Security-nav ul {
    list-style: none;
    display: block;
    margin: 0;
}

#Security-width-full #Security-nav ul li {
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    margin: 0;
    display: inline-block;
    line-height: 20px
}

#Security-width-full #Security-nav ul li a {
    display: inline-block;
    width: 8px;
    position: absolute;
    padding: 15px;
    height: 8px;
    z-index: 9999;
    top: 0
}

#Security-width-full #Security-nav ul li div {
    width: 8px;
    height: 8px;
    overflow: hidden;
    margin-left: auto;
    background: #C8C8C8;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    box-shadow: inset 0 0 1px #777;
    display: inline-block;
    position: relative;
}

#Security-width-full #Security-nav ul li b {
    display: none;
    position: absolute;
    top: 60%;
    margin-top: -12px;
    right: 40px;
    white-space: nowrap;
    font-size: 14px;
    color: #2c54ff;
    font-weight: normal;
    line-height: 1;
    font-family: arial, helvetica, sans-serif;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#Security-width-full #Security-nav ul li.on.active b,
#Security-width-full #Security-nav ul li.active b {
    top: 90%
}

#Security-width-full #Security-nav ul li:hover b {
    display: inline-block !important;
    position: absolute;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    width: auto;
}

#Security-width-full #Security-nav ul li:hover div {
    background: #2c54ff
}

#Security-width-full #Security-nav ul li.active {
    height: 38px !important
}

#Security-width-full #Security-nav ul li.active div {
    background: #2c54ff;
    height: 30px !important;
    top: 5px;
}

@media (max-width: 759px) {

    /* special-sectionOverview #rog_chariot_rgb_nav-nav */
    #Security-width-full #Security-nav {
        display: none;
    }
}

/*動態CSS*/
#Security-width-full .txt_move {
    /*position: relative;*/
    animation: 1.5s ease txt_move;
    animation-fill-mode: forwards;
}

@-moz-keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-webkit-keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-o-keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-ms-keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

#Security-width-full .pic_move_a {
    position: relative;
    animation: 2s ease pic_move_a;
    animation-fill-mode: forwards;
}

@-moz-keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-webkit-keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-o-keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-ms-keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

#Security-width-full .pic_move_b {
    position: relative;
    animation: 2s ease pic_move_b;
    animation-fill-mode: forwards;
}

@-moz-keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-webkit-keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-o-keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-ms-keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

#Security-width-full .pic_move_c {
    position: relative;
    animation: 2s ease pic_move_c;
    animation-fill-mode: forwards;
}

@-moz-keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-webkit-keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-o-keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-ms-keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}


/* @media only screen and (max-width: 768px) {
.product-section .product-content,
.full-section .product-content .product-text,
#Security-width-full .mainfull .maintitle .product-text,
#Security-width-full .mainfull .maintitle
{
opacity: 1 !important
}
#Security-width-full .txt_move{
animation: inherit !important;
}
#Security-width-full .txt_move_b{
animation: inherit !important;
}
} */

#Security-width-full .slider {
    width: 100%;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}
.slick-initialized .slick-slide{

}
#Security-width-full .slick-prev:before, #Security-width-full .slick-next:before {
  color: #0072ce !important;
}
#Security-width-full .slick-prev:before{
    color: #0072ce;
    background: url(../img/slick_prev.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
}
#Security-width-full .slick-prev:hover:before{
    color: #0072ce;
    background: url(../img/slick_prev_h.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
}
#Security-width-full .slick-next:before{
    color: #0072ce;
    background: url(../img/slick_next.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-20%, -50%);
}
#Security-width-full .slick-next:hover:before{
    background: url(../img/slick_next_h.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-20%, -50%);
}
@media only screen and (max-width: 1024px) {
    #Security-width-full .slider {
        width: calc(100% - 50px);
        text-align: center;
        max-width: 1400px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 768px) {
    .slick-prev, .slick-next{
        width: 15px;
        height: 15px;
    }
    #Security-width-full .slick-prev:before,
    #Security-width-full .slick-next:before{
        min-width: 40px;
        min-height: 40px;
    }
}



/**/
#Security-width-full .ico_move {
    /*position: relative;*/
    animation: 1.5s ease ico_move;
    animation-fill-mode: forwards;
}

@-moz-keyframes ico_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-webkit-keyframes ico_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-o-keyframes ico_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-ms-keyframes ico_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@keyframes ico_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

#Security-width-full .dtot_move_margintop {
    /*position: relative;*/
    animation: 1s ease dtot_move_margintop;
    animation-fill-mode: forwards;
}

@-moz-keyframes dtot_move_margintop {
    0% {
        opacity: 0;
        margin-top: 30px
    }

    100% {
        opacity: 1;
        margin-top: 0px
    }
}

@-webkit-keyframes dtot_move_margintop {
    0% {
        opacity: 0;
        margin-top: 30px
    }

    100% {
        opacity: 1;
        margin-top: 0px
    }
}

@-o-keyframes dtot_move_margintop {
    0% {
        opacity: 0;
        margin-top: 30px
    }

    100% {
        opacity: 1;
        margin-top: 0px
    }
}

@-ms-keyframes dtot_move_margintop {
    0% {
        opacity: 0;
        margin-top: 30px
    }

    100% {
        opacity: 1;
        margin-top: 0px
    }
}

@keyframes dtot_move_margintop {
    0% {
        opacity: 0;
        margin-top: 30px
    }

    100% {
        opacity: 1;
        margin-top: 0px
    }
}

#Security-width-full .bg_ltor_move {
    /*position: relative;*/
    animation: 1.5s ease bg_ltor_move;
    animation-fill-mode: forwards;
}

@-moz-keyframes bg_ltor_move {
    0% {
        opacity: 0;
        margin-left: -30px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-webkit-keyframes bg_ltor_move {
    0% {
        opacity: 0;
        margin-left: -30px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-o-keyframes bg_ltor_move {
    0% {
        opacity: 0;
        margin-left: -30px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-ms-keyframes bg_ltor_move {
    0% {
        opacity: 0;
        margin-left: -30px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@keyframes bg_ltor_move {
    0% {
        opacity: 0;
        margin-left: -30px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

#Security-width-full .bg_rtol_move {
    /*position: relative;*/
    animation: 1.5s ease bg_rtol_move;
    animation-fill-mode: forwards;
}

@-moz-keyframes bg_rtol_move {
    0% {
        opacity: 0;
        margin-left: 30px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-webkit-keyframes bg_rtol_move {
    0% {
        opacity: 0;
        margin-left: 30px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-o-keyframes bg_rtol_move {
    0% {
        opacity: 0;
        margin-left: 30px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-ms-keyframes bg_rtol_move {
    0% {
        opacity: 0;
        margin-left: 30px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@keyframes bg_rtol_move {
    0% {
        opacity: 0;
        margin-left: 30px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}
#Security-width-full .dtot_move_margintop_v2 {
    /*position: relative;*/
    animation: 1.5s ease dtot_move_margintop_v2;
    animation-fill-mode: forwards;
}

@-moz-keyframes dtot_move_margintop_v2 {
    0% {
        opacity: 0;
        top: 40px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-webkit-keyframes dtot_move_margintop_v2 {
    0% {
        opacity: 0;
        top: 40px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-o-keyframes dtot_move_margintop_v2 {
    0% {
        opacity: 0;
        top: 40px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-ms-keyframes dtot_move_margintop_v2 {
    0% {
        opacity: 0;
        top: 40px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@keyframes dtot_move_margintop_v2 {
    0% {
        opacity: 0;
        top: 40px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

#Security-width-full .ttod_move_margintop_v2 {
    /*position: relative;*/
    animation: 1.5s ease ttod_move_margintop_v2;
    animation-fill-mode: forwards;
}

@-moz-keyframes ttod_move_margintop_v2 {
    0% {
        opacity: 0;
        top: -40px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-webkit-keyframes ttod_move_margintop_v2 {
    0% {
        opacity: 0;
        top: -40px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-o-keyframes ttod_move_margintop_v2 {
    0% {
        opacity: 0;
        top: -40px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-ms-keyframes ttod_move_margintop_v2 {
    0% {
        opacity: 0;
        top: -40px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@keyframes ttod_move_margintop_v2 {
    0% {
        opacity: 0;
        top: -40px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}
@media only screen and (max-width: 1100px) {
    #MA25-width-full .opacity{
        opacity: 1 !important;
    }
    #MA25-width-full .bg_ltor_move,
    #MA25-width-full .dtot_move_margintop,
    #MA25-width-full .dtot_move_margintop_v2,
    #MA25-width-full .ttod_move_margintop_v2,
    #MA25-width-full .dtot_move_delay,
    #MA25-width-full .opacity_show,
    #MA25-width-full .bg_rtol_move,
    #MA25-width-full .dtot_move{
        animation: none !important;
        animation-delay: inherit !important;
    }
}