/** Default **/
:root{
    --color-red: #BE2326;
    --color-black: #000000;
    --color-white: #ffffff;
}
@font-face {
    font-family: "UTM - Aptima";
    src:  url('../fonts/UTMAptima.eot');
    src:  url('../fonts/UTMAptima.eot?#iefix') format('embedded-opentype'),
    url('../fonts/UTMAptima.svg#NexaBlack') format('svg'),
    url('../fonts/UTMAptima.ttf') format('truetype'),
    url('../fonts/UTMAptima.woff') format('woff'),
    url('../fonts/UTMAptima.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "UTM - Aptima";
    src:  url('../fonts/UTMAptimaBold.eot');
    src:  url('../fonts/UTMAptimaBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/UTMAptimaBold.svg#NexaBlack') format('svg'),
    url('../fonts/UTMAptimaBold.ttf') format('truetype'),
    url('../fonts/UTMAptimaBold.woff') format('woff'),
    url('../fonts/UTMAptimaBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

body{
    overflow-x: hidden;
    font-family: "UTM - Aptima";
}
a{
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    text-decoration: none !important;
}
ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
/* Scrollbar */
body.CR-style_scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #ffffff;
}
body.CR-style_scroll::-webkit-scrollbar-track{
    border: 0.5px solid #ffffff;
}

.CR-style_scroll{
    overflow-y: auto;
}
.CR-style_scroll::-webkit-scrollbar {
    width: 0.125rem;
    border-radius: 0.625rem;
    background-color: transparent;
}
.CR-style_scroll::-webkit-scrollbar-track {
    border: 0.031rem solid transparent;
}
.CR-style_scroll::-webkit-scrollbar-thumb {
    background-color: #BE2326;
    outline: 0.188rem solid #BE2326;
    border-radius: 0.625rem;
}
.CR-container {
    padding: 0 2.5rem;
}
.CR-default-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.CR-main-wrap {
    position: relative;
    z-index: 1;
}

/* Scrollbar */
body.CR-style-scroll::-webkit-scrollbar {
    width: 5px;
}
.CR-style-scroll::-webkit-scrollbar {
    width: 2px;
    border-radius: 3px;
    background-color: #cfc5af;
}
.CR-style-scroll::-webkit-scrollbar-track {
    border: 0.5px solid #cfc5af;
}
.CR-style-scroll::-webkit-scrollbar-thumb {
    background-color: #be1f24;
    outline: 1px solid #be1f24;
}

.CR-style-scroll-two::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #cfc5af;
}
.CR-style-scroll-two::-webkit-scrollbar {
    width: 3px;
    background-color: #cfc5af;
}
.CR-style-scroll-two::-webkit-scrollbar-thumb {
    background-color: #be1f24;
}

/** Site Loading **/
.CR-site-loading.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.CR-site-loading {
    opacity: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 1s all ease-in-out;
    -o-transition: 1s all ease-in-out;
    transition: 1s all ease-in-out;
}
.CR-site-loading .svg-site-loading{
    width: 40vh;
    height: auto;
    position: relative;
    z-index: 1;
}
.CR-site-loading.hide .svg-site-loading path{
    stroke-dasharray: 8000;
    stroke-dashoffset: 8000;
    fill-opacity: 1;
    stroke-opacity: 0;
}
.CR-site-loading .svg-site-loading.active path {
    stroke-opacity: 1;
}
.CR-site-loading .svg-site-loading path{
    stroke: #be1f25;
    fill-opacity: 0;
    stroke-opacity: 0;
    stroke-width: 0.5;
    stroke-miterlimit: 10;
    -webkit-transition: fill-opacity 3s;
    transition: fill-opacity 3s;
}
.CR-site-loading .CR-site-load-bg {
    background-color: #ffffff;
    -webkit-transition: 1s all ease-in-out;
    -o-transition: 1s all ease-in-out;
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.CR-site-loading.hide .CR-site-load-bg {
    opacity: 0;
}
/*.CR-site-loading.hide .CR-site-load-bg span {*/
/*    width: 0;*/
/*}*/
/*.CR-site-loading .CR-site-load-bg span:nth-child(even) {*/
/*    left: unset;*/
/*    right: 0;*/
/*}*/
/*.CR-site-loading .CR-site-load-bg span:nth-child(1) {*/
/*    top: 0;*/
/*}*/
/*.CR-site-loading .CR-site-load-bg span:nth-child(2) {*/
/*    top: 20%;*/
/*}*/
/*.CR-site-loading .CR-site-load-bg span:nth-child(3) {*/
/*    top: 40%;*/
/*}*/
/*.CR-site-loading .CR-site-load-bg span:nth-child(4) {*/
/*    top: 60%;*/
/*}*/
/*.CR-site-loading .CR-site-load-bg span:nth-child(5) {*/
/*    top: 80%;*/
/*}*/
/*.CR-site-loading .CR-site-load-bg span {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 20%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    -webkit-transition: 1s all ease-in-out;*/
/*    -o-transition: 1s all ease-in-out;*/
/*    transition: 1s all ease-in-out;*/
/*    background-color: #fff;*/
/*}*/
/*.CR-site-loading .svg-site-loading .action.active{*/
/*    animation-name: DrawStroke2;*/
/*    animation-duration: 3s;*/
/*    animation-fill-mode: forwards;*/
/*    animation-iteration-count: 1;*/
/*    animation-direction: normal;*/
/*    animation-timing-function: linear;*/
/*}*/
/*.CR-site-loading .svg-site-loading .action{*/
/*    fill-opacity: 0;*/
/*    fill: #be1f25;*/
/*    stroke: #fff;*/
/*    stroke-miterlimit: 10;*/
/*    stroke-width: 3;*/
/*    stroke-dasharray: 4000;*/
/*    stroke-dashoffset: 4000;*/
/*    cursor: pointer;*/
/*    -webkit-transition: fill-opacity 0.8s ease-in-out;*/
/*    -o-transition: fill-opacity 0.8s ease-in-out;*/
/*    transition: fill-opacity 0.8s ease-in-out;*/
/*}*/
/*.CR-site-loading-circle{*/
/*    border: 3px solid rgba(153, 153, 153, 0.2);*/
/*    border-top-color: #971116;*/
/*    width: 3rem;*/
/*    height: 3rem;*/
/*    font-size: 0.625rem;*/
/*    text-indent: -9999em;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    border-radius: 50%;*/
/*    -webkit-animation: loading-circle 1.1s infinite linear;*/
/*    animation: loading-circle 1.1s infinite linear;*/
/*}*/
@-webkit-keyframes loading-circle {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes loading-circle {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

/** Hover Effect **/
.CR-hover-effect img{
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.CR-hover-effect{
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 10px transparent;
    box-shadow: 0px 4px 10px transparent;
}
.CR-hover-effect:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.CR-hover-effect:hover{
    -webkit-box-shadow: 0px 4px 10px grey;
    box-shadow: 0px 4px 10px grey;
}

/** Slider **/
.CR-custom-arrow {
    cursor: pointer;
    position: absolute !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 !important;
}
.CR-custom-arrow.left {
    left: -1.875rem;
}
.CR-custom-arrow.right {
    right: -1.875rem;
}

/** Button Style **/
.CR-button-style{
    color: #111111;
    font-size: 0.75rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 2.75rem;
    background-color: #ffffff;
    padding: 0 2.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.CR-button-style:after{
    content: '';
    height: 1px;
    background-color: #be2326;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-button-style span {
    position: relative;
    z-index: 1;
    padding: 0 0.3125rem;
}
.CR-button-style span:after{
    content: '';
    background-color: #ffffff;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.CR-button-style:hover{
    background-color: #be2326;
    color: #ffffff;
}
.CR-button-style:hover:after{
    background-color: #ffffff;
}
.CR-button-style:hover span:after{
    background-color: #be2326;
}

.CR-button-style.red:hover:after,
.CR-button-style.CR-button-submit:hover:after{
    background-color: #be2326;
}
.CR-button-style.red:hover span:after,
.CR-button-style.CR-button-submit:hover span:after{
    background-color: #ffffff;
}

.CR-button-style.red:hover,
.CR-button-style.CR-button-submit:hover{
    background-color: #ffffff;
    color: #111111;
    border-color: #be2326 !important;
}

.CR-button-style.red span,
.CR-button-style.CR-button-submit span{
    padding: 0 0.9375rem;
}
.CR-button-style.red span:after,
.CR-button-style.CR-button-submit span:after{
    background-color: #be2326;
}
.CR-button-style.red:after,
.CR-button-style.CR-button-submit:after{
    background-color: #ffffff;
}
.CR-button-style.red,
.CR-button-style.CR-button-submit{
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: #be2326;
    color: #ffffff;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid transparent !important;
}

/** Fullpage **/
#fullpage{
    background-color: #bd2226;
}
#CR-nav-fp,
#fp-nav {
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: fixed;
    z-index: 100;
    left: 1.25rem;
}
#fp-nav .fp-sr-only {
    display: none;
}
#CR-nav-fp li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
#CR-nav-fp li,
#fp-nav li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.3125rem 0;
}
#CR-nav-fp .active .dot,
#fp-nav .active span{
    border-color: #be2226;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#CR-nav-fp .active .dot:before,
#fp-nav .active span:before{
    right: 100%;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 1;
}
#CR-nav-fp .dot:before,
#fp-nav span:before{
    content: '';
    background-color: #be2226;
    width: 1.5rem;
    height: 0.25rem;
    position: absolute;
    top: 50%;
    right: 150%;
    transform: translateY(-50%);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 0;
}
#CR-nav-fp .dot,
#fp-nav span{
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    border: 4px solid transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
}
#CR-nav-fp .dot{
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
}
#CR-nav-fp .active .title,
#fp-nav .active .fp-tooltip{
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin-left: 0.625rem;
}
#CR-nav-fp .title,
#fp-nav .fp-tooltip{
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    margin-left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
#CR-nav-fp.CR-head-white .dot,
#CR-nav-fp.CR-head-white .title{
    color: #999999;
}
.CR-def-sec{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#CR-nav-fp.black .dot,
#CR-nav-fp.black .title{
    color: #999999;
}

/* Slick Slide */
.slick-slide {
    outline: none !important;
}
.CR-custom-arrow {
    cursor: pointer;
    position: absolute !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    width: auto !important;
    padding: 0 !important;
}
.CR-custom-arrow:not(.sp){
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.CR-custom-arrow:hover i{
    color: #000000;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.CR-custom-arrow i {
    font-size: 1.25rem;
    color: #666666;
    opacity: 1;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.CR-custom-arrow.right {
    right: -1.875rem;
}
.CR-custom-arrow.left {
    left: -1.875rem;
}
.CR-custom-dots .slick-dots {
    margin-bottom: 0;
    left: 0;
    right: 0;
}
.CR-custom-dots .slick-dots li button:before {
    color: transparent !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 6px;
    line-height: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: auto !important;
    height: auto !important;
}
.CR-custom-dots .slick-dotted .slick-slider {
    margin-bottom: 0;
}
.CR-custom-dots .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 0.15625rem;
    padding: 0;
    cursor: pointer;
}
.CR-custom-dots .slick-dots li button:hover,
.CR-custom-dots .slick-dots li button:focus {
    outline: none;
}
.CR-custom-dots .slick-dots li {
    height: auto;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.CR-custom-dots .slick-dots li button {
    position: relative;
    background-color: transparent;
    opacity: 1;
    width: 15px;
    height: 15px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    padding: 0;
    border: 1px solid #666666;
    margin: 0 auto;
    border-radius: 50%;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.CR-custom-dots .slick-dots li button:hover,
.CR-custom-dots .slick-dots li button:focus {
    opacity: 1;
}
.CR-custom-dots .slick-dots li.slick-active button {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-color: #666666;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.CR-custom-dots .slick-dots li.slick-active button:before{
    color: #666666 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.CR-custom-dots .slick-dots li.slick-active button:hover,
.CR-custom-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}

.CR-custom-dots-line .slick-dots{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px auto 0;
    bottom: 0;
}
.CR-custom-dots-line .slick-dots li {
    height: auto;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: inline-block;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}
.CR-custom-dots-line .slick-dots li.slick-active button {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #FFF200;
}
.CR-custom-dots-line .slick-dots li button {
    position: relative;
    background-color: #FFFFFF;
    opacity:0.5;
    width: 80px;
    height: 2px;
    padding: 0;
    border: 1px solid transparent;
    margin: 0 auto;
    border-radius: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.CR-custom-dots-line .slick-dots li button:before {
    display: none;
}

.CR-custom-dots-line-sp.slick-dotted.slick-slider {
    margin-bottom: 1.875rem;
}
.CR-custom-dots-line-sp .slick-dots{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    bottom: -1.875rem;
    width: 100%;
    padding: 0 2.1875rem;
}
.CR-custom-dots-line-sp .slick-dots li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: inherit;
    margin: 0;
}
.CR-custom-dots-line-sp .slick-dots li button:before{
    display: none;
}
.CR-custom-dots-line-sp .slick-dots li button {
    padding: 0;
    height: 5px;
    width: 100%;
    background-color: rgb(255 255 255 / 50%);
    margin: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.CR-custom-dots-line-sp .slick-dots li.slick-active button {
    background-color: #be1f24;
}

.CR-counter-slider-wrap{
    position: relative;
}
.CR-counter-slider-wrap .CR-counter-slider * {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
}
.CR-counter-slider-wrap .CR-counter-slider {
    position: absolute;
    bottom: -2.1875rem;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 0.625rem;
}

/** Header **/
#CR-header:after,
#CR-header:before{
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 0;
    pointer-events: none;
}
#CR-header:after{
    content: '';
    background: rgb(0 0 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0 0 0 / 50%)), color-stop(80%, rgb(0 0 0 / 0%)));
    background: -o-linear-gradient(top, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 0%) 80%);
    background: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 0%) 80%);
}
#CR-header:before{
    content: '';
    background: rgb(255,255,255);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.5046393557422969)), color-stop(90%, rgba(255,255,255,0)));
    background: -o-linear-gradient(top, rgba(255,255,255,0.5046393557422969) 0%, rgba(255,255,255,0) 90%);
    background: linear-gradient(180deg, rgba(255,255,255,0.5046393557422969) 0%, rgba(255,255,255,0) 90%);
}
#CR-header.CR-head-black:after,
#CR-header.CR-head-white:before{
    bottom: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 1;
}
#CR-header {
    padding: 2.1875rem 0 6.25rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#CR-header .content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#CR-header .CR-action-head,
