@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');

/* Setup
======================================================= */
html {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.25;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; 
    word-break: break-word;
}
body {
    font-feature-settings: 'lnum' 1;
    font-size: 13px;
    background-color: #fff;
    color: #000;
    font-weight: normal;
    position: relative;
    margin: 0;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    animation: fadein 2s;
    -webkit-animation: fadein 2s;
    font-family: 'Prompt', sans-serif;
}
@keyframes fadein {
    from { opacity: 0; }  
    to { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }  
    to { opacity: 1; }
}
*,
:before,
:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}
::-webkit-scrollbar {
    display: none;
}
article, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
h1, h2, h3, h4, h5, h6, p {
    font-weight: 400;
    margin: 0;
}
b, strong {
    font-weight: 700;
}
ul, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a, a:hover, a:focus {
    text-decoration: none;
    color: inherit;
    background-color: transparent;
    pointer-events: auto;
    outline: 0;
}
a[href^=tel] {
    white-space: nowrap;
}
a[href^=mailto] {
    word-break: break-word;
}
a, button, [role="button"] {
    cursor: pointer;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border: 0;
    outline: 0;
    max-width: 100%;
    height: auto;
}
figure {
    margin: 0;
}
iframe {
    border: 0;
}
table {
    border-collapse: collapse;
}
fieldset {
    border-width: 1px;
}
.is-device * {
    background-attachment: scroll;
}
mark {
    background-color: transparent;
}
.d-none{
    display: none !important;
}
.w-100{
    width: 100%;
}
.click{
    cursor: pointer;
}




/* Form
======================================================= */
input,
select,
textarea,
button,
optgroup {
    font-family: inherit;
    font-size: 100%;
    line-height: normal;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    color: inherit;
    background: transparent;
    width: 100%;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
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: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: auto;
    height: auto !important;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
    -webkit-appearance: none;
    margin: 0;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.input input:not([type=submit]),
.input textarea {
    height: 45px;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #e1e1e1;
}
.input input:not([type=submit]):focus,
.input textarea:focus {
    border-color: #000;
}
.input textarea {
    resize: none;
    overflow: auto;
    display: block;
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    min-height: 90px;
}
.form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}
.field {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    position: relative;
}
.input {
    position: relative;
    text-align: left;
}
.input .label {
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    position: relative;
    display: block;
    margin-bottom: 2px;
}
.input .label.anim {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    line-height: 45px;
    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;
}
.input .label.anim.fixed {
    line-height: 1;
    top: 15px;
}
.input.filled .label.anim:not(.fixed) {
    opacity: 0;
    visibility: hidden;
}
.input.filled .label.anim.fixed {
    font-size: 10px;
    top: 0;
    color: #d1d1d1;
}
.input.filled input,
.input.filled textarea,
.input.filled select {
    color: #000;
    font-weight: 500;
}
.input.filled input[type="password"] {
    letter-spacing: 2px;
}
.field.for-file .label {
    font-size: 10px;
}
.field.for-file input {
    padding: 5px 0;
}
input[type=file] {
    line-height: 28px;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
    background-color: #fff;
    border: solid 1px #ebebeb;
    outline: 0;
}
.is-device select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/icon_arrow.svg) no-repeat right 12px / 1em;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding-right: 1em;
}






/* Select2
======================================================= */
.select2,
.select2-dropdown {
    outline: 0 !important;
}
.select2-container--default .select2-selection--single,
.select2-dropdown {
    outline: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    border-color: #000;
}
.select2-container--default .select2-selection--single {
    /*height: 45px;*/
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    /*line-height: 43px;*/
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    /*height: 43px;*/
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
    font-weight: 700;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: #fff;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-bottom-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ebebeb;
    color: #000;
}
.select:not(.search) .select2-search--dropdown { 
    display: none; 
}

/* Bottom Line */
.select2,
.select2-dropdown {
    outline: 0 !important;
}
.select2-container--default .select2-selection--single,
.select2-dropdown {
    outline: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    border-bottom: solid 1px #000;
}
.select2-dropdown {
    border: solid 1px #000;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: #000;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-bottom-color: #000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: #ca504f;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
}
.select2-container--default .select2-selection--single {
    height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px;
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
}

/* Change arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: static;
    top: auto;
    left: auto;
    margin: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    font-family: 'icomoon' !important;
    content: "\e900";
    position: absolute;
    top: 3px;
    right: 1px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    content: "\e903";
}





/* Swiper
======================================================= */
.swiper-button-next,
.swiper-button-prev {
    background: url(../img/icon_next.svg) no-repeat center;
    background-size: 100%;
    width: 30px;
    height: 45px;
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
}
.swiper-button-prev {
    background: url(../img/icon_prev.svg) no-repeat center;
    right: auto;
    left: 30px;
}
.swiper-button-disabled {
    opacity: 0.3;
}
.swiper-container-fade .swiper-slide:not(.swiper-slide-active) * {
    pointer-events: none;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
    display: none;
}





