@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Vollkorn:400,700,900&subset=latin-ext);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

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

.stretched {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.vertical-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    margin: auto
}

.clearfix {
    clear: both;
    content: '';
    display: block
}

.link-underline {
    text-decoration: underline
}

.link-underline:hover {
    text-decoration: none
}

.link-no-underline {
    text-decoration: none
}

.link-no-underline:hover {
    text-decoration: underline
}

.primaryfont {
    font-family: Montserrat, sans-serif
}

.secondaryfont {
    font-family: Vollkorn, serif
}

html,
body {
    margin: 0;
    padding: 0;
    text-align: left
}

body {
    background-color: #000
}

a {
    outline: 0;
    cursor: pointer;
    -ms-user-select: none
}

* {
    background-repeat: no-repeat
}

textarea,
input {
    outline: 0
}

b,
strong {
    font-weight: 700
}

::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
p::-moz-selection {
    background-color: #39a4c3;
    color: #fff
}

::selection,
h1::selection,
h2::selection,
h3::selection,
p::selection {
    background-color: #39a4c3;
    color: #fff
}

.cb,
.clr {
    clear: both;
    font-size: 1px;
    line-height: 1px
}

.fl {
    float: left
}

.fr {
    float: right
}

.nowrap,
.nobr {
    white-space: nowrap
}

.tal,
.text-left {
    text-align: left
}

.tar,
.text-right {
    text-align: right
}

.tac,
.text-center {
    text-align: center
}

*,
:before,
:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=submit] {
    -webkit-border-radius: 0
}

input,
select,
textarea {
    -webkit-user-select: text
}

table {
    border-collapse: separate
}

* {
    -webkit-text-size-adjust: none
}

span.red {
    color: #39a4c3
}

html {
    margin: 0;
    padding: 0;
    min-width: 320px;
    width: 100%;
    overflow: auto!important
}

body {
    background: #fff;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    min-width: 320px;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    padding: 20px 30px 30px
}

h1,
h2,
h3,
h4,
textarea,
input {
    font-family: Montserrat, sans-serif
}

.vollkorn {
    font-family: Vollkorn, serif
}

hr {
    border-collapse: collapse;
    border: 0;
    border-bottom: 1px #ebebeb solid;
    margin-bottom: 15px
}

.debug {
    width: 200px;
    padding: 5px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    border: 1px #000 solid;
    display: none
}

.debug p {
    padding: 0;
    font-size: 13px;
    color: #000
}

i {
    font-style: italic
}

.layout {
    width: 100%;
    min-width: 320px
}

body.hp {
    height: 100vh
}

body.hp .layout.page.homepage {
    height: 100%
}

body.hp .layout.page.homepage .row.content.homepage,
body.hp .layout.page.homepage .inner,
body.hp .layout.page.homepage .col {
    height: 100%
}

.row {
    width: 100%;
    min-width: 320px;
    text-align: center;
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row .inner {
    width: 100%;
    max-width: 1920px;
    padding: 0 15px;
    position: relative;
    margin: auto;
    text-align: left
}

.row .inner:after {
    clear: both;
    content: '';
    display: block
}

.row .inner .col {
    float: left;
    position: relative
}

.row:after {
    clear: both;
    content: '';
    display: block
}

.row p a {
    color: inherit;
    text-decoration: underline;
    color: #39a4c3
}

.row p a:hover {
    text-decoration: none;
    color: inherit
}

.row p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px
}

.cols {
    margin: 0 -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cols .col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    float: left;
    position: relative
}

.col-11 {
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
    padding: 0 15px;
    float: left;
    position: relative
}

.col-10 {
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
    padding: 0 15px;
    float: left;
    position: relative
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
    float: left;
    position: relative
}

.col-8 {
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
    padding: 0 15px;
    float: left;
    position: relative
}

.col-7 {
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
    padding: 0 15px;
    float: left;
    position: relative
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    float: left;
    position: relative
}

.col-5 {
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
    padding: 0 15px;
    float: left;
    position: relative
}

.col-4 {
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
    padding: 0 15px;
    float: left;
    position: relative
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    float: left;
    position: relative
}

.col-2 {
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
    padding: 0 15px;
    float: left;
    position: relative
}

.col-1 {
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 16.666666666666664%;
    padding: 0 15px;
    float: left;
    position: relative
}

.offset-4 {
    margin-left: 33.33333333333333%
}

.offset-3 {
    margin-left: 25%
}

.offset-1 {
    margin-left: 8.333333333333332%
}

.fly {
    opacity: 0;
    transition: all 600ms ease-in-out;
    transform: translateY(100px) scale(1.05) translate3d(0, 0, 0)
}

.show-block {
    opacity: 1;
    transform: translateY(0) scale(1) translate3d(0, 0, 0)
}

body.tc .row.content.tc-des-master .inner .article h2,
body.tc .row.content.tc-des-text3 .inner .article p,
body.tc h2>b,
body.tc h1>b {
    font-family: Helvetica, Arial, sans-serif!important
}

.row.content {
    padding-top: 0;
    padding-bottom: 0
}

.row.content .inner p {
    margin-bottom: 15px
}

.row.content .inner ul {
    margin-left: 0;
    margin-bottom: 15px
}

.row.content .inner ul li {
    padding-left: 15px;
    list-style-type: disc
}

.row.content .inner ul ul,
.row.content .inner ul ol {
    margin-left: 15px;
    padding-top: 10px;
    margin-bottom: 10px
}

.row.content .inner ol {
    margin-bottom: 15px;
    counter-reset: item
}

.row.content .inner ol li {
    counter-increment: item
}

.row.content .inner ol ul,
.row.content .inner ol ol {
    margin-left: 15px;
    padding-top: 10px;
    margin-bottom: 10px
}

.row.content .inner ol>li:before {
    display: inline-block;
    width: 1em;
    color: #000;
    margin-right: 5px;
    content: counter(item) "."
}

.row.content .inner h1 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    margin: auto
}

.row.content .inner h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700
}

.row.content .inner h3 {
    font-size: 23px;
    line-height: 28px;
    font-weight: 700
}

.row.content .inner table {
    border-spacing: 0;
    border-collapse: 0;
    margin-bottom: 20px;
    width: auto
}

.row.content .inner table.fl {
    margin-right: 70px
}

.row.content .inner table.fr {
    margin-left: 70px
}

.row.content .inner table th {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
    text-transform: uppercase;
    background: #499eb3;
    border-right: 1px #fff solid;
    vertical-align: middle
}

.row.content .inner table td {
    color: #000;
    text-align: left;
    font-size: 13px;
    font-weight: 300;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    background: #fff;
    vertical-align: middle;
    border-right: 1px #fff solid
}

.row.content .inner table tr th:last-child {
    border: 0
}

.row.content .inner table tr td:last-child {
    border: 0
}

.row.content .inner table .odd td {
    background: #f7f7f7
}

.row.content .inner table.center td,
.row.content .inner table.center th {
    text-align: center
}

.row.content .inner img[align=left],
.row.content .inner img[style*="float: left"],
.row.content .inner img[style*="float:left"] {
    margin: 5px 15px 0 0
}

.row.content .inner img[align=right],
.row.content .inner img[style*="float: right"],
.row.content .inner img[style*="float:right"] {
    margin: 5px 0 0 15px
}

.row.content .inner article>img {
    margin-bottom: 30px;
    max-width: 100%
}

.row.content .inner blockquote {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
    line-height: 39px;
    color: #656565;
    font-style: italic
}

.row.content .inner blockquote:before {
    content: '"';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 63px;
    top: 0
}

body.tc .row.header .inner .left {
    background: #ae996b
}

body.tc .row.header .inner .search .icon {
    background: transparent url(../gfx/icon/search2.png) center center no-repeat;
    background-size: 21px 21px
}

.row.header {
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0
}

.row.header .inner .left {
    width: 454px;
    height: 132px;
    background: #39a4c3;
    position: absolute;
    left: 0;
    top: 0
}

.row.header .inner .left .logo {
    position: absolute;
    left: 32px;
    top: 35px
}

.row.header .inner .left .logo img {
    width: 247px;
    height: 56px
}

.row.header .inner .left .now-available {
    background: rgba(0, 0, 0, .5);
    border: 1px #444d57 solid;
    padding: 16px 30px;
    font-size: 14px;
    line-height: 15px;
    color: #d5d5d6;
    font-weight: 700;
    position: absolute;
    left: 30px;
    top: 100%
}

.row.header .inner .left .menu-toggle-holder {
    width: 76px;
    height: 103px;
    border-left: 1px #fff solid;
    position: absolute;
    left: 332px;
    top: 11px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.row.header .inner .left .menu-toggle-holder .menu-toggle {
    display: block;
    width: 27px;
    height: 27px;
    background: transparent url(../gfx/icon/bars.png) 0 0 no-repeat;
    background-size: contain;
    font-size: 0
}

.row.header .inner .lang-switcher {
    height: 46px;
    position: absolute;
    z-index: 99;
    right: 30px;
    top: 20px
}

.row.header .inner .lang-switcher a {
    display: block;
    float: right;
    margin-left: 1px;
    width: 46px;
    height: 46px;
    background: #fff;
    color: #39a4c3;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    transition: all .25s linear
}

.row.header .inner .lang-switcher a.active,
.row.header .inner .lang-switcher a:hover {
    background: #39a4c3;
    color: #fff
}

.row.header .inner .nav.nav-main {
    background: #030303;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    z-index: 999;
    padding-top: 55px;
    padding-bottom: 55px;
    text-align: center;
    height: 567px;
    top: -567px;
    transition: all .5s linear
}

.row.header .inner .nav.nav-main.open {
    top: 0
}

.row.header .inner .nav.nav-main .logo {
    position: absolute;
    left: 32px;
    top: 35px
}

.row.header .inner .nav.nav-main .logo img {
    width: 247px;
    height: 56px
}

.row.header .inner .nav.nav-main .close {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 49px;
    height: 49px;
    background: transparent url(../gfx/icon/cross.png) 0 0 no-repeat;
    background-size: contain;
    display: block
}

.row.header .inner .nav.nav-main .sec {
    display: inline-block;
    width: 320px;
    height: 265px;
    border: 2px #b5b5b5 solid;
    text-align: center;
    position: relative;
    margin: 0 5px
}

.row.header .inner .nav.nav-main .sec h2 {
    background: #030303;
    position: absolute;
    left: 42px;
    top: -18px;
    font-size: 30px;
    line-height: 32px;
    padding: 0 7px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: -1px
}

.row.header .inner .nav.nav-main .sec ul {
    padding-top: 45px;
    padding-left: 49px;
    text-align: left
}

.row.header .inner .nav.nav-main .sec ul li {
    margin-bottom: 25px;
    height: 24px
}

.row.header .inner .nav.nav-main .sec ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase
}

.row.header .inner .nav.nav-main .sec ul li a:hover {
    text-decoration: underline
}

.row.header .inner .nav.nav-main .sec.sec-1 h2 {
    color: #e6002d
}

.row.header .inner .nav.nav-main .sec.sec-1 h2 a {
    color: #e6002d;
    text-decoration: none
}

.row.header .inner .nav.nav-main .sec.sec-2 h2 {
    color: #e1b076;
    font-family: Vollkorn, serif;
    font-weight: 400;
    font-size: 32px
}

.row.header .inner .nav.nav-main .sec.sec-2 h2 a {
    color: #e1b076;
    text-decoration: none
}

.row.header .inner .nav.nav-main .sec.sec-3 h2 {
    color: #fff;
    font-family: Vollkorn, serif;
    font-weight: 400;
    font-size: 32px;
    left: 15px
}

.row.header .inner .nav.nav-main .sec.sec-3 h2 a {
    color: #fff;
    text-decoration: none
}

.row.header .inner .nav.nav-main .sec.sec-bottom {
    padding-left: 0;
    border: 0;
    height: auto
}

.row.header .inner .nav.nav-main .sec.sec-bottom ul {
    padding-left: 0;
    text-align: center
}

.row.header .inner .search {
    display: none;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 30px;
    top: 20px;
    background: #fff
}

.row.header .inner .search .icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    cursor: pointer;
    background: transparent url(../gfx/icon/search.png) center center no-repeat;
    background-size: 21px 21px
}

.row.header .inner .search .text {
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    left: -100px;
    top: 20px;
    color: #fff;
    font-weight: 500
}

@media (max-width:1920px) {
    .row.header .inner .left {
        width: 23.645833333333332vw;
        height: 6.875000000000001vw
    }
    .row.header .inner .left .logo {
        left: 1.6666666666666667vw;
        top: 1.8229166666666667vw
    }
    .row.header .inner .left .logo img {
        width: 12.864583333333332vw;
        height: 2.9166666666666665vw
    }
    .row.header .inner .left .menu-toggle-holder {
        width: 3.958333333333333vw;
        height: 5.364583333333333vw;
        left: 17.291666666666668vw;
        top: .5729166666666666vw
    }
    .row.header .inner .left .menu-toggle-holder .menu-toggle {
        width: 1.40625vw;
        height: 1.40625vw
    }
    .row.header .inner .left .now-available {
        padding: .8333333333333334vw 1.5625vw;
        font-size: .7291666666666666vw;
        line-height: .78125vw;
        left: 30px
    }
    .row.header .inner .nav.nav-main {
        padding-top: 2.864583333333333vw;
        padding-bottom: 2.864583333333333vw;
        height: 29.531249999999996vw;
        top: -29.531249999999996vw
    }
    .row.header .inner .nav.nav-main .logo {
        left: 1.6666666666666667vw;
        top: 1.8229166666666667vw
    }
    .row.header .inner .nav.nav-main .logo img {
        width: 12.864583333333332vw;
        height: 2.9166666666666665vw
    }
    .row.header .inner .nav.nav-main .close {
        right: 30px;
        top: 1.0416666666666665vw;
        width: 2.5520833333333335vw;
        height: 2.5520833333333335vw
    }
    .row.header .inner .nav.nav-main .sec {
        width: 16.666666666666664vw;
        height: 13.802083333333334vw;
        margin: 0 .26041666666666663vw
    }
    .row.header .inner .nav.nav-main .sec h2 {
        left: 2.1875vw;
        top: -.9375vw;
        font-size: 1.5625vw;
        line-height: 1.6666666666666667vw;
        padding: 0 .3645833333333333vw
    }
    .row.header .inner .nav.nav-main .sec ul {
        padding-top: 2.34375vw;
        padding-left: 2.5520833333333335vw
    }
    .row.header .inner .nav.nav-main .sec ul li {
        margin-bottom: 1.3020833333333335vw;
        height: 1.25vw
    }
    .row.header .inner .nav.nav-main .sec ul li a {
        font-size: .8333333333333334vw;
        line-height: .8333333333333334vw
    }
    .row.header .inner .nav.nav-main .sec.sec-2 h2 {
        font-size: 1.6666666666666667vw
    }
    .row.header .inner .nav.nav-main .sec.sec-3 h2 {
        font-size: 1.6666666666666667vw;
        left: .78125vw
    }
    .row.header .inner .search {
        width: 2.5vw;
        height: 2.5vw;
        right: 30px;
        top: 1.0416666666666665vw
    }
    .row.header .inner .search .icon {
        background: transparent url(../gfx/icon/search.png) center center no-repeat;
        background-size: 1.09375vw 1.09375vw
    }
    .row.header .inner .search .text {
        font-size: .7291666666666666vw;
        line-height: .7291666666666666vw;
        left: -5.208333333333334vw;
        top: 1.0416666666666665vw
    }
}

body.hp .row.footer {
    display: none
}

.row.footer {
    background: #1d1d1d
}

.row.footer .inner {
    display: flex;
    padding: 0
}

.row.footer .inner .gmap {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0;
    position: relative;
    height: 713px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent url(../gfx/background/footer-gmap.jpg) center center no-repeat;
    background-size: cover
}

.row.footer .inner .gmap .gmap-link {
    width: 65px;
    height: 95px;
    display: block;
    background: transparent url(../gfx/icon/marker.png) 0 0 no-repeat;
    background-size: contain
}

.row.footer .inner .contacts {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
    padding: 0;
    position: relative;
    padding-left: 80px;
    padding-top: 70px;
    padding-right: 45px;
    color: #cecece;
    border-right: 1px #333 solid
}

.row.footer .inner .contacts h2 {
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 35px
}

.row.footer .inner .contacts p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 35px
}

.row.footer .inner .contacts p a {
    color: #cecece;
    text-decoration: none
}

.row.footer .inner .contacts p.bottom {
    opacity: .5;
    position: absolute;
    left: 80px;
    bottom: 35px;
    margin-bottom: 0
}

.row.footer .inner .contacts img {
    margin-bottom: 80px;
    width: 289px;
    height: 64px
}

.row.footer .inner .contacts .social {
    margin-bottom: 35px
}

.row.footer .inner .contacts .social a {
    display: inline-block;
    width: 46px;
    height: 45px
}

.row.footer .inner .contacts .social a.fb {
    background: transparent url(../gfx/icon/fb.png) 0 0 no-repeat;
    background-size: contain
}

.row.footer .inner .contact-form {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    padding: 0;
    position: relative;
    padding-left: 70px;
    padding-top: 70px;
    padding-right: 70px;
    color: #cecece
}

.row.footer .inner .contact-form h2 {
    font-family: Vollkorn, serif;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: -1px
}

.row.footer .inner .contact-form p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 35px
}

.row.footer .inner .contact-form form input[type=text] {
    width: 100%;
    border: 1px #333 solid;
    padding: 0 15px;
    background: #191919;
    height: 50px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

.row.footer .inner .contact-form form textarea {
    width: 100%;
    border: 1px #333 solid;
    padding: 12px 15px;
    resize: none;
    background: #191919;
    height: 185px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

.row.footer .inner .contact-form form input[type=checkbox] {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border-radius: none;
    background: #191919;
    border: 1px #333 solid;
    position: relative;
    top: 10px
}

.row.footer .inner .contact-form form input[type=submit] {
    float: right;
    width: 112px;
    border: 0;
    font-size: 16px;
    cursor: pointer;
    height: 55px;
    background: #ae996b;
    transition: all .25s linear;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px
}

.row.footer .inner .contact-form form input[type=submit]:hover {
    color: #ae996b;
    background: #fff
}

.row.footer .inner .contact-form form label {
    position: relative;
    top: 5px
}

.row.footer .inner .contact-form form label a {
    color: #ae996b
}

.row.footer.footer-type-2 .inner .contacts {
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
    border-right: 0
}

.row.footer.footer-type-2 .inner .contacts.contacts-2 {
    padding-top: 222px;
    border-right: 1px #333 solid
}

.row.footer.footer-type-2 .inner .contacts.contacts-2:before {
    content: '';
    background: #303030;
    display: block;
    width: 1px;
    position: absolute;
    left: 0;
    top: 170px;
    bottom: 140px
}

@media (max-width:1920px) {
    .row.footer .inner .gmap {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        padding: 0;
        position: relative;
        height: 37.135416666666664vw
    }
    .row.footer .inner .gmap .gmap-link {
        width: 3.3854166666666665vw;
        height: 4.947916666666666vw
    }
    .row.footer .inner .contacts {
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%;
        padding: 0;
        position: relative;
        padding-left: 4.166666666666666vw;
        padding-top: 3.6458333333333335vw;
        padding-right: 2.34375vw
    }
    .row.footer .inner .contacts h2 {
        font-size: 1.0416666666666665vw;
        line-height: 1.3020833333333335vw;
        margin-bottom: 1.8229166666666667vw
    }
    .row.footer .inner .contacts p {
        font-size: .8333333333333334vw;
        line-height: 1.40625vw;
        margin-bottom: 1.8229166666666667vw
    }
    .row.footer .inner .contacts p.bottom {
        left: 4.166666666666666vw;
        bottom: 1.8229166666666667vw
    }
    .row.footer .inner .contacts img {
        margin-bottom: 4.166666666666666vw;
        width: 15.052083333333332vw;
        height: 3.3333333333333335vw
    }
    .row.footer .inner .contacts .social {
        margin-bottom: 1.8229166666666667vw
    }
    .row.footer .inner .contacts .social a {
        width: 2.3958333333333335vw;
        height: 2.34375vw
    }
    .row.footer .inner .contact-form {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
        padding: 0;
        position: relative;
        padding-left: 3.6458333333333335vw;
        padding-top: 3.6458333333333335vw;
        padding-right: 3.6458333333333335vw
    }
    .row.footer .inner .contact-form h2 {
        font-size: 1.3020833333333335vw;
        line-height: 1.5625vw
    }
    .row.footer .inner .contact-form p {
        font-size: .7291666666666666vw;
        line-height: 1.0416666666666665vw;
        margin-bottom: 1.8229166666666667vw
    }
    .row.footer .inner .contact-form form input[type=text] {
        padding: 0 .78125vw;
        height: 2.604166666666667vw;
        margin-bottom: 1.5625vw;
        font-size: .7291666666666666vw;
        line-height: 1.0416666666666665vw
    }
    .row.footer .inner .contact-form form textarea {
        padding: .625vw .78125vw;
        height: 9.635416666666668vw;
        margin-bottom: 1.5625vw;
        font-size: .7291666666666666vw;
        line-height: 1.0416666666666665vw
    }
    .row.footer .inner .contact-form form input[type=checkbox] {
        width: 1.25vw;
        height: 1.25vw;
        margin-right: .5208333333333333vw;
        top: .5208333333333333vw
    }
    .row.footer .inner .contact-form form input[type=submit] {
        width: 5.833333333333333vw;
        font-size: .8333333333333334vw;
        height: 2.864583333333333vw
    }
    .row.footer .inner .contact-form form label {
        top: .26041666666666663vw;
        font-size: .7291666666666666vw;
        line-height: 1.0416666666666665vw
    }
    .row.footer.footer-type-2 .inner .contacts {
        -ms-flex: 0 0 34%;
        flex: 0 0 34%;
        max-width: 34%
    }
    .row.footer.footer-type-2 .inner .contacts.contacts-2 {
        padding-top: 11.5625vw
    }
    .row.footer.footer-type-2 .inner .contacts.contacts-2:before {
        left: 0;
        top: 8.854166666666668vw;
        bottom: 7.291666666666667vw
    }
}

.row.content.homepage .inner {
    padding: 0;
    display: flex
}

.row.content.homepage .inner .col {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    height: 900px;
    background: #eee;
    background-size: cover;
    position: relative
}

.row.content.homepage .inner .col:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
    opacity: .35
}

.row.content.homepage .inner .col .article {
    padding-top: 454px;
    padding-left: 100px;
    padding-right: 100px;
    color: #fff;
    text-align: center
}

.row.content.homepage .inner .col .article h1 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 35px;
    padding-bottom: 35px;
    position: relative
}

.row.content.homepage .inner .col .article h1 b {
    display: block;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    padding-top: 20px
}

.row.content.homepage .inner .col .article h1:after {
    content: '';
    width: 66px;
    height: 2px;
    background: #666;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -33px
}

.row.content.homepage .inner .col .article p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 85px
}

.row.content.homepage .inner .col .article .btn {
    color: #fff;
    display: inline-block;
    background: 0 0;
    padding: 18px 30px;
    border: 2px #fff solid;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 17px;
    font-weight: 400;
    transition: all .25s linear
}