#CR-header .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#CR-header .CR-action-head li:not(:last-child){
    margin-right: 1.875rem;
}
#CR-header .CR-action-head li:nth-child(3) a svg{
    margin-right: 0;
}
#CR-header .CR-action-head a svg{
    width: auto;
    height: 1.5625rem;
    margin-right: 0.9375rem;
}
#CR-header .CR-action-head a svg path{
    fill: #be1f24;
}
#CR-header.CR-head-black .CR-action-head a{
    color: #ffffff !important;
}
#CR-header .CR-action-head a {
    text-transform: uppercase;
    color: #000000 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
}
#CR-header .CR-action-head a:hover {
    color: #be2326 !important;
}
#CR-header .CR-action-head a svg{
    /* -webkit-animation: action_two 1s infinite  alternate;
    animation: action_two 1s infinite alternate; */
}
@-webkit-keyframes action_two {
    0% { -webkit-transform: translateY(3px); transform: translateY(3px); }
    100% { -webkit-transform: translateY(-3px); transform: translateY(-3px); }
}
@keyframes action_two {
    0% { -webkit-transform: translateY(3px); transform: translateY(3px); }
    100% { -webkit-transform: translateY(-3px); transform: translateY(-3px); }
}


#CR-header .CR-open-nav-wrap a{
    transition: unset !important;
}
#CR-header .CR-open-nav-wrap.active {
    min-width: 2.5rem;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#CR-header .CR-open-nav-wrap:not(.active):hover{
    min-width: 3.5rem;
}
#CR-header .CR-open-nav-wrap {
    position: relative;
    min-width: 2.5rem;
    min-height: 1.5rem;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 9;
}
#CR-header .CR-open-nav-wrap:not(.active):hover .CR-open-nav span {
    transform: rotate(0deg);
}
#CR-header .CR-open-nav-wrap .wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#CR-header .CR-open-nav-wrap:not(.active):hover .wrap svg {
    margin-right: 2.5rem;
}
#CR-header .CR-open-nav-wrap:not(.active):hover .CR-open-nav span{
    right: -1rem;
}
#CR-header .CR-open-nav-wrap .wrap svg{
    margin-right: 1rem;
    /* -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; */
}
#CR-header .CR-open-nav-wrap .wrap.CR-close-nav svg {
    margin-right: 0.625rem;
    margin-top: 0.3125rem;
}
#CR-header .CR-open-nav-wrap .wrap.CR-close-nav svg path{
    fill: #ffffff;
}
#CR-header .CR-nav-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #971116;
    background-image: url(/assets/img/bg-nav.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    z-index: 8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    width: 100%;
}
#CR-header .CR-nav-head.active{
    left: 0;
}
#CR-header .CR-nav-head.active nav{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#CR-header .CR-nav-head nav{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
#CR-header .CR-nav-head nav li {
    text-align: right;
}
#CR-header .CR-nav-head.active .logo-nav{
    -webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
}
#CR-header .CR-nav-head .logo-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
#CR-header .CR-nav-head .svg-logo-nav{
    max-width: 31.25rem;
    height: 24.375rem;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
/*#CR-header .CR-nav-head .logo-nav svg .action{*/
/*    -webkit-transform-origin: 50% 50%;*/
/*    -ms-transform-origin: 50% 50%;*/
/*    transform-origin: 50% 50%;*/
/*    -webkit-animation: loader-rotate 3s infinite linear;*/
/*    animation: loader-rotate 3s infinite linear;*/
/*}*/
#CR-header .CR-nav-head .logo-nav.hide .svg-logo-nav path{
    stroke-dasharray: 8000;
    stroke-dashoffset: 8000;
    fill-opacity: 1;
    stroke-opacity: 0;
}
#CR-header .CR-nav-head .svg-logo-nav.active path {
    stroke-opacity: 1;
}
#CR-header .CR-nav-head .svg-logo-nav path{
    fill: transparent;
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    stroke: #fff;
    stop-opacity: 1 !important;
    transition: .1s !important;
}
#CR-header .CR-nav-head.active .logo-nav .svg-logo-nav path {
    stroke-dashoffset: 0;
    stroke-opacity: 1 !important;
    transition: 3s !important;
    fill: #fff;
}
@-webkit-keyframes loader-rotate {
    0%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
@keyframes loader-rotate {
    0%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

#CR-header .CR-nav-head .content{
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}
#CR-header .CR-nav-head.active,
#CR-header .CR-open-nav-wrap .CR-open-nav,
#CR-header .CR-open-nav-wrap.active .CR-close-nav{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#CR-header .CR-nav-head,
#CR-header .CR-open-nav-wrap.active .CR-open-nav,
#CR-header .CR-open-nav-wrap .CR-close-nav{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#CR-header .CR-open-nav-wrap .CR-open-nav span {
    /* writing-mode: vertical-lr; */
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    right: -1rem;
}
#CR-header.CR-head-black .CR-nav-head a{
    color: #ffffff;
}
#CR-header .CR-nav-head a{
    color: #ffffff;
    font-size: 1.875rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 4.375rem;
    text-align: right;
    text-transform: uppercase;
    position: relative;
}
#CR-header .CR-nav-head li:hover a:after,
#CR-header .CR-nav-head li.active a:after{
    right: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#CR-header .CR-nav-head a:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    height: 1px;
    background-color: #ffffff;
}
#CR-header .CR-logo-head{
    position: relative;
}
#CR-header .CR-logo-head img{
    max-width: 10rem;
    width: auto;
    height: 7.5rem;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    left: 0;
    top: -1.875rem;
}
#CR-header.CR-head-white .CR-logo-head .logo-black,
#CR-header.CR-head-black .CR-logo-head .logo-white{
    opacity: 1;
}
#CR-header.CR-head-black .CR-logo-head .logo-black,
#CR-header.CR-head-white .CR-logo-head .logo-white{
    opacity: 0;
}
#CR-header .CR-open-nav-wrap.active .CR-close-nav span{
    color: #ffffff;
    font-weight: 700;
}

#CR-header.fixedV2:hover,
#CR-header.fixedV2 {
    box-shadow: -1px 4px 29px rgb(0 0 0 / 21%);
}
#CR-header.fixedV2{
    background: var(--color-white);
    padding-bottom: 2rem;
}
#CR-header.fixedV2 .CR-logo-head img{
    height: 4rem;
}

/** Footer **/
#CR-footer{
    position: fixed;
    bottom: 2.25rem;
    left: 0;
    right: 0;
    z-index: 9;
}
#CR-footer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}
#CR-footer .CR-copyright{
    text-align: left;
    margin: 0;
    color: #ffffff;
    font-size: 0.625rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1rem;
}
#CR-footer .CR-socials{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 2.5rem;
}
#CR-footer .CR-socials li:not(:last-child){
    margin-right: 1.875rem;
}
#CR-footer .CR-socials a{
    color: #ffffff;
}
#CR-footer .CR-icon-footer {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2.5rem;
}
#CR-footer .CR-icon-footer .wrap{
    width: 1.875rem;
    position: relative;
}
#CR-footer .CR-icon-footer .wrap > *,
#CR-footer .CR-icon-footer > *{
    position: absolute;
    top: 50%;
}
#CR-footer .CR-icon-footer .down svg{
    width: 1.875rem;
}
#CR-footer .CR-icon-footer .down svg path{
    fill: #ffffff;
}
#CR-footer .CR-icon-footer.show .up,
#CR-footer .CR-icon-footer .down{
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    pointer-events: auto;
}
#CR-footer .CR-icon-footer.show .down,
#CR-footer .CR-icon-footer .up{
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    pointer-events: none;
}
#CR-footer .CR-icon-footer .up svg path {
    fill: #111111;
}
#CR-footer .CR-icon-footer .up{
    width: 2.5rem;
    height: 2.5rem;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}
