/*========== Reset ==========*/
body {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: sans-serif;
    color: #4f4f4f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}
p {
    margin: 0;
}
ul, ol {
    list-style: none;
}
ul, ol, li {
    margin: 0;
    padding: 0;
}
address {
    font-style: normal;
}
a,
a:hover,
a:focus {
    outline: 0;
    color: inherit;
    text-decoration: none;
}
a[href^=tel] {
    white-space: nowrap;
}
img {
    border: 0;
    outline: 0;
    max-width: 100%;
    vertical-align: middle;
}
table {
    width: 100%;
}
th {
    font-weight: normal;
}
iframe {
    border: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    outline: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    min-width: inherit;
    font: inherit;
    text-transform: none;
    text-align: left;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
video::-webkit-media-controls {
    display: none !important;
}

/*========== Text Style ==========*/
body {
    font-family: 'DBThaiTextXBd';
    font-weight: normal;
}

i, em {
    font-family: 'DBThaiTextXBdIt';
    font-weight: normal;
    font-style: normal;
}

body, .size-body,
.fields .field,
.choice .choice-label,
.action .act-col {
    font-size: 26px;
    line-height: 1;
}

h1, .size-h1 {
    font-size: 65px;
    line-height: 0.9;
}
h2, .size-h2 {
    font-size: 55px;
    line-height: 0.9;
}
h3, .size-h3 {
    font-size: 45px;
    line-height: 0.9;
}
h4, .size-h4 {
    font-size: 35px;
    line-height: 0.9;
}
h5, .size-h5,
.content-nav .control a,
.profile .meta .heading,
.calendar .meta .heading {
    font-size: 30px;
    line-height: 0.9;
}
h6, .size-h6,
.input .label,
.content-section .meta .desc {
    font-size: 28px;
}

small,
.smaller {
    font-size: 92%;
}
.bigger {
    font-size: 120%;
}


/*========== Transition ==========*/
a,
button,
.container,
.logo img,
.hamburger,
.header-bar,
.header-bar .inner,
.bg-img,
.mfp-bg, 
.mfp-content,
a.facebook-logo .ic,
.control .ic {
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
}

/*========== General ==========*/
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, 
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.container,
.container-fluid {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

#page {
    overflow: hidden;    
}

.ic,
.ic-name {
    display: inline-block;
    vertical-align: middle;
}
.ic + .ic-name,
.ic-name + .ic {
    margin-left: 7px;
}

.ic-facebook-circle {
    position: relative;
}
.ic-facebook-circle:before {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.ic-facebook-circle:after {
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    bottom: 1px; left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.follow a {
    display: inline-block;
    vertical-align: baseline;
    line-height: 0;
    color: #999;
}
.follow a:not(:last-child) {
    margin-right: 15px;
}
.follow .ic {
    font-size: 24px;
}
.no-touchevents .follow a:hover {
    color: #00a66a;
}

.share-group .fn-share {
    color: #999;
}
.share-group .fn-share .ic {
    font-size: 40px;
}
.share-group .fn-share:not(:last-child) {
    margin-right: 25px;
}
.no-touchevents .share-group .fn-share:hover {
    color: #00a66a;
}

a.facebook-logo .ic {
    color: #898f9c;
}
a.facebook-logo.active .ic,
.no-touchevents a.facebook-logo:hover .ic {
    color: #1877f2;
}

img.full {
    display: block;
    width: 100%;
    max-width: none;
}
img.push,
img.bound {
    display: block;
    width: 100%;
    max-width: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.object-fit {
    position: relative;
    overflow: hidden;
}
.object-fit:before {
    content: "";
    display: block;
}
.object-fit > img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0; left: 0;
}

.overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    z-index: 97;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
}

.bg-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bg-fix {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0; left: 0;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

/*========== Actions ==========*/
.btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    font-size: 26px;
}
.btn,
.btn:focus,
.btn:hover {
    color: #fff;
    background: #19925d;
}
.no-touchevents .btn:hover {
    background: #00a66a;
}

.btn.sm {
    padding-left: 30px;
    padding-right: 30px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 24px;
}

.btn .ic {
    font-size: 14px;
}
.btn .ic,
.btn .ic-name {
    vertical-align: top;
    line-height: inherit;
}

.btn.fix-width {
    min-width: 160px;
    max-width: 100%;
}

.link {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none !important;
}
.link.prev:before {
    font-family: 'iconfont';
    content: "\e901";
    font-size: 12px;
    font-weight: normal;
    margin-right: 6px;
}
.link.next:after {
    font-family: 'iconfont';
    content: "\e902";
    font-size: 12px;
    font-weight: normal;
    margin-left: 6px;
}
.link.underline {
    border-bottom: 1px solid;
}

.link-icon {
    position: relative;
    padding-left: 36px;
}
.link-icon .ic {
    position: absolute;
    top: auto;
    left: 0;
}
.link-icon .ic + .ic-name {
    margin-left: 0;
}

.action {
    clear: both;
}
.action .act-row {
    font-size: 0;
    margin: -7px -15px -8px;
}
.action .act-row:not(:last-child) {
    margin-bottom: 8px;
}
.action .act-col {
    display: inline-block;
    vertical-align: middle;
    line-height: 0.9;
    padding: 7px 15px 8px;
}
.no-touchevents .action a:not(.btn):hover {
    color: #00a66a;
}

.arrow-scroll-down {
    position: absolute;
    left: 40px;
    top: 65%;
    z-index: 1;
}
.arrow-scroll-down .scroll-style {
    opacity: 0.5;
}
.arrow-scroll-down .scroll-style,
.arrow-scroll-down .scroll-arrow {
    display: block;
    position: relative;
}
.arrow-scroll-down .scroll-text {
    display: block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 20px;
    line-height: 1;
    color: #888;
}
.arrow-scroll-down .scroll-arrow:before,
.arrow-scroll-down .scroll-arrow:after {
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: arrowAnim 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    animation: arrowAnim 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
.arrow-scroll-down .scroll-arrow:before {
    width: 1px;
    height: 140px;
    max-height: 14vh;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #888;
}
.arrow-scroll-down .scroll-arrow:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 4.5px 0 4.5px;
    border-color: #888 transparent transparent transparent;
}

/*========== Form - START ==========*/
input, 
textarea, 
select,
.input .label.anim.fixed {
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
}
.input .label.anim:not(.fixed) {
    -webkit-transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out;
    transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out;
}

button::-moz-focus-inner, 
[type="button"]::-moz-focus-inner, 
[type="reset"]::-moz-focus-inner, 
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring, 
[type="button"]:-moz-focusring, 
[type="reset"]:-moz-focusring, 
[type="submit"]:-moz-focusring {
    outline: 0;
}

input,
textarea,
select {
    width: 100%;
    height: 45px;
    color: #999;
    line-height: normal;
    padding: 10px 15px;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
}
input:focus,
textarea:focus,
select:focus {
    border-color: #19925d;
}
input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
}
input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    
    margin: 0; 
}

textarea {
    display: block;
    overflow: auto;
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    min-height: 120px;
    text-indent: -1px;
    resize: none;
}

/* Select - START */
.select {
    position: relative;
    color: #b5b5b5;
}
.select:after,
.chosen-container-single .chosen-single div b:after {
    font-family: 'iconfont';
    content: "\e906";
    font-size: 12px;
    font-weight: normal;
    color: #999;
    display: inline-block;
    width: 45px; 
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0; bottom: 0;
    z-index: 1;
	pointer-events: none;
    overflow: hidden;
}
.chosen-container-single .chosen-single div b:after {
    height: 100%;
    line-height: 43px;
}
.select select {
    line-height: normal;
    padding: 0 45px 0 15px;
    -o-text-overflow: "";
    text-overflow: "";
    cursor: pointer;
}

/* Chosen */
.chosen-select-parent:after,
.value-default {
    display: none !important;
}

.chosen-container .chosen-drop,
.chosen-container .chosen-results li {
    -webkit-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    background: #fff;
    border: 2px solid #fff;
    border-top: 0;
    -webkit-transition-property: border-color;
    -o-transition-property: border-color;
    transition-property: border-color;
}
.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    border-color: #19925d;
}
.chosen-container a {
    cursor: pointer;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 15px;
    height: 45px;
    line-height: 41px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #666;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition-property: border-color;
    -o-transition-property: border-color;
    transition-property: border-color;
}
.chosen-container-single .chosen-default {
    color: #999;
    background: #fff;
}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 45px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 45px;
    height: 100%;
}
.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
}
.chosen-container-single .chosen-drop {
    margin-top: -2px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 0 4px;
    max-height: 24vh;
    -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
    display: none;
    color: #666;
    margin: 0;
    padding: 9px 15px;
    list-style: none;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #19925d;
    color: #fff;
}
.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}
.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}
.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

