/*
==================================
    Fonts
==================================
*/

@font-face {
    font-family: 'f-heavy';
    src: url('fonts/SFProText-Heavy.eot');
    src: url('fonts/SFProText-Heavy.eot?#iefix') format('embedded-opentype'),
    url('fonts/SFProText-Heavy.woff2') format('woff2'),
    url('fonts/SFProText-Heavy.woff') format('woff'),
    url('fonts/SFProText-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'f-light';
    src: url('fonts/SFProText-Light.eot');
    src: url('fonts/SFProText-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/SFProText-Light.woff2') format('woff2'),
    url('fonts/SFProText-Light.woff') format('woff'),
    url('fonts/SFProText-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'f-medium';
    src: url('fonts/SFProText-Medium.eot');
    src: url('fonts/SFProText-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/SFProText-Medium.woff2') format('woff2'),
    url('fonts/SFProText-Medium.woff') format('woff'),
    url('fonts/SFProText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'f-bold';
    src: url('fonts/SFProText-Bold.eot');
    src: url('fonts/SFProText-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/SFProText-Bold.woff2') format('woff2'),
    url('fonts/SFProText-Bold.woff') format('woff'),
    url('fonts/SFProText-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'f-regular';
    src: url('fonts/SFProText-Regular.eot');
    src: url('fonts/SFProText-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/SFProText-Regular.woff2') format('woff2'),
    url('fonts/SFProText-Regular.woff') format('woff'),
    url('fonts/SFProText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*
==================================
    Tags
==================================
*/

* {
    font-family: f-light, sans-serif, tahoma, arial;
    outline: none;
}

html,
body {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background: #fff;
}

html {
    font-size: 62.5%
}

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

body {
    font-size: 1.5rem;
    letter-spacing: -0.015em;
    color: #333332;
    line-height: 1.36;
    background: #f2f2f2;
}


a {
    text-decoration: none;
    color: inherit;
}
a:hover {color: #5da130}

b,
strong {
    font-family: f-regular;
    font-weight: normal;
}


hr {
    width: 30%;
    height: 0;
    margin: 6rem auto;
    border: none;
    border-top: dashed .15rem #646663;
}

hr + * {
    margin-top: 0 !important;
}


blockquote {
    width: 70%;
    margin: 5rem auto 10rem auto;
    font-size: 1.3em;
    font-style: italic;
    font-family: f-regular
}

h1, h2, h3, h4 {
    font-weight: normal;
    font-family: f-regular;
}



/*
==================================
    Class
==================================
*/
/*
----------------------------------
    General
----------------------------------
*/
.br {
    color: inherit !important;
    font-size: 0!important;
    display: block;
}
.br:before {
    content: ',';
    margin-right: .3em;
    display: inline-block;
}

.highlight {
    background: #16B540;
    color: #fff !important;
    display: inline-block;
    line-height: 1;
    padding: 0 .3em .22em .3em;
    box-sizing: border-box;
}

.clear {
    clear: both !important;
    float: none !important;
    width: 100% !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}


/*
----------------------------------
    Cover
----------------------------------
*/
[class*="fs-cover"] {
    width: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}

[class*=fs-cover]>img {display: none}

[class*="fs-cover-1:1"] {padding-bottom: 100%}
[class*="fs-cover-4:3"] {padding-bottom: 75%}
[class*="fs-cover-16:9"] {padding-bottom: 56.25%}



/*
----------------------------------
    Select
----------------------------------
*/
.fse-select {
    width: auto;
    min-height: 3rem;
    border: solid 1px #000;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
}

.fse-select:before,
.fse-select:after {
    content: '';
    height: 25%;
    min-height: 1rem;
    border-left-style: solid;
    border-left-width: .1rem;
    border-left-color: #333332;
    position: absolute;
    right: 1.2em;
    top: 0;
    bottom: 0;
    margin: auto;
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
}

.fse-select:before {
    transform: translate3d(-25%,0,0) rotate(45deg);
    -webkit-transform: translate3d(-25%,0,0) rotate(45deg);
}

.fse-select:after {
    transform: translate3d(25%,0,0) rotate(-45deg);
    -webkit-transform: translate3d(25%,0,0) rotate(-45deg);
}

.fse-select:hover:before,
.fse-select:hover:after {background: #f230d2}

.fse-select select {
    width: 100%;
    height: 100%;
    border: none;
    box-shadow: none;
    font-size: inherit;
    background: transparent;
    padding-right: 3rem;

    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.fse-select option {
    float: left;
    padding: 1rem;
}



/*
----------------------------------
    Notice
----------------------------------
*/
.notice {
    width: 100%;
    /*border: dashed .2rem #ffa64c;*/
    border-radius: .5rem;
    padding: 3rem 8rem;
    box-sizing: border-box;
    display: inline-block;
}

.notice > * {
    display: block;
}

.notice > :nth-child(1) {
    font-size: 2.5em;
    font-family: f-regular;
    margin-bottom: 1rem;
    color: #ffa64c;
}

.notice > hr {
    margin: 2rem auto;
}


.notice .gift {
    display: inline-block;
    padding-left: 13rem;
    box-sizing: border-box;
    position: relative;
    text-align: left;
}

.notice .gift:before {
    content: '';
    width: 10rem;
    height: 70%;
    background: url('../image/home/s-gift.png') center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.notice .gift > * {
    display: block;
    margin: 1rem 0;
    font-family: f-bold;
}


/*
----------------------------------
    Section title
----------------------------------
*/
.s-title {
    margin: 0;
    font-size: 3.5em;
    font-family: f-light;
    color: #16B540;
}

.s-title * {
    font-size: inherit;
    color: #16B540;
    text-transform: none;
}

.s-title-sub {
    font-size: 2.5em;
    font-weight: normal;
    margin: 6rem 0 3rem 0;
    font-family: f-light;
}

.s-description {
    font-family: f-light;
    margin-top: 2rem;
    color: #646663
}


/*
----------------------------------
    Polygon section
----------------------------------
*/
.gs-polygon {
    position: relative;
    padding-bottom: 16rem;
}

.gs-polygon:after {
    content: '';
    width: 100%;
    height: 10rem;
    background: url('../image/bg-polylon.svg') center bottom no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: -1px;
	z-index: 1
}

/*
----------------------------------
    Box general
----------------------------------
*/
.gs-box {
    position: relative;
}
.gs-box > div {
    width: 45%;
    position: relative;
    margin: 1.5rem 0;
}
.gs-box > div > * {
    display: block;
    text-align: left;
}
.gs-box > div h4 {
    font-family: f-light;
    cursor: pointer;
    transition: .3s;
    margin: 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between
}
.gs-box > div > h4:hover {
    color: #16B540;
    text-decoration: underline;
}
.gs-box > div h4 i {
    margin-right: 1.5rem;
	font-size: 1.5em
}
.gs-box > div h4 label {
    cursor: inherit;
}
.gs-box > div h4 > label:first-child {
    float: left;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center
}
.gs-box > div h4 > label:last-child {
    float: right;
    font-family: f-regular;
    color: #333332;
}
.gs-box > div h4 > label * {
    font-family: inherit;
}
.gs-box > div h4 > label:last-child:not(.text):after {
    content: 'đ';
    margin-left: .3rem
}

.gs-box > div[data-show] > div {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.gs-box > div > div {
    background: #fff;
    padding: 3rem;
    box-sizing: border-box;
    border-radius: .5rem;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 1rem 4rem rgba(0,0,0,.1);
    z-index: 1;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: top center;
    -webkit-transform-origin: top center;
    transition: .3s;
}
.gs-box > div > div > .mi-close {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.gs-box .salient {
    color: #333332;
    font-family: f-bold;
}

.gs-box.gs-functions div > h4 {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

/*
.gs-box.gs-functions > div > h4 + div:hover,
.gs-box.gs-functions > div > h4:hover + div {
	transform: scale(1);
    -webkit-transform: scale(1);
}
*/

/*
----------------------------------
    Pack general
----------------------------------
*/
.gs-pack {
    width: 100%;
}
.gs-pack > * {
    width: 45%;
    margin: 1rem 0;
}
.gs-pack span:after {
    content: '';
    clear: both;
    display: block;
}
.gs-pack span > label:first-child {
    float: left;
}
.gs-pack span > label:first-child i {
    margin-right: 1rem;
}
.gs-pack span > label:last-child {
    float: right;
    font-family: f-regular;
}
.gs-pack div p {
    text-align: left;
}


/*
----------------------------------
    Salient general
----------------------------------
*/
.gs-salient {
    padding-bottom: 0;
}
.gs-salient .content {
    padding:  10rem 0 10rem 40%;
    background-image: url('../image/bg-app.png');
    background-position: left bottom;
    background-size: auto 80%;
    background-repeat: no-repeat;
}
.gs-salient .gs-box h4 {
    font-size: 1.4em;
}

/*
----------------------------------
    Price general
----------------------------------
*/
.s-price .p-name > * {
    display: block;
}
.s-price .p-name > :nth-of-type(n+2) {
    margin-top: 3rem;
}
.s-price .p-name input {
    display: none
}
.s-price .p-name input:checked + label {
    background: #16B540;
    border-color: #fff;
    border-radius: 0;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform-origin: right;
    -webkit-transform-origin: right;
}
.s-price .p-name input:checked + label:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}
.s-price .p-name input:checked + label * {
    color: #fff;
}
.s-price .p-name > span > label {
    width: 100%;
    padding: 1.5rem 2rem;
    border: double 5px #333332;
    border-radius: 1rem;
    transition: .3s;
    position: relative;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
}
.s-price .p-name > span > label:before {
    content: '';
    width: 0;
    height: 0;
    border: solid 2rem transparent;
    border-left: none;
    border-right-color: #16B540;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.9rem;
    margin: auto;
    transition: inherit;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform-origin: right;
    -webkit-transform-origin: right;
}
.s-price .p-name > span > label:after {
    content: '';
    clear: both;
    display: block;
}

.s-price .p-name > span > label > :nth-child(1) {
    float: left;
    font-size: 1.3em;
    text-align: left;
}
.s-price .p-name > span > label > :nth-child(2) {
    float: right;
    text-align: right;
    font-size: 1.8em;
    font-family: f-regular;
}
.s-price .p-name > span > label > :nth-child(2) sup {
    font-size: .5em;
    margin-left: .5rem;
    font-family: inherit;
}
.s-price .p-name .hotline > * {
    display: block;
}
.s-price .p-name .hotline span:first-child {
    font-size: 1.4em;
}
.s-price .p-name .hotline a {
    font-size: 1.8em;
    font-family: f-regular;
    color: inherit;
    padding: 1.5rem;
    margin-top: 1rem;
    border-radius: .5rem;
    border: dashed 1px #333332;
}
.s-price .p-name .hotline a i {
    margin-right: 1rem;
}

.s-price .p-feature > div {
    display: block;
}
.s-price .p-feature > div:nth-child(n+2) {
    margin-top: 5rem
}
.s-price .p-feature > div > label {
    display: block;
    font-size: 1.8em;
    text-align: left;
    margin-bottom: 1rem;
}
.s-price .p-feature .pf-basic .gs-box > div > h4 label:last-child:after {
    display: none;
}

.s-price .gs-box > div h4:hover {
    color: inherit;
}
.s-price .gs-box > div > h4 i:before {
    font-size: 1.2em !important;
}
.s-price .gs-box > div > div h4 {
    font-size: 1.3em;
    font-family: f-regular;
    color: inherit;
}
.s-price .gs-box > div > div h4 > label:first-child {
    font-size: 1em;
    font-family: inherit;
}
.s-price .gs-box > div > div h4 > label:last-child {
    display: none;
}
.s-price .gs-box > div {
    margin: 1rem 0;
}
.s-price .gs-box [class*=pack-] {
    display: none
}
.s-price .gs-box .pack-ecommerce {
    display: block;
}
.s-price .pf-basic .gs-box h4 > label:last-child {
    font-size: 1.4em;
    font-family: f-medium;
}

.s-price[fixed] {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.s-price[fixed] .p-name {
    width: 25%;
    position: fixed;
    top: 9rem;
    right: 6rem;
}

/*
----------------------------------
    Theme general
----------------------------------
*/
.gs-theme .content {
    margin-top: 6rem;
    display: flex !important;
	display: -webkit-flex !important;
    justify-content: space-around;
	-webkit-justify-content: space-around;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.gs-theme .content>div {
    width: calc((90%/3) - 3rem);
    width: -webkit-calc((90%/3) - 3rem);
	background: #fff;
    border-radius: .5rem;
	overflow: hidden;
	transition: .5s ease-in;
	box-shadow: 0 1rem 2rem -1.5rem rgba(0,0,0,.3)
}

.gs-theme .content>div:hover {
	background: #fff;
}

.gs-theme .content>div:nth-child(n+4) {
    margin-top: 6rem
}

.gs-theme .content>div>* {
    display: block;
}

.gs-theme .content>div > span:nth-of-type(1) {
    color: #666;
	font-size: .9em;
	letter-spacing: 1px;
}

.gs-theme .content>div > span:nth-of-type(2) {
    color: #666;
    font-size: .9em;
}

.gs-theme .content>div>:last-child {
    font-size: 1.6em;
    margin-top: 1rem;
	padding-bottom: 4rem;
}

.gs-theme .content .cover {
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
    box-sizing: border-box;
    /* border-radius: .5rem; */
    transition: .5s;
}

.gs-theme .content .cover:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .3s ease-out;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform-origin: top;
    -webkit-transform-origin: top;
}

.gs-theme .content .cover:hover:before {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
}

.gs-theme .content .cover:after {
    content: 'XEM THỬ';
    color: #333332;
    border: solid .2rem #333332;
    border-radius: .3rem;
    padding: 1.5rem 3.5rem;
    box-sizing: border-box;
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 2;
    transition: .3s ease-out;
}

.gs-theme .content .cover:hover:after {
    top: 50%;
}

.gs-theme .content .cover img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}

.gs-theme .content .cover:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.gs-theme .more {
    width: auto;
    height: 7rem;
    line-height: 7rem;
    border-radius: 3.5rem;
    margin: 6rem auto 0 auto;
    padding: 0 5rem;
    border: dashed 1px #999;
    color: #999;
    text-transform: uppercase;
    transition: .5s ease-out;
    display: inline-block;
}

.gs-theme .more:hover {
	border-style: solid;
    border-color: #333332;
    color: #333332
}


/*
----------------------------------
    Article general
----------------------------------
*/
.gs-article {
    width: 90%;
    display: inline-flex;
	display: -webkit-inline-flex;
    justify-content: flex-start;
	-webkit-justify-content: flex-start;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    align-items: flex-start;
	-webkit-align-items: flex-start;
}

.gs-article > a {
    width: 30%;
    background: #fff;
    border-radius: .3rem;
    box-sizing: border-box;
    overflow: hidden;
    transition: .5s ease-out;
    margin-left: 5%;
}

.gs-article > a:nth-child(3n+1) {
    margin-left: 0;
}

.gs-article > a:nth-child(n+4) {
    margin-top: 4rem;
}

.gs-article > a:hover {
    box-shadow: 0 1rem 4rem rgba(0,0,0,.1);
}

.gs-article > a:hover [class*=fs-cover] {
    transition: .5s ease-out;
}

.gs-article > a:hover [class*=fs-cover] {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
}


.gs-article > a > h2 {
    text-align: left;
    font-size: 1.3em;
    padding: 2rem;
    margin: 0;
    box-sizing: border-box;
}

.gs-article > a > :nth-child(2) {
    margin-top: 1.5rem;
    display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
    padding: 0 2rem;
    box-sizing: border-box;
}

.gs-article > a > :nth-child(2) > label {
    color: #646663;
    font-size: .9em;
    align-items: center;
    position: relative;
    padding-left: 2.2rem;
    box-sizing: border-box;
}

.gs-article > a > :nth-child(2) > label:before {
    content: '';
    width: 2rem;
    height: 100%;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-origin: content-box;
    padding: .2rem;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.gs-article > a > :nth-child(2) > label:nth-child(1):before {
    background-image: url('../image/icon-article-time.png')
}

.gs-article > a > :nth-child(2) > label:nth-child(2):before {
    background-image: url('../image/icon-article-eye.png')
}



/*
----------------------------------
    Cover general
----------------------------------
*/

.gs-cover {
    width: 100%;
    padding: 0;
    padding-bottom: 33.33%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}


/*
----------------------------------
    Request general
----------------------------------
*/

.gs-request {
    background: url('../image/bg-request.jpg') center no-repeat #16B540;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
    text-align: left;
    display: flex;
	display: -webkit-flex;
    justify-content: space-around;
	-moz-justify-content: space-around;
	-webkit-justify-content: space-around;
    align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
}

.gs-request * {
    color: #fff;
}

.gs-request > * {
    display: inline-block;
}

.gs-request > .button > * {
    display: flex;
	display: -webkit-flex;
}


.gs-request > .info > * {
    text-align: left;
    font-family: f-light;
    margin-top: 1rem;
	display: block;
}

.gs-request > .info > label {
    font-size: 2.5em;
    font-family: f-regular;
    color: #fff;
    margin-bottom: 2rem;
}

.gs-request > .info > span:last-child {
    font-size: 2.2em;
    margin-top: 2rem;
    font-style: italic;
}


.gs-request .button a {
    width: 100%;
    padding: 2rem 3rem;
    box-sizing: border-box;
    border: solid .2rem #fff;
    border-radius: .5rem;
    overflow: hidden;
    position: relative;
    transition: .5s;
}

.gs-request .button a:hover {
    background: #16B540;
    border-color: transparent;
    box-shadow: 0 1rem 2rem rgba(0,0,0,.15);
}


.gs-request .button a:nth-child(2) {
    margin-top: 4rem;
}


.gs-request .button span {
    position: relative;
    padding-left: 5rem;
    box-sizing: border-box;
}

.gs-request .button span:before {
    content: '';
    width: 4rem;
    height: 4rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.gs-request .button .bt-call span:before {background-image: url('../image/icon-phone-white.png')}
.gs-request .button .bt-send span:before {background-image: url('../image/icon-send.png')}


.gs-request .button label {
    display: block;
}

.gs-request .button label:first-child {
    font-size: 1.6em;
    font-family: f-regular;
}
.gs-request .button label:last-child {
	font-size: .8em;
}


/*
----------------------------------
    Pages general
----------------------------------
*/

.gs-pages {
    height: 5rem;
    display: inline-flex;
	display: -webkit-inline-flex;
    justify-content: center;
	-webkit-justify-content: center;
    overflow: hidden;
    border-radius: .3rem;
    margin-top: 7rem
}

.gs-pages > a {
    width: 5rem;
    border-radius: 50%;
	color: inherit;
    margin: 0 .5rem;
    display: flex;
	display: -webkit-flex;
    justify-content: center;
	-webkit-justify-content: center;
    align-items: center;
	-webkit-align-items: center;
    transition: .3s ease-out;
    position: relative;
    z-index: 0;
}

.gs-pages > a:before {
    content: '';
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #ebebeb;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    transition: .1s ease-out;
}
.gs-pages > a:not(.current):hover:before {
    width: 100%;
    height: 100%;
}

.gs-pages > a.prev,
.gs-pages > a.next {
    width: 5rem
}

.gs-pages > a.current {
    font-family: f-regular;
    background: #16B540;
    color: #fff;
    font-size: 1.3em;
}



/*
==================================
    Elements
==================================
*/
/*
----------------------------------
    Header
----------------------------------
*/
header {
    width: 100%;
    height: 8rem;
    background: #fff;
	border-bottom: solid 0.5px #e5e5e5;
    padding: 0 6rem;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform-origin: top;
    -webkit-transform-origin: top;
    transition: .5s ease-in;
}

header a {
    color: inherit;
}

header .logo {
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    -moz-align-items: center;
    -webki-align-items: center;
    margin-left: 10%;
}

header .logo img {
    max-height: 50%;
}
header .logo > img:nth-child(2) {
    display: none
}

header[state=hide] {
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
}

header[state=transparent] {
    background: transparent;
    border-bottom: none;
	box-shadow: none;
}

header[state=transparent] .logo > img:nth-child(2) {
    display: block;
}
header[state=transparent] .logo > img:nth-child(1) {
    display: none
}

header[state=transparent] [nav-text] {
    color: #fff
}


header>ul {
    height: inherit;
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

header>ul>li {
    height: 100%;
    line-height: 8rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    float: left;
}

header>ul>li>a {
    height: 100%;
    display: block;
    text-transform: uppercase;
    padding: 0 3rem;
    transition: .5s;
}

header>ul>li>a:hover [nav-text] {
	transition: inherit
}

header>ul>li>a:hover [nav-text]{
	/*color: #16B540 !important;*/
	text-decoration: underline
}

header>ul>li.active {
    position: relative;
}

header>ul>li.active:before,
header>ul>li.active:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

header>ul>li.active:before {
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background: #333332;
    top: 35%;
}

header>ul>li.active:after {
    width: 1px;
    height: 35%;
    border-left: dashed 0.5px #333332;
    top: 0;
}

header>ul>li.active>a {
    color: #16B540;
    position: relative;
    padding-top: 1.2rem;
    box-sizing: border-box;
}

header>ul>li.active>a>* {
    color: inherit;
    font-family: f-regular;
}



header ul ul {
    width: 22rem;
    background: #fff;
    padding: 3rem;
    box-sizing: border-box;
    list-style: none;
    box-shadow: 0 1rem 1rem rgba(0,0,0,.1);
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    position: absolute;
    top: 100%;
    left: 50%;
    transition: .3s ease-out;

    transform: translateX(-50%) scaleY(0);
    -webkit-transform: translateX(-50%) scaleY(0);

    transform-origin: top;
    -webkit-transform-origin: top;
}

header > ul > li:hover > ul {
    transform: translateX(-50%) scaleY(1);
    -webkit-transform: translateX(-50%) scaleY(1);
}

header ul ul li {
    width: 100%;
    line-height: 1;
    transition: .3s ease-out;
}

header [sub=row] ul {
    width: 60rem;
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    justify-content: flex-start;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start
}

header [sub=row] ul li {
    width: 33%;
}


header ul ul a {
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    box-sizing: border-box;
    display: block;
    transition: .3s ease-out;
	border-radius: .3rem
}

header ul ul [nav-text] {
    color: #333332 !important;
}

header ul ul li.active a,
header ul ul a:hover {
    padding: 1.5rem 2rem;
}

header ul ul li.active a {
    background: #e5e5e5;
}

header ul ul li.active a * {
    font-family: f-regular;
}

header ul ul a:hover {
	background: #f5f5f5
}

header [nav-open] {
    display: none;
}


/*
----------------------------------
    Footer
----------------------------------
*/
/* ----- Common ----- */
footer {
	/*
    background: linear-gradient(to top, #ededed,#f5f5f5 80%);
    background: -webkit-linear-gradient(bottom, #ededed,#f5f5f5 80%);
	*/
    background: linear-gradient(to bottom, #e5e5e5,#f2f2f2 80%);
    background: -webkit-linear-gradient(top, #e5e5e5,#f2f2f2 80%);
    padding-top: 8rem;
}

footer * {
    color: #333
}

footer section {
    text-align: center;
    margin: auto;
}

footer .pack {
    width: 80%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    box-sizing: border-box;
}

footer .pack > * {
    display: inline-block;
}

footer .pack > * > * {
    display: block;
    text-align: left;
}


/* ----- Customize ----- */

footer .hotline label:first-child {
    font-size: 1.8em;
    margin-bottom: 1rem;
    font-family: f-regular;
    text-align: left;
}

footer .hotline label:first-child:before {
    margin-right: 1rem;
}

footer .support {
    border: none;
    margin: 3rem auto;
    padding: 3rem 0;
}

footer .support > div {
    border-top: solid 1px #333332;
    padding-top: 1rem;
    width: 20%;
}

footer .support label {
    font-size: 1.3em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

footer .support .phone ul {
    list-style: none;
    padding: 0;
    margin: 0;
    list-style-position: inside;
}

footer .support .phone li:nth-child(n+2) {
    margin-top: .5rem
}

footer .social {
    text-align: left;
}

footer .social a {
    width: 4rem;
    height: 4rem;
    border: solid 1px #333;
    display: inline-block;
    box-sizing: border-box;
}

footer .social a:hover {
    border-color: #16B540;
    background: #16B540;
    color: #fff;
}

footer .social a:nth-of-type(n+2) {
    margin-left: 1rem;
}


footer .request label {
    font-size: 1.3em;
    font-family: f-light;
}

footer .request form {
    margin: 2rem 0 0 0;
    font-size: 0;
}

footer .request form * {
    height: 5rem;
}

footer .request input {
    width: 30rem;
    background: none;
    border: solid 1px #999;
    border-radius: 0;
    border-top-left-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
    box-sizing: border-box;
    color: #333332;
    padding: 0 3rem;
}

footer .request input:focus {
    background: #fff;
}

footer .request button {
    border: none;
    padding: 0 5rem;
    background: #999;
    border-top-right-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
    text-transform: uppercase;
    transition: .3s;
    margin: 0;
    color: #fff;
}

footer .request button:hover {
    background: #16B540;
}

footer .copyright {
	padding: 5rem 0;
    font-size: .6em;
    letter-spacing: .05rem;
    word-spacing: .2rem;
    line-height: 5rem;
}

footer .copyright a {
    font-size: inherit;
    color: #ffa64c;
}

footer .company {
    margin-top: 5rem;
    padding: 2rem 4rem 0 4rem;
    box-sizing: border-box;
    border-top: solid 1px #e5e5e5;
}
footer .company * {
    color: #666;
}
footer .company .info > * {
    display: block;
    text-align: right;
    margin-bottom: .5rem;
    font-size: .9em;
}
footer .company .link > a {
    width: 30%;
    margin: 0 3% 1rem 0;
    text-align: left;
    font-size: .9em;
}
footer .company .link > a:before {
    content: '»';
    margin-right: .5rem;
}
footer .company .link a:hover {
    color: #333332;
    text-decoration: underline;
}

/*
----------------------------------
    Main
----------------------------------
*/
main {
    margin-top: 8rem;
    text-align: center;
}

main>section {
    padding: 10rem 6rem;
    box-sizing: border-box;
}

main>section>:not(script) {
    display: block;
}



/*
----------------------------------
    Request popup
----------------------------------
*/
#popup-request {
    width: 76rem;
    display: flex;
	display: -webkit-flex;
    justify-content: flex-end;
	-webkit-justify-content: flex-end;
    background: url('../image/bg-tree.png') 10% bottom no-repeat;
    background-size: auto 70%;
    -webkit-background-size: auto 70%;
    margin: 0;
}

#popup-request > div {
    width: 60%;
    display: inline-block;
    padding: 4rem 6rem;
    box-sizing: border-box;
}

#popup-request > div > * {
    display: block;
    text-align: left;
}

#popup-request .title {
    font-size: 2.2em;
}

#popup-request .description {
    color: #646663;
    font-family: f-light;
    margin: 1rem 0 2rem 0
}


#popup-request .data {
    overflow: hidden;
    border-radius: .3rem;
}

#popup-request .data > span > *,
#popup-request .data > * {
    display: block;
    border-bottom: dashed .1rem #646663
}

#popup-request .data > * {
    margin-top: 1rem;
}


#popup-request input,
#popup-request textarea {
    width: 100%;
    border: none;
    box-sizing: border-box;
    background: transparent;
    margin: 0;
}

#popup-request input {
    padding: 0 1rem;
    height: 3rem;
}

#popup-request textarea {
    padding: 1rem;
    height: 12rem;
    resize: none;
}

#popup-request span  {
    width: 100%;
    display: inline-flex !important;
	display: -moz-inline-flex !important;
	display: -webkit-inline-flex !important;
    justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
    border-bottom: none !important;
}

#popup-request span input:first-child {
    width: 60%;
}

#popup-request span input:last-child {
    width: 35%
}

#popup-request button {
    width: 100%;
    height: 6rem;
    border: none;
    background: #646663;
    border-radius: .3rem;
    margin-top: 3rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    transition: .5s;
}

#popup-request button:hover {
    background: #333332;
}



/*
----------------------------------
    Demo popup
----------------------------------
*/
#popup-demo {
    width: 100vw;
    height: 100vh;
    background: #f2f2f2;
}

#popup-demo nav {
    width: 100%;
    height: 5rem;
    background: #333332;
    display: inline-flex;
	display: -webkit-inline-flex;
    justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between
}