#CR-footer .CR-icon-footer .up svg{
    width: 2.5rem;
    height: auto;
}
#CR-footer .CR-icon-footer a {
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}
@-webkit-keyframes action {
    0% { -webkit-transform: translateY(0); transform: translateY(0); }
    100% { -webkit-transform: translateY(-15px); transform: translateY(-15px); }
}
@keyframes action {
    0% { -webkit-transform: translateY(0); transform: translateY(0); }
    100% { -webkit-transform: translateY(-15px); transform: translateY(-15px); }
}
/** Title Group **/
.CR-title-group{
    position: relative;
    text-align: center;
}
.CR-title-group:not(.sp){
    padding-bottom: 1.875rem;
}
.CR-title-group:not(.sp):after{
    content: '';
    width: 5rem;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.CR-title-group .sub-title{
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 1.1875rem;
}
.CR-title-group .main-title{
    color: #ffffff;
    font-size: 1.875rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
}
.CR-title-group .des{
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.5rem;
    text-align: center;
    margin: 1.4375rem auto 0;
}
.CR-title-group .line a{
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
}
.CR-title-group .line{
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 1.5625rem auto 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    display: block;
}
.CR-title-group .line:before{
    right: calc(100% + 0.4375rem);
}
.CR-title-group .line:after{
    left: calc(100% + 0.4375rem);
}
.CR-title-group .line:before,
.CR-title-group .line:after{
    content: '';
    width: 3rem;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

/** Video Group **/
.CR-video-group,
.CR-video-group .box-video {
    position: relative;
    z-index: 2;
    width: 100vw;
    height: 100vh;
}
.CR-video-group .CR-bg-video.active img{
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-video-group .CR-bg-video img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 1;
}
.CR-video-group .CR-bg-video a,
.CR-video-group .CR-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.CR-video-group .CR-bg-video a {
    z-index: 3;
}
.CR-video-group .CR-bg-video .CR-play-video-btn svg{
    width: 6.25rem;
    height: 6.25rem;
    -o-object-fit: contain;
    object-fit: contain;
    background-image: linear-gradient(to top, rgba(215, 32, 39, 0) 0%, #d72027 100%);
    padding: 0.625rem;
    border-radius:50%;
}
.CR-video-group .CR-play-video-btn svg .action{
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.CR-video-group .CR-play-video-btn:hover svg .action {
    -webkit-animation:spin 1s linear;
    -moz-animation:spin 1s linear;
    animation:spin 1s linear;
}
@-moz-keyframes spin {
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}
.CR-video-group .CR-play-video-btn {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.CR-video-group video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/** Youtube group **/
.CR-video-youtube-group{
    position: relative;
    aspect-ratio: 1/0.8;
    box-shadow: 0 0 76px rgba(98, 78, 30, 0.2);
    border: 2px solid #ffffff;
    background-color: #000000;
}
.CR-video-youtube-group .fancybox-yt{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.CR-video-youtube-group > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.CR-video-youtube-group .icon-play{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.CR-video-youtube-group .icon-play svg{
    width: 6.25rem;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.CR-video-youtube-group .icon-play svg .action {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.CR-video-youtube-group:hover .icon-play svg .action {
    -webkit-animation: spin 1s linear;
    -moz-animation: spin 1s linear;
    animation: spin 1s linear;
}

/* Default load - Error */
.spinner-submit {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    border: 2px solid #eeeeee;
    border-top-color: #000000;
    -webkit-animation: loadingSubmit 1s infinite;
    animation: loadingSubmit 1s infinite;
    background: #ffffff;
}
@-webkit-keyframes loadingSubmit {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.notifyjs-container {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    z-index: 999999999;
}
.notifyjs-corner {
    margin-right: 100px!important;
    margin-bottom:50px!important;
    z-index: 999999999 !important;
}
.notifyjs-corner font a {
    color: #f06724;
    margin-left: 5px;
}
.notifyjs-corner font{
    font-weight: 700;
}
.CRNoticeFail span{
    font-weight: 700;
    color: #e41717 !important;
    box-sizing: border-box;
    line-height: normal !important;
    text-align: left;
    margin: 0 0 10px !important;
    padding: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    opacity: 0;
    position: absolute;
    pointer-events: none;
    font-size: 15px !important;
}

/* Animation sequence */
.cssanimation,
.cssanimation div {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.cssanimation div {
    display: inline-block;
}

.leZoomIn div {
    -webkit-animation-name: leZoomIn;
    animation-name: leZoomIn;
}
@-webkit-keyframes leZoomIn {
    from {
        -webkit-transform: scale(10);
        transform: scale(10);
        opacity: 0;
    }
}
@keyframes leZoomIn {
    from {
        -webkit-transform: scale(10);
        transform: scale(10);
        opacity: 0;
    }
}

/** From Group **/
.CR-default-form .info{
    margin-bottom: 1.5625rem;
}
.CR-default-form .info p{
    color: #333333;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.5rem;
    text-align: left;
    margin: 0;
}
.CR-default-form .info b{
    color: #be1f24;
    font-weight: 700;
}
.CR-default-form .info .main-title{
    color: #be1f24;
    font-size: 1.875rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
}
.CR-default-form ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.625rem -1rem;
}
.CR-default-form .CR-default-field{
    padding: 0.625rem 1rem;
    width: 100%;
}
.CR-default-form .CR-default-field textarea{
    height: 7.5rem !important;
}
.CR-default-form .CR-default-field input:hover,
.CR-default-form .CR-default-field textarea:hover {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-box-shadow: 0 0.25rem 2.5rem rgb(52 52 52 / 15%);
    box-shadow: 0 0.25rem 2.5rem rgb(52 52 52 / 15%);
}
.CR-default-form .CR-default-field textarea,
.CR-default-form .CR-default-field input{
    background-color: rgb(255 255 255 / 50%);
    padding: 0.9375rem 1.25rem;
    height: 2.75rem;
    color: #000000;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border: 1px solid transparent;
    outline: none !important;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-box-shadow: 0 0.25rem 2.5rem transparent;
    box-shadow: 0 0.25rem 2.5rem transparent;
}
.CR-default-form .CR-default-field textarea::placeholder,
.CR-default-form .CR-default-field input::placeholder{
    color: #333333;
}
.CR-default-form .CR-default-field{
    position: relative;
}
.CR-default-form .CR-button-submit-wrap{
    margin-top: 1.25rem;
}
.CR-default-form .CR-button-submit-wrap button{
    min-width: 8.125rem;
}
.CR-show-error input{
    border-color: #cf2e2a !important;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-show-error .CR-error-mes {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: all;
    cursor: pointer;
    top: 50%;
}
.CR-error-mes {
    background-color: #cf2e2a;
    border-radius: 0;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
    height: 1.875rem;
    text-align: left;
    margin: 0;
    padding: 0 0.625rem;
    -webkit-transition: all 0.8s ease-in;
    -o-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    -webkit-transition-timing-function: cubic-bezier(0,0,.2,1);
    -o-transition-timing-function: cubic-bezier(0,0,.2,1);
    transition-timing-function: cubic-bezier(0,0,.2,1);
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    position: absolute;
    pointer-events: none;
    z-index: 8;
    left: 1.5rem;
    right: 1.5rem;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.CR-error-mes .cont-error {
    font-size: 0.625rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.CR-error-mes .close-error {
    cursor: pointer;
}

/** Home Page **/
.CR-banner-home-sec .fp-tableCell{
    vertical-align: bottom;
    position: relative;
}
.CR-banner-home-sec .fp-tableCell:after {
    content: '';
    background: rgb(0 0 0);
    background: -o-linear-gradient(89deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 0%) 80%);
    background: linear-gradient(1deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 0%) 80%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
#CR-banner-home{
    padding-bottom: 6.25rem;
    position: relative;
    z-index: 2;
}

#CR-location-home .CR-title-group *,
#CR-location-home .CR-title-group{
    text-align: left;
}

.CR-area-home-sec .fp-tableCell {
    vertical-align: bottom;
    position: relative;
    background-position: top center;
}
.CR-area-home-sec .fp-tableCell:after {
    content: '';
    background: rgb(0 0 0);
    background: -o-linear-gradient(89deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 0%) 80%);
    background: linear-gradient(1deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 0%) 80%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
#CR-area-home{
    padding-bottom: 6.25rem;
    position: relative;
    z-index: 2;
}
.CR-location-list-wrap{
    margin-top: 4.0625rem;
    width: 55%;
}
.CR-location-list-wrap .main-title{
    color: #ffffff;
    font-size: 1.875rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 3.125rem;
}
#CR-location-page .CR-location-list-slider:after,
.CR-location-list-slider.active:after{
    right: 8%;
}
.CR-location-list-slider:after{
    content: '';
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 4.9rem;
    left: 0;
    right: 100%;
    -webkit-transition: 5s ease-in-out;
    -o-transition: 5s ease-in-out;
    transition: 5s ease-in-out;
}
.CR-location-list-slider:before{
    content: '';
    position: absolute;
    top: 4.9rem;
    height: 2px;
    width: 8%;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(75%, #ffffff), color-stop(75%, transparent), to(transparent));
    background-image: -o-linear-gradient(left, #ffffff, #ffffff 75%, transparent 75%, transparent 100%);
    background-image: linear-gradient(90deg, #ffffff, #ffffff 75%, transparent 75%, transparent 100%);
    background-size: 1.125rem 1px;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    opacity: 0 !important;
}
#CR-location-page .CR-location-list-slider:before,
#CR-location-page .icon-car-location,
.CR-location-list-slider.show-car:before,
.CR-location-list-slider.show-car .icon-car-location{
    opacity: 1 !important;
}
.CR-location-list-slider .icon-car-location{
    opacity: 0 !important;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}
.CR-location-list-slider {
    margin: 0 -0.3125rem;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.CR-location-list-slider-mb{
    display: none;
}
#CR-regional-location .icon-car-location,
.CR-location-list-slider .icon-car-location {
    position: absolute;
    top: 3.8rem;
    left: 100%;
    pointer-events: none;
}
#CR-regional-location .icon-car-location img,
.CR-location-list-slider .icon-car-location img{
    width: auto;
    height: 2.375rem;
    -webkit-animation: action-two 1s infinite  alternate;
    animation: action-two 1s infinite  alternate;
}
@-webkit-keyframes action-two {
    0% { -webkit-transform: translateX(0); transform: translateX(0); }
    100% { -webkit-transform: translateX(-15px); transform: translateX(-15px); }
}
@keyframes action-two {
    0% { -webkit-transform: translateX(0); transform: translateX(0); }
    100% { -webkit-transform: translateX(-15px); transform: translateX(-15px); }
}
.CR-item-location-sp{

}
.CR-item-location-sp .icon{
    width: 3.75rem;
    height: 3.75rem;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: 3rem;
    position: relative;
    z-index: 1;
}
.CR-item-location-sp .icon img{
    width: 2.5rem;
    height: 2.5rem;
    -o-object-fit: contain;
    object-fit: contain;
}
.CR-item-location-def{
    cursor: pointer;
}
#CR-location-page .CR-item-location,
.CR-item-location.show-up{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.CR-item-location {
    padding: 0 0.3125rem;
    width: 16.667%;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.CR-item-location .wrap{
    position: relative;
}
.CR-item-location .time {
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.CR-item-location .time span{
    font-size: 1.875rem;
    font-weight: 700;
}
.CR-item-location .dot{
    width: 1rem;
    height: 1rem;
    border: 2px solid #ffffff;
    border-radius: 50%;
    position: relative;
    margin: 0.4375rem auto;
    z-index: 2;
}
.CR-item-location .dot:before{
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.CR-item-location .info{
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.125rem;
    text-align: center;
    text-transform: uppercase;
}
.map-location {
    position: absolute;
    bottom: 0;
    margin-right: 6.25rem;
}
.map-location img{
    height: 90vh;
    width: auto;
    pointer-events: none;
}
.CR-item-dot-location:first-child span{
    width: 60px;
    height: 60px;
}
.CR-item-dot-location:hover span,
.CR-item-dot-location.active span{
    background-color: #be2326;
}
.CR-item-dot-location span {
    width: 32px;
    height: 32px;
    -webkit-box-shadow: 1px 2px 2px rgb(58 92 72 / 40%);
    box-shadow: 1px 2px 2px rgb(58 92 72 / 40%);
    background-color: #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
}
.CR-item-dot-location:hover span img,
.CR-item-dot-location.active span img {
    -webkit-filter: brightness(10);
    filter: brightness(10);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-dot-location span img {
    width: auto;
    height: 60%;
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-dot-location.active span:before,
.CR-item-dot-location:hover span:before{
    animation: Ani 2s infinite;
    opacity: 1;
}
.CR-item-dot-location.active span:after,
.CR-item-dot-location:hover span:after{
    animation: Ani 2s infinite;
    opacity: 1;
}
.CR-item-dot-location span:after{
    content: '';
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid transparent;
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(255 255 255);
    transform: translateZ(0);
    position: absolute;
    opacity: 0;
}
.CR-item-dot-location span:before{
    content: '';
    width: calc(50% + 20px);
    height: calc(50% + 20px);
    border: 2px solid transparent;
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(255 255 255);
    transform: translateZ(0);
    position: absolute;
    opacity: 0;
}
@keyframes Ani {
    0% {
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
        transform: scale(0);
        background-color: rgb(255 255 255 / 10%);
    }
    70% {
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
        transform: scale(1);
        background-color: rgb(255 255 255 / 10%);
    }
    100% {
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
        transform: scale(2);
        background-color: rgb(255 255 255 / 10%);
    }
}
@keyframes Ani-two {
    0% {
        box-shadow: 0 0 0 rgba(156, 124, 58, 0);
        border: 1px solid rgba(156, 124, 58, 0);
        transform: scale(0);
    }
    70% {
        box-shadow: 0 0 50px rgb(189 34 38);
        border: 1px solid rgb(189 34 38);
        transform: scale(1);
    }
    100% {
        box-shadow: 0 0 60px rgba(156, 124, 58, 0);
        border: 0 solid rgba(156, 124, 58, 0);
        transform: scale(2);
    }
}
.CR-item-dot-location span:before{

}
.CR-item-dot-location {
    position: absolute;
    top: 0;
    left: 0;
}

.CR-utilities-home-sec .fp-tableCell {
    vertical-align: bottom;
    position: relative;
}
.CR-utilities-home-sec .fp-tableCell:after {
    content: '';
    background: rgb(0 0 0);
    background: -o-linear-gradient(89deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 0%) 80%);
    background: linear-gradient(1deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 0%) 80%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
#CR-utilities-home{
    padding-bottom: 7.5rem;
    position: relative;
    z-index: 2;
}
.CR-utilities-list-slider-for {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.CR-utilities-list-slider-for .item{
    position: relative;
    width: 100vw;
    height: 100vh;
}
.CR-utilities-list-slider-for .item img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#CR-utilities-home .CR-utilities-list-slider{
    margin-top: 3.4375rem;
}
.CR-item-utilities{
    width: 16.667%;
    padding: 0 1px;
}
.CR-item-utilities .wrap{
    position: relative;
}
.CR-item-utilities .wrap:hover:after{
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.CR-item-utilities .wrap:after{
    content: '';
    background-color: rgb(190 35 38 / 70%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
    z-index: 1;
}
.CR-item-utilities .wrap:hover:before{
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.CR-item-utilities .wrap:before{
    content: '';
    background-color: rgb(0 0 0 / 30%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    pointer-events: none;
    z-index: 2;
}
.CR-item-utilities .thumb{
    position: relative;
    aspect-ratio: 4/2.5;
    z-index: 1;
}
.CR-item-utilities .wrap:hover .thumb img{
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-utilities .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-utilities .wrap:hover .num{
    opacity: 0.66;
}
.CR-item-utilities .num{
    opacity: 0.33;
    color: #ffffff;
    font-size: 3.75rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin-bottom: 0.625rem;
}
.CR-item-utilities .info{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 1.25rem 0.9375rem;
    z-index: 2;
    pointer-events: none;
}
.CR-item-utilities .wrap:hover .title{
    text-decoration-color: #ffffff !important;
}
.CR-item-utilities .title{
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    text-decoration: underline !important;
    text-decoration-color: transparent !important;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3rem;
    height: 3rem;
    line-height: 1.5rem;
}

.CR-main-product-sec,
.CR-product-cat-sec,
.CR-product-home-sec{
    position: relative;
    overflow: hidden;
    background-color: #c5b58e;
}
.CR-main-product-sec .svg-animation,
.CR-product-cat-sec .svg-animation,
.CR-product-home-sec .svg-animation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    position: absolute;
    bottom: -23%;
    left: -7%;
    width: auto;
    height: auto;
    z-index: 0;
    opacity: 0.5;
}
.svg-animation svg {
    width: 45vw;
    height: auto;
}
#CR-main-product,
#CR-product-cat,
#CR-product-home {
    position: relative;
    z-index: 1;
}
.CR-item-product-cat.active {
    width: 70%;
    -webkit-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}
.CR-item-product-cat {
    width: 10%;
    -webkit-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    position: relative;
    cursor: pointer;
    padding: 0 0.15625rem;
}
.CR-item-product-cat .top{
    position: relative;
}
.CR-item-product-cat .top span{
    position: absolute;
    bottom: 1.5625rem;
    right: 1.25rem;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    margin: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
}
.CR-item-product-cat .thumb{
    position: relative;
    height: 35rem;
}
.CR-item-product-cat:hover .thumb:before,
.CR-item-product-cat.active .thumb:before {
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-product-cat .thumb:before {
    background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to left, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 0;
    pointer-events: none;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-product-cat:hover .thumb:after,
.CR-item-product-cat.active .thumb:after {
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-product-cat .thumb:after {
    background-color: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-product-cat .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.CR-item-product-cat.hover .bottom,
.CR-item-product-cat.active .bottom{
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: 1.5s ease-in-out;
    -o-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.CR-item-product-cat .bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin-top: 1.25rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.CR-item-product-cat .title{
    color: #111111;
    font-size: 1.875rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 2.5rem;
    text-align: left;
    text-transform: uppercase;
    width: 35%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 2.5rem;
}
.CR-item-product-cat .info{
    width: 65%;
}
.CR-item-product-cat .des{
    width: 80%;
    color: #333333;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.375rem;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.75rem;
}
.CR-item-product-cat .CR-button-style{

}


#CR-news-home .news-list{
    margin: 0 -0.9375rem;
}
#CR-news-home .CR-custom-arrow{
    top: 35%;
}
#CR-news-home .button{
    margin-top: 3.75rem;
}
#CR-news-home .button a{
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#CR-news-home .button a span {
    margin-right: 0.625rem;
    width: 3.75rem;
    height: 3.75rem;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#CR-news-home .button a svg{
    width: 2.125rem;
}
.CR-item-post{
    width: 33.33%;
    padding: 0 0.9375rem;
}
.CR-item-post .wrap{
    position: relative;
}
.CR-item-post .wrap:hover .thumb:after{
    border-color: #ffffff;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-post .thumb:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.25rem solid transparent;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    pointer-events: none;
}
.CR-item-post .thumb{
    position: relative;
    aspect-ratio: 4/2.5 ;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-post .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.CR-item-post .wrap:hover .date-wrap{
    background-color: #ffffff;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-post .date-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    background-color: #414042;
    padding: 0.625rem 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-post .wrap:hover .date-wrap span{
    color: #111111;
}
.CR-item-post .date-wrap span:first-child{
    font-size: 1.375rem;
    line-height: normal;
}
.CR-item-post .date-wrap span{
    color: #ffffff;
    font-size: 0.625rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25rem;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-post .info{
    margin-top: 1.875rem;
}
.CR-item-post .title{
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.5rem;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3rem;
    height: 3rem;
}
.CR-item-post .view-more{
    margin-top: 2.125rem;
}
.CR-item-post .view-more a:before{
    content: '';
    width: 3rem;
    height: 1px;
    background-color: #ffffff;
    margin-right: 0.4375rem;
}
.CR-item-post .view-more a{
    position: relative;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
}

#CR-contact-home .CR-title-group ul{
    margin-top: 1.25rem;
}
#CR-contact-home .CR-title-group li{
    text-align: center;
}
#CR-contact-home .CR-title-group li *{
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.5rem;
    text-align: center;
    margin: 0;
}
#CR-contact-home .list{
    margin-top: 2.5rem;
}
#CR-contact-home .item{
    position: relative;
}
#CR-contact-home .item:not(:last-child):after{
    content: '';
    width: 5rem;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#CR-contact-home .item:not(:last-child){
    padding-bottom: 2.0625rem;
    margin-bottom: 2.5rem;
}
#CR-contact-home .list .box .item:after{
    display: none;
}
#CR-contact-home .list .box .item {
    margin: 0;
    padding: 0 1rem !important;
}
#CR-contact-home .list .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#CR-contact-home .item .title{
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 1.875rem;
}
#CR-contact-home .item .logo-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#CR-contact-home .item .logo-wrap a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.25rem;
}
#CR-contact-home .item .logo-wrap img{
    max-height: 5.9375rem;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
}
#CR-contact-home .item .info{
    margin-top: 3.125rem;
}
#CR-contact-home .item .info li{
    text-align: center;
}
#CR-contact-home .item .info li *{
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.5rem;
    text-align: center;
    margin: 0;
}
#CR-contact-home .item .info li b {
    font-weight: 700 !important;
}

/** Intro Page**/
#CR-introduce-intro .row{
    margin: 0 -3.75rem;
}
#CR-introduce-intro .row > div{
    padding: 0 3.75rem;
}

#CR-introduce-intro .CR-title-group .main-title{
    color: #be1f24;
    text-align: left;
}
#CR-introduce-intro .CR-title-group .sub-title{
    color: #333333;
    text-align: left;
    margin: 0 0 0.625rem;
}
#CR-introduce-intro .CR-title-group .des{
    color: #333333;
    line-height: 1.5rem;
    text-align: left;
    direction: rtl;
    overflow-y:auto;
    overflow-x: hidden;
    max-height: 22.5rem;
    padding-left: 1.875rem;
    text-align: justify;
    text-align-last: left;
}

#CR-scale-intro .col-12{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}
#CR-scale-intro .content {
    width: 30rem;
}
#CR-scale-intro .CR-title-group:after{
    display: none;
}
#CR-scale-intro .CR-title-group .main-title{
    text-align: left;
}
.CR-scale-list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0.25rem;
    background: #ffffff;
}
.CR-scale-list {
    position: relative;
    padding-left: 1.5625rem;
}
.CR-item-scale:first-child{
    padding-top: 0.9375rem;
    border-top: 1px solid rgb(255 255 255 / 30%);
}
.CR-item-scale{
    padding-bottom: 0.9375rem;
    margin-bottom: 0.9375rem;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}
.CR-item-scale .wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.CR-item-scale .icon{
    min-width: 1.5rem;
    margin-right: 1.5rem;
}
.CR-item-scale .icon img{
    width: 1.5rem;
    height: auto;
}
.CR-item-scale .title{
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
}
.CR-item-scale .des{
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.5rem;
    text-align: left;
    margin-top: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.5rem;
}

#CR-features-intro .CR-title-group:after{
    display: none;
}
#CR-features-intro .CR-title-group .main-title{
    color: #be1f24;
}
.CR-features-list-slider{
    margin: 0 -0.9375rem;
}
.CR-item-features{
    width: 33.33%;
    padding: 0 0.9375rem;
}
.CR-item-features .wrap{
    position: relative;
    padding: 1.25rem 1.25rem 2.1875rem;
    background-color: rgb(255 255 255 / 90%);
    height: 100%;
}
.CR-item-features .thumb{
    position: relative;
    aspect-ratio: 4/2.5;
}
.CR-item-features .thumb a{
    pointer-events: none;
}
.CR-item-features .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.CR-item-features .info{
    padding: 1.875rem 1.875rem 0;
}
.CR-item-features .icon {
    display: none !important;
}
.CR-item-features .title{
    color: #333333;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 2.5rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 2.5rem;
}
.CR-item-features .icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.375rem;
    height: 4.375rem;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    background-color: #ffffff;
    border-radius: 50%;
    margin: -2.1875rem auto 0.3125rem;
    position: relative;
}
.CR-item-features .icon img{
    height: 2.3125rem;
    width: auto;
    max-width: 2.8125rem;
}
.CR-item-features .des{
    color: #333333;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 7.5rem;
    margin-top: 0.625rem;
}

