@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

/*** start of fonts ***/

/*** end of fonts ***/

body {
    font-family: "Noto Sans TC", "Open Sans", "Microsoft JhengHei", "Arial";
    font-size: 14px;
    min-height: 768px;
    color: #2c2c2c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans TC", "Open Sans", "Microsoft JhengHei", "Arial";
    font-weight: 200;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
a {
    transition: all 0.2s linear;
    color: inherit;
    outline: none;
}
a:focus {
    outline: none;
}
a:hover {
}
p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.4em;
    font-weight: 100;
}
hr {
    border: none;
    border-top: #2c2c2c 1px solid;
    clear: both;
    margin: 5px 0;
}
sup {
    font-size: 0.7em;
    position: relative;
    top: -0.6em;
    margin-left: 1px;
}
strong {
    font-weight: bold;
    display: inline-block;
}
p strong {
    display: inline;
}

img{
max-width: 100%;
}
input[type="text"],
input[type="password"],
textarea {
    border: none;
    padding: 6px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
}
input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover {
}
.wrapper {
    max-width: 980px;
    padding: 0 20px;
    margin: 0 auto;
}
.loader-container {
    text-align: center;
    position: fixed;
    z-index: 20;
    left: 0px;
    width: 100%;
    margin: 0px;
    top: 50%;
    margin-top: -25px;
}
.loader {
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0px auto;
}
.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #008abe;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}
@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
header {
    background: #fff;
    position: fixed;
    width: 100%; /*padding: 20px 30px;*/
    padding: 15px 30px;
    top: 0;
    left: 0;
    box-shadow: 0px -35px 35px 5px #5c5c5c;
    z-index: 10;
    transition: 0.2s all linear;
}
header .logo {
    display: inline-block;
    font-size: 0;
    height: 64px;
    transition: 0.2s all linear;
}
header .logo a {
    display: inline-block;
    vertical-align: middle;
    transition: 0.2s all linear;
}
header .logo a img {
    height: 100%;
    transition: 0.2s all linear;
}
header .logo .logo-1 {
    /*width: 135px; /*height: 59px;*/
    width: 120px;
    height: 50px;
}
header .logo .logo-2 {
    width: 233px; /*height: 65px;*/
    height: 50px;
}
header .logo .spec {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    width: 1px;
    height: 100%;
    background: #a1a1a5;
}
header .btn-nav {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -13px;
    cursor: pointer;
}
header.small {
    padding: 15px 15px;
    box-shadow: 0px -35px 70px #000;
}
header.small .logo {
    height: 30px;
}
header.small .logo .logo-1 {
    height: 30px; /*width: 75px;*/
    width: 70px;
}
header.small .logo .logo-2 {
    height: 30px;
    width: 108px;
}
.menu-tab {
    position: absolute;
    top: 50%;
    right: 80px;
    margin-top: -33px;
    cursor: pointer;
}

.menu-tab .tab {
    display: inline-block;
    padding: 0 12px;
    color: #336496;
    height: 95%;
    position: relative;
    vertical-align: middle;
}
@media screen and (max-width: 1200px) and (min-width: 901px){

header .logo .logo-1 { width: auto; height: 30px; }
header .logo .logo-2 { width: auto; height: 28px; }
}


.menu-tab .line {
    width: 1px;
    height: 70%;
    background: #ebebeb;
    position: absolute;
    top: 12%;
}
.menu-tab .line-right {
    width: 1px;
    height: 70%;
    background: #ebebeb;
    position: absolute;
    top: 12%;
    right: 0;
}

.menu-tab .tab img {
    display: inline-block;
    vertical-align: middle;
}
.menu-tab .tab.selected:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    bottom: -20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.mobile-menu-tab {
    display: none;
}

header.small .menu-tab .tab.selected:after {
    bottom: -10px;
}
header.small .menu-tab .tab img {
    width: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
}
header.small .menu-tab .tab img.width {
    width: 75px;
}
.btn-nav-style {
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
    line-height: 0;
    font-size: 0;
}
.btn-nav-style span {
    display: inline-block;
    width: 100%;
    height: 5px;
    background: #a1a1a5;
    margin: 10px 0;
    transition: all 0.2s linear;
}
.btn-nav-style:before,
.btn-nav-style:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 5px;
    background: #a1a1a5;
    position: absolute;
    left: 0;
    transition: all 0.2s linear;
}
.btn-nav-style:before {
    top: 0px;
}
.btn-nav-style:after {
    top: 20px;
}
.opened .btn-nav-style span {
    opacity: 0;
}
.opened .btn-nav-style:before {
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    top: 9px;
}

.sp-button {
    border: 2px solid #1db8fc;
}
.sp-selected-button {
    background-color: #ffffff;
}

/*45*/
.opened .btn-nav-style:after {
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    top: 9px;
}
nav {
    /*background: #b8b8b8;*/
    background: #009bac;
    position: fixed;
    height: 100%;
    width: 560px;
    right: -560px;
    top: 0;
    padding: 0 30px;
    padding-top: 124px;
    z-index: 9;
    transition: all 0.3s linear;
}
nav a {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    text-align: left; /*color: #003d7c;*/
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 28px;
}
nav a:hover {
    border-bottom: 2px solid #fff;
    color: #003d7c;
}
nav.on {
    right: 0;
    overflow-y: scroll;
}
section.page-holder {
    width: 100%;
    position: relative;
    /* padding-top: 104px;
    padding-bottom: 80px; */
}
section.page-holder .section-bg {
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0%);
}
section.page-holder .page-content {
    position: relative;
    overflow: hidden;
}

section.section-01 {
    height: 100vh !important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../images/bg-img-family.jpg);    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: unset;
    background-position: 50% 60px;
    /* padding-top: 16%; */
}

section.section-01 .section-bg {

    height: 100% !important;
}

#banner {
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        102deg,
        rgba(0, 159, 147, 0) 5%,
        rgba(0, 159, 147, 0.4) 15%,
        rgba(0, 159, 147, 0.4) 60%,
        rgba(0, 159, 147, 0) 80%
    );
    padding-top: 1%;
}

div#home {
    padding-bottom: 16%;
}
div#report {
}

section.section-01 .product {
    font-size: 0;
    width: 100%;
    padding: 0 40px;
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
    z-index: 2;
}
section.section-01 .product .img-holder {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    position: relative;
}
.img-holder img {
    max-width: 100%;
}
section.section-01 .product .img-holder img {
    max-width: 100%;
}
section.section-01 .product .text {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    position: relative;
    padding: 0 20px;
}
section.section-01 .product.product-1 {
    vertical-align: central;
}
section.section-01 .product.product-1 .img-holder {
    left: 60%;
    position: relative;
}
section.section-01 .product.product-1 .img-holder .btn-buy {
    background: #00a9b4;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    font-size: 22px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 1.2em;
    padding-top: 20px;
    letter-spacing: 2px;
    position: absolute;
    bottom: 29%;
    right: 0;
}
section.section-01 .product.product-1 .text {
    /*left: -40%;*/
}
section.section-01 .product.product-1 h1 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: bold;
}
section.section-01 .product.product-1 h1 span {
    font-size: 25px;
    color: #1db8fc;
    line-height: 0;
}
section.section-01 .product.product-1 h1 span span {
    font-size: 22px;
}
section.section-01 .product.product-1 h5 {
    font-size: 64px;
    color: #44abd8;
    font-weight: 300;
    padding-left: 16px;
    color: #fff;
}
section.section-01 .product.product-1 h5.en {
    font-size: 27px;
    color: #fff;
}
section.section-01 .product.product-1 p {
    font-size: 17px;
    color: #fff;
    line-height: 0.7em;
}
section.section-01 .product.product-1 p:before {
    content: "\2713";
    color: #fff;
    padding: 0 6px 0 0;
}
section.section-01 .product.product-1 .left-text p:before {
    content: "\2192";
    color: #fff;
    padding: 0 6px 0 0;
}
section.section-01 .product.product-1 .mob {
    display: none;
}
section.section-01 .product.product-2 {
    margin: 0 auto;
    /* margin-top: 2%; */
}
section.section-01 .product.product-2 .img-holder {
    width: 20%;
    padding-left: 20px;
    min-width: 160px;
}
section.section-01 .product.product-2 .text {
    width: 100%;
    font-size: 28px;
    color: #fff;
}

@media screen and (max-width: 640px){
	section.section-01 .product.product-2 .text {
	    font-size: 16px;
	}
	section.section-01 .product{
	padding: 0;
	}
	#banner{
	
	    background: linear-gradient( 102deg,  rgba(0, 159, 147, 0.4) 15%, rgba(0, 159, 147, 0.4) 60%, rgba(0, 159, 147, 0) 80% );
	}
}

section.section-01 .product.product-2 .text h2 {
    margin-bottom: 20px;
    line-height: 1.2em;
}
section.section-01 .product.product-2 .text h2 img {
    max-width: 233px;
}
section.section-01 .product.product-2 .text .right-text {
    display: inline-block;
    vertical-align: top;
}
section.section-01 .product.product-2 .text .right-text p {
    color: #fff;
}

section.section-01 .product.product-2 .text p {
    font-size: 20px;
    color: #003d7c;
    line-height: 1.7em;
}

