*,
::before,
::after,
hr,
hr::before,
hr::after,
input[type="search"],
input[type="search"]::before,
input[type="search"]::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    background: #CEEBF8;
}

html,
body {
    font-family: 'Nunito Sans', sans-serif;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    /*scroll-behavior: smooth;*/
    cursor: url(cursor.png), auto;
}

section {
    cursor: url(cursor.png), auto !important;
}

body {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    /*background-color: #fcf6e6;*/
    background-color: #fff;
    color: #424243;
    font-weight: 400;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h1 {
    font-size: 62px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}

p {
    font-size: 20px;
}

p:last-child {
    margin-bottom: 0px;
}

ul {
    padding: 0px;
    margin-left: 15px;
}

a {
    cursor: url("paw-hover.png"), auto !important;
    font-size: 18px;
    color: #31b3bd;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-font-smoothing: antialiased;
}

a:focus,
a:hover {
    color: #31b3bd;
    text-decoration: none;
}

img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.mt120 {
    margin-top: 120px;
}

.mt140 {
    margin-top: 140px;
}

.btn-transition {
    display: inline-block;
    position: relative;
    min-width: 200px;
    padding: 15px 20px;
    border-radius: 20px;
    background-color: #31b3bd;
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-align: center;
}

.btn-transition span {
    opacity: 0;
    display: inline-block;
    color: #fff !important;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -4.5px;
    transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    transform: translate(0, -20px);
}

.btn-transition:before {
    position: absolute;
    left: 0;
    content: attr(data-text);
    opacity: 1;
    transform: translate(0, 0px);
    transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.btn-transition:hover:before,
.btn-transition:focus:before {
    opacity: 0;
    transform: translate(0, 20px);
}

.btn-transition:hover span,
.btn-transition:focus span {
    opacity: 1;
    transform: translate(0, 0);
}

.btn-transition:hover span:nth-child(1),
.btn-transition:focus span:nth-child(1) {
    transition-delay: 0.025s;
}

.btn-transition:hover span:nth-child(2),
.btn-transition:focus span:nth-child(2) {
    transition-delay: 0.05s;
}

.btn-transition:hover span:nth-child(3),
.btn-transition:focus span:nth-child(3) {
    transition-delay: 0.075s;
}

.btn-transition:hover span:nth-child(4),
.btn-transition:focus span:nth-child(4) {
    transition-delay: 0.1s;
}

.btn-transition:hover span:nth-child(5),
.btn-transition:focus span:nth-child(5) {
    transition-delay: 0.125s;
}

.btn-transition:hover span:nth-child(6),
.btn-transition:focus span:nth-child(6) {
    transition-delay: 0.15s;
}

.btn-transition:hover span:nth-child(7),
.btn-transition:focus span:nth-child(6) {
    transition-delay: 0.175s;
}

.btn-transition:hover span:nth-child(8),
.btn-transition:focus span:nth-child(6) {
    transition-delay: 0.2s;
}

.btn-transition:hover span:nth-child(9),
.btn-transition:focus span:nth-child(6) {
    transition-delay: 0.225s;
}

.btn-transition:hover span:nth-child(10),
.btn-transition:focus span:nth-child(6) {
    transition-delay: 0.25s;
}

.btn-transition:hover span:nth-child(11),
.btn-transition:focus span:nth-child(6) {
    transition-delay: 0.275s;
}

.btn-utama {
    cursor: url("paw-hover.png"), auto !important;
    display: inline-block;
    overflow: hidden;
    min-width: auto;
    text-align: center;
    padding: 15px 20px;
    border-radius: 30px;
    background-color: #31b3bd;
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-utama:hover {
    color: #fff;
    box-shadow: -2px 6px 18px 2px hsl(0deg 0% 0% / 25%);
}

.btn-utama:active,
.btn-utama:focus {
    color: #fff;
}

.btn-kedua:active,
.btn-kedua:focus {
    color: #31b3bd;
}

.btn-utama.black-button {
    background-color: #424243;
}

.btn-utama.whiskas {
    background-color: #a72285;
}

.btn-utama.royal {
    background-color: #ff0144;
}

.btn-utama.bri {
    background-color: #0110f7;
}

.btn-utama.selma {
    background-color: #ccb375;
}

.btn-utama.eyesoul {
    background-color: #5daceb;
}

.btn-utama.disabled {
    background-color: grey;
    opacity: 0.3;
}

.btn-kedua {
    cursor: url("paw-hover.png"), auto !important;
    background: transparent;
    color: #31b3bd;
    position: relative;
    display: inline-block;
    width: auto;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #31b3bd;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-pols {
    min-width: 150px;
    cursor: url("paw-hover.png"), auto !important;
    background: transparent;
    color: #31b3bd;
    position: relative;
    display: inline-block;
    width: auto;
    border: 0;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 1.2px;
    padding: 15px 20px;
    border-radius: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: none;
}

.btn-kedua:hover {
    color: #31b3bd;
    box-shadow: -2px 6px 18px 2px hsl(0deg 0% 0% / 25%);
}

.btn-pols:hover {
    color: #31b3bd;
    /*box-shadow: -2px 6px 18px 2px hsl(0deg 0% 0% / 25%);*/
}


/*  ==========================  FORM FIELD  ==========================*/

.form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control[disabled] {
    border: 0;
    background-color: #dedede;
}

.form-control[disabled]:hover {
    border: 0;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.has-error .form-control {
    box-shadow: none;
}

input.form-control {
    position: relative;
    height: 50px;
    padding: 0 5px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #31b3bd;
    color: #424243;
    box-shadow: rgba(0, 0, 0, 0) 0px 2px 4px;
    text-transform: none;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 400;
    transition: all 0.3s;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
    color: rgba(0, 0, 0, 0.15);
}

input.form-control:hover,
input.form-control:focus,
input.form-control:active {
    border-color: #31b3bd;
}

input.form-control[readonly] {
    background-color: transparent;
    cursor: default;
    border: 0;
}

select.form-control {
    /*color: #424243;*/
    height: 50px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 0 30px 0 0;
    background-color: transparent;
    border: 0;
    color: #fff;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-image: url("../images/chevron-down.png");
    background-size: 24px;
    box-shadow: none;
    cursor: url("paw-hover.png"), auto;
}

select.form-control:hover,
select.form-control:focus,
select.form-control:active {
    border-color: #31b3bd;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fdcc39 !important;
    font-size: 16px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 5px !important;
}

textarea.form-control {
    background-color: transparent;
    min-height: 40px;
    position: relative;
    display: block;
    width: 100%;
    padding: 5px;
    text-transform: none;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 400;
    border: 0;
    border-radius: 0;
    color: #fff;
    border-bottom: 2px solid #fff;
    box-shadow: none;
    /*resize: none;*/
}

textarea.form-control:hover,
textarea.form-control:focus,
textarea.form-control:active {
    border-bottom: 2px solid #31b3bd;
}

label.control-label {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 0;
    margin-left: 0;
    margin-bottom: 5px;
}


/*====================================== SECTION MODAL SECTION ======================================*/

.modal-content {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
}

.modal-header {
    background-color: #fcf5eb;
    padding-bottom: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /*cursor: default;*/
}

.modal-header .modal-logo {
    max-width: 125px;
    margin: 0 auto 15px auto;
}

.modal-header .paw-category {
    display: inline-block;
    position: relative;
}

.modal-header .close {
    position: absolute;
    top: 15px;
    right: 10px;
    border: 1px solid #424243;
    color: #424243;
    border-radius: 50%;
    margin-top: -4px;
    margin-right: 10px;
    font-size: 30px;
    width: 35px;
    height: 35px;
    cursor: url("paw-hover.png") 25 5, auto !important;
    transition: all 0.3s;
}

.modal-header .close span {
    color: #fff;
    position: relative;
    top: -3px;
}

.modal-body {
    min-height: 500px;
    max-height: 500px;
    height: 100%;
    overflow: auto;
    background-image: url(../images/modal-foot.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 0;
}

.modal-footer {
    padding: 0;
    height: 100px;
    border: 0;
    text-align: center;
    background-image: url(../images/modal-footer-1.png), url(../images/modal-footer-2.png);
    background-size: contain;
    background-position: right 100px bottom -10px, left 100px bottom -10px;
    background-repeat: no-repeat;
}

.modal.fade .modal-dialog {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0all 0.5s;
    transition: all 0.5s;
}

.modal.fade.in .modal-dialog {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}


/*====================================== SECTION END OF MODAL SECTION ======================================*/

#select-dropdown {
    margin-top: 5px;
    background: transparent;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    outline: 0;
    display: block;
    text-align: left;
    font-size: 16px;
    width: 100%;
    cursor: url("paw-hover.png"), auto;
    color: #5A5957;
    text-decoration: none;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 1;
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

#select-dropdown.open {
    opacity: 0;
}

.button-group {
    position: relative;
    width: 215px;
}

.button-group .marka {
    position: absolute;
    right: 8px;
    top: 10px;
    z-index: 9999;
    cursor: url("paw-hover.png"), auto;
}

.button-group .marka i {
    background: grey !important;
}

.marka-icon-times {
    border: 1px solid grey;
    border-radius: 50%;
    top: 5px !important;
    right: 5px !important;
}

#dropdown-menu {
    position: absolute;
    top: -1em;
    right: 0;
    left: 0;
    margin: 1em auto;
    padding: 15px 20px;
    width: 100%;
    list-style: none;
    text-align: left;
    border-radius: 5px;
    background: #fff;
    transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: box-shadow .5s ease-out;
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .18);
}

#dropdown-menu li {
    position: relative;
    line-height: 24px;
    margin-bottom: 15px;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0;
}

#dropdown-menu li:nth-last-child(1) {
    margin-bottom: 0;
}