.row.content.homepage .inner .col .article .btn:hover {
    color: #000;
    background: #fff
}

.row.content.homepage .inner .col.col-left .article h1:after {
    background: #39a4c3
}

.row.content.homepage .inner .col.col-middle .article h1:after {
    background: #ae996b
}

.row.content.homepage .inner .col.col-right .article h1:after {
    background: #499eb3
}

.row.content.homepage .inner .col.col-right:after {
    display: none
}

@media (max-width:1920px) {
    .row.content.homepage .inner .col {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
        height: 46.875vw
    }
    .row.content.homepage .inner .col .article {
        padding-top: 23.645833333333332vw;
        padding-left: 5.208333333333334vw;
        padding-right: 5.208333333333334vw
    }
    .row.content.homepage .inner .col .article h1 {
        font-size: 1.875vw;
        line-height: 2.34375vw;
        margin-bottom: 1.8229166666666667vw;
        padding-bottom: 1.8229166666666667vw
    }
    .row.content.homepage .inner .col .article h1 b {
        font-size: 2.604166666666667vw;
        line-height: 2.864583333333333vw;
        padding-top: 1.0416666666666665vw
    }
    .row.content.homepage .inner .col .article h1:after {
        width: 3.4375000000000004vw;
        height: .10416666666666667vw;
        bottom: 0;
        margin-left: -1.7187500000000002vw
    }
    .row.content.homepage .inner .col .article p {
        font-size: 1.1458333333333333vw;
        line-height: 1.4583333333333333vw;
        margin-bottom: 4.427083333333334vw
    }
    .row.content.homepage .inner .col .article .btn {
        padding: .9375vw 1.5625vw;
        font-size: .8854166666666666vw;
        line-height: .8854166666666666vw
    }
}

.row.content.contacts .inner {
    padding: 0
}

.row.content.contacts .inner .gmap-holder {
    height: 830px
}

.row.content.contacts .inner .gmap-holder .gmap {
    height: 830px
}

.row.content.get-in-touch .inner {
    height: 445px;
    background: #ddd url(../img/contacts.jpg) center center no-repeat;
    background-size: cover
}

.row.content.get-in-touch .inner .article {
    padding-left: 63px;
    padding-top: 53px
}

.row.content.get-in-touch .inner .article h1 {
    width: 100%;
    color: #39a4c3;
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 7px
}

.row.content.get-in-touch .inner .article h2 {
    width: 100%;
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 30px
}

.row.content.get-in-touch .inner .article h3 {
    width: 100%;
    color: #39a4c3;
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px
}

.row.content.get-in-touch .inner .article p {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    color: #fff
}

.row.content.get-in-touch .inner .article .btn {
    border: 1px #39a4c3 solid;
    font-size: 18px;
    line-height: 18px;
    padding: 16px 85px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    background: 0 0;
    transition: all .25s linear
}

.row.content.get-in-touch .inner .article .btn:hover {
    background: #39a4c3;
    color: #fff
}

.row.content.get-in-touch .inner .article .col.col-left {
    width: 410px;
    float: left
}

.row.content.get-in-touch .inner .article .col.col-right {
    margin-left: 200px;
    width: 410px;
    float: left
}

@media (max-width:1920px) {
    .row.content.contacts .inner .gmap-holder {
        height: 43.22916666666667vw
    }
    .row.content.contacts .inner .gmap-holder .gmap {
        height: 43.22916666666667vw
    }
    .row.content.get-in-touch .inner {
        height: 23.177083333333336vw
    }
    .row.content.get-in-touch .inner .article {
        padding-left: 3.28125vw;
        padding-top: 2.7604166666666665vw
    }
    .row.content.get-in-touch .inner .article h1 {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw;
        margin-bottom: .3645833333333333vw
    }
    .row.content.get-in-touch .inner .article h2 {
        font-size: 1.8229166666666667vw;
        line-height: 2.083333333333333vw;
        margin-bottom: 1.5625vw
    }
    .row.content.get-in-touch .inner .article h3 {
        font-size: 1.8229166666666667vw;
        line-height: 2.083333333333333vw;
        margin-bottom: 1.0416666666666665vw
    }
    .row.content.get-in-touch .inner .article p {
        font-size: 1.0416666666666665vw;
        line-height: 1.40625vw
    }
    .row.content.get-in-touch .inner .article .btn {
        font-size: .9375vw;
        line-height: .9375vw;
        padding: .8333333333333334vw 4.427083333333334vw
    }
    .row.content.get-in-touch .inner .article .col.col-left {
        width: 21.354166666666664vw
    }
    .row.content.get-in-touch .inner .article .col.col-right {
        margin-left: 10.416666666666668vw;
        width: 21.354166666666664vw
    }
}

.row.content.dealers .inner {
    height: 975px;
    background: #ddd url(../gfx/background/dealers.jpg) center center no-repeat;
    background-size: cover
}

.row.content.dealers .inner .article {
    padding-top: 185px;
    text-align: center
}

.row.content.dealers .inner .article h1 {
    color: #39a4c3;
    font-size: 70px;
    line-height: 80px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: -1px
}

.row.content.dealers .inner .article p {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 120px
}

.row.content.dealers .inner .article .countries {
    display: inline-block;
    width: 860px;
    border: 1px #39a4c3 solid;
    border-top: 0
}

.row.content.dealers .inner .article .countries h2 {
    color: #39a4c3;
    font-size: 70px;
    line-height: 80px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: -1px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: -40px;
    position: relative
}

.row.content.dealers .inner .article .countries h2:after,
.row.content.dealers .inner .article .countries h2:before {
    content: '';
    height: 1px;
    width: 70px;
    position: absolute;
    display: block;
    top: 40px;
    background: #39a4c3
}

.row.content.dealers .inner .article .countries h2:before {
    left: 0
}

.row.content.dealers .inner .article .countries h2:after {
    right: 0
}

.row.content.dealers .inner .article .countries ul.list {
    margin: 0;
    padding: 40px 170px 45px;
    list-style-type: none
}

.row.content.dealers .inner .article .countries ul.list .item {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin: 0 25px;
    margin-bottom: 35px
}

.row.content.dealers .inner .article .countries ul.list .item img {
    width: 117px;
    height: 117px
}

@media (max-width:1920px) {
    .row.content.dealers .inner {
        height: 50.78125vw
    }
    .row.content.dealers .inner .article {
        padding-top: 9.635416666666668vw
    }
    .row.content.dealers .inner .article h1 {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw;
        margin-bottom: .78125vw
    }
    .row.content.dealers .inner .article p {
        font-size: 1.6666666666666667vw;
        line-height: 2.083333333333333vw;
        margin-bottom: 6.25vw
    }
    .row.content.dealers .inner .article .countries {
        width: 44.79166666666667vw
    }
    .row.content.dealers .inner .article .countries h2 {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw;
        margin-bottom: .78125vw;
        margin-top: -2.083333333333333vw
    }
    .row.content.dealers .inner .article .countries h2:after,
    .row.content.dealers .inner .article .countries h2:before {
        height: 1px;
        width: 3.6458333333333335vw;
        top: 2.083333333333333vw
    }
    .row.content.dealers .inner .article .countries ul.list {
        padding: 2.083333333333333vw 7.8125vw 2.34375vw
    }
    .row.content.dealers .inner .article .countries ul.list .item {
        margin: 0 1.3020833333333335vw;
        margin-bottom: 1.8229166666666667vw
    }
    .row.content.dealers .inner .article .countries ul.list .item img {
        width: 6.09375vw;
        height: 6.09375vw
    }
}

.row.content.tc-page-master {
    overflow: hidden
}

.row.content.tc-page-master video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    width: 100%;
    z-index: 1
}

.row.content.tc-page-master .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    z-index: 2;
    background: #000;
    opacity: 0
}

.row.content.tc-page-master .inner {
    height: 750px;
    background: 0 0;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 3
}

.row.content.tc-page-master .inner .article {
    padding-top: 250px;
    text-align: center;
    color: #fff
}

.row.content.tc-page-master .inner .article h1 {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 60px;
    font-family: Vollkorn, serif;
    font-weight: 700;
    color: #fff
}

.row.content.tc-page-master .inner .article p.h {
    font-size: 60px;
    line-height: 65px;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
    font-family: Vollkorn, serif;
    display: inline-block
}

.row.content.tc-page-master .inner .article p.h:before,
.row.content.tc-page-master .inner .article p.h:after {
    content: '';
    width: 50px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 30px
}

.row.content.tc-page-master .inner .article p.h:before {
    left: -65px
}

.row.content.tc-page-master .inner .article p.h:after {
    right: -65px
}

.row.content.tc-page-master .inner .article .btn {
    padding: 18px 32px;
    display: inline-block;
    border: 1px #ae996b solid;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    background: 0 0;
    transition: all .25s linear
}

.row.content.tc-page-master .inner .article .btn:hover {
    background: #ae996b
}

.row.content.tc-page-info .inner {
    height: 850px;
    padding-left: 100px;
    padding-top: 100px
}

.row.content.tc-page-info .inner .link {
    color: #fff;
    text-decoration: none;
    position: absolute;
    font-size: 18px;
    line-height: 18px;
    z-index: 999;
    top: -105px;
    left: 850px
}

.row.content.tc-page-info .inner .img .img {
    position: absolute;
    right: 20px;
    top: -103px;
    z-index: 5;
    width: 1013px;
    height: 912px
}

.row.content.tc-page-info .inner .article {
    width: 895px;
    position: relative;
    z-index: 99
}

.row.content.tc-page-info .inner .article h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 600;
    margin-bottom: 55px;
    font-family: Vollkorn, serif;
    letter-spacing: -1px;
    color: #ae996b;
    position: relative
}

.row.content.tc-page-info .inner .article h2:after {
    position: absolute;
    content: '';
    height: 85px;
    width: 100px;
    background: #fff;
    right: 0;
    top: -7px;
    z-index: -1
}

.row.content.tc-page-info .inner .article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px
}

.row.content.tc-page-info .inner .article .info {
    display: inline-block;
    margin: 0 50px;
    text-align: center;
    vertical-align: top;
    margin-top: 60px
}

.row.content.tc-page-info .inner .article .info .image {
    height: 83px;
    display: block
}

.row.content.tc-page-info .inner .article .info h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #ae996b;
    font-family: Montserrat, sans-serif
}

.row.content.tc-page-info .inner .article .info p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400
}

.row.content.tc-page-info .inner .article .info.info1 {
    margin-left: 20px
}

.row.content.tc-page-info .inner .article .info.info1 img {
    width: 71px;
    height: 54px
}

.row.content.tc-page-info .inner .article .info.info2 img {
    width: 70px;
    height: 40px
}

.row.content.tc-page-info .inner .article .info.info3 img {
    width: 59px;
    height: 55px
}

.row.content.tc-page-showcase {
    z-index: 9
}

.row.content.tc-page-showcase .inner {
    height: 830px;
    background: transparent url(../img/tc-page-img-showcase.jpg) left center no-repeat;
    background-size: contain
}

.row.content.tc-page-showcase .inner .link {
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    left: 1000px;
    top: 20px;
    color: #999
}

.row.content.tc-page-showcase .inner .link:before {
    content: '';
    width: 16px;
    height: 23px;
    display: block;
    background: transparent url(../gfx/icon/arrow5.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    left: -30px;
    top: -7px
}

.row.content.tc-page-showcase .inner .list.list-slider {
    width: 920px;
    height: 630px;
    position: absolute;
    left: 200px;
    top: 125px
}

.row.content.tc-page-showcase .inner .list.list-slider .item img {
    width: 100%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.row.content.tc-page-showcase .inner .arrows {
    width: 202px;
    height: 60px;
    border: 1px #7c7c7c solid;
    border-bottom: 0;
    position: absolute;
    left: 923px;
    bottom: 0
}

.row.content.tc-page-showcase .inner .arrows a {
    display: block;
    width: 100px;
    height: 60px;
    float: left
}

.row.content.tc-page-showcase .inner .arrows a.arrow-left {
    border-right: 1px #7c7c7c solid;
    background: transparent url(../gfx/icon/arrow6.png) center center no-repeat;
    background-size: 23px 17px
}

.row.content.tc-page-showcase .inner .arrows a.arrow-right {
    background: transparent url(../gfx/icon/arrow7.png) center center no-repeat;
    background-size: 23px 17px
}

.row.content.tc-page-showcase .inner .arrows a.active {
    background-color: #39a4c3 !important;
}

.row.content.tc-page-showcase .inner .dots {
    height: 60px;
    position: absolute;
    left: 1115px;
    bottom: 0;
    padding-left: 38px;
    padding-top: 20px
}

.row.content.tc-page-showcase .inner .dots .dot {
    display: inline-block;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    position: relative
}

.row.content.tc-page-showcase .inner .dots .dot.dot1 {
    background: #a3a176
}

.row.content.tc-page-showcase .inner .dots .dot.dot2 {
    background: #416d7c
}

.row.content.tc-page-showcase .inner .dots .dot.dot3 {
    background: #417c41
}

.row.content.tc-page-showcase .inner .dots .dot.dot4 {
    background: #202020
}

.row.content.tc-page-showcase .inner .dots .dot.active:after {
    content: '';
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    display: block;
    border-radius: 50%;
    border: 1px #fff solid
}

.row.content.tc-page-showcase .inner .article {
    width: 615px;
    padding-top: 25px;
    padding-bottom: 25px;
    position: absolute;
    right: 125px;
    top: 50px;
    text-align: center
}

.row.content.tc-page-showcase .inner .article h2 {
    font-size: 32px;
    line-height: 40px;
    color: #000;
    font-weight: 400;
    padding-bottom: 25px;
    margin-bottom: 43px;
    position: relative
}

.row.content.tc-page-showcase .inner .article h2 b {
    font-size: 150px;
    line-height: 180px;
    font-family: Vollkorn, serif!important;
    font-weight: 500;
    color: #ae996b;
    display: block;
    letter-spacing: -4px
}

.row.content.tc-page-showcase .inner .article h2:after {
    content: '';
    width: 60px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
    background: #ae996b
}

.row.content.tc-page-showcase .inner .article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 150px
}

.row.content.tc-page-showcase .inner .article .btn {
    display: inline-block;
    padding: 15px 35px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    background: #ae996b;
    transition: all .25s linear
}

.row.content.tc-page-showcase .inner .article .btn:hover {
    background: #fff;
    color: #ae996b
}

.row.content.tc-page-video {
    position: relative;
    margin-top: -60px
}

.row.content.tc-page-video .inner {
    padding-left: 115px;
    height: 1377px;
    margin-bottom: 165px;
    padding-top: 166px;
    background: #fff url(../img/tc-page-video.jpg) left top no-repeat;
    background-size: contain
}

.row.content.tc-page-video .inner .link {
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    text-decoration: none;
    left: 1540px;
    top: 70px;
    color: #999;
    z-index: 999
}

.row.content.tc-page-video .inner .link:before {
    content: '';
    width: 25px;
    height: 46px;
    display: block;
    background: transparent url(../gfx/icon/mouse.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    left: -40px;
    top: -15px
}

.row.content.tc-page-video .inner .img {
    width: 641px;
    height: 1021px;
    position: absolute;
    left: 90px;
    bottom: -180px
}

.row.content.tc-page-video .inner .video {
    position: absolute;
    width: 1025px;
    height: 590px;
    right: 0;
    top: 150px;
    z-index: 20
}

.row.content.tc-page-video .inner .video iframe {
    width: 100%
}

.row.content.tc-page-video .inner .article {
    position: absolute;
    width: 670px;
    left: 905px;
    bottom: 0
}

.row.content.tc-page-video .inner .article h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 35px;
    font-family: Vollkorn, serif;
    letter-spacing: -1px;
    color: #ae996b;
    position: relative;
    left: -200px;
    padding-bottom: 30px
}

.row.content.tc-page-video .inner .article h2 b {
    color: #ae996b;
    font-weight: 400;
    font-size: 70px;
    line-height: 80px;
    display: block;
    font-family: Vollkorn, serif
}

.row.content.tc-page-video .inner .article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px
}

.row.content.tc-page-video .inner .info {
    position: relative;
    width: 713px
}

.row.content.tc-page-video .inner .info:before {
    content: '';
    width: 1px;
    height: 80px;
    background: #ae996b;
    position: absolute;
    left: 125px;
    top: -120px
}

.row.content.tc-page-video .inner .info:after {
    content: '';
    height: 1px;
    width: 462px;
    background: #ae996b;
    position: absolute;
    right: 0;
    bottom: 22px
}

.row.content.tc-page-video .inner .info h2 {
    font-size: 50px;
    line-height: 59px;
    color: #ae996b;
    font-weight: 600;
    margin-bottom: 55px;
    position: relative;
    font-family: Vollkorn, serif;
    letter-spacing: -2px
}

.row.content.tc-page-video .inner .info p {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 50px;
    font-weight: 700;
    font-family: Vollkorn, serif;
    letter-spacing: -1px;
    color: #fff
}

.row.content.tc-page-video .inner .btn {
    display: inline-block;
    padding: 15px 35px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    background: #ae996b;
    transition: all .25s linear
}

.row.content.tc-page-video .inner .btn:hover {
    background: #fff;
    color: #ae996b
}

.row.content.tc-page-bat .inner {
    height: 790px
}

.row.content.tc-page-bat .inner .img {
    position: absolute;
    right: 90px;
    top: -30px;
    width: 789px;
    height: 680px;
    z-index: 9
}

.row.content.tc-page-bat .inner .article {
    width: 695px;
    height: 415px;
    position: absolute;
    left: 60px;
    top: 95px;
    text-align: center;
    z-index: 8
}

.row.content.tc-page-bat .inner .article:before {
    content: '';
    width: 1px;
    height: 45px;
    display: block;
    position: absolute;
    left: 50%;
    top: -60px;
    background: #ae996b
}

.row.content.tc-page-bat .inner .article:after {
    content: '';
    height: 1px;
    width: 200px;
    display: block;
    position: absolute;
    right: -250px;
    bottom: 140px;
    background: #ae996b
}

.row.content.tc-page-bat .inner .article h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 35px;
    padding-bottom: 35px;
    font-family: Vollkorn, serif;
    letter-spacing: -1px;
    color: #ae996b;
    position: relative
}

.row.content.tc-page-bat .inner .article h2 b {
    color: #000;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    display: block;
    font-family: Montserrat, sans-serif
}

.row.content.tc-page-bat .inner .article h2:after {
    content: '';
    width: 60px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
    background: #ae996b
}

.row.content.tc-page-bat .inner .article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 50px
}

.row.content.tc-page-bat .inner .article .btn {
    display: inline-block;
    padding: 15px 35px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    background: #ae996b;
    transition: all .25s linear
}

.row.content.tc-page-bat .inner .article .btn:hover {
    background: #fff;
    color: #ae996b
}

.row.content.tc-page-txt-1 .inner {
    height: 1162px;
    background: transparent url(../img/tc-page-tech-01.jpg) center top no-repeat;
    background-size: contain
}

.row.content.tc-page-txt-1 .inner .article {
    position: absolute;
    width: 670px;
    left: 50%;
    top: 35px;
    margin-left: -335px;
    text-align: center
}

.row.content.tc-page-txt-1 .inner .article h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 65px;
    font-family: Vollkorn, serif;
    letter-spacing: -2px;
    color: #ae996b;
    position: relative
}

.row.content.tc-page-txt-1 .inner .article h2 b {
    color: #000;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    display: block;
    font-family: Montserrat, sans-serif
}

.row.content.tc-page-txt-1 .inner .article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 50px
}

.row.content.tc-page-txt-1 .inner .btn {
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -75px;
    display: inline-block;
    padding: 15px 35px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    background: #ae996b;
    transition: all .25s linear
}

.row.content.tc-page-txt-1 .inner .btn:hover {
    background: #fff;
    color: #ae996b
}

.row.content.tc-page-txt-2 {
    margin-bottom: 155px
}

.row.content.tc-page-txt-2 .inner {
    height: 687px;
    background: transparent url(../img/tc-page-tech-02.jpg) left top no-repeat;
    background-size: contain
}

.row.content.tc-page-txt-2 .inner .article {
    position: absolute;
    width: 680px;
    right: 115px;
    top: 120px
}

.row.content.tc-page-txt-2 .inner .article h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 45px;
    font-family: Vollkorn, serif;
    letter-spacing: -2px;
    color: #ae996b;
    position: relative;
    left: -150px
}

.row.content.tc-page-txt-2 .inner .article h2 b {
    color: #000;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    display: block;
    font-family: Montserrat, sans-serif
}

.row.content.tc-page-txt-2 .inner .article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 50px
}

.row.content.tc-page-txt-2 .inner .article .btn {
    display: inline-block;
    padding: 15px 35px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    background: #ae996b;
    transition: all .25s linear
}

.row.content.tc-page-txt-2 .inner .article .btn:hover {
    background: #fff;
    color: #ae996b
}

.row.content.tc-page-txt-2 .inner .article .info {
    display: block;
    margin: 0 50px;
    text-align: center;
    vertical-align: top;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 300px;
    padding-left: 115px;
    position: relative
}

.row.content.tc-page-txt-2 .inner .article .info .image {
    height: 83px;
    display: block;
    position: absolute;
    left: 20px;
    top: 10px
}

.row.content.tc-page-txt-2 .inner .article .info h3 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #ae996b;
    font-family: Montserrat, sans-serif
}

.row.content.tc-page-txt-2 .inner .article .info p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400
}

.row.content.tc-page-txt-2 .inner .article .info.info1 {
    margin-left: 0
}

.row.content.tc-page-txt-2 .inner .article .info.info1 img {
    width: 71px;
    height: 54px
}

.row.content.tc-page-text-3 {
    padding-left: 95px;
    padding-right: 95px;
    margin-bottom: 100px
}

.row.content.tc-page-text-3 .inner {
    padding-top: 95px;
    padding-left: 145px;
    padding-right: 145px;
    background: transparent url(../img/tc-des-text4.jpg) center top no-repeat;
    background-size: 100% auto
}

.row.content.tc-page-text-3 .inner .article {
    padding-left: 70px;
    padding-right: 70px;
    text-align: center;
    color: #fff;
    padding-bottom: 55px;
    border: 1px #ae996b solid;
    border-top: 0
}

.row.content.tc-page-text-3 .inner .article h2 {
    margin-left: -70px;
    margin-right: -70px;
    font-size: 70px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 80px;
    font-family: Vollkorn, serif;
    letter-spacing: -1px;
    color: #ae996b;
    width: auto;
    display: block;
    top: -30px;
    position: relative
}

.row.content.tc-page-text-3 .inner .article h2:before,
.row.content.tc-page-text-3 .inner .article h2:after {
    content: '';
    height: 1px;
    background: #ae996b;
    width: 180px;
    position: absolute;
    top: 30px;
    left: 0
}

.row.content.tc-page-text-3 .inner .article h2:after {
    left: auto;
    right: 0
}

.row.content.tc-page-text-3 .inner .article h2 b {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    display: block;
    font-family: Montserrat, sans-serif
}

.row.content.tc-page-text-3 .inner .article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px
}

