.header-01 {
    position: relative;
    padding: 0 85px;
}

.fixedHeader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: none;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .15);
    z-index: 99;
    background: #272727;
}

.header-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    display: inline-flex;
    align-items: center;
    /* width: 30%; */
}

.logo img {
    width: auto;
    max-width: 100%;
    height: 100px;
    width: 280px;
}

.main-menu {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
}

.main-menu ul {
    display: inline-flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    margin-right: 5px;
    padding: 30px 0 30px;
    position: relative;
}

.main-menu ul li:last-child {
    margin-right: 0;
}

.main-menu ul li a {
    font-family: 'Bebas Neue', cursive;
    text-transform: uppercase;
    font-size: 17px;
    display: inline-block;
    padding: 12px 18px 10px 19px;
}

.main-menu ul li:hover>a {
    background: #FECC52;
    color: #000000;
        border-radius: 2px;
}

.isDark {
    position: relative;
    background: #f8f8f8;
    width: 100%;
    border-bottom: 1px solid #ececec;
}

.isDark.fixedHeader {
    position: fixed;
    background: #f8f8f8;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .15);
}

.main-menu ul li ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: #FECC52;
    width: 200px;
    z-index: 2;
    display: block;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 9px 52px -24px rgb(0 0 0 / 17%);
    z-index: 10;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transition: .4s;
    transition: .4s;
}

.main-menu ul li ul li {
    display: block;
    margin: 0;
    padding: 0;
}

.main-menu ul li ul li ul {
    left: 100%;
    top: 0;
}

.main-menu ul li ul li a {
    display: block;
    border-bottom: 1px solid #ffffff;
    color: #000000;
    font-size: 16px;
}

.main-menu ul li:hover>ul {
    pointer-events: inherit;
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotatex(0deg);
    -moz-transform: rotatex(0deg);
    transform: rotatex(0deg);
}

.main-menu ul li ul li:hover>a,
.main-menu ul li ul li.active>a {
    background: #141414;
    border-bottom-color: #141414;
    color: #FFF;
}

.main-menu ul li ul li:hover>a,
.main-menu ul li ul li.current-menu-item>a {
    background: #141414;
    border-bottom-color: #141414;
    color: #fff;
}

.main-menu ul li ul li:last-child>a {
    border-bottom: none;
}

.menuToggler {
    display: none;
    color: #141414;
    font-size: 16px;
    background: #ececec;
    height: 50px;
    text-align: center;
    letter-spacing: 1.6px;
    padding: 0 15px;
    line-height: 51px;
    align-items: center;
}

.menuToggler i {
    color: #FECC52;
    margin-right: 9px;
    position: relative;
    top: -1px;
}

.menuToggler:hover,
.menuToggler.active {
    background: #FECC52;
    color: #000000;
}

.menuToggler:hover i,
.menuToggler.active i {
    color: #000000;
}

.headerAccessArea {
    display: inline-flex;
    justify-content: flex-end;
    margin-left: 45px;
    align-items: center;
}

.header-social {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    padding: 30px 0;
    margin-right: 45px;
}

.headerSocialError {
    margin: 0;
}

.header-social a {
    color: #878787;
    font-size: 14px;
    background: #ececec;
    margin-right: 9px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0;
    padding: 18px 0;
}

.header-social a:hover {
    background: #141414;
    color: #FECC52;
}

.headerAccessArea .chmk-link {
    padding: 48px 0 45px;
}

.slider01 {
    height: 890px;
    width: 100%;
}

.slider02 {
    background: #141414;
    position: relative;
    overflow: hidden;
}

.slider03 {
    background: url('../images/bg/8.jpg') no-repeat center center / cover;
    height: auto;
    width: 100%;
    position: relative;
    padding: 306px 200px 0;
}

.slider02VerticalOverlay {
    position: absolute;
    background: #141414;
    content: '';
    width: 29.6875%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}

.slider03::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(20, 20, 20);
    background: linear-gradient(360deg, rgba(20, 20, 20, 1) 0%, rgba(20, 20, 20, 0.4) 100%);
}

.slider03::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, .8);
}

.slider01 .chmk-btn {
    width: 220px;
    height: 70px;
    justify-content: center;
    letter-spacing: 1.6px !important;
    transition: all ease 300ms !important;
    -moz-transition: all ease 300ms !important;
    -webkit-transition: all ease 300ms !important;
}

.slider01 .chmk-btn i {
    top: -1px;
}

.tp-bannertimer {
    display: none !important;
}

.custom .tp-bullet {
    width: 30px;
    height: 30px;
    background: transparent;
    position: relative;
}

.custom .tp-bullet span.bl {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #FFF;
    border-radius: 50%;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;

    transform: scale(.5);
    -moz-transform: scale(.5);
    -webkit-transform: scale(.5);
}

.custom .tp-bullet.selected span.bl {
    background: #FECC52;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.custom .tp-bullet .blCount {
    font-family: 'Bebas Neue', cursive;
    font-size: 48px;
    line-height: 1;
    color: #FECC52;
    letter-spacing: 4.8px;
    position: absolute;
    right: -67px;
    top: -6px;
    opacity: 0;
    visibility: hidden;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    transform: translateX(20px);
    -moz-transform: translateX(20px);
    -webkit-transform: translateX(20px);
}

.custom .tp-bullet.selected .blCount {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
}

.tparrows.custom {
    width: 90px;
    height: 99px;
    background: #0d0d0d;
    padding: 39px 0 36px;
}

.tparrows.custom.tp-leftarrow:before {
    content: '\e952';
    font-family: 'Chomok';
    font-size: 24px;
    line-height: 1;
    color: rgb(254, 204, 82);
    /* color: #000000; */
    text-align: right;
    padding-right: 20px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

.tparrows.custom.tp-rightarrow:before {
    content: '\e953';
    font-family: 'Chomok';
    font-size: 24px;
    line-height: 1;
    color: rgb(254, 204, 82);
    /* color: #000000; */
    text-align: left;
    padding-left: 21px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

.tparrows.custom.tp-leftarrow:hover:before,
.tparrows.custom.tp-rightarrow:hover:before {
    color: #FECC52;
}

.tparrows.custom.tp-rightarrow:after {
    content: '';
    width: 1px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: rgba(20, 20, 20, .18);
}