#dropdown-menu li:hover {
    background-color: #33b8c41a;
}

#dropdown-menu li a {
    color: #5A5957;
    text-decoration: none;
    font-size: 1em;
}

#dropdown-menu.open {
    -webkit-transform: scale(1);
    transform: scale(1);
}

#dropdown-menu.open li {
    transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.open li:nth-child(1) {
    transition-delay: 0.07s !important;
}

.open li:nth-child(2) {
    transition-delay: 0.14s !important;
}

.open li:nth-child(3) {
    transition-delay: 0.21s !important;
}

.open li:nth-child(4) {
    transition-delay: 0.28s !important;
}

.open li:nth-child(5) {
    transition-delay: 0.35s !important;
}


/*====================================== SECTION WORD ======================================*/

.paw-head {
    line-height: 80px;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: #424243;
    text-transform: capitalize;
    transition: all 0.3s;
}

.paw-category {
    line-height: 60px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #424243;
    text-transform: capitalize;
    transition: all 0.3s;
}

h3.paw-category {
    line-height: 42px;
}

.paw-main {
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.5px;
    color: #31b3bd;
    transition: all 0.3s;
}

.paw-semi {
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0.5px;
    color: #424243;
    transition: all 0.3s;
}

.paw-info {
    line-height: 32px;
    letter-spacing: 0.25px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.50);
    transition: all 0.3s;
}

.paw-break {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.paw-small {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.50);
    line-height: 24px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}

.main-color {
    color: #31b3bd !important;
}

.second-color {
    color: #7d7c7e !important;
}

.black {
    color: #424243 !important;
}

.info {
    color: rgba(0, 0, 0, 0.50) !important;
}

.bold {
    font-weight: 700 !important;
}

.white {
    color: #fff !important;
}

.box-shadow {
    -webkit-transition: box-shadow .5s ease-out;
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .18);
    transition: box-shadow .5s ease-out;
}

.no-pad {
    padding: 0;
}

.block {
    display: block;
}

.full {
    max-width: 100% !important;
    width: 100% !important;
}

.inline-block {
    display: inline-block;
}

.regular {
    font-weight: 400;
}

.normal {
    font-weight: 300;
}

.no-transform {
    text-transform: none !important;
}

.italic {
    font-style: italic;
}

.justify {
    text-align: justify;
}

.pointer {
    cursor: url("paw-hover.png"), auto;
}

.navbar-space {
    margin-top: 100px;
}

.sticky-subhead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.section-shadow {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 25px;
}

.section-heading {
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.section-heading .image {
    max-width: 320px;
    margin: 0 auto 20px auto;
}

.section-heading .action {
    margin: 20px 0;
}

.relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden
}

.no-result {
    background-color: #31b3bd69;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
}

.container-fluid {
    width: 100%;
    margin: 0;
}


/*====================================== SECTION NAVBAR ======================================*/

header {
    /*background-color: #fff;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    /*border-bottom: 2px solid #fff;*/
    z-index: 99;
    will-change: transform;
    transition: background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s;
    transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

header nav {
    overflow: hidden;
    padding: 15px;
}

header nav ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

header #navigation .logo {
    display: block;
    float: left;
    margin-top: -13px;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    font-weight: 500;
    color: #393e46;
}

#navigation {
    background-color: #fff;
    -webkit-transition: box-shadow .5s ease-out;
    box-shadow: 0 8px 18px 0 rgb(0 0 0 / 5%);
    transition: box-shadow .5s ease-out;
}

header #navigation .logo.black {
    display: block;
}

header #navigation.scrolled .logo.black {
    display: none;
}

header #navigation .logo.white {
    display: none;
}

header #navigation.scrolled .logo.white {
    display: block;
}

header #navigation .logo.black img.navbar-logo,
header #navigation .logo.white img.navbar-logo {
    margin-top: 10px;
    width: 250px;
    object-fit: contain;
}

@media (min-width: 768px) {
    header nav ul li {
        float: left;
        margin-left: 2rem;
    }
}

@media (max-width: 768px) {
    .nav-toggle {
        display: block;
    }
}

header nav ul li a {
    display: block;
    font-size: 20px;
    padding: 15px;
    font-weight: 700;
}

ul.menu-right {
    float: right;
}

ul.menu-right li {
    margin-left: 20px;
}

ul.menu-right li.button-vc a {
    background-color: #31b3bd;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1.2px;
    color: #fff;
    padding: 12px 20px;
    border-radius: 30px;
}

ul.menu-right li.button-vc a:hover {
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .18);
}

.nav-link a {
    overflow: visible;
    position: relative;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1.2px;
    color: #1a1a1a;
    padding: 12px 20px;
    opacity: 0.99;
    transition: 0.4s;
}

.nav-link a:after {
    content: "";
    position: absolute;
}

