html,
body {
    background-color: #FFF;
    color: #666;
    font-weight: 500;
    height: 100vh;
    max-width: 1920px;
    margin: 0 auto;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn-green {
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: url("/btn-green.png") no-repeat center center;
    width: 210px;
    height: 55px;
    display: inline-block;
    line-height: 53px;
    font-size: 26px;
    border: 0;
    border-radius: 55px;
    box-shadow: 0px 0px 15px #DDD;
}

.btn-green:hover {
    text-decoration: none;
    color: #4abd89;
    background-image: unset;
    background-color: #fff;
}

.btn-white {
    text-align: center;
    text-decoration: none;
    color: #4abd89;
    background-image: unset;
    background-color: #fff;
    width: 210px;
    height: 55px;
    display: inline-block;
    line-height: 53px;
    font-size: 26px;
    border: 0;
    border-radius: 55px;
    box-shadow: 0px 0px 15px #DDD;
}

.btn-white:hover {
    text-decoration: none;
    color: #fff;
    background: url("/btn-green.png") no-repeat center center;
}

header {
    background-color: #FFF;
}

.logo {
    background: url(/logo.png) no-repeat center center;
    background-size: contain;
    width: 220px;
    height: 78px;
}

nav {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

nav a.menu {
    margin: 0 1rem;
    padding: 1rem 0;
    display: block;
    color: #666;
    font-weight: 500;
    position: relative;
}

nav a.menu--active {
    color: #4abd89;
}

nav a.menu .menu__border {
    position: absolute;
    width: 30px;
    height: 5px;
    background-color: #4abd89;
    left: 50%;
    bottom: -15px;
    margin-left: -15px;
    border-radius: 5px;
    display: none;
}

nav a.menu .menu__login {
    border: 1px solid #999;
    padding: 5px 15px;
    border-radius: 20px;
}

nav a.menu--active .menu__border {
    display: inline-block;
}

nav a.menu:hover {
    text-decoration: none;
    opacity: 0.7;
}

nav a.menu:hover .menu__border {
    opacity: 0.7;
    display: inline-block;
}

nav a.menu:hover .menu__login {
    background-color: #4abd89;
    /*opacity: 0.8;*/
    border-color: #4abd89;
    color: #FFF;
}

/* boxs */

.h1-box {
    background: white no-repeat center bottom;
    height: 550px;
}

.h1-box--home {
    background: white;
}

.h2-box {
    background-color: #fff;
    min-height: 500px;
}

.h2-box--grey {
    background-color: #f8f8f8;
}

.h2-box--green {
    background: url("/h2-bg-green.png") no-repeat center center;
    height: 500px;
}

.h2-box--black {
    color: #fff;
    background: #3f4752 url("/h2-bg-black.png") no-repeat center top;
    padding-bottom: 20px;
    padding-top: 100px;
}

.h2-box--black--home {
    background: #3f4752 url("/h2-bg-black-home.png") no-repeat center top;
    padding-top: 250px;
}

.h2-box--black form {
    border-left: 1px solid #fff;
    padding-left: 60px;
}

.h2-box--black h4 {
    margin-bottom: 20px;
}

.contact-list {
    margin: 50px 0;
}

.contact-list .contact-list__email {
    padding-left: 30px;
    background: url("/icon-email.png") no-repeat left center;
}

.contact-icon li {
    float: left;
    margin-right: 25px;
}

.footer {
    margin-top: 100px;
    border-top: 1px solid #FFF;
    font-size: 12px;
}

.footer a,
.footer a:hover {
    color: #fff;
}


/* style */

.h1-box {
    color: #025156;
}

.h1-box h1 {
    margin-top: 90px;
    font-size: 3.5rem;
}

.h1-box h2 {
    color: #fff;
    line-height: 2.5rem;
    margin: 1rem 0;
}

.h1-box img {
    margin-top: 50px;
}

.h2-box-1 {
    padding: 100px 0;
}

.h2-box-1 h2 {
    margin-bottom: 30px;
    color: #333;
}

.h2-box-1 p {
    line-height: 2rem;
}

.h2-box-1 .h2-box-1__card img {
    box-shadow: 0px 0px 15px #EEE;
    border-radius: 5px;
    max-width: 100%;
}

.h2-box-1 .h2-box-1__card img:hover {
    margin-top: -5px;
}

.h2-box-1 .h2-box-1__icon img {
    box-shadow: 0px 0px 15px #EEE;
    border-radius: 96px;
}

.h2-box-1 .h2-box-1__icon img:hover {
    margin-top: -5px;
}

.h2-box-1 .h2-box-1__icon-2 img {
    margin-bottom: 25px !important;
}

.h2-box-1 .h2-box-1__icon-2 img:hover {
    margin-top: -5px;
}

.h2-box-2 {
    padding: 100px 0;
    color: #fff;
}

.h2-box-2 h2 {
    margin-bottom: 70px;
}

.h2-box-2 ul.partners li {
    width: 20%;
    float: left;
    padding: 10px;
}

.h2-box-2 ul.partners li div {
    background: #fff;
    border-radius: 5px;
}

.h2-box-2 ul.partners li img {
    -mos-webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    width: 100%;
}

.h2-box-2 ul.partners li img:hover {
    -mos-webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.h2-box-3 {
    background-image: url("/h2-bg-a1.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 120px 0;
    min-height: 750px;
}

.h2-box-3--bg-a2 {
    background-image: url("/h2-bg-a2.png");
}

.h2-box-3--bg-mb1 {
    background-image: url("/h2-bg-mb1.png");
}

.h2-box-3--bg-mb2 {
    background-image: url("/h2-bg-mb2.png");
}

.h2-box-3__fg-bottom {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.h2-box-3__fg-middie {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.h2-box-3 h3 {
    background: transparent no-repeat left top;
    background-size: contain;
    padding-left: 60px;
    line-height: 48px;
}

.h2-box-3 h3.icon-a1 {
    background-image: url("/icon-1.png");
}

.h2-box-3 h3.icon-a2 {
    background-image: url("/icon-2.png");
}

.h2-box-3 h3.icon-a3 {
    background-image: url("/icon-3.png");
}

.h2-box-3 h3.icon-a4 {
    background-image: url("/icon-4.png");
}

.h2-box-3 h3.icon-mb1 {
    background-image: url("/icon-5.png");
}

.h2-box-3 h3.icon-mb2 {
    background-image: url("/icon-6.png");
}

.h2-box-3 h3.icon-mb3 {
    background-image: url("/icon-7.png");
}

.h2-box-3 h3.icon-mb4 {
    background-image: url("/icon-8.png");
}

.h2-box-3 h3.icon-mb5 {
    background-image: url("/icon-9.png");
}

.h2-box-3 h3.icon-mb6 {
    background-image: url("/icon-10.png");
}

.h2-box-3 h3.icon-mb7 {
    background-image: url("/icon-11.png");
}

.h2-box-3 h3.icon-mb8 {
    background-image: url("/icon-12.png");
}

.h2-box-3 h3.icon-p1 {
    background-image: url("/icon-13.png");
}

.h2-box-3 h3.icon-p2 {
    background-image: url("/icon-14.png");
}

.h2-box-3 h3.icon-p3 {
    background-image: url("/icon-15.png");
}

.h2-box-3 h3.icon-p4 {
    background-image: url("/icon-16.png");
}

.h2-box-3 h3.icon-p5 {
    background-image: url("/icon-17.png");
}

.h2-box-3 h3.icon-p6 {
    background-image: url("/icon-18.png");
}

.h2-box-3 h3.icon-p7 {
    background-image: url("/icon-19.png");
}

.h2-box-3 p {
    padding-left: 60px;
    margin-top: 30px;
    line-height: 2rem;
}

.h2-box-4 {
    padding: 100px 0;
}

.h2-box-4 .format {
    text-align: left;
    width: 100%;
}

.h2-box-4 .format li {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 15px #EEE;
    padding: 10px;
    cursor: pointer;
}

.h2-box-4 .format h3 {
    background: transparent no-repeat left top;
    background-size: contain;
    padding-left: 60px;
    line-height: 48px;
    color: #999;
    font-size: 20px;
    margin-bottom: 0;
    margin-left: 15px;
}

.h2-box-4 .format h3.icon-f1 {
    background-image: url("/icon-20.png");
}

.h2-box-4 .format h3.icon-f2 {
    background-image: url("/icon-21.png");
}

.h2-box-4 .format h3.icon-f3 {
    background-image: url("/icon-22.png");
}

.h2-box-4 .format h3.icon-f4 {
    background-image: url("/icon-23.png");
}

.h2-box-4 .format h3.icon-f5 {
    background-image: url("/icon-24.png");
}

.h2-box-4 .format h3.icon-f6 {
    background-image: url("/icon-25.png");
}

.h2-box-4 .format p {
    padding-left: 75px;
    margin-top: 10px;
    line-height: 2rem;
    font-size: 14px;
    font-weight: 400;
    display: none;
}

.h2-box-4 .format li.active p {
    display: block;
}

.h2-box-4 .preview .preview__phone {
    text-align: center;
    position: absolute;
    margin-right: 15px;
}

.h2-box-4 .preview .preview__phone *,
.h2-box-4 .preview .preview__screenshot * {
    max-width: 100%;
}

.h2-box-4 .preview .preview__screenshot {
    max-width: 100%;
    text-align: center;
    margin: 64px 16px;
    height: 100%;
}

.h2-box-4 .preview .preview__screenshot li {
    display: none;
}

.h2-box-4 .preview .preview__screenshot li.active {
    display: block;
    height: 100%;
}

/* media-buy */
.media-buy .h2-box-3 h3 {
    font-size: 20px;
}

.media-buy .h2-box-3 p {
    font-size: 14px;
    margin-top: 10px;
}

/* publisher */
.publisher .h1-box h1 {
    margin-top: 70px;
    font-size: 3.0rem;
}

.publisher .h1-box img {
    height: 75%;
}

.publisher .h2-box-3 {
    background-image: unset;
}