section.section-1 {
    background-image: url(../images/bg-img-1.jpg);
    background-color: #fff;
    padding: 0;
}
section.section-1 .section-bg {
}
section.section-1 .product {
    font-size: 0;
    width: 100%;
    padding: 0 40px;
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
    z-index: 2;
}
section.section-1 .product .img-holder {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    position: relative;
}
.img-holder img {
    max-width: 100%;
}
section.section-1 .product .img-holder img {
    max-width: 100%;
}
section.section-1 .product .text {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    position: relative;
    padding: 0 20px;
}
section.section-1 .product.product-1 {
    margin-top: 5%;
}
section.section-1 .product.product-1 .img-holder {
    left: 60%;
    position: relative;
}
section.section-1 .product.product-1 .img-holder .btn-buy {
    background: #00a9b4;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    font-size: 22px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 1.2em;
    padding-top: 20px;
    letter-spacing: 2px;
    position: absolute;
    bottom: 29%;
    right: 0;
}
section.section-1 .product.product-1 .text {
    /*left: -40%;*/
}
section.section-1 .product.product-1 h1 {
    font-size: 64px;
    color: #1db8fc;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 200;
}
section.section-1 .product.product-1 h1 span {
    font-size: 25px;
    color: #1db8fc;
    line-height: 0;
}
section.section-1 .product.product-1 h1 span span {
    font-size: 22px;
}
section.section-1 .product.product-1 h3 {
    font-size: 35px;
    color: #009f93;
    font-weight: 300;
    padding-left: 16px;
}
section.section-1 .product.product-1 h3.en {
    font-size: 27px;
    color: #fff;
}
section.section-1 .product.product-1 p {
    font-size: 17px;
    color: #fff;
    line-height: 0.7em;
    margin-left: 22px;
}
section.section-1 .product.product-1 p:before {
    content: "\2713";
    color: #fff;
    padding: 0 6px 0 0;
}
section.section-1 .product.product-1 p.germagic-logo {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}
section.section-1 .product.product-1 p.germagic-logo img {
    display: inline-block;
    vertical-align: middle;
}
section.section-1 .product.product-1 p.germagic-logo:before {
    content: "";
    padding: 0 6px 0 0;
}
section.section-1 .product.product-1 .left-text p:before {
    content: "\2192";
    color: #fff;
    padding: 0 6px 0 0;
}
section.section-1 .product.product-1 .mob {
    display: none;
}
section.section-1 .product.product-2 {
    margin: 0 auto;
    margin-top: 5%;
    text-align: center;
}
section.section-1 .product.product-2 .img-holder {
    /*width: 35%;*/
    width: 45%;
}
section.section-1 .product.product-2 .text {
    width: 65%;
}
section.section-1 .product.product-2 .text h2 {
    margin-bottom: 20px;
    line-height: 1.2em;
}
section.section-1 .product.product-2 .text h2 img {
    max-width: 233px;
}
section.section-1 .product.product-2 .text .right-text {
    display: inline-block;
    vertical-align: top;
}
section.section-1 .product.product-2 .text .right-text p {
    color: #fff;
}

section.section-1 .product.product-2 .text p {
    font-size: 20px;
    color: #003d7c;
    line-height: 1.7em;
}
section.section-1 .product.product-2 .img-holder .btn-buy {
    background: #00a9b4;
    box-shadow: 1px 5px #066e75;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    font-size: 17px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 1.2em;
    padding-top: 20px;
    letter-spacing: 2px;
    position: absolute;
    top: 20%;
    left: 35px;
}
section.section-1 .product-3 {
    position: absolute;
    right: 20%;
    top: 28%;
    max-width: 18%;
    z-index: 1;
    opacity: 0.8;
}
section.section-1 .asset-icon {
    position: absolute;
    right: 12%;
    top: 2%;
    max-width: 135px;
    z-index: 2;
}

section.section-2 {
    text-align: center;
    color: #fff;
}
section.section-2 {
    background-image: url(../images/bg-img-2.jpg);
    padding: 104px 0;
    background-size: cover;
}
section.section-2 .page-content {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}
section.section-2 h2 {
    font-size: 45px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    color: #00aab5;
}
section.section-2 h2:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}
section.section-2 p.intro {
    font-size: 20px;
    margin-bottom: 40px;
}
section.section-2 p.intro-2 {
    font-size: 18px;
    width: 65%;
    margin: 0 auto;
    margin-bottom: 40px;
}
section.section-2 #elimination-table {
    margin-bottom: 40px;
}
section.section-2 #elimination-table .sp-slide {
    padding: 0 10px;
}
.sp-slide p {
    font-size: 16px;
}
section.section-2 #elimination-table .sp-button {
    border-color: #fff;
}
section.section-2 #elimination-table .sp-selected-button {
    background-color: #fff;
}
section.section-2 #elimination-table table {
    min-width: 480px;
    max-width: 768px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
section.section-2 #elimination-table table td {
    padding: 5px 20px;
    font-size: 20px;
    border: 1px solid #fff;
    text-align: center;
}
section.section-2 #elimination-table table th {
    background: #fff;
    color: #003d7b;
    padding: 3px 20px;
    font-size: 22px;
    text-align: center;
}
section.section-2 .virus-list {
    font-size: 0;
}
section.section-2 .virus-list .item {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    width: 25%;
}
section.section-2 .virus-list .item img {
    max-width: 100%;
    margin-bottom: 10px;
}
section.section-2 .virus-list .item p {
    font-size: 30px;
    text-align: center;
}

