@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/GOTHIC.eot'); /* IE9 Compat Modes */
    src: url('../fonts/GOTHIC.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/GOTHIC.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/GOTHIC.woff') format('woff'), /* Modern Browsers */ url('../fonts/GOTHIC.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/GOTHIC.svg') format('svg'); /* Legacy iOS */  font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic-Bold';
    src: url('../fonts/ufontscomcentury-gothic-bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/ufontscomcentury-gothic-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/ufontscomcentury-gothic-bold.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/ufontscomcentury-gothic-bold.woff') format('woff'), /* Modern Browsers */ url('../fonts/ufontscomcentury-gothic-bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/ufontscomcentury-gothic-bold.svg') format('svg'); /* Legacy iOS */  font-weight: normal;
    font-style: normal;
}

body {
    font-size: 12px;
    font-family: 'CenturyGothic', serif;
    position: relative;
    color:#808080;
}
strong{font-family: 'CenturyGothic-Bold', serif;}

.container{
    margin: 0 auto;
    width: 87%;
    max-width: 1360px;
}

.section-content {
    position: relative;
    z-index: 1;
}

.background-page {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}

.full-slides .slick-list, .full-slides .slick-track, .full-slides .slide {
    height: 100%;
}

.full-slides .slide, .sub-page-bg.background-page {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%
}

.sub-page-bg{position: fixed; height: 100%;}

.full-slides .slide > img {
    display: none;
}

.header {
    height: 77px;
    position: relative;
}

.header-container {
    text-align: justify;
    font-size: 1px;
    height: 100%;
}

.header-container:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.header-container > * {
    display: inline-block;
    vertical-align: middle;
}

.logo-wrap {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.3s;
    max-width: 200px;
}

.logo-wrap > img {
    margin-right: 1px;
    width: 25%;
}

.logo-wrap > * {
    display: inline-block;
    vertical-align: middle;
}

.menu-wrap {
    position: absolute;
    top: 100%;
    width: 100%;
    display: none;
}

.main-wrap {
    min-height: 100vh;
    position: relative;
}

.menu-toggle {
    background-color: #fff;
    height: calc(100% - 50px);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    display: none;
}

.footer {
    bottom: 0;
    color: #94c9e1;
    height: 50px;
    left: 0;
    position: absolute;
    width: 100%;
}

.footer .container {
    height: 100%;
}

.footer .container:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0.00001px;
}

.copyright {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    font-size: 0.7em;
}

/*button toggle*/
.button-menu {
    display: inline-block;
    height: 100%;
    width: 40px;
    position: relative;
}

.button-menu .icon {
    bottom: 0;
    display: block;
    height: 40px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 40px;
}

.button-menu .line {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 11px;
    width: 30px;
    transition: width 0.3s ease 0s;
}

.button-menu .line + .line {
    margin-top: 5px;
}

.button-menu .line:nth-child(1) {
    transition-delay: 0.3s;
}

.button-menu .line:nth-child(2) {
    transition-delay: 0.4s;
}

.button-menu .line:nth-child(3) {
    transition-delay: 0.5s;
}

.button-menu .icon .close {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100%;
    transition: opacity 0.5s;
}

.opened .button-menu .icon .close {
    opacity: 1;
}

.button-menu .icon .close::before, .button-menu .icon .close::after {
    background-color: #00405d;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 0.3s;
}