.row.content.tc-page-text-3 .inner .article .gallery {
    padding: 15px;
    display: flex;
    background: #fff;
    position: relative
}

.row.content.tc-page-text-3 .inner .article .gallery .item {
    padding: 15px;
    font-size: 24px;
    line-height: 26px;
    color: #ae996b
}

.row.content.tc-page-text-3 .inner .article .gallery .item.item1 {
    -ms-flex: 0 0 32.5%;
    flex: 0 0 32.5%;
    max-width: 32.5%
}

.row.content.tc-page-text-3 .inner .article .gallery .item.item2 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%
}

.row.content.tc-page-text-3 .inner .article .gallery .item.item3 {
    -ms-flex: 0 0 32.5%;
    flex: 0 0 32.5%;
    max-width: 32.5%
}

.row.content.tc-page-text-3 .inner .article .gallery .item img {
    width: 100%;
    margin-bottom: 30px
}

.row.content.tc-page-text-3 .inner .article .btn {
    position: absolute;
    left: 50%;
    bottom: -25px;
    border-left: 30px #fff solid;
    border-right: 30px #fff solid;
    margin-left: -200px;
    display: inline-block;
    padding: 15px 35px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    background: #ae996b;
    transition: all .25s linear
}

.row.content.tc-page-text-3 .inner .article .btn:hover {
    background: #fff;
    color: #ae996b
}

.row.content.tc-page-txt-4 {
    margin-bottom: 125px
}

.row.content.tc-page-txt-4 .inner {
    padding: 0;
    height: 800px
}

.row.content.tc-page-txt-4 .inner .img {
    width: 685px;
    height: 435px;
    position: absolute;
    left: 90px;
    top: 0;
    padding-left: 45px;
    padding-top: 35px;
    background: #1d1d1d url(../img/tc-page-tech-04.jpg) center center no-repeat;
    background-size: cover
}

.row.content.tc-page-txt-4 .inner .img>h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 45px;
    font-family: Vollkorn, serif;
    letter-spacing: -2px;
    color: #ae996b
}

.row.content.tc-page-txt-4 .inner .img>h2 b {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    display: block;
    font-family: Montserrat, sans-serif
}

.row.content.tc-page-txt-4 .inner .img .btn {
    display: inline-block;
    padding: 15px 35px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    background: #ae996b;
    transition: all .25s linear
}

.row.content.tc-page-txt-4 .inner .img .btn:hover {
    background: #fff;
    color: #ae996b
}

.row.content.tc-page-txt-4 .inner .img .link {
    color: #fff;
    margin-left: 50px;
    font-size: 16px;
    line-height: 16px
}

.row.content.tc-page-txt-4 .inner .price {
    width: 530px;
    height: 400px;
    position: absolute;
    left: 245px;
    bottom: 0;
    background: #1d1d1d;
    z-index: 3;
    text-align: center;
    padding-top: 50px
}

.row.content.tc-page-txt-4 .inner .price>h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 35px;
    font-family: Vollkorn, serif;
    letter-spacing: -2px;
    color: #ae996b
}

.row.content.tc-page-txt-4 .inner .price p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
    color: #fff
}

.row.content.tc-page-txt-4 .inner .price .btn {
    display: inline-block;
    padding: 15px 35px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    background: #ae996b;
    transition: all .25s linear
}

.row.content.tc-page-txt-4 .inner .price .btn:hover {
    background: #fff;
    color: #ae996b
}

.row.content.tc-page-txt-4 .inner .article {
    width: 890px;
    position: absolute;
    right: 90px;
    bottom: 0;
    display: flex;
    flex-wrap: wrap
}

.row.content.tc-page-txt-4 .inner .article .article-inner {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 40px;
    padding-top: 45px;
    border-bottom: 1px #dfdfdf solid
}

.row.content.tc-page-txt-4 .inner .article .article-inner.no-border {
    border: 0
}

.row.content.tc-page-txt-4 .inner .article .article-inner p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px
}

.row.content.tc-page-txt-4 .inner .article .article-inner h3 {
    color: #ae996b;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 35px;
    position: relative;
    padding-left: 75px
}

.row.content.tc-page-txt-4 .inner .article .article-inner h3 .icon {
    position: absolute;
    width: 55px;
    height: 55px;
    left: 0;
    top: -15px;
    background-size: 55px 55px;
    display: block
}

.row.content.tc-page-txt-4 .inner .article .article-inner h3 .icon.icon01 {
    background-image: url(../gfx/icon/tc-page-icon1.png)
}

.row.content.tc-page-txt-4 .inner .article .article-inner h3 .icon.icon02 {
    background-image: url(../gfx/icon/tc-page-icon2.png)
}

.row.content.tc-page-txt-4 .inner .article .article-inner h3 .icon.icon03 {
    background-image: url(../gfx/icon/tc-page-icon3.png)
}

.row.content.tc-page-txt-4 .inner .article .article-inner h3 .icon.icon04 {
    background-image: url(../gfx/icon/tc-page-icon4.png)
}

.row.content.tc-page-txt-4 .inner .article .article-inner h3 .icon.icon05 {
    background-image: url(../gfx/icon/tc-page-icon5.png)
}

.row.content.tc-page-txt-4 .inner .article .article-inner h3 .icon.icon06 {
    background-image: url(../gfx/icon/tc-page-icon6.png)
}

.row.content.tc-page-txt-4 .inner .article>div:nth-of-type(odd) {
    padding-right: 65px
}

.row.content.tc-page-txt-5 {
    margin-bottom: 195px
}

.row.content.tc-page-txt-5 .inner {
    height: 580px
}

.row.content.tc-page-txt-5 .inner .border {
    width: 1200px;
    height: 385px;
    display: block;
    border: 1px #ae996b solid;
    position: absolute;
    left: 358px;
    top: 181px
}

.row.content.tc-page-txt-5 .inner .img1 {
    width: 862px;
    height: 573px;
    position: absolute;
    z-index: 3;
    right: 105px;
    top: 100px
}

.row.content.tc-page-txt-5 .inner .img2 {
    width: 340px;
    height: 714px;
    position: absolute;
    z-index: 4;
    right: 295px;
    top: 0
}

.row.content.tc-page-txt-5 .inner .article {
    position: absolute;
    left: 256px;
    top: 130px;
    width: 650px
}

.row.content.tc-page-txt-5 .inner .article h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    padding-bottom: 45px;
    font-family: Vollkorn, serif;
    letter-spacing: -2px;
    color: #ae996b;
    background: #fff;
    padding-right: 30px;
    display: inline-block
}

.row.content.tc-page-txt-5 .inner .article h2 b {
    color: #000;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    display: block;
    font-family: Montserrat, sans-serif
}

.row.content.tc-page-txt-5 .inner .article p {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 30px;
    background: #fff;
    margin: 0
}

.row.content.tc-page-txt-5 .inner .article p.info {
    font-family: Vollkorn, serif;
    color: #ae996b;
    font-weight: 700;
    padding-bottom: 30px;
    margin-bottom: 0;
    display: inline-block;
    background: #fff
}

@media (max-width:1920px) {
    .row.content.tc-page-master .inner {
        height: 39.0625vw
    }
    .row.content.tc-page-master .inner .article {
        padding-top: 6.020833333333334vw
    }
    .row.content.tc-page-master .inner .article h1 {
        font-size: 5.208333333333334vw;
        line-height: 5.208333333333334vw;
        margin-bottom: 3.125vw
    }
    .row.content.tc-page-master .inner .article p.h {
        font-size: 3.125vw;
        line-height: 3.3854166666666665vw;
        margin-bottom: 1.5625vw
    }
    .row.content.tc-page-master .inner .article p.h:before,
    .row.content.tc-page-master .inner .article p.h:after {
        width: 2.604166666666667vw;
        top: 1.5625vw
    }
    .row.content.tc-page-master .inner .article p.h:before {
        left: -3.3854166666666665vw
    }
    .row.content.tc-page-master .inner .article p.h:after {
        right: -3.3854166666666665vw
    }
    .row.content.tc-page-master .inner .article .btn {
        padding: .9375vw 1.6666666666666667vw;
        font-size: .9375vw;
        line-height: .9375vw
    }
    .row.content.tc-page-info .inner {
        height: 44.27083333333333vw;
        padding-left: 5.208333333333334vw;
        padding-top: 5.208333333333334vw
    }
    .row.content.tc-page-info .inner .link {
        font-size: .9375vw;
        line-height: .9375vw;
        top: -5.46875vw;
        left: 44.27083333333333vw
    }
    .row.content.tc-page-info .inner .img .img {
        right: 1.0416666666666665vw;
        top: -5.364583333333333vw;
        width: 52.760416666666664vw;
        height: 47.5vw
    }
    .row.content.tc-page-info .inner .article {
        width: 46.61458333333333vw
    }
    .row.content.tc-page-info .inner .article h2 {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw;
        margin-bottom: 2.864583333333333vw
    }
    .row.content.tc-page-info .inner .article h2:after {
        height: 4.427083333333334vw;
        width: 5.208333333333334vw;
        top: -.3645833333333333vw
    }
    .row.content.tc-page-info .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw;
        margin-bottom: 2.083333333333333vw
    }
    .row.content.tc-page-info .inner .article .info {
        margin: 0 2.604166666666667vw;
        margin-top: 3.125vw
    }
    .row.content.tc-page-info .inner .article .info .image {
        height: 4.322916666666667vw
    }
    .row.content.tc-page-info .inner .article .info h2 {
        font-size: 2.083333333333333vw;
        line-height: 2.083333333333333vw;
        margin-bottom: 1.0416666666666665vw
    }
    .row.content.tc-page-info .inner .article .info p {
        font-size: .8333333333333334vw;
        line-height: 1.0416666666666665vw
    }
    .row.content.tc-page-info .inner .article .info.info1 {
        margin-left: 1.0416666666666665vw
    }
    .row.content.tc-page-info .inner .article .info.info1 img {
        width: 3.6979166666666665vw;
        height: 2.8125vw
    }
    .row.content.tc-page-info .inner .article .info.info2 img {
        width: 3.6458333333333335vw;
        height: 2.083333333333333vw
    }
    .row.content.tc-page-info .inner .article .info.info3 img {
        width: 3.0729166666666665vw;
        height: 2.864583333333333vw
    }
    .row.content.tc-page-showcase .inner {
        height: 43.22916666666667vw
    }
    .row.content.tc-page-showcase .inner .link {
        font-size: .8333333333333334vw;
        line-height: .8333333333333334vw;
        left: 52.083333333333336vw;
        top: 1.0416666666666665vw
    }
    .row.content.tc-page-showcase .inner .link:before {
        width: .8333333333333334vw;
        height: 1.1979166666666667vw;
        left: -1.5625vw;
        top: -.3645833333333333vw
    }
    .row.content.tc-page-showcase .inner .list.list-slider {
        width: 47.91666666666667vw;
        height: 32.8125vw;
        left: 10.416666666666668vw;
        top: 6.510416666666667vw
    }
    .row.content.tc-page-showcase .inner .arrows {
        width: 10.520833333333334vw;
        height: 3.125vw;
        left: 48.072916666666664vw
    }
    .row.content.tc-page-showcase .inner .arrows a {
        width: 5.197vw;
        height: 3.125vw
    }
    .row.content.tc-page-showcase .inner .arrows a.arrow-left {
        background: transparent url(../gfx/icon/arrow6.png) center center no-repeat;
        background-size: 1.1979166666666667vw .8854166666666666vw
    }
    .row.content.tc-page-showcase .inner .arrows a.arrow-right {
        background: transparent url(../gfx/icon/arrow7.png) center center no-repeat;
        background-size: 1.1979166666666667vw .8854166666666666vw
    }
    .row.content.tc-page-showcase .inner .dots {
        height: 3.125vw;
        left: 58.072916666666664vw;
        padding-left: 1.9791666666666665vw;
        padding-top: 1.0416666666666665vw
    }
    .row.content.tc-page-showcase .inner .dots .dot {
        margin-right: 1.0416666666666665vw;
        width: 1.0416666666666665vw;
        height: 1.0416666666666665vw
    }
    .row.content.tc-page-showcase .inner .article {
        width: 32.03125vw;
        padding-top: 1.3020833333333335vw;
        padding-bottom: 1.3020833333333335vw;
        right: 6.510416666666667vw;
        top: 2.604166666666667vw
    }
    .row.content.tc-page-showcase .inner .article h2 {
        font-size: 1.6666666666666667vw;
        line-height: 2.083333333333333vw;
        padding-bottom: 1.3020833333333335vw;
        margin-bottom: 2.2395833333333335vw
    }
    .row.content.tc-page-showcase .inner .article h2 b {
        font-size: 7.8125vw;
        line-height: 9.375vw
    }
    .row.content.tc-page-showcase .inner .article h2:after {
        width: 3.125vw;
        height: .10416666666666667vw;
        margin-left: -1.5625vw
    }
    .row.content.tc-page-showcase .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw;
        margin-bottom: 7.8125vw
    }
    .row.content.tc-page-showcase .inner .article .btn {
        padding: .78125vw 1.8229166666666667vw;
        font-size: .8333333333333334vw;
        line-height: .8333333333333334vw
    }
    .row.content.tc-page-video {
        margin-top: -3.125vw
    }
    .row.content.tc-page-video .inner {
        padding-left: 5.989583333333334vw;
        height: 71.71875vw;
        margin-bottom: 8.59375vw;
        padding-top: 8.645833333333334vw
    }
    .row.content.tc-page-video .inner .link {
        font-size: .8333333333333334vw;
        line-height: .8333333333333334vw;
        left: 80.20833333333334vw;
        top: 3.6458333333333335vw
    }
    .row.content.tc-page-video .inner .link:before {
        width: 1.3020833333333335vw;
        height: 2.3958333333333335vw;
        left: -2.083333333333333vw;
        top: -.78125vw
    }
    .row.content.tc-page-video .inner .img {
        width: 64.385417vw;
        height: 49.177083vw;
        left: -11vw;
        bottom: 0vw
    }
    .row.content.tc-page-video .inner .video {
        width: 53.385416666666664vw;
        height: 30.729166666666668vw;
        right: 0;
        top: 7.8125vw
    }
    .row.content.tc-page-video .inner .article {
        width: 34.89583333333333vw;
        left: 47.13541666666667vw;
        bottom: -20px;
    }
    .row.content.tc-page-video .inner .article h2 {
      font-size: 3.6458333333333335vw;
          line-height: 4.166666666666666vw;
          margin-bottom: 1.8229166666666667vw;
          left: 0vw;
          padding-bottom: 6.5625vw;
    }
    .row.content.tc-page-video .inner .article h2 b {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw
    }
    .row.content.tc-page-video .inner .article p {
      font-size: .9375vw;
  line-height: 1.25vw;
  margin-bottom: -3.083333333333333vw;
  padding-bottom: 5em;
    }
    .row.content.tc-page-video .inner .info {
        width: 37.135416666666664vw
    }
    .row.content.tc-page-video .inner .info:before {
        height: 4.166666666666666vw;
        left: 6.510416666666667vw;
        top: -6.25vw
    }
    .row.content.tc-page-video .inner .info:after {
        width: 24.0625vw;
        bottom: 1.1458333333333333vw
    }
    .row.content.tc-page-video .inner .info h2 {
        font-size: 2.604166666666667vw;
        line-height: 3.0729166666666665vw;
        margin-bottom: 2.864583333333333vw
    }
    .row.content.tc-page-video .inner .info p {
        font-size: 1.3020833333333335vw;
        line-height: 1.5625vw;
        margin-bottom: 2.604166666666667vw
    }
    .row.content.tc-page-video .inner .btn {
        padding: .78125vw 1.8229166666666667vw;
        font-size: .8333333333333334vw;
        line-height: .8333333333333334vw
    }
    .row.content.tc-page-bat .inner {
        height: 39.14583333333333vw
    }
    .row.content.tc-page-bat .inner .img {
        right: 4.6875vw;
        top: -1.5625vw;
        width: 41.09375vw;
        height: 35.41666666666667vw
    }
    .row.content.tc-page-bat .inner .article {
        width: 36.19791666666667vw;
        height: 21.614583333333336vw;
        left: 3.125vw;
        top: 4.947916666666666vw
    }
    .row.content.tc-page-bat .inner .article:before {
        width: 1px;
        height: 2.34375vw;
        top: -3.125vw
    }
    .row.content.tc-page-bat .inner .article:after {
        width: 10.416666666666668vw;
        right: -13.020833333333334vw;
        bottom: 7.291666666666667vw
    }
    .row.content.tc-page-bat .inner .article h2 {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw;
        margin-bottom: 1.8229166666666667vw;
        padding-bottom: 1.8229166666666667vw
    }
    .row.content.tc-page-bat .inner .article h2 b {
        font-size: 1.8229166666666667vw;
        line-height: 2.1875vw
    }
    .row.content.tc-page-bat .inner .article h2:after {
        width: 3.125vw;
        height: 2px;
        margin-left: -1.5625vw
    }
    .row.content.tc-page-bat .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw;
        margin-bottom: 2.604166666666667vw
    }
    .row.content.tc-page-bat .inner .article .btn {
        padding: .78125vw 1.8229166666666667vw;
        font-size: .8333333333333334vw;
        line-height: .8333333333333334vw
    }
    .row.content.tc-page-txt-1 .inner {
        height: 60.520833333333336vw
    }
    .row.content.tc-page-txt-1 .inner .article {
        width: 34.89583333333333vw;
        top: 1.8229166666666667vw;
        margin-left: -17.447916666666664vw
    }
    .row.content.tc-page-txt-1 .inner .article h2 {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw;
        margin-bottom: 3.3854166666666665vw
    }
    .row.content.tc-page-txt-1 .inner .article h2 b {
        font-size: 1.8229166666666667vw;
        line-height: 2.1875vw
    }
    .row.content.tc-page-txt-1 .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw;
        margin-bottom: 1.604166666666667vw
    }
    .row.content.tc-page-txt-1 .inner .btn {
        bottom: -9vw;
        margin-left: -3.90625vw;
        padding: .78125vw 1.8229166666666667vw;
        font-size: .8333333333333334vw;
        line-height: .8333333333333334vw
    }
    .row.content.tc-page-txt-2 {
        margin-bottom: 8.072916666666668vw;
        margin-top: 10vw;
    }
    .row.content.tc-page-txt-2 .inner {
        height: 35.78125vw
    }
    .row.content.tc-page-txt-2 .inner .article {
        width: 35.41666666666667vw;
        right: 5.989583333333334vw;
        top: 6.25vw
    }
    .row.content.tc-page-txt-2 .inner .article h2 {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw;
        margin-bottom: 2.34375vw;
        left: -7.8125vw;
        width: 120%;
    }
    .row.content.tc-page-txt-2 .inner .article h2 b {
        font-size: 1.8229166666666667vw;
        line-height: 2.1875vw
    }
    .row.content.tc-page-txt-2 .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw;
        margin-bottom: 2.604166666666667vw
    }
    .row.content.tc-page-txt-2 .inner .article .btn {
        padding: .78125vw 1.8229166666666667vw;
        font-size: .8333333333333334vw;
        line-height: .8333333333333334vw
    }
    .row.content.tc-page-txt-2 .inner .article .info {
        margin: 0 2.604166666666667vw;
        margin-top: 2.604166666666667vw;
        margin-bottom: 2.604166666666667vw;
        width: 15.625vw;
        padding-left: 5.989583333333334vw
    }
    .row.content.tc-page-txt-2 .inner .article .info .image {
        height: 4.322916666666667vw;
        left: 1.0416666666666665vw;
        top: .5208333333333333vw
    }
    .row.content.tc-page-txt-2 .inner .article .info h3 {
        font-size: 2.083333333333333vw;
        line-height: 2.083333333333333vw;
        margin-bottom: .5208333333333333vw
    }
    .row.content.tc-page-txt-2 .inner .article .info p {
        font-size: .8333333333333334vw;
        line-height: 1.0416666666666665vw;
        font-weight: 400
    }
    .row.content.tc-page-txt-2 .inner .article .info.info1 img {
        width: 3.6979166666666665vw;
        height: 2.8125vw
    }
    .row.content.tc-page-text-3 {
        padding-left: 4.947916666666666vw;
        padding-right: 4.947916666666666vw;
        margin-bottom: 5.208333333333334vw
    }
    .row.content.tc-page-text-3 .inner {
        padding-top: 4.947916666666666vw;
        padding-left: 7.552083333333333vw;
        padding-right: 7.552083333333333vw
    }
    .row.content.tc-page-text-3 .inner .article {
        padding-left: 3.6458333333333335vw;
        padding-right: 3.6458333333333335vw;
        padding-bottom: 2.864583333333333vw
    }
    .row.content.tc-page-text-3 .inner .article h2 {
        margin-left: -3.6458333333333335vw;
        margin-right: -3.6458333333333335vw;
        font-size: 3.6458333333333335vw;
        line-height: 3.75vw;
        margin-bottom: 4.166666666666666vw;
        top: -1.5625vw
    }
    .row.content.tc-page-text-3 .inner .article h2:before,
    .row.content.tc-page-text-3 .inner .article h2:after {
        width: 9.375vw;
        top: 1.5625vw;
        left: 0
    }
    .row.content.tc-page-text-3 .inner .article h2:after {
        left: auto;
        right: 0
    }
    .row.content.tc-page-text-3 .inner .article h2 b {
        font-size: 1.8229166666666667vw;
        line-height: 2.1875vw
    }
    .row.content.tc-page-text-3 .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw;
        margin-bottom: 2.083333333333333vw
    }
    .row.content.tc-page-text-3 .inner .article .gallery {
        padding: .78125vw
    }
    .row.content.tc-page-text-3 .inner .article .gallery .item {
        padding: .78125vw;
        font-size: 1.25vw;
        line-height: 1.3541666666666667vw
    }
    .row.content.tc-page-text-3 .inner .article .gallery .item img {
        margin-bottom: 1.5625vw
    }
    .row.content.tc-page-text-3 .inner .article .btn {
        bottom: -1.3020833333333335vw;
        border-left: NaNvw;
        border-right: NaNvw;
        margin-left: -10.416666666666668vw;
        padding: .78125vw 1.8229166666666667vw;
        font-size: .8333333333333334vw;
        line-height: .8333333333333334vw
    }
    .row.content.tc-page-txt-4 {
        margin-bottom: 6.510416666666667vw
    }
    .row.content.tc-page-txt-4 .inner {
        height: 41.66666666666667vw
    }
    .row.content.tc-page-txt-4 .inner .img {
        width: 35.67708333333333vw;
        height: 22.65625vw;
        left: 4.6875vw;
        padding-left: 2.34375vw;
        padding-top: 1.8229166666666667vw
    }
    .row.content.tc-page-txt-4 .inner .img>h2 {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw;
        margin-bottom: 2.34375vw
    }
    .row.content.tc-page-txt-4 .inner .img>h2 b {
        font-size: 2.083333333333333vw;
        line-height: 2.5vw
    }
    .row.content.tc-page-txt-4 .inner .img .btn {
        padding: .78125vw 1.8229166666666667vw;
        font-size: .8333333333333334vw;
        line-height: .8333333333333334vw
    }
    .row.content.tc-page-txt-4 .inner .img .link {
        margin-left: 2.604166666666667vw;
        font-size: .8333333333333334vw;
        line-height: .8333333333333334vw
    }
    .row.content.tc-page-txt-4 .inner .price {
        width: 27.604166666666668vw;
        height: 20.833333333333336vw;
        left: 12.760416666666666vw;
        padding-top: 2.604166666666667vw
    }
    .row.content.tc-page-txt-4 .inner .price>h2 {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw;
        margin-bottom: 1.8229166666666667vw
    }
    .row.content.tc-page-txt-4 .inner .price p {
        font-size: 1.0416666666666665vw;
        line-height: 1.3541666666666667vw;
        margin-bottom: 1.5625vw
    }
    .row.content.tc-page-txt-4 .inner .price .btn {
        padding: .78125vw 1.8229166666666667vw;
        font-size: .8333333333333334vw;
        line-height: .8333333333333334vw
    }
    .row.content.tc-page-txt-4 .inner .article {
        width: 46.35416666666667vw;
        right: 4.6875vw;
        top: -30px;
    }
    .row.content.tc-page-txt-4 .inner .article .article-inner {
        padding-bottom: 2.083333333333333vw;
        padding-top: 2.34375vw
    }
    .row.content.tc-page-txt-4 .inner .article .article-inner p {
        margin-bottom: 0;
        font-size: 1.0416666666666665vw;
        line-height: 1.4583333333333333vw
    }
    .row.content.tc-page-txt-4 .inner .article .article-inner h3 {
        font-size: 1.25vw;
        line-height: 1.5625vw;
        margin-bottom: 1.8229166666666667vw;
        padding-left: 3.90625vw
    }
    .row.content.tc-page-txt-4 .inner .article .article-inner h3 .icon {
        width: 2.864583333333333vw;
        height: 2.864583333333333vw;
        top: -.78125vw;
        background-size: 2.864583333333333vw 2.864583333333333vw
    }
    .row.content.tc-page-txt-4 .inner .article>div:nth-of-type(odd) {
        padding-right: 3.3854166666666665vw
    }
    .row.content.tc-page-txt-5 {
        margin-bottom: 10.15625vw
    }
    .row.content.tc-page-txt-5 .inner {
        height: 30.208333333333332vw
    }
    .row.content.tc-page-txt-5 .inner .border {
        width: 62.5vw;
        height: 20.052083333333336vw;
        left: 18.645833333333332vw;
        top: 9.427083333333334vw
    }
    .row.content.tc-page-txt-5 .inner .img1 {
        width: 44.895833333333336vw;
        height: 29.843750000000004vw;
        right: 4.46875vw;
        top: 5.208333333333334vw
    }
    .row.content.tc-page-txt-5 .inner .img2 {
        width: 17.708333333333336vw;
        height: 37.1875vw;
        right: 15.364583333333334vw
    }
    .row.content.tc-page-txt-5 .inner .article {
        left: 13.333333333333334vw;
        top: 6.770833333333333vw;
        width: 33.85416666666667vw
    }
    .row.content.tc-page-txt-5 .inner .article h2 {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw;
        padding-bottom: 2.34375vw;
        padding-right: 1.5625vw
    }
    .row.content.tc-page-txt-5 .inner .article h2 b {
        font-size: 2.083333333333333vw;
        line-height: 2.5vw
    }
    .row.content.tc-page-txt-5 .inner .article p {
        font-size: 1.0416666666666665vw;
        line-height: 1.4583333333333333vw;
        padding-bottom: 1.5625vw
    }
    .row.content.tc-page-txt-5 .inner .article p.info {
        padding-bottom: 1.5625vw
    }
}