#popup-demo nav > * {
    align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
}

#popup-demo nav .responsive,
#popup-demo nav .action {
    display: inline-flex;
	display: -webkit-inline-flex;
    justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
}

#popup-demo nav .action .close {
    width: 8rem;
    position: relative;
    transition: .5s ease-out;
}

#popup-demo nav .action .close:before,
#popup-demo nav .action .close:after {
    content: '';
    width: 20%;
    height: 0;
    border-top: solid .15rem #f3f5f2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#popup-demo nav .action .close:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#popup-demo nav .action .close:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#popup-demo nav .action button {
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 4rem;
    transition: .3s ease-out;
}

#popup-demo nav .action button:nth-child(2) {
    background: #16B540;
}

#popup-demo nav .action button:hover {
    background: #ffa64c;
}
#popup-demo nav .action button label {
    color: #fff;
}
#popup-demo nav .action button label:before {
    font-size: 1.6em;
    margin-right: 1rem;
}
#popup-demo nav .action button.btn-close label:before {
    margin-right: 0
}



#popup-demo nav .responsive {
    margin-left: 5rem
}

#popup-demo nav .responsive > i {
    width: 6rem;
    height: 100%;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 40%;
    -webkit-background-size: auto 40%;
    cursor: pointer;
    color: #fff;
    font-size: 1.3em;
}
#popup-demo nav .responsive > i[state] {
    color: #16B540;
}