section.section-3 {
    text-align: center;
    height: auto;
    background-image: url(../images/bg-filter-wave.jpg); /*background-size: 1415px auto;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 8;
    padding: 120px 0 140px;
}
section.section-3 h2 {
    font-size: 40px;
    position: relative;
    color: #fff;
    line-height: 1.1em;
}
section.section-3 h2.title-blue {
    color: #3dabd8;
}
section.section-3 .text-holder {
    width: 768px;
    margin: 0 auto;
    margin-bottom: 35px;
}
section.section-3 .text-holder h3 {
    color: #003d7c;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 10px;
}
section.section-3 .text-holder h3 .num {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #003d7c;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50px;
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    top: -2px;
}
section.section-3 .text-holder p {
    font-size: 17px;
    color: #000;
    line-height: 1.7em;
}
section.section-3 .img-center {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
section.section-3 .desktop-show {
    max-width: 100%;
}
section.section-3 .mob-show {
    display: none;
}
/*section.section-3 .text-holder.item-1{top: 20%;left:220px;}
section.section-3 .text-holder.item-2{top: 20%;left: 535px;}
section.section-3 .text-holder.item-3{top: 20%;left: 800px;}
*/
section.section-4 {
    text-align: center;
    z-index: 7;
    padding: 120px 0 140px;
    background-color: #ebf8f9;
}
section.section-4 .section-bg {
}
section.section-4 .leadin h2 {
    font-size: 45px;
    position: relative;
    color: #003d7c;
    line-height: 1.2em;
    margin-bottom: 20px;
}
section.section-4 .leadin p {
    font-size: 20px;
    line-height: 2em;
    color: #003d7c;
}
section.section-4 .leadin .intro {
    /*margin-top: 120px;*/
    margin-bottom: 80px;
    font-size: 17px;
}
section.section-4 .filter-list {
    font-size: 0px;
    max-width: 768px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
}
section.section-4 .filter-list .item {
    padding: 0 20px;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 20px;
}
section.section-4 .filter-list .item .circle {
    border: 10px solid #003d7c;
    color: #003d7c;
    text-align: center;
    width: 200px;
    height: 200px;
    border-radius: 250px;
}
section.section-4 .filter-list .item .circle:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
section.section-4 .filter-list .item .circle .text {
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
}
section.section-4 .filter-list .item .circle h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.1em;
}
section.section-4 .filter-list .item .circle p {
    font-size: 28px;
    font-weight: 100;
}
section.section-4 .reason {
    font-size: 0;
    margin-top: 80px;
}
section.section-4 .reason h2 {
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 20px;
}
section.section-4 .reason .img-holder {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    text-align: left;
    padding-right: 20px;
}
section.section-4 .reason .img-holder img {
    max-width: 100%;
}
section.section-4 .reason .text-holder {
    width: 75%;
    margin-left: -25%;
    background: #c3ebed;
    padding: 20px 0;
    padding-bottom: 60px;
    padding-left: 25%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 100px;
}
section.section-4 .reason .text-holder .step {
    margin-bottom: 20px;
    color: #003d7b;
}
section.section-4 .reason .text-holder .step h3 {
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    background: #003d7c;
    text-transform: uppercase;
    margin-bottom: 20px;
}
section.section-4 .reason .text-holder .step p {
    font-size: 25px;
    font-weight: 100;
    text-align: left;
    padding: 0 60px;
    margin: 0 auto;
}
section.section-4 .reason .text-holder .step .bold {
    font-weight: bold;
    margin-right: 5px;
}
section.section-5 {
    text-align: center;
    padding: 120px 0 100px;
}
section.section-5 h2 {
    font-size: 45px;
    position: relative;
    color: #003d7c;
    margin-bottom: 20px;
}
section.section-5 p {
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 80px;
    font-size: 17px;
}
section.section-5 ul {
    max-width: 50%;
    margin: 0 auto;
    text-align: left;
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 100;
}
section.section-5 .video-holder {
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 80px;
}
section.section-5 .video-holder .btn-play-video {
    display: inline-block;
    width: 100%;
    position: relative;
}
section.section-5 .video-holder .btn-play-video .video-thumbnail {
    width: 100%;
    display: block;
}
section.section-5 .video-holder .btn-play-video .dim {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
section.section-5 .video-holder .btn-play-video .btn-play {
    width: 50px;
    height: 50px;
    position: absolute;
    border: 2px solid #003d7c;
    border-radius: 200px;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    left: 50%;
}
section.section-5 .video-holder .btn-play-video .btn-play:before {
    content: "";
    border: 14px solid transparent;
    border-left-color: #003d7c;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
}
section.section-6 {
    text-align: center;
    background-image: url(../images/bg-img-4.jpg);
    padding: 120px 0 140px;
}
section.section-6 .section-bg {
}
section.section-6 .feature {
    position: relative;
}
section.section-6 .feature h2 {
    font-size: 45px;
    position: relative;
    color: #003d7c;
    margin-bottom: 20px;
}
section.section-6 .feature p {
    font-size: 20px;
    line-height: 2em;
    color: #003d7c;
    max-width: 768px;
    margin: 0 auto;
    margin-bottom: 40px;
}
section.section-6 .feature .feature-list {
    font-size: 0;
    max-width: 1024px;
    margin: 0 auto;
}
section.section-6 .feature .feature-list .item {
    width: 33.33%;
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
}
section.section-6 .feature .feature-list .item img {
    margin: 0 auto;
    margin-bottom: 20px;
}
section.section-6 .feature .feature-list .item h3 {
    font-size: 24px;
    padding: 0 20px;
    color: #000;
    text-align: center;
}
section.section-6 .feature .feature-list .item p {
    font-size: 16px;
    text-align: center;
    padding: 0 20px;
    line-height: 1.5em;
    font-weight: 100;
    color: #000;
}
section.section-6 .feature .remark {
    max-width: 1024px;
    margin: 0 auto;
    font-size: 0;
}
section.section-6 .feature .remark .lighter-list {
    display: inline-block;
    vertical-align: middle;
}
section.section-6 .feature .remark .lighter-list .item {
    border: 3px solid #18427b;
    border-radius: 20px;
    text-align: left;
    line-height: 0;
    font-size: 0;
    padding-right: 10px;
    margin-bottom: 3px;
}
section.section-6 .feature .remark .lighter-list .item .light {
    border-radius: 8px;
    width: 30px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
section.section-6 .feature .remark .lighter-list .item p {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    color: #18427b;
    margin-bottom: 0;
    line-height: 1em;
    vertical-align: middle;
    font-weight: bold;
}
section.section-6 .feature .remark .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #000;
    text-align: left;
    padding-left: 40px;
    line-height: 1.3em;
    position: relative;
    top: -2px;
    font-weight: 100;
    max-width: 400px;
}
section.section-7 {
    text-align: center;
    padding: 100px 0;
}
section.section-7 h2 {
    font-size: 45px;
    position: relative;
    color: #003d7c;
    margin-top: 40px;
    margin-bottom: 40px;
}
section.section-7 #video-holder .btn-play-video {
    display: inline-block;
    width: 100%;
    position: relative;
}
section.section-7 #video-holder .btn-play-video .video-thumbnail {
    width: 100%;
    display: block;
}
section.section-7 #video-holder .btn-play-video .dim {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
section.section-7 #video-holder .btn-play-video .btn-play {
    width: 50px;
    height: 50px;
    position: absolute;
    border: 2px solid #003d7c;
    border-radius: 200px;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    left: 50%;
}
section.section-7 #video-holder .btn-play-video .btn-play:before {
    content: "";
    border: 14px solid transparent;
    border-left-color: #003d7c;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
}
section.section-8 {
    text-align: center;
    position: relative;
    padding-bottom: 0;
}
section.section-8:before {
    /* content: ""; */
    position: absolute;
    width: 100%;
    height: 104px;
    position: absolute;
    top: 0px;
    left: 0;
    background: #003d7c;
}
section.section-8 .page-content {
    overflow: visible;
}
section.section-8 .intro-text {
    background: #003d7c;
    color: #fff;
    text-align: center;
    font-size: 45px;
    padding: 150px 0;
    line-height: 1.3em;
    font-weight: 100;
}
section.section-8 .buy-list {
}
section.section-8 .buy-list .item {
    font-size: 0;
    display: block;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
section.section-8 .buy-list .item .img-holder {
    display: inline-block;
    width: 50%;
    vertical-align: bottom;
    position: relative;
}
section.section-8 .buy-list .item .text-holder {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    text-align: left;
    padding: 50px 100px;
    position: relative;
    background: #f5f5f5;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
section.section-8 .buy-list .item .text-holder:before {
    content: "";
    display: inline-block; /*height: 100%;*/
    vertical-align: middle;
}
section.section-8 .buy-list .item .text-holder .center {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
section.section-8 .buy-list .item .text-holder .back {
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
}
section.section-8 .buy-list .item .text-holder .number {
    display: block;
    width: 75px;
    height: 75px;
    font-size: 40px;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 100px;
    line-height: 40px;
    padding-top: 14px;
    text-align: center;
    margin-bottom: 20px;
}
section.section-8 .buy-list .item .text-holder h3 {
    font-size: 42px;
    line-height: 1.1em;
    margin-bottom: 20px;
}
section.section-8 .buy-list .item .text-holder p {
    font-size: 20px;
}
section.section-8 .buy-list .item .text-holder table span {
    font-size: 16px;
}
section.section-8 .buy-list .item .text-holder table {
    font-size: 22px;
}
@media screen and (max-width: 450px){
section.section-8 .buy-list .item .text-holder table span {
    font-size: 12px;
}
section.section-8 .buy-list .item .text-holder table {
    font-size: 18px;
}
}
section.section-8 .buy-list .item .text-holder table td {
    padding: 2px 10px 0 0;
}

section.section-8 .buy-list .item .text-holder input[type="radio"]{
    position: relative;
    width: 20px;
    height: 20px;
    bottom: -2px;
}
section.section-8 .buy-list .item .text-holder input[type="radio"]:checked:after{
    content: "";
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    background-color: #FFF;
}
section.section-8 .buy-list .item .text-holder input[type="radio"]:before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #FFF;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background-color: #00a9b4;
}

section.section-8 .buy-list .item.item-2 .text-holder input[type="radio"]{
    position: relative;
    width: 20px;
    height: 20px;
    bottom: -2px;
}
section.section-8 .buy-list .item.item-2 .text-holder input[type="radio"]:checked:after,
section.section-8 .buy-list .item.item-3 .text-holder input[type="radio"]:checked:after,
section.section-8 .buy-list .item.item-5 .text-holder input[type="radio"]:checked:after {
    content: "";
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    background-color: #00a9b4;
}
section.section-8 .buy-list .item.item-2 .text-holder input[type="radio"]:before,
section.section-8 .buy-list .item.item-3 .text-holder input[type="radio"]:before,
section.section-8 .buy-list .item.item-5 .text-holder input[type="radio"]:before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #00a9b4;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background-color: #FFF;
}

section.section-8 .buy-list .item.item-1 .text-holder .btn-buy {
    width: 100%;
    display: block;
    margin-top: 25px;
    background: #003d7c;
    color: #fff;
    font-size: 40px;
    padding: 10px 15px;
    text-align: center;
}
section.section-8 .buy-list .item.item-1 .text-holder .btn-buy img {
    vertical-align: middle;
    width: 50px;
    margin-right: 20px;
    position: relative;
    top: -8px;
}
section.section-8 .buy-list .item.item-2 .text-holder .btn-buy {
    width: 100%;
    display: block;
    margin-top: 25px;
    background: #003d7c;
    color: #fff;
    font-size: 40px;
    padding: 10px 15px;
    text-align: center;
}
section.section-8 .buy-list .item.item-2 .text-holder .btn-buy img {
    vertical-align: middle;
    width: 50px;
    margin-right: 20px;
    position: relative;
    top: -8px;
}
section.section-8 .buy-list .item.item-3 .text-holder .btn-buy {
    width: 100%;
    display: block;
    margin-top: 25px;
    background: #003d7c;
    color: #fff;
    font-size: 40px;
    padding: 10px 15px;
    text-align: center;
}
section.section-8 .buy-list .item.item-3 .text-holder .btn-buy img {
    vertical-align: middle;
    width: 50px;
    margin-right: 20px;
    position: relative;
    top: -8px;
}
section.section-8 .buy-list .item.item-4 .text-holder .btn-buy {
    width: 100%;
    display: block;
    margin-top: 25px;
    background: #003d7c;
    color: #fff;
    font-size: 40px;
    padding: 10px 15px;
    text-align: center;
}
section.section-8 .buy-list .item.item-4 .text-holder .btn-buy img {
    vertical-align: middle;
    width: 50px;
    margin-right: 20px;
    position: relative;
    top: -8px;
}
section.section-8 .buy-list .item.item-5 .text-holder .btn-buy {
    width: 100%;
    display: block;
    margin-top: 25px;
    background: #003d7c;
    color: #fff;
    font-size: 40px;
    padding: 10px 15px;
    text-align: center;
}
section.section-8 .buy-list .item.item-5 .text-holder .btn-buy img {
    vertical-align: middle;
    width: 50px;
    margin-right: 20px;
    position: relative;
    top: -8px;
}
section.section-8 .buy-list .item.item-6 .text-holder .btn-buy {
    width: 100%;
    display: block;
    margin-top: 25px;
    background: #003d7c;
    color: #fff;
    font-size: 40px;
    padding: 10px 15px;
    text-align: center;
}
section.section-8 .buy-list .item.item-6 .text-holder .btn-buy img {
    vertical-align: middle;
    width: 50px;
    margin-right: 20px;
    position: relative;
    top: -8px;
}
section.section-8 .buy-list .item.item-7 .text-holder .btn-buy {
    width: 100%;
    display: block;
    margin-top: 25px;
    background: #003d7c;
    color: #fff;
    font-size: 40px;
    padding: 10px 15px;
    text-align: center;
}
section.section-8 .buy-list .item.item-7 .text-holder .btn-buy img {
    vertical-align: middle;
    width: 50px;
    margin-right: 20px;
    position: relative;
    top: -8px;
}

section.section-8 .buy-list .item.item-2 .img-holder {
    left: 50%;
    background: url(../images/bg-img-8.png);
    background-size: cover;
    background-position: center center;
}
section.section-8 .buy-list .item.item-2 .text-holder {
    left: -50%; /*background: #00a9b4;  color: #FFF;*/
    color: #000;
}
section.section-8 .buy-list .item.item-2 .text-holder h3 {
    color: #003d7c;
}
section.section-8 .buy-list .item.item-2 .text-holder .number {
    color: #003d7c;
    border-color: #003d7c;
}
section.section-8 .buy-list .item.item-3 .img-holder {
    background: url(../images/bg-img-8.png);
    background-size: cover;
    background-position: center center;
    background-color: #FFF;
}
section.section-8 .buy-list .item.item-3 .text-holder {
    /*background: #00a9b4;  color: #FFF;*/
    color: #000;
    /* padding-bottom: 150px; */
}
section.section-8 .buy-list .item.item-3 .text-holder h3 {
    color: #003d7c;
}
section.section-8 .buy-list .item.item-3 .text-holder .number {
    color: #003d7c;
    border-color: #003d7c;
}
section.section-8 .buy-list .item.item-3 .text-holder p span {
    color: #00a9b4;
}
section.section-8 .buy-list .item.item-4 .img-holder {
    left: 50%;
    background: url(../images/bg-img-7.png);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
}
section.section-8 .buy-list .item.item-4 .text-holder {
    left: -50%;
    color: #000;
}
section.section-8 .buy-list .item.item-4 .text-holder h3 {
    color: #003d7c;
}
section.section-8 .buy-list .item.item-4 .text-holder .number {
    color: #003d7c;
    border-color: #003d7c;
}
section.section-8 .buy-list .item.item-4 .text-holder p span {
    color: #00a9b4;
}
section.section-8 .buy-list .item.item-5 .img-holder {
    background: #fff;
    padding-top: 50px;
}
section.section-8 .buy-list .item.item-5 .text-holder {
    color: #000;
}
section.section-8 .buy-list .item.item-5 .text-holder h3 {
    color: #003d7c;
}
section.section-8 .buy-list .item.item-5 .text-holder .number {
    color: #003d7c;
    border-color: #003d7c;
}
section.section-8 .buy-list .item.item-5 .text-holder p span {
    color: #00a9b4;
}
section.section-8 .buy-list .item.item-1 .img-holder {
    background: url(../images/bg-img-6.png);
    background-size: cover;
    background-position: center center;
    max-height: 670px;
    padding: 32px 18px;
}
section.section-8 .buy-list .item.item-1 .img-holder img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
section.section-8 .buy-list .item.item-1 .text-holder {
    color: #fff;
    background: #00a9b4;
}
section.section-8 .buy-list .item.item-1 .text-holder h3 {
    color: #fff;
}
section.section-8 .buy-list .item.item-1 .text-holder .number {
    color: #fff;
    border-color: #fff;
}
section.section-8 .buy-list .item.item-1 .text-holder p span {
    color: #003d7c;
}
section.section-8 .buy-list .item.item-6 .img-holder {
    left: 50%;
    background: url(../images/bg-img-7.png);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
}
section.section-8 .buy-list .item.item-6 .text-holder {
    left: -50%;
    color: #000;
}
section.section-8 .buy-list .item.item-6 .text-holder h3 {
    color: #003d7c;
}
section.section-8 .buy-list .item.item-6 .text-holder .number {
    color: #003d7c;
    border-color: #003d7c;
}
section.section-8 .buy-list .item.item-6 .text-holder p span {
    color: #00a9b4;
}

section.section-8 .buy-list .item.item-7 .img-holder {
    background: url(../images/bg-img-7.png);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
}
section.section-8 .buy-list .item.item-7 .text-holder {
    color: #000;
}
section.section-8 .buy-list .item.item-7 .text-holder h3 {
    color: #003d7c;
}
section.section-8 .buy-list .item.item-7 .text-holder .number {
    color: #003d7c;
    border-color: #003d7c;
}
section.section-8 .buy-list .item.item-7 .text-holder p span {
    color: #00a9b4;
}

section.section-8 .card-discount {
    background: #003d7c;
    border-bottom: 10px solid #00a9b4;
    padding: 60px;
}
section.section-8 .card-discount .title {
    position: relative;
    max-width: 880px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 0;
}
section.section-8 .card-discount .title h3 {
    font-size: 45px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1em;
    font-weight: 100;
    width: calc(100% - 343px);
}
section.section-8 .card-discount .title h3 span {
    font-size: 17px;
    display: block;
}
section.section-8 .card-discount .title .payment {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}
section.section-8 .card-discount .product-holder {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    font-size: 0;
    margin-bottom: -8%;
}
section.section-8 .card-discount .product-holder .img-holder {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}
section.section-8 .card-discount .product-holder .img-holder img {
    max-width: 371px;
    width: 100%;
}
section.section-8 .card-discount .product-holder .text-holder {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    font-size: 29px;
    padding: 0 40px;
    color: #fff;
    text-align: left;
    margin-top: -5%;
    font-weight: 100;
}

section.section-9 {
    text-align: center;
    background: #ebf8f9;
    padding: 100px 0;
}
section.section-9 h2 {
    font-size: 45px;
    position: relative;
    color: #003d7c;
    margin-bottom: 40px;
}
/* section.section-9 .faq-holder { max-width: 1024px; margin: 0 auto; text-align: left; padding: 0 20px; }
section.section-9 .faq-holder .item { padding: 30px 0px; position: relative; cursor: pointer; }
section.section-9 .faq-holder .item:after { content: ''; width: 100%; height: 1px; background: #000; position: absolute; bottom: 0; left: 0; }
section.section-9 .faq-holder .item:first-child:before { content: ''; width: 100%; height: 1px; background: #000; position: absolute; top: 0; left: 0; }
section.section-9 .faq-holder .item h3 { font-size: 0; }
section.section-9 .faq-holder .item h3 span.num { font-size: 60px; display: inline-block; vertical-align: middle; font-weight: 100; position: relative; top: -5px; width: 110px; }
section.section-9 .faq-holder .item h3 span.text { width: calc(100% - 110px); display: inline-block; vertical-align: middle; font-size: 25px; line-height: 1.5em; padding-left: 5px; }
section.section-9 .faq-holder .item .answer { margin-top: 40px; display: none; }
section.section-9 .faq-holder .item .answer p { font-size: 25px; color: #08437f; line-height: 1.5em; }
section.section-9 .faq-holder .item .answer p:last-child { margin-bottom: 0; }
section.section-9 .faq-holder .item.on { color: #08437f; }
section.section-9 .faq-holder .item.on .answer { display: block; } */

section.section-19 {
    text-align: center;
    background: #ebf8f9;
}
section.section-19 h2 {
    font-size: 45px;
    position: relative;
    color: #003d7c;
    margin-bottom: 40px;
}
section.section-9 .faq-column-holder,
section.section-19 .faq-column-holder {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 0;
    text-align: left;
    margin-bottom: 30px;
}

section.section-9 .faq-column-holder .faq-holder,
section.section-19 .faq-column-holder .faq-holder {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    text-align: left;
    width: 50%;
}

@media screen and (max-width: 780px) {
}

section.section-9 .faq-column-holder .faq-holder .item,
section.section-19 .faq-column-holder .faq-holder .item {
    padding: 30px 0px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    text-align: left;
    width: 90%;
}
section.section-9 .faq-column-holder .faq-holder .item:after,
section.section-19 .faq-column-holder .faq-holder .item:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
section.section-9 .faq-column-holder .faq-holder .item:first-child:before,
section.section-19 .faq-column-holder .faq-holder .item:first-child:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
}
section.section-9 .faq-column-holder .faq-holder .item h3,
section.section-19 .faq-column-holder .faq-holder .item h3 {
    font-size: 0;
}
section.section-9 .faq-column-holder .faq-holder .item h3 span.num,
section.section-19 .faq-column-holder .faq-holder .item h3 span.num {
    font-size: 35px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 100;
    position: relative;
    top: -5px;
    width: 110px;
}
section.section-9 .faq-column-holder .faq-holder .item h3 span.text,
section.section-19 .faq-column-holder .faq-holder .item h3 span.text {
    width: calc(100% - 110px);
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    line-height: 1.5em;
    padding-left: 0.5px;
}
section.section-9 .faq-column-holder .faq-holder .item .answer,
section.section-19 .faq-column-holder .faq-holder .item .answer {
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
}
section.section-9 .faq-column-holder .faq-holder .item .answer p,
section.section-19 .faq-column-holder .faq-holder .item .answer p {
    font-size: 22px;
    color: #08437f;
    line-height: 1.5em;
}
section.section-9 .faq-column-holder .faq-holder .item .answer p:last-child,
section.section-19 .faq-column-holder .faq-holder .item .answer p:last-child {
    margin-bottom: 0;
}
section.section-9 .faq-column-holder .faq-holder .item.on,
section.section-19 .faq-column-holder .faq-holder .item.on {
    color: #08437f;
}
section.section-9 .faq-column-holder .faq-holder .item.on .answer,
section.section-19 .faq-column-holder .faq-holder .item.on .answer {
    display: block;
}