.row.content.ts-page-master .inner {
    background-size: cover;
    background-attachment: fixed
}

.row.content.ts-page-master .inner .article {
    text-align: center;
    color: #fff
}

.row.content.ts-page-master .inner .article h1 {
    font-family: Montserrat, sans-serif
}

.row.content.ts-page-master .inner .article p.h {
    font-family: Montserrat, sans-serif
}

.row.content.ts-page-master .inner .article p.h:before,
.row.content.ts-page-master .inner .article p.h:after {
    display: none
}

.row.content.ts-page-master .inner .article .btn {
    border: 1px #39a4c3 solid
}

.row.content.ts-page-master .inner .article .btn:hover {
    background: #39a4c3
}

.row.content.ts-page-info .inner .link {
    top: -105px;
    left: 850px
}

.row.content.ts-page-info .inner .img .img {
    right: 60px;
    top: -73px;
    width: 934px;
    height: 835px
}

.row.content.ts-page-info .inner .article h2 {
    font-family: Montserrat, sans-serif;
    color: #39a4c3
}

.row.content.ts-page-info .inner .article h2:after {
    display: none
}

.row.content.ts-page-info .inner .article .info h2 {
    color: #39a4c3;
    font-family: Montserrat, sans-serif
}

.row.content.ts-page-showcase .inner {
    background: transparent url(../img/ts-page-img-showcase.jpg) left center no-repeat;
    background-size: contain
}

.row.content.ts-page-showcase .inner .link:before {
    background: transparent url(../gfx/icon/arrow5.png) 0 0 no-repeat;
    background-size: contain
}

.row.content.ts-page-showcase .inner .list.list-slider .item img {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.row.content.ts-page-showcase .inner .arrows a.active {
    background-color: #39a4c3
}

.row.content.ts-page-showcase .inner .dots {
    height: 60px;
    position: absolute;
    left: 1115px;
    bottom: 0;
    padding-left: 38px;
    padding-top: 20px
}

.row.content.ts-page-showcase .inner .dots .dot.dot1 {
    background: #c0333e
}

.row.content.ts-page-showcase .inner .dots .dot.dot2 {
    background: #e05c22
}

.row.content.ts-page-showcase .inner .dots .dot.dot3 {
    background: #a3a3a3
}

.row.content.ts-page-showcase .inner .dots .dot.dot4 {
    background: #fff
}

.row.content.ts-page-showcase .inner .dots .dot.dot5 {
    background: #202020;
    border: 1px #999 solid
}

.row.content.ts-page-showcase .inner .article h2 b {
    font-family: Montserrat, sans-serif!important;
    font-weight: 600;
    color: #39a4c3
}

.row.content.ts-page-showcase .inner .article h2:after {
    background: #39a4c3
}

.row.content.ts-page-showcase .inner .article .btn {
    background: 0 0;
    border: 1px #39a4c3 solid;
    color: #39a4c3
}

.row.content.ts-page-showcase .inner .article .btn:hover {
    color: #fff;
    background: #39a4c3
}

.row.content.ts-page-video .inner {
    background: #fff url(../img/cu-page-video.jpg) left top no-repeat;
    background-size: contain
}

.row.content.ts-page-video .inner .link:before {
    background: transparent url(../gfx/icon/mouse2.png) 0 0 no-repeat;
    background-size: contain
}

.row.content.ts-page-video .inner .article h2 {
    font-family: Montserrat, sans-serif;
    color: #39a4c3
}

.row.content.ts-page-video .inner .article h2 b {
    color: #39a4c3;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    white-space: nowrap;
    font-size: .75em;
}

.row.content.ts-page-video .inner .article h2:after {
    background: #39a4c3
}

.row.content.ts-page-video .inner .info:before {
    background: #39a4c3
}

.row.content.ts-page-video .inner .info:after {
    background: #39a4c3
}

.row.content.ts-page-video .inner .info h2 {
    color: #39a4c3;
    font-family: Montserrat, sans-serif
}

.row.content.ts-page-video .inner .info p {
    font-family: Montserrat, sans-serif
}

.row.content.ts-page-video .inner .btn {
    background: 0 0;
    border: 1px #39a4c3 solid;
    color: #39a4c3
}

.row.content.ts-page-video .inner .btn:hover {
    color: #fff;
    background: #39a4c3
}

.row.content.ts-page-bat .inner .article:before {
    background: #39a4c3
}

.row.content.ts-page-bat .inner .article:after {
    background: #39a4c3
}

.row.content.ts-page-bat .inner .article h2 {
    font-family: Montserrat, sans-serif;
    color: #39a4c3
}

.row.content.ts-page-bat .inner .article h2:after {
    background: #39a4c3
}

.row.content.ts-page-bat .inner .article .btn {
    background: 0 0;
    border: 1px #39a4c3 solid;
    color: #39a4c3
}

.row.content.ts-page-bat .inner .article .btn:hover {
    color: #fff;
    background: #39a4c3
}

.row.content.ts-page-txt-1 .inner {
    height: 960px;
    background: transparent url(../img/cu-page-tech-01.jpg) center top no-repeat;
    background-size: contain
}

.row.content.ts-page-txt-1 .inner .article {
    width: 620px;
    top: 545px;
    margin-left: -310px
}

.row.content.ts-page-txt-1 .inner .article h2 {
    font-family: Montserrat, sans-serif;
    color: #39a4c3
}

.row.content.ts-page-txt-1 .inner .btn {
    background: 0 0;
    border: 1px #39a4c3 solid;
    color: #39a4c3
}

.row.content.ts-page-txt-1 .inner .btn:hover {
    color: #fff;
    background: #39a4c3
}

.row.content.ts-page-txt-2 .inner {
    height: 770px;
    background: transparent url(../img/cu-page-tech-02.jpg) left top no-repeat;
    background-size: contain
}

.row.content.ts-page-txt-2 .inner .article {
    top: 180px
}

.row.content.ts-page-txt-2 .inner .article h2 {
    font-family: Montserrat, sans-serif;
    color: #39a4c3
}

.row.content.ts-page-txt-2 .inner .article .btn {
    background: 0 0;
    border: 1px #39a4c3 solid;
    color: #39a4c3
}

.row.content.ts-page-txt-2 .inner .article .btn:hover {
    color: #fff;
    background: #39a4c3
}

.row.content.ts-page-txt-2 .inner .article .info h3 {
    color: #39a4c3
}

.row.content.ts-page-txt-2 .inner .article .info.info1 {
    margin-left: 0
}

.row.content.ts-page-txt-2 .inner .article .info.info1 img {
    width: 71px;
    height: 54px
}

.row.content.ts-page-txt-4 .inner .img {
    background: #1d1d1d url(../img/cu-page-tech-04.jpg) center center no-repeat;
    background-size: cover
}

.row.content.ts-page-txt-4 .inner .img>h2 {
    font-family: Montserrat, sans-serif;
    color: #39a4c3
}

.row.content.ts-page-txt-4 .inner .img .btn {
    background: 0 0;
    border: 1px #39a4c3 solid;
    color: #39a4c3
}

.row.content.ts-page-txt-4 .inner .img .btn:hover {
    color: #fff;
    background: #39a4c3
}

.row.content.ts-page-txt-4 .inner .price>h2 {
    font-family: Montserrat, sans-serif;
    color: #39a4c3
}

.row.content.ts-page-txt-4 .inner .price .btn {
    background: 0 0;
    border: 1px #39a4c3 solid;
    color: #39a4c3
}

.row.content.ts-page-txt-4 .inner .price .btn:hover {
    color: #fff;
    background: #39a4c3
}

.row.content.ts-page-txt-4 .inner .article .article-inner h3 {
    color: #39a4c3
}

.row.content.ts-page-txt-4 .inner .article .article-inner h3 .icon.icon01 {
    background-image: url(../gfx/icon/cu-page-icon1.png)
}

.row.content.ts-page-txt-4 .inner .article .article-inner h3 .icon.icon02 {
    background-image: url(../gfx/icon/cu-page-icon2.png)
}

.row.content.ts-page-txt-4 .inner .article .article-inner h3 .icon.icon03 {
    background-image: url(../gfx/icon/cu-page-icon3.png)
}

.row.content.ts-page-txt-4 .inner .article .article-inner h3 .icon.icon04 {
    background-image: url(../gfx/icon/cu-page-icon4.png)
}

.row.content.ts-page-txt-4 .inner .article .article-inner h3 .icon.icon05 {
    background-image: url(../gfx/icon/cu-page-icon5.png)
}

.row.content.ts-page-txt-4 .inner .article .article-inner h3 .icon.icon06 {
    background-image: url(../gfx/icon/cu-page-icon6.png)
}

.row.content.ts-page-txt-5 .inner .border {
    border: 1px #39a4c3 solid
}

.row.content.ts-page-txt-5 .inner .img1 {
    width: 802px;
    height: 535px;
    right: 145px;
    top: 80px
}

.row.content.ts-page-txt-5 .inner .img2 {
    width: 311px;
    height: 714px;
    right: 275px
}

.row.content.ts-page-txt-5 .inner .article h2 {
    font-family: Montserrat, sans-serif;
    color: #39a4c3
}

.row.content.ts-page-txt-5 .inner .article p.info {
    color: #999;
    font-family: Montserrat, sans-serif
}

@media (max-width:1920px) {
    .row.content.ts-page-info .inner .link {
        top: -5.46875vw;
        left: 45.55vw
    }
    .row.content.ts-page-info .inner .img .img {
        right: 3.125vw;
        top: -7.802083333333333vw;
        width: 48.645833333333336vw;
        height: 43.48958333333333vw
    }
    .row.content.ts-page-showcase .inner .dots {
        height: 3.125vw;
        left: 58.072916666666664vw;
        padding-left: 1.9791666666666665vw;
        padding-top: 1.0416666666666665vw
    }
    .row.content.ts-page-txt-1 .inner {
        height: 50vw
    }
    .row.content.ts-page-txt-1 .inner .article {
        width: 32.29166666666667vw;
        top: 32.385416666666668vw;
        margin-left: -16.145833333333336vw
    }
    .row.content.ts-page-txt-2 .inner {
        height: 40.10416666666667vw
    }
    .row.content.ts-page-txt-2 .inner .article {
        top: 9.375vw
    }
    .row.content.ts-page-txt-2 .inner .article .info.info1 {
        margin-left: 0
    }
    .row.content.ts-page-txt-2 .inner .article .info.info1 img {
        width: 3.6979166666666665vw;
        height: 2.8125vw
    }
    .row.content.ts-page-txt-5 .inner .img1 {
        width: 41.770833333333336vw;
        height: 27.864583333333332vw;
        right: 7.552083333333333vw;
        top: 4.166666666666666vw
    }
    .row.content.ts-page-txt-5 .inner .img2 {
        width: 16.197916666666668vw;
        height: 37.1875vw;
        right: 14.322916666666666vw
    }
}

.row.content.tc-page-info .inner .article {
    width: 1000px
}

.row.content.tc-page-info .inner .article h2 {
    letter-spacing: -2px
}

@media (max-width:1920px) {
    .row.content.tc-page-info .inner .article {
        width: 52.083333333333336vw
    }
    .row.content.tc-page-info .inner .article h2 {
        letter-spacing: -.10416666666666667vw
    }
}

.row.content.tc-technical-master .inner {
    height: 830px;
    padding: 0;
    background: #eee url(../img/tc-tech-01.jpg) 0 0 no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.row.content.tc-technical-master .inner .article {
    padding-top: 265px;
    text-align: center
}

.row.content.tc-technical-master .inner .article h1 {
    font-family: Vollkorn, serif;
    color: #ae996b;
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 20px
}

.row.content.tc-technical-master .inner .article p {
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 135px;
    font-weight: 700
}

.row.content.tc-technical-master .inner .article .info {
    display: inline-block;
    margin: 0 60px;
    text-align: center;
    vertical-align: top
}

.row.content.tc-technical-master .inner .article .info .image {
    height: 83px;
    display: block
}

.row.content.tc-technical-master .inner .article .info h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #ae996b
}

.row.content.tc-technical-master .inner .article .info p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400
}

.row.content.tc-technical-master .inner .article .info.info1 img {
    width: 71px;
    height: 54px
}

.row.content.tc-technical-master .inner .article .info.info2 img {
    width: 70px;
    height: 40px
}

.row.content.tc-technical-master .inner .article .info.info3 img {
    width: 59px;
    height: 55px
}

.row.content.tc-technical-slider {
    z-index: 99;
    margin-top: -95px;
    margin-bottom: 95px
}

.row.content.tc-technical-slider .inner {
    padding-left: 0;
    padding-right: 0
}

.row.content.tc-technical-slider .inner .list.list-slider .item {
    text-align: center;
    padding-left: 310px;
    padding-right: 310px
}

.row.content.tc-technical-slider .inner .list.list-slider .item img {
    max-width: 90%;
    margin: auto
}

.row.content.tc-technical-slider .inner .slick-arrow {
    width: 35px;
    height: 75px;
    z-index: 999
}

.row.content.tc-technical-slider .inner .slick-arrow:before {
    display: none
}

.row.content.tc-technical-slider .inner .slick-arrow.slick-prev {
    background: transparent url(../gfx/icon/arrow.png) 0 0 no-repeat;
    background-size: contain;
    left: 200px
}

.row.content.tc-technical-slider .inner .slick-arrow.slick-next {
    background: transparent url(../gfx/icon/arrow2.png) 0 0 no-repeat;
    background-size: contain;
    right: 200px
}

.row.content.tc-technical-tabs {
    margin-bottom: 65px
}

.row.content.tc-technical-tabs .inner {
    background: #eee url(../img/tc-tech-02.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 0;
    height: 325px;
    display: flex
}

.row.content.tc-technical-tabs .inner .col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0;
    position: relative;
    text-align: center
}

.row.content.tc-technical-tabs .inner .col a {
    color: #fff;
    text-decoration: none;
    display: block
}

.row.content.tc-technical-tabs .inner .col img {
    margin-top: 45px;
    max-width: 70%
}

.row.content.tc-technical-tabs .inner .col span {
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    display: block
}

.row.content.tc-technical-accessories {
    margin-bottom: 50px
}

.row.content.tc-technical-accessories .border1 {
    width: 1230px;
    height: 61px;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -615px;
    border-top: 1px #ae996b solid;
    border-right: 1px #ae996b solid;
    border-left: 1px #ae996b solid
}

.row.content.tc-technical-accessories .border2 {
    width: 1230px;
    height: 61px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -615px;
    border-bottom: 1px #ae996b solid;
    border-right: 1px #ae996b solid;
    border-left: 1px #ae996b solid;
}

.row.content.tc-technical-accessories .inner {
    padding-top: 100px;
    padding-bottom: 70px;
    padding-left: 50px;
    padding-right: 50px;
    justify-content: space-between;
    display: flex
}

.row.content.tc-technical-accessories .inner .col {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0;
    position: relative;
    text-align: center;
    margin-bottom: 25px
}

.row.content.tc-technical-accessories .inner .col p {
    margin: 0;
    padding: 0;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #ae996b;
    text-align: center;
    padding-top: 30px;
    display: inline-block;
    letter-spacing: -1px
}

.row.content.tc-technical-accessories .inner .col.col-left {
    text-align: left
}

.row.content.tc-technical-accessories .inner .col.col-left p {
    width: 531px
}

.row.content.tc-technical-accessories .inner .col.col-left img {
    width: 531px;
    height: 519px
}

.row.content.tc-technical-accessories .inner .col.col-middle {
    text-align: center
}

.row.content.tc-technical-accessories .inner .col.col-middle p {
    width: 490px
}

.row.content.tc-technical-accessories .inner .col.col-middle img {
    width: 496px;
    height: 519px
}

.row.content.tc-technical-accessories .inner .col.col-right {
    text-align: right
}

.row.content.tc-technical-accessories .inner .col.col-right p {
    width: 530px
}

.row.content.tc-technical-accessories .inner .col.col-right img {
    width: 530px;
    height: 519px
}

.row.content.tc-technical-info {
    margin-bottom: 60px
}

.row.content.tc-technical-info .inner {
    padding-left: 310px;
    padding-right: 310px
}

.row.content.tc-technical-info .inner article:last-of-type {
    border-bottom: 0
}

.row.content.tc-technical-info .inner .article {
    padding-top: 75px;
    display: flex;
    border-bottom: 1px #ae996b solid;
    padding-bottom: 75px
}

.row.content.tc-technical-info .inner .article h2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    position: relative;
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -2px;
    font-weight: 700;
    font-family: Vollkorn, serif;
    color: #ae996b;
    margin-left: -25px
}

.row.content.tc-technical-info .inner .article ul {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    position: relative;
    margin: 0
}

.row.content.tc-technical-info .inner .article ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
    padding-left: 70px;
    position: relative
}