#popup-demo .iframe {
    width: 100%;
    height: calc(100% - 5rem);
    height: -webkit-calc(100% - 5rem);
    overflow: auto;
    background: #fff;
    display: block;
    margin: auto;
    box-shadow: 0 1rem 2rem rgba(0,0,0,.2);
    transition: .3s ease-out;
    overflow-scrolling:touch;
    -webkit-overflow-scrolling:touch
}

#popup-demo .iframe[responsive=tablet] {
    width: 80rem;
}

#popup-demo .iframe[responsive=mobile] {
    width: 32rem;
}

#popup-demo iframe {
    border: none;
}


#popup-demo .detail {
    width: 30%;
    height: calc(100% - 5rem);
    height: -webkit-calc(100% - 5rem);
    background: #fff;
    overflow-y: auto;
    position: absolute;
    top: 5rem;
    right: 0;
    box-shadow: -2rem 2rem 2rem rgba(0,0,0,.15);
    padding: 4rem;
    box-sizing: border-box;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform-origin: right;
    -webkit-transform-origin: right;
    transition: .5s ease-out;
}

#popup-demo .detail[state=active] {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

#popup-demo .detail > * {
    display: block;
}

#popup-demo .detail > :nth-child(n+2) {
    margin-top: 3rem;
    padding-top: 2rem;
}