section.section-10 {
    background: #ebf8f9;
    color: #003d7c;
    text-align: center;
    padding: 100px 0;
}
section.section-10 h2 {
    font-size: 45px;
    position: relative;
    color: #003d7c;
    margin-bottom: 40px;
}
section.section-10 h3 {
    font-size: 30px;
    position: relative;
    color: #003d7c;
    margin-bottom: 10px;
}
section.section-10 .item-holder {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 0;
    text-align: left;
    margin-bottom: 30px;
}
section.section-10 .item-holder .item {
    font-size: 18px;
    color: #003d7c;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    text-align: left;
    width: 50%;
}

section.section-10 .buy-list .item {
    font-size: 0;
    display: block;
    margin: 0 auto;
}
section.section-10 .buy-list .item .text-holder {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 20px;
    text-align: left;
    position: relative;
    background: #f5f5f5;
    text-align: center;
}
section.section-10 .buy-list .item .text-holder:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
section.section-10 .buy-list .item .text-holder .center {
    display: inline-block;
    vertical-align: middle;
    max-width: 1024px;
    text-align: center;
}
section.section-10 .buy-list .item .text-holder h3 {
    font-size: 42px;
    line-height: 1.1em;
    margin-bottom: 20px;
    color: #fff;
}
section.section-10 .buy-list .item .text-holder p {
    font-size: 20px;
}
section.section-10 .buy-list .item.item-5 .text-holder {
    width: 100%;
    background: #003d7c;
    color: #fff;
    padding-top: 104px;
    padding-bottom: 80px;
}