.CR-investor-intro-sec #CR-contact-home .item .info li *{
    color: #333333;
}
.CR-investor-intro-sec #CR-contact-home .item .title{
    color: #be1f24;
    font-size: 1.875rem;
}
.CR-investor-intro-sec #CR-contact-home .item:after{
    display: none;
}
.CR-investor-intro-sec #CR-contact-home .item:not(:last-child) {
    padding-bottom: 3.75rem;
    margin-bottom: 0;
}
.CR-investor-intro-sec #CR-contact-home .item .info {
    margin-top: 1.875rem;
}

/** Location Page **/
#CR-intro-location .CR-title-group *,
#CR-intro-location .CR-title-group {
    text-align: left;
}
#CR-intro-location .CR-title-group .sub-title{
    margin-bottom: 0.625rem;
}
#CR-intro-location .CR-title-group:after{
    display: none;
}
#CR-intro-location .list{
    width: 28.125rem;
}
#CR-intro-location .item{
    padding: 0.15625rem 0;
}
#CR-intro-location .item .wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#CR-intro-location .item .wrap > *{
    min-height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#CR-intro-location .item .title-wrap{
    background-color: #ffffff;
    width: 8.75rem;
    min-width: 8.75rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#CR-intro-location .item .title{
    color: #be1f24;
    font-size: 1.125rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin: 0;
}
#CR-intro-location .item .info{
    background-color: rgb(255 255 255 / 15%);
    width: 100%;
    padding: 0 1.25rem;
}
#CR-intro-location .item .info p{
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin: 0;
}

#CR-regional-location .CR-title-group{
    padding-bottom: 0;
}
#CR-regional-location .CR-title-group .main-title{
    color: #be1f24;
    margin-bottom: 0.625rem;
}
#CR-regional-location .CR-title-group .des{
    color: #333333;
}
#CR-regional-location .CR-title-group:after{
    display: none;
}
#CR-regional-location .CR-location-list-wrap{
    width: 90%;
    margin: 2.5rem auto 0;
}
#CR-regional-location .CR-item-location .time{
    color: #be1f24;
}
#CR-regional-location .CR-item-location .dot{
    border-color: #be1f24;
}
#CR-regional-location .CR-item-location .dot:after {
    content: '';
    width: calc(50% + 1.25rem);
    height: calc(50% + 1.25rem);
    border-radius: 50%;
    transform: translateZ(0);
    position: absolute;
    opacity: 0;
    background-color: rgb(189 34 38 / 50%);
    border: 1px solid rgb(191 34 39 / 50%);
    box-shadow: 0 0 15px rgb(189 33 38 / 50%);
    z-index: -1;
    left: -6px;
    top: -6px;
}
#CR-regional-location .CR-item-location .wrap:hover .dot:after {
    animation: Ani-two 2s infinite;
    opacity: 1;
}
#CR-regional-location .CR-item-location .dot:before{
    background-color: #be1f24;
}
#CR-regional-location .CR-item-location .info{
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 2.25rem;
}
#CR-regional-location .CR-location-list-slider:after {
    background-color: #cccccc;
    z-index: -1;
}
#CR-regional-location .CR-location-list-slider:before{
    background-image: linear-gradient(90deg, #cccccc, #cccccc 75%, transparent 75%, transparent 100%);
}
#CR-regional-location .CR-location-list-wrap .box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#CR-regional-location .CR-location-list-slider {
    width: 100%;
}
#CR-regional-location .CR-item-location-sp .icon {
    background-color: #333333;
}
#CR-regional-location  .CR-item-location {
    width: 20%;
}
#CR-regional-location  .CR-item-location .item .thumb{
    aspect-ratio: 16/9;
    margin-top: 0.625rem;
    position: relative;
}
#CR-regional-location  .CR-item-location .item .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.CR-item-location .wrap .list .item:not(:last-child) {
    padding-bottom: 0.9375rem;
}
.CR-item-location .wrap .list .item {
    padding: 0 1.25rem;
}

/** Utilities Page **/
.fp-viewing-page-utilities #CR-footer .CR-icon-footer{
    display: none;
}
.CR-main-utilities-sec {
    position: relative;
}
.CR-main-utilities-sec:after {
    content: '';
    position: absolute;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 66%);
    bottom: 0;
    left: 0;
    right: 0;
    top: 20%;
    z-index: 1;
    pointer-events: none;
}
#CR-main-utilities{
    position: relative;
    z-index: 2;
}
#CR-main-utilities .content-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#CR-main-utilities .content-wrap .left{
    padding-right: 3.75rem;
    width: 35%;
}
#CR-main-utilities .content-wrap .right{
    padding-left: 3.75rem;
    padding-right: 1.5625rem;
    width: 65%;
}
#CR-main-utilities .content-wrap .left .content{
    height: 100%;
}
.CR-utilities-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
.CR-utilities-action > div {
    width: 100%;
}
.CR-utilities-action .main-view .title{
    color: #be1f24;
    font-size: 1.875rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0;
}
.CR-utilities-action .main-view .des{
    color: #333333;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-align: left;
    margin: 0.625rem 0 0.9375rem;
}
#CR-main-utilities .CR-utilities-slider-def{
    margin: 0;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    cursor: pointer;
}
#CR-main-utilities .CR-utilities-slider-def.pending-load{
    opacity: 0;
}
#CR-main-utilities .CR-counter-slider-wrap .CR-counter-slider *{
    color: #333333;
}
#CR-main-utilities .slick-list{
    padding-bottom: 3.4375rem;
}
#CR-main-utilities .CR-custom-dots-line-sp .slick-dots{
    padding: 0 2.5rem;
    bottom: 0;
}
#CR-main-utilities .CR-counter-slider-wrap .CR-counter-slider {
    padding: 0 1rem;
    bottom: -0.3125rem;
}
.CR-item-utilities-slide{
    width: 33.33%;
    padding: 0 0.9375rem;
    min-height: 26.25rem;
}
.CR-item-utilities-slide .wrap{
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-utilities-slide .thumb{
    position: relative;
    aspect-ratio: 4/2.5;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-utilities-slide .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.CR-item-utilities-slide .info-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.25rem;
}
.CR-item-utilities-slide .num{
    min-width: 3.125rem;
    margin-right: 0.9375rem;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-utilities-slide .num span{
    opacity: 0.2;
    color: #000000;
    font-size: 3rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.875rem;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-utilities-slide .title{
    color: #666666;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.5rem;
    text-align: left;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3rem;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-utilities-slide .des{
    color: #333333;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 4.8rem;
    margin: 1rem 0 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 0;
}
.CR-item-utilities-slide{
    width: 21.25rem;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-utilities-slide.slick-current{
    width: 30rem;
    padding-right: 2.8125rem;
}
.CR-item-utilities-slide.slick-current .title{
    color: #333333;
    font-size: 1.25rem;
}
.CR-item-utilities-slide.slick-current .num{
    min-width: 4.0625rem;
    margin-right: 1.875rem;
}
.CR-item-utilities-slide.slick-current .num span{
    opacity: 0.4;
    font-size: 4.5rem;
}
.CR-item-utilities-slide.slick-current .des{
    opacity: 1;
}
#CR-main-utilities .CR-utilities-slider-swap {
    position: relative;
    min-height: 29.6875rem;
}
#CR-main-utilities .CR-counter-slider-wrap {
    position: absolute;
    opacity: 0 !important;
    -webkit-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    pointer-events: none;
    left: 0;
    right: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
#CR-main-utilities .CR-counter-slider-wrap.active{
    opacity: 1 !important;
    pointer-events: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1.3s ease-in-out;
    -o-transition: 1.3s ease-in-out;
    transition: 1.3s ease-in-out;
}

#CR-main-utilities .slick-slider .slick-track,
#CR-main-utilities .slick-slider .slick-list {
    -webkit-transition: -webkit-transform 1000ms ease 0s;
    transition: -webkit-transform 1000ms ease 0s;
    -o-transition: transform 1000ms ease 0s;
    transition: transform 1000ms ease 0s;
    transition: transform 1000ms ease 0s, -webkit-transform 1000ms ease 0s;
    /*-webkit-transform: translate3d(0, 0, 0);*/
    /*-moz-transform: translate3d(0, 0, 0);*/
    /*-ms-transform: translate3d(0, 0, 0);*/
    /*-o-transform: translate3d(0, 0, 0);*/
    /*transform: translate3d(0, 0, 0);*/
    /*-webkit-backface-visibility: hidden;*/
    /*-moz-backface-visibility: hidden;*/
    /*backface-visibility: hidden;*/
}

/** Contact Page **/
.fp-viewing-page-contact #CR-footer .CR-icon-footer{
    display: none;
}
#CR-main-contact .CR-contact-intro .main-title{
    color: #be1f24;
    font-size: 1.875rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
#CR-main-contact .row{
    margin: 0 -3rem !important;
}
#CR-main-contact .row > div{
    padding: 0 3rem !important;
}
#CR-main-contact .CR-contact-intro {
    margin-top: 3.4375rem;
}
#CR-main-contact .CR-contact-intro .item{
    padding: 1.75rem 0 1.5625rem;
    border-top: 1px solid #bebebe;
}
#CR-main-contact .CR-contact-intro .item .title{
    color: #333333;
    font-size: 1.375rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin-bottom: 1.25rem;
}
#CR-main-contact .CR-contact-intro .item li:last-child a {
    text-decoration: underline !important;
    text-underline-position: under;
}
#CR-main-contact .CR-contact-intro .item li i{
    margin-right: 0.9375rem;
    font-size: 1.125rem;
}
#CR-main-contact .CR-contact-intro .item li a,
#CR-main-contact .CR-contact-intro .item li p{
    color: #333333 !important;
    font-size: 1.125rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 2.1875rem;
    text-align: left;
    margin: 0;
}
#CR-main-contact .CR-default-form{
    box-shadow: 0px 5px 8px rgba(139, 139, 139, 0.22);
    background-color: rgba(255, 255, 255, 0.2);
    padding: 4rem 3rem;
}

/** News Page **/
.fp-viewing-page-news #CR-footer .CR-icon-footer{
    display: none;
}
#CR-main-news .CR-item-post.slick-current.slick-active .thumb{
    aspect-ratio: 4/3;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

/** Product Category Page **/
.fp-viewing-product-cat-page #CR-footer .CR-icon-footer{
    display: none;
}