.nav-link a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #1a1a1a;
    border-radius: 30px;
    background: #1a1a1a;
    transition: 0.4s;
    transform: rotate3d(0, 1, 0, 90deg);
    transform-origin: center bottom;
    z-index: -1;
}

.nav-link a:hover {
    color: #fff;
}

.nav-link a:hover:before {
    transform: rotate3d(0, 1, 0, 0deg);
}

.nav-toggle {
    display: none;
    border-radius: 5px;
    background-color: transparent;
    float: right;
    height: 38px;
    width: 38px;
    cursor: url("paw-hover.png"), auto;
    padding: 5px;
    margin-top: 0;
    position: relative;
    top: 5px;
}

.nav-toggle span:nth-child(2) {
    width: 65%;
    margin-left: auto;
}

.nav-toggle span:last-child {
    width: 90%;
    margin-left: auto;
}

.nav-toggle.open span:first-child {
    transform: rotate(45deg) translate(4.4px, 5.4px);
}

.nav-toggle.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.nav-toggle.open span:last-child {
    width: 100%;
    transform: rotate(-45deg) translate(4.4px, -6.4px);
}

.nav-toggle span {
    position: relative;
    display: block;
    height: 2px;
    width: 100%;
    margin-top: 6px;
    background-color: #8fc0a9;
    transition: all 0.3s;
}

#navigation.scrolled .nav-toggle span {
    background-color: #fff;
}

#navigation.scrolled {
    background-color: #8fc0a9;
    transition: all 0.3s;
}

#navigation.scrolled .menu-right li a:before {
    height: 100%;
    left: calc(0%);
    background-color: #ffffff29;
}

#navigation.scrolled ul.menu-right li a {
    color: #fff;
}

#navigation.scrolled ul.menu-right li.count a {
    background-color: #fff;
    color: #1a1a1a;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    margin: 20px 0;
}