#popup-demo .detail > :nth-child(n+3) {
    border-top: dashed .1rem #646663;
}

#popup-demo .detail > div > * {
    display: block;
}

#popup-demo .detail > div > div {
    padding: 0 2rem;
    box-sizing: border-box;
}

#popup-demo .detail > div  ul {
    list-style-position: inside;
    padding: 0;
}

#popup-demo .detail > div ul li {
    margin-top: 1rem
}

#popup-demo .detail > div > label:first-child {
    font-family: f-regular;
    margin-bottom: 1rem
}

#popup-demo .detail .title > label:first-child {
    font-size: 2em;
    font-family: f-regular;
    margin-bottom: 2rem;
}

#popup-demo .detail .title span {
    margin-top: .5rem;
}

#popup-demo .detail .title span label:first-child {
    color: #646663
}

#popup-demo .detail .title label:nth-child(2) {
    letter-spacing: .05rem;
    font-size: .9em;
    margin-bottom: .5rem;
}

#popup-demo .detail .title label:nth-child(3) {
    font-size: 1.4em;
    font-family: f-regular;
    color: #16B540;
}

#popup-demo .detail .view {
    margin-top: 3rem;
}
#popup-demo .detail a {
    height: 5rem;
    border: solid 1px #999;
    border-radius: 2.5rem;
    color: #999;
}
#popup-demo .detail .view * {
    color: #999;
    text-transform: uppercase;
    font-family: f-regular;
}
#popup-demo .detail .view i {
    font-size: 1.3em;
    margin-right: 10px;
}
#popup-demo .detail a:hover {
    border-color: #333332;
    color: #333332;
}
#popup-demo .detail a:hover * {
    color: #333332;
}



    /*
    ----------------------------------
        Register popup
    ----------------------------------
    */