/** Product Category Page **/
.fp-viewing-product-page #CR-footer .CR-icon-footer{
    display: none;
}
#CR-main-product .CR-title-group .main-title{
    color: #be1f24;
}
#CR-main-product .CR-title-group .des{
    margin-top: 0.625rem;
    color: #333333;
    font-size: 1rem;
    line-height: 1.375rem;
}
#CR-main-product .CR-title-group:after{
    display: none;
}
#CR-main-product .CR-title-group{
    padding-bottom: 1.5rem;
}
.CR-main-product-list-slider .CR-custom-arrow{
    width: 2.5rem !important;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #333333;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-main-product-list-slider .CR-custom-arrow.left {
    left: -4rem;
}
.CR-main-product-list-slider .CR-custom-arrow.right {
    right: -4rem;
}
.CR-main-product-list-slider .CR-custom-arrow:hover{
    background-color: #be1f24;
}
.CR-main-product-list-slider .CR-custom-arrow svg{
    width: 0.5625rem;
}
.CR-main-product-list-slider.CR-custom-dots-line-sp .slick-dots {
    bottom: -2.5rem;
}
#CR-main-product .CR-counter-slider-wrap .CR-counter-slider {
    bottom: -2.8rem;
}
#CR-main-product .button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5rem auto 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.CR-item-product{
    width: 33.33%;
    padding: 0 0 3.125rem;
}
.CR-item-product .wrap{
    position: relative;
}
.CR-item-product .wrap:hover:after{
    border-color: #ffffff;
    opacity: 1;
}
.CR-item-product .wrap:after{
    content: '';
    border: 2px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -3.125rem;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-product .thumb{
    position: relative;
    aspect-ratio: 4/2.5;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.CR-item-product .thumb .hover,
.CR-item-product .wrap:hover .thumb .default{
    opacity: 0;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.CR-item-product .wrap:hover .thumb .default{
    -webkit-transform: translate(-50%,-50%) scale(0);
    -ms-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
}
.CR-item-product .wrap:hover .thumb .hover,
.CR-item-product .thumb .default {
    opacity: 1;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.CR-item-product .thumb .default {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
}
.CR-item-product .thumb .hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.CR-item-product .wrap:hover .bottom{
    background-color: #be1f24;
}
.CR-item-product .bottom{
    position: absolute;
    bottom: -3.125rem;
    left: 0;
    right: 0;
    background-color: transparent;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3.125rem;
}
.CR-item-product .wrap:hover .title{
    color: #ffffff;
}
.CR-item-product .title{
    color: #333333;
    font-size: 1.125rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 2.25rem;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height:  2.25rem;
}

/** Single Product Page **/
#CR-product-detail-page #fullpage {
    background: #ffffff;
}

.CR-intro-product-sec {
    background-color: #ffffff;
    /*background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 66%);*/
    position: relative;
}
.CR-intro-product-sec .fp-tableCell {
    vertical-align: top;
    position: relative;
}
#CR-intro-product{
    padding-top: 9.375rem;
}
#CR-intro-product .CR-title-group{
    padding-bottom: 1.875rem;
}
#CR-intro-product .CR-title-group:after{
    display: none;
}
#CR-intro-product .CR-title-group .sub-title{
    color: #333333;
    font-size: 1.125rem;
}
#CR-intro-product .CR-title-group .main-title{
    color: #be1f24;
}
#CR-intro-product .CR-title-group .des{
    color: #333333;
    font-size: 1rem;
}
#CR-intro-product .list {
    padding-bottom: 5.625rem;
    position: relative;
    z-index: 2;
}
#CR-intro-product .list .item{
    width: 25%;
    padding: 0 1rem;
}
#CR-intro-product .list .item .icon{
    width: 5rem;
    height: 5rem;
    background-color: #be1f24;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 0.9375rem;
}
#CR-intro-product .list .item .icon img{
    width: auto;
    max-width: 60%;
    height: 40%;
    -o-object-fit: contain;
    object-fit: contain;
}
#CR-intro-product .list .item .title{
    color: #333333;
    font-size: 1.125rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
#CR-intro-product .list .item .cont{
    color: #be1f24;
    font-size: 1.875rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin-top: 0.875rem;
}
.CR-intro-product-sec .image-intro{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}
.CR-intro-product-sec .image-intro img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom;
    max-height: 23.75rem;
}

#CR-gallery-product .CR-title-group{
    padding-bottom: 1.25rem;
}
#CR-gallery-product .CR-title-group:after{
    display: none;
}
#CR-gallery-product .CR-title-group .main-title{
    color: #be1f24;
}
.CR-default-tab-wrap .nav-tabs{
    margin: 0;
    border: none;
    justify-content: center;
}
.CR-default-tab-wrap .nav-tabs .nav-item{
    width: 16.667%;
    padding: 0 0.3125rem;
}
.CR-default-tab-wrap .nav-tabs .nav-link.active{
    color: #ffffff;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: #be1f24;
}
.CR-default-tab-wrap .nav-tabs .nav-link {
    border: none !important;
    color: #666666;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    padding: 0 1rem;
    width: 15rem;
    height: 2.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-radius: 0;
}
.CR-default-tab-wrap .tab-content {
    padding: 2.3125rem 0 3.375rem;
}
.CR-default-tab-wrap .tab-content>.active.tab-pane {
    height: auto;
}
.CR-default-tab-wrap .tab-content>.tab-pane {
    display: block;
    height: 0;
}
.CR-slider-tab-def-wrap {
    width: 61.875rem;
    margin: 0 auto;
}
.CR-slider-tab-def-wrap .CR-custom-arrow {
    width: 2.5rem !important;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #333333;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-slider-tab-def-wrap .CR-custom-arrow.left {
    left: -4rem;
}
.CR-slider-tab-def-wrap .CR-custom-arrow.right {
    right: -4rem;
}
.CR-slider-tab-def-wrap .CR-custom-arrow:hover {
    background-color: #be1f24;
}
.CR-slider-tab-def-wrap .CR-custom-arrow svg {
    width: 0.5625rem;
}
.CR-slider-tab-def-for{
    margin-bottom: 0.625rem;
}
.CR-slider-tab-def-for .item {
    position: relative;
    aspect-ratio: 16/9;
}
.CR-slider-tab-def-for .item img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.CR-slider-tab-def-nav {
    width: 70%;
    margin: 0 auto;
}
.CR-slider-tab-def-nav .item{
    width: 20%;
    padding: 0 0.3125rem;
}
.CR-slider-tab-def-nav .item.slick-current .wrap{
    border-color: #be1f24;
}
.CR-slider-tab-def-nav .item .wrap{
    position: relative;
    aspect-ratio: 16/9;
    border: 1px solid transparent;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.CR-slider-tab-def-nav .item img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.CR-slider-tab-def-for .item .fancybox-yt{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.CR-slider-tab-def-for .item .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.CR-slider-tab-def-for .item .icon-play img {
    width: 3.75rem;
    height: 3.75rem;
    position: initial;
}

#CR-ground-product #CR-dot-map-wrap {
    background: #92a970;
}
/*#CR-dot-map-wrap {*/
/*    position: absolute!important;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*}*/
/*#CR-dot-map-wrap .dot-map-location {*/
/*    width: 2600px;*/
/*    height: 1600px;*/
/*    background-position: -50px 0;*/
/*    -webkit-background-size: contain;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    position: absolute;*/
/*}*/
/*#CR-dot-map-wrap .dot-map-location img {*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    -o-object-fit: cover;*/
/*    object-fit: cover;*/
/*    vertical-align: middle;*/
/*    aspect-ratio: auto 1920 / 1080;*/
/*}*/
.CR-full-screen .CR-ground-product-map-def.show{
    opacity: 1;
}
.CR-full-screen .CR-ground-product-map-def{
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition:1s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#CR-dot-map-wrap-sp .dot-info-list-wrap {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
}
#CR-dot-map-wrap-sp .dot-info.show{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
#CR-dot-map-wrap-sp .dot-info {
    position: absolute;
    width: 9rem;
    height: 9rem;
    right: calc(100% + 0.3rem);
    bottom: 100%;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 50%);
    box-shadow: 0 0 30px rgb(0 0 0 / 50%);
    z-index: 9000;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: #c42025;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.3125rem;
    border: 5px solid #ffffff;
}
#CR-dot-map-wrap-sp .dot-info p {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff !important;
    word-break: break-word;
    margin: 0;
    line-height: normal;
    padding: 0 0.625rem;
}
#CR-dot-map-wrap-sp .dot-list-wrap .CR-dots-map-def,
#CR-dot-map-wrap-sp .dot-list-wrap {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#CR-dot-map-wrap-sp .dot-list-wrap a {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 1rem;
    font-size: 0.7rem;
    font-weight: 700;
    z-index: 6;
    background-color: #bed1b9;
    color: #000000;
    border: 1px solid #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#CR-dot-map-wrap-sp .dot-list-wrap a.dot-zoom.current-show {
    z-index: 7;
}
#CR-dot-map-wrap-sp .dot-list-wrap a.dot-zoom.current-show,
#CR-dot-map-wrap-sp .dot-list-wrap a:hover,
#CR-dot-map-wrap-sp .dot-list-wrap a.active {
    background-color: #be2326;
    color: #ffffff;
}
#CR-dot-map-wrap-sp .dot-list-wrap a.dot-zoom.current-show:before,
#CR-dot-map-wrap-sp .dot-list-wrap a:hover:before,
#CR-dot-map-wrap-sp .dot-list-wrap a.active:before {
    animation: Ani-two 2s infinite;
    opacity: 1;
}
#CR-dot-map-wrap-sp .dot-list-wrap a:before {
    content: '';
    width: calc(50% + 1.25rem);
    height: calc(50% + 1.25rem);
    border-radius: 50%;
    transform: translateZ(0);
    position: absolute;
    opacity: 0;
    background-color: rgb(189 34 38 / 50%);
    border: 1px solid rgb(191 34 39 / 50%);
    box-shadow: 0 0 15px rgb(189 33 38 / 50%);
    z-index: -1;
}
#CR-dot-map-wrap-sp .dot-list-wrap .CR-dots-map-def.show{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}
#CR-dot-map-wrap-sp .dot-list-wrap .CR-dots-map-def{
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition:1s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
}
#CR-accordion-ground-product {
    position: absolute;
    z-index: 11;
    width: 16.25rem;
    right: 15.625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.CR-default-accordion-wrap .accordion-item{
    background-color: transparent !important;
    border: none !important;
}
.CR-default-accordion-wrap .accordion-button {
    padding: 0;
    box-shadow: none !important;
    background-color: transparent !important;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
}
.CR-default-accordion-wrap .accordion-button:not(.collapsed) {
    pointer-events: none;
}
.CR-default-accordion-wrap .accordion-button.collapsed span{
    text-decoration: underline;
}
.CR-default-accordion-wrap .accordion-button::after{
    display: none;
}
.CR-default-accordion-wrap .accordion-button::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-size: 0.875rem;
    line-height: normal;
    margin-right: 0.625rem;
    margin-top: 0.3125rem;
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-default-accordion-wrap .accordion-button:not(.collapsed)::before{
    width: 0;
    opacity: 0;
    margin-right: 0;
}
.CR-default-accordion-wrap .accordion-body:after {
    content: '';
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
}
.CR-default-accordion-wrap .accordion-body {
    padding: 0 0 1.25rem 0;
    margin: 0.9375rem 0;
    position: relative;
}
.CR-default-accordion-wrap .accordion-body li:not(:last-child){
    margin-bottom: 0.625rem;
}
.CR-default-accordion-wrap .accordion-body li a.active span,
.CR-default-accordion-wrap .accordion-body li a:hover span{
    background-color: #be2326;
    color: #ffffff;
}
.CR-default-accordion-wrap .accordion-body li a {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.CR-default-accordion-wrap .accordion-body li a span{
    color: #333333;
    font-size: 0.8125rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.5625rem;
    min-width: 1.5625rem;
    height: 1.5625rem;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 0.9375rem;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-default-accordion-wrap .CR-action-view-map {
    max-height: 30rem;
    overflow-y: auto;
    overflow-x: hidden;
    direction: rtl;
    padding-left: 1.25rem;
}
.CR-default-accordion-wrap .CR-action-view-map * {
    direction: ltr;
}



/** Single New **/
.CR-single-new{
    background-color: #f0e9de;
}
.CR-single-new #CR-footer .CR-icon-footer{
    display: none;
}
.CR-single-new #CR-header .CR-logo-head .logo-white{
    opacity: 0;
}
.CR-single-new #CR-header:before{
    bottom: 0;
    opacity: 1;
}
#CR-news-detail-page {
    padding-bottom: 8.125rem;
    position: relative;
}
#CR-news-detail-page:after {
    content: '';
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), color-stop(66%, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 66%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 66%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 80%;
    pointer-events: none;
    z-index: -1;
}
#CR-news-detail-page .main-title{
    color: #333333;
    font-size: 1.875rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin-bottom: 1.5625rem;
}
#CR-news-detail-page .CR-main-content-news {
    padding-right: 2.5rem;
}
#CR-news-detail-page .CR-main-content-news .info{
    border-bottom: 1px solid #be1f24;
    margin-bottom: 1.5625rem;
    padding-bottom: 1.875rem;
}
#CR-news-detail-page .CR-main-content-news .info .time-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#CR-news-detail-page .CR-main-content-news .time-wrap p{
    color: #333333;
    font-size: 1.125rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin: 0 1.5625rem 0 0;
}
.CR-content-default img{
    width: 100%;
    height: auto;
}
.CR-content-default iframe{
    aspect-ratio: 16/9;
}
.CR-content-default p,
.CR-content-default li,
.CR-content-default b{
    color: #333333;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.5rem;
    text-align: left;
}
.CR-content-default strong{
    color: #333333;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.875rem;
    text-align: left;
}
.CR-content-default h1,
.CR-content-default h2,
.CR-content-default h3,
.CR-content-default h4,
.CR-content-default h5{
    color: #be1f24;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
}
.CR-content-default h1{
    font-size: 1.875rem;
}
.CR-content-default h2{
    font-size: 1.5rem;
}
.CR-content-default h3,
.CR-content-default h4,
.CR-content-default h5{
    font-size: 1.25rem;
}

#CR-news-detail-page .CR-sidebar-news .list{
    margin: -0.9375rem 0;
}
.CR-item-post-related{
    padding: 0.9375rem 0;
}
.CR-item-post-related .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.CR-item-post-related .thumb {
    position: relative;
    aspect-ratio: 16/9;
    width: 45%;
}
.CR-item-post-related .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.CR-item-post-related .info{
    width: 55%;
    padding-left: 0.9375rem;
}
.CR-item-post-related .time{
    color: #333333;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin-bottom: 0.9375rem;
}
.CR-item-post-related .title{
    color: #333333;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25rem;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 3.75rem;
}