.row.content.tc-technical-info .inner .article ul li:before {
    content: '';
    background: transparent url(../gfx/icon/check.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
    width: 33px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 7px
}

.row.content.tc-technical-info .inner .article.flex-2 h2 {
    order: 2
}

.row.content.tc-technical-info .inner .article.flex-2 ul {
    order: 1
}

@media (max-width:1920px) {
    .row.content.tc-technical-master .inner {
        height: 43.22916666666667vw
    }
    .row.content.tc-technical-master .inner .article {
        padding-top: 13.802083333333334vw
    }
    .row.content.tc-technical-master .inner .article h1 {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw;
        margin-bottom: 1.0416666666666665vw
    }
    .row.content.tc-technical-master .inner .article p {
        font-size: 1.8229166666666667vw;
        line-height: 2.34375vw;
        margin-bottom: 7.03125vw
    }
    .row.content.tc-technical-master .inner .article .info {
        margin: 0 3.125vw
    }
    .row.content.tc-technical-master .inner .article .info .image {
        height: 4.322916666666667vw
    }
    .row.content.tc-technical-master .inner .article .info h2 {
        font-size: 2.083333333333333vw;
        line-height: 2.083333333333333vw;
        margin-bottom: 1.0416666666666665vw
    }
    .row.content.tc-technical-master .inner .article .info p {
        font-size: .8333333333333334vw;
        line-height: 1.0416666666666665vw
    }
    .row.content.tc-technical-master .inner .article .info.info1 img {
        width: 3.6979166666666665vw;
        height: 2.8125vw
    }
    .row.content.tc-technical-master .inner .article .info.info2 img {
        width: 3.6458333333333335vw;
        height: 2.083333333333333vw
    }
    .row.content.tc-technical-master .inner .article .info.info3 img {
        width: 3.0729166666666665vw;
        height: 2.864583333333333vw
    }
    .row.content.tc-technical-slider {
        margin-top: -4.947916666666666vw;
        margin-bottom: 4.947916666666666vw
    }
    .row.content.tc-technical-slider .inner {
        padding-left: 0vw;
        padding-right: 0vw
    }
    .row.content.tc-technical-slider .inner .list.list-slider .item {
        padding-left: 16.145833333333336vw;
        padding-right: 16.145833333333336vw
    }
    .row.content.tc-technical-slider .inner .slick-arrow {
        width: 1.8229166666666667vw;
        height: 3.90625vw
    }
    .row.content.tc-technical-slider .inner .slick-arrow.slick-prev {
        left: 10.416666666666668vw
    }
    .row.content.tc-technical-slider .inner .slick-arrow.slick-next {
        right: 10.416666666666668vw
    }
    .row.content.tc-technical-tabs {
        margin-bottom: 3.3854166666666665vw
    }
    .row.content.tc-technical-tabs .inner {
        padding: 0;
        height: 16.927083333333336vw
    }
    .row.content.tc-technical-tabs .inner .col {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0;
        position: relative
    }
    .row.content.tc-technical-tabs .inner .col img {
        margin-top: 2.34375vw
    }
    .row.content.tc-technical-tabs .inner .col span {
        font-size: 1.3020833333333335vw;
        line-height: 1.3020833333333335vw
    }
    .row.content.tc-technical-accessories {
        margin-bottom: 2.604166666666667vw
    }
    .row.content.tc-technical-accessories .border1 {
        width: 64.0625vw;
        height: 3.177083333333333vw;
        margin-left: -32.03125vw
    }
    .row.content.tc-technical-accessories .border2 {
        width: 64.0625vw;
        height: 3.177083333333333vw;
        margin-left: -32.03125vw
    }
    .row.content.tc-technical-accessories .inner {
        padding-top: 5.208333333333334vw;
        padding-bottom: 3.6458333333333335vw;
        padding-left: 2.604166666666667vw;
        padding-right: 2.604166666666667vw
    }
    .row.content.tc-technical-accessories .inner .col {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 0;
        position: relative;
        margin-bottom: 1.3020833333333335vw
    }
    .row.content.tc-technical-accessories .inner .col p {
        font-size: 1.6666666666666667vw;
        line-height: 2.083333333333333vw;
        padding-top: 1.5625vw
    }
    .row.content.tc-technical-accessories .inner .col.col-left p {
        width: 27.65625vw
    }
    .row.content.tc-technical-accessories .inner .col.col-left img {
        width: 27.65625vw;
        height: 27.03125vw
    }
    .row.content.tc-technical-accessories .inner .col.col-middle p {
        width: 25.520833333333332vw
    }
    .row.content.tc-technical-accessories .inner .col.col-middle img {
        width: 25.833333333333336vw;
        height: 27.03125vw
    }
    .row.content.tc-technical-accessories .inner .col.col-right p {
        width: 27.604166666666668vw
    }
    .row.content.tc-technical-accessories .inner .col.col-right img {
        width: 27.604166666666668vw;
        height: 27.03125vw
    }
    .row.content.tc-technical-info {
        margin-bottom: 3.125vw
    }
    .row.content.tc-technical-info .inner {
        padding-left: 16.145833333333336vw;
        padding-right: 16.145833333333336vw
    }
    .row.content.tc-technical-info .inner .article {
        padding-top: 3.90625vw;
        padding-bottom: 3.90625vw
    }
    .row.content.tc-technical-info .inner .article h2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0;
        position: relative;
        font-size: 5.208333333333334vw;
        line-height: 5.208333333333334vw;
        letter-spacing: -2px;
        margin-left: -1.3020833333333335vw
    }
    .row.content.tc-technical-info .inner .article ul {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0;
        position: relative
    }
    .row.content.tc-technical-info .inner .article ul li {
        font-size: 1.4583333333333333vw;
        line-height: 1.9791666666666665vw;
        margin-bottom: .5208333333333333vw;
        padding-left: 3.6458333333333335vw
    }
    .row.content.tc-technical-info .inner .article ul li:before {
        width: 1.7187500000000002vw;
        height: 1.3020833333333335vw;
        left: 0;
        top: .3645833333333333vw
    }
}

.row.content.ts-technical-master .inner {
    background: #eee url(../img/cu-tech-01.jpg) 0 0 no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.row.content.ts-technical-master .inner .article h1 {
    font-family: Montserrat, sans-serif;
    color: #39a4c3;
    letter-spacing: -1px
}

.row.content.ts-technical-master .inner .article .info h2 {
    color: #39a4c3
}

.row.content.ts-technical-slider {
    margin-bottom: 20px
}

.row.content.ts-technical-tabs .inner {
    background: #eee url(../img/cu-tech-02.jpg) 0 0 no-repeat
}

.row.content.ts-technical-tabs .inner .col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0;
    position: relative;
    text-align: center
}

.row.content.ts-technical-accessories .border1 {
    border-top: 1px #39a4c3 solid;
    border-right: 1px #39a4c3 solid;
    border-left: 1px solid #39a4c3;
}

.row.content.ts-technical-accessories .border1:after {
    content: '';
    width: 1px;
    height: 82px;
    background: #39a4c3;
    display: block;
    position: absolute;
    left: 50%;
    top: -20px
}

.row.content.ts-technical-accessories .border2 {
    border-bottom: 1px #39a4c3 solid;
    border-right: 1px #39a4c3 solid;
    border-left: 1px solid #39a4c3;
}

.row.content.ts-technical-accessories .border2:after {
    content: '';
    width: 1px;
    height: 64px;
    background: #39a4c3;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0
}

.row.content.ts-technical-accessories .inner .col p {
    color: #39a4c3
}

.row.content.ts-technical-info .inner .article {
    border-bottom: 1px #39a4c3 solid
}

.row.content.ts-technical-info .inner .article h2 {
    font-family: Montserrat, sans-serif;
    color: #39a4c3;
    margin-left: 0;
    font-size: 79px;
    line-height: 79px
}

.row.content.ts-technical-info .inner .article ul li:before {
    content: '';
    background: transparent url(../gfx/icon/check3.png) 0 0 no-repeat;
    background-size: contain
}

@media (max-width:1920px) {
    .row.content.ts-technical-slider {
        margin-bottom: 1.0416666666666665vw
    }
    .row.content.ts-technical-accessories .border1:after {
        height: 3.1vw;
        top: 0
    }
    .row.content.ts-technical-accessories .border2:after {
        height: 3.1vw
    }
    .row.content.ts-technical-info .inner .article h2 {
        font-size: 4.114583333333333vw;
        line-height: 4.114583333333333vw
    }
}

.row.content.tc-perform-master .inner {
    height: 830px;
    background: #ddd url(../img/tc-perform-top.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.row.content.tc-perform-master .inner .article {
    padding-top: 250px;
    text-align: center;
    color: #fff
}

.row.content.tc-perform-master .inner .article h1 {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 20px;
    font-family: Vollkorn, serif;
    font-weight: 700;
    color: #ae996b
}

.row.content.tc-perform-master .inner .article h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 40px
}

.row.content.tc-perform-master .inner .article p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 40px
}

.row.content.tc-perform-master .inner .article .icons img {
    width: 912px;
    height: auto
}

.row.content.tc-perform-info {
    z-index: 99;
    padding-top: 130px;
    padding-bottom: 100px;
    margin-bottom: 90px
}

.row.content.tc-perform-info .inner {
    padding-left: 60px;
    padding-right: 250px;
    display: flex
}

.row.content.tc-perform-info .inner .border {
    z-index: 1;
    border: 1px #ae996b solid;
    display: block;
    position: absolute;
    left: 60px;
    top: 60px;
    bottom: -60px;
    right: 690px
}

.row.content.tc-perform-info .inner .border:after {
    content: '';
    width: 460px;
    height: 50px;
    position: absolute;
    left: 150px;
    top: -7px;
    display: block;
    background: #fff
}

.row.content.tc-perform-info .inner .image {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 2
}

.row.content.tc-perform-info .inner .image img {
    margin: auto;
    max-width: 80%;
    margin-top: -215px
}

.row.content.tc-perform-info .inner .article {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 30px 25px;
    position: relative;
    z-index: 2;
    background: #fff
}

.row.content.tc-perform-info .inner .article h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: Vollkorn, serif;
    letter-spacing: -1px
}

.row.content.tc-perform-info .inner .article h2 b {
    color: #ae996b;
    font-weight: 700
}

.row.content.tc-perform-info .inner .article h3 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 25px
}

.row.content.tc-perform-info .inner .article h3 b {
    color: #ae996b;
    font-weight: 600
}

.row.content.tc-perform-info .inner .article p {
    font-size: 18px;
    line-height: 24px;
}

.row.content.tc-perform-info .inner .article .list.list-info {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex
}

.row.content.tc-perform-info .inner .article .list.list-info .item {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #ae996b;
    font-size: 18px;
    line-height: 30px;
    margin-right: 60px
}

.row.content.tc-perform-info .inner .article .list.list-info .item b {
    font-size: 30px;
    font-weight: 600
}

.row.content.tc-perform-info .inner .article .list.list-info li:last-of-type {
    margin-right: 0
}

.row.content.tc-perform-foc .inner {
    height: 760px;
    background: #ddd url(../img/tc-perform-middle.jpg) center center no-repeat;
    background-size: cover
}

.row.content.tc-perform-foc .inner .article {
    position: absolute;
    left: 90px;
    top: 220px;
    width: 725px;
    color: #fff
}

.row.content.tc-perform-foc .inner .article h2 {
    font-size: 66px;
    line-height: 75px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: Vollkorn, serif;
    letter-spacing: -1px
}

.row.content.tc-perform-foc .inner .article h2 b {
    color: #ae996b;
    font-weight: 700;
    font-family: Vollkorn, serif!important
}

.row.content.tc-perform-foc .inner .article h3 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 55px
}

.row.content.tc-perform-foc .inner .article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px
}

.row.content.tc-perform-cbs .inner {
    padding-top: 105px;
    padding-bottom: 105px;
    padding-left: 180px;
    padding-right: 190px;
    height: 890px
}

.row.content.tc-perform-cbs .inner .border {
    z-index: 1;
    border: 1px #ae996b solid;
    display: block;
    position: absolute;
    left: 380px;
    top: 226px;
    bottom: 260px;
    right: 480px
}

.row.content.tc-perform-cbs .inner .img {
    position: absolute;
    right: 190px;
    top: 110px;
    z-index: 2
}

.row.content.tc-perform-cbs .inner .img img {
    width: 862px;
    height: 605px
}

.row.content.tc-perform-cbs .inner .article {
    position: absolute;
    left: 180px;
    top: 180px;
    width: 630px;
    padding: 10px;
    padding-bottom: 35px;
    background: #fff;
    z-index: 2
}

.row.content.tc-perform-cbs .inner .article h2 {
    font-size: 66px;
    line-height: 75px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: Vollkorn, serif;
    letter-spacing: -1px;
    color: #ae996b
}

.row.content.tc-perform-cbs .inner .article h3 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 55px;
    letter-spacing: -1px
}

.row.content.tc-perform-cbs .inner .article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0
}

.row.content.tc-perform-txt-01,
.row.content.tc-perform-txt-02 {
    margin-bottom: 140px
}

.row.content.tc-perform-txt-01 .inner,
.row.content.tc-perform-txt-02 .inner {
    padding-left: 0;
    padding-right: 170px;
    display: flex
}

.row.content.tc-perform-txt-01 .inner .border,
.row.content.tc-perform-txt-02 .inner .border {
    z-index: 2;
    border: 1px #ae996b solid;
    display: block;
    position: absolute;
    left: 720px;
    top: 356px;
    bottom: -60px;
    right: 680px
}

.row.content.tc-perform-txt-01 .inner .img,
.row.content.tc-perform-txt-02 .inner .img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    position: relative;
    z-index: 1
}

.row.content.tc-perform-txt-01 .inner .img img,
.row.content.tc-perform-txt-02 .inner .img img {
    width: 100%
}

.row.content.tc-perform-txt-01 .inner .article,
.row.content.tc-perform-txt-02 .inner .article {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    position: relative;
    padding-left: 60px;
    padding-top: 105px;
    background: #fff;
    z-index: 3
}

.row.content.tc-perform-txt-01 .inner .article h2,
.row.content.tc-perform-txt-02 .inner .article h2 {
    font-size: 80px;
    line-height: 86px;
    font-weight: 700;
    font-family: Vollkorn, serif;
    letter-spacing: -1px;
    color: #ae996b
}

.row.content.tc-perform-txt-01 .inner .article h3,
.row.content.tc-perform-txt-02 .inner .article h3 {
    font-size: 76px;
    line-height: 82px;
    font-weight: 600;
    margin-bottom: 55px;
    letter-spacing: -2px
}

.row.content.tc-perform-txt-01 .inner .article p,
.row.content.tc-perform-txt-02 .inner .article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0
}

.row.content.tc-perform-txt-02 .inner {
    padding-left: 170px;
    padding-right: 170px
}

.row.content.tc-perform-txt-02 .inner .border {
    z-index: 2;
    border: 1px #ae996b solid;
    display: block;
    position: absolute;
    left: 390px;
    top: 196px;
    bottom: 90px;
    right: 590px
}

.row.content.tc-perform-txt-02 .inner .img {
    order: 2;
    z-index: 3
}

.row.content.tc-perform-txt-02 .inner .article {
    padding-top: 40px;
    margin-top: 230px;
    padding-right: 60px;
    padding-left: 0;
    order: 1;
    height: 510px
}

.row.content.tc-perform-tire {
    margin-bottom: 0 !important;
}

.row.content.tc-perform-tire .inner {
    height: 700px;
    background: #ddd url(../img/tc-perform-bottom.jpg) center center no-repeat;
    background-size: cover
}

.row.content.tc-perform-tire .inner .article {
    position: absolute;
    left: 1020px;
    right: 120px;
    top: 172px;
    color: #fff
}

.row.content.tc-perform-tire .inner .article h2 {
    font-size: 66px;
    line-height: 75px;
    font-weight: 700;
    font-family: Vollkorn, serif;
    letter-spacing: -1px;
    color: #ae996b
}

.row.content.tc-perform-tire .inner .article h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 35px;
    letter-spacing: -2px
}

.row.content.tc-perform-tire .inner .article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0
}

@media (max-width:1920px) {
    .row.content.tc-perform-master .inner {
        height: 43.22916666666667vw
    }
    .row.content.tc-perform-master .inner .article {
        padding-top: 11.020833333333334vw;
        padding-left: 41vw;

    }
    .row.content.tc-perform-master .inner .article h1 {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw;
        margin-bottom: 1.0416666666666665vw
    }
    .row.content.tc-perform-master .inner .article h2 {
        font-size: 1.8229166666666667vw;
        line-height: 2.083333333333333vw;
        margin-bottom: 2.083333333333333vw
    }
    .row.content.tc-perform-master .inner .article p {
        font-size: .9375vw;
        line-height: 1.3020833333333335vw;
        margin-bottom: 2.083333333333333vw
    }
    .row.content.tc-perform-master .inner .article .icons img {
        width: 47.5vw;
        height: auto
    }
    .row.content.tc-perform-info {
        padding-top: 6.770833333333333vw;
        padding-bottom: 5.208333333333334vw;
        margin-bottom: 4.6875vw
    }
    .row.content.tc-perform-info .inner {
        padding-left: 6.125vw;
        padding-right: 13.020833333333334vw
    }
    .row.content.tc-perform-info .inner .border {
      left: 3.125vw;
      top: 6.125vw;
      bottom: -0.125vw;
      right: 29.9375vw;
    }
    .row.content.tc-perform-info .inner .border:after {
        width: 23.958333333333336vw;
        height: 2.604166666666667vw;
        left: 7.8125vw;
        top: -.3645833333333333vw
    }
    .row.content.tc-perform-info .inner .image {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0;
        position: relative
    }
    .row.content.tc-perform-info .inner .image img {
        max-width: 100%;
        margin-top: -11.197916666666668vw
    }
    .row.content.tc-perform-info .inner .article {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 30px 25px;
        position: relative
    }
    .row.content.tc-perform-info .inner .article h2 {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw;
        margin-bottom: 1.3020833333333335vw
    }
    .row.content.tc-perform-info .inner .article h3 {
        font-size: 1.8229166666666667vw;
        line-height: 2.1875vw;
        margin-bottom: 1.3020833333333335vw
    }
    .row.content.tc-perform-info .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw;
    }
    .row.content.tc-perform-info .inner .article .list.list-info .item {
        font-size: .9375vw;
        line-height: 1.5625vw;
        margin-right: 3.125vw
    }
    .row.content.tc-perform-info .inner .article .list.list-info .item b {
        font-size: 1.5625vw
    }
    .row.content.tc-perform-foc .inner {
        height: 39.58333333333333vw
    }
    .row.content.tc-perform-foc .inner .article {
        left: 4.6875vw;
        top: 11.458333333333332vw;
        width: 37.76041666666667vw
    }
    .row.content.tc-perform-foc .inner .article h2 {
        font-size: 3.4375000000000004vw;
        line-height: 3.90625vw;
        margin-bottom: .38125vw
    }
    .row.content.tc-perform-foc .inner .article h3 {
        font-size: 1.8229166666666667vw;
        line-height: 2.1875vw;
        margin-bottom: 1.7vw
    }
    .row.content.tc-perform-foc .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw;
        margin-bottom: 2.083333333333333vw
    }
    .row.content.tc-perform-cbs .inner {
        padding-top: 5.46875vw;
        padding-bottom: 5.46875vw;
        padding-left: 9.375vw;
        padding-right: 9.895833333333332vw;
        height: 46.35416666666667vw
    }
    .row.content.tc-perform-cbs .inner .border {
        left: 19.791666666666664vw;
        top: 11.770833333333334vw;
        bottom: 13.541666666666666vw;
        right: 25vw
    }
    .row.content.tc-perform-cbs .inner .img {
        right: 9.895833333333332vw;
        top: 5.729166666666666vw
    }
    .row.content.tc-perform-cbs .inner .img img {
        width: 43.895833vw;
        height: 30.510417vw;
    }
    .row.content.tc-perform-cbs .inner .article {
        left: 9.375vw;
        top: 9.375vw;
        width: 32.8125vw;
        padding: .5208333333333333vw;
        padding-bottom: 0.822917vw;
    }
    .row.content.tc-perform-cbs .inner .article h2 {
        font-size: 3.4375000000000004vw;
        line-height: 3.90625vw;
        margin-bottom: .78125vw
    }
    .row.content.tc-perform-cbs .inner .article h3 {
        font-size: 1.8229166666666667vw;
        line-height: 2.1875vw;
        margin-bottom: 2.864583333333333vw
    }
    .row.content.tc-perform-cbs .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw
    }
    .row.content.tc-perform-txt-01,
    .row.content.tc-perform-txt-02 {
        margin-bottom: 7.291666666666667vw
    }
    .row.content.tc-perform-txt-01 .inner,
    .row.content.tc-perform-txt-02 .inner {
        padding-right: 8.854166666666668vw
    }
    .row.content.tc-perform-txt-01 .inner .border,
    .row.content.tc-perform-txt-02 .inner .border {
      left: 16.5vw;
  top: 6.541667vw;
  bottom: -3.125vw;
  right: 22.416667vw;
  z-index: -1;
    }
    .row.content.tc-perform-txt-01 .inner .img,
    .row.content.tc-perform-txt-02 .inner .img {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0;
        position: relative
    }
    .row.content.tc-perform-txt-01 .inner .article,
    .row.content.tc-perform-txt-02 .inner .article {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0;
        position: relative;
        padding-left: 3.125vw;
        padding-top: 5.46875vw
    }
    .row.content.tc-perform-txt-01 .inner .article h2,
    .row.content.tc-perform-txt-02 .inner .article h2 {
        font-size: 4.166666666666666vw;
        line-height: 4.479166666666667vw
    }
    .row.content.tc-perform-txt-01 .inner .article h3,
    .row.content.tc-perform-txt-02 .inner .article h3 {
        font-size: 3.958333333333333vw;
        line-height: 4.270833333333333vw;
        margin-bottom: 2.864583333333333vw;
        letter-spacing: -2px
    }
    .row.content.tc-perform-txt-01 .inner .article p,
    .row.content.tc-perform-txt-02 .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw
    }
    .row.content.tc-perform-txt-02 .inner {
        padding-left: 8.854166666666668vw;
        padding-right: 8.854166666666668vw
    }
    .row.content.tc-perform-txt-02 .inner .border {
        left: 20.3125vw;
        top: 10.208333333333334vw;
        bottom: 3.6875vw;
        right: 30.729166666666668vw
    }
    .row.content.tc-perform-txt-02 .inner .article {
        padding-top: 1.083333vw;
        margin-top: 11.979167vw;
        padding-right: 3.125vw;
        height: 30.5625vw;
    }
    .row.content.tc-perform-tire {
        margin-bottom: 1.1458333333333333vw
    }
    .row.content.tc-perform-tire .inner {
        height: 36.45833333333333vw
    }
    .row.content.tc-perform-tire .inner .article {
        left: 53.125vw;
        right: 6.25vw;
        top: 8.958333333333334vw
    }
    .row.content.tc-perform-tire .inner .article h2 {
        font-size: 3.4375000000000004vw;
        line-height: 3.90625vw;
        font-weight: 700
    }
    .row.content.tc-perform-tire .inner .article h3 {
        font-size: 1.8229166666666667vw;
        line-height: 2.083333333333333vw;
        margin-bottom: 1.8229166666666667vw;
        letter-spacing: -2px
    }
    .row.content.tc-perform-tire .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw
    }
}

.row.content.ts-perform-master .inner {
    background: #ddd url(../img/cu-perform-top.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.row.content.ts-perform-master .inner .article h1 {
    font-family: Montserrat, sans-serif;
    color: #39a4c3
}

.row.content.ts-perform-info {
    padding-top: 80px
}

.row.content.ts-perform-info .inner .border {
    border: 1px #39a4c3 solid
}

.row.content.ts-perform-info .inner .image img {
    margin-top: -175px
}

.row.content.ts-perform-info .inner .article {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 30px 30px;
    position: relative;
    z-index: 2;
    background: #fff
}

.row.content.ts-perform-info .inner .article h2 {
    font-family: Montserrat, sans-serif
}

.row.content.ts-perform-info .inner .article h2 b {
    color: #39a4c3
}

.row.content.ts-perform-info .inner .article h3 {
    font-size: 30px;
    line-height: 38px
}

.row.content.ts-perform-info .inner .article h3 b {
    color: #39a4c3;
    font-weight: 600
}

.row.content.ts-perform-foc .inner {
    background: #ddd url(../img/cu-perform-middle.jpg) center center no-repeat;
    background-size: cover
}

.row.content.ts-perform-foc .inner .article {
    top: 170px
}

.row.content.ts-perform-foc .inner .article h2 {
    font-size: 62px;
    line-height: 75px;
    font-family: Montserrat, sans-serif;
    letter-spacing: -2px
}

.row.content.ts-perform-foc .inner .article h2 b {
    color: #39a4c3;
    font-family: Montserrat, sans-serif!important
}

.row.content.ts-perform-txt .inner {
    display: flex;
    flex-wrap: wrap;
    padding-top: 145px
}

.row.content.ts-perform-txt .inner .border {
    z-index: 1;
    border: 1px #39a4c3 solid;
    display: block;
    position: absolute;
    left: 64px;
    top: 55px;
    bottom: 160px;
    right: 445px
}

.row.content.ts-perform-txt .inner .img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    position: relative;
    z-index: 2
}

.row.content.ts-perform-txt .inner .img img {
    max-width: 100%
}

.row.content.ts-perform-txt .inner .article {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    position: relative;
    background: #fff;
    z-index: 3;
    text-align: center;
    padding-right: 90px;
    padding-left: 90px;
    padding-top: 45px;
    height: 395px
}

.row.content.ts-perform-txt .inner .article.article-2 {
    text-align: left;
    padding-left: 50px;
    padding-right: 190px;
    left: 65px;
    position: relative
}

.row.content.ts-perform-txt .inner .article.article-2 h2 {
    white-space: nowrap
}

.row.content.ts-perform-txt .inner .article h2 {
    font-size: 60px;
    line-height: 75px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: -2px;
    color: #39a4c3
}