/* Fancybox
======================================================= */
.fancybox-button {
    background: none;
}
.fancybox-button--arrow_right svg,
.fancybox-button--arrow_left svg {
    display: none;
}
.fancybox-navigation .fancybox-button--arrow_right {
    background: url(../img/icon_next.svg) no-repeat center;
    background-size: 38px 30px;
    padding: 0;
    right: 0;
}
.fancybox-navigation .fancybox-button--arrow_left {
    background: url(../img/icon_prev.svg) no-repeat center;
    background-size: 38px 30px;
    padding: 0;
    left: 0;
}
.fancybox-button[disabled] {
    display: none;
}
.fancybox-slide {
    overflow: inherit;
}
.fancybox-show-infobar .fancybox-infobar {
    display: none;
}





/* Plyr 
======================================================= */
.plyr__video-wrapper {
    height: 100%;
}
.plyr .player {
    object-fit: cover;
    height: 100%;
}
.plyr--video .plyr__time {
    font-size: 11px;
}
.plyr--video .plyr__controls {
    padding: 35px 45px;
}
.plyr--video .plyr__control {
    padding: 0;
}
.plyr--video .plyr__control svg {
    margin: 0 auto;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}
.plyr--video .plyr__control svg:hover {
    color: #fff;
}
.plyr--video .plyr__control--overlaid {
    width: auto;
    height: auto;
    line-height: 1;
    min-width: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 50%; 
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4;
}
.plyr--video .plyr__control--overlaid:before {
    font-family: 'icomoon';
    content: "\e902"; /* Play Icon */
    width: 30px;
    height: 27px;
    line-height: 27px;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    color: #000;
}
.plyr--video .plyr__control--overlaid:hover:before {
    background-color: #000;
    color: #fff;
    -webkit-box-shadow: 0 2px 12px rgba(255,255,255,0.5);
    box-shadow: 0 2px 12px rgba(255,255,255,0.5);
}
.plyr--video .plyr__control--overlaid svg {
    left: 0;
    display: none;
}
.plyr--video .plyr__control.plyr__tab-focus, 
.plyr--video .plyr__control:hover, 
.plyr--video .plyr__control[aria-expanded=true] {
    color: #fff;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.plyr--video .plyr__control--overlaid:hover {
    color: #fff;
}
.plyr--video:not(.plyr--playing) .plyr__controls {
    opacity: 1;
    pointer-events: auto;
}
.plyr--video.plyr--paused .plyr__poster {
    opacity: 1; /* if video has poster */
}
.plyr--video.plyr--hide-controls .plyr__controls {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.plyr--video .plyr__progress__buffer {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    width: 0;
    height: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
.plyr--video .plyr__progress .plyr__tooltip {
    display: none;
}
.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #fff;
    display: block;
    height: 16px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    height: 3px;
    -webkit-user-select: none;
    user-select: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
    background-image: -webkit-linear-gradient(left, #fff var(--value, 0), transparent var(--value, 0));
    background-image: linear-gradient(to right, #fff var(--value, 0), transparent var(--value, 0))
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    background: #fff;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 10px;
    width: 3px;
    position: relative;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    -webkit-appearance: none;
    margin-top: -3px;
}
.plyr--full-ui input[type=range]::-moz-range-track {
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    height: 3px;
    -moz-user-select: none;
    user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    position: relative;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    height: 10px;
    width: 3px;
}
.plyr--full-ui input[type=range]::-moz-range-progress {
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    height: 3px;
}
.plyr--full-ui input[type=range]::-ms-track {
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    height: 3px;
    -ms-user-select: none;
    user-select: none;
    color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    height: 3px;
    -ms-user-select: none;
    user-select: none
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    height: 3px;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
}
.plyr--full-ui input[type=range]::-ms-thumb {
    background: #fff;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    position: relative;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    height: 10px;
    width: 3px;
    margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none;
}
.plyr--full-ui input[type=range]:focus {
    outline: 0
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: none;
    outline: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: none;
    outline: 0;
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: none;
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: none;
}
.media.fullscreen .plyr__video-embed iframe {
    width: 300vw;
    left: -100vw;
}
.media {
    position: relative;
}





/* Entry Content
======================================================= */
.entry-content h1:not(:last-child),
.entry-content h2:not(:last-child),
.entry-content h3:not(:last-child),
.entry-content h4:not(:last-child),
.entry-content h5:not(:last-child),
.entry-content h6:not(:last-child),
.entry-title:not(:last-child) {
    margin-bottom: 20px;
}
.entry-header:not(:last-child) {
    margin-bottom: 40px;
}
.entry-content ul:not(:last-child),
.entry-content ol:not(:last-child),
.entry-content p:not(:last-child),
.entry-content address:not(:last-child),
.entry-content table:not(:last-child) {
    margin-bottom: 20px;
}
.entry-content ul,
.entry-content li {
    list-style-type: disc;
    list-style-position: inside;
}
.entry-content ol {
    list-style-type: decimal;
}
.entry-content .wp-block-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.entry-content [class*="wp-block-"] {
    list-style: none;
    padding: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.entry-content [class*="wp-block-"] li {
    margin: 0 auto !important;
}
.entry-content [class*="wp-block-"]:not(:first-child) {
    margin-top: 60px;
}
.entry-content [class*="wp-block-"]:not(:last-child) {
    margin-bottom: 60px;
}
.entry-content [class*="wp-block-"]:first-child {
    margin-top: 0;
}
.entry-content [class*="wp-block-"]:last-child {
    margin-bottom: 0;
}
.entry-content [class*="wp-block-"].alignfull {
	width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.entry-content .blocks-gallery-grid {
    list-style: none;
    padding: 0;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}
.entry-content .blocks-gallery-grid {
    margin: -7px -7px -8px -8px;
}
.entry-content .blocks-gallery-grid > li {
    padding: 7px 7px 8px 8px;
}
.entry-content .aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.entry-content .alignright {
    float: right;
}
.entry-content .alignleft {
    float: left;
}





/* Misc 
======================================================= */
.image {
    overflow: hidden;
}
img.full {
    display: block;
    width: 100%;
    max-width: none;
}
.object-fit {
    position: relative;
    display: block;
    overflow: hidden;
}
.object-fit:before {
    content: "";
    display: block;
}
.object-fit > img,
.object-fit > video,
.object-fit > iframe,
.object-fit > .plyr {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.bg-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}
.ic {
    display: inline-block;
    vertical-align: middle;
}
.hero .meta {
    width: 100%;
    padding: 100px 40px 40px;
    position: absolute;
    z-index: 1;
    left: 50%; 
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.section {
    position: relative;
}
.sc-inner {
    padding-top: 60px;
    padding-bottom: 60px;
}
.container,
.container-fluid {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}
.container {
    width: 1110px;
}
.tab-link {
    cursor: pointer;
}
._no-gutters {
    margin-right: 0;
    margin-left: 0;
}
._textcenter {
    text-align: center !important;
}
._center {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    max-width: 100%;
}
._upcase {
    text-transform: uppercase !important;
}
._flexcenter {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
._pull-left {
    float: left;
}
._pull-right {
    float: right;
}





/* Animation 
======================================================= */

/* Fade In */
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* Scale Down */
@-webkit-keyframes scaleDown {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleDown {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.scaleDown {
    -webkit-animation-name: scaleDown;
    animation-name: scaleDown;
}
/* Scroll Reveal Timing */
.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}





/* Transition 
======================================================= */
img,
a,
button,
input,
textarea,
select,
label,
.btn,
.tab-link,
.swiper-button-next,
.swiper-button-prev {
    -webkit-transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.input .label.anim:not(.fixed) {
    -webkit-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
}
.input .label.anim.fixed {
    -webkit-transition-property: opacity, top, font-size;
    -o-transition-property: opacity, top, font-size;
    transition-property: opacity, top, font-size;
}
#header {
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
}




/* Theme
======================================================= */
.und {    
    background-image: -webkit-linear-gradient(330deg, #000 0%, #000 100%);
    background-image: -o-linear-gradient(330deg, #000 0%, #000 100%);
    background-image: linear-gradient(120deg, #000 0%, #000 100%);
    background-repeat: no-repeat;
    background-size: 0% 1px;
    background-position: left 100%;
    background-origin: border-box;
}
.und:hover,
.und.active { 
    background-size: 100% 1px;
}





/* Header
======================================================= */
#header {
    width: 100%;
    position: relative;
    padding: 30px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-transform: uppercase;
}
#header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.brand_logo {
    width: 43px;
}
.getstarted-btn {
    color: #4b4b4b;
    padding: 10px 25px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: #e1e1e1;
    margin-right: 25px;
}
.getstarted-btn:hover {
    color: #fff;
    background-color: #006ea2;
}
.menu>li,
.menu-dashboard>li {
    display: inline-block;
}
.menu>li:not(:last-child),
.menu-dashboard>li:not(:last-child){
    margin-right: 25px;
}
.menu>li>a,
.menu-dashboard>li>a {
    color: #006ea2;
}
.menu-dashboard {
    margin-left: auto;
}
.head-fixleft {
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.login-btn {
    margin-right: 25px;
    color: #006ea2;
}
.head-fixleft .menu-dashboard {
    margin-right: 25px;
}





/* Footer
======================================================= */
#footer {
    padding: 30px;
}
#footer.disabled-footer {
    padding: 6px 10px 3px;
	height: 25px;
}
.footer-sitemap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 50px;
}
.ft-menu {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.ft-menu .ft-logo {
    width: 60px;
    margin-right: 20px;
}
.ft-menu ul>li {
    margin-right: 40px;
    display: inline-block;
}
.ft-social {
    margin-left: auto;
}
.ft-social a {
    background-color: #1170a4;
    color: #fff;
    padding: 2px 8px 5px;
    font-size: 20px;
    margin-left: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.footer-bar {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.ft-rule {
    margin-left: auto;
}
.ft-rule li {
    display: inline-block;
}
.ft-rule li:not(:last-child) {
    margin-right: 40px;
}





/* Content
======================================================= */
#content {
    min-height: calc(100vh - 312px);
    min-height: calc((var(--vh, 1vh) * 100) - 312px);
}
.sc-index {
    margin: 0 30px 30px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    overflow: hidden;
}
.sc-hero {
    position: relative;
}
.social-bar {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 20;
}
.social-bar a {
    background-color: #fff;
    padding: 1px 6px 4px;
    color: #2b3e55;
    font-size: 16px;
}
.social-bar a:hover {
    color: #fff;
    background-color: #2b3e55;
}
.sc-hero .swiper-slide .object-fit:before {
    padding-top: 55%;
}
.sc-hero .swiper-slide {
    position: relative;
}
.sc-hero .hero-info {
    position: absolute;
    top: 50%;
    left: 14%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
    max-width: 380px;
    text-align: center;
}
.sc-hero .hero-headline {
    color: #fff300;
    font-size: 50px;
}
.sc-hero .hero-subhead {
    font-size: 34px;
}
.sc-hero .hero-text {
    margin-top: 30px;
    margin-bottom: 30px;
}
.sc-hero .hero-btn {
    border: solid 1px #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    width: 180px;
    height: 50px;
    display: block;
    margin: auto;
    line-height: 50px;
    text-align: center;
}
.sc-hero .hero-btn:hover {
    background-color: #fff;
    color: #000;
}
.sc-hero .swiper-pagination {
    width: 100%;
    bottom: 30px;
}
.sc-hero .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    margin: 0 3px;
}
.sc-hero .swiper-pagination-bullet-active {
    width: 50px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.sc-process {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background-color: #e1e1e1;
    padding: 50px 30px;
}
.sc-process .process-room {
    position: relative;
    max-width: 50%;
}
.sc-process .process-room .image {
    max-width: 650px;
}
.sc-process .room-btn {
    background-color: #006ea1;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 15px 35px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.sc-process .room-btn.btn-01 {
    top: 100px;
    left: 45%;
}
.sc-process .room-btn.btn-02 {
    top: 45%;
    left: 20%;
}
.sc-process .room-btn.btn-03 {
    top: 45%;
    left: auto;
    right: 10%;
}
.sc-process .process-detail {
    width: 650px;
    max-width: 50%;
	padding-left: 5vw;
}
.sc-process .room-btn.btn-04 {
    top: auto;
    bottom: 60px;
    left: 45%;
}
.sc-process .room-btn.btn-05 {
	top: auto;
	bottom: 120px;
	left: 5%;
}
.sc-process .process-headtag {
    margin-bottom: 30px;
    color: #006ea1;
}
.sc-process .process-headtag .tag1 {
    font-size: 25px;
    display: block;
}
.sc-process .process-headtag .tag-inline {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.sc-process .process-headtag .tag2 {
    font-size: 150px;
    line-height: 1;
    margin-right: 10px;
}
.sc-process .process-headtag .tag3 {
    font-size: 25px;
}
.sc-process .process-headtag .tag4 {
    font-size: 25px;
    display: block;
    font-weight: bold;
}
.sc-process .process-bar {
    background-color: #006ea1;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    width: 400px;
    padding: 15px 20px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;    
    margin-bottom: 20px;
}
.sc-process .process-bar:nth-child(odd) {
    background-color: #004260;
    flex-direction: row-reverse;
}
.sc-process .process-bar .process-icon {
    width: 120px;
    margin-top: -35px;
}
.sc-process .process-bar .bar-info {
    width: 220px;
    margin-left: 20px;
}
.sc-process .process-bar:nth-child(odd) .bar-info {
    margin-left: 0;
    margin-right: 20px;
}
.sc-process .process-bar .bar-headline {
    font-size: 40px;
    color: #fff300;
}
.sc-product {
    height: 800px;
    padding: 30px;
    position: relative;
}
.sc-product .product-head {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
}
.sc-product .product-headline {
    color: #fff300;
    font-size: 36px;
    max-width: 450px;
}
.sc-product .product-icon {
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
}
.sc-product .product-icon img {
    margin-left: 10px;
}
.sc-product .product-info {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    position: absolute;
    bottom: 50px;
    width: calc(100% - 60px);
}
.sc-product .product-info .info-box {
    width: 33.333%;
    padding: 0 20px;
    color: #fff;
    transition: 0.4s;
    position: relative;
}
.sc-product .product-info .info-head {
    font-size: 20px;
}
.sc-product .product-info .icon {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}
.sc-product .product-info .info-box:hover {
    color: #fff300;
    text-shadow: 1px 3px 4px rgba(0,0,0,0.49);
}
.sc-product .info-box:not(:last-child):after {
    width: 3px;
    height: 75px;
    background-color: #fff;
    display: block;
    position: absolute;
    right: 0;
    top: 75px;
    content: '';
}
.sc-design {
    height: 800px;
    color: #fff;    
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 30px;
}
.sc-design .design-detail {
    max-width: 50%;
    text-align: center;
}
.sc-design .design-headline {
    font-size: 40px;
}
.sc-design .design-subhead {
    font-size: 80px;
    color: #fff300;
}
.sc-design .design-text {
    margin-top: 30px;
    font-size: 16px;
}
.sc-design .design-btn {
    background-color: #fff300;
    color: #2b3a4d;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    padding: 15px 30px;
    display: inline-block;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
}
.sc-design .image {
    width: 725px;
    max-width: 50%;
}
.mb-popup {
    display: none;
}
.sc-apps {
    width: 100%;
    /* margin: 30px 0; */
    /* padding: 0 30px; */
}
.sc-apps .mockup>img {
    width: 100%;
}
.sc-apps iframe {
    width: 100%;
    height: calc(100vh - 29px);
}
.fullpage .footer-sitemap {
    display: none;
}
.fullpage {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: fixed;
}
.fullpage #header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.fullpage #footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.fullpage #content {
    height: calc(var(--vh, 1vh) * 100);
}
.sc-login {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}
.sc-login .login-left {
    width: 60%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.sc-login .login-right {
    width: 40%;
    background-color: #c4c4c4;
}
.sc-login .login-tag {
    margin: 0 30px 0;
    width: 100%;
}
.sc-login .login-headline {
    font-size: 50px;
    color: #fff300;
}
.sc-login .login-subhead {
    font-size: 30px;
    color: #fff;
}
.sc-login .login-wrap {
    width: 330px;
    background-color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 40px;
    text-align: center;
}
.sc-login .login-wrap .headline {
    margin-bottom: 30px;
}
.sc-login .btn {
    width: 200px;
    height: 40px;
    background-color: #006fa2;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
}
.sc-login .forgot-pwd,
.sc-login .signup-now {
    color: #348ddb;
}
.sc-login .remark {
    margin-top: 30px;
}
#page.dashboard {
    background-color: #ececec;
}
.sc-dashboard {
    margin: 30px 0;
    padding: 0 30px;
    width: 100%;
}
.dashboard-bar {
    margin-bottom: 30px;    
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.dashboard-bar .bar-right {
    margin-left: auto;
}
.dashboard-bar .bar-left {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dashboard-bar + .dashboard-bar {
    margin-top: -20px;
}
.dashboard-head {
    color: #006ea3;
    font-size: 25px;
    margin-right: 15px;
}
.dashboard-new {
    background-color: #fff300;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 10px;
    float: right;
}
.dashboard-new:hover {
    background-color: #fff300;
}
.dashboard-summary {
    display: block;
    float: right;
    clear: right;
}
.dashboard-project { 
    display: grid;
    grid-gap: 40px 15px;
    grid-template-columns: repeat(4, 1fr);
}
.db-projectcard .image.object-fit:before {
    padding-top: 60%;
}
.db-projectcard .image.object-fit img.object-contain {
    object-fit: contain;
    background-color: white;
}
.db-projectinfo {
    margin: 10px 0 10px; 
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.db-projectname {
    width: calc(100% - 120px);
    color: #2b3a4d;
    font-size: 18px;
}
.db-projecttime {
    margin-left: auto;
    margin-top: 5px;
}
.db-projecttools {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.db-projectedit {
    padding: 10px 40px;
    background-color: #006ea3;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.db-projectedit:hover {
    background-color: #006ea3;
    color: #fff;
}
.db-projectmore {
    margin-left: auto;
    position: relative;
    height: 20px;
}
.db-moremenu {
    position: absolute;
    top: 20px;
    right: 0;
    width: 120px;
    text-align: right;
    opacity: 0;
    transition: 0.4s;
    background-color: #fff;
    z-index: 100;
    padding: 10px 10px 20px;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
    transform: scale(0);
    transform-origin: top right;
}
.db-projectmore:hover .db-moremenu {
    opacity: 1;
    transform: scale(1);
}
.db-moremenu li a {
    width: 100%;
    display: inline-block;
    line-height: 18px;
    padding: 4px 7px;
}
.db-moremenu li:hover a {
    color: #006ea3;
    background-color: #eaeaea;
}
.db-moremenu li {
    margin-top: 5px;
}


.db-pagination {
    margin-top: 100px;
}
.db-pagination li {
    display: inline-block;
    margin-right: 15px;
}
.backtodb {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    float: right;
}
.db-projectsingle {
    margin-bottom: 40px;
    width: 100%;    
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.db-projectsingle .image {
    width: 290px;
    margin-right: 25px;
}
.db-projectsingle .object-fit:before {
    padding-top: 61%;
}
.db-projectsginfo {
    width: calc(100% - 315px);
}
.db-projectsend {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 18px;
}
.db-projecteditinfo {
    color: #8b8b8b;
    margin-bottom: 10px;
}
.db-projectdetail {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}
.db-projectdetailbtn {
    float: left;
    padding: 10px 25px;
    background-color: #fff;
    color: #8b8b8b;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-right: 10px;
}
.db-view720btn{
    float:right;
    padding: 10px 25px;
    border: 1px #2367b4 solid;
    color: #2367b4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-right: 10px;
}
.db-projectsgtools {
    padding-top: 20px;
    border-top: solid 1px #d6d6d6;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.db-projectsgtools .tools-right {
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.db-projectsgtools .tools-left {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.db-projectsgtools .tools-left li {
    margin-right: 5px;
}
.db-projectsgtools .tools-left li a {
    padding: 10px 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #fff;
}
.db-projectsgtools .tools-left li:hover a {
    color: #fff;
    background-color: #006ea3;
}
.db-projectsgtools .tools-right>li {
    margin-right: 20px;
}
.db-projecttab {
    background-color: #fff;
}
.db-projectmenu {
    padding: 10px 15px;
    border-bottom: solid 1px #d6d6d6;
}
.db-projectmenu li {
    display: inline-block;
    margin-right: 25px;
    font-size: 18px;
}
.db-projectmenu li:hover {
    color: #006ea3;
}
.db-projectgallery {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.db-projectlist {
    border-right: solid 1px #d6d6d6;
    width: 220px;
    padding: 30px 15px;
}
.db-projectshow {
    border-left: solid 1px #d6d6d6;
    margin-left: -1px;
    width: calc(100% - 220px);
    padding: 30px 15px;
}
.db-projectlist li {
    margin-bottom: 15px;
    width: 100%;
}
.db-projectlist li a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.db-projectlist li a span:nth-child(2) {
    margin-left: auto;
}
.db-projecttabtools {
    margin-bottom: 25px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.db-projecttabtools .check {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
    margin-right: 20px;
}
.db-projecttabtools .check input {
    margin-right: 5px;
}
.db-projecttabtools .db-tabbtn {
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #d6d6d6;
    background-color: #fff;
    margin-right: 10px;
    width: auto;
}
.db-projecttabtools .select2 {
    width: 150px;
    margin-right: 15px;
}
.db-projectimg {
    /* width: 100%; */
    float: left;
    position: relative;
}
.imageinfo {
    position: absolute;
    bottom: 16px;
    left: 4px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    opacity: 0;
    transition-duration: 0.34s;
}
.db-projectimg .selected > .imageinfo,
.db-projectimg:hover .imageinfo {
    opacity: 1;
}
.pano_notice,
.rtype_notice {
    margin-right: 5px;
}
.db-projectimg .imagemenu {
    position: absolute;
    top: 0;
    left: calc(100% - 15px);
    width: 77px;
    z-index: 200;
    background-color: white;
    box-shadow: 2px 2px 3px #777;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 6px 0;
    transform: scale(0);
    transform-origin: top left;
    transition-duration: 0.34s;
    transition-delay: 0.2s;
}
.db-projectimg:hover .imagemenu {
    transform: scale(1);
}
.db-projectimg .imagemenu a {
    padding: 0 6px;
    line-height: 19px;
    width: 100%;
    display: inline-block;
    transition-duration: 0.34s;
}
.db-projectimg .imagemenu a:hover {
    background-color: #2980B9;
    color: white;
}
.db-projectimg .selected {
    position:absolute;
    right: 5px;
    bottom: 5px;
    font-size: 20px;
    color: #FFF;
    border-radius: 50%;
    box-shadow: 1px 1px 9px 1px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 1px 9px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 9px 1px rgba(0,0,0,0.75);
}
.db-projectimg .image {
    width: 125px;
    margin: 0 15px 15px 0;
}
.db-projectimg .object-fit:before {
    padding-top: 100%;
}
.sc-setting {
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 30px;
    min-height: 400px;
}
.setting-tabs {
    border-right: solid 1px #d6d6d6;
    width: 220px;
    padding: 30px 15px;
}
.setting-content {
    border-left: solid 1px #d6d6d6;
    margin-left: -1px;
    width: calc(100% - 220px);
    padding: 30px;
}
.setting-tabs li {
    margin-bottom: 20px;
    color: #8b8b8b;
}
.setting-category {
    font-size: 20px;
    color: #2b3a4d;
    margin-bottom: 10px;
}
.setting-subcat {
    font-size: 16px;
    color: #8b8b8b;
    margin-bottom: 10px;
}
.setting-content .input {
    width: 350px;
    margin-bottom: 10px;
}
.setting-content .input input{
    height: 25px;
    padding: 0 5px;
    border: solid 1px #d6d6d6;
    color: #8b8b8b;
}
.setting-content .input .label.anim {
    line-height: 25px;
    left: 5px;
}
.setting-content .select2 {
    height: 25px;
    border: solid 1px #d6d6d6;
}
.setting-content .setting-save {
    padding: 10px 35px;
    background-color: #006ea3;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 15px;
    width: auto;
}
.sc-setting table.users_table {
    width: 100%;
}
.sc-setting table.users_table .type-superuser td {
    background-color: #dde8ff;
}
.sc-setting table.users_table .type-awaiting-approval td {
    background-color: #fff0c4;
}
.sc-setting table.users_table .type-expired td {
    background-color: #ffc4c4;
}
.sc-setting table.users_table .type-denied td {
    background-color: #606060;
}


.sc-setting table.users_table form.update_valid_date input {
    width: 110px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    padding: 2px 8px;
	background: white;
}
.sc-setting table.users_table form.update_valid_date button {
    width: 70px;
    border: 1px solid #ccc;
    padding: 2px 8px;
    box-sizing: border-box;
	background: white;
}
.sc-setting table.users_table .available_action {
    text-align: center;
}
.sc-setting table.users_table .available_action button {
    width: auto;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 2px 8px;
	background: white;
}
a.button {
    padding: 2px 8px;
	display: inline-block;
}
a.button-danger,
button.button-danger {
    color: white;
    background-color: rgb(255, 85, 85);
    border: none;
    font-weight: bold;
}
a.button-success,
button.button-success {
    color: white;
    background-color: #52cb44;
    border: none;
    font-weight: bold;
}
button.button-disabled[disabled] {
    color: #a2a2a2 !important;
    background-color: #e3e3e3 !important;
    border: none;
}

.dropbtn {
    /* background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer; */
  }
  
  .dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 250px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  .dropdown-content .list_menu{
      width: 100%;
      padding: 12px;
  }
  
  .dropdown .list_menu:hover {
      background-color: #ddd;
      cursor: pointer;
    }
  
  .show {display: block;}


  /* == customer == */

.cols-6{
    width: 20%;
    padding: 20px;
    float: left;
    overflow: hidden;
}
.text-center{
    text-align: center;
}
.cs-container{
    margin: 0 auto;
    width: 1200px;
}
.cs-search{
    background-color:#fafbfc;
    margin-top:10px;
    overflow: hidden;
    margin-bottom: 40px;
    padding-bottom: 10px;
}
.cs-search .input-title{
    color: #666;
    font-size:0.8rem;
}
.cs-search .input{
    outline: none;
    border: none;
    border: 1px #CCC solid;
    padding:10px;
    margin-top: 10px;
    width: 95%;
}
.cs-title{
    float: left;
    font-size: 1.2rem;
    color: #666;
}
.cs-table{
    margin-top: 15px;
    border-collapse: collapse;
}
.cs-table tr:nth-child(even){
    /* background-color: #f2f2f2; */
}
.cs-table tr {
    border-top:2px solid white;
}
.cs-table tr:hover {
    background-color: rgb(248, 248, 248);
}
.cs-table th{
    background-color: #f8f8f8;
    padding:10px;
    font-size:0.8rem;
}
.cs-table td{
    padding:10px;
    font-size: 13px;
    color: #666;
    /* cursor: pointer; */
}

.cs-table .cs-d-order{
    padding-top: 5px;
}
.cs-table .h{

}
.cs-table .d{

}
.cs-btn-reset{
    padding:10px;
    float: left;
    margin-left: 10px;
    border: 1px #CCC solid;
    color: #666;
    cursor: pointer;
}
.cs-btn-reset:hover{
    opacity: 0.7;
}
.cs-btn-search{
    padding:10px;
    float: left;
    margin-left: 10px;
    border: 1px rgb(66, 133, 189) solid;
    color: rgb(66, 133, 189);
    cursor: pointer;
}
.cs-create-btn{
    padding: 10px;
    font-size: 18px;
    color: #006ea2;
    cursor: pointer;
}
.cs-btn-search:hover{
    opacity: 0.7;
}

.cs-edit{
    background-color:#fafbfc;
    margin-top:10px;
    overflow: hidden;
    padding:10px;
}
.cs-input-container{
    padding:10px;
    /* overflow: hidden; */
}
.cs-edit-title-input{
    float: left;
    font-size: 1rem;
    color: #666;
    margin-right: 10px;
    margin-top: 8px;
    width: 160px;
}
.cs-edit-input{
    width: 300px;
    padding: 8px;
    border: 1px #CCC solid;
    outline:none;
    background-color: #FFF;
}
.cs-mt-2{
    margin-top: 10px;
}
.cs-goto{
    cursor: pointer;
}
.cs-create-btn{
    float: right;
}

.swal2-actions{
    display: flex;
    flex-wrap: nowrap !important;
    justify-content: space-evenly !important;
}
.swal2-cancel{
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    width: 150px;
    padding: 10px;
    border-radius: 10px;
}
.swal2-confirm{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    width: 150px;
    padding: 10px;
    border-radius: 10px;
}
.cs-btn-edit{
    text-align: center;
    border: 1px #CCC solid;
    background-color: #efefef;
    cursor: pointer;
}
.cs-btn-delete{
    margin-top: 5px;
    text-align: center;
    border: 1px #CCC solid;
    background-color: #efefef;
    cursor: pointer;
}

.popup_generate .title{
    margin-bottom: 15px;
}
.popup_generate .btn-generate{
    width: 200px;
    background-color: #CCC;
    text-align: center;
    margin: 0 auto;
    border: 1px #929292 solid;
    color: #333;
    cursor: pointer;
}

#icon-select{
    position: absolute;
    top:5px;
    left: 5px;
    font-size: 1.2rem;
    box-shadow: -1px -1px 6px -1px rgba(0,0,0,0.52);
    -webkit-box-shadow: -1px -1px 6px -1px rgba(0,0,0,0.52);
    -moz-box-shadow: -1px -1px 6px -1px rgba(0,0,0,0.52);
    border-radius: 50%;
    color: #FFF !important;
    background-color: #000;
}
.customer .cs-container .cs-title {
    margin-bottom: 40px;
    color: #006ea3;
    font-size: 25px;
}
.customer .cs-table {
    font-size: 13px;
}

.cs-container{
    margin: 0 auto;
    width: 1200px;
}
.cs-d-order.capitalize {
    text-transform: capitalize;
}
.cs-btn {
    border: none;
    background: none;
    display: inline-block;
    margin: 0 3px;
    color: #006ea2;
    text-decoration: underline;
}




span.pagination-options--prefix {
    display: inline-block;
    margin-right: 5px;
}
span.pagination-options--suffix {
    display: inline-block;
    margin-left: 5px;
}
select#pagination-per_page-option {
    background-color: #fff;
    width: 50px;
}
.pagination-options {
    margin: 12px 0;
}
.db-pagination a.active {
	font-weight: bold;
	color: #006ea3;
}
.plan_link {
	color: #006ea2;
	text-decoration: underline;
}

.popup_share .title {
    margin-bottom: 12px;
}
.popup_share input#url {
    border: 1px solid #ccc;
    padding: 4px 10px;
    float: left;
    box-sizing: border-box;
    width: 80%;
    height: 38px;
    font-size: 12px;
}
.popup_share .btn-copy {
    height: 38px;
    line-height: 38px;
    float: left;
    box-sizing: border-box;
    width: 20%;
    cursor: pointer;
    background-color: #ccc;
    transition-duration: 0.34s;
}
.popup_share .btn-copy:hover {
    background-color: #2980B9;
    color: #fff;
}