.button-menu .icon .close::before {
    height: 2px;
    width: 60%;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: 0 50% 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.button-menu .icon .close::after {
    height: 60%;
    width: 2px;
    transform: scaleY(0);
    transition-delay: 0.15s;
    transform-origin: 50% 100% 0;
    -webkit-transform: scaleY(0);
    -webkit-transition-delay: 0.15s;
    -webkit-transform-origin: 50% 100% 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.opened .button-menu .line {
    width: 0;
}

.opened .button-menu .icon .close::before {
    transform: scaleX(1);
    transition-delay: .35s;
    -webkit-transform: scaleX(1);
    -webkit-transition-delay: 0.35s;
}

.opened .button-menu .icon .close::after {
    transform: scaleY(1);
    transition-delay: .5s;
    -webkit-transform: scaleY(1);
    -webkit-transition-delay: 0.5s;
}

.opened .header {
    z-index: 20;
}

.opened .logo-text {
    color: #00405d;
}

.opened .logo-t1 {
    color: #0289c6;
}

/*menu*/
.menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.menu li {
    border-top: 1px solid transparent;
}
.menu li:first-child{border-top: none;}

.opened .menu li {
    border-color: #f4f4f4;
}

.menu a {
    color: #0289c6;
    display: block;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-decoration: none;
    width: 87%;
}

.menu a .fa {
    margin-right: 5px;
}

.note-wrap {
    color: #fff;
}

.note-wrap-inner {
    max-width: 990px;
}

.big-text {
    font-family: "Times New Roman", sans-serif;
    font-size: 2em;
    font-style: italic;
}

.big-note {
    font-size: 23px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

.big-note:after {
    content: "";
    width: 85px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

#home-template {
    padding: 50px 0 100px;
}

.header-container-wrap {
    height: 100%;
}

.main-sub {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.page-sub-template {
    padding: 0 0 100px;
    overflow-x:hidden;
}

.page-note-l > img {
    display: block;
    width: 100%;
}

.note-l-text {
    padding: 20px;
    background-color: #037fb7;
    color: #fff;
    line-height: 160%;
}

.about-note {
    font-family: "Times New Roman";
    font-size: 1.8em !important;
    font-weight: 100;
    line-height: 150%;
}

.note-author {
    color: #94c9e1;
    display: block;
    font-size: 0.6em;
    font-family: 'CenturyGothic', serif;
    margin-top: 10px;
}

.page-note-r {
    background-color: #fff;
    padding: 20px;
    color: #808080;
    line-height: 160%;
}

.note-r-title {
    font-size: 1.4em;
    line-height: 140%;
}

.blue {
    color: #028dcb;
}

.note-r-link a {
    color: #808080;
    display: block;
    text-decoration: none;
    line-height: 150%;
}

.note-r-link a.blue {
    color: #028dcb;
}

.menu a.active {
    color: #028dcb;
}

h1.page-title{
    font-family: "CenturyGothic-Bold";
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 2.2em;
}

/* Lance Edit*/

.clearfix:before,.clearfix:after, dl:before, dl:after {content: " ";display: table;}
.clearfix:after, dl:after {clear: both;}
.clearfix,dl {*zoom: 1;}
h1,h2,h3{font-family: "CenturyGothic-Bold";}
a{transition: all 0.3s ease;}

.page-content, .small-note{letter-spacing: 1px;line-height: 160%; text-align: justify;}
.note-l-text a{text-decoration: none; color: #fff;}
.form-style p{margin: 0 0 20px 0;}
.form-style .col_full{margin-bottom: 20px; position: relative;}
.form-style .col_full:focus label{display:none;}
.form-style label{color: #808080; position: absolute; left: 10px; top: 0px; line-height: 39px; height: 39px;}
.form-style input:focus + label, .form-style textarea:focus + label{display: none;}
.form-style input, .form-style textarea{width: 100%; background: #f4f4f4; border: solid 1px #f4f4f4; padding: 10px;}
.form-style button{background: #666666; border: none; display: block; width: 100%; text-align: center; padding: 10px 0;text-transform: uppercase;color: #fff;}
.product-listing .item{float: left; width: 50%; position: relative; overflow: hidden; margin-top: -3px; height: 170px; background-color: #000; text-align: center;}
.product-listing .item img{height: 100%; width: auto; max-width: none;}
.product-listing .item h3{position: absolute; bottom: 3%; color: #fff; font-size: 0.9em;text-align: center; width: 100%; transition: all 0.3s ease;}
.product-listing .item:hover h3{color:#0389c5;}
.product-listing .item .box-bg{display: block;background: url(../images/blue.png) no-repeat center; position: absolute; height: 100%; width: 100%; transition: background 0.3s ease;}
.product-listing .item:hover .box-bg{background: url(../images/white.png) no-repeat center;}
.product-listing .item .box-select{color:#0389c5; font-size: 50px;position: absolute; background: #fff; border-radius: 50%; text-align: center; vertical-align: middle; width: 80px; height: 80px; line-height: 80px; left: 40%; top: 35%; opacity: 0;transition: all 0.3s ease;}
.product-detail{background: #fff;position: absolute;top: 0px;left: 0px;z-index:2; width: 100%;}
.detail-box{width: 87%; margin: 0 auto; padding: 6% 0;}
.detail-title h2{float: left; color: #0291d1;margin: 20px 0;font-size: 1.8em;}
.detail-close{float: right;border: solid 1px #dadada;border-radius: 50%;width: 40px;height: 40px;line-height: 36px;text-align: center;font-size: 30px;margin-top: 15px;color: #dadada;}
.detail-close:hover{color: #0291d1; border: solid 1px #0291d1;}
.detail-content h4{background-color: #0291d1; padding: 15px;color:#fff;margin: 0px;font-size: 1.2em;}
.detail-content dl{margin: 0px; border-top: solid 1px #ebebeb;}
.detail-content dl:first-child{border-top: none;}
.detail-content dt{float: left; width: 40%;margin: 0px; padding: 15px 0px 15px 15px;font-family: "CenturyGothic-Bold";}
.detail-content dd{float: right; width: 58%; margin: 0px; padding: 15px 15px 15px 0;}
.detail-navi{margin-top: 40px;}
.detail-navi a{display: block; text-align: center; background-color: #fafafa; padding: 15px 0; color: #c3c3c3; text-decoration: none; text-transform: uppercase;}
.detail-navi a:hover{color: #0291d1}
.detail-navi .previous{float: left; width: 50%;}
.detail-navi .next{float: right; width: 50%;}

@media screen and (min-width: 640px) {
    .page-note-wrap {
        background-color: #fff;
    }
    .product-listing.page-note-wrap {
        background: none;
    }

    .page-note-l {
        float: left;
        width: 33%;
    }

    .page-note-r {
        float: left;
        width: 67%;
    }

    .logo-wrap > img {
        margin-right: 10px;
        width: 70px;
    }
    .logo-wrap{max-width: 400px;font-size: 16px;}
    .product-listing .item h3 {font-size: 1.4em;}
    .product-listing .item{height:250px;}
}
@media screen and (min-width: 768px) {
    .main-sub {
        margin: 0 auto 10%;
        width: 90%;
    }

    .big-note{
        font-size: 30px;
        line-height: 35px;
    }
    .product-detail{position: relative; background:none;}
    .detail-box{width: 100%; padding: 0px;}
    .detail-img{float: left; width: 50%;}
    .detail-content{float: right; width: 50%; padding: 0 20px 20px 20px;background-color: #fff}
    
}
@media screen and (min-width: 1024px) {
    body {font-size: 14px;}
    #home-template{padding-top: 7%;}
    .copyright{font-size: 0.8em;}
    .big-note{font-size: 3.5em;line-height: 130%; margin-bottom: 50px; padding-bottom: 50px;}
    .big-note:after{height: 3px; width: 200px;}
    .note-l-text{padding: 8%;}
    .detail-navi a{padding: 25px 0;}
    .sub-page-bg{height: 1000px;}
    .detail-content{padding: 40px; padding-top: 0px;}
    .note-wrap-inner {
        width: 85%;
        max-width: 990px;
    }

    .header-container:after {
        display: none;
    }
    .header {
        height: auto;
        position: relative;
        transition: all 0.3s;
    }

    .header.fixed {
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 50;
    }

    .header:hover, .header.fixed {
        background-color: #fff;
    }

    .header:hover .logo-text, .header.fixed .logo-text {
        color: #00405d;
    }

    .header:hover .logo-t1, .header.fixed .logo-t1 {
        color: #0289c6;
    }

    .menu-wrap {
        display: block;
    }

    .button-menu {
        display: none;
    }

    .header-container {
        width: auto;
        line-height: 25px;
    }

    .header-container-wrap {
        font-size: 1px;
        margin: 0 auto;
        text-align: justify;
        vertical-align: middle;
        width: 87%;
        height: auto;
        line-height: 0;
        max-width: 1360px;
    }

    .header-container-wrap:after {
        display: inline-block;
        content: "";
        width: 100%;
    }

    .header-container-wrap > * {
        display: inline-block;
        vertical-align: middle;
    }

    .header-container-wrap .menu-wrap {
        display: inline-block;
        width: auto;
        position: static;
        height: 100%;
    }

    .menu li {
        border: medium none;
        float: left;
        margin-left: 30px;
    }

    .menu li:first-child {
        margin-left: 0;
    }

    .menu a {
        color: #fff;
        font-size: 20px;
        margin: 0 5px;
        border-bottom: 2px solid transparent;
        transition: color 0.3s, border-color 0.3s;
        width: auto;
        height: 150px;
        line-height: 150px;
    }

    .header:hover .menu a, .header.fixed .menu a {
        color: #808080;
    }

    .header:hover .menu a.active, .header.fixed .menu a.active {
        color: #028dcb;
    }

    .header:hover .menu a:hover, .header.fixed .menu a:hover {
        color: #028dcb;
        border-color: #028dcb;
    }

    .menu a .fa {
        display: none;
    }

    .logo-wrap {
        font-size: 21px;
    }

    .logo-wrap > img {
        margin-right: 10px;
        width: 85px;
    }

    .note-l-text, .page-note-r{font-size: 1em;}
    .page-note-r{padding: 7%;}
    .form-style label{line-height: 43px; height: 43px;}
    .form-style button{padding: 20px 0;}
    h1.page-title{font-size: 60px;}
    .product-listing .item{width: 33%;height:350px;}
    .product-listing .item:hover .box-select{opacity: 1;}
}

@media screen and (min-width: 1200px) {
    body {font-size: 17px;}
    

    h1.page-title {
        font-size: 50px;
        line-height: 55px;
    }
    .note-r-title {
        font-size: 27px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .note-r-text {
        margin-bottom: 60px;
    }
    .note-r-link {
        font-size: 20px;
        line-height: 25px;
    }
    .form-style label{line-height: 43px; height: 43px;}
}

@media screen and (min-width: 1360px) {
    h1.page-title{font-size: 72px;}
}