.swiper-slide {
    font-size: 18px;
    background: transparent;
    width: auto;
    margin-right: 20px;
    border-radius: 5px;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide:nth-child(2n) {
    width: 40%;
}

.swiper-slide:nth-child(3n) {
    width: 40%;
}

.swiper-slide .desc {
    margin-top: 20px;
}

.swiper-wrapper .swiper-slide>a {
    width: 100%;
}

.swiper-button-wrapper {
    position: absolute;
    top: 22px;
    text-align: center;
}

.swiper-button-next {
    background-image: url("../images/chevron-right.png");
    opacity: 1;
    transition: all 0.3s;
    right: 20px;
}

.swiper-button-prev {
    background-image: url("../images/chevron-left.png");
    opacity: 1;
    transition: all 0.3s;
    left: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    top: 45%;
    width: 48px;
    height: 48px;
    background-size: contain;
    cursor: url("paw-hover.png"), auto;
}

.subject-heading {
    max-width: 720px;
    margin: 0 auto 40px auto;
}


/*====================================== SECTION HOME PAGE ======================================*/

section.section-hero {
    margin-top: 80px;
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-landing .hero-paw {
    width: 100%;
    position: absolute;
    top: -85px;
    left: 0;
    text-align: center;
}

.hero-landing .hero-paw img {
    width: 200px;
}

.hero-landing .subject-heading {
    margin-top: 100px;
    max-width: 600px;
    width: 100%;
}

.hero-landing .subject-heading .logo-petkingdom {
    margin-bottom: 20px;
}

.hero-landing .subject-heading .action {
    margin: 10px 0;
    padding: 0 15px;
}

.hero-image {
    position: relative;
    height: 700px;
}

.hero-image .image {
    z-index: -1;
    position: absolute;
    top: -100px;
    right: -15px;
    width: 900px;
}

.running-left,
.running-right {
    overflow: hidden;
    position: relative;
    height: 400px;
    margin: 15px 0 30px 0;
}

#videoHero,
#videoRunning {
    position: absolute;
    left: 50%;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-height: 600px) {
    .hero-image .image {
        width: 720px;
        top: 0px;
    }
}

@media only screen and (min-device-width: 1056px) and (max-device-width: 1152px) {
    .hero-image {
        height: 400px;
    }
    .hero-image .image {
        width: 720px;
        top: 40px;
    }
    .running-left {
        margin-top: -40px;
    }
}

@media only screen and (min-device-width: 1248px) and (max-device-width: 1344px) {
    .hero-image {
        height: 400px;
    }
    .hero-image .image {
        width: 850px;
        top: 0px;
    }
    .running-left {
        margin-top: 0;
    }
}

section.section-landing-about {
    background-image: url(../images/about-left.png), url(../images/about-right.png);
    background-size: 300px, 150px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top 150px;
}

.about-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    max-width: 1024px;
    height: 500px;
    margin: 0 auto 100px auto;
    padding: 15px;
    background-image: url(../images/about-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.about-container .about-wrapper .logo {
    max-width: 500px;
    margin: -50px auto 20px auto;
}

.about-container .about-wrapper .word {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

section.section-landing-about {
    position: relative;
    padding-bottom: 100px;
}

.about-dog {
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: 150px;
}

.about-dog .image,
.about-dog-left .image {
    max-width: 480px;
}

.about-dog-left {
    z-index: 1;
    position: absolute;
    bottom: -100px;
    left: 0px;
}

section.section-landing-wwd {
    position: relative;
    overflow-x: hidden;
    background-color: #f6bd63;
    padding: 100px 0;
}

.paw-shop {
    position: absolute;
    left: 40%;
    top: -250px;
}

.paw-shop .paw-image {
    max-width: 175px;
}

.wwd-container {
    padding: 100px;
    background-color: #fcf5eb;
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
    background-image: url(../images/wwd-bone.png), url(../images/wwd-paw.png);
    background-size: 200px, 150px;
    background-repeat: no-repeat;
    background-position: bottom left -50px, top 50px right 200px;
}

.wwd-container .word {
    max-width: 720px;
}

.wwd-list {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.wwd-list .image {
    float: left;
    width: 72px;
    height: 72px;
    margin-right: 20px;
}

.wwd-image {
    position: absolute;
    top: 50px;
    right: -450px;
}

.wwd-image .image {
    max-width: 500px;
}

section.section-landing-shop {
    position: relative;
    padding: 100px 0 0 0;
    background-image: url(../images/shop-left.png), url(../images/shop-right.png);
    background-size: 300px, 300px;
    background-repeat: no-repeat;
    background-position: center left, center right;
}

.shop-container {
    background-color: #ffffff91;
    max-width: 720px;
    margin: 0 auto;
}

.shop-list a {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.shop-list .image {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    padding: 5px;
}

.shop-list .desc p {
    position: relative;
}

.shop-list .desc p:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #31b3bd;
    transition: all 0.3s;
}

.shop-list .desc:hover p:before {
    width: 100%;
}

section.section-intermezo {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(252, 245, 235, 1) 40%, rgba(242, 231, 204, 1) 70%, rgba(255, 255, 255, 1) 90%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(252, 245, 235, 1) 40%, rgba(242, 231, 204, 1) 70%, rgba(255, 255, 255, 1) 90%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(252, 245, 235, 1) 40%, rgba(242, 231, 204, 1) 70%, rgba(255, 255, 255, 1) 90%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    margin-bottom: 100px;
}

section.section-event {
    background-image: url(../images/event-bg-left.png), url(../images/event-bg-right.png);
    background-size: 175px, 150px;
    background-position: bottom 200px left, top right;
    background-repeat: no-repeat;
}

.intermezo-container {
    max-width: 720px;
    margin: 0 auto 30px auto;
}

.intermezo-wrapper .logo {
    max-width: 480px;
    margin: 0 auto 15px auto;
}

.intermezo-image {
    width: 100%;
}

.additional-wrapper {
    max-width: 480px;
    margin: 0 auto 40px auto;
}

.additional-wrapper>.image {
    display: flex;
    align-items: center;
    width: 150px;
    height: 150px;
    margin: 0 auto 15px auto;
}

.additional-wrapper>.image img {
    align-items: middle;
}

.additional-wrapper>.image.image-video {
    width: 200px;
    height: 150px;
    margin-bottom: 0;
}

.additional-wrapper>.word {
    margin-bottom: 20px;
}

.additional-wrapper>.word.word-align {
    min-height: 160px;
}

.additional-wrapper .action .link-ticket {
    margin-bottom: 10px;
}

.additional-wrapper .action .link-ticket .btn-utama {
    /*width: 100%;*/
    width: auto;
    padding: 5px 15px;
}

.additional-wrapper .action .link-ticket .image {
    display: inline-block;
    width: 48px;
    height: 48px;
    padding: 5px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.additional-wrapper .action .link-ticket .image {
    padding: 10px;
}

.schedule-list {
    margin-bottom: 20px;
}

.schedule-list .date {
    background-color: #31b3bd82;
    padding: 10px 0;
    border-radius: 50px;
}

.schedule-list .date p.paw-semi {
    font-size: 22px;
}

.schedule-list ul {
    list-style: none;
    margin-left: 0;
    margin-top: -10px;
    padding: 30px 20px 10px 20px;
    border: 2px solid #31b3bd;
    border-top: 0;
    border-radius: 20px;
}

.schedule-list .image {
    display: inline-block;
    position: relative;
    top: -2px;
    max-width: 16px;
}

.schedule-list ul li {
    margin-bottom: 10px;
}

.schedule-list ul li .head .image {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -3px;
    max-width: 32px;
}

.row-contact {
    display: flex;
    align-items: center;
}

.additional-contact>.image {
    max-width: 250px;
    margin: 0 auto 15px auto;
}

.additional-contact>.word {
    margin-bottom: 10px;
}

.additional-contact .action span {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: -20px;
}

.btn-utama.whatsapp {
    background-color: #25D366;
}

.row-event {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.event-image {
    margin-bottom: 30px;
}

.event-word {
    max-width: 480px;
    margin: 0 auto 30px auto;
}

.paw-wof {
    position: absolute;
    right: 45%;
    bottom: -150px;
}

.paw-bazaar {
    position: absolute;
    left: 35%;
    bottom: -100px;
}

.paw-wof .paw-image {
    max-width: 200px;
}

.paw-bazaar .paw-image {
    max-width: 125px;
}

section.section-landing-vc {
    margin: 75px 0 50px 0;
    overflow-x: hidden;
}

section.section-landing-vc .container-fluid {
    padding: 0;
}

.landing-vc>.image {
    max-width: 1024px;
    margin: 0 auto;
}

.landing-vc>.image img {
    opacity: 1;
    transition: all 0.3s;
}

.landing-vc>.image .action {
    opacity: 0.2;
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: center;
    transition: all 0.3s
}

.landing-vc>.image:hover img {
    opacity: 0.4;
}

.landing-vc>.image:hover .action {
    opacity: 1;
}

.landing-vc>.image .action>.wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.cloud>.image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

section.section-partner {
    margin-bottom: 100px;
}

.partner-list .image {
    max-width: 250px;
    height: 200px;
    margin: 0 auto 30px auto;
}


/*====================================== SECTION VIRTUAL CITY PAGE ======================================*/

section.section-vc-mobile {
    display: none;
}

section.section-vc {
    display: block;
    overflow-x: auto;
    overflow-y: auto;
    position: relative;
    height: 100vh;
}

.vc-map.desktop {
    overflow-x: auto;
    overflow-y: auto;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.vc-map.desktop .vc-city {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1680px;
    min-height: 845px;
    width: 100%;
    height: 100%;
}

.vc-map.desktop .vc-city img.vc-bg {
    object-fit: cover;
}

.vc-wrapper {
    position: absolute;
    transition: all 0.3s;
}

.vc-wrapper:hover {
    transform: translateY(-7px);
}

.vc-map.desktop .vc-city .vc-wrapper .image {
    cursor: url("paw-hover.png"), auto;
}

.vc-map.desktop .vc-city .vc-wrapper.vc-wof .image {
    max-width: 475px;
    max-height: 270px;
    width: 100%;
    height: 100%;
}

.vc-map.desktop .vc-city .vc-wrapper.vc-wof {
    top: 130px;
    left: 65px;
}

.vc-map.desktop .vc-city .vc-wrapper.vc-hotel .image {
    max-width: 175px;
    max-height: 250px;
    width: 100%;
    height: 100%;
}

.vc-map.desktop .vc-city .vc-wrapper.vc-hotel {
    top: 20px;
    left: 545px;
}

.vc-map.desktop .vc-city .vc-wrapper.vc-pawjog .image {
    max-width: 575px;
    max-height: 260px;
    width: 100%;
    height: 100%;
}

.vc-map.desktop .vc-city .vc-wrapper.vc-pawjog {
    top: 105px;
    right: 240px;
}

.vc-map.desktop .vc-city .vc-wrapper.vc-salon .image {
    max-width: 200px;
    max-height: 200px;
    width: 100%;
    height: 100%;
}

.vc-map.desktop .vc-city .vc-wrapper.vc-salon {
    bottom: 240px;
    right: 175px;
}

.vc-map.desktop .vc-city .vc-wrapper.vc-market .image {
    max-width: 410px;
    max-height: 250px;
    width: 100%;
    height: 100%;
}

.vc-map.desktop .vc-city .vc-wrapper.vc-market {
    bottom: 185px;
    left: 85px;
}

.vc-map.desktop .vc-city .vc-wrapper.vc-kl .image {
    max-width: 400px;
    max-height: 250px;
    width: 100%;
    height: 100%;
}

.vc-map.desktop .vc-city .vc-wrapper.vc-kl {
    bottom: 5px;
    left: 415px;
}

.vc-map.desktop .vc-city .vc-wrapper.vc-bazaar .image {
    max-width: 580px;
    max-height: 250px;
    width: 100%;
    height: 100%;
}

.vc-map.desktop .vc-city .vc-wrapper.vc-bazaar {
    bottom: 115px;
    right: 298px;
}


/*====================================== SECTION BAZAAR CITY PAGE ======================================*/

section.section-vc-desktop {
    overflow-x: auto;
    overflow-y: auto;
    position: relative;
    margin: 0;
    height: 100vh;
}

.vc-map-bazaar.desktop {
    overflow-x: auto;
    overflow-y: auto;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.vc-map-bazaar .vc-city {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1680px;
    min-height: 845px;
    width: 100%;
    height: 100%;
}

.vc-map-bazaar.desktop .vc-city img.vc-bg {
    object-fit: cover;
}

.vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar {
    cursor: url("paw-hover.png"), auto;
}

.vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar .image {
    position: relative;
    max-width: 270px;
    max-height: 270px;
    width: 100%;
    height: 100%;
}

.vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar.bazaar-one {
    bottom: 175px;
    left: 175px;
}

.vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar.bazaar-two {
    top: 200px;
    left: 450px;
}

.vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar.bazaar-three {
    top: 100px;
    right: 700px;
}

.vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar.bazaar-four {
    top: 55px;
    right: 400px;
}

.vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar.bazaar-five {
    top: 240px;
    right: 170px;
}

.modal-dialog.modal-sponsor .modal-body {
    min-height: auto;
    max-height: 100%;
    background-size: contain;
}

.bazaar-wrapper .modal-logo,
.bazaar-wrapper .bazaar-logo {
    position: relative;
    display: inline-block;
    max-width: 150px;
    height: 150px;
    margin: 0 20px;
}

.bazaar-wrapper .bazaar-logo:before {
    content: "x";
    position: absolute;
    left: -35px;
    top: 70px;
    font-size: 40px;
}

.modal-body .modal-teaser iframe {
    width: 100%;
    height: 400px;
    border-radius: 20px;
}

.modal-footer.footer-bazaar {
    height: 150px;
    background-position: centers left 50px;
}

.backto-vc {
    z-index: 10;
    position: fixed;
    top: 20px;
    left: 15px;
}

.wof-backto .btn-utama,
.backto-vc .btn-utama {
    padding: 10px;
    font-size: 16px;
}

.wof-backto .btn-utama {
    border-bottom-left-radius: 0;
}

.wof-backto .btn-utama i,
.backto-vc .btn-utama i {
    margin-right: 2px;
}


/*====================================== SECTION DEVICE UNDER 845px HEIGHT ======================================*/

@media screen and ( min-height: 845px) {
    section.section-vc,
    section.section-vc-desktop,
    .vc-map.desktop,
    .vc-map-bazaar.desktop {
        overflow-y: auto !important;
    }
}


/*====================================== SECTION VC 13 INCH - 14 INCH ======================================*/

@media only screen and (min-device-width: 1248px) and (max-device-width: 1344px) {
    section.section-vc,
    .vc-map.desktop,
    .vc-map-bazaar.desktop {
        overflow: hidden;
    }
    .vc-map.desktop .vc-city,
    .vc-map-bazaar.desktop .vc-city {
        width: 100%;
        min-height: 800px;
        min-width: 1344px;
        max-width: 1344px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-wof .image {
        max-width: 410px;
        max-height: 250px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-wof {
        top: 150px;
        left: 10px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-hotel .image {
        max-width: 150px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-hotel {
        top: 60px;
        left: 420px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-pawjog .image {
        max-width: 490px;
        max-height: 250px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-pawjog {
        top: 130px;
        right: 165px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-salon .image {
        max-width: 175px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-salon {
        bottom: 250px;
        right: 100px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-bazaar .image {
        max-width: 490px;
        max-height: 250px;
        width: 100%;
        height: 100%;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-bazaar {
        bottom: 100px;
        right: 213px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-kl .image {
        max-width: 325px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-kl {
        bottom: 10px;
        left: 330px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-market .image {
        max-width: 360px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-market {
        bottom: 170px;
        left: 30px;
    }
    /*====================================== SECTION VC Bazaar 13 INCH - 14 INCH ======================================*/
    .vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar .image {
        max-width: 230px;
        max-height: 230px;
    }
    .vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar.bazaar-one {
        bottom: 190px;
        left: 110px;
    }
    .vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar.bazaar-two {
        top: 200px;
        left: 345px;
    }
    .vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar.bazaar-three {
        top: 120px;
        right: 545px;
    }
    .vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar.bazaar-four {
        top: 90px;
        right: 300px;
    }
    .vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar.bazaar-four .image {
        max-width: 220px;
        max-height: 220px;
    }
    .vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar.bazaar-five {
        top: 240px;
        right: 110px;
    }
}

@media only screen and (min-device-width: 1248px) and (max-device-width: 1344px) and ( max-height: 600px) {
    section.section-vc,
    .vc-map.desktop,
    .vc-map-bazaar.desktop {
        overflow: auto;
    }
}


/*====================================== SECTION VC 11 INCH - 12 INCH ======================================*/

@media only screen and (min-device-width: 1056px) and (max-device-width: 1152px) {
    section.section-vc,
    .vc-map.desktop,
    .vc-map-bazaar.desktop {
        overflow: auto;
    }
    .vc-map.desktop .vc-city,
    .vc-map-bazaar.desktop .vc-city {
        min-height: 800px;
        min-width: 1152px;
        max-width: 1152px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-wof .image {
        max-width: 410px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-wof {
        top: 150px;
        left: -85px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-hotel .image {
        max-width: 155px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-hotel {
        top: 55px;
        left: 320px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-pawjog .image {
        max-width: 490px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-pawjog {
        top: 130px;
        right: 65px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-salon .image {
        max-width: 180px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-salon {
        bottom: 245px;
        right: 0px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-bazaar .image {
        max-width: 485px;
        max-height: 250px;
        width: 100%;
        height: 100%;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-bazaar {
        bottom: 100px;
        right: 126px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-kl .image {
        max-width: 325px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-kl {
        bottom: 15px;
        left: 225px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-market .image {
        max-width: 365px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-market {
        bottom: 175px;
        left: -75px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-bazaar .image {
        max-width: 485px;
        max-height: 250px;
        width: 100%;
        height: 100%;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-bazaar {
        bottom: 100px;
        right: 126px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-kl .image {
        max-width: 325px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-kl {
        bottom: 15px;
        left: 225px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-market .image {
        max-width: 365px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-market {
        bottom: 175px;
        left: -75px;
    }
    /*====================================== SECTION VC Bazaar 11 INCH - 12 INCH ======================================*/
    .vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar .image {
        max-width: 225px;
        max-height: 225px;
    }
    .vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar.bazaar-one {
        bottom: 195px;
        left: 25px;
    }
    .vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar.bazaar-two {
        top: 205px;
        left: 255px;
    }
    .vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar.bazaar-three {
        top: 125px;
        right: 450px;
    }
    .vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar.bazaar-four {
        top: 90px;
        right: 205px;
    }
    /*.vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar.bazaar-four .image
	{
		max-width: 220px;
		max-height: 220px;
	}
	*/
    .vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar.bazaar-five {
        top: 245px;
        right: 20px;
    }
}

@media only screen and (min-device-width: 1248px) and (max-device-width: 1344px) and ( max-height: 600px) {
    section.section-vc,
    .vc-map.desktop {
        overflow: auto;
    }
}


/*====================================== SECTION VC > 15 inch ======================================*/

@media (min-width: 1681px)
/*1536px 16 inch*/

{
    section.section-vc {
        overflow: auto;
        display: flex;
        align-items: center;
    }
    .vc-map.desktop,
    .vc-map-bazaar.desktop {
        min-height: 900px;
        max-height: 900px;
        min-width: 1536px;
        max-width: 1536px;
    }
    .vc-map.desktop .vc-city,
    .vc-map-bazaar.desktop .vc-city {
        min-height: 900px;
        max-height: 900px;
        min-width: 1536px;
        max-width: 1536px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-wof .image {
        max-width: 460px;
        max-height: 250px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-wof {
        top: 170px;
        left: 25px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-hotel .image {
        max-width: 175px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-hotel {
        top: 60px;
        left: 480px
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-pawjog .image {
        max-width: 550px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-pawjog {
        top: 150px;
        right: 190px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-salon .image {
        max-width: 195px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-salon {
        bottom: 280px;
        right: 135px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-bazaar .image {
        max-width: 570px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-bazaar {
        bottom: 155px;
        right: 240px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-kl .image {
        max-width: 360px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-kl {
        bottom: 25px;
        left: 375px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-market .image {
        max-width: 385px;
    }
    .vc-map.desktop .vc-city .vc-wrapper.vc-market {
        bottom: 210px;
        left: 55px;
    }
    /*====================================== SECTION VC Bazaar > 15 INCH ======================================*/
    .vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar .image {
        position: relative;
        max-width: 260px;
        max-height: 260px;
        width: 100%;
        height: 100%;
    }
    .vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar.bazaar-one {
        bottom: 215px;
        left: 135px;
    }
    .vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar.bazaar-two {
        top: 225px;
        left: 400px;
    }
    .vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar.bazaar-three {
        top: 135px;
        right: 630px;
    }
    .vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar.bazaar-four {
        top: 100px;
        right: 350px;
    }
    .vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar.bazaar-five {
        top: 270px;
        right: 135px;
    }
}

@media only screen and (min-device-width: 1248px) and (max-device-width: 1344px) and ( max-height: 845px) {
    section.section-vc,
    .vc-map.desktop,
    .vc-map-bazaar.desktop {
        overflow: auto;
    }
}

.vc-map.desktop .vc-wrapper .image {
    position: relative;
    margin: 0 auto;
}

.vc-map.desktop .vc-wrapper .image .arrow,
.vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar .image .arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    transition: all 0.3s;
}

.vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar .image .arrow {
    top: -25px;
}

.vc-map.desktop .vc-wrapper .image .arrow .vc-arrow-sign,
.vc-map-bazaar.desktop .vc-city .vc-wrapper.vc-bazaar .image .arrow .vc-arrow-sign {
    z-index: 9;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    -webkit-animation: levitation 3s ease-in-out infinite;
    -moz-animation: levitation 3s ease-in-out infinite;
    -ms-animation: levitation 3s ease-in-out infinite;
    -o-animation: levitation 3s ease-in-out infinite;
    animation: levitation 3s ease-in-out infinite;
}

.vc-map.desktop .vc-wrapper.vc-salon .image .arrow {
    top: -50px;
}

@-webkit-keyframes levitation {
    0%,
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-25px);
        -moz-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        -o-transform: translateY(-25px);
        transform: translateY(-25px);
    }
}

@-moz-keyframes levitation {
    0%,
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-25px);
        -moz-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        -o-transform: translateY(-25px);
        transform: translateY(-25px);
    }
}

@keyframes levitation {
    0%,
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-25px);
        -moz-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        -o-transform: translateY(-25px);
        transform: translateY(-25px);
    }
}

.vc-map.desktop .vc-wrapper:hover .image .arrow {
    opacity: 0;
}

section.section-vc-mobile {
    display: none;
}

.modal-vc .modal-header {
    padding-bottom: 125px;
}

.modal-vc .modal-body {
    height: auto;
    min-height: auto;
    background-size: 250px;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 0;
}

.modal-vc .modal-footer {
    height: 100px;
    background-size: contain;
    /*background-position: center left 150px;*/
    background-position: right 100px bottom -10px, left 100px bottom -10px;
}

.modal-image {
    margin-top: -100px;
    margin-bottom: 20px;
}

.modal-image .image {
    background-color: #fff;
    max-width: 250px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin: 0 auto 0 auto;
    padding: 10px;
    box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.15);
}

.modal-body .desc {
    background-color: #fff !important;
    margin-top: 10px;
    padding: 0 15px;
}

.modal-body .desc .action {
    margin-top: 15px;
}

.modal-body .desc .detail .list {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #31b3bd;
}

.modal-body .desc .detail .list:last-child(1) {
    border-bottom: 0;
}

.modal-body .desc .detail .list .location .icon {
    max-width: 50px;
    margin: 0 auto;
}

.modal-body .desc .detail .list .wrapper {
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.modal-body .desc .detail .list .wrapper .icon-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100px;
    min-width: 100px;
    margin-right: 10px;
    text-align: center;
}

.modal-body .desc .detail .list .wrapper .icon-detail img {
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
}

.modal-body .desc .detail .list .wrapper .word.facility .facil-list {
    display: block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.modal-body .desc .detail .list .wrapper .word.facility .facil-list span,
.modal-body .desc .detail .list-service .sub-service span,
.modal-terms ul li {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0.5px;
    color: #424243;
    transition: all 0.3s;
}

.modal-body .desc .detail .list .wrapper .word.facility .facil-list img {
    float: left;
    width: 25px;
    margin-right: 10px;
}

.modal-body .desc .detail .list-service .service {
    border-bottom: 1px solid #31b3bd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.modal-body .desc .detail .list-service .sub-service {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.modal-body .desc .detail .list-service .sub-service .image-sub {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.modal-terms ul {
    list-style: none;
    margin: 0;
}

.modal-link .link {
    margin-bottom: 15px;
}

.modal-link .link .btn-utama {
    max-width: 480px;
    width: 100%;
    font-weight: 700;
    padding: 5px 15px;
}

.modal-link .link .btn-utama.tokped,
.additional-wrapper .action .link-ticket .btn-utama.tokped {
    background-color: #42B549;
}

.modal-link .link .btn-utama.rupa,
.additional-wrapper .action .link-ticket .btn-utama.rupa {
    background-color: #f26524;
}

.modal-link .link .btn-utama.blibli,
.additional-wrapper .action .link-ticket .btn-utama.blibli {
    background-color: #0095da;
}

.additional-wrapper .action .link-ticket .btn-utama.youtube {
    background-color: #FF0000;
}

.modal-link .link .btn-utama.shopee {
    background-color: #FF6600;
}

.modal-link .link .btn-utama.zoom {
    background-color: #2D8CFF;
}

.modal-link .link .btn-utama.youtube {
    background-color: #FF0000;
}

.modal-link .link .btn-utama .image {
    display: inline-block;
    width: 48px;
    height: 48px;
    padding: 5px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.modal-link .link .btn-utama.rupa .image {
    padding: 10px;
}


/*====================================== SECTION WALL OF FUR PAGE ======================================*/

section.section-hero-wof {
    height: auto;
    transition: all 0.3s;
}

.wof-backto {
    position: absolute;
    top: -2px;
    left: -2px;
}

.row-wof {
    display: flex;
    align-items: center;
}

.hero-wof {
    max-width: 480px;
    margin: 100px auto 0 auto;
}

.wof-hero-bg {
    margin-top: -60px;
    width: 100%;
    height: 200px;
    background-image: url(../images/wof-hero-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

section.section-photo-wof {
    background-color: #fcf0e8;
    background-image: url(../images/wof-2.png), url(../images/wof-3.png), url(../images/wof-1.png), url(../images/wof-4.png), url(../images/wof-5.png), url(../images/wof-6.png), url(../images/wof-7.png), url(../images/wof-8.png), url(../images/wof-9.png);
    background-position: top left -50px, top right 100px, top 25% left -50px, top 25% right -50px, top 45% left 50px, top 50% right 75px, bottom 25% left -50px, bottom 25% right -25px, bottom 5% left 500px;
    background-size: 125px;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    transition: all 0.3s;
}

.wof-container {
    background-color: #f9f5f2;
    border-radius: 30px;
    /*border: 1px solid #424243;*/
    max-width: 1024px;
    margin: 0 auto;
    padding: 30px 15px;
    margin-bottom: 30px;
}

.wof-uploaded {
    margin: 20px 0 60px auto
}

.wof-uploaded .swiper-container.wof-edit {
    padding: 0 40px;
}

.wof-uploaded .wof-photo .name .btn-kedua {
    padding: 5px 15px;
    border-radius: 20px;
}

.wof-uploaded .wof-edit .button-container.button-edit .swiper-button-prev {
    left: 0;
}

.wof-uploaded .wof-edit .button-container.button-edit .swiper-button-next {
    right: 0;
}

.wof-search {
    position: relative;
    background-color: #fff;
    border: 2px solid #31b3bd;
    border-radius: 30px;
    padding: 0 75px 0 20px;
    max-width: 480px;
    margin: -60px auto 40px auto;
}

.wof-search label.control-label {
    background-color: #fff;
    color: #31b3bd;
    position: absolute;
    top: -20px;
    left: 25px;
    padding: 0 10px;
    border-radius: 20px;
    border: 2px solid #31b3bd;
}

.wof-search input.form-control {
    border-color: transparent;
}

.wof-search .search {
    position: absolute;
    right: 15px;
    top: 3px;
}

.wof-search .search .btn-utama {
    padding: 10px 15px;
}

.wof-photo {
    cursor: url("paw-hover.png"), auto;
    width: 200px;
    height: 250px;
    margin: 0 auto 30px auto;
    box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

.wof-photo .image {
    position: relative;
    height: 200px;
    max-height: 200px;
    min-height: 200px;
    background: #fff;
    /*padding: 10px 10px 0 10px;*/
    padding: 10px;
    width: 100%;
    transition: all 0.3s;
}

.wof-photo .twibbon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
}

.wof-photo .twibbon>.image {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

.wof-photo .image img {
    object-fit: cover;
}

.wof-photo .name {
    background-color: #fff;
    text-align: center;
    padding: 10px 10px;
}

.col-wof:nth-of-type(8n+1) .wof-photo {
    transform: rotate(4deg);
}

.col-wof:nth-of-type(8n+2) .wof-photo {
    transform: rotate(-2deg);
}

.col-wof:nth-of-type(8n+3) .wof-photo {
    transform: rotate(5deg);
}

.col-wof:nth-of-type(8n+4) .wof-photo {
    transform: rotate(-3deg);
}

.col-wof:nth-of-type(8n+5) .wof-photo {
    transform: rotate(-2deg);
}

.col-wof:nth-of-type(8n+6) .wof-photo {
    transform: rotate(3deg);
}

.col-wof:nth-of-type(8n+7) .wof-photo {
    transform: rotate(-2deg);
}

.col-wof:nth-of-type(8n+8) .wof-photo {
    transform: rotate(-6deg);
}

.col-wof:hover .wof-photo {
    transform: rotate(0) scale(1.15);
}

.modal-open .container-fluid,
.modal-open .container,
.modal-open section.section-hero-wof,
.modal-open section.section-photo-wof {
    -webkit-filter: blur(5px) grayscale(90%);
}

.modal-body-wof {
    min-height: auto;
    max-height: 100%;
}

.wof-photo.wof-modal {
    cursor: default;
    width: 100%;
    max-width: 350px;
    height: 420px;
    margin: 0 auto 30px auto;
    box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

.wof-photo.wof-modal .image {
    height: 200px;
    max-height: 350px;
    min-height: 350px;
    background: #fff;
}

.wof-photo.wof-modal .like {
    position: absolute;
    bottom: 90px;
    left: 10px;
}

.wof-photo.wof-modal .like .wrapper {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2);
}

.wof-photo.wof-modal .like .wrapper .heart-like {
    width: 100%;
    height: 100%;
}

.wof-photo.wof-modal .name {
    padding: 20px 10px;
}

.wof-photo.wof-modal .name {
    background-color: #fff;
    text-align: center;
    padding: 20px 15px;
}

.wof-photo.wof-modal .name p.paw-semi {
    font-size: 26px;
}

.heart-like label {
    margin: 0;
}

svg #heart {
    overflow: hidden;
    transform-origin: center;
    animation: animateHeartOut 0.3s linear forwards !important;
}

svg #main-circ {
    opacity: 0;
    transform-origin: 29.5px 29.5px;
}

svg #group {
    opacity: 1;
}

label svg #grp1,
label svg #grp2,
label svg #grp3,
label svg #grp4,
label svg #grp5,
label svg #grp6,
label svg #grp7 {
    opacity: 0;
}

.likeCheckbox {
    display: none;
}

.likeCheckbox:checked+label svg #heart {
    transform: scale(0.2);
    fill: #e31b23;
    animation: animateHeart 0.3s linear forwards 0.25s !important;
}

.likeCheckbox:checked+label svg #main-circ {
    transition: all 2s;
    animation: animateCircle 0.3s linear forwards !important;
    opacity: 1;
}

.likeCheckbox:checked+label svg #grp1 {
    opacity: 1;
    transition: 0.1s all 0.3s;
}

.likeCheckbox:checked+label svg #grp1 #oval1 {
    transform: scale(0) translate(0, -30px);
    transform-origin: 0 0 0;
    transition: 0.5s transform 0.3s !important;
}

.likeCheckbox:checked+label svg #grp1 #oval2 {
    transform: scale(0) translate(10px, -50px);
    transform-origin: 0 0 0;
    transition: 1.5s transform 0.3s !important;
}

.likeCheckbox:checked+label svg #grp2 {
    opacity: 1;
    transition: 0.1s all 0.3s !important;
}

.likeCheckbox:checked+label svg #grp2 #oval1 {
    transform: scale(0) translate(30px, -15px);
    transform-origin: 0 0 0;
    transition: 0.5s transform 0.3s !important;
}

.likeCheckbox:checked+label svg #grp2 #oval2 {
    transform: scale(0) translate(60px, -15px);
    transform-origin: 0 0 0;
    transition: 1.5s transform 0.3s !important;
}

.likeCheckbox:checked+label svg #grp3 {
    opacity: 1;
    transition: 0.1s all 0.3s !important;
}

.likeCheckbox:checked+label svg #grp3 #oval1 {
    transform: scale(0) translate(30px, 0px);
    transform-origin: 0 0 0;
    transition: 0.5s transform 0.3s !important;
}

.likeCheckbox:checked+label svg #grp3 #oval2 {
    transform: scale(0) translate(60px, 10px);
    transform-origin: 0 0 0;
    transition: 1.5s transform 0.3s !important;
}

.likeCheckbox:checked+label svg #grp4 {
    opacity: 1;
    transition: 0.1s all 0.3s !important;
}

.likeCheckbox:checked+label svg #grp4 #oval1 {
    transform: scale(0) translate(30px, 15px);
    transform-origin: 0 0 0;
    transition: 0.5s transform 0.3s !important;
}

.likeCheckbox:checked+label svg #grp4 #oval2 {
    transform: scale(0) translate(40px, 50px);
    transform-origin: 0 0 0;
    transition: 1.5s transform 0.3s !important;
}

.likeCheckbox:checked+label svg #grp5 {
    opacity: 1;
    transition: 0.1s all 0.3s !important;
}

.likeCheckbox:checked+label svg #grp5 #oval1 {
    transform: scale(0) translate(-10px, 20px);
    transform-origin: 0 0 0;
    transition: 0.5s transform 0.3s !important;
}

.likeCheckbox:checked+label svg #grp5 #oval2 {
    transform: scale(0) translate(-60px, 30px);
    transform-origin: 0 0 0;
    transition: 1.5s transform 0.3s !important;
}

.likeCheckbox:checked+label svg #grp6 {
    opacity: 1;
    transition: 0.1s all 0.3s !important;
}

.likeCheckbox:checked+label svg #grp6 #oval1 {
    transform: scale(0) translate(-30px, 0px);
    transform-origin: 0 0 0;
    transition: 0.5s transform 0.3s !important;
}

.likeCheckbox:checked+label svg #grp6 #oval2 {
    transform: scale(0) translate(-60px, -5px);
    transform-origin: 0 0 0;
    transition: 1.5s transform 0.3s !important;
}

.likeCheckbox:checked+label svg #grp7 {
    opacity: 1;
    transition: 0.1s all 0.3s !important;
}

.likeCheckbox:checked+label svg #grp7 #oval1 {
    transform: scale(0) translate(-30px, -15px);
    transform-origin: 0 0 0;
    transition: 0.5s transform 0.3s !important;
}

.likeCheckbox:checked+label svg #grp7 #oval2 {
    transform: scale(0) translate(-55px, -30px);
    transform-origin: 0 0 0;
    transition: 1.5s transform 0.3s !important;
}

.likeCheckbox:checked+label svg #grp2 {
    opacity: 1;
    transition: 0.1s opacity 0.3s !important;
}

.likeCheckbox:checked+label svg #grp3 {
    opacity: 1;
    transition: 0.1s opacity 0.3s !important;
}

.likeCheckbox:checked+label svg #grp4 {
    opacity: 1;
    transition: 0.1s opacity 0.3s !important;
}

.likeCheckbox:checked+label svg #grp5 {
    opacity: 1;
    transition: 0.1s opacity 0.3s !important;
}

.likeCheckbox:checked+label svg #grp6 {
    opacity: 1;
    transition: 0.1s opacity 0.3s !important;
}

.likeCheckbox:checked+label svg #grp7 {
    opacity: 1;
    transition: 0.1s opacity 0.3s !important;
}

@keyframes animateCircle {
    40% {
        transform: scale(10);
        opacity: 1;
        fill: #DD4688;
    }
    55% {
        transform: scale(11);
        opacity: 1;
        fill: #D46ABF;
    }
    65% {
        transform: scale(12);
        opacity: 1;
        fill: #CC8EF5;
    }
    75% {
        transform: scale(13);
        opacity: 1;
        fill: transparent;
        stroke: #CC8EF5;
        stroke-width: 0.5;
    }
    85% {
        transform: scale(17);
        opacity: 1;
        fill: transparent;
        stroke: #CC8EF5;
        stroke-width: 0.2;
    }
    95% {
        transform: scale(18);
        opacity: 1;
        fill: transparent;
        stroke: #CC8EF5;
        stroke-width: 0.1;
    }
    100% {
        transform: scale(19);
        opacity: 1;
        fill: transparent;
        stroke: #CC8EF5;
        stroke-width: 0;
    }
}

@keyframes animateHeart {
    0% {
        transform: scale(0.2);
    }
    40% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes animateHeartOut {
    0% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}

.modal-footer.wof-footer-wrapper {
    overflow: hidden;
    position: relative;
    background-image: none;
    /*height: auto;*/
}

.wof-footer {
    position: absolute;
    left: 0;
    top: -100px;
    width: 100%;
    text-align: center;
}

.wof-footer .image {
    max-width: 250px;
    margin: 0 auto;
}

.load-more button.btn-kedua {
    min-width: 125px;
    text-align: center;
    margin: 20px 0;
    padding-left: 30px;
    padding-right: 30px;
}

.arrow-container {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -15px;
}

.modal-body.body-upload {
    min-height: 100%;
    max-height: 100%;
}

.modal-body.body-upload .wof-photo.wof-modal {
    height: 410px;
}

.row-upload {
    z-index: 99;
    width: 100%;
    padding: 0 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
}

@keyframes iconPulse {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 0.99;
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
        opacity: 0.66;
    }
    100% {
        transform: scale3d(1, 1, 1);
        opacity: 0.99;
    }
}

.wof-upload {
    display: inline-block;
    background-color: #31b3bd;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 10px 15px;
}

.wof-upload i {
    display: inline-block;
    margin-right: 2px;
    animation: iconPulse 1s ease-in-out infinite;
    ;
}

.wof-upload:hover i {
    animation-play-state: paused;
}

.wof-upload-wrapper .wof-photo {
    position: relative;
    background-color: #fff;
    padding: 0;
    margin-bottom: 0;
}

.imagePreview {
    position: relative;
    height: 350px;
    max-height: 350px;
    min-height: 350px;
    background: #fff;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

.wof-upload-wrapper .wof-photo.wof-modal .name {
    padding: 0 10px;
}

.wof-upload-wrapper .name input.form-control {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.wrapper-upload {
    text-align: center;
    margin: 15px;
}

.wof-footer-upload {
    margin-top: 10px;
    padding: 15px;
    height: auto;
    background-image: none;
}


/*====================================== SECTION PAGE NOT FOUND ======================================*/

section.section-notfound {
    background-image: url(../images/about-left.png), url(../images/about-right.png);
    background-size: 300px, 150px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top 150px;
}

.pagenotfound .image {
    max-width: 480px;
    margin: 0 auto 0 auto;
}

.pagenotfound .word {
    margin-top: -75px;
}


/*====================================== SECTION FOOTER ======================================*/

footer {
    cursor: url(cursor.png), auto;
}

footer.footer {
    margin-top: -15px;
    /*display: none;*/
    position: relative;
    background-color: #789929;
    padding-bottom: 15px;
}

.footer-menu ul li {
    display: inline-block;
    margin-right: 20px;
    transition: all 0.3s;
}

.footer-menu ul li:hover {
    transform: translateY(-5px);
}

.footer-menu ul li a {
    color: #fff;
}

.footer-copyright .image-footer .image {
    background-color: #fef9ee;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    max-width: 175px;
    margin: 15px;
    transition: all 0.3s;
    box-shadow: 0 8px 18px 0 rgb(255 255 255 / 39%);
}

.footer-logo .image a {
    display: block;
    width: 100%;
    height: 100%;
}

.footer-logo .image:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px 0 rgb(255 255 255 / 39%);
}

.footer-copyright .copyright {
    margin-top: 20px;
}

.footer-copyright .copyright p.paw-semi {
    font-size: 16px
}