.row.content.ts-perform-txt .inner .article h3 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 55px;
    letter-spacing: -1px
}

.row.content.ts-perform-txt .inner .article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0
}

.row.content.ts-perform-txt-01 .inner .border {
    border: 1px #39a4c3 solid
}

.row.content.ts-perform-txt-01 .inner .img {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0;
    position: relative;
    z-index: 1
}

.row.content.ts-perform-txt-01 .inner .article {
  flex: 0 0 40%;
max-width: 40%;
padding: 0;
position: relative;
padding-left: 30px;
padding-top: 0;
position: absolute;
right: 76px;
bottom: -30px;
padding-bottom: 30px;
height: 163px;
align-self: flex-end;
}

.row.content.ts-perform-txt-01 .inner .article h2 {
    font-size: 70px;
    line-height: 76px;
    font-family: Montserrat, sans-serif;
    letter-spacing: -2px;
    color: #39a4c3
}

.row.content.ts-perform-txt-01 .inner .article h3 {
    font-size: 70px;
    line-height: 75px;
    letter-spacing: -2px
}

@media (max-width:1920px) {
    .row.content.ts-perform-info {
        padding-top: 4.166666666666666vw
    }
    .row.content.ts-perform-info .inner .image img {
        margin-top: -3.114583333333332vw
    }
    .row.content.ts-perform-info .inner .article {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 30px 25px;
        position: relative;
        z-index: 2
    }
    .row.content.ts-perform-info .inner .article h3 {
        font-size: 1.5625vw;
        line-height: 1.9791666666666665vw
    }
    .row.content.ts-perform-foc .inner .article {
        top: 8.854166666666668vw;
        left: 8vw;
    }
    .row.content.ts-perform-foc .inner .article h2 {
        font-size: 3.229166666666667vw;
        line-height: 3.90625vw
    }
    .row.content.ts-perform-txt .inner {
        padding-top: 0vw
    }
    .row.content.ts-perform-txt .inner .border {
      left: 18.333333vw;
  top: 9.864583vw;
  bottom: 3.333333vw;
  right: 25.177083vw;
    }
    .row.content.ts-perform-txt .inner .img {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0;
        position: relative;
        z-index: 2;
        margin-left: -0.775vw;
    }
    .row.content.ts-perform-txt .inner .article {
      flex: 0 0 50%;
max-width: 50%;
padding: 0;
position: relative;
padding-right: 4.6875vw;
padding-left: 4.6875vw;
padding-top: 3.34375vw;
height: 20.572916666666664vw;
    }
    .row.content.ts-perform-txt .inner .article.article-2 {
      padding-left: 2.604166666666667vw;
  padding-right: 9.895833333333332vw;
  left: 3.3854166666666665vw;
  top: -4vw;
  margin-top: 9vw;
    }
    .row.content.ts-perform-txt .inner .article h2 {
        font-size: 3.125vw;
        line-height: 2.90625vw;
        margin-bottom: .78125vw
    }
    .row.content.ts-perform-txt .inner .article h3 {
        font-size: 1.8229166666666667vw;
        line-height: 2.1875vw;
        margin-bottom: 2.864583333333333vw
    }
    .row.content.ts-perform-txt .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw;
        margin-bottom: 0
    }
    .row.content.ts-perform-txt-01 .inner .img {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        padding: 0;
        position: relative
    }
    .row.content.ts-perform-txt-01 .inner .article {
      flex: 0 0 40%;
max-width: 40%;
padding: 0;
position: relative;
padding-left: 1.5625vw;
padding-top: 2vw;
right: 0.958333333333333vw;
bottom: 14.4375vw;
    }
    .row.content.ts-perform-txt-01 .inner .article h2 {
        font-size: 3.6458333333333335vw;
        line-height: 3.958333333333333vw
    }
    .row.content.ts-perform-txt-01 .inner .article h3 {
        font-size: 3.6458333333333335vw;
        line-height: 3.90625vw;
        letter-spacing: -2px
    }
}

.row.content.tc-bat-master .inner {
    height: 830px;
    background: #ddd url(../img/tc-bat-top.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.row.content.tc-bat-master .inner .article {
    padding-top: 250px;
    text-align: center;
    color: #fff
}

.row.content.tc-bat-master .inner .article h1 {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 20px;
    font-family: Vollkorn, serif;
    font-weight: 700;
    color: #ae996b
}

.row.content.tc-bat-master .inner .article h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 65px
}

.row.content.tc-bat-master .inner .article p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 40px
}

.row.content.tc-bat-top {
    z-index: 99;
    padding-top: 80px;
    margin-bottom: 110px
}

.row.content.tc-bat-top .inner {
    padding-left: 0;
    padding-right: 0;
    display: flex
}

.row.content.tc-bat-top .inner .img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 2;
    padding-left: 150px
}

.row.content.tc-bat-top .inner .img img {
    margin: auto;
    max-width: 99%;
    margin-top: -135px
}

.row.content.tc-bat-top .inner .article {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 30px 70px;
    position: relative;
    z-index: 2;
    background: #fff
}

.row.content.tc-bat-top .inner .article h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: Vollkorn, serif;
    letter-spacing: -1px;
    color: #ae996b
}

.row.content.tc-bat-top .inner .article h2 b {
    color: #000;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    display: block;
    font-family: Montserrat, sans-serif
}

.row.content.tc-bat-top .inner .article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px
}

.row.content.tc-bat-top .inner .article .btn {
    padding: 15px 80px;
    border: 1px #ae996b solid;
    font-size: 16px;
    line-height: 16px;
    color: #ae996b;
    background: #fff;
    text-decoration: none;
    display: inline-block;
    transition: all .25s linear
}

.row.content.tc-bat-top .inner .article .btn:hover {
    background: #ae996b;
    color: #fff
}

.row.content.tc-bat-img .inner {
    padding: 105px 250px;
    padding-top: 205px;
    background: #ddd url(../img/tc-bat-middle.jpg) center center no-repeat;
    background-size: cover
}

.row.content.tc-bat-img .inner .icons {
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
    text-align: center;
    justify-content: space-between
}

.row.content.tc-bat-img .inner .icons h2 {
    font-size: 70px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 85px;
    font-family: Vollkorn, serif;
    letter-spacing: -1px;
    color: #fff;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row.content.tc-bat-img .inner .icons p {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    display: block;
    font-family: Montserrat, sans-serif;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row.content.tc-bat-img .inner .icons .icon {
    margin-bottom: 65px;
    color: #ae996b;
    font-weight: 600;
    font-size: 20px;
    line-height: 45px
}

.row.content.tc-bat-img .inner .icons .icon img {
    display: block;
    width: 150px;
    height: 151px
}

.row.content.tc-bat-img .inner .article {
    margin-left: 150px;
    margin-right: 150px;
    text-align: center;
    color: #fff;
    padding-bottom: 55px;
    border: 1px #ae996b solid;
    border-top: 0
}

.row.content.tc-bat-img .inner .article h2 {
    font-size: 70px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 0;
    font-family: Vollkorn, serif;
    letter-spacing: -1px;
    color: #ae996b;
    width: 100%;
    top: -50px;
    position: relative
}

.row.content.tc-bat-img .inner .article h2:before,
.row.content.tc-bat-img .inner .article h2:after {
    content: '';
    height: 1px;
    background: #ae996b;
    width: 120px;
    position: absolute;
    top: 50px;
    left: 0
}

.row.content.tc-bat-img .inner .article h2:after {
    left: auto!important;
    right: 0!important
}

.row.content.tc-bat-img .inner .article p.h {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    display: block;
    font-family: Montserrat, sans-serif;
    top: -40px;
    position: relative
}

.row.content.tc-bat-img .inner .article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px
}

.row.content.tc-bat-txt .inner .border {
    border: 1px #ae996b solid;
    display: block;
    position: absolute;
    z-index: 1
}

.row.content.tc-bat-txt .inner .article {
    z-index: 2;
    background: #fff
}

.row.content.tc-bat-txt .inner .article h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: Vollkorn, serif;
    letter-spacing: 0px;
    color: #ae996b
}

.row.content.tc-bat-txt .inner .article h2 b {
    color: #000;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    display: block;
    font-family: Montserrat, sans-serif
}

.row.content.tc-bat-txt .inner .article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px
}

.row.content.tc-bat-txt.tc-bat-txt-01 {
    z-index: 5
}

.row.content.tc-bat-txt.tc-bat-txt-01 .inner {
    height: 1218px
}

.row.content.tc-bat-txt.tc-bat-txt-01 .inner .border {
    left: 472px;
    top: 132px;
    right: 950px;
    bottom: 30px;
    border-bottom: 0;
    border-right: 0
}

.row.content.tc-bat-txt.tc-bat-txt-01 .inner img {
    position: absolute;
    right: 90px;
    bottom: 0;
    width: 837px;
    height: 1275px;
    z-index: 2
}

.row.content.tc-bat-txt.tc-bat-txt-01 .inner .article {
    text-align: center;
    position: absolute;
    left: 150px;
    width: 665px;
    top: 465px;
    padding-top: 35px;
    padding-bottom: 25px
}

.row.content.tc-bat-txt.tc-bat-txt-02 {
    z-index: 5
}

.row.content.tc-bat-txt.tc-bat-txt-02 .inner {
    height: 1065px
}

.row.content.tc-bat-txt.tc-bat-txt-02 .inner .border {
    left: 140px;
    top: 122px;
    right: 900px;
    bottom: 170px;
    border-right: 0;
    border-left: 0
}

.row.content.tc-bat-txt.tc-bat-txt-02 .inner .border:before,
.row.content.tc-bat-txt.tc-bat-txt-02 .inner .border:after {
    content: '';
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    display: block;
    background: #ae996b
}

.row.content.tc-bat-txt.tc-bat-txt-02 .inner .border:after {
    top: auto;
    bottom: 0;
    height: 210px
}

.row.content.tc-bat-txt.tc-bat-txt-02 .inner .img-1 {
    position: absolute;
    left: 70px;
    top: -220px;
    width: 1081px;
    height: 907px;
    z-index: 3
}

.row.content.tc-bat-txt.tc-bat-txt-02 .inner .img-2 {
    position: absolute;
    width: 1247px;
    height: 619px;
    top: 0;
    right: 190px;
    z-index: 2
}

.row.content.tc-bat-txt.tc-bat-txt-02 .inner .article {
    text-align: left;
    position: absolute;
    right: 192px;
    width: 665px;
    top: 670px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    z-index: 5
}

.row.content.tc-bat-txt.tc-bat-txt-02 .inner .article ol {
    margin-bottom: 40px
}

.row.content.tc-bat-txt.tc-bat-txt-02 .inner .article ol li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 50px
}

.row.content.tc-bat-txt.tc-bat-txt-02 .inner .article h2 {
    padding-top: 15px;
    position: absolute;
    top: -640px;
    left: 205px;
    font-size: 300px;
    line-height: 300px;
    color: #fff;
    font-family: Montserrat, sans-serif
}

.row.content.tc-bat-txt.tc-bat-txt-02 .inner .article h2 b {
    font-size: 91px;
    line-height: 100px;
    color: #ae996b
}

.row.content.tc-bat-txt.tc-bat-txt-02 .inner .article h2 span {
    font-family: Helvetica, Arial, sans-serif!important;
    font-weight: 700;
    font-size: 35px;
    line-height: 72px;
    letter-spacing: 0px;
    display: block
}

.row.content.tc-bat-txt.tc-bat-txt-03 {
    z-index: 5
}

.row.content.tc-bat-txt.tc-bat-txt-03 .inner {
    height: 1315px
}

.row.content.tc-bat-txt.tc-bat-txt-03 .inner .border {
    left: 430px;
    top: 70px;
    right: 430px;
    bottom: 100px
}

.row.content.tc-bat-txt.tc-bat-txt-03 .inner .img-1 {
    position: absolute;
    right: 0;
    top: 30px;
    width: 908px;
    height: 586px;
    z-index: 3
}

.row.content.tc-bat-txt.tc-bat-txt-03 .inner .img-2 {
    position: absolute;
    width: 650px;
    height: 622px;
    bottom: 0;
    left: 188px;
    z-index: 2
}

.row.content.tc-bat-txt.tc-bat-txt-03 .inner .article {
    position: absolute;
    width: 690px;
    padding: 30px;
    z-index: 5
}

.row.content.tc-bat-txt.tc-bat-txt-03 .inner .article.article-1 {
    text-align: left;
    left: 150px;
    top: 135px;
    padding-left: 0
}

.row.content.tc-bat-txt.tc-bat-txt-03 .inner .article.article-2 {
    text-align: center;
    right: 120px;
    top: 750px
}

.row.content.tc-bat-txt.tc-bat-txt-03 .inner .article h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: Vollkorn, serif;
    letter-spacing: -1px;
    color: #ae996b
}

.row.content.tc-bat-txt.tc-bat-txt-03 .inner .article h2 b {
    color: #000;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    display: block;
    font-family: Montserrat, sans-serif
}

.row.content.tc-bat-txt.tc-bat-txt-03 .inner .article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px
}

@media (max-width:1920px) {
    .row.content.tc-bat-master .inner {
        height: 43.22916666666667vw
    }
    .row.content.tc-bat-master .inner .article {
        padding-top: 10.020833333333334vw
    }
    .row.content.tc-bat-master .inner .article h1 {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw;
        margin-bottom: 1.0416666666666665vw
    }
    .row.content.tc-bat-master .inner .article h2 {
        font-size: 1.8229166666666667vw;
        line-height: 2.083333333333333vw;
        margin-bottom: 3.3854166666666665vw
    }
    .row.content.tc-bat-master .inner .article p {
        font-size: .9375vw;
        line-height: 1.3020833333333335vw;
        margin-bottom: 2.083333333333333vw
    }
    .row.content.tc-bat-top {
        padding-top: 4.166666666666666vw;
        margin-bottom: 1.729167vw;
    }
    .row.content.tc-bat-top .inner .img {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 7.8125vw
    }
    .row.content.tc-bat-top .inner .img img {
        margin-top: -7.03125vw
    }
    .row.content.tc-bat-top .inner .article {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 1.5625vw 3.6458333333333335vw
    }
    .row.content.tc-bat-top .inner .article h2 {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw;
        margin-bottom: 1.3020833333333335vw
    }
    .row.content.tc-bat-top .inner .article h2 b {
        font-size: 1.5vw;
        line-height: 2.1875vw
    }
    .row.content.tc-bat-top .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw;
        margin-bottom: 2.083333333333333vw
    }
    .row.content.tc-bat-top .inner .article .btn {
        padding: .78125vw 4.166666666666666vw;
        font-size: .8333333333333334vw;
        line-height: .8333333333333334vw
    }
    .row.content.tc-bat-img .inner {
        padding: 5.46875vw 13.020833333333334vw;
        padding-top: 10.677083333333332vw
    }
    .row.content.tc-bat-img .inner .icons {
        padding-top: 5.208333333333334vw
    }
    .row.content.tc-bat-img .inner .icons h2 {
        font-size: 3.6458333333333335vw;
        line-height: 3.75vw;
        margin-bottom: 4.427083333333334vw;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row.content.tc-bat-img .inner .icons p {
        font-size: 1.8229166666666667vw;
        line-height: 2.1875vw;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row.content.tc-bat-img .inner .icons .icon {
        margin-bottom: 3.3854166666666665vw;
        font-size: 1.0416666666666665vw;
        line-height: 2.34375vw
    }
    .row.content.tc-bat-img .inner .icons .icon img {
        width: 7.8125vw;
        height: 7.864583333333333vw
    }
    .row.content.tc-bat-img .inner .article {
        margin-left: 7.8125vw;
        margin-right: 7.8125vw;
        padding-bottom: 2.864583333333333vw
    }
    .row.content.tc-bat-img .inner .article h2 {
        font-size: 3.6458333333333335vw;
        line-height: 3.75vw;
        top: -2.604166666666667vw
    }
    .row.content.tc-bat-img .inner .article h2:before,
    .row.content.tc-bat-img .inner .article h2:after {
        width: 6.25vw;
        top: 2.604166666666667vw;
        left: 0
    }
    .row.content.tc-bat-img .inner .article p.h {
        font-size: 1.8229166666666667vw;
        line-height: 2.1875vw;
        top: -2.083333333333333vw
    }
    .row.content.tc-bat-img .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw;
        margin-bottom: 2.083333333333333vw
    }
    .row.content.tc-bat-txt .inner .article h2 {
        font-size: 5.6458333333333335vw;
        line-height: 6.166666666666666vw;
        margin-bottom: 1.3020833333333335vw
    }
    .row.content.tc-bat-txt .inner .article h2 b {
        font-size: 1.8229166666666667vw;
        line-height: 5.1875vw
    }
    .row.content.tc-bat-txt .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw;
        margin-bottom: 2.083333333333333vw
    }
    .row.content.tc-bat-txt.tc-bat-txt-01 .inner {
        height: 46.4375vw
    }
    .row.content.tc-bat-txt.tc-bat-txt-01 .inner .border {
        left: 24.583333333333332vw;
        top: 6.875000000000001vw;
        right: 49.47916666666667vw;
        bottom: 1.5625vw
    }
    .row.content.tc-bat-txt.tc-bat-txt-01 .inner img {
      right: 8.6875vw;
          bottom: 0;
          width: 40.59375vw;
          height: 45.40625vw;
    }
    .row.content.tc-bat-txt.tc-bat-txt-01 .inner .article {
        left: 7.8125vw;
        width: 34.63541666666667vw;
        top: 24.21875vw;
        padding-top: 1.8229166666666667vw;
        padding-bottom: 1.3020833333333335vw
    }
    .row.content.tc-bat-txt.tc-bat-txt-02 .inner {
        height: 55.46875vw
    }
    .row.content.tc-bat-txt.tc-bat-txt-02 .inner .border {
        left: 7.291666666666667vw;
        top: 1.1458333333333333vw;
        right: 46.875vw;
        bottom: 8.854166666666668vw
    }
    .row.content.tc-bat-txt.tc-bat-txt-02 .inner .border:before,
    .row.content.tc-bat-txt.tc-bat-txt-02 .inner .border:after {
        left: 0;
        top: 0;
        height: 4.6875vw
    }
    .row.content.tc-bat-txt.tc-bat-txt-02 .inner .border:after {
        bottom: 0;
        height: 10.9375vw
    }
    .row.content.tc-bat-txt.tc-bat-txt-02 .inner .img-1 {
        left: 3.6458333333333335vw;
        top: -11.458333333333332vw;
        width: 56.30208333333333vw;
        height: 47.239583333333336vw
    }
    .row.content.tc-bat-txt.tc-bat-txt-02 .inner .img-2 {
        width: 64.94791666666667vw;
        height: 32.239583333333336vw;
        top: 0;
        right: 9.895833333333332vw
    }
    .row.content.tc-bat-txt.tc-bat-txt-02 .inner .article {
        right: 10vw;
        width: 34.63541666666667vw;
        top: 34.89583333333333vw;
        padding-top: 1.3020833333333335vw;
        padding-bottom: 1.3020833333333335vw;
        padding-left: 1.3020833333333335vw
    }
    .row.content.tc-bat-txt.tc-bat-txt-02 .inner .article ol {
        margin-bottom: 2.083333333333333vw
    }
    .row.content.tc-bat-txt.tc-bat-txt-02 .inner .article ol li {
        font-size: .9375vw;
        line-height: 1.25vw;
        margin-bottom: .5208333333333333vw;
        padding-left: 2.604166666666667vw
    }
    .row.content.tc-bat-txt.tc-bat-txt-02 .inner .article h2 {
        top: -33.33333333333333vw;
        left: 6.677083333333332vw;
        font-size: 15.625vw;
        line-height: 15.625vw
    }
    .row.content.tc-bat-txt.tc-bat-txt-02 .inner .article h2 b {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw;
    }
    .row.content.tc-bat-txt.tc-bat-txt-02 .inner .article h2 span {
        font-size: 1.8229166666666667vw;
        line-height: 2.1875vw;
    }
    .row.content.tc-bat-txt.tc-bat-txt-03 .inner {
        height: 68.48958333333334vw
    }
    .row.content.tc-bat-txt.tc-bat-txt-03 .inner .border {
        left: 22.395833333333336vw;
        top: 3.6458333333333335vw;
        right: 22.395833333333336vw;
        bottom: 5.208333333333334vw
    }
    .row.content.tc-bat-txt.tc-bat-txt-03 .inner .img-1 {
        right: 0vw;
        top: 1.5625vw;
        width: 47.291666666666664vw;
        height: 30.520833333333336vw
    }
    .row.content.tc-bat-txt.tc-bat-txt-03 .inner .img-2 {
        width: 33.85416666666667vw;
        height: 32.395833333333336vw;
        bottom: 0;
        left: 9.791666666666666vw
    }
    .row.content.tc-bat-txt.tc-bat-txt-03 .inner .article {
        width: 35.9375vw;
        padding: 1.5625vw
    }
    .row.content.tc-bat-txt.tc-bat-txt-03 .inner .article.article-1 {
        left: 7.8125vw;
        top: 7.03125vw;
        padding-left: 0
    }
    .row.content.tc-bat-txt.tc-bat-txt-03 .inner .article.article-2 {
        right: 6.25vw;
        top: 39.0625vw
    }
    .row.content.tc-bat-txt.tc-bat-txt-03 .inner .article h2 {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw;
        margin-bottom: 1.3020833333333335vw
    }
    .row.content.tc-bat-txt.tc-bat-txt-03 .inner .article h2 b {
        font-size: 1.8229166666666667vw;
        line-height: 2.1875vw
    }
    .row.content.tc-bat-txt.tc-bat-txt-03 .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw;
        margin-bottom: 2.083333333333333vw
    }
}

.row.content.ts-bat-master .inner {
    background: #ddd url(../img/ts-bat-top.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.row.content.ts-bat-master .inner .article h1 {
    font-family: Montserrat, sans-serif;
    color: #39a4c3
}

.row.content.ts-bat-top .inner .article h2 {
    font-size: 60px;
    font-family: Montserrat, sans-serif;
    color: #39a4c3
}

.row.content.ts-bat-top .inner .article .btn {
    border: 1px #39a4c3 solid;
    color: #39a4c3
}

.row.content.ts-bat-top .inner .article .btn:hover {
    background: #39a4c3
}

.row.content.ts-bat-img .inner {
    background: #ddd url(../img/ts-bat-middle.jpg) center top no-repeat;
    background-size: cover
}

.row.content.ts-bat-img .inner .icons h2 {
    font-family: Montserrat, sans-serif;
    color: #fff
}

.row.content.ts-bat-img .inner .icons .icon img {
    width: 140px;
    height: 140px
}

.row.content.ts-bat-img .inner .article {
    margin-left: 150px;
    margin-right: 150px;
    text-align: center;
    color: #fff;
    padding-bottom: 55px;
    border: 0;
    border-top: 0;
    position: relative
}

.row.content.ts-bat-img .inner .article .article-inner {
    position: relative;
    right: 490px;
    top: 60px
}

.row.content.ts-bat-img .inner .article h2 {
    font-family: Montserrat, sans-serif;
    color: #39a4c3
}

