body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

#header {
    background: #000;
    max-height: 90px;
    border-bottom: 1px solid #2b2b2b;
}

.logo {
    text-align: center;
    margin-top: 20px;
}

.logo img {
    display: inline-block;
}

#banner {
    background-color: #fff;
    background-image: url(../../images/banner/web_top.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 500px;
    padding-top: 80px;
}

.banner-content {
    text-align: center;
    color: #fff;
}

.banner-content .title {
    font-size: 80px;
    line-height: 82px;
    font-weight: 700;
    color: #eec156;
    background-image: url(../../images/pattent.png);
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -8px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.banner-content .sub-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 36px;
    margin: 0;
    margin-bottom: 20px;
    text-shadow: 2px 1px 1px #333;
    text-transform: uppercase;
}

.banner-content .btn-button {
    background-color: #eec156;
    background-image: url(../../images/button.png);
    background-repeat: repeat-x;
    min-width: 325px;
    height: 73px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 34px;
    line-height: 38px;
    color: #000;
    text-transform: uppercase;
    text-shadow: 2px 1px 1px #eec156;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 10px;
    margin-bottom: 40px;
}

.banner-content p {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    text-shadow: 2px 1px 1px #333;
    text-transform: uppercase;
}

.banner-content .btn-plus {
    display: inline-block;
}

.banner-content p .text-light {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.banner-content p span {
    color: #d7b948;
}

#wrapper {
    background: #fff;
    padding: 60px 0;
}

.box-item {
    text-align: center;
}

.box-item .item-img {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.box-item .item-img img {
    display: inline-block;
}

.box-item .item-img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../../images/shape.png);
    background-repeat: no-repeat;
    width: 208px;
    height: 15px;
    margin-bottom: -15px;
}

.box-item p {
    margin-bottom: 0;
}

#banner2 {
    background-color: #fff;
    background-image: url(../../images/banner/web_bottom.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 500px;
    border-top: 2px solid #dfc450;
}

.banner-content2 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding-top: 100px;
}

.banner-content2 .title {
    margin: 0;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
    color: #dec34f;
}

.banner-content2 .sub-title {
    margin: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}

.banner-content2 .btn-button {
    background-color: #eec156;
    background-image: url(../../images/button.png);
    background-repeat: repeat-x;
    min-width: 420px;
    height: 73px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 34px;
    line-height: 38px;
    color: #000;
    text-transform: uppercase;
    text-shadow: 2px 1px 1px #eec156;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 10px;
    margin-bottom: 40px;
}

.banner-content2 .btn-button img {
    display: inline-block;
    margin-right: 10px
}

#footer {
    background: #151515;
    min-height: 90px;
}

.payment {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.payment img {
    display: inline-block;
}


/* Desktop layout */

@media (min-width:1200px) {
    .container {
        width: 960px;
    }
}


/* Big tablet layout */

@media only screen and (min-width:992px) and (max-width:1024px) {
    #banner {
        background-image: url(../../images/banner/tablet_top_landscape.jpg);
    }
    #banner2 {
        background-image: url(../../images/banner/tablet_bottom_landscape.jpg);
    }
}


/* Normal tablet layout */

@media only screen and (min-width:768px) and (max-width:991px) {
    .box-item {
        margin-bottom: 40px;
    }
    .banner-content2 .btn-button {
        min-width: 100%;
    }
    #banner {
        background-image: url(../../images/banner/tablet_top_portrait.jpg);
    }
    #banner2 {
        background-image: url(../../images/banner/tablet_bottom_portrait.jpg);
    }
}


/* Normal mobile layout */

@media only screen and (max-width:767px) {
    #header {
        max-height: 68px;
    }
    .logo img {
        width: 200px;
    }
    .banner-content2 .btn-button,
    .banner-content .btn-button {
        min-width: 100%;
        font-size: 20px;
    }
	.banner-content .sub-title { font-size: 22px; }
    .box-item {
        margin-bottom: 30px;
    }
    #banner {
        background-image: url(../../images/banner/mobile_top_portrait.jpg);
    }
    #banner2 {
        background-image: url(../../images/banner/mobile_bottom_portrait.jpg);
    }
}


/* Width mobile layout */

@media only screen and (min-width:480px) and (max-width:767px) {
    .banner-content2 .btn-button,
    .banner-content .btn-button {
        min-width: 310px;
        font-size: 20px;
    }
	.banner-content .sub-title { font-size: 22px; }
    #banner {
        background-image: url(../../images/banner/mobile_top_landscape.jpg);
    }
    #banner2 {
        background-image: url(../../images/banner/mobile_bottom_landscape.jpg);
    }
}