/** 404 Page **/
.fp-viewing-page-404 #CR-footer .CR-icon-footer{
    display: none;
}
#CR-main-404 .content{
    box-shadow: 1px 2px 30px rgba(139, 139, 139, 0.22);
    background-color: rgba(255, 255, 255, 0.2);
    padding: 1.875rem 1.875rem 2.5rem;
    width: 41.25rem;
    margin: 0 auto;
}
#CR-main-404 .top {
    position: relative;
    aspect-ratio: 16/9;
}
#CR-main-404 .top img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#CR-main-404 .main-title{
    color: #be1f24;
    font-size: 9.375rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 0;
    text-align: center;
    text-transform: uppercase;
    margin: -0.9375rem auto 5.625rem;
    position: relative;
}
#CR-main-404 .sub-title{
    color: #be1f24;
    font-size: 1.875rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5625rem;
}
#CR-main-404 p{
    color: #333333;
    font-size: 1.125rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.5rem;
    text-align: center;
    margin: 0;
}
#CR-main-404 .button-wrap {
    margin-top: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/** Popup Form **/
.CR-default-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-default-popup.active .CR-bg-popup,
.CR-default-popup.active{
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    pointer-events: auto;
}
.CR-close-popup{
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #be1f24;
}
.CR-close-popup svg{
    width: 1.1875rem;
}
.CR-bg-popup{
    background-color: rgb(0 0 0 / 50%);
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer;
}
.CR-default-popup.active .CR-main-popup{
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.CR-main-popup{
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.CR-main-popup .image{
    position: relative;
    height: 100%;
}
.CR-main-popup .image img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.CR-main-popup .content{
    position: relative;
    background-color: #ffffff;
    padding: 2.8125rem 3.75rem 4.0625rem;
}
.CR-main-popup .CR-default-form .CR-default-field textarea,
.CR-main-popup .CR-default-form .CR-default-field input{
    border: 1px solid rgb(225 225 225 / 70%);
}

/** Thank you Page**/
.fp-viewing-page-thankyou #CR-footer .CR-icon-footer{
    display: none;
}
#CR-main-thankyou .content{
    width: 46.875rem;
    box-shadow: 1px 2px 30px rgba(139, 139, 139, 0.22);
    background-color: rgba(255, 255, 255, 0.2);
    padding: 4.375rem 1rem;
    margin: 0 auto;
}
#CR-main-thankyou .main-title{
    color: #be1f24;
    font-size: 1.875rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
#CR-main-thankyou .sub-title{
    color: #333333;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin: 0;
}
#CR-main-thankyou .des{
    color: #333333;
    font-size: 1.25rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.875rem;
    text-align: center;
    margin: 0;
}
#CR-main-thankyou .button-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.25rem;
}

/** Main Ground **/
#CR-main-ground-swap-content.pending .box{
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
#CR-main-ground-swap-content .box{
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
#CR-main-ground-swap-content{
    width: 26.25rem;
    padding: 1.875rem 2.5rem 2.8125rem;
    background-color: rgb(255 255 255 / 90%);
    position: relative;
    z-index: 999;
    min-height: 270px;
}
#CR-main-ground-swap-content .sub-title{
    color: #333333;
    font-size: 1.125rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
#CR-main-ground-swap-content .main-title{
    color: #be1f24;
    font-size: 1.7rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0;
}
#CR-main-ground-swap-content .des{
    color: #333333;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.375rem;
    text-align: left;
    margin-top: 1.25rem;
}
#CR-main-ground #CR-image-map-wrap.active:after{
    opacity: 1;
}
#CR-main-ground #CR-image-map-wrap:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    /*background-color: rgb(0 0 0 / 50%);*/
    background-image: url("../images/bg-hover-2.png");
    background-size: cover;
    pointer-events: none;
}
#CR-image-map-wrap {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 10;
    overflow: hidden;
    top: 0;
    left: 0;
}
.CR-full-screen {
    width: 1920px;
    height: 959px;
    position: absolute;
    left: 0;
    top: 0;
}
#CR-image-map-wrap img[usemap]{
    max-width: unset;
    width: 1920px !important;
    height: 959px !important;
}
#CR-image-map-wrap img,
#CR-image-map-wrap > div {
    /*width: 100% !important;*/
    /*height: 100% !important;*/
    /*object-fit: cover;*/
}
#CR-new-ground img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#CR-new-ground .dots-block a.hide{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
#CR-new-ground .dots-block a{
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: none;
}
#CR-new-ground .dots-block a span{
    width: 25px;
    height: 25px;
    -webkit-box-shadow: 1px 2px 2px rgb(58 92 72 / 40%);
    box-shadow: 1px 2px 2px rgb(58 92 72 / 40%);
    background-color: #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
    color: #000000;
    font-size: 1rem;
}
#CR-new-ground .dots-block a:hover span,
#CR-new-ground .dots-block a.active span {
    background-color: #be2326;
    color: #ffffff;
}
#CR-new-ground .dots-block a.active span:after,
#CR-new-ground .dots-block a:hover span:after,
#CR-new-ground .dots-block a.active span:before,
#CR-new-ground .dots-block a:hover span:before {
    animation: Ani 2s infinite;
    opacity: 1;
}
#CR-new-ground .dots-block a span:before {
    content: '';
    width: calc(50% + 20px);
    height: calc(50% + 20px);
    border: 2px solid transparent;
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(255 255 255);
    transform: translateZ(0);
    position: absolute;
    opacity: 0;
}
#CR-new-ground .dots-block a span:after {
    content: '';
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid transparent;
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(255 255 255);
    transform: translateZ(0);
    position: absolute;
    opacity: 0;
}
#CR-new-ground .mask-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: hard-light;
}
#CR-new-ground .mask-block .box-block-text{
    display: none;
}
.m-block a{
    fill: #be1f25;
}
.m-block {
    fill-opacity: 0;
    fill: transparent;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 3;
    stroke-dasharray: 4000;
    stroke-dashoffset: 4000;
    cursor: pointer;
    -webkit-transition: fill-opacity 0.8s ease-in-out;
    -o-transition: fill-opacity 0.8s ease-in-out;
    transition: fill-opacity 0.8s ease-in-out;
}
.m-block:hover {
    fill-opacity: 1;
}
.m-block:hover {
    animation-name: DrawStroke2;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: linear;
}
@-webkit-keyframes DrawStroke1 {
    0% {
        stroke-dashoffset: 2500;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes DrawStroke1 {
    0% {
        stroke-dashoffset: 2500;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes DrawStroke2 {
    0% {
        stroke-dashoffset: 4000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes DrawStroke2 {
    0% {
        stroke-dashoffset: 4000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
#CR-new-ground .mask-block a{
    transition: unset;
}

/** Detail Ground **/
#CR-detail-ground-content{
    position: relative;
    z-index: 999;
    width: 30rem;
}
#CR-detail-ground-content .sub-title{
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
#CR-detail-ground-content .main-title{
    color: #ffffff;
    font-size: 1.875rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}
#CR-detail-ground-content .bottom{
    border-bottom: 1px solid #be1f24;
    padding-bottom: 1.25rem;
    margin-top: 1.25rem;
}
#CR-detail-ground-content li:not(:last-child){
    margin-bottom: 0.3125rem;
}
#CR-detail-ground-content li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
}
#CR-detail-ground-content li a.active *,
#CR-detail-ground-content li a.hover * {
    color: #cf2026 !important;
}
#CR-detail-ground-content li a.active .title,
#CR-detail-ground-content li a.hover .title{
    background-color: #cf2026 !important;
    color: #ffffff !important;
}
#CR-detail-ground-content li a > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.25rem;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#CR-detail-ground-content li a .title{
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25rem;
    text-align: left;
    text-transform: uppercase;
    min-height: 2.5rem;
    width: 40%;
}
#CR-detail-ground-content li a .info{
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25rem;
    text-align: left;
    min-height: 2.5rem;
    width: 60%;
}
#CR-detail-ground-content .bottom p{
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
}

#CR-detail-ground-content li .view-detail-box,
.CR-image-mb-box,
.CR-main-ground-slider-mb-box,
.CR-svg-wave-sec{
    display: none;
}
.CR-site-loading svg {
    position: relative;
    z-index: 9;
}

.CR-site-loading path {
    stroke: #403f40;
    fill: transparent;
    stroke-width: .6px;
    stroke-opacity: 1 !important;
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
}
.CR-site-loading path.s2 {
    stroke: #be1f24;
}

.CR-site-loading path.s1 {
    animation-name: Signature;
    animation-duration: 20s;
}
.CR-site-loading path.s2 {
    animation-name: Signature2;
    animation-duration: 20s;
}

@keyframes Signature {
    0% {
        fill: transparent;
    }
    4%{
        fill: transparent;
    }
    /*6%{*/
    /*    fill: #403f40;*/

    /*}*/
    20%{
        fill: #403f40;

    }
    25%{
        stroke: #403f40;
        stroke-dashoffset: 0;
        stroke-width: 0px;
    }
    100%{
        stroke: #403f40;
        fill: rgb(26, 26, 26) ;
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    0% {
        fill: transparent;
    }
    4%{
        fill: transparent;
    }
    /*6%{*/
    /*    fill: #be1f24;*/

    /*}*/
    20%{
        fill: #be1f24;

    }
    25%{
        stroke: #be1f24;
        stroke-dashoffset: 0;
        stroke-width: 0px;
    }
    100%{
        stroke: #be1f24;
        fill: #be1f24 ;
    }
}
.CR-video-group .CR-bg-video .CR-play-video-btn .icon,
.CR-video-youtube-group .icon-play{
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    pointer-events: none;
    background-color: #ffffff26;
    border: .0625em solid #ffffff40;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 6.61em;
    height: 6.61em;
    transition: transform .5s cubic-bezier(.215,.61,.355,1);
    display: flex;
    transform: scale(1);
    position: relative;
    z-index: 9;
    animation: pulse-border 2000ms ease-out infinite;
}

.CR-video-group .CR-bg-video .CR-play-video-btn .icon svg,
.CR-video-youtube-group .icon-play svg{
    width: 2rem;
    height: auto;
    border-radius: 0;
    background: transparent !important;
    padding: 0 !important;
    transform: translateX(.33rem);
}

.CR-video-group .CR-bg-video .CR-play-video-btn .icon:hover,
.CR-video-youtube-group .icon-play:hover {
    transform: scale(1.2);
}
.CR-video-youtube-group .icon-play {
    animation: pulse-border2 2000ms ease-out infinite;

}
@keyframes pulse-border {
    0% {
        transform: scale(1);
    }

    50% {
        transform:scale(1.2)
    }

    100% {
        transform:scale(1)
    }

}
@keyframes pulse-border2 {
    0% {
        transform: scale(1) ;
    }

    50% {
        transform:scale(1.2)
    }

    100% {
        transform:scale(1)
    }

}

.CR-bg-video.active .icon {
    opacity: 0;
}

.CR-video-youtube-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.CR-video-youtube-group .icon-play {
    position: absolute;
    top: unset;
    left: unset;
}

.CR-item-features .des {
    text-align: justify;
}
.CR-default-list .CR-item-features {
    height: auto !important;
}

.CR-features-list-slider .slick-track {
    display: flex;
}
.CR-content-default ul {
    list-style: disc;
    margin-left: 1.3rem;
}
.CR-content-default a {
    color: #be1f24 !important;
}
/** Responsive **/
@media (min-width: 993px){
    html{
        font-size: 0.7rem;
    }
}
@media (min-width: 1200px){
    html{
        font-size: 0.8rem;
    }
}
@media (min-width: 1280px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
    #CR-main-utilities .content-wrap .left,
    .CR-product-cat-list{
        padding-left: calc((100% - 1108px)/2);
    }
    .map-location {
        right: calc((100% - 1108px)/2);
    }
    #CR-header .CR-logo-head img {
        height: 5rem;
    }
}
@media (min-width: 1440px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1220px;
    }
    html{
        font-size: 0.8rem;
    }
    #CR-main-utilities .content-wrap .left,
    .CR-product-cat-list{
        padding-left: calc((100% - 1188px)/2);
    }
    .map-location {
        right: calc((100% - 1188px)/2);
    }
}
@media (min-width: 1540px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
    #CR-main-utilities .content-wrap .left,
    .CR-product-cat-list{
        padding-left: calc((100% - 1368px)/2);
    }
    .map-location {
        right: calc((100% - 1368px)/2);
    }
    html{
        font-size: 1rem;
    }
    #CR-header .CR-logo-head img {
        height: 6rem;
    }
}
@media (min-width: 1600px){
    html{
        font-size: 0.85rem;
    }
}