#popup-register {
    width: 80rem;
    border-top: solid .5rem #16B540;
    padding: 0 6rem 4rem 6rem;
    box-sizing: border-box;
    display: flex;
	display: -webkit-flex;
    flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
    align-items: flex-start;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
    background: #f2f2f2;
    margin: 0;
}


/* ----- Common ----- */

#popup-register [class*=btn-add] {
    width: 20%;
    height: auto;
    border: none;
    border-radius: .2rem;
    background: #646663;
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
    transition: .3s ease-out;
}

#popup-register [class*=btn-add]:hover {
    background: #16B540;
}

/* ---------- */

#popup-register .data > div > div {
    width: 100%;
}

#popup-register .R .info > input:nth-child(n+2),
#popup-register .data > div > div:nth-child(n+2) {
    margin-top: 1rem;
}


/* ----- Customize ----- */

#popup-register .title {
    height: 6rem;
    padding: 0 4rem;
    background: #16B540;
    text-transform: uppercase;
    margin-bottom: 2rem;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#popup-register .title label {
    color: #fff;
    font-size: 1.2em;
}

#popup-register .title label:before {
    font-size: 1.4em;
    margin-right: 1rem;
}

#popup-register .data {
    display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
    flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse
}

#popup-register .data > div {
    width: 45%;
	display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    align-content: space-between;
	-webkit-align-content: space-between;
    position: relative;
}


#popup-register .data .R > div > *,
#popup-register .data > div > * {
    display: block;
}


#popup-register .notice {
    padding: 1rem 2rem !important;
    border-width: .2rem !important;
    text-align: left;
    margin: 0;
}

#popup-register .notice * {
    font-size: .9em;
    margin-top: .5rem
}

#popup-register .notice :nth-child(1) {
    font-size: 1.5em;
}


#popup-register .R input {
    width: 100%;
    height: 3rem;
    background: none;
    border: none;
    border-bottom: dotted .1rem #646663;
    padding: 0 1rem;
    box-sizing: border-box;
    transition: .3s ease-out;
}

#popup-register .R input:focus {
    border-bottom-style: solid;
    border-bottom-color: #333332;
    font-family: f-bold;
}


#popup-register .R .bill span {
    width: 100%;
    display: inline-flex;
	display: -webkit-inline-flex;
    justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
    align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
    margin: .5rem 0;
}

#popup-register .R .bill input {
    width: 8rem;
}

#popup-register .R .bill input,
#popup-register .R .bill label:nth-child(2) {
    font-size: 1.8rem;
    font-family: f-bold;
    text-align: right;
}


#popup-register .L > div {
    width: 100%;
    background: #fff;
    padding: 1.5rem 2rem;
    box-sizing: border-box;
    text-align: left;
    border: solid .1rem #e5e5e5;
    border-radius: .2rem;
}


#popup-register .L .pack > * {
    display: block;
}

#popup-register .L .pack span:nth-child(1) {
    display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
}



#popup-register .L .func .group {
    display: flex;
	display: -webkit-flex;
}

#popup-register .L .func .num {
    width: 80%;
}

#popup-register .L .func .num > * {
    display: block;
}

#popup-register .L .pack > span:nth-child(2),
#popup-register .L .func .num > label:last-child {
    font-size: 1.2em;
    font-family: f-heavy;
    margin-top: 1rem;
}

#popup-register .L .func .add-data {
    width: 100%;
    height: 100%;
    background: #fff;
    border: solid .1rem #e5e5e5;
    border-radius: .2rem;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
}