section.section-10 .cust-list .item {
    font-size: 0;
    display: block;
    margin: 0 auto;
}
section.section-10 .cust-list .item .text-holder {
    text-align: center;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 20px;
    position: relative;
    background: #f5f5f5;
    text-align: center;
}
section.section-10 .cust-list .item .text-holder:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
section.section-10 .cust-list .item .text-holder .center {
    display: inline-block;
    vertical-align: middle;
    max-width: 1024px;
    text-align: center;
}
section.section-10 .cust-list .item .text-holder h3 {
    font-size: 42px;
    line-height: 1.1em;
    margin-bottom: 20px;
    color: #fff;
}
section.section-10 .cust-list .item .text-holder p {
    font-size: 20px;
}
section.section-10 .cust-list .item.item-6 .text-holder {
    width: 100%;
    background: #003d7c;
    color: #fff;
    padding-top: 104px;
    padding-bottom: 80px;
}

section.section-11 {
    background: #dbfdff;
    padding: 6% 0;
}
section.section-11 .product#product-2 {
    max-width: 1024px;
    padding: 25px;
    margin: 0 auto;
}
section.section-11 .product#product-2 .left {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
}
section.section-11 .product#product-2 .right {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

section.section-11 .product#product-2 .right p {
    font-size: 20px;
    line-height: 2em;
    color: #003d7c;
}

section.section-12 {
    background: #000;
    color: #fff;
}
section.section-12 .product#product-2 {
    max-width: 1024px;
    padding: 25px;
    margin: 0 auto;
}
section.section-12 .product#product-2 img {
    max-width: 100%;
    margin-bottom: 25px;
}
section.section-12 .product#product-2 .img-block-holder {
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 130px;
    text-align: center;
}
section.section-12 .product#product-2 .img-block {
    display: inline-block;
    vertical-align: middle;
    width: 30.33%;
}
section.section-12 .product#product-2 p {
    font-size: 20px;
    line-height: 2em;
    text-align: center;
}

section.section-13 {
    text-align: center;
    padding-bottom: 0;
}
section.section-13 .section-bg {
    background-color: #ebf8f9;
}
section.section-13 .leadin h2 {
    font-size: 45px;
    position: relative;
    color: #003d7c;
    line-height: 1.2em;
    margin-bottom: 20px;
}
section.section-13 .leadin p {
    font-size: 20px;
    line-height: 2em;
    color: #003d7c;
}
section.section-13 .leadin .intro {
    /*margin-top: 120px;*/
    margin-bottom: 80px;
    font-size: 17px;
}
section.section-13 .filter-list {
    font-size: 0px;
    max-width: 768px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
}
section.section-13 .filter-list .item {
    padding: 0 20px;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 20px;
}
section.section-13 .filter-list .item .circle {
    border: 10px solid #003d7c;
    color: #003d7c;
    text-align: center;
    width: 200px;
    height: 200px;
    border-radius: 250px;
}
section.section-13 .filter-list .item .circle:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
section.section-13 .filter-list .item .circle .text {
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
}
section.section-13 .filter-list .item .circle h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.1em;
}
section.section-13 .filter-list .item .circle p {
    font-size: 28px;
    font-weight: 100;
}
section.section-13 .reason {
    font-size: 0;
    margin-top: 80px;
}
section.section-13 .reason h2 {
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 20px;
}
section.section-13 .reason .img-holder {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    text-align: left;
    padding-right: 20px;
}
section.section-13 .reason .img-holder img {
    max-width: 100%;
}
section.section-13 .reason .text-holder {
    width: 75%;
    margin-left: -25%;
    background: #c3ebed;
    padding: 20px 0;
    padding-bottom: 60px;
    padding-left: 25%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 100px;
}
section.section-13 .reason .text-holder .step {
    margin-bottom: 20px;
    color: #003d7b;
}
section.section-13 .reason .text-holder .step h3 {
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    background: #003d7c;
    text-transform: uppercase;
    margin-bottom: 20px;
}
section.section-13 .reason .text-holder .step p {
    font-size: 25px;
    font-weight: 100;
    text-align: left;
    padding: 0 60px;
    margin: 0 auto;
}
section.section-13 .reason .text-holder .step .bold {
    font-weight: bold;
    margin-right: 5px;
}