@media only screen and (max-width:1440px){
    #CR-accordion-ground-product{
        right: 3.125rem;
    }
}
@media only screen and (max-width:1367px) and (max-height:700px){
    .CR-item-product-cat .thumb {
        height: 28rem;
    }
}
@media only screen and (max-width:1367px){
    .CR-item-product-cat{
        width: 20%;
    }
    .CR-item-product-cat.active {
        width: 60%;
    }
    .CR-slider-tab-def-for .item {
        aspect-ratio: 13/6;
    }
}
@media only screen and (max-width:1280px){
    #CR-accordion-ground-product{
        right: 1.875rem;
    }
    .CR-main-ground-sec .fp-tableCell {
        vertical-align: bottom;
    }
    #CR-new-ground {
        margin-bottom: 3.125rem;
    }
    #CR-main-utilities .content-wrap .left,
    .CR-product-cat-list {
        padding-left: calc((100% - 928px)/2);
    }
    .map-location {
        right: calc((100% - 928px)/2);
        margin-right: 0;
    }
    html{
        font-size: 0.8rem;
    }
}
@media only screen and (max-width:1199px){
    .CR-svg-wave-sec{
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        pointer-events: none;
    }
    .CR-svg-wave-sec.CR-svg-wave-sec-top {
        bottom: calc(100% - 1px);
    }
    .CR-svg-wave-sec.CR-svg-wave-sec-bottom {
        top: calc(100% - 1px);
        transform: rotate(180deg);
    }
    .CR-svg-wave-sec svg{
        /*width: 62rem;*/
        /*height: auto;*/
        width: 100% !important;
        height: auto;
        object-fit: cover;
        object-position: center;
    }
    .CR-svg-wave-sec svg path {
        fill: #ffffff;
    }
    .CR-def-sec{
        position: relative;
    }
    #CR-nav-fp, #fp-nav{
        display: none !important;
    }
    #CR-header {
        padding: 1rem 0 0;
        background: rgb(255 255 255 / 100%);
        z-index: 10;
    }
    .CR-main-header:after{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 3rem;
        pointer-events: none;
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5046393557422969) 50%, rgba(255,255,255,0) 100%);
        opacity: 0;
    }
    .CR-main-header .CR-svg-wave-sec.CR-svg-wave-sec-bottom {
        top: calc(100% - 45px);
        z-index: -1;
    }
    #CR-banner-home .CR-svg-wave-sec.CR-svg-wave-sec-bottom {
        top: calc(100% - 40px);
    }
    #CR-header .CR-logo-head {
        height: 5rem;
    }
    #CR-header .CR-logo-head img {
        height: 5rem;
        left: 0;
        top: 0;
    }
    .CR-container{
        padding: 0 var(--bs-gutter-x,.75rem) !important;
    }
    .CR-banner-home-sec {
        background-image: none !important;
        position: relative;
        z-index: 8;
    }
    #CR-banner-home {
        padding: 0;
        aspect-ratio: 16/9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 3rem;
    }
    #CR-banner-home:before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 3rem;
        pointer-events: none;
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5046393557422969) 50%, rgba(255,255,255,0) 100%);
    }
    /*#CR-banner-home:after{*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    bottom: 0;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    top: 0;*/
    /*    background: rgb(0,0,0);*/
    /*    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.804359243697479)), color-stop(50%, rgba(0,0,0,0.5046393557422969)), to(rgba(0,0,0,0)));*/
    /*    background: -o-linear-gradient(bottom, rgba(0,0,0,0.804359243697479) 0%, rgba(0,0,0,0.5046393557422969) 50%, rgba(0,0,0,0) 100%);*/
    /*    background: linear-gradient(0deg, rgba(0,0,0,0.804359243697479) 0%, rgba(0,0,0,0.5046393557422969) 50%, rgba(0,0,0,0) 100%);*/
    /*    pointer-events: none;*/
    /*    z-index: -1;*/
    /*}*/
    .CR-default-form .info .main-title,
    .CR-title-group .main-title {
        font-size: 1.2rem;
    }
    .CR-title-group .des {
        line-height: normal;
    }
    .CR-video-group{
        height: auto;
        aspect-ratio: 16/9;
    }
    .CR-video-group .box-video{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #CR-header .CR-action-head .CR-open-nav-wrap a span {
        display: block !important;
    }
    #CR-header .CR-open-nav-wrap .wrap svg {
        margin-right: 1rem !important;
    }
    #CR-header .CR-action-head li:not(:last-child) {
        margin-right: 1.4rem;
    }
    #CR-header .CR-open-nav-wrap {
        min-width: 5rem !important;
    }
    #CR-header .CR-action-head a span{
        display: none !important;
    }
    #CR-header .CR-action-head a img{
        margin: 0 !important;
    }
    #CR-header .CR-open-nav-wrap .CR-open-nav span {
        -webkit-transform: unset!important;
        -ms-transform: unset!important;
        transform: unset !important;
        position: initial;
    }
    /*.CR-news-home-sec{*/
    /*    aspect-ratio: 16/9;*/
    /*    position: relative;*/
    /*    z-index: 1;*/
    /*    display: -webkit-box;*/
    /*    display: -ms-flexbox;*/
    /*    display: flex;*/
    /*    -webkit-box-align: center;*/
    /*    -ms-flex-align: center;*/
    /*    align-items: center;*/
    /*}*/
    .CR-area-home-sec{
        aspect-ratio: 16/9;
        position: relative;
        z-index: 9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 0;
    }
    .CR-area-home-sec:after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        background: rgb(0,0,0);
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.804359243697479)), color-stop(50%, rgba(0,0,0,0.5046393557422969)), to(rgba(0,0,0,0)));
        background: -o-linear-gradient(bottom, rgba(0,0,0,0.804359243697479) 0%, rgba(0,0,0,0.5046393557422969) 50%, rgba(0,0,0,0) 100%);
        background: linear-gradient(0deg, rgba(0,0,0,0.804359243697479) 0%, rgba(0,0,0,0.5046393557422969) 50%, rgba(0,0,0,0) 100%);
        pointer-events: none;
        z-index: -1;
    }
    #CR-area-home {
        padding-bottom: 0;
    }

    .CR-gallery-product-sec,
    #CR-product-detail-page .CR-main-product-sec,
    .CR-product-cat-sec,
    .CR-investor-intro-sec,
    .CR-introduce-intro-sec,
    .CR-scale-intro-sec,
    .CR-features-intro-sec,
    .CR-utilities-home-sec,
    .CR-location-home-sec,
    .CR-news-home-sec,
    .CR-product-home-sec,
    .CR-contact-home-sec{
        padding: 4rem 0;
    }
    .CR-product-cat-sec{
        padding-bottom: 7rem;
    }
    .CR-news-home-sec{
        padding-top: 5rem;
        position: relative;
        z-index: 1;
    }
    .CR-news-home-sec:before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -1px;
        height: 3rem;
        pointer-events: none;
        background: rgb(197,181,142);
        background: linear-gradient(180deg, rgba(197,181,142,1) 0%, rgba(197,181,142,0.5018382352941176) 50%, rgba(197,181,142,0) 100%);
        opacity: 0;
    }
    .CR-news-home-sec:after{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1.9rem;
        height: 2rem;
        pointer-events: none;
        background: rgb(1,78,102);
        background: linear-gradient(180deg, rgba(1,78,102,1) 0%, rgba(1,78,102,0.5018382352941176) 50%, rgba(1,78,102,0) 100%);
        opacity: 0;
    }
    .CR-item-product-cat{
        width: 100% !important;
        padding: 0 var(--bs-gutter-x,.75rem) !important;
    }
    .CR-item-product-cat:not(:last-child){
        margin-bottom: 3rem;
    }
    .CR-item-product-cat .bottom{
        opacity: 1;
        pointer-events: auto;
        -webkit-transition: 1.5s ease-in-out;
        -o-transition: 1.5s ease-in-out;
        transition: 1.5s ease-in-out;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .CR-item-product-cat .title{
        width: 100%;
    }
    .CR-item-product-cat .info{
        width: 60%;
        margin: 0 auto;
    }
    .CR-item-product-cat .title{
        width: 100%;
        text-align: center;
        display: block;
    }
    .CR-item-product-cat .info .des{
        width: 100%;
        text-align: center;
        display: block;
    }
    .CR-item-product-cat .info .des,
    .CR-item-product-cat .CR-button-style {
        margin: 1.5rem auto 0 !important;
    }
    .CR-item-product-cat .thumb {
        height: auto;
        aspect-ratio: 16/9;
        -webkit-box-shadow: 0px 4px 10px grey;
        box-shadow: 0px 4px 10px grey;
    }
    .CR-item-product-cat .top span {
        font-size: 1rem;
    }
    .CR-item-product-cat .thumb:before {
        opacity: 1;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
    .CR-item-product-cat .thumb:after {
        opacity: 0;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
    .CR-utilities-home-sec {
        position: relative;
    }
    .CR-default-mb-box {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-box-align: unset !important;
        -ms-flex-align: unset !important;
        align-items: unset !important;
        -webkit-box-pack: unset !important;
        -ms-flex-pack: unset !important;
        justify-content: unset !important;
        padding: 0 !important;
        aspect-ratio: unset !important;
        height: auto !important;
        width: 100% !important;
    }
    .CR-content-mb-box,
    .CR-image-mb-box {
        width: 100%;
        position: relative;
    }
    .CR-image-mb-box {
        aspect-ratio: 16/9;
        display: block;
    }
    .CR-image-mb-box img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .CR-content-mb-box {
        padding: 3rem 0;
        background: #ffffff;
        z-index: 3;
    }
    .CR-content-mb-box:before,
    .CR-content-mb-box:after{
        /*content: '';*/
        /*position: absolute;*/
        /*left: 0;*/
        /*right: 0;*/
        /*height: 3rem;*/
        /*z-index: -1;*/
        /*pointer-events: none;*/
    }
    .CR-content-mb-box:before{
        top: -2.9rem;
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5046393557422969) 50%, rgba(255,255,255,0) 100%);
    }
    .CR-content-mb-box:after{
        bottom: -2.9rem;
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5046393557422969) 50%, rgba(255,255,255,0) 100%);
    }
    .CR-content-mb-box *{
        color: #000000 !important;
    }
    .CR-content-mb-box .main-title{
        color: var(--color-red) !important;
    }
    .CR-content-mb-box .CR-title-group .line:before,
    .CR-content-mb-box .CR-title-group .line:after{
        background-color: var(--color-red);
    }
    .CR-content-mb-box .CR-title-group .line a{
        color: var(--color-black) !important;
    }
    .CR-utilities-home-sec #CR-utilities-home{
        padding: 0 !important;
    }
    .CR-utilities-list-slider-for {
        position: initial !important;
        width: 100%;
    }
    .CR-utilities-list-slider-for .item{
        aspect-ratio: 16/9;
        height: auto;
    }
    .CR-content-mb-box .CR-item-utilities .info *{
        color: var(--color-white) !important;
    }
    #CR-header .CR-nav-head nav {
        width: 100%;
    }
    #CR-header .CR-nav-head nav li {
        text-align: center;
    }
    #CR-header .CR-nav-head .logo-nav {
        opacity: 0.2;
    }
    #CR-footer .CR-icon-footer{
        display: none;
    }
    #CR-contact-home .list .box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #CR-contact-home .list .box .item {
        padding: 0 !important;
        width: 100%;
    }
    #CR-contact-home .list .box .item:not(:last-child){
        margin-bottom: 1rem;
    }
    #CR-product-detail-page .CR-main-product-sec{
        padding-bottom: 7rem;
    }
    .CR-contact-home-sec {
        padding-bottom: 7rem;
    }
    #CR-footer .content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #CR-footer * {
        color: var(--color-black) !important;
    }
    #CR-footer {
        bottom: 0;
        background: var(--color-white);
        padding: 0 0 0.5rem;
    }
    #CR-footer:before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -1.4rem;
        height: 1.5rem;
        pointer-events: none;
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0.0032387955182072714) 100%);
        opacity: 0;
    }
    #CR-footer .CR-svg-wave-sec.CR-svg-wave-sec-top {
        bottom: calc(100% - 45px);
        z-index: -1;
    }
    #CR-footer .CR-copyright {
        color: var(--color-red) !important;
        font-size: 0.8rem;
        font-weight: 700;
        line-height: normal;
    }
    #CR-product-page .CR-main-product-sec,
    .CR-main-contact-sec {
        min-height: 90vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #CR-main-product,
    #CR-main-contact {
        width: 100%;
    }
    .CR-location-list-wrap {
        margin-top: 2rem;
        width: 100%;
    }
    .CR-item-location{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .map-location {
        position: initial;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto;
    }
    .map-location img {
        height: auto;
        width: 25rem;
        -o-object-fit: contain;
        object-fit: contain;
    }
    #CR-regional-location .icon-car-location,
    .CR-location-list-slider .icon-car-location,
    #CR-regional-location .CR-location-list-wrap .box .CR-item-location-def.CR-item-location-sp {
        position: absolute;
    }
    #CR-regional-location .CR-location-list-wrap {
        width: calc(100% - 5rem);
    }
    #CR-regional-location .icon-car-location img,
    .CR-location-list-slider .icon-car-location img {
        width: 2.5rem;
        height: auto;
    }
    .CR-item-location-sp {
        right: 100%;
        top: 3.8rem;
    }
    .CR-item-location-sp .icon{
        width: 2.5rem;
        height: 2.5rem;
        margin: 0;
    }
    .CR-item-location-sp .icon img{
        width: 50%;
        height: auto;
    }
    .CR-intro-location-sec,
    .CR-regional-location-sec {
        padding: 4rem 0;
    }
    .CR-investor-intro-sec,
    .CR-regional-location-sec{
        padding-bottom: 7rem;
    }
    .CR-main-news-sec,
    .CR-main-utilities-sec,
    .CR-main-404-sec,
    .CR-main-thankyou-sec {
        min-height: 90vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #CR-location-home .CR-location-list-slider{
        display: none;
    }
    .CR-location-list-slider-mb{
        display: block;
    }
    .CR-location-list-slider-box-mb {
        width: calc(100% - 5rem);
        margin: 0 auto;
    }
    .CR-location-list-slider-box-mb .CR-location-list-slider-mb:before {
        content: '';
        height: 2px;
        background-color: #ffffff;
        position: absolute;
        top: 4.9rem;
        left: 0;
        right: 0;
        -webkit-transition: 5s ease-in-out;
        -o-transition: 5s ease-in-out;
        transition: 5s ease-in-out;
    }
    .CR-location-list-slider-box-mb .CR-custom-arrow{
        top: 43%;
    }
    .CR-location-list-slider-box-mb .CR-custom-arrow svg {
        height: 2rem;
    }
    .CR-area-home-sec {
        z-index: 3;
    }
    .CR-intro-location-sec,
    .CR-location-home-sec{
        z-index: 3;
    }
    .CR-location-home-sec:before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -1.9rem;
        height: 2rem;
        pointer-events: none;
        background: rgb(24,132,141);
        background: linear-gradient(0deg, rgba(24,132,141,1) 0%, rgba(24,132,141,0.5046393557422969) 50%, rgba(24,132,141,0) 100%);
    }
    .CR-intro-location-sec:after,
    .CR-location-home-sec:after{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1.9rem;
        height: 2rem;
        pointer-events: none;
        background: rgb(5,125,141);
        background: linear-gradient(180deg, rgba(5,125,141,1) 0%, rgba(5,125,141,0.4990371148459384) 50%, rgba(5,125,141,0) 100%);
    }
    .CR-introduce-intro-sec,
    .CR-features-intro-sec{
        z-index: 3;
    }
    .CR-introduce-intro-sec:after,
    .CR-features-intro-sec:after,
    .CR-features-intro-sec:before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        height: 3rem;
        pointer-events: none;
    }
    .CR-features-intro-sec:before{
        top: -2.9rem;
        background: rgb(252,245,231);
        background: linear-gradient(0deg, rgba(252,245,231,1) 0%, rgba(252,245,231,0.5046393557422969) 50%, rgba(252,245,231,0) 100%);
    }
    .CR-features-intro-sec:after{
        bottom: -2.9rem;
        background: rgb(214,190,172);
        background: linear-gradient(180deg, rgba(214,190,172,1) 0%, rgba(214,190,172,0.4962359943977591) 50%, rgba(214,190,172,0) 100%);
    }
    .CR-introduce-intro-sec:after{
        bottom: -2.9rem;
        background: rgb(230,219,197);
        background: linear-gradient(180deg, rgba(230,219,197,1) 0%, rgba(230,219,197,0.4990371148459384) 50%, rgba(230,219,197,0) 100%);
    }
    #CR-main-utilities .content-wrap .left{
        padding-left: calc((100% - 688px)/2);
    }
    #CR-main-utilities .content-wrap .right{
        margin-top: 2rem;
    }
    #CR-main-news {
        width: 100%;
    }
    #CR-news-detail-page{
        padding: 4rem 0 6rem;
    }
    #CR-image-map-wrap {
        height: auto;
        position: initial;
    }
    .CR-slider-tab-def-wrap {
        width: 100%;
    }
    .CR-product-home-sec {
        padding-top: 5.5rem;
    }
    #CR-news-home .CR-svg-wave-sec.CR-svg-wave-sec-top {
        top: -1px;
        bottom: unset;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    #CR-news-home .CR-svg-wave-sec.CR-svg-wave-sec-top svg path{
        fill: rgb(197,181,142);
    }
    #CR-news-home .CR-svg-wave-sec.CR-svg-wave-sec-bottom svg path{
        fill: url(#CR-svg-gradient-blue);
    }
    #CR-gallery-product .CR-default-tab-wrap .nav-tabs .nav-item {
        width: auto;
    }
    #CR-gallery-product .CR-default-tab-wrap .nav-tabs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .CR-gallery-product-sec {
        z-index: 3;
    }
    .CR-gallery-product-sec .CR-svg-wave-sec.CR-svg-wave-sec-top {
        display: none;
    }
    .CR-gallery-product-sec .CR-svg-wave-sec.CR-svg-wave-sec-bottom{
        bottom: -1px;
        transform: unset;
        top: unset;
    }
    .CR-gallery-product-sec .CR-svg-wave-sec.CR-svg-wave-sec-bottom svg path{
        fill: #c5b58e;
    }
    #CR-intro-product .list .item {
        width: 50%;
        padding: 1rem;
    }
    #CR-intro-product .list {
        padding-bottom: 9rem;
    }
    #CR-intro-product {
        padding-top: 0;
    }
    .CR-intro-product-sec {
        padding: 2rem 0 0;
    }
    .CR-ground-product-sec {
        z-index: 4;
    }
    #CR-accordion-ground-product .CR-svg-wave-sec.CR-svg-wave-sec-bottom{
        bottom: -1px;
        transform: unset;
        top: unset;
        z-index: 11;
    }
    #CR-accordion-ground-product .CR-svg-wave-sec.CR-svg-wave-sec-bottom svg path{
        fill: #fcf5e7;
    }
    .CR-ground-product-sec #CR-dot-map-wrap-sp {
        position: relative;
        transform: unset !important;
        aspect-ratio: 16/9;
        left: unset !important;
        top: unset !important;
        width: 100%;
        height: auto;
    }
    .CR-ground-product-sec #CR-image-map-wrap img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #CR-accordion-ground-product {
        position: relative;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        width: 100%;
        background: #ffffff;
        padding: 1rem 1rem 2rem;
        right: unset;
        top: unset;
    }
    #CR-accordion-ground-product *{
        color: var(--color-black) !important;
    }
    #CR-accordion-ground-product.CR-default-accordion-wrap .accordion-body li a span {
        /* background-color: var(--color-red); */
        /* color: var(--color-white) !important; */
        font-size: 0.6rem;
        border: 1px solid var(--color-red);
    }
    #CR-accordion-ground-product.CR-default-accordion-wrap .accordion-body li a.active span,
    #CR-accordion-ground-product.CR-default-accordion-wrap .accordion-body li a:hover span {
        color: var(--color-white) !important;
    }
    #CR-dot-map-wrap-sp .dot-list-wrap a {
        width: 15px;
        height: 15px;
        line-height: normal;
        font-size: 0.6rem;
    }
    #CR-dot-map-wrap-sp .dot-info {
        width: 5.5rem;
        height: 5.5rem;
    }
    #CR-dot-map-wrap-sp .dot-info p {
        font-size: 0.6rem;
    }
    .CR-default-accordion-wrap .accordion-item:not(:last-child) {
        margin-bottom: 1rem;
    }

    .CR-detail-ground-sec,
    .CR-main-ground-sec {
        min-height: 90vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .CR-detail-ground-sec .CR-content-mb-box,
    .CR-main-ground-sec .CR-content-mb-box {
        padding: 3rem 0 5rem;
    }
    .CR-detail-ground-sec .CR-content-mb-box{
        padding-top: 0;
    }
    .CR-detail-ground-sec .CR-full-screen,
    .CR-main-ground-sec .CR-full-screen{
        width: 100%;
        height: auto;
        position: relative;
        /*aspect-ratio: 16/9;*/
        top: unset !important;
        left: unset !important;
        transform: unset !important;
    }
    body #CR-detail-ground #CR-image-map-wrap img,
    #CR-new-ground img {
        width: 100% !important;
        height: auto !important;
        position: initial !important;
    }
    .CR-main-ground-slider-mb-box{
        display: block;
    }
    #CR-main-ground-swap-content{
        display: none;
    }
    .CR-main-ground-slider-mb-box .item{
        width: 100%;
    }
    .CR-main-ground-slider-mb-box .item .wrap{
        padding: 2rem 3rem;
    }
    .CR-main-ground-slider-mb-box .item .sub-title{
        font-size: 1.125rem;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 1.25rem;
    }
    .CR-main-ground-slider-mb-box .item .main-title{
        font-size: 1.7rem;
        font-weight: 700;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .CR-main-ground-slider-mb-box .item .des{
        color: #333333;
        font-size: 1rem;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        line-height: 1.375rem;
        text-align: center;
        margin-top: 1.25rem
    }
    .CR-main-ground-slider-mb-box .item .CR-button-style{
        margin: 1.25rem auto 0;
    }
    .CR-main-ground-slider-mb-box .item .CR-button-style span{
        color: var(--color-white) !important;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
    .CR-main-ground-slider-mb-box .item .CR-button-style:hover span{
        color: var(--color-black) !important;
    }
    .m-block.active {
        animation-name: DrawStroke2;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-timing-function: linear;
        fill-opacity: 1;
    }
    .CR-main-ground-slider-mb-box .CR-custom-arrow.left {
        left: 0;
    }
    .CR-main-ground-slider-mb-box .CR-custom-arrow.right {
        right: 0;
    }
    .CR-main-ground-slider-mb-box .CR-custom-arrow svg{
        height: 2.5rem;
    }
    .CR-main-ground-slider-mb-box .CR-custom-arrow svg path {
        stroke: var(--color-red);
    }
    .CR-detail-ground-sec .CR-content-mb-box,
    .CR-main-ground-sec .CR-content-mb-box {
        z-index: 11;
        /*background: var(--color-red);*/
    }
    /*.CR-main-ground-sec .CR-content-mb-box .CR-svg-wave-sec.CR-svg-wave-sec-top path{*/
    /*    fill: var(--color-red);*/
    /*}*/
    #mapster_wrap_0 {
        width: 100% !important;
        height: auto !important;
    }
    #CR-image-map-wrap img[usemap] {
        display: none;
    }
    .CR-detail-ground-sec .CR-full-screen canvas {
        width: 100%;
        height: 100%;
    }
    #CR-detail-ground-content {
        width: 100%;
    }
    #CR-detail-ground-content li a {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
    }
    #CR-detail-ground-content li a > * {
        width: 100% !important;
    }
    #CR-detail-ground-content li .view-detail-box{
        display: block;
    }
    #CR-detail-ground-content li .CR-button-style.red span:after,
    #CR-detail-ground-content li .CR-button-style.CR-button-submit span:after,
    #CR-detail-ground-content li .CR-button-style.red{
        background-color: #be2326;
    }
    #CR-detail-ground-content li .CR-button-style.red span{
        color: var(--color-white) !important;
    }
    #CR-detail-ground-content li:not(:last-child) {
        margin-bottom: 1rem;
    }
    #CR-detail-ground-content li a .title, #CR-detail-ground-content li a .info {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #CR-detail-ground-content .main-title, #CR-detail-ground-content .sub-title {
        text-align: center;
    }
    #CR-ground-detail-page #fullpage {
        background-color: var(--color-white);
    }

    /** Update 01-2023 **/
    .CR-utilities-home-sec,
    #CR-area-home {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .CR-product-home-sec .CR-svg-wave-sec.CR-svg-wave-sec-top{

    }
    .CR-product-home-sec .CR-svg-wave-sec.CR-svg-wave-sec-top svg path {
        fill: rgb(197,181,142);
    }
    .CR-product-home-sec .CR-svg-wave-sec.CR-svg-wave-sec-bottom{
        display: none;
    }
    /*.CR-product-home-sec{*/
    /*    overflow: unset;*/
    /*}*/
    .CR-main-wrap {
        overflow: hidden;
    }
    /** End Update 01-2023 **/
}
@media only screen and (max-width:1024px){
    html {
        font-size: 0.7rem;
    }
    #CR-header .CR-logo-head {
        height: 4rem;
    }
    #CR-header .CR-logo-head img {
        height: 4rem;
    }
}
@media only screen and (max-width:767px){
    .CR-svg-wave-sec svg{
        width: 47.9375rem;
    }
    #CR-popup-form-reg .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #CR-popup-form-reg .row > div {
        width: 100%;
    }
    #CR-popup-form-reg .CR-main-popup {
        padding: 0 var(--bs-gutter-x,.75rem) !important;
    }
    .CR-area-home-sec,
    #CR-banner-home {
        aspect-ratio: 4/3;
    }
    .CR-features-list-slider,
    #CR-news-home .news-list.deactivate-slider {
        margin: -0.9375rem 0;
    }
    .CR-item-features,
    #CR-news-home .news-list.deactivate-slider .CR-item-post{
        width: 100%;
        padding: 0.9375rem 0;
    }
    .CR-item-product-cat .info{
        width: 100%;
    }
    .CR-main-news-sec,
    .CR-main-404-sec,
    .CR-main-thankyou-sec{
        padding: 4rem 0;
    }
    .CR-main-contact-sec {
        min-height: -webkit-max-content;
        min-height: -moz-max-content;
        min-height: max-content;
        padding: 4rem 0 7rem;
    }
    #CR-main-contact .CR-contact-intro {
        margin-top: 0;
    }
    #CR-news-detail-page .row,
    #CR-introduce-intro .row,
    #CR-main-contact .row{
        margin: 0 calc(var(--bs-gutter-x) * -.5) !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #CR-news-detail-page .row > div,
    #CR-introduce-intro .row > div,
    #CR-main-contact .row > div{
        width: 100%;
        padding: 0 calc(var(--bs-gutter-x) * .5) !important;
    }
    #CR-main-contact .row .right{
        margin-top: 2rem;
    }
    #CR-main-contact .CR-default-form {
        padding: 2rem;
    }
    #CR-main-contact .CR-contact-intro .main-title{
        font-size: 1.5rem;
    }
    #CR-intro-location .list {
        width: 100%;
    }
    #CR-intro-location .CR-title-group *, #CR-intro-location .CR-title-group {
        text-align: center;
    }
    #CR-scale-intro .content,
    #CR-main-404 .content,
    #CR-main-thankyou .content {
        width: 100%;
    }
    #CR-introduce-intro .CR-video-youtube-group {
        aspect-ratio: 16/9;
        margin-top: 2rem;
    }
    #CR-main-utilities .content-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #CR-main-utilities .content-wrap .left,
    #CR-main-utilities .content-wrap .right{
        width: 100%;
        padding: 0 !important;
    }
    #CR-main-utilities .content-wrap .left{
        padding: 0 var(--bs-gutter-x,.75rem) !important;
    }
    #CR-main-utilities .content-wrap .right{
        margin-top: 3rem;
    }
    .CR-item-utilities-slide.slick-current {
        width: 25rem;
    }
    #CR-news-detail-page .CR-main-content-news {
        padding-right: 0;
    }
    #CR-news-detail-page .main-title{
        font-size: 1.5rem;
        line-height: normal;
    }
    #CR-gallery-product .CR-default-tab-wrap .nav-tabs .nav-item {
        width: 50%;
    }
    .CR-default-tab-wrap .nav-tabs .nav-link{
        width: 100%;
    }
    #CR-intro-product .list .item .cont {
        font-size: 1rem;
    }
    #CR-intro-product .list {
        padding-bottom: 6rem;
    }
    #CR-new-ground .dots-block a span {
        transform: scale(0.6);
    }
    .CR-main-ground-sec .CR-content-mb-box {
        min-height: 65vh;
    }

    #CR-footer .CR-svg-wave-sec.CR-svg-wave-sec-top {
        bottom: calc(100% - 1px);
    }
    #CR-banner-home .CR-svg-wave-sec.CR-svg-wave-sec-bottom,
    .CR-main-header .CR-svg-wave-sec.CR-svg-wave-sec-bottom {
        top: calc(100% - 1px);
    }
    .CR-slider-tab-def-for .item {
        aspect-ratio: 16/9;
    }
}
@media only screen and (max-width:454px){
    .CR-svg-wave-sec svg{
        width: 28.375rem;
    }
    .CR-title-group .main-title {
        font-size: 1rem;
    }
    #CR-footer .CR-copyright {
        font-size: 0.6rem;
    }
}
@media only screen and (max-width:320px){
    .CR-item-utilities .num {
        opacity: 1;
        font-size: 1.2rem;
    }
    .CR-item-utilities .title{
        font-size: 0.9rem;
    }
    #CR-header .CR-open-nav-wrap .wrap svg{
        display: none;
    }
    .CR-video-group .CR-bg-video .CR-play-video-btn svg {
        width: 3.25rem;
        height: 3.25rem;
    }
    #CR-header .CR-open-nav-wrap:not(.active):hover,
    #CR-header .CR-open-nav-wrap {
        min-width: 2.5rem !important;
    }
    #CR-header .CR-action-head a img {
        height: 1.2rem;
    }
    .map-location img {
        width: 15rem;
    }
    html {
        font-size: 0.6rem;
    }
    .CR-item-dot-location span {
        width: 20px;
        height: 20px;
    }
    .CR-item-dot-location:first-child span {
        width: 35px;
        height: 35px;
    }
}