#popup-register .L .func .add-data[state=active] {
    display: block;
}

#popup-register .L .func .add-data > * {
    box-sizing: border-box;
}

#popup-register .L .func .add-data .d-title {
    width: 100%;
    height: 5rem;
    display: flex;
	display: -webkit-flex;
    align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
    justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
}

#popup-register .L .func .add-data .d-title label {
    font-family: f-bold;
    padding: 0 2rem;
}

#popup-register .L .func .add-data .d-close {
    width: 5rem;
    height: 100%;
}


#popup-register .L .func .add-data .d-content {
    width: 100%;
    height: calc(100% - 7rem);
    height: -webkit-calc(100% - 7rem);
    padding: 0 1.5rem 1rem 1rem;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

#popup-register .L .func .add-data .d-content div,
#popup-register .L .func .add-data .d-content span {
    display: flex;
	display: -webkit-flex;
    align-items: flex-start;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
}

#popup-register .L .func .add-data .d-content div {
    width: 100%;
}

#popup-register .L .func .add-data .d-content div:nth-child(n+2) {
    margin-top: 1.5rem;
}

#popup-register .L .func .add-data .d-content input {
    width: 8%;
}

#popup-register .L .func .add-data .d-content span {
    width: 92%;
    justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
}

#popup-register .L .func .add-data .d-content label:first-child {
    padding-right: .5rem;
    box-sizing: border-box;
}

#popup-register .L .func .add-data .d-content label:last-child {
    white-space: nowrap;
    font-family: f-regular
}


#popup-register .L .func .add-data .d-content input:checked + span label {
    font-family: f-bold;
}


#popup-register > button {
    width: 45%;
    height: 5rem;
    margin-top: 3rem;
    font-family: f-regular;
    border: solid .2rem #333332;
    background: none;
    text-transform: uppercase;
    font-size: 1.3em;
}
#popup-register > button:hover {
    background: #333332;
    color: #fff;
}



/*
----------------------------------
    Notification complete popup
----------------------------------
*/
#popup-notification-complete {
    width: 32rem;
    box-sizing: border-box;
    border-radius: .2rem;
}

#popup-notification-complete > * {
    display: block;
}

#popup-notification-complete > :nth-child(1) {
    font-size: 2em;
    font-family: f-medium;
    color: #16B540;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

#popup-notification-complete > :nth-child(1):before {
    content: '';
    width: 100%;
    height: 6rem;
    background: url('../image/icon-checked-green.png') center no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    display: block;
    margin-bottom: 2rem;
}

#popup-notification-complete > :last-child {
    margin-top: 1rem
}



    /*
    ----------------------------------
        Contact popup
    ----------------------------------
    */
#popup-contact {
    width: 65rem;
    background: #fff;
    position: relative;
    border-radius: .3rem;
}

#popup-contact .head {
    width: 100%;
    height: 25rem;
    text-align: left;
    position: relative;
    transform: translate(-2rem, -2rem);
    -webkit-transform: translate(-2rem, -2rem);
}

#popup-contact .head img {
    max-height: 100%;
    border-radius: .3rem;
}

#popup-contact .info {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
}

#popup-contact .info {
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    align-content: center;
	-moz-align-content: center;
	-webkit-align-content: center;
    align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
}

#popup-contact .info > * {
    width: 100%;
    font-size: 1.3em;
    font-family: f-regular;
    padding: 1rem 2rem;
    background: #fff;
}

#popup-contact .info :nth-child(1) {
    font-size: 2.5em;
    color: #16B540;
}

#popup-contact .info :nth-child(n+2) {
    margin-top: 1rem;
    margin-left: 4rem;
    display: flex;
    align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
}

#popup-contact .info :nth-child(n+2):before {
    content: '';
    width: 3rem;
    height: 3rem;
    display: inline-block;
    margin-right: 1rem;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
}

#popup-contact .info :nth-child(2):before {background-image: url('../image/icon-phone-black.png')}
#popup-contact .info :nth-child(3):before {background-image: url('../image/icon-email-black.png')}


#popup-contact .call {
    display: flex;
	display: -webkit-flex;
    justify-content: space-around;
	-moz-justify-content: space-around;
	-webkit-justify-content: space-around;
    padding: 0 4rem;
}

#popup-contact .call > div {
    display: flex;
	display: -webkit-flex;
    flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
    text-align: left;
}

#popup-contact .call > div > label:first-child {
    text-transform: uppercase;
    color: #646663;
    margin-bottom: 1rem;
    font-size: 1.2em;
    font-family: f-regular;
}

#popup-contact .social {
    display: inline-flex;
	display: -webkit-inline-flex;
    justify-content: flex-start;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

#popup-contact .social a {
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    box-sizing: border-box;
    border: solid .1rem #646663;
    color: #646663
}

#popup-contact .social a:hover {
    border-color: #16B540;
    background: #16B540;
    color: #fff
}

#popup-contact .social a:nth-child(n+2) {
    margin-left: 1rem;
}


#popup-contact .copyright {
    margin-top: 4rem;
    padding: 2rem 4rem 3rem 4rem;
    border-top: solid .1rem #e5e5e5;
    display: flex;
	display: -webkit-flex;
    justify-content: flex-start;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
    background: #f2f2f2;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

#popup-contact .copyright img {
    max-height: 4rem;
    margin-right: 2rem;
}

#popup-contact .copyright div {
    display: flex;
	display: -webkit-flex;
    flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
    width: 50%;
}

#popup-contact .copyright div * {
    font-size: .8em;
    color: #646663;
    margin-top: .1rem;
    text-align: left;
}




/*
----------------------------------
    Home page
----------------------------------
*/

#home {
    margin-top: 0
}

#home .banner {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url('../image/_banner.jpg') center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

#home .banner:before {
    content: '';
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#home .banner .content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    -webkit-transform: translate(-50%, -70%);
    z-index: 2;
}

#home .banner .content>* {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    color: #fff;
}

#home .banner .content > span {
    font-family: f-light;
}

#home .banner .content span:nth-of-type(1) {
    text-transform: uppercase;
    font-size: 3em;
    margin-top: 10rem;
}

#home .banner .content span:nth-of-type(2) {
    font-size: 2.5em;
    margin-bottom: 2rem;
}

#home .banner .content span:nth-of-type(2) label {
    font-family: f-bold;
    font-size: inherit;
    color: #ffbf80;
}

#home .banner .content span sup {
    color: inherit;
    font-size: .5em;
}

#home .banner .content span:nth-of-type(3) {
    font-size: 2rem;
    font-family: f-light;
}

#home .banner .content>a {
    width: auto;
    height: 6rem;
    display: inline-block;
    padding: 0 5rem;
    border-radius: 3rem;
    background: #ffbf80;
    color: #fff;
    text-align: center;
    line-height: 6rem;
    text-transform: uppercase;
    font-size: 1.3em;
    position: relative;
    top: 5rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: .3s;
}

#home .banner .content>a:hover {
    box-shadow: 0 .3rem .3rem rgba(0,0,0,.2);
    background: #ffa64c;
}