section.section-14 {
    text-align: center;
    padding: 100px 0;
    background: linear-gradient(
        163deg,
        #ffffff 0%,
        #f3f3f3 50%,
        #ededed 51%,
        #ffffff 100%
    );
}
section.section-14 h2 {
    font-size: 45px;
    position: relative;
    color: #003d7c;
    margin-bottom: 20px;
}
section.section-14 p {
    margin-bottom: 80px;
    font-size: 17px;
}
section.section-14 .video-holder {
    max-width: 640px;
    margin: 0 auto;
}
section.section-14 .video-holder .btn-play-video {
    display: inline-block;
    width: 100%;
    position: relative;
}
section.section-14 .video-holder .btn-play-video .video-thumbnail {
    width: 100%;
    display: block;
}
section.section-14 .video-holder .btn-play-video .dim {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
section.section-14 .video-holder .btn-play-video .btn-play {
    width: 50px;
    height: 50px;
    position: absolute;
    border: 2px solid #003d7c;
    border-radius: 200px;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    left: 50%;
}
section.section-14 .video-holder .btn-play-video .btn-play:before {
    content: "";
    border: 14px solid transparent;
    border-left-color: #003d7c;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
}

section.section-15 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #003d7c;
}
section.section-15 h2 {
    font-size: 45px;
    position: relative;
    color: #ffffff; /*margin-top: 40px;*/
    margin-bottom: 40px;
}
/* section.section-15 .sp-button { display:none; }*/
section.section-15 img {
    height: 244.5px;
    padding: 5px;
    background-color: #ffffff;
}
section.section-15 .video {
    padding-bottom: 80px;
}
section.section-15 .text-holder {
    text-align: center;
    padding-left: 10px;
    align-content: flex-start;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
section.section-15 .head {
    color: #ffffff;
    text-align: left;
    font-size: 20px;
}
section.section-15 .deta {
    color: #ffffff;
    text-align: left;
}

section.product-spec {
    background: url(../images/bg-product-spec.jpg);
    background-size: cover;
    background-position: center center;
    z-index: 8;
    text-align: center;
}

section.section-message {
    background: #ebf8f9;
    color: #003d7c;
    text-align: center;
}
section.section-message h2 {
    font-size: 45px;
    position: relative;
    color: #003d7c;
    margin: 40px 0px;
}
section.section-message .btn-holder {
    font-size: 0;
    text-align: center;
    margin-top: 80px;
}
section.section-message .btn-holder a {
    font-size: 25px;
    padding: 0 18px;
    border-right: 1px solid #003d7c;
    color: #003d7c;
    display: inline-block;
}
section.section-message .btn-holder a:last-child {
    border-right: none;
}
footer {
    width: 100%;
    padding: 10px 20px;
    padding-top: 80px;
    background: #fff;
    padding-bottom: 30px;
    text-align: center;
}
footer .img-link {
    display: inline-block;
    margin: 0 20px;
    margin-bottom: 20px;
}
footer .btn-holder {
    font-size: 0;
    text-align: center;
    margin-bottom: 20px;
}
footer .btn-holder a {
    font-size: 18px;
    padding: 0 18px;
    border-right: 1px solid #003d7c;
    color: #003d7c;
    display: inline-block;
}
footer .btn-holder a:last-child {
    border-right: none;
}
footer .tel-num {
    font-size: 26px;
}
footer p {
    margin-bottom: 5px;
}
footer .website {
    margin-top: 0px;
    margin-bottom: 52px;
}
footer .spec {
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #000;
    margin: 0 10px;
    position: relative;
    top: 2px;
}
.mobile section.page-holder .section-bg {
    position: absolute;
    height: 100% !important;
}
.mobile section.section-3 {
    padding-bottom: 0;
}
.mobile section.section-3 .page-content {
    padding-bottom: 40px;
}
.mobile section.section-3 .section-bg {
    display: none;
}
section.section-3 .desktop-show {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 60px auto;
}
section.section-3 .mob-show {
    display: none;
}
.mobile section.section-3 .text-holder {
    position: relative;
    top: auto !important;
    left: auto !important;
    margin-bottom: 10px;
    padding-left: 20px;
    width: auto;
    text-align: center;
}
.mobile section.section-3 .text-holder p {
    padding-left: 0;
    text-align: center;
}
@media screen and (max-width: 1415px) {
    section.section-3 .section-bg {
        background-image: url(../images/bg-filter-wave.jpg);
        background-size: 100% auto;
    }
    section.section-3 .text-holder.item-1 {
        left: 14%;
    }
    section.section-3 .text-holder.item-2 {
        left: 35%;
    }
    section.section-3 .text-holder.item-3 {
        left: 56%;
    }
}
@media screen and (max-width: 1280px) {
    section.section-3 .text-holder.item-1 {
        top: 80%;
    }
    section.section-3 .text-holder.item-2 {
        top: 80%;
    }
    section.section-3 .text-holder.item-3 {
        top: 80%;
    }
}
@media screen and (max-width: 1200px) {
    section.section-1 .product-3 {
    }
}
@media screen and (max-width: 1024px) {
    .mobile-menu-tab .tab {
        vertical-align: middle;
    }
    section.section-1 .product-3 {
    }
    section.section-1 .asset-icon {
        width: 110px;
        right: 8%;
        top: 1%;
    }
    section.section-1 .product {
        padding: 0 20px;
    }
    section.section-2 .page-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    section.section-3 .text-holder.item-1 {
        top: 70%;
        left: 12%;
    }
    section.section-3 .text-holder.item-2 {
        top: 70%;
        left: 33%;
    }
    section.section-3 .text-holder.item-3 {
        top: 70%;
        left: 54%;
    }
    section.section-4 h2 {
        padding-left: 20px;
        padding-right: 20px;
    }
    section.section-4 .reason .img-holder {
        width: 100%;
        text-align: center;
        padding-right: 0;
        display: block;
    }
    section.section-4 .reason .text-holder {
        width: 100%;
        margin-left: 0%;
        padding: 20px;
        padding-bottom: 60px;
    }
    section.section-8 .buy-list .item .img-holder {
        width: 100%;
    }
    section.section-8 .buy-list .item .text-holder {
        width: 100%;
    }
    section.section-8 .buy-list .item.item-1 .img-holder {
        left: auto;
    }
    section.section-8 .buy-list .item.item-1 .text-holder {
        left: auto;
        padding-bottom: 140px;
    }
    section.section-8 .buy-list .item.item-2 .img-holder {
        left: auto;
    }
    section.section-8 .buy-list .item.item-2 .text-holder {
        left: auto;
    }
    section.section-8 .buy-list .item.item-3 .img-holder {
        left: auto;
    }
    section.section-8 .buy-list .item.item-3 .text-holder {
        left: auto;
    }
    section.section-8 .buy-list .item.item-4 .img-holder {
        left: auto;
    }
    section.section-8 .buy-list .item.item-4 .text-holder {
        left: auto;
    }
    section.section-8 .buy-list .item.item-5 .img-holder {
        left: auto;
    }
    section.section-8 .buy-list .item.item-5 .text-holder {
        left: auto;
    }
    section.section-8 .buy-list .item.item-6 .img-holder {
        left: auto;
    }
    section.section-8 .buy-list .item.item-6 .text-holder {
        left: auto;
    }
    section.section-13 h2 {
        padding-left: 20px;
        padding-right: 20px;
    }
    section.section-13 .reason .img-holder {
        width: 100%;
        text-align: center;
        padding-right: 0;
        display: block;
    }
    section.section-13 .reason .text-holder {
        width: 100%;
        margin-left: 0%;
        padding: 20px;
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 900px) {
    section.section-1 .product-3 {
    }
    .menu-tab {
        display: none;
    }
    .mobile-menu-tab {
        display: block;
        position: relative;
        margin: 0 auto;
        text-align: center;
        border-bottom: 1px solid #fff;
        font-size: 0;
    }
    .mobile-menu-tab .tab {
        /*
        border-left: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
    */
        display: inline-block;
        vertical-align: middle;
        padding: 0 20px;
        color: #fff;
        height: 95%;
        border-bottom: none;
        width: 25%;
        text-align: center;
        font-size: 18px;
    }

    .mobile-menu-tab .line {
        width: 1px;
        height: 70%;
        background: #ebebeb;
        position: absolute;
        top: 0;
    }

    .mobile-menu-tab .tab.selected:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #fff;
        top: -32px;
        position: absolute;
        left: 38%;
    }
    .tab-small .mobile-menu-tab .tab.selected:before {
        top: -63px;
    }
    .mobile-menu-tab .tab img {
        display: block;
        vertical-align: middle;
	max-width: 100%;
	margin: 0 auto;
    }

    section.section-01 .product.product-1 h1 {
        font-size: 32px;
        margin: 12px 0;
    }
}
@media screen and (max-width: 780px) {
    .mobile-menu-tab .tab.selected:before {
        top: -35px;
    }
    .tab-small .mobile-menu-tab .tab.selected:before {
        top: -35px;
    }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
    .mobile-menu-tab .tab.selected:before {
        top: -15px;
    }
}
@media screen and (max-width: 768px) {
    .text img {
        width: 80%;
        padding-left: 13px;
    }
    section.section-1 .product.product-2 .img-holder {
        width: 45%;
    }
    section.section-1 .product .text {
        width: 70%;
    }
    header {
        padding: 15px 15px;
    }
    header .logo {
        height: 50px;
    }
    header .logo .logo-1 {
        height: 50px;
        width: 115px;
    }
    header .logo .logo-2 {
        height: 50px;
        width: 179px;
    }
    .mobile-menu-tab .tab {
        vertical-align: middle;
        font-size: 14px;
        font-weight: normal;
    }

    .tab-small .mobile-menu-tab .tab.selected:before {
        top: -33px;
    }
    nav {
        padding-top: 92px;
    }
    nav a {
        font-size: 25px;
    }
    section.page-holder {
        padding-top: 10%;
    }
    section.product-spec{
    	padding-left: 4%;
    	padding-right: 4%;
    }
    section.page-holder.section-01{
        padding-top: 82%;
    background-position: 25% 60px;
    }
    .product-spec .title{
    font-size: 36px !important;
    }
    section.section-5{
        padding-bottom: 0;
    }

    section.section-01 .product .text {
        /* background-color: rgba(0, 0, 0, 0.15); */
        width: 100%;
    }
section.section-5 .video-holder{
margin-bottom: 0;
}
    section.section-1 .product.product-1 .text h1 {
        font-size: 35px;
    }
    section.section-1 .product.product-1 .text p {
        font-size: 16px;
    line-height: 1em;
    }
    section.section-1 .product.product-2 .text p {
        font-size: 16px;
    }
    section.section-2 h2 {
        font-size: 35px;
        line-height: 1.2em;
    }
    section.section-2 p.intro {
        font-size: 17px;
    }
    section.section-2 p.intro-2 {
        width: 100%;
    }
    section.section-2 #elimination-table table th {
        font-size: 18px;
    }
    section.section-2 #elimination-table table td {
        font-size: 18px;
    }
    section.section-2 .virus-list .item {
        width: 50%;
    }
    section.section-2 .virus-list .item p {
        font-size: 20px;
    }
    section.section-3 h2 {
        font-size: 35px;
        line-height: 1.2em;
    }
    section.section-3 .text-holder h3 {
        font-size: 19px;
    }
    section.section-3 .text-holder p {
        font-size: 14px;
        padding: 0 10px;
    }
    section.section-3 .text-holder.item-1 {
        top: 59%;
        left: 7%;
    }
    section.section-3 .text-holder.item-2 {
        top: 59%;
        left: 31%;
    }
    section.section-3 .text-holder.item-3 {
        top: 59%;
        left: 55%;
    }
    section.section-4 h2 {
        font-size: 35px;
        line-height: 1.2em;
    }
    section.section-4 .filter-list .item {
        padding: 0 10px;
    }
    section.section-4 .filter-list .item .circle {
        width: 150px;
        height: 150px;
    }
    section.section-4 .filter-list .item .circle h3 {
        font-size: 17px;
    }
    section.section-4 .filter-list .item .circle p {
        font-size: 16px;
    }
    section.section-5 h2 {
        font-size: 35px;
        line-height: 1.2em;
    }
    section.section-6 .feature h2 {
        font-size: 35px;
        line-height: 1.2em;
        padding: 0 20px;
    }
    section.section-6 .feature p {
        font-size: 17px;
        line-height: 1.6em;
        padding: 0 20px;
    }
    section.section-6 .feature p br {
        display: none;
    }
    section.section-6 .feature .feature-list .item {
        width: 50%;
    }
    section.section-6 .feature .remark .text {
        font-size: 18px;
    }
    section.section-7 h2 {
        font-size: 35px;
        line-height: 1.2em;
    }
    section.section-8 {
        padding-bottom: 0;
    }
    section.section-8 .intro-text {
        font-size: 35px;
    }
    section.section-8 .buy-list .item .text-holder h3 {
        font-size: 28px;
    }
    section.section-8 .buy-list .item .text-holder p {
        font-size: 18px;
    }
    section.section-8 .buy-list .item .text-holder .number {
        width: 60px;
        height: 60px;
        font-size: 35px;
        padding-top: 6px;
    }
    section.section-8 .buy-list .item.item-3 .text-holder .btn-buy{
    	font-size: 24px;
    }
    section.section-8 .buy-list .item.item-3 .text-holder .btn-buy img {
	    width: 34px;
	    top: -4px;
	}
    section.section-8 .buy-list .item.item-1 .text-holder {
        padding-bottom: 120px;
    }
    section.section-8 .buy-list .item .text-holder .btn-buy {
        font-size: 30px !important;
    }
    section.section-8 .buy-list .item .text-holder .btn-buy img {
        width: 45px !important;
    }
    section.section-8 .card-discount .title {
        text-align: left;
    }
    section.section-8 .card-discount .title h3 {
        width: 100%;
        margin-bottom: 15px;
    }
    section.section-8 .card-discount .title .payment {
        margin-left: 0;
        margin-bottom: 20px;
        width: 125px;
        margin-right: 20px;
    }
    section.section-8 .card-discount .title .payment.img-2 {
        width: 75px;
    }
    section.section-8 .card-discount .product-holder .img-holder {
        width: 100%;
        text-align: center;
    }
    section.section-8 .card-discount .product-holder .text-holder {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    /* section.section-9 .faq-holder .item { padding: 15px 0; }
    section.section-9 .faq-holder .item h3 span.num { font-size: 40px; width: 60px; }
    section.section-9 .faq-holder .item h3 span.text { font-size: 20px; width: calc(100% - 60px); }
    section.section-9 .faq-holder .item .answer { margin-top: 10px; margin-bottom: 10px }
    section.section-9 .faq-holder .item .answer p { font-size: 17px; } */

    section.section-9 .faq-column-holder .faq-holder,
    section.section-19 .faq-column-holder .faq-holder {
        width: 100%;
    }
    section.section-9
        .faq-column-holder
        .faq-holder
        + .faq-holder
        .item::before,
    section.section-19
        .faq-column-holder
        .faq-holder
        + .faq-holder
        .item::before {
        content: none;
    }
    section.section-9 .faq-column-holder .faq-holder .item,
    section.section-19 .faq-column-holder .faq-holder .item {
        width: 100%;
        padding: 15px 0;
    }
    section.section-9 .faq-column-holder .faq-holder .item h3 span.num,
    section.section-19 .faq-column-holder .faq-holder .item h3 span.num {
        font-size: 30px;
        width: 60px;
    }
    section.section-9 .faq-column-holder .faq-holder .item h3 span.text,
    section.section-19 .faq-column-holder .faq-holder .item h3 span.text {
        font-size: 20px;
        width: calc(100% - 60px);
    }
    section.section-9 .faq-column-holder .faq-holder .item .answer,
    section.section-19 .faq-column-holder .faq-holder .item .answer {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    section.section-9 .faq-column-holder .faq-holder .item .answer p,
    section.section-19 .faq-column-holder .faq-holder .item .answer p {
        font-size: 17px;
    }
    section.section-11 .product#product-2 {
        max-width: 100%;
        padding: 20px;
        text-align: center;
        margin: 0 auto;
    }
    section.section-11 .product#product-2 .left,
    section.section-11 .product#product-2 .right {
        width: 100%;
    }
    section.section-11 .product#product-2 .left img {
        width: 100%;
    }
    section.section-12 .product#product-2 .left,
    section.section-12 .product#product-2 .right {
        width: 100%;
    }
    section.section-12 .product#product-2 .img-block-holder {
        margin-top: 80px;
    }
    section.section-12 .product#product-2 .img-block {
        width: 100%;
        margin-bottom: 25px;
    }
    section.section-13 h2 {
        font-size: 35px;
        line-height: 1.2em;
    }
    section.section-13 .filter-list .item {
        padding: 0 10px;
    }
    section.section-13 .filter-list .item .circle {
        width: 150px;
        height: 150px;
    }
    section.section-13 .filter-list .item .circle h3 {
        font-size: 17px;
    }
    section.section-13 .filter-list .item .circle p {
        font-size: 16px;
    }
    section.section-14 h2 {
        font-size: 35px;
        line-height: 1.2em;
    }
    .mobile section.section-3 .section-bg {
        background-position: left 70px;
    }

    section.section-15 h2 {
        font-size: 35px;
        line-height: 1.2em;
    }
}
@media screen and (max-width: 640px) {

    section.section-1 .product-3 {
    position: relative;
    display: block;
    margin: 32px auto 0;
    width: 50%;
    top: 0;
    left: 0;
    right: 0;
    max-width: initial;
    }
    nav {
        width: 100%;
        right: -100%;
    }

    /*section.section-01 .section-bg {
        background-image: url(../images/bg-img-family-m.jpg);
        background-size: auto auto;
        background-position-x: right;
    }*/
    /* section.section-01 {
        height: 450px !important;
    } */
    section.section-01 .section-bg {
        /* background-size: auto 480px;
        background-position-x: right; */
    }
    section.section-01 .product.product-1 h1 {
        font-size: 32px;
    }

    section.section-2 #elimination-table table {
        min-width: 0;
        table-layout: fixed;
    }
    section.section-2 #elimination-table table th {
        font-size: 15px;
        padding: 3px 5px;
        width: 50%;
    }
    section.section-2 #elimination-table table td {
        font-size: 14px;
        padding: 5px 10px;
        width: 50%;
    }
    section.section-3 {
        padding-bottom: 80px;
    }
    section.section-3 .text-holder {
        position: relative;
        width: 100%;
    }
    section.section-3 .section-bg {
        display: none;
    }
    section.section-3 .desktop-show {
        display: none;
    }
    section.section-3 .mob-show {
        display: block;
        width: 100%;
    }
    section.section-3 .text-holder.item-1 {
        top: auto;
        left: auto;
        opacity: 1 !important;
    }
    section.section-3 .text-holder.item-2 {
        top: auto;
        left: auto;
        opacity: 1 !important;
    }
    section.section-3 .text-holder.item-3 {
        top: auto;
        left: auto;
        opacity: 1 !important;
    }
    section.section-4 .reason .text-holder .step h3 {
        font-size: 24px;
    }
    section.section-4 .reason .text-holder .step p {
        padding: 0;
    }
    section.section-5 ul {
        max-width: 80%;
    }
    section.section-6 .feature .feature-list .item {
        width: 100%;
        font-size: 0; /*text-align: left;*/
        text-align: center;
    }
    section.section-6 .feature .feature-list .item img {
        /*display: inline-block; max-width: 20%;*/
        max-width: 100%;
        vertical-align: top;
    }
    section.section-6 .feature .feature-list .item h3 {
        /*display: inline-block;
        max-width: 80%;*/
        max-width: 100%;
        vertical-align: top;
    }
    section.section-6 .feature .feature-list .item p {
        /*display: inline-block; */
        max-width: 80%;
        font-size: 17px;
        vertical-align: top;
        /*text-align: left; */
    }
    section.section-6 .feature .remark .text {
        width: 100%;
        padding: 0 20px;
        margin-top: 20px;
    }
    section.section-8 .intro-text {
        font-size: 25px;
        padding: 100px 20px;
    }
    section.section-8 .intro-text br {
        display: none;
    }
    section.section-8 .buy-list .item .text-holder {
        padding-left: 30px;
        padding-right: 30px;
    }
    section.section-8 .card-discount {
        padding-left: 30px;
        padding-right: 30px;
    }
    section.section-8 .card-discount .product-holder .text-holder {
        padding: 0;
        font-size: 22px;
    }
    section.section-8 .item.item-4 a {
        color: #003d7c;
    }
    section.section-19 .item-holder .item {
        width: 100%;
    }
    section.section-10 .item-holder .item {
        width: 100%;
    }
    section.section-13 .reason .text-holder .step h3 {
        font-size: 24px;
    }
    section.section-13 .reason .text-holder .step p {
        padding: 0;
    }
    .fb-page {
        display: none !important;
        visibility: hidden !important;
    }
}
@media screen and (max-width: 480px) {
    header .logo {
        height: 30px;
    }
    header .logo .logo-1 {
        height: 30px;
        width: 68px;
    }
    header .logo .logo-2 {
        height: 28px;
        width: 100px;
    }
    header.small .logo {
        height: 30px;
    }
    header.small .logo .logo-1 {
        height: 30px;
        width: 69px;
    }
    header.small .logo .logo-2 {
        height: 28px;
        width: 100px;
    }
    header .btn-nav {
        margin-top: -8px;
        right: 15px;
    }
    .btn-nav-style {
        height: 17px;
    }
    .btn-nav-style span {
        height: 3px;
        margin: 7px 0;
    }
    .btn-nav-style:before,
    .btn-nav-style:after {
        height: 3px;
    }
    .btn-nav-style:after {
        top: 14px;
    }
    nav {
        padding-top: 85px;
    }
    nav a {
        font-size: 20px;
    }
    .mobile-menu-tab .tab {
        padding: 0 10px;
    }
    .tab-small .mobile-menu-tab .tab.selected:before {
        top: -30px;
    }
    .mobile-menu-tab .tab.selected:before {
        top: -30px;
    }
    section.page-holder {
    }
    section.section-01 .product.product-1 h1 {
        font-size: 22px;
    }
    section.section-1 .product.product-1 .img-holder {
        left: auto;
        width: 100%;
        padding: 0 25%;
    }
    section.section-1 .product.product-1 .img-holder .btn-buy {
        width: 80px;
        height: 80px;
        font-size: 16px;
        padding-top: 19px;
        bottom: 20%;
        right: 1%;
    }
    section.section-1 .product.product-1 .text {
        width: 100%;
        left: auto;
        padding: 0;
    }
    section.section-1 .product.product-1 .mob {
        display: block;
    }
    section.section-1 .product.product-1 .text h1 {
        display: none;
    }
    section.section-1 .product.product-1 h1 {
        font-size: 18px;
    }
    section.section-1 .product.product-1 h1 span {
        font-size: 20px;
        line-height: 20px;
    }
    section.section-1 .product.product-1 h1 span span {
        font-size: 18px;
        line-height: 20px;
    }
    section.section-1 .product.product-2 .img-holder {
        width: 100%;
        padding: 0 1%;
    }
    section.section-1 .product.product-2 .text {
        width: 100%;
        padding: 0;
    }
    section.section-1 .asset-icon {
        top: 820px;
        width: 100px;
    }
    section.section-8 .buy-list .item .img-holder {
        padding: 0 20%;
    }
    section.section-8 .buy-list .item .img-holder img {
        max-width: 100%;
    }
    section.section-8 .buy-list .item .img-holder.sync img {
        height: auto;
    }
    section.section-8 .buy-list .item.item-1 .img-holder {
        padding: 50px 20%;
    }
    section.section-8 .card-discount .product-holder .img-holder {
        padding: 0 20%;
    }
    section.section-8 .buy-list .item.item-4 .img-holder {
        padding: 40px 10px;
    }
    section.section-1 .product.product-1 h1 {
        line-height: 1.5em;
    }
    section.section-1 .product.product-1 h1 span {
        display: block;
    }
    section.section-1 .product.product-1 h1 br {
        display: none;
    }
    section.section-1 .product.product-1 h1 br.mobbr {
        display: block;
    }
    section.section-4 .leadin .intro {
        margin-top: 0;
    }
    section.section-13 .leadin .intro {
        margin-top: 0;
    }
    footer p {
        font-size: 12px;
    }
}
@media screen and (max-width: 375px) {
    .tab-small .mobile-menu-tab .tab.selected:before {
        top: -25px;
    }
}