.chosen-container-active .chosen-single {
    border-color: #19925d;
    background: #fff;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    background: #fff;
    border-color: #19925d;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: none;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    
}
.chosen-container-active .chosen-choices {
    border: 1px solid #dcdcdc;
}

.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}
.chosen-disabled .chosen-single {
    cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}
/* Select - END */

/* Checkbox & Radio - START */
input[type="checkbox"],
input[type="radio"] {
    height: auto;
    padding: 0;
    border: 0;
    background: none;
}
.choice {
    position: relative;
    color: #666;
}
.choice.inline {
    display: inline-block;
    vertical-align: top;
}
.choice.inline:not(:last-child) {
    margin-right: 20px;
}
.choice > label {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.choice .choice-name {
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.choice input.choice-input {
    position: absolute; 
    z-index: -1000; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 1px; width: 1px; 
    margin: -1px; padding: 0; 
    border: 0;
}
.choice input.choice-input + .choice-name {
    display: inline-block;
    padding-left: 25px;
    min-width: 15px;
    min-height: 15px;
    height: auto;
    vertical-align: top;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left 6px;
}

.choice input[type=radio].choice-input + .choice-name {
    background-image: url(../img/icon/radio.png);
}
.choice input[type=radio].choice-input:checked + .choice-name {
    background-image: url(../img/icon/radio-checked.png);
}
.choice input[type=checkbox].choice-input + .choice-name {
    background-image: url(../img/icon/checkbox.png);
}
.choice input[type=checkbox].choice-input:checked + .choice-name {
    background-image: url(../img/icon/checkbox-checked.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), 
screen and (-moz-min-device-pixel-ratio: 1.5), 
screen and (min-device-pixel-ratio: 1.5), 
only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (-o-min-device-pixel-ratio: 2/1), 
only screen and (min-resolution: 192dpi) {
    
    .choice input.choice-input + .choice-name {
        background-size: 15px 15px;
    }
    .choice input[type=radio].choice-input + .choice-name {
        background-image: url(../img/icon/radio@2x.png);
    }
    .choice input[type=radio].choice-input:checked + .choice-name {
        background-image: url(../img/icon/radio-checked@2x.png);
    }
    .choice input[type=checkbox].choice-input + .choice-name {
        background-image: url(../img/icon/checkbox@2x.png);
    }
    .choice input[type=checkbox].choice-input:checked + .choice-name {
        background-image: url(../img/icon/checkbox-checked@2x.png);
    }
    
}

.choice.input-only {
    line-height: 15px;
}
.choice.input-only input.choice-input + .choice-name {
    padding-left: 0;
    background-position: left top;
}

.choice input.choice-input[disabled],
.choice input.choice-input[disabled] + .choice-name {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.choice-other {
    display: table;
    width: 100%;
}
.choice-other > .choice-label,
.choice-other > .input {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.choice-other > .choice-label:not(:last-child) {
    padding-right: 10px;
}
.choice-other > .choice-label {
    width: 1%;
    white-space: nowrap;
}

.choice:not(.inline):not(:last-child),
.choice-group:not(:last-child),
.choice-group.row .col {
    margin-bottom: 10px;
}
.label + .choice-group {
    margin-top: 10px;
}
.choice-group.row {
    margin-bottom: -10px;
}
/* Checkbox & Radio - END */

.form .action {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
}
.form .action .btn {
    min-width: 150px;
}

.form .alert {
    color: #ee2e24;
    clear: both;
}

.form .input .alert {
    font-weight: normal;
    font-size: 20px;
    padding: 0 15px;
}
.form .input .alert:not(:first-child) {
    margin-top: 10px;
}

.form .message .alert {
    font-weight: bold;
}
.form .message:not(:first-child) {
    margin-top: 30px;
}

.fieldset:not(:first-child) {
    border-top: 1px solid rgba(148,134,104,0.25);
    padding-top: 35px;
    margin-top: 35px;
}
.fieldset .headline:not(:last-child) {
    margin-bottom: 15px;
}

.legend { 
    display: block;
    width: 100%;
}
.legend:not(:last-child) {
    margin-bottom: 30px;
}

.fields,
.choice-group.row {
    margin-left: -15px;
    margin-right: -15px;
}
.field,
.choice-group.row .col {
    padding-left: 15px;
    padding-right: 15px;
}

.fields {
    margin-bottom: -30px;
}
.field {
    padding-bottom: 30px;
    clear: both;
}
.fields + .fields {
    margin-top: 30px;
}

.input {
    position: relative;
    text-align: left;
}

.input .label {
    padding: 0;
    border-radius: 0;
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.input .label.anim {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    color: #b5b5b5;
    line-height: 45px;
    position: absolute;
    top: 0; left: 15px;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
.input.filled .label.anim:not(.fixed) {
    opacity: 0;
    visibility: hidden;
}

.input .star {
    font-size: inherit;
    color: #ee2e24;
}
.input .remark {
    color: #ccc;
}

.input-action input {
    padding-right: 55px;
}
.input-action .action {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto;
    height: 100%;
    line-height: 45px;
    position: absolute;
    top: 0; right: 0;
    color: #1a2f4d;
}
.input-action .action .ic {
    width: 55px;
    font-size: 18px;
    color: #19925d;
    text-align: center;
    line-height: inherit;
    vertical-align: top;
}
.input-action.left .action {
    left: 0;
    right: auto;
}
.input-action.left input {
    padding-right: 20px;
    padding-left: 50px;
}

.input-group {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.input-group .input {
    display: table-cell;
    vertical-align: top;
}

.input.filled input, 
.input.filled textarea, 
.input.filled select {
    color: #666;
}

.input.required input,
.input.required textarea,
.input.required select,
.input.required .chosen-container-single .chosen-single,
.input.required .chosen-container .chosen-drop {
    border-color: #ee2e24 !important;
}

input:disabled,
textarea:disabled,
select:disabled {
    cursor: default; 
    opacity: 0.5;
}
input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
    background-color: transparent;
}

.input.pass .label.anim {
    color: #19925d;
}
.input.fail .label.anim {
    color: #ee2e24;
}

.input ::-ms-clear { display: none; width: 0; height: 0;}
.input ::-ms-reveal { display: none; width: 0; height: 0;}
.input :-ms-input-placeholder { color: #b5b5b5;}
.input ::-webkit-input-placeholder { color: #b5b5b5; line-height: normal;}
.input ::-moz-placeholder { color: #b5b5b5; opacity: 1;}
.input.filled :-ms-input-placeholder { color: #b5b5b5;}
.input.filled ::-webkit-input-placeholder { color: #b5b5b5;}
.input.filled ::-moz-placeholder { color: #b5b5b5; opacity: 1;}

.additional-box {
    position: relative;
    background: #ddd;
    border-radius: 4px;
    padding: 30px;
}
.additional-box:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #dddddd transparent;
    display: inline-block;
    position: absolute;
    top: -10px; left: 25px;
}
/*========== Form - END ==========*/

/*========== Header ==========*/
.header {
    position: relative;
    z-index: 100;
    width: 100%;
}
#header-fixed {
    position: fixed;
    left: 0; top: 0;
}

.header-bar {
    position: relative;
}
.header-bar .inner {
    position: relative;
    height: 80px;
    line-height: 79px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 6px 10px rgba(0,0,0,0.05);
    box-shadow: 0 6px 10px rgba(0,0,0,0.05);
}
.header-bar .left,
.header-bar .right {
    position: absolute;
    z-index: 99;
    top: 0;
}
.header-bar .left {
    left: 20px;
}
.header-bar .right {
    right: 20px;
    text-align: right;
}
.header-bar .right .follow {
    display: none;
}

.header-bar .brand {
    font-size: 0;
}
.header-bar .logo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.header-bar .logo:not(:first-child) {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #dcdcdc;
}
.header-bar .logo-kbank img {
    width: 117px;
}
.header-bar .logo-theme img {
    width: 64px;
}

.header-bar .panel-ctrl {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}

.menu-group {
    font-size: 0;
}
.menu-group .item {
    display: inline-block;
    vertical-align: top;
}
.menu-group .menu {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    color: #999;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}
.menu-group .menu:after {
    content: "";
    display: block;
    width: 2px;
    height: 0px;
    background: #19925d;
    -webkit-transition: height 400ms ease-in-out;
    -o-transition: height 400ms ease-in-out;
    transition: height 400ms ease-in-out;
    position: absolute;
    left: 50%; top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.menu-group .menu.active:after,
.no-touchevents .menu-group .menu:hover:after {
    height: 20px;
}
.menu-group a.active,
.no-touchevents .menu-group a:hover {
    color: #00a66a;
}

/* Header Transparent */
html:not(.page-scrolling) .header-transparent-page .header-bar .inner {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*========== Footer ==========*/
.footer {
    position: relative;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    text-align: center;
    background: #19925d;
    color: #fff;
    overflow: hidden;
}
.footer .legal {
    font-size: 0;
    margin: -3px -15px;
}
.footer .legal .col {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 15px;
}
.footer .brand img {
    width: 86px;
}
.footer .copyright {
    font-size: 20px;
    line-height: 1;
    opacity: 0.5;
}


/*========== Entry Content ==========*/
.entrycontent h1:not(:last-child),
.entrycontent h2:not(:last-child),
.entrycontent h3:not(:last-child),
.entrycontent .size-h1:not(:last-child),
.entrycontent .size-h2:not(:last-child),
.entrycontent .size-h3:not(:last-child) {
    margin-bottom: 15px;
}
.entrycontent h4:not(:last-child),
.entrycontent h5:not(:last-child),
.entrycontent h6:not(:last-child),
.entrycontent .size-h4:not(:last-child),
.entrycontent .size-h5:not(:last-child),
.entrycontent .size-h6:not(:last-child) {
    margin-bottom: 10px;
}
.entrycontent ul:not(:last-child),
.entrycontent ol:not(:last-child),
.entrycontent p:not(:last-child),
.entrycontent .remark:not(:last-child) {
    margin-bottom: 10px;
}
.entrycontent li:not(:last-child) {
    margin-bottom: 10px;
}

.entrycontent small {
    font-size: smaller;
}

.entrycontent ul {
    list-style-type: disc;
}
.entrycontent ol {
    list-style-type: decimal;
}
.entrycontent ul,
.entrycontent ol {
    padding-left: 1.15em;
}
.entrycontent a:not(.btn):not(.link) {
    color: #19925d;
    text-decoration: underline;
}
.entrycontent .remark {
    font-size: 24px;
}

.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*========== Popup ==========*/
.mfp-bg, 
.mfp-wrap .mfp-content {
    opacity: 0;
}
.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.mfp-bg {
    background: #000;
    z-index: 9998;
}
.mfp-wrap {
    z-index: 9999;
}
.mfp-container {
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    max-height: 100%;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}
button.mfp-close,
.mfp-iframe-holder .mfp-close, 
.mfp-image-holder .mfp-close {
    width: 30px;
    height: 30px;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    line-height: 0;
    font-weight: bold;
    opacity: 1;
    top: -15px !important;
    right: -15px;
    color: #fff;
    border: 2px solid #fff;
    background: #333;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.35);
    box-shadow: 0 3px 10px rgba(0,0,0,0.35);
    border-radius: 50%;
    overflow: hidden;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
    white-space: normal;
}

.popup-style .popup-inner {
    padding: 80px 0;
}

.popup-content.mfp-bg {
    background: #fff;
}
.popup-content.mfp-bg.mfp-ready {
    opacity: 1;
}
.popup-content .mfp-close {
    position: fixed;
}
.popup-content .mfp-container {
    padding: 0;
    position: fixed;
    height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
.popup-content .mfp-content {
    max-width: 100%;
    max-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.popup-iframe .mfp-iframe-scaler {
    background: #000;
}
.popup-iframe .mfp-iframe-holder {
    padding: 60px 20px;
}
.popup-iframe .mfp-iframe-holder .mfp-content {
    max-width: 900px;
    max-height: calc(100vh - 120px);
}

.popup-modal .mfp-content {
    padding: 60px 20px;
}
.popup-modal .modal-box {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 80px 20px;
    background: #f7f7f7;
    -webkit-box-shadow: 0 12px 40px rgba(0,0,0,0.35);
    box-shadow: 0 12px 40px rgba(0,0,0,0.35);
    text-align: center;
}
.modal-content .headline:not(:last-child) {
    margin-bottom: 20px;
}

#popup-share .heading {
    font-size: 26px;
    color: #00a66a;
    margin-bottom: 20px;
}
#popup-share .share-group .fn-share:not(:last-child) {
    margin-right: 35px;
}

/*========== Main ==========*/
.main {
    position: relative;
    min-height: calc(100vh - 80px);
}

/* Sections */
.section {
    position: relative;
}

.sc-inner {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 80px;
}

.sc-block {
    background: #eee;
    padding-top: 60px;
    padding-bottom: 60px;
}

.sc-heading {
    color: #00a66a;
}

.sc-heading.box {
    display: inline-block;
    max-width: 100%;
    margin: 8.163% auto;
    background-color: rgba(34,34,34,0.8);
    padding: 100px;
    color: #fff;
}

.sc-heading-img {
    font-size: 26px;
    line-height: 1;
    text-align: center;
}

.sc-line {
    position: relative;
    font-size: 0;
    line-height: 0;
    width: 60px;
    height: 4px;
    background-color: #19925d;
}
.a-center .sc-line {
    margin: 0 auto;
}

.sc-action {
    position: relative;
}

.sc-headline:not(:last-child) {
    margin-bottom: 40px;
}
.sc-heading:not(:last-child) {
    margin-bottom: 10px;
}
.sc-action:not(:first-child) {
    margin-top: 40px;
}

.heading-line {
    position: relative;
    display: inline-block;
    padding: 0 25px;
}
.heading-line .line {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background: #888;
    position: absolute;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.heading-line .line.before {
    left: 0;
    top: 0;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.heading-line .line.after {
    right: 0;
    bottom: 0;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.block-2columns,
.sc-block-2columns {
    position: relative;
    text-align: left;
}
.block-2columns .block-column:not(:first-child),
.sc-block-2columns .sc-col:not(:first-child) {
    margin-top: 30px;
}
.sc-block-2columns .sc-inset {
    padding: 0 20px;
}
.sc-block-2columns .inset-float {
    width: 100%;
    max-width: none;
}


/* Content Group */
.parent-nav-fixed {
    position: relative;
}
.content-nav {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
}
.content-nav .control {
    width: 100%;
    font-size: 0;
    text-align: center;
}
.content-nav .control a {
    padding: 10px 0;
    text-align: center;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.content-nav .control a:not(:last-child) {
    margin-right: 40px;
}
.content-nav .control a:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    background: #19925d;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: height 400ms ease-in-out;
    -o-transition: height 400ms ease-in-out;
    transition: height 400ms ease-in-out;
}
.content-nav .control a.active:after {
    height: 3px;
}

.content-nav .control .ic {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 9px;
    text-align: center;
    color: #fff;
    background: #4f4f4f;
    border-radius: 50%;
    position: relative;
}
.content-nav .control .ic-play:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    left: 50%; top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.content-section .sc-inner {
    padding: 20px 0;
}
.content-section .meta {
    position: relative;
    padding-left: 20px;
}
.content-section .meta .line {
    content: "";
    display: block;
    font-size: 0;
    width: 3px;
    height: 84px;
    max-height: 84px;
    background: #888;
    position: absolute;
    left: 0; top: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.content-section .meta .heading {
    color: #19925d;
    margin-bottom: 5px;
}
.content-section .meta .action {
    margin-top: 30px;
}
.content-section .meta .link {
    font-size: 24px;
    word-spacing: -2px;
}
.content-section .meta .link .ic {
    font-size: 38px;
    line-height: 28px;
}
.no-touchevents .content-section .meta .link:hover .ic {
    font-size: 36px;
}
.content-section .meta .link-icon {
    padding-left: 48px;
}
.content-section .meta .link-icon .ic-name {
    border-bottom: 1px solid;
}

/* Content Theme */
.content-nav .control a.active.eat, 
.no-touchevents .content-nav .control a.eat:hover,
.meta.eat .heading { 
    color: #ff9933;
}
.content-nav .control a.active.beauty, 
.no-touchevents .content-nav .control a.beauty:hover,
.meta.beauty .heading { 
    color: #ff6666;
}
.content-nav .control a.active.travel,
.no-touchevents .content-nav .control a.travel:hover, 
.meta.travel .heading { 
    color: #00a66a;
}
.content-nav .control a.active.shop, 
.no-touchevents .content-nav .control a.shop:hover,
.meta.shop .heading { 
    color: #1a6c8e;
}
.content-nav .control a.active.lesson, 
.no-touchevents .content-nav .control a.lesson:hover,
.meta.lesson .heading { 
    color: #cc0000;
}

.content-nav .control a.eat:after { 
    background: #ff9933;
}
.content-nav .control a.beauty:after { 
    background: #ff6666;
}
.content-nav .control a.travel:after { 
    background: #00a66a;
}
.content-nav .control a.shop:after { 
    background: #1a6c8e;
}
.content-nav .control a.lesson:after,
.no-touchevents .content-nav .control a.lesson:hover .ic,
.content-nav .control a.active.lesson .ic {
    background: #cc0000;
}

.fx-nav-bar {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    white-space: nowrap;
    max-width: 100%;
    padding: 0 20px 20px;
    margin-bottom: -20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.no-touchevents .fx-nav-bar {
    padding-bottom: 0;
    margin-bottom: 0;
}

#content-nav-fixed.fixto-fixed {
    z-index: 101;
    background: #fff;
}
#content-nav-fixed.fixto-fixed .control a {
    padding: 15px 0;
}
#content-nav-fixed:not(.fixto-fixed) {
    top: auto !important;
}


/* Profile */
.profile-group.row {
    margin-left: -20px;
    margin-right: -20px;
}
.profile-group.row .item {
    padding: 50px 20px 20px;
}

.profile-group .item {
    position: relative;
    z-index: 0;
}

.profile {
    cursor: pointer;
}

.profile-popover {
    padding: 50px 40px 40px;
    background: #f7f7f7;
    -webkit-box-shadow: 0 12px 40px rgba(0,0,0,0.35);
    box-shadow: 0 12px 40px rgba(0,0,0,0.35);
}

.profile-image {
    position: relative;
    z-index: 1;
}
.profile-image img {
    width: 100%;
    max-width: none;
}
.profile-image .default {
    position: relative;
    background: #f2f2f2;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,1)), color-stop(41%, rgba(219,219,219,1)), color-stop(80%, rgba(153,153,153,1)), color-stop(100%, rgba(102,102,102,1)));
    background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(219,219,219,1) 41%, rgba(153,153,153,1) 80%, rgba(102,102,102,1) 100%);
    background: -o-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(219,219,219,1) 41%, rgba(153,153,153,1) 80%, rgba(102,102,102,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(245,245,245,1)), color-stop(41%, rgba(219,219,219,1)), color-stop(80%, rgba(153,153,153,1)), to(rgba(102,102,102,1)));
    background: linear-gradient(to bottom, rgba(245,245,245,1) 0%, rgba(219,219,219,1) 41%, rgba(153,153,153,1) 80%, rgba(102,102,102,1) 100%);
    border: 3px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}
.profile-image .hover {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

.profile-meta {
    padding-top: 20px;
    text-align: center;
}
.profile-meta .heading {
    margin-bottom: 5px;
}
.profile-meta .category,
.profile-detail .category {
    font-size: 20px;
    color: #999;
}

.profile-detail .heading {
    color: #19925d;   
}
.profile-detail .desc {
    margin-top: 10px;
}
.profile-detail .follow {
    margin-top: 15px;
}
.profile-detail .follow .ic {
    font-size: 30px;
}

.profile-modal .profile-popover {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.profile-modal .profile-image {
    width: 56.8027211%;
    margin: 0 auto 20px;
}
.profile-modal .profile-image .default {
    border-color: #00a66a;
}
.profile-modal .profile-image .default > img {
    opacity: 0;
}
.profile-modal .profile-image .hover {
    top: auto;
    bottom: 3px;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.profile-modal .profile-detail {
    text-align: center;
}
/*Profile Touchevents or Max Width 767px */
.touchevents .profile-popover {
    display: none;
}
.touchevents .mfp-ready .profile-popover {
    display: block;
}
.touchevents .profile-meta .heading > a {
    color: #00a66a;
    text-decoration: underline;
}


/* Calendar */
.calendar {
    display: table;
    table-layout: fixed;
}
.calendar .col {
    display: table-cell;
    vertical-align: top;
}
.calendar .col:not(:first-child) {
    padding-left: 40px;
}
.calendar .date-card {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 80px;
    text-align: center;
    white-space: nowrap;
}
.calendar .date-card:before,
.calendar .date-card:after {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background: #888;
    position: absolute;
    top: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.calendar .date-card:before {
    left: 0;
}
.calendar .date-card:after {
    right: 0;
}
.calendar .date .day {
    display: block;
    font-size: 65px;
    line-height: 0.45;
    color: #19925d;
}
.calendar .date .month {
    display: block;
    font-size: 24px;
    line-height: 1;
    margin-top: 5px;
}
.calendar .time {
    font-size: 24px;
    line-height: 10px;
    color: #19925d;
    margin-bottom: 10px;
}
.calendar .action {
    margin-top: 20px;
}

.no-touchevents .calendar .meta .heading > a:hover {
    color: #00a66a;
}

.calendar-group.row {
    margin-left: -30px;
    margin-right: -30px;
}
.calendar-group.row .item {
    padding: 30px;
}


/*========== Fix Style ==========*/
.bg-theme { background-color: #19925d !important;}
.bg-theme-light { background-color: #00a66a !important;}
.bg-theme-xlight { background-color: #f2fbfb !important;}
.bg-white { background-color: #fff !important;}

.bg-gray-gradient {
    background: rgba(255,255,255,1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(221,221,221,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(221,221,221,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(221,221,221,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), to(rgba(221,221,221,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(221,221,221,1) 100%);
}

.c-theme { color: #19925d !important;}
.c-theme-light { color: #00a66a !important;}
.c-white { color: #ffffff !important;}
.c-black { color: #4f4f4f !important;}
.c-gray { color: #999999 !important;}
.c-red { color: #ee2e24 !important;}

.nowrap { white-space: nowrap !important;}

.a-left { text-align: left !important;}
.a-right { text-align: right !important;}
.a-center { text-align: center !important;}

.v-top { vertical-align: top !important;}
.v-bottom { vertical-align: bottom !important;}
.v-middle { vertical-align: middle !important;}

.f-left { float: left !important;}
.f-right { float: right !important;}

.margin-0 { margin: 0 !important;}
.margin-top-0 { margin-top: 0 !important;}
.margin-bottom-0 { margin-bottom: 0 !important;}

.padding-0 { padding: 0 !important;}
.padding-top-0 { padding-top: 0 !important;}
.padding-bottom-0 { padding-bottom: 0 !important;}

.overflow-hidden { overflow: hidden !important;}

.clr:after,
.inner:after,
.menu-group:after,
.change-lang:after { 
    content: "";  
    display: table; 
    clear: both;
}

.not-react {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*========== Animation ==========*/
.animated {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
}

/* Custom */
@-webkit-keyframes arrowAnim {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
}
@keyframes arrowAnim {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
}
.arrowAnim {
  -webkit-animation-name: arrowAnim;
  animation-name: arrowAnim;
}

@-webkit-keyframes lineAnim {
    from {
        height: 0;
        opacity: 0;
    }
    to {
        height: 100%;
        opacity: 1;
    }
}
@keyframes lineAnim {
    from {
        height: 0;
        opacity: 0;
    }
    to {
        height: 100%;
        opacity: 1;
    }
}
.lineAnim {
    -webkit-animation-name: lineAnim;
    animation-name: lineAnim;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes lineFixAnim {
    from {
        height: 0;
        opacity: 0;
    }
    to {
        height: 84px;
        opacity: 1;
    }
}
@keyframes lineFixAnim {
    from {
        height: 0;
        opacity: 0;
    }
    to {
        height: 84px;
        opacity: 1;
    }
}
.lineFixAnim {
    -webkit-animation-name: lineFixAnim;
    animation-name: lineFixAnim;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes fadeInUpSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpSm {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUpSm {
    -webkit-animation-name: fadeInUpSm;
    animation-name: fadeInUpSm;
}

@-webkit-keyframes fadeInDownSm {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -5%, 0);
        transform: translate3d(0, -5%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDownSm {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -5%, 0);
        transform: translate3d(0, -5%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInDownSm {
    -webkit-animation-name: fadeInDownSm;
    animation-name: fadeInDownSm;
}