.row.content.ts-bat-img .inner .article h2:before,
.row.content.ts-bat-img .inner .article h2:after {
    display: none
}

.row.content.ts-bat-img .inner .article p.h {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.row.content.ts-bat-img .inner .article p.h:after {
    content: '';
    background: #fff;
    width: 215px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -107px;
    bottom: -25px
}

.row.content.ts-bat-txt .inner .border {
    border: 1px #39a4c3 solid
}

.row.content.ts-bat-txt .inner .article h2 {
    font-family: Montserrat, sans-serif;
    color: #39a4c3
}

.row.content.ts-bat-txt.ts-bat-txt-01 .inner .border {
    left: 472px;
    top: 132px;
    right: 950px;
    bottom: 270px;
    border-bottom: 0;
    border-right: 0
}

.row.content.ts-bat-txt.ts-bat-txt-01 .inner .article {
    top: 320px
}

.row.content.ts-bat-txt.ts-bat-txt-02 .inner .border {
    left: 140px;
    top: 122px;
    right: 900px;
    bottom: 170px
}

.row.content.ts-bat-txt.ts-bat-txt-02 .inner .border:before,
.row.content.ts-bat-txt.ts-bat-txt-02 .inner .border:after {
    content: '';
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    display: block;
    background: #39a4c3
}

.row.content.ts-bat-txt.ts-bat-txt-02 .inner .border:after {
    top: auto;
    bottom: 0;
    height: 210px
}

.row.content.ts-bat-txt.ts-bat-txt-02 .inner .article h2 b {
    color: #39a4c3
}

.row.content.ts-bat-txt.ts-bat-txt-04 {
    margin-top: 40px
}

.row.content.ts-bat-txt.ts-bat-txt-04 .inner {
    height: 890px;
    padding-top: 160px;
    background: #666 url(../img/ts-bat-bottom.jpg) center center no-repeat;
    background-size: cover
}

.row.content.ts-bat-txt.ts-bat-txt-04 .inner .article {
    width: 900px;
    text-align: center;
    color: #fff;
    background: 0 0
}

.row.content.ts-bat-txt.ts-bat-txt-04 .inner .article h2 {
    font-size: 100px;
    line-height: 105px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: Montserrat, sans-serif;
    letter-spacing: -1px;
    color: #39a4c3
}

.row.content.ts-bat-txt.ts-bat-txt-04 .inner .article h2 b {
    color: #39a4c3;
    font-weight: 700;
    font-size: 70px;
    line-height: 75px;
    display: block;
    font-family: Montserrat, sans-serif
}

.row.content.ts-bat-txt.ts-bat-txt-04 .inner .article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px
}

.row.content.ts-bat-txt.ts-bat-txt-04 .inner .article p.h {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px
}

@media (max-width:1920px) {
    .row.content.ts-bat-top .inner .article h2 {
        font-size: 3.125vw
    }
    .row.content.ts-bat-img .inner .icons .icon img {
        width: 7.291666666666667vw;
        height: 7.291666666666667vw
    }
    .row.content.ts-bat-img .inner .article {
        margin-left: 7.8125vw;
        margin-right: 7.8125vw;
        padding-bottom: 2.864583333333333vw
    }
    .row.content.ts-bat-img .inner .article .article-inner {
        right: 25.520833333333332vw;
        top: 3.125vw
    }
    .row.content.ts-bat-img .inner .article p.h {
        padding-bottom: 1.5625vw;
        margin-bottom: 1.5625vw
    }
    .row.content.ts-bat-img .inner .article p.h:after {
        width: 11.197916666666668vw;
        height: 1px;
        margin-left: -5.572916666666667vw;
        bottom: -1.3020833333333335vw
    }
    .row.content.ts-bat-txt.ts-bat-txt-01 .inner .border {
      left: 24.583333vw;
top: 5.875vw;
right: 38.479167vw;
bottom: 0.0625vw;
    }
    .row.content.ts-bat-txt.ts-bat-txt-01 .inner .article {
        top: 9.666666666666664vw
    }
    .row.content.ts-bat-txt.ts-bat-txt-02 .inner .border {
        left: 7.291666666666667vw;
        top: 6.354166666666666vw;
        right: 46.875vw;
        bottom: 8.854166666666668vw
    }
    .row.content.ts-bat-txt.ts-bat-txt-02 .inner .border:before,
    .row.content.ts-bat-txt.ts-bat-txt-02 .inner .border:after {
        left: 0;
        top: 0;
        height: 4.6875vw
    }
    .row.content.ts-bat-txt.ts-bat-txt-02 .inner .border:after {
        top: auto;
        bottom: 0;
        height: 10.9375vw
    }
    .row.content.ts-bat-txt.ts-bat-txt-04 {
        margin-top: 2.083333333333333vw
    }
    .row.content.ts-bat-txt.ts-bat-txt-04 .inner {
        height: 46.35416666666667vw;
        padding-top: 8.333333333333332vw
    }
    .row.content.ts-bat-txt.ts-bat-txt-04 .inner .article {
        width: 46.875vw
    }
    .row.content.ts-bat-txt.ts-bat-txt-04 .inner .article h2 {
        font-size: 5.208333333333334vw;
        line-height: 5.46875vw;
        margin-bottom: 1.3020833333333335vw
    }
    .row.content.ts-bat-txt.ts-bat-txt-04 .inner .article h2 b {
        font-size: 3.6458333333333335vw;
        line-height: 3.90625vw
    }
    .row.content.ts-bat-txt.ts-bat-txt-04 .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw;
        margin-bottom: 2.083333333333333vw
    }
    .row.content.ts-bat-txt.ts-bat-txt-04 .inner .article p.h {
        font-size: 1.8229166666666667vw;
        line-height: 2.1875vw
    }
}

.row.content.tc-bat-txt.tc-bat-txt-02 .inner .article {
    top: 650px
}

@media (max-width:1920px) {
    .row.content.tc-bat-txt.tc-bat-txt-02 .inner .article {
        top: 33.85416666666667vw
    }
}

.row.content.tc-des-master .inner {
    height: 830px;
    background: #ddd url(../img/tc-des-top.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.row.content.tc-des-master .inner .article {
    padding-top: 250px;
    text-align: center;
    color: #fff
}

.row.content.tc-des-master .inner .article h1 {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 20px;
    font-family: Vollkorn, serif;
    font-weight: 700;
    color: #ae996b
}

.row.content.tc-des-master .inner .article h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 65px
}

.row.content.tc-des-master .inner .article p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 40px
}

.row.content.tc-des-carousel {
    margin-top: -230px
}

.row.content.tc-des-carousel .inner {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px
}

.row.content.tc-des-carousel .inner .list.list-slider {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 40px
}

.row.content.tc-des-carousel .inner .list.list-slider .item {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 375px;
    padding-right: 350px
}

.row.content.tc-des-carousel .inner .list.list-slider .item img {
    width: 100%
}

.row.content.tc-des-carousel .inner .arrows {
    width: 202px;
    height: 60px;
    border: 1px #7c7c7c solid;
    border-bottom: 0;
    position: absolute;
    left: 375px;
    bottom: 0
}

.row.content.tc-des-carousel .inner .arrows a {
    display: block;
    width: 100px;
    height: 60px;
    float: left
}

.row.content.tc-des-carousel .inner .arrows a.arrow-left {
    border-right: 1px #7c7c7c solid;
    background: #fff url(../gfx/icon/arrow3.png) center center no-repeat;
    background-size: 23px 17px
}

.row.content.tc-des-carousel .inner .arrows a.arrow-right {
    background: #fff url(../gfx/icon/arrow4.png) center center no-repeat;
    background-size: 23px 17px
}

.row.content.tc-des-carousel .inner .dots {
    height: 60px;
    position: absolute;
    left: 575px;
    bottom: 0;
    padding-left: 38px;
    padding-top: 20px
}

.row.content.tc-des-carousel .inner .dots .dot {
    display: inline-block;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000;
    cursor: pointer
}

.row.content.tc-des-carousel .inner .dots .dot.dot1 {
    background: #a3a176
}

.row.content.tc-des-carousel .inner .dots .dot.dot2 {
    background: #416d7c
}

.row.content.tc-des-carousel .inner .dots .dot.dot3 {
    background: #417c41
}

.row.content.tc-des-carousel .inner .dots .dot.dot4 {
    background: #202020
}

.row.content.tc-des-carousel .inner .dots .dot.active {
    transform: scale(1.2)
}

.row.content.tc-des-video .inner {
    padding: 0;
    padding-bottom: 300px
}

.row.content.tc-des-video .inner:after {
    clear: both;
    content: '';
    display: block
}

.row.content.tc-des-video .inner .article {
    width: 1469px;
    height: 801px;
    background: #ddd url(../img/cu-des-video.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-left: 40px;
    padding-top: 35px;
    float: right
}

.row.content.tc-des-video .inner .article h2 {
    font-size: 58px;
    line-height: 63px;
    margin-bottom: 20px;
    font-family: Vollkorn, serif;
    font-weight: 700;
    color: #ae996b
}

.row.content.tc-des-video .inner .article h2 b {
    color: #fff
}

.row.content.tc-des-video .inner .article .video {
    position: absolute;
    left: 0;
    top: 123px;
    width: 1463px;
    height: 824px;
    background: #111;
    color: #fff
}

.row.content.tc-des-text1 {
    padding-top: 75px;
    padding-bottom: 75px;
    margin-bottom: 110px;
    position: relative
}

.row.content.tc-des-text1 .border {
    z-index: 1;
    border: 1px #ae996b solid;
    display: block;
    position: absolute;
    left: 235px;
    top: 0;
    bottom: 0;
    right: 235px
}

.row.content.tc-des-text1 .inner {
    height: 625px;
    background: #ddd url(../img/tc-des-text1.jpg) center center no-repeat;
    background-size: cover;
    padding-left: 76px;
    padding-top: 75px;
    position: relative;
    z-index: 2
}

.row.content.tc-des-text1 .inner:before {
    content: '';
    width: 1px;
    position: absolute;
    left: 235px;
    bottom: 0;
    height: 200px;
    background: #ae996b;
    display: block
}

.row.content.tc-des-text1 .inner .article {
    width: 540px;
    color: #fff
}

.row.content.tc-des-text1 .inner .article h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: Vollkorn, serif;
    letter-spacing: -1px;
    color: #fff
}

.row.content.tc-des-text1 .inner .article h2 b {
    color: #ae996b;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    display: block;
    font-family: Montserrat, sans-serif
}

.row.content.tc-des-text1 .inner .article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px
}

.row.content.tc-des-text2 {
    height: 500px;
    padding-left: 553px;
    padding-right: 452px;
    z-index: 9;
    margin-bottom: 80px
}

.row.content.tc-des-text2 img {
    width: 1005px;
    height: 676px;
    position: absolute;
    left: -30px;
    top: 65px
}

.row.content.tc-des-text2 .inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    border: 1px #ae996b solid
}

.row.content.tc-des-text2 .inner .article {
    width: 650px;
    color: #000;
    padding: 25px;
    position: relative;
    left: 500px;
    background: #fff
}

.row.content.tc-des-text2 .inner .article h2 {
    font-size: 80px;
    line-height: 85px;
    font-weight: 700;
    margin-bottom: 55px;
    font-family: Vollkorn, serif;
    letter-spacing: -1px;
    color: #ae996b
}

.row.content.tc-des-text2 .inner .article h2 b {
    color: #000;
    font-weight: 700;
    font-size: 61px;
    line-height: 58px;
    letter-spacing: -2px;
    display: block;
    font-family: Montserrat, sans-serif
}

.row.content.tc-des-text2 .inner .article p {
    font-size: 18px;
    line-height: 24px
}

.row.content.tc-des-text3 {
    margin-bottom: 180px;
    position: relative
}

.row.content.tc-des-text3 .inner {
    height: 850px;
    background: #ddd url(../img/tc-des-text3.jpg) center center no-repeat
}

.row.content.tc-des-text3 .inner .article {
    width: 560px;
    height: 185px;
    color: #fff;
    position: absolute;
    right: 250px;
    top: 317px
}

.row.content.tc-des-text3 .inner .article .border {
    z-index: 1;
    border: 1px #ae996b solid;
    display: block;
    position: absolute;
    left: 115px;
    top: 45px;
    bottom: -30px;
    right: 0;
    border-top: 0;
    border-left: 0
}

.row.content.tc-des-text3 .inner .article .border:before {
    content: '';
    width: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 55px;
    background: #ae996b;
    display: block
}

.row.content.tc-des-text3 .inner .article .border:after {
    content: '';
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 255px;
    background: #ae996b;
    display: block
}

.row.content.tc-des-text3 .inner .article h2 {
    font-size: 80px;
    line-height: 85px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: Vollkorn, serif;
    letter-spacing: -1px;
    color: #ae996b
}

.row.content.tc-des-text3 .inner .article p {
    font-size: 55px;
    line-height: 58px;
    font-weight: 600;
    letter-spacing: -2px;
    font-family: Montserrat, sans-serif
}

.row.content.tc-des-text4 {
    padding-left: 95px;
    padding-right: 95px;
    margin-bottom: 100px
}

.row.content.tc-des-text4 .inner {
    padding-top: 95px;
    padding-left: 145px;
    padding-right: 145px;
    background: transparent url(../img/tc-des-text4.jpg) center top no-repeat;
    background-size: 100% auto
}

.row.content.tc-des-text4 .inner .article {
    padding-left: 70px;
    padding-right: 70px;
    text-align: center;
    color: #fff;
    padding-bottom: 55px;
    border: 1px #ae996b solid;
    border-top: 0
}

.row.content.tc-des-text4 .inner .article h2 {
    margin-left: -70px;
    margin-right: -70px;
    font-size: 70px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 80px;
    font-family: Vollkorn, serif;
    letter-spacing: -1px;
    color: #ae996b;
    width: auto;
    display: block;
    top: -30px;
    position: relative
}

.row.content.tc-des-text4 .inner .article h2:before,
.row.content.tc-des-text4 .inner .article h2:after {
    content: '';
    height: 1px;
    background: #ae996b;
    width: 180px;
    position: absolute;
    top: 30px;
    left: 0
}

.row.content.tc-des-text4 .inner .article h2:after {
    left: auto;
    right: 0
}

.row.content.tc-des-text4 .inner .article h2 b {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    display: block;
    font-family: Montserrat, sans-serif
}

.row.content.tc-des-text4 .inner .article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px
}

.row.content.tc-des-text4 .inner .article .gallery {
    padding: 15px;
    display: flex;
    background: #fff
}

.row.content.tc-des-text4 .inner .article .gallery .item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 15px;
    font-size: 24px;
    line-height: 26px;
    color: #ae996b
}

.row.content.tc-des-text4 .inner .article .gallery .item img {
    width: 100%;
    margin-bottom: 30px
}

.row.content.tc-des-text4.tc-des-text4-noback .inner {
    background: 0 0
}

.row.content.tc-des-text4.tc-des-text4-noback .inner .article {
    border-bottom: 0
}

.row.content.tc-des-text4.tc-des-text4-noback .inner .article h2 {
    margin-bottom: 0
}

.row.content.tc-des-text4.tc-des-text4-noback .inner .article h2:after,
.row.content.tc-des-text4.tc-des-text4-noback .inner .article h2:before {
    width: 55px
}

.row.content.tc-des-text4.tc-des-text4-noback .inner .article h2 b {
    color: #000;
    opacity: .5
}

.row.content.tc-des-text4.tc-des-text4-noback .gallery {
    padding: 0;
    display: flex;
    background: #fff;
    border-bottom: 0;
    justify-content: space-between
}

.row.content.tc-des-text4.tc-des-text4-noback .gallery .item {
    padding: 15px;
    padding-top: 0;
    display: block;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    font-size: 24px;
    line-height: 26px;
    color: #ae996b
}

.row.content.tc-des-text4.tc-des-text4-noback .gallery .item img {
    width: auto;
    display: block;
    margin-bottom: 30px
}

.row.content.tc-des-text4.tc-des-text4-noback .gallery .item.item4 img {
    width: 530px;
    height: 523px
}

.row.content.tc-des-text4.tc-des-text4-noback .gallery .item.item5 img {
    width: 501px;
    height: 523px
}

.row.content.tc-des-text4.tc-des-text4-noback .gallery .item.item6 img {
    width: 531px;
    height: 523px
}

@media (max-width:1920px) {
    .row.content.tc-des-master .inner {
        height: 43.22916666666667vw
    }
    .row.content.tc-des-master .inner .article {
        padding-top: 13.020833333333334vw
    }
    .row.content.tc-des-master .inner .article h1 {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw;
        margin-bottom: 1.0416666666666665vw
    }
    .row.content.tc-des-master .inner .article h2 {
        font-size: 1.8229166666666667vw;
        line-height: 2.083333333333333vw;
        margin-bottom: 3.3854166666666665vw
    }
    .row.content.tc-des-master .inner .article p {
        font-size: .9375vw;
        line-height: 1.3020833333333335vw;
        margin-bottom: 2.083333333333333vw
    }
    .row.content.tc-des-carousel {
        margin-top: -11.979166666666668vw
    }
    .row.content.tc-des-carousel .inner {
        padding-left: 0vw;
        padding-right: 0vw;
        padding-bottom: 3.125vw
    }
    .row.content.tc-des-carousel .inner .list.list-slider {
        margin-bottom: 2.083333333333333vw
    }
    .row.content.tc-des-carousel .inner .list.list-slider .item {
        padding-left: 19.53125vw;
        padding-right: 18.229166666666664vw
    }
    .row.content.tc-des-carousel .inner .arrows {
        width: 10.520833333333334vw;
        height: 3.125vw;
        left: 19.53125vw;
        bottom: 0vw
    }
    .row.content.tc-des-carousel .inner .arrows a {
        width: 5.208333333333334vw;
        height: 3.125vw
    }
    .row.content.tc-des-carousel .inner .arrows a.arrow-left {
        background: #fff url(../gfx/icon/arrow3.png) center center no-repeat;
        background-size: 1.1979166666666667vw .8854166666666666vw
    }
    .row.content.tc-des-carousel .inner .arrows a.arrow-right {
        background: #fff url(../gfx/icon/arrow4.png) center center no-repeat;
        background-size: 1.1979166666666667vw .8854166666666666vw
    }
    .row.content.tc-des-carousel .inner .dots {
        height: 3.125vw;
        left: 29.947916666666668vw;
        bottom: 0;
        padding-left: 1.9791666666666665vw;
        padding-top: 1.0416666666666665vw
    }
    .row.content.tc-des-carousel .inner .dots .dot {
        margin-right: 1.0416666666666665vw;
        width: 1.0416666666666665vw;
        height: 1.0416666666666665vw
    }
    .row.content.tc-des-video .inner {
        padding: 0vw;
        padding-bottom: 15.625vw
    }
    .row.content.tc-des-video .inner .article {
        width: 76.51041666666667vw;
        height: 41.71875vw;
        padding-left: 2.083333333333333vw;
        padding-top: 1.8229166666666667vw
    }
    .row.content.tc-des-video .inner .article h2 {
        font-size: 3.0208333333333335vw;
        line-height: 3.28125vw;
        margin-bottom: 1.0416666666666665vw
    }
    .row.content.tc-des-video .inner .article .video {
        left: 0;
        top: 6.406249999999999vw;
        width: 76.19791666666667vw;
        height: 42.916666666666664vw
    }
    .row.content.tc-des-text1 {
        padding-top: 3.90625vw;
        padding-bottom: 3.90625vw;
        margin-bottom: 5.729166666666666vw
    }
    .row.content.tc-des-text1 .border {
        left: 12.239583333333332vw;
        top: 0;
        bottom: 0;
        right: 12.239583333333332vw
    }
    .row.content.tc-des-text1 .inner {
        height: 32.55208333333333vw;
        padding-left: 3.958333333333333vw;
        padding-top: 3.90625vw
    }
    .row.content.tc-des-text1 .inner:before {
        left: 12.239583333333332vw;
        bottom: 0;
        height: 10.416666666666668vw
    }
    .row.content.tc-des-text1 .inner .article {
        width: 28.125vw
    }
    .row.content.tc-des-text1 .inner .article h2 {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw;
        margin-bottom: 1.3020833333333335vw
    }
    .row.content.tc-des-text1 .inner .article h2 b {
        font-size: 1.8229166666666667vw;
        line-height: 2.1875vw
    }
    .row.content.tc-des-text1 .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw;
        margin-bottom: 2.083333333333333vw
    }
    .row.content.tc-des-text2 {
        height: 26.041666666666668vw;
        padding-left: 28.802083333333332vw;
        padding-right: 23.541666666666668vw;
        margin-bottom: 4.166666666666666vw
    }
    .row.content.tc-des-text2 img {
        width: 52.34375vw;
        height: 35.208333333333336vw;
        left: -1.5625vw;
        top: 3.3854166666666665vw
    }
    .row.content.tc-des-text2 .inner {
        padding-top: 0vw;
        padding-bottom: 3.125vw
    }
    .row.content.tc-des-text2 .inner .article {
        width: 33.85416666666667vw;
        padding: 1.3020833333333335vw;
        left: 26.041666666666668vw
    }
    .row.content.tc-des-text2 .inner .article h2 {
        font-size: 4.166666666666666vw;
        line-height: 4.427083333333334vw;
        margin-bottom: 2.864583333333333vw
    }
    .row.content.tc-des-text2 .inner .article h2 b {
        font-size: 3.177083333333333vw;
        line-height: 3.0208333333333335vw
    }
    .row.content.tc-des-text2 .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw
    }
    .row.content.tc-des-text3 {
        margin-bottom: 9.375vw
    }
    .row.content.tc-des-text3 .inner {
        height: 44.27083333333333vw
    }
    .row.content.tc-des-text3 .inner .article {
        width: 29.166666666666668vw;
        height: 9.635416666666668vw;
        right: 13.020833333333334vw;
        top: 16.510416666666668vw
    }
    .row.content.tc-des-text3 .inner .article .border {
        left: 5.989583333333334vw;
        top: 2.34375vw;
        bottom: -1.5625vw;
        right: 0
    }
    .row.content.tc-des-text3 .inner .article .border:before {
        height: 2.864583333333333vw
    }
    .row.content.tc-des-text3 .inner .article .border:after {
        width: 13.28125vw
    }
    .row.content.tc-des-text3 .inner .article h2 {
        font-size: 4.166666666666666vw;
        line-height: 4.427083333333334vw;
        margin-bottom: .26041666666666663vw
    }
    .row.content.tc-des-text3 .inner .article p {
        font-size: 2.864583333333333vw;
        line-height: 3.0208333333333335vw
    }
    .row.content.tc-des-text4 {
        padding-left: 4.947916666666666vw;
        padding-right: 4.947916666666666vw;
        margin-bottom: 5.208333333333334vw
    }
    .row.content.tc-des-text4 .inner {
        padding-top: 4.947916666666666vw;
        padding-left: 7.552083333333333vw;
        padding-right: 7.552083333333333vw
    }
    .row.content.tc-des-text4 .inner .article {
        padding-left: 3.6458333333333335vw;
        padding-right: 3.6458333333333335vw;
        padding-bottom: 2.864583333333333vw
    }
    .row.content.tc-des-text4 .inner .article h2 {
        margin-left: -3.6458333333333335vw;
        margin-right: -3.6458333333333335vw;
        font-size: 3.6458333333333335vw;
        line-height: 3.75vw;
        margin-bottom: 4.166666666666666vw;
        top: -1.5625vw
    }
    .row.content.tc-des-text4 .inner .article h2:before,
    .row.content.tc-des-text4 .inner .article h2:after {
        width: 9.375vw;
        top: 1.5625vw;
        left: 0
    }
    .row.content.tc-des-text4 .inner .article h2:after {
        left: auto;
        right: 0
    }
    .row.content.tc-des-text4 .inner .article h2 b {
        font-size: 1.8229166666666667vw;
        line-height: 2.1875vw
    }
    .row.content.tc-des-text4 .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw;
        margin-bottom: 2.083333333333333vw
    }
    .row.content.tc-des-text4 .inner .article .gallery {
        padding: .78125vw
    }
    .row.content.tc-des-text4 .inner .article .gallery .item {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: .78125vw;
        font-size: 1.25vw;
        line-height: 1.3541666666666667vw
    }
    .row.content.tc-des-text4 .inner .article .gallery .item img {
        margin-bottom: 1.5625vw
    }
    .row.content.tc-des-text4.tc-des-text4-noback .inner .article h2 {
        margin-bottom: 0
    }
    .row.content.tc-des-text4.tc-des-text4-noback .inner .article h2:after,
    .row.content.tc-des-text4.tc-des-text4-noback .inner .article h2:before {
        width: 2.864583333333333vw
    }
    .row.content.tc-des-text4.tc-des-text4-noback .gallery .item {
        padding: .78125vw;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        font-size: 1.25vw;
        line-height: 1.3541666666666667vw
    }
    .row.content.tc-des-text4.tc-des-text4-noback .gallery .item img {
        margin-bottom: 1.5625vw
    }
    .row.content.tc-des-text4.tc-des-text4-noback .gallery .item.item4 img {
        width: 27.604166666666668vw;
        height: 27.239583333333332vw
    }
    .row.content.tc-des-text4.tc-des-text4-noback .gallery .item.item5 img {
        width: 26.09375vw;
        height: 27.239583333333332vw
    }
    .row.content.tc-des-text4.tc-des-text4-noback .gallery .item.item6 img {
        width: 27.65625vw;
        height: 27.239583333333332vw
    }
}