#home .banner .content>a:before {
    content: '';
    width: calc(100% + 2rem);
    width: -webkit-calc(100% + 2rem);
    height: calc(100% + 2rem);
    height: -webkit-calc(100% + 2rem);
    border-radius: 4rem;
    border: solid .5rem rgba(255,191,128,.6);
    box-sizing: border-box;
    position: absolute;
    top: -1rem;
    left: -1rem;
    animation-name: bt-zoom;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes bt-zoom {
    from {
        border-color: rgba(255,191,128,.6);
        border-width: .5rem;
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
    }
    to {
        border-color: transparent;
        border-width: .1rem;
        transform: scale(1.2,1.2);
        -webkit-transform: scale(1.2,1.2)
    }
}


/* -------------------- */

#home .profile {
    background: url('../image/home/bg-function.png') center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
}

#home .profile * {
    color: #fff;
}


#home .profile .content {
    width: 80%;
    margin-top: 6rem;
    display: inline-flex;
	display: -webkit-inline-flex;
    justify-content: space-around;
	-moz-justify-content: space-around;
	-webkit-justify-content: space-around;
}


#home .profile .content span:before {
    content: '';
    width: 100%;
    height: 8rem;
    display: block;
    margin-bottom: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#home .profile .content span.theme:before {background-image: url('../image/home/profile-theme.png')}
#home .profile .content span.client:before {background-image: url('../image/home/profile-client.png')}
#home .profile .content span.dealer:before {background-image: url('../image/home/profile-dealer.png')}


#home .profile .content span>label {
    width: 100%;
    clear: both;
    display: block;
    text-align: center;
}

#home .profile .content span label:nth-child(1) {
    font-size: 3em;
    font-family: f-regular;
}

#home .profile .content span label:nth-child(1) sup {
    font-size: .7em;
}


/* -------------------- */


#home .vision {
    background: url('../image/bg-request.jpg') center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
    padding: 14rem 6rem;
}

#home .vision > * {
    color: #fff;
    font-size: 1.3em;
    font-family: f-light;
}

#home .vision > label {
    font-size: 3em;
    margin-bottom: 6rem;
    color: #fff;
    position: relative;
    font-style: italic;
}

#home .vision > label:after {
    content: '';
    width: 12rem;
    height: .1rem;
    border-radius: .5rem;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3.5rem;
    margin: auto;
}


#home .h-price {
	width: 80%;
    margin: 7rem auto 5rem auto
}
#home .h-price sup {
    font-size: .4em;
	letter-spacing: .02rem
}
#home .h-price sup:after {
    content: 'đ';
    margin-left: .1rem;
}
#home .h-price > div span:nth-child(1) {
    font-size: 2em;
    color: #999
}
#home .h-price > div span:nth-child(2) {
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    margin: 2rem auto 3rem auto;
    /* box-shadow: 0 1rem 1.5rem -1rem rgba(0,0,0,.2); */
    background: radial-gradient(circle at center bottom, #f0f0f0, #ffff);
    box-shadow: 0 0 1px rgba(0,0,0,.8), 0 5px 5px -1px rgba(0,0,0,.06);
}
#home .h-price label:nth-child(1) {
    font-size: 3.6em;
    color: #16B540;
    font-family: f-medium;
	letter-spacing: -.2rem
}
#home .h-price label:nth-child(1):before,
#home .h-price label:nth-child(1):after {
	color: #999;
	font-size: .4em;
	letter-spacing: 0;
}
/* #home .h-price label:nth-child(1):before { */
	/* content: 'triệu'; */
	/* vertical-align: super; */
	/* margin-right: .2em; */
	/* position: relative; */
	/* top: -.5em; */
/* } */
#home .h-price label:nth-child(1):after {
    content: 'tr/năm';
    font-size: .32em;
    display: block;
    font-family: 'f-light';
}
#home .h-price label:nth-child(2) {
    letter-spacing: .25rem;
    color: #16B540
}
#home .h-price a {
    padding: 1rem 3rem;
    transition: .3s;
    border-radius: 5rem;
	color: #999;
	border: solid 1px #999;
	display: inline-block
}
#home .h-price a:hover {
    background: #999;
	color: #f5f5f5;
}

    /*
    ----------------------------------
        Price page
    ----------------------------------
    */
#price .gs-cover {
    background-image: url('../image/cover/price.jpg');
}



/*
----------------------------------
    Theme page
----------------------------------
*/
/* ----- Common ----- */
#theme .gs-cover {
    background-image: url('../image/cover/theme.jpg');
}


/* ----- Customize ----- */

#theme .search > :not(.filter) {
    display: block;
}

#theme .search > div:first-child {
    font-size: 2.5em;
    display: block;
    color: #646663;
    font-family: f-light;
}

#theme .search > div:first-child label,
#theme .search > div:first-child label > * {
    font-size: 1em;
    font-family: f-regular;
    color: #16B540;
}

#theme .search form {
    padding: 0;
    margin: 5rem 0 3rem 0;
    font-size: 0;
}

#theme .search form > * {
    height: 5rem;
}

#theme .search form input {
    width: 36rem;
    padding: 0 3rem;
    border: solid .1rem #e5e5e5;
    box-sizing: border-box;
    border-top-left-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
}

#theme .search form button {
    border: none;
    background: #e5e5e5;
    padding: 0 4rem;
    box-sizing: border-box;
    border-top-right-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
    transition: .5s ease-out;
}

#theme .search form button:hover {
    background: #16B540;
    color: #fff;
}

/* ---------- */

#theme .filter .color {
    font-size: 0;
}

#theme .filter .color span {
    display: inline-block;
}

#theme .filter .color input {
    display: none;
}

#theme .filter .color label {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #646663;
    display: block;
    margin: 0 1rem;
    box-sizing: border-box;
    border: solid .6rem #e5e5e5;
    cursor: pointer;
}

#theme .filter .color input:checked + label {
    border-color: #646663;
}


/* ---------- */

#theme .filter .select-box {
    height: 4rem;
    border-radius: 2.5rem;
    border: solid .1rem #e5e5e5;
    background: #fff;
    padding: 0 2rem;
    box-sizing: border-box;
    margin: 0 2rem;
}

#theme .filter .select-box .fse-select {
    border: none;
}


#theme .gs-theme {
    background: none
}

#theme .gs-theme .head h1 {
    font-size: 3.5em;
    color: #16B540;
    font-family: f-light;
    margin-top: 0;
}

/* ---------- */

#theme .filter-button {
    display: none !important;
}
#theme .filter-button label {
    padding: 1rem 3rem;
    border: dashed 1px #333332;
    border-radius: 3rem;
    display: inline-block;
}
#theme .filter-button label i:before {
    margin-right: 1rem
}
#theme .filter-button[data-show] {
    display: none !important;
}
#theme .filter-button[data-show] + .filter {
    display: flex;
    display: -webkit-flex;
}


/*
----------------------------------
    Function page
----------------------------------
*/
#function .gs-cover {
    background-image: url('../image/cover/function.jpg')
}

#function > .function {
    background: url('../image/bg-request.jpg') center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
}

#function > .function .s-title {
	color: #fff
} 

#function .gs-function {
    margin-top: 5rem;
}

#function > .function .notice > :nth-child(n+2),
#function > .function .s-description,
#function .gs-function *:not([state=true]) {
    color: #fff;
}


#function .function .gs-box {
    margin-top: 6rem;
}
#function .function .gs-box > div {
    width: 30%;
}
#function .function .gs-box h4 i:before {
    font-size: 1.3em;
}
#function .function .gs-box > div > h4 {
    color: #f2f2f2
}
#function .function .gs-box > div > div > h4 {
    font-family: f-regular;
    font-size: 1.3em;
}