@media screen and (max-width: 320px) {
    header .btn-nav {
        margin-top: -8px;
        right: 26px;
    }
    .mobile-menu-tab .tab {
        padding: 0 5px;
    }
    section.section-1 .product.product-1 .text p {
        line-height: 1.7em;
    }
}

@media screen and (orientation: landscape) and (max-width: 480px),
    screen and (orientation: landscape) and (max-width: 640px),
    screen and (orientation: landscape) and (max-width: 768px) {
    section.section-1 .product.product-1 h1 span {
        display: block;
    }
    header .logo {
        height: 30px;
    }
    header .logo .logo-1 {
        height: 30px;
        width: 68px;
    }
    header .logo .logo-2 {
        height: 28px;
        width: 100px;
    }
    header.small .logo {
        height: 30px;
    }
    header.small .logo .logo-1 {
        height: 30px;
        width: 69px;
    }
    header.small .logo .logo-2 {
        height: 28px;
        width: 100px;
    }
    header .btn-nav {
        margin-top: -8px;
        right: 15px;
    }
    .btn-nav-style {
        height: 17px;
    }
    .btn-nav-style span {
        height: 3px;
        margin: 7px 0;
    }
    .btn-nav-style:before,
    .btn-nav-style:after {
        height: 3px;
    }
    .btn-nav-style:after {
        top: 14px;
    }
}