.row.content.ts-des-master .inner {
    height: 830px;
    background: #ddd url(../img/cu-des-top.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.row.content.ts-des-master .inner .article {
    padding-top: 250px;
    text-align: center;
    color: #fff
}

.row.content.ts-des-master .inner .article h1 {
    font-family: Montserrat, sans-serif;
    color: #39a4c3
}

.row.content.ts-des-master .inner .article .btn {
    padding: 15px 80px;
    border: 1px #39a4c3 solid;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    background: 0 0;
    text-decoration: none;
    display: inline-block;
    transition: all .25s linear
}

.row.content.ts-des-master .inner .article .btn:hover {
    background: #39a4c3;
    color: #fff
}

.row.content.ts-des-carousel {
    margin-top: -130px
}

.row.content.ts-des-carousel .inner {
    padding-left: 400px;
    padding-right: 390px;
    padding-bottom: 0
}

.row.content.ts-des-carousel .inner .list.list-slider {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 40px;
    position: relative;
    left: -390px
}

.row.content.ts-des-carousel .inner .list.list-slider .item {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.row.content.ts-des-carousel .inner .list.list-slider .item img {
    width: 100%
}

.row.content.ts-des-carousel .inner .article {
    position: absolute;
    right: 20px;
    top: 200px;
    width: 765px;
    text-align: center
}

.row.content.ts-des-carousel .inner .article h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: Montserrat, sans-serif;
    letter-spacing: -1px;
    color: #39a4c3
}

.row.content.ts-des-carousel .inner .article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 70px
}

.row.content.ts-des-carousel .inner .article label {
    background: #fff;
    display: inline-block;
    padding: 20px;
    z-index: 2;
    color: #39a4c3;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    position: relative
}

.row.content.ts-des-carousel .inner .article:after {
    position: absolute;
    content: '';
    border-right: 1px #39a4c3 solid;
    border-bottom: 1px #39a4c3 solid;
    width: 332px;
    height: 136px;
    right: 364px;
    top: 265px
}

.row.content.ts-des-carousel .inner .dots .dot.dot1 {
    background: #c0333e
}

.row.content.ts-des-carousel .inner .dots .dot.dot2 {
    background: #e05c22
}

.row.content.ts-des-carousel .inner .dots .dot.dot3 {
    background: #a3a3a3
}

.row.content.ts-des-carousel .inner .dots .dot.dot4 {
    background: #fff;
    border: 1px #666 solid
}

.row.content.ts-des-carousel .inner .dots .dot.dot5 {
    background: #202020
}

.row.content.ts-des-video .inner .article h2 {
    font-family: Montserrat, sans-serif;
    color: #39a4c3;
    position: absolute;
    right: 30px;
    top: 240px;
    text-align: center;
    width: 325px
}

.row.content.ts-des-video .inner .article h2 b {
    color: #fff;
    font-size: 322px;
    line-height: 180px;
    display: block
}

.row.content.ts-des-video .inner .article h2 span {
    font-size: 63px;
    line-height: 175px;
    display: block;
    font-weight: 700
}

.row.content.ts-des-text1 {
    position: relative
}

.row.content.ts-des-text1 .inner {
    height: 955px;
    background: #fff url(../img/cu-des-text1.jpg) center center no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2
}

.row.content.ts-des-text1 .inner .article {
    width: 630px;
    height: 400px;
    color: #000;
    position: absolute;
    right: 56px;
    top: 347px
}

.row.content.ts-des-text1 .inner .article h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: Montserrat, sans-serif;
    letter-spacing: -1px;
    color: #39a4c3;
    position: relative;
    left: -140px
}

.row.content.ts-des-text1 .inner .article h2 b {
    color: #000;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    display: block;
    font-family: Montserrat, sans-serif
}

.row.content.ts-des-text1 .inner .article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px
}

.row.content.ts-des-text2 {
    position: relative
}

.row.content.ts-des-text2 .inner {
    height: 1780px;
    background: #fff url(../img/ts-des-text2.jpg) center top no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2
}

.row.content.ts-des-text2 .inner .article {
    text-align: center;
    width: 700px;
    height: 460px;
    color: #000;
    position: absolute;
    left: 50%;
    margin-left: -350px;
    bottom: 40px
}

.row.content.ts-des-text2 .inner .article h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: Montserrat, sans-serif;
    letter-spacing: -1px;
    color: #39a4c3
}

.row.content.ts-des-text2 .inner .article h2 b {
    color: #000;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    display: block;
    font-family: Montserrat, sans-serif
}

.row.content.ts-des-text2 .inner .article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px
}

.row.content.ts-des-text3 {
    position: relative
}

.row.content.ts-des-text3 .border {
    display: block;
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 1575px;
    height: 455px;
    border-left: 1px #39a4c3 solid;
    border-bottom: 1px #39a4c3 solid
}

.row.content.ts-des-text3 .inner {
    height: 1280px;
    background: #fff url(../img/ts-des-text3.jpg) center top no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2
}

.row.content.ts-des-text3 .inner .article {
    text-align: left;
    width: 695px;
    height: auto;
    color: #fff;
    position: absolute;
    right: 86px;
    top: 125px
}

.row.content.ts-des-text3 .inner .article h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 55px;
    font-family: Montserrat, sans-serif;
    letter-spacing: -1px;
    color: #fff;
    position: relative;
    left: -50px
}

.row.content.ts-des-text3 .inner .article h2 b {
    color: #39a4c3;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    display: block;
    font-family: Montserrat, sans-serif
}

.row.content.ts-des-text3 .inner .article h2:before {
    content: '';
    width: 100px;
    height: 1px;
    display: block;
    background: #39a4c3;
    position: absolute;
    left: -130px;
    top: 40px
}

.row.content.ts-des-text3 .inner .article h2:after {
    content: '';
    width: 140px;
    height: 106px;
    display: block;
    border-right: 1px #39a4c3 solid;
    border-top: 1px #39a4c3 solid;
    position: absolute;
    left: 490px;
    top: 40px
}

.row.content.ts-des-text3 .inner .article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 45px
}

.row.content.ts-des-text3 .inner .article .bar1 {
    display: block;
    padding: 7px 25px;
    position: relative;
    margin-bottom: 35px;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -1px
}

.row.content.ts-des-text3 .inner .article .bar1:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #39a4c3;
    z-index: -1
}

.row.content.ts-des-text3 .inner .article .bar2 {
    display: block;
    padding: 7px 25px;
    position: relative;
    margin-bottom: 35px;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -1px
}

.row.content.ts-des-text3 .inner .article .bar2:before {
    content: '';
    position: absolute;
    left: 0;
    right: 474px;
    bottom: 0;
    top: 0;
    background: #656565;
    z-index: -1
}

.row.content.ts-des-text3 .inner .article .article-inner {
    padding: 25px;
    background: #fff;
    color: #000
}

.row.content.ts-des-text3 .inner .article .article-inner h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: Montserrat, sans-serif;
    letter-spacing: -1px;
    color: #39a4c3;
    position: static
}

.row.content.ts-des-text3 .inner .article .article-inner p {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px
}

.row.content.ts-des-text4 {
    position: relative
}

.row.content.ts-des-text4 .inner {
    height: 980px;
    background: #fff url(../img/cu-des-text4.jpg) center bottom no-repeat;
    background-size: contain;
    z-index: 2;
    position: relative
}

.row.content.ts-des-text4 .inner .article {
    text-align: left;
    width: 700px;
    height: auto;
    color: #000;
    position: absolute;
    left: 80px;
    top: 140px
}

.row.content.ts-des-text4 .inner .article h2 {
    font-size: 180px;
    line-height: 160px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    letter-spacing: -1px;
    color: #39a4c3
}

.row.content.ts-des-text4 .inner .article h2 b {
    color: #39a4c3;
    font-weight: 700;
    font-size: 65px;
    line-height: 75px;
    display: block;
    font-family: Montserrat, sans-serif
}

.row.content.ts-des-text4 .inner .article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 45px
}

.row.content.ts-des-text4 .inner .article p.h {
    font-weight: 700;
    font-size: 29px;
    line-height: 42px;
    display: block;
    font-family: Montserrat, sans-serif;
    margin-bottom: 35px;
    letter-spacing: -1px
}

.row.content.ts-des-text5 {
    position: relative
}

.row.content.ts-des-text5 .inner {
    height: 1210px;
    background: #fff url(../img/cu-des-text5.jpg) center top no-repeat;
    background-size: contain;
    z-index: 2;
    position: relative
}

.row.content.ts-des-text5 .inner .article {
    text-align: left;
    height: auto;
    color: #000;
    position: absolute
}

.row.content.ts-des-text5 .inner .article.article1 {
    right: 120px;
    top: 25px;
    text-align: right
}

.row.content.ts-des-text5 .inner .article.article1 h2 {
    font-size: 65px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    letter-spacing: -2px;
    color: #fff
}

.row.content.ts-des-text5 .inner .article.article1 h3 {
    color: #39a4c3;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    display: block;
    font-family: Montserrat, sans-serif;
    letter-spacing: -1px
}

.row.content.ts-des-text5 .inner .article.article1 p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 45px
}

.row.content.ts-des-text5 .inner .article.article2 {
    left: 225px;
    right: 225px;
    bottom: 60px;
    text-align: center;
    display: flex;
    flex-wrap: wrap
}

.row.content.ts-des-text5 .inner .article.article2 h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 35px;
    font-family: Montserrat, sans-serif;
    letter-spacing: -1px;
    color: #39a4c3;
    width: 100%;
    text-align: center
}

.row.content.ts-des-text5 .inner .article.article2 p {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 35px;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 45px
}

@media (max-width:1920px) {
    .row.content.ts-des-master .inner {
        height: 43.22916666666667vw
    }
    .row.content.ts-des-master .inner .article {
        padding-top: 13.020833333333334vw
    }
    .row.content.ts-des-master .inner .article .btn {
        padding: .78125vw 4.166666666666666vw;
        font-size: .8333333333333334vw;
        line-height: .8333333333333334vw
    }
    .row.content.ts-des-carousel {
        margin-top: -6.770833333333333vw
    }
    .row.content.ts-des-carousel .inner {
        padding-left: 20.833333333333336vw;
        padding-right: 20.3125vw
    }
    .row.content.ts-des-carousel .inner .list.list-slider {
        margin-bottom: 2.083333333333333vw;
        left: -20.3125vw
    }
    .row.content.ts-des-carousel .inner .article {
        right: 1.0416666666666665vw;
        top: 10.416666666666668vw;
        width: 39.84375vw
    }
    .row.content.ts-des-carousel .inner .article h2 {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw;
        margin-bottom: 1.3020833333333335vw
    }
    .row.content.ts-des-carousel .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw;
        margin-bottom: 3.6458333333333335vw
    }
    .row.content.ts-des-carousel .inner .article label {
        padding: 1.0416666666666665vw;
        font-size: 1.8229166666666667vw;
        line-height: 2.1875vw
    }
    .row.content.ts-des-carousel .inner .article:after {
        width: 17.291666666666668vw;
        height: 7.083333333333333vw;
        right: 18.958333333333332vw;
        top: 13.802083333333334vw
    }
    .row.content.ts-des-video .inner .article h2 {
        right: 1.5625vw;
        top: 12.5vw;
        width: 16.927083333333336vw
    }
    .row.content.ts-des-video .inner .article h2 b {
        font-size: 16.770833333333332vw;
        line-height: 9.375vw
    }
    .row.content.ts-des-video .inner .article h2 span {
        font-size: 3.28125vw;
        line-height: 9.114583333333332vw
    }
    .row.content.ts-des-text1 .inner {
        height: 40.73958333333333vw
    }
    .row.content.ts-des-text1 .inner .article {
        width: 30.8125vw;
        height: 20.833333333333336vw;
        right: 9.9166666666666665vw;
        top: 18.072916666666668vw
    }
    .row.content.ts-des-text1 .inner .article h2 {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw;
        margin-bottom: 1.3020833333333335vw;
        left: 0vw
    }
    .row.content.ts-des-text1 .inner .article h2 b {
        font-size: 1.8229166666666667vw;
        line-height: 2.1875vw
    }
    .row.content.ts-des-text1 .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw;
        margin-bottom: 2.083333333333333vw
    }
    .row.content.ts-des-text2 .inner {
        height: 92.70833333333334vw
    }
    .row.content.ts-des-text2 .inner .article {
        width: 36.45833333333333vw;
        height: 23.958333333333336vw;
        margin-left: -18.229166666666664vw;
        bottom: 2.083333333333333vw
    }
    .row.content.ts-des-text2 .inner .article h2 {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw;
        margin-bottom: 1.3020833333333335vw
    }
    .row.content.ts-des-text2 .inner .article h2 b {
        font-size: 1.8229166666666667vw;
        line-height: 2.1875vw
    }
    .row.content.ts-des-text2 .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw;
        margin-bottom: 2.083333333333333vw
    }
    .row.content.ts-des-text3 .border {
        left: 2.083333333333333vw;
        bottom: 2.083333333333333vw;
        width: 82.03125vw;
        height: 23.697916666666664vw
    }
    .row.content.ts-des-text3 .inner {
        height: 66.66666666666666vw
    }
    .row.content.ts-des-text3 .inner .article {
        width: 36.19791666666667vw;
        right: 4.479166666666667vw;
        top: 6.510416666666667vw
    }
    .row.content.ts-des-text3 .inner .article h2 {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw;
        margin-bottom: 2.864583333333333vw;
        left: -2.604166666666667vw
    }
    .row.content.ts-des-text3 .inner .article h2 b {
        font-size: 1.8229166666666667vw;
        line-height: 2.1875vw
    }
    .row.content.ts-des-text3 .inner .article h2:before {
        width: 5.208333333333334vw;
        left: -6.770833333333333vw;
        top: 2.083333333333333vw
    }
    .row.content.ts-des-text3 .inner .article h2:after {
        width: 7.291666666666667vw;
        height: 5.520833333333333vw;
        left: 25.520833333333332vw;
        top: 2.083333333333333vw
    }
    .row.content.ts-des-text3 .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw;
        margin-bottom: 2.34375vw
    }
    .row.content.ts-des-text3 .inner .article .bar1 {
        padding: .3645833333333333vw 1.3020833333333335vw;
        margin-bottom: 1.8229166666666667vw;
        font-size: 1.4583333333333333vw;
        line-height: 1.4583333333333333vw
    }
    .row.content.ts-des-text3 .inner .article .bar2 {
        padding: .3645833333333333vw 1.3020833333333335vw;
        margin-bottom: 1.8229166666666667vw;
        font-size: 1.4583333333333333vw;
        line-height: 1.4583333333333333vw
    }
    .row.content.ts-des-text3 .inner .article .bar2:before {
        right: 24.6875vw
    }
    .row.content.ts-des-text3 .inner .article .article-inner {
        padding: 1.3020833333333335vw
    }
    .row.content.ts-des-text3 .inner .article .article-inner h2 {
        font-size: 3.6458333333333335vw;
        line-height: 4.166666666666666vw;
        margin-bottom: 1.3020833333333335vw
    }
    .row.content.ts-des-text3 .inner .article .article-inner p {
        font-size: 1.8229166666666667vw;
        line-height: 2.1875vw
    }
    .row.content.ts-des-text4 .inner {
        height: 51.041666666666664vw
    }
    .row.content.ts-des-text4 .inner .article {
        width: 36.45833333333333vw;
        left: 10.166666666666666vw;
        top: 13.291666666666667vw
    }
    .row.content.ts-des-text4 .inner .article h2 {
        font-size: 4.375vw;
        line-height: 8.333333333333332vw;
        margin-bottom: .78125vw
    }
    .row.content.ts-des-text4 .inner .article h2 b {
        font-size: 3.3854166666666665vw;
        line-height: 3.90625vw
    }
    .row.content.ts-des-text4 .inner .article p {
        font-size: .9375vw;
        line-height: 1.25vw;
        margin-bottom: 2.34375vw
    }
    .row.content.ts-des-text4 .inner .article p.h {
        font-size: 1.5104166666666667vw;
        line-height: 2.1875vw;
        margin-bottom: 1.8229166666666667vw
    }
    .row.content.ts-des-text5 .inner {
        height: 63.020833333333336vw;
        margin-top: 5vw;
    }
    .row.content.ts-des-text5 .inner .article.article1 {
        right: 6.25vw;
        top: 1.3020833333333335vw
    }
    .row.content.ts-des-text5 .inner .article.article1 h2 {
      font-size: 3.875vw;
  line-height: 3.6458333333333335vw;
  margin-bottom: 2.78125vw;
  margin-top: 2VW;
  letter-spacing: -.10416666666666667vw;
    }
    .row.content.ts-des-text5 .inner .article.article1 h3 {
        font-size: 1.8229166666666667vw;
        line-height: 2.083333333333333vw
    }
    .row.content.ts-des-text5 .inner .article.article1 p {
        font-size: .9375vw;
        line-height: 1.25vw;
        margin-bottom: 2.34375vw
    }
    .row.content.ts-des-text5 .inner .article.article2 {
        left: 11.71875vw;
        right: 11.71875vw;
        bottom: 3.125vw
    }
    .row.content.ts-des-text5 .inner .article.article2 h2 {
        font-size: 1.8229166666666667vw;
        line-height: 2.083333333333333vw;
        margin-bottom: 1.8229166666666667vw
    }
    .row.content.ts-des-text5 .inner .article.article2 p {
        padding: 0 1.8229166666666667vw;
        font-size: .9375vw;
        line-height: 1.25vw;
        margin-bottom: 2.34375vw
    }
}

.row.content.tc-des-text3 .inner .article .border:after {
    width: 120px
}

@media (max-width:1920px) {
    .row.content.tc-des-text3 .inner .article .border:after {
        width: 6.25vw
    }
}

.row.content.ts-des-text3.cz .inner .article h2:after {
    left: 620px
}

@media (max-width:1920px) {
    .row.content.ts-des-text3.cz .inner .article h2:after {
        left: 32.29166666666667vw
    }
}

.delay1 {
    animation-duration: 1s!important;
    animation-delay: .5s!important
}

.delay2 {
    animation-duration: 1s!important;
    animation-delay: .7s!important
}

.delay3 {
    animation-duration: 1s!important;
    animation-delay: .9s!important
}

.delay4 {
    animation-duration: 1s!important;
    animation-delay: 1.2s!important
}

.delay5 {
    animation-duration: 1s!important;
    animation-delay: 1.5s!important
}

.delay6 {
    animation-duration: 1s!important;
    animation-delay: 1.7s!important
}

.battery-icon {
    width: 100%;
    height: auto !important;
    margin-top: -9px;
    display: block;
}

ol.with-marks {
    list-style: decimal;
    margin-left: 15px;
}

.agree-red {
    color: #39a4c3 !important;
}

.send-red {
    background: #39a4c3 !important;
}

.send-red:hover {
    color: #39a4c3 !important;
    background: #fff !important;
}

.row.content.tc-technical-accessories .border1:after {
    content: '';
    width: 1px;
    height: 3.1vw;
    background: #ae996b;
    display: block;
    position: absolute;
    left: 50%;
}

.row.content.tc-technical-accessories .border2:after {
    content: '';
    width: 1px;
    height: 3.1vw;
    background: #ae996b;
    display: block;
    position: absolute;
    left: 50%;
}

.b-red:after {
    background: #39a4c3 !important;
}

.row.content.tc-bat-txt.tc-bat-txt-02 .inner .article h2.tc-style b {
    font-family: Vollkorn, serif !important;
}

h2.ts-style {
    left: 9.677083333333332vw !important;
}

.t-23 {
    top: -23px;
}

.r2row {
    line-height: 22px;
    display: block;
    margin-top: 7px;
}

.accessories {
    padding-top: 21vw !important;
}

.sm-mb {
    margin-bottom: 3vw !important;
}

.btn-red-link {
    background: #39a4c3;
    color: #fff;
    text-decoration: none;
    transition: all .25s linear;
    padding: 10px 15px;
    font-family: Montserrat, sans-serif;
}

.btn-red-link:hover {
    background: #fff;
    color: #39a4c3;
    text-decoration: none;
}

.distributors-content {
    text-align: center;
    width: 100%;
    display: flex;
}

.distributor {
    border: 1px solid #39a4c3;
    padding: 30px;
    margin: 15px;
    width: 25vw;
}

.dist-1 {
    margin-left: 21.5vw;
}

.dist-3 {
    margin-left: 35vw;
}

.distributor a {
    text-decoration: none;
}

.distributor .img-place {
    height: 52px;
    display: block;
}

.distributor span.url {
    color: #cecece;
    font-size: 17pt;
    font-weight: 500;
}

.distributor span.address {
    color: #cecece;
    font-size: 9pt;
    margin-top: 5px;
    display: block;
}

.arial-font {
    font-family: Helvetica, Arial, sans-serif !important;
}