/*
----------------------------------
    Partner
----------------------------------
*/
#partner .gs-cover {
    background-image: url('../image/cover/partner.jpg');
}

#partner .s-content {
    margin-top: 6rem;
}

/* ---------- */


#partner .why .s-content * {
    text-align: left;
}

#partner .why .s-content > * {
    padding-left: 7rem;
    box-sizing: border-box;
    margin: 2rem 4rem;
}

#partner .why .s-content h2 {
    font-size: 1.8em;
    margin-bottom: 0;
    position: relative;
}

#partner .why .s-content h2:before {
    content: '';
    width: 6rem;
    height: 6rem;
	padding-right: 2rem;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 0;
    left: -7rem;
}

#partner .why .discount:before {
    background-image: url('../image/partner/basic-discount.png')
}

#partner .why .option:before {
    background-image: url('../image/partner/basic-option.png')
}

#partner .why .training:before {
    background-image: url('../image/partner/basic-training.png')
}

#partner .why .support:before {
    background-image: url('../image/partner/basic-support.png')
}

/* ---------- */

#partner .task {
    background-color: #fff;
    background-image: url('../image/partner/bg-task-footer.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#partner .task img {
    max-width: 90%;
    max-height: 90%;
}

#partner .task .info {
    text-align: left;
}

#partner .task .info h2 {
    font-size: 2.2em;
    color: #16B540;
    margin-bottom: 0;
    margin-top: 0;
}

#partner .task .info h2:nth-of-type(2) {
    margin-top: 5rem;
}

#partner .task .info p {
    position: relative;
    padding-left: 4rem;
    box-sizing: border-box;
}

#partner .task .info p:before {
    content: '';
    width: 2rem;
    height: 2rem;
    background-image: url('../image/partner/icon-check.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}


/* ---------- */


#partner .price .box {
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    background: #fff;
    border: dashed 1px #ffa64c;
    margin-bottom: 1.5rem;
    position: relative;
}

#partner .price .box:before {
    content: '%';
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #ffa64c;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    line-height: 4rem;
    position: absolute;
    top: 0;
    right: 1.5rem;
}

#partner .price .box > * {
    width: 100%;
}

#partner .price .box > :first-child {
    font-size: 5em;
    color: #ffa64c;
	line-height: 1;
}

#partner .price .box + span > *,
#partner .price .box + span {
    display: block;
}

#partner .price .box + span label:nth-child(2) {
    font-size: 1.6em;
}

#partner .price .note {
    border-top: dashed .1rem #333;
    padding: 4rem;
    box-sizing: border-box;
    margin-top: 4rem;
    display: inline-block;
}

#partner .price .note > * {
    display: block;
}

#partner .price .note > span {
    margin-bottom: 1rem;
}

#partner .price .note span,
#partner .price .note b{
    font-size: 1.4em;
}
#partner .price .note p {
    font-size: 1em;
}

#partner .price .note b sup {
    font-size: .5em;
}

#partner .price .note span {
    font-family: f-light;
}

#partner .price .note .target {
    margin-top: 4rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    text-decoration: underline;
}

/* ---------- */

#partner .form {
    padding: 0;
    background: url('../image/partner/bg-form.jpg') center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
}
#partner .form:after {
    content: '';
    clear: both;
    display: block;
}
#partner .form > div {
    width: 50%;
    float: right;
    padding: 10rem 6rem;
    box-sizing: border-box;
}

#partner .form * {
    color: #fff;
    text-align: left;
}

#partner .form form {
    text-align: left;
    width: 70%;
}

#partner .form input {
    width: 100%;
    height: 5rem;
    background: transparent;
    padding: 0 2rem;
    box-sizing: border-box;
    border: solid 1px #fff;
    border-radius: .3rem;
    display: block;
    margin-bottom: 3rem;
}

#partner .form input:focus {
    box-shadow: 0 0 1rem rgba(0,0,0,.4) inset;
}

#partner .form button {
    width: 100%;
    height: 8rem;
    padding: 0 6rem;
    border-radius: .3rem;
    box-sizing: border-box;
    border: solid 2px #fff;
    background: transparent;
    text-transform: uppercase;
    font-size: 1.6em;
    margin-top: 2rem;
    transition: .3s;
    text-align: center;
}

#partner .form button:hover {
    background: #fff;
    color: #333332;
    box-shadow: 0 .6rem .6rem rgba(0,0,0,.2);
}


/*
----------------------------------
    Article page
----------------------------------
*/
#article .gs-cover {
    background-image: url('../image/cover/blog.jpg');
}

#article > section > h1 {
    margin-top: 0;
    font-size: 3em;
    margin-bottom: 7rem;
    color: #16B540;
}


/*
----------------------------------
    Article single page
----------------------------------
*/
#article-single > * {
    width: 70%;
    display: inline-block;
    text-align: left;
}

#article-single h1 {
    font-size: 3em;
	font-family: f-light;
    margin-top: 0;
    margin-bottom: 3rem;
}

#article-single .info {
    border: dashed .1rem #ccc;
    border-left: none;
    border-right: none;
    margin-bottom: 4rem;
}

#article-single .info > * {
    color: #646663;
    position: relative;
    padding: 1.5rem 0 1.5rem 2.2rem;
    box-sizing: border-box;
    display: inline-block;
}

#article-single .info label:nth-child(n+2) {
    margin-left: 4rem;
}

#article-single .info label:nth-child(3) {
    float: right;
    text-transform: uppercase;
    padding-right: 2rem;
    padding-left: 4.2rem;
    transition: .3s ease-out;
    cursor: pointer;
}

#article-single .info label:nth-child(3):hover {
    background: #E5E5E5;
    border: dashed .1rem #ccc;
    border-top: 0;
    border-bottom: 0;
}

#article-single .info label:before {
    content: '';
    width: 2rem;
    height: 100%;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-origin: content-box;
    padding: .2rem;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#article-single .info label:nth-child(1):before {
    background-image: url('../image/icon-article-time.png')
}

#article-single .info label:nth-child(2):before {
    background-image: url('../image/icon-article-eye.png')
}

#article-single .info label:nth-child(3):before {
    background-image: url('../image/icon-article-share.png');
    left: 2rem;
}


#article-single .content img {
    max-width: 100%;
    height: auto;
}


#article-single .fb-comments {
    margin-top: 6rem;
    display: block !important;
}


#article-single .other {
    margin-top: 6rem;
}

#article-single .other > * {
    display: block;
}

#article-single .other > label {
    font-size: 1.4em;
    font-family: f-bold;
    padding-bottom: 1rem;
    border-bottom: dashed .1rem #ccc;
    text-transform: uppercase;
}

#article-single .other > a {
    margin-top: 1.5rem;
    padding: 0 1rem;
    box-sizing: border-box;
    color: #646663;
}

#article-single .other > a:hover {
    text-decoration-line: underline;
    text-decoration-style: dashed;
}

#article-single .other > a:before {
    content: '\BB';
    display: inline-block;
    margin-right: .5rem
}



/*
----------------------------------
    Page
----------------------------------
*/
#page > section {
    width: 80%;
    margin: auto;
}

#page > section > h1 {
    font-size: 3em;
    margin-top: 0;
    margin-bottom: 5rem;
    color: #16B540
}
#page .paragraph {
    text-align: left;
}