/**** for retina ****/
@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (min-device-pixel-ratio: 2) {
}
.product-spec {
    padding: 80px 0;
    font-size: 0;
}
.product-spec .title {
    font-size: 45px;
    position: relative;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}
.product-spec .img-holder {
    display: inline-block;
    width: 42%;
    vertical-align: middle;
    position: relative;
    padding: 50px;
}
@media only screen and (max-width: 1024px) {
    .product-spec .img-holder {
        width: 100%;
    }
    section.section-8 .buy-list .item{
        display: block;
    }
}
@media only screen and (max-width: 600px) {
    .product-spec .img-holder {
        padding: 30px;
    }
}
@media only screen and (max-width: 480px) {
    .product-spec .img-holder {
        padding: 15px;
    }
}

/* FS Johnson 2020 March */

.news-message {
    display: flex;
    /* margin: 90px auto 0; */
    padding: 8% 20px;
    justify-content: center;
    align-items: center;
    background: linear-gradient( -130deg, 
        rgba(201, 240, 250, 1) 5%, 
        rgba(201, 240, 250, 0.2) 30%,
        rgba(201, 240, 250, 0.2) 50%,
        rgba(201, 240, 250, 1) 100%
    );
    min-height: 420px

}

.news-message h2.question {
    font-size: 26px;
    font-weight: bold;
    color: rgb(0, 61, 124);
    border-bottom: 1px solid #aaa;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.news-message h2.question span {
    font-size: 116%;
}

.news-message h2.question  strong {
    font-size: 28px;
    color: #00aab5;
}

.news-message > div {
    width: 90%;
    color: #444;;
    max-width: 1200px;

}

.news-message > div p {
    font-size: 18px;
}

.news-message > div b {
    color: rgb(0, 61, 124);
    margin: 0 2px;
    font-size: 120%;
}

.news-message > div p strong {
    color: rgba(0, 159, 147, 1);
    margin: 0 2px;
    font-size: 140%;
}

@media screen and (max-width: 768px){
    .news-message {
        margin: 80px auto 0;
    
    }

}
@media screen and (max-width: 480px){
    .news-message {
        margin: 60px auto 0;
    
    }

}



#thyme90PopUp {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 100%;
    transition: all 0.8s ease;
    background: #FFF;
    z-index: 9999;
    /* background-image: url(../images/germagic_thyme_bg.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000d;
    text-align: center;
}

#thyme90PopUp.active{
    left: 0;
}

#thyme90PopUp .slider {
    position: absolute;
    bottom: 120px;
    right: 100%;
    width: 200px;
    padding: 6px 12px;
    text-align: right;
    animation-name: slider;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    cursor: pointer;
}

#thyme90PopUp .slider:before {
    content: "";
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 132%;
    height: 100%;
    z-index: 0;
    transform: skewX(16deg);
    box-shadow: -5px 5px #6668;
}

#thyme90PopUp .slider:after {
    content: "";
    background-color: #FFF;
    position: absolute;
    top: 24px;
    left: 108%;
    border-right: 2px solid #444;
    border-bottom: 2px solid #444;
    width: 18px;
    height: 18px;
    line-height: 0;
    transform: rotate(-45deg);
}


#thyme90PopUp .slider> *{
    z-index: 1;
}
#thyme90PopUp .slider h4 {
    color: #1db8fc;
    font-weight: 500;
    position: relative;
}

#thyme90PopUp .slider h3 {
    font-size: 22px;
    color: #003d7c;
    font-weight: 600;
    position: relative;
}


   #thyme90PopUp img{
    max-width: 100%;
}

   #thyme90PopUp  .slider > span {
    display: inline-block;
    position: absolute;
    animation-name: scaler;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    padding: 0 4px;
    background-color: #ff4444;
    color: #fff;
    left: -10px;
    border-radius: 3px;
}

@keyframes slider {
    0%   { right: 100%;}
    10%  { right: calc(100% + 12px);}
    20% { right: 100%;}
}
@keyframes scaler {
    0%   { transform: scale(1);}
    50%   { transform: scale(1.08);}
    100%   { transform: scale(1);}
}
  

#thyme90PopUp .content_right,
#thyme90PopUp .content_left{
    vertical-align: top;
    display: inline-block;
    width: 50%;
    max-width: 600px;

}
#thyme90PopUp .content_box {
    color: #FFF;
    height: 100%;
    overflow: auto;
    padding: 0 24px;
}


#thyme90PopUp .content_left{
    text-align: left;
    padding: 4% 0;
}

#thyme90PopUp .content_left .title {
    margin-bottom: 16px;
}

#thyme90PopUp .content_left h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
}

#thyme90PopUp .content_left h2 {
    line-height: 42px;
    font-weight: 800;
    font-size: 42px;
    color: #51b1ff;
    /* display: inline-block; */
    border-bottom: 2px solid #fff;
    margin-top: 6px;
    padding-bottom: 6px;
}
#thyme90PopUp .content_left h2 sub {
    bottom: -3px;
}
#thyme90PopUp .content_left h4 {
    font-size: 22px;
    color: #60e0e8;
    font-weight: 400;
    font-size: 18px;
}

#thyme90PopUp .content_left .find-help {
    margin-bottom: 12px;
    margin: 32px 0;

}

#thyme90PopUp .content_left table {
    width: 100%;
}

#thyme90PopUp .content_left td {
    width: 50%;
}
#thyme90PopUp .content_left b {
    border-bottom: 1px solid #FFF;
    display: block;
    padding-bottom: 4px;
    margin-bottom: 4px;
    font-size: 18px;
    color: #82c5fb;
}
#thyme90PopUp .content_left p {
    text-align: justify;
    font-size: 16px;
}

#thyme90PopUp .content_left .find-reference{
    margin: 32px 0;
}
#thyme90PopUp .content_left a {
    font-weight: 400;
    display: inline-block;
    text-decoration: underline;
    line-height: 16px;
    margin-top: 2px;
}
#thyme90PopUp .content_left a:hover {
    color: #00aab5;
}

#thyme90PopUp .content_left .qna-question{
    font-size: 20px;
    cursor: pointer;
    margin: 10px 0 6px;
}
#thyme90PopUp .content_left .qna-question:hover,
#thyme90PopUp .content_left .qna-question.active{
    color: #82c5fb;
}
#thyme90PopUp .content_left .qna-question span:nth-child(1) {
    font-size: 18px;
    font-family: Calibri;
    margin-right: 12px;
    font-weight: 800;
}
#thyme90PopUp .content_left .qna-anwser {
    display: none;
    padding: 2px 0 6px;
}

#thyme90PopUp .content_right {
    margin-top: 134px;
    padding: 0 50px 50px;
    padding: 0 0 50px 50px;
}
#thyme90PopUp .content_right .img-btns {
    font-size: 0;
    text-align: left;
}
#thyme90PopUp .content_right .img-btn {
    display: inline-block;
    width: 19%;
    height: 19.5%;
    margin: 0 1.2% 0.5% 0;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    background-repeat: no-repeat;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    padding-bottom: 19.5%;
}
#thyme90PopUp .content_right .img-btn:nth-child(5n) {
    margin-right: 0;
}
#thyme90PopUp .content_right .showout-title {
    text-align: left;
    margin: 4px 0 16px;
    font-size: 18px;
    border-bottom: 1px solid;
    padding-bottom: 4px;
}

#thyme90PopUp .content_right .img-showout img{
    transition: all 0.3s ease;
    width: 100%;
}

#thyme90PopUp .content_right .img-btn:hover,
#thyme90PopUp .content_right .img-btn.active{
    border: 3px solid #FFF;

}

@media screen and (max-width: 768px){
    
    #thyme90PopUp .content_right,
    #thyme90PopUp .content_left{
        display: block;
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
    }
    #thyme90PopUp .content_left .qna-question{
        font-size: 16px;
    }
#thyme90PopUp .content_left .find-help td {
    display: block;
    margin-bottom: 16px;
}
#thyme90PopUp .slider {
    bottom: 140px;
}
#thyme90PopUp .content_right{
    padding-bottom: 320px;
}

}

/*23/9/2020*/
.revamp-header__row.small .revamp-header__menu-item .onsale{
    height: 22px;
    color: #FFF;
    font-size: 12px;
    background-color: #003d7c;
    position: absolute;
    bottom: 10px;
    left: 50%;
    border-radius: 5px;
    padding: 2px 5px;
    transition: all 0.3s ease;
    text-align: center;
}

.revamp-header__row.small .revamp-header__menu-item .p-name{
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.revamp-header__row .revamp-header__menu-item .onsale{
    width: 70px;
    color: #FFF;
    font-size: 12px;
    background-color: #003d7c;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    padding: 2px 5px;
    transition: all 0.3s ease;
    transform: translateX(-50%);
    text-align: center;
}

.revamp-header__row .revamp-header__menu-item .p-name{
    margin-bottom: 28px;
    transition: all 0.3s ease;
    display: block;
}

.p-info {
    position: relative;
}

.revamp-header__nav .revamp-header__mb-menu .revamp-header__mb-menu-item .onsale{
    width: 70px;
    color: #009bac;
    font-size: 12px;
    background-color: #FFF;
    position: absolute;
    top: -25%;
    left: 50%;
    border-radius: 5px;
    padding: 2px 5px;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

@media screen and (max-width: 1200px) and (min-width: 481px){
    .revamp-header__nav{
        padding-top: 120px !important;
    }
}
/*23/9/2020*/

/*24/9/2020*/
section.section-10{
    padding-bottom: 0;
}
/*24/9/2020*/