:root {
    --cl-main: #CF9239;
    --cl-hover-main: #232323;
    --cl-light-main: #fff5f6;
    --cl-mega-menu: rgba(192, 35, 64, 0.1);
    --cl-black: #000000;
    --cl-white: #ffffff;
    --cl-gray: #fafafa;
    --cl-light-gray: #dddddd;
    --cl-dark-gray: #cdcdcd;
    --cl-sp-gray: #f7f7f7;
    --cl-light-red: #c60000;
    --cl-dark-red: #990a00;
    --cl-red: #c72528;
    --cl-yl: #ffcb05;
    --cl-green: #009739;
    --cl-blue: #0c163a;
    --cl-light-blue: #dbedf9;
    --cl-orange: #d29728;
    --cl-light-orange: #bf9352;
    --font-aws: FontAwesome;
    --font-main: "UTM Avo", sans-serif !important;
    --ratio-16-9: calc(9 / 16 * 100%);
    --ratio-4-3: calc(3 / 4 * 100%);
    --ratio-3-4: calc(4 / 3 * 100%);
    --ratio-9-16: calc(16 / 9 * 100%);
    --ratio-1-1: 100%;
    --transition-duration: 1s;
    --transition-delay-one: transform var(--transition-duration) cubic-bezier(0.165, 0.84, 0.44, 1) calc(var(--transition-duration) * 0.1),
    opacity var(--transition-duration) cubic-bezier(0.165, 0.84, 0.44, 1) calc(var(--transition-duration) * 0.2);
    --transition-delay-two: transform var(--transition-duration) cubic-bezier(0.165, 0.84, 0.44, 1) calc(var(--transition-duration) * 0.22),
    opacity var(--transition-duration) cubic-bezier(0.165, 0.84, 0.44, 1) calc(var(--transition-duration) * 0.32);
    --transition-delay-three: transform var(--transition-duration) cubic-bezier(0.165, 0.84, 0.44, 1) calc(var(--transition-duration) * 0.28),
    opacity var(--transition-duration) cubic-bezier(0.165, 0.84, 0.44, 1) calc(var(--transition-duration) * 0.38);
    --transition-delay-four: transform var(--transition-duration) cubic-bezier(0.165, 0.84, 0.44, 1) calc(var(--transition-duration) * 0.34),
    opacity var(--transition-duration) cubic-bezier(0.165, 0.84, 0.44, 1) calc(var(--transition-duration) * 0.44);
    --transition-delay-five: transform var(--transition-duration) cubic-bezier(0.165, 0.84, 0.44, 1) calc(var(--transition-duration) * 0.4),
    opacity var(--transition-duration) cubic-bezier(0.165, 0.84, 0.44, 1) calc(var(--transition-duration) * 0.5);
    --appear-animation: translateY(3.75rem);
    --active-appear-animation: translateY(0);
}
.appear-delay-1 {
    transition: var(--transition-delay-one);
}
.appear-delay-2 {
    transition: var(--transition-delay-two);
}
.appear-delay-3 {
    transition: var(--transition-delay-three);
}
.appear-delay-4 {
    transition: var(--transition-delay-four);
}
.appear-delay-5 {
    transition: var(--transition-delay-five);
}
.CR-show-mb {
    display: none !important;
}
.CR-main-wrap {
    margin-top: 100px;
}
.CR-banner--group {
    position: relative;
    width: 100%;
}
.CR-banner--group img {
    width: 100%;
    height: auto;
}
.CR-btn-style-icon {
    border-radius: 0;
    background-color: var(--cl-hover-main);
    border: 1px solid var(--cl-hover-main);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5625rem;
    height: 2.8125rem;
    gap: 0.625rem;
    color: var(--cl-white);
    line-height: normal;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    width: max-content;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.85s ease-in-out;
    -o-transition: 0.85s ease-in-out;
    transition: 0.85s ease-in-out;
}
.CR-btn-style-icon .btn-bg {
    position: absolute;
    display: block;
    width: 0;
    padding-top: 0;
    border-radius: 50%;
    background: var(--cl-white);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.CR-btn-style-icon.blue .btn-bg {
    background: var(--cl-hover-main);
}
.CR-btn-style-icon.blue {
    color: var(--cl-white) !important;
    background-color: var(--cl-main);
    border-color: var(--cl-main);
    transition: .5s all;
}
.CR-btn-style-icon:hover {
    color: var(--cl-hover-main);
}
.CR-btn-style-icon:hover .btn-bg {
    width: 250%;
    padding-top: 250%;
    aspect-ratio: 1 / 1;
}
.CR-btn-style-icon.blue:hover {
    border-color: var(--cl-hover-main) !important;
}
.CR-btn-style-icon.blue svg * {
    stroke: var(--cl-white);
}
.CR-btn-style-icon.blue:hover svg * {
    stroke: var(--cl-white);
}
.CR-btn-style-icon:hover svg * {
    stroke: var(--cl-hover-main);
}
.CR-btn-style-icon svg {
    width: auto;
    height: 1.125rem;
}
.CR-btn-style-icon svg,
.CR-btn-style-icon svg * {
    -webkit-transition: 0.85s ease-in-out;
    -o-transition: 0.85s ease-in-out;
    transition: 0.85s ease-in-out;
}
.CR-heading-title--group {
    position: relative;
}
.CR-heading-title--group.left * {
    text-align: left;
}
.CR-heading-title--group.center * {
    text-align: center;
}
.CR-heading-title--group .heading-title {
    font-size: 2.8375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto;
    color: var(--cl-main);
    text-transform: uppercase;
}
.CR-heading-title--group .heading-title b {
    font-weight: 800;
}
.CR-heading-title--group .desc ul,
.CR-heading-title--group .desc ol,
.CR-heading-title--group .desc p {
    margin-bottom: 1rem;
}
.CR-heading-title--group .desc p:last-child {
    margin-bottom: 0;
}
.CR-heading-title--group .desc {
    margin: 1.125rem 0 0;
}
.CR-heading-title--group .desc * {
    color: var(--cl-black);
    font-size: 0.95rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4375rem;
}
.CR-heading-title--group .desc strong,
.CR-heading-title--group .desc b {
    font-weight: 700 !important;
}
.CR-heading-title--group .desc a:hover {
    color: var(--cl-hover-main);
}
.CR-heading-title--group .desc a {
    text-decoration-line: underline !important;
    color: var(--cl-black);
    text-underline-position: from-font;
}
.CR-heading-title--group .desc blockquote {
    margin: 0;
    font-weight: 600;
    display: inline-block;
    border-left: 3px solid var(--cl-red);
    padding-left: 1.25rem;
    font-size: 1rem;
    line-height: 1.375rem;
}
.admin-bar #CR-header {
    top: 32px;
}
#CR-header {
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 8888;
    box-shadow: -1px 4px 29px #fff0;
    text-align: center;
    color: var(--cl-white);
    background: var(--cl-white);
}
#CR-header:hover,
#CR-header.CR-fixed {
    box-shadow: -1px 4px 29px rgb(0 0 0 / 21%);
}
#CR-header .CR-header-desktop--box .left--box {
    width: 21.875rem;
    min-width: 21.875rem;
    position: relative;
}
#CR-header .CR-header-desktop--box .center--box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#CR-header .CR-header-desktop--box .right--box {
    width: max-content;
    min-width: max-content;
}
#CR-header .CR-header-desktop--box .center--box > div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#CR-header .CR-header-desktop--box .center--box ul {
    display: flex;
}
#CR-header .CR-header-desktop--box .center--box a:not(.title-link) {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 0 2.5rem;
    height: 100%;
    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-header .CR-header-desktop--box .nav-top--box:after,
#CR-header .CR-header-desktop--box .nav-top--box:before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
}
#CR-header .CR-header-desktop--box .nav-top--box {
    position: relative;
}
#CR-header .CR-header-desktop--box .nav-top--box:after,
#CR-header .CR-header-desktop--box .nav-top--box:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.375rem;
    right: 0;
}
#CR-header .CR-header-desktop--box .nav-top--box:after {
    background: #232323;
    z-index: -2;
    left: 0;
}
#CR-header .CR-header-desktop--box .nav-top--box:before {
    background: var(--cl-main);
    z-index: -1;
}
#CR-header .CR-header-desktop--box .nav-top--box li:not(:first-child) {
    /*color: var(--cl-white);*/
    border-left: 1px solid rgb(255 255 255 / 0.2);
}
#CR-header .CR-header-desktop--box .nav-top--box a{
    color: var(--cl-white);
}
#CR-header .CR-header-desktop--box .center--box a:not(.title-link):hover {
    transform: scale(1.07);
}
#CR-header .CR-header-desktop--box .nav-top--box .search--box svg,
#CR-header .CR-header-desktop--box .nav-top--box .cart--box svg {
    height: 40%;
    width: auto;
}
#CR-header .CR-header-desktop--box .nav-top--box .search--box{
    position: relative;
}
#CR-header .CR-header-desktop--box .nav-top--box .search--box .NK-popup-search{
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #FFF;
    padding: 0;
    margin: 0;
    z-index: 9;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#CR-header .CR-header-desktop--box .nav-top--box .search--box.active .NK-popup-search{
    opacity: 1;
    transform: translateY(0);
    pointer-events: unset;
}
#CR-header .CR-header-desktop--box .nav-top--box .search--box .NK-popup-search form{
    display: flex;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
}
#CR-header .CR-header-desktop--box .nav-top--box .search--box .NK-popup-search input{
    padding: 8px 12px;
    flex-grow: 1;
    border: none !important;
    color: #000;
    outline: none !important;
}
#CR-header .CR-header-desktop--box .nav-top--box .search--box .NK-popup-search button > svg{
    width: 20px;
    height: 20px;
}
#CR-header .CR-header-desktop--box .nav-top--box .search--box .NK-popup-search button{
    border: none !important;
    outline: none !important;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--cl-main);
    border-radius: 0 !important;
}
#CR-header .CR-header-desktop--box .nav-top--box .menu-item--box > div > ul > li:first-child a {
    border-left: none;
}
#CR-header .CR-header-desktop--box .nav-top--box .menu-item--box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#CR-header .CR-header-desktop--box .nav-top--box .cart--box,
#CR-header .CR-header-desktop--box .nav-top--box .search--box {
    min-width: max-content;
    width: max-content;
}
#CR-header .CR-header-desktop--box .nav-top--box .menu-item--box > div,
#CR-header .CR-header-desktop--box .nav-top--box .menu-item--box ul,
#CR-header .CR-header-desktop--box .center--box > div > div {
    height: 100%;
}
#CR-header .CR-header-desktop--box .nav-main--box a:not(.title-link) {
    color: var(--cl-black);
}
#CR-header .CR-header-desktop--box .menu-item--box > div > ul > li > .item-with-arrow-box > a,
#CR-header .CR-header-desktop--box .menu-item--box > div > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    text-transform: capitalize;
}
#CR-header .CR-header-desktop--box .menu-item--box > div > ul > li > .item-with-arrow-box > a:after,
#CR-header .CR-header-desktop--box .menu-item--box > div > ul > li > a:after {
    content: "";
    background: var(--cl-hover-main);
    height: 2px;
    position: absolute;
    bottom: 0;
    width: 0;
    transition: 0.5s ease-in-out;
}
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box > div > ul > li:hover > .item-with-arrow-box > a,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box > div > ul > li:hover > a {
    color: var(--cl-main) !important;
    text-shadow: 0 0 0.5px var(--cl-main), 0 0 1px var(--cl-main);
}
#CR-header .CR-header-desktop--box .nav-main--box .main-menu--list > .menu-item-has-children > .CR-sub-menu > li:hover > a,
#CR-header .CR-header-desktop--box .nav-main--box .main-menu--list > .menu-item-has-children > .CR-sub-menu > li:hover > .item-with-arrow-box > a,
#CR-header .CR-header-desktop--box .nav-main--box .main-menu--list > .menu-item-has-children > .CR-sub-menu > li.current-menu-item > a,
#CR-header .CR-header-desktop--box .nav-main--box .main-menu--list > .menu-item-has-children > .CR-sub-menu > li.current-menu-item > .item-with-arrow-box > a,
#CR-header .CR-header-desktop--box .nav-top--box .menu-item--box > div > ul > li:hover > .item-with-arrow-box > a,
#CR-header .CR-header-desktop--box .nav-top--box .menu-item--box > div > ul > li:hover > a {
    text-shadow: 0 0 0.5px var(--cl-white), 0 0 1px var(--cl-white);
}
#CR-header .CR-header-desktop--box .menu-item--box .active > a,
#CR-header .CR-header-desktop--box .menu-item--box .current-menu-item .item-with-arrow-box > a,
#CR-header .CR-header-desktop--box .menu-item--box .current-menu-item > a,
#CR-header .CR-header-desktop--box .menu-item--box .current-product_cat-parent .item-with-arrow-box > a,
#CR-header .CR-header-desktop--box .menu-item--box .current-product_cat-parent > a,
#CR-header .CR-header-desktop--box .menu-item--box .current_page_parent .item-with-arrow-box > a,
#CR-header .CR-header-desktop--box .menu-item--box .current_page_parent > a,
#CR-header .CR-header-desktop--box .menu-item--box .sub-menu .current-menu-item a,
#CR-header .CR-header-desktop--box .menu-item--box .current-menu-item .item-with-arrow-box > a,
#CR-header .CR-header-desktop--box .menu-item--box .current-menu-item > a,
#CR-header .CR-header-desktop--box .menu-item--box .current_page_parent .item-with-arrow-box > a,
#CR-header .CR-header-desktop--box .menu-item--box .current_page_parent > a {
    font-weight: 400;
}
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current-menu-ancestor .item-with-arrow-box > a,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current-menu-ancestor > a,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .active > a,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current-menu-item .item-with-arrow-box > a,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current-menu-item > a,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current-product_cat-parent .item-with-arrow-box > a,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current-product_cat-parent > a,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current_page_parent .item-with-arrow-box > a,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current_page_parent > a,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .sub-menu .current-menu-item a,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current-menu-item .item-with-arrow-box > a,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current-menu-item > a,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current_page_parent .item-with-arrow-box > a,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current_page_parent > a {
    font-weight: 400;
    color: var(--cl-main);
}
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box > div > ul > li:hover > .item-with-arrow-box > a:after,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box > div > ul > li:hover > a:after,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .active > a:after,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current-menu-ancestor .item-with-arrow-box > a:after,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current-menu-ancestor > a:after,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current-menu-item .item-with-arrow-box > a:after,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current-menu-item > a:after,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current-product_cat-parent .item-with-arrow-box > a:after,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current-product_cat-parent > a:after,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current_page_parent .item-with-arrow-box > a:after,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current_page_parent > a:after,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .sub-menu .current-menu-item a:after,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current-menu-item .item-with-arrow-box > a:after,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current-menu-item > a:after,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current_page_parent .item-with-arrow-box > a:after,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current_page_parent > a:after {
    width: 25%;
}
#CR-header .logo--box {
    padding: 0.2375rem 3.125rem 0.2375rem 2.5rem;
    width: 100%;
    position: relative;
    background: var(--cl-white);
    z-index: 1;
    justify-content: center;
}
#CR-header .logo--box img,
#CR-header .logo--box svg {
    height: 5.875rem;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}
#CR-header .hotline--box {
    height: 100%;
    width: 100%;
}
#CR-header .hotline--box .icon--box {
    width: 2.8125rem;
    height: 2.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--cl-white);
    animation: CRAniTada 2s ease-in-out infinite;
}
#CR-header .hotline--box .icon--box svg {
    height: 50%;
    width: auto;
    fill: var(--cl-white);
}
#CR-header .hotline--box a {
    color: var(--cl-white);
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #232323;
    padding: 0 1.25rem;
    gap: 0.5rem;
}
#CR-header .account--box a {
    gap: 0.5rem;
}
#CR-header .account--box a svg {
    height: 40%;
    width: auto;
}
#CR-header .cart--box .icon--box {
    position: relative;
    height: 40%;
}
#CR-header .cart--box .icon--box svg {
    height: 100% !important;
}
#CR-header .cart--box .CR-view-total-cart-head {
    border: 1px solid var(--cl-hover-main);
    box-shadow: 0 2px 2px rgb(0 0 0 / 0.25);
    background: var(--cl-hover-main);
    color: var(--cl-white);
    line-height: normal;
    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;
    position: absolute;
    right: -0.75rem;
    top: -0.75rem;
    width: 1.375rem;
    height: 1.375rem;
    font-size: 0.625rem;
    font-weight: 700;
    pointer-events: none;
}
#CR-header .CR-header-desktop--box .nav-main--box .main-menu,
#CR-header .CR-header-desktop--box .nav-main--box .main-menu--list .item-with-arrow-box,
#CR-header .CR-header-desktop--box .nav-main--box .main-menu--list {
    height: 100%;
}
#CR-header .CR-header-desktop--box .nav-main--box {
    position: relative;
}
#CR-header .CR-header-desktop--box .nav-main--box .arrow {
    display: none;
}
#CR-header .CR-header-desktop--box .nav-main--box .main-menu--list > .menu-item-has-children:hover > .CR-sub-menu {
    opacity: 1;
    pointer-events: unset;
    /*-webkit-transform: perspective(600px) rotateX(0deg);*/
    /*-moz-transform: perspective(600px) rotateX(0deg);*/
    /*-ms-transform: perspective(600px) rotateX(0deg);*/
    /*-o-transform: perspective(600px) rotateX(0deg);*/
    /*transform: perspective(600px) rotateX(0deg);*/
    /*-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;*/
    /*-o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;*/
    /*transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;*/
}
#CR-header .CR-header-desktop--box .nav-main--box .main-menu--list > .menu-item-has-children > .CR-sub-menu {
    position: absolute;
    background: var(--cl-white);
    left: 0;
    right: 0;
    top: 100%;
    min-height: 70vh;
    flex-direction: column;
    padding: 4.375rem 0 4.375rem;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    /*-webkit-transform: perspective(600px) rotateX(-90deg);*/
    /*-ms-transform: perspective(600px) rotateX(-90deg);*/
    /*transform: perspective(600px) rotateX(-90deg);*/
    /*-webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;*/
    /*-o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;*/
    /*-webkit-transition: opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end, -webkit-transform 0.5s ease;*/
    /*transition: opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end, -webkit-transform 0.5s ease;*/
    /*-o-transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;*/
    /*transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;*/
    /*transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end, -webkit-transform 0.5s ease;*/
    /*-webkit-transform-origin: 0% 0%;*/
    /*-ms-transform-origin: 0% 0%;*/
    /*transform-origin: 0% 0%;*/
}
#CR-header .CR-header-desktop--box .nav-main--box .main-menu--list > .menu-item-has-children > .CR-sub-menu:after {
    content: "";
    /*background-image: url(../images/bg-nav.png);*/
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    z-index: -1;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 60%;
    pointer-events: none;
    z-index: 9;
}
#CR-header .CR-header-desktop--box .nav-main--box .main-menu--list > .menu-item-has-children > .CR-sub-menu:before {
    content: "";
    background: var(--cl-main);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}
#CR-header .CR-header-desktop--box .nav-main--box .main-menu--list > .menu-item-has-children > .CR-sub-menu:before,
#CR-header .CR-header-desktop--box .nav-main--box .main-menu--list > .menu-item-has-children > .CR-sub-menu > li {
    width: 28.125rem;
}
#CR-header .CR-header-desktop--box .nav-main--box .main-menu--list > .menu-item-has-children > .CR-sub-menu > li > a,
#CR-header .CR-header-desktop--box .nav-main--box .main-menu--list > .menu-item-has-children > .CR-sub-menu > li > .item-with-arrow-box > a {
    padding: 1.25rem 0 1.25rem 0;
    color: var(--cl-white);
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
    justify-content: left;
    height: auto;
    width: 100%;
    position: relative;
}
#CR-header .CR-header-desktop--box .nav-main--box .main-menu--list > .menu-item-has-children > .CR-sub-menu > li:not(:last-child) > a:after,
#CR-header .CR-header-desktop--box .nav-main--box .main-menu--list > .menu-item-has-children > .CR-sub-menu > li:not(:last-child) > .item-with-arrow-box > a:after {
    position: absolute;
    content: "";
    background: #fff;
    background: -moz-linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255 / 0.4962359943977591) 50%, #fff0 100%);
    background: -webkit-linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255 / 0.4962359943977591) 50%, #fff0 100%);
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255 / 0.4962359943977591) 50%, #fff0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    height: 1px;
    bottom: 0;
    right: 0;
    width: 95%;
}
#CR-header .CR-header-desktop--box .nav-main--box .menu-item-has-children > .CR-sub-menu .menu-item-has-children:hover > .CR-sub-menu-wrapper {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}
#CR-header .CR-header-desktop--box .nav-main--box .menu-item-has-children > .CR-sub-menu .CR-sub-menu-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(100% - 28.125rem /* 450/16 */);
    flex-wrap: wrap;
    max-height: 100%;
    overflow-y: auto;
    opacity: 0;
    transform: scale(0);
    pointer-events: none;
    transition: 0.5s ease-in-out;
}
#CR-header .CR-header-desktop--box .nav-main--box .menu-item-has-children > .CR-sub-menu .CR-sub-menu-wrapper::-webkit-scrollbar {
    width: 2px;
    border-radius: 2px;
    background-color: #d9d9d9;
}
#CR-header .CR-header-desktop--box .nav-main--box .menu-item-has-children > .CR-sub-menu .CR-sub-menu-wrapper::-webkit-scrollbar-track {
    border: none;
}
#CR-header .CR-header-desktop--box .nav-main--box .menu-item-has-children > .CR-sub-menu .CR-sub-menu-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--cl-hover-main);
    outline: 1px solid var(--cl-hover-main);
}
#CR-header .CR-header-desktop--box .nav-main--box .menu-item-has-children > .CR-sub-menu .CR-sub-menu {
    flex-wrap: wrap;
}
#CR-header .CR-header-desktop--box .nav-main--box .menu-item-has-children > .CR-sub-menu .CR-sub-menu > li {
    width: 50%;
    padding-right: 1rem;
}
#CR-header .CR-header-desktop--box .nav-main--box .menu-item-has-children > .CR-sub-menu .CR-sub-menu > li:not(:nth-last-child(1)):not(:nth-last-child(2)) {
    margin-bottom: 2.5rem;
}
#CR-header .CR-header-desktop--box .nav-main--box .menu-item-has-children > .CR-sub-menu .CR-sub-menu > li a:hover {
    color: var(--cl-main) !important;
    text-shadow: 0 0 1px var(--cl-main), 0 0 1px var(--cl-main);
}
#CR-header .CR-header-desktop--box .nav-main--box .menu-item-has-children > .CR-sub-menu .CR-sub-menu > li a {
    color: var(--cl-black);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    padding: 0;
    height: auto;
    width: 100%;
    text-align: left;
    display: block;
}
#CR-footer {
    overflow: hidden;
}
#CR-footer .ft-img--box {
    position: relative;
    z-index: -1;
}
#CR-footer .ft-img--box:after {
    content: "";
    background: var(--cl-main);
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#CR-footer .ft-img--box img {
    width: 100%;
    height: auto;
}
#CR-footer .ft-main--box.sp-page {
    padding-top: 6.25rem;
}
#CR-footer .ft-main--box {
    background: var(--cl-main);
}
#CR-footer .CR-form-footer {
    padding: 3.75rem 0 1.75rem;
}
#CR-footer .CR-form-footer .main--box > div {
    width: 50%;
}
#CR-footer .CR-form-footer .intro--box {
    padding-right: 6.25rem;
}
#CR-footer .CR-form-footer .heading-title {
    color: var(--cl-white);
    font-size: 2.8125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0.625rem;
}
#CR-footer .CR-form-footer .desc {
    color: var(--cl-white);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}
#CR-footer .CR-form-footer .CR-form-def .def-form-field:not(:last-child) {
    margin-bottom: 0.9375rem;
}
#CR-footer .CR-form-footer .CR-form-def .gr-def-form-btn {
    margin-top: 0.3125rem;
    margin-left: 0;
    margin-right: 0;
}
#CR-footer .CR-form-footer .CR-form-def input:not([type="submit"]) {
    border-color: rgb(255 255 255 / 0.5);
    background: #fff0;
}
#CR-footer .CR-main-top--box .logo-footer--box {
    padding: 3.75rem 0;
    border-top: 1px solid #2160a7;
    border-bottom: 1px solid #2160a7;
}
#CR-footer .CR-main-top--box .logo--box {
    width: 35%;
    min-width: 35%;
}
#CR-footer .CR-main-top--box .logo--box img,
#CR-footer .CR-main-top--box .logo--box svg {
    width: 100%;
    height: auto;
    object-fit: contain;
}
#CR-footer .CR-main-top--box .logo-desc--box {
    flex: 1;
    padding-left: 7.5rem;
}
#CR-footer .CR-main-top--box * {
    color: var(--cl-white);
}
#CR-footer .CR-main-top--box .heading-title {
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
#CR-footer .CR-main-top--box .desc--box {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.625rem;
}
#CR-footer .CR-main-bottom--box {
    padding: 1.75rem 0 2.625rem;
    position: relative;
    z-index: 1;
}
#CR-footer .CR-bottom-footer {
    padding: 1rem 0;
    border-top: 1px solid #232323;
}
#CR-footer .CR-bottom-footer * {
    color: var(--cl-white);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#CR-footer .CR-bottom-footer .custom-link--box ul {
    gap: 1.875rem;
}
#CR-footer .CR-bottom-footer .custom-link--box li {
    position: relative;
}
#CR-footer .CR-bottom-footer .custom-link--box li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -0.9375rem;
}
#CR-footer .CR-main-bottom--box .heading-title {
    color: var(--cl-white);
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.875rem;
}
#CR-footer .CR-main-bottom--box .menu-item-box:not(:last-child) {
    margin-bottom: 2.125rem;
}
#CR-footer .CR-main-bottom--box .menu-item-box li:not(:last-child) {
    margin-bottom: 0.5rem;
}
#CR-footer .CR-bottom-footer a:hover,
#CR-footer .CR-main-bottom--box .menu-item.active a,
#CR-footer .CR-main-bottom--box a:hover {
    color: var(--cl-white);
    text-shadow: 0 0 0.5px var(--cl-white), 0 0 1px var(--cl-white);
}
#CR-footer .CR-main-bottom--box a,
#CR-footer .CR-main-bottom--box p {
    color: var(--cl-white);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
}
#CR-footer .CR-main-bottom--box .contact--box ul {
    padding-right: 2.5rem;
}
#CR-footer .CR-main-bottom--box .contact--box .icon--box {
    color: var(--cl-hover-main);
    min-width: 1.5rem;
    width: 1.5rem;
    font-size: 1rem;
    text-shadow: none !important;
}
#CR-footer .CR-main-bottom--box .contact--box .icon--box i {
    text-shadow: none !important;
}
#CR-footer .CR-main-bottom--box .gallery--box {
    position: absolute;
    bottom: 3.5rem;
    right: 0;
    left: 30%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
#CR-footer .CR-main-bottom--box .gallery--box:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8%;
    background: #003c7f;
    background: -moz-linear-gradient(90deg, rgb(0 60 127) 0%, rgb(0 60 127 / 0.4962359943977591) 50%, #fff0 100%);
    background: -webkit-linear-gradient(90deg, rgb(0 60 127) 0%, rgb(0 60 127 / 0.4962359943977591) 50%, #fff0 100%);
    background: linear-gradient(90deg, rgb(0 60 127) 0%, rgb(0 60 127 / 0.4962359943977591) 50%, #fff0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c7f",endColorstr="#003c7f",GradientType=1);
}
#CR-footer .CR-main-bottom--box .gallery--box .CR-marquee-list--box {
    overflow: hidden;
    width: 100%;
}
#CR-footer .CR-main-bottom--box .gallery--box .list--box {
    gap: 1.75rem;
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    box-sizing: border-box;
    /*animation: marquee 45s linear infinite;*/
}
#CR-footer .CR-main-bottom--box .gallery--box .item {
    width: auto;
}
#CR-footer .CR-main-bottom--box .gallery--box .item .wrap {
    position: relative;
}
#CR-footer .CR-main-bottom--box .gallery--box .item svg {
    width: auto;
    height: 6rem;
    opacity: 0.2;
}
#CR-footer .CR-main-bottom--box .gallery--box .item svg * {
    fill: var(--cl-white);
    stroke: var(--cl-white);
}
#CR-footer .socials--box ul {
    gap: 1rem /* 20/16 */;
    flex-wrap: wrap;
}
#CR-footer .socials--box a {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--cl-white) !important;
    border: 1px solid #fff0;
    font-size: 1.125rem;
    background: #fff !important;
    color: var(--cl-main) !important;
}
#CR-footer .socials--box a:hover {
    color: var(--cl-main) !important;
    background: var(--cl-white) !important;
    border: 1px solid var(--cl-main) !important;
}
#CR-footer .socials--box a img {
    width: auto;
    height: 70%;
    max-width: 80%;
    object-fit: contain;
}
#CR-footer .copyright {
    text-align: center;
    padding: 1.25rem 0;
    position: relative;
}
#CR-footer .copyright:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #ebebeb;
    width: 60%;
    height: 2px;
}
#CR-footer .copyright p {
    font-size: 0.8125rem;
    line-height: normal;
    color: #888;
}
#CR-footer .toggle-menu-item-cont--mb {
    display: none;
}
#CR-footer .ft-top--box {
    position: relative;
    padding: 3.125rem 0 21.875rem;
    margin-bottom: -18.75rem;
}
#CR-footer .ft-top--box .CR-marquee-list--box {
    overflow: hidden;
    width: 100%;
}
#CR-footer .ft-top--box .CR-marquee-list--box .list--box {
    gap: 1.75rem;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    box-sizing: border-box;
    /*animation: marquee-sp 45s linear infinite;*/
}
#CR-footer .ft-top--box .CR-marquee-list--box .item {
    width: auto;
}
#CR-footer .ft-top--box .CR-marquee-list--box .item img {
    width: auto;
    height: 20.625rem;
}
#CR-footer .ft-top--box .container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#CR-footer .ft-top--box .image--box img {
    width: auto;
    max-width: 100%;
    height: 40.625rem;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.banner--sec > img{
    width: 100%;
    height: auto;
}
#CR-home-page .banner--sec {
    position: relative;
    /*height: 100vh;*/
}
#CR-home-page .banner--sec .CR-swiper-arrow.CR-swiper-button-next {
    right: 6%;
}
#CR-home-page .banner--sec .CR-swiper-arrow.CR-swiper-button-prev {
    left: 3%;
}
#CR-home-page .banner--sec .swiper {
    width: 100%;
    height: 100%;
}
#CR-home-page .banner--sec .container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
#CR-home-page .banner--sec .content--box {
    width: 30%;
}
#CR-home-page .banner--sec .heading-title {
    color: var(--cl-white);
    font-size: 6.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
#CR-home-page .banner--sec .desc {
    color: var(--cl-white);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.425rem;
    margin-top: 0.625rem;
}
#CR-home-page .banner--sec .CR-btn-style-icon {
    margin-top: 2.5rem;
}
#CR-home-page .icons--sec {
    padding: 2.1875rem 0 8.75rem;
}
#CR-home-page .icons--sec .list--box {
    background: rgb(207 146 57 / 7%);
}
#CR-home-page .icons--sec .item {
    width: 25%;
}
#CR-home-page .icons--sec .item:not(:last-child) {
    border-right: 1px solid rgb(207 146 57 / 30%);
}
#CR-home-page .icons--sec .item .wrap {
    position: relative;
    height: 100%;
    padding: 1.6875rem 3.125rem;
}
/*#CR-home-page .icons--sec .item .wrap:hover .icon--box {*/
/*    webkit-transform: rotateY(360deg) scale(0.85);*/
/*    transform: rotateY(360deg) scale(0.85);*/
/*}*/
#CR-home-page .icons--sec .item .icon--box {
    width: 6.25rem;
    height: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid rgb(207 146 57);
    margin: 0 auto 0.375rem;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
#CR-home-page .icons--sec .item .icon--box img {
    width: auto;
    max-width: 90%;
    height: 50%;
    object-fit: contain;
}
#CR-home-page .icons--sec .item .heading-title {
    color: var(--cl-main);
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
#CR-home-page .icons--sec .item .desc {
    color: var(--cl-black);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0.375rem;
}
#CR-home-page .info--sec {
    position: relative;
    background: var(--cl-main);
}
#CR-home-page .info--sec .image--box {
    position: relative;
}
#CR-home-page .info--sec .image--box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 60%;
    background: linear-gradient(180deg, #fff 0%, rgb(255 255 255 / 0.54) 71%, #fff0 100%);
}
#CR-home-page .info--sec .image--box img {
    width: 100%;
    height: auto;
}
#CR-home-page .info--sec .image--box .img-bottom--box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#CR-home-page .info--sec .main--box {
    padding: 5.625rem 0 8.75rem;
}
#CR-home-page .info--sec .main--box .left--box .sub-content--box {
    padding-right: 6.25rem;
}
#CR-home-page .info--sec .main--box .logo--box {
    margin-bottom: 3.125rem;
}
#CR-home-page .info--sec .main--box .logo--box img {
    height: 5rem;
    width: auto;
    max-width: 90%;
    object-fit: contain;
}
#CR-home-page .info--sec .main--box .sub-content--box {
    color: var(--cl-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem;
}
#CR-home-page .info--sec .main--box .CR-btn-style-icon {
    margin-top: 3.125rem;
}
#CR-home-page .info--sec .list--box {
    background: var(--cl-white);
    padding: 0.5rem 0;
}
#CR-home-page .info--sec .list--box .items--box {
    gap: 0.5rem;
}
#CR-home-page .info--sec .list--box .items--box > div {
    width: 33.33%;
    aspect-ratio: 1 / 1;
    display: flex;
    gap: 0.5rem;
}
#CR-home-page .info--sec .list--box .items--box .left--box,
#CR-home-page .info--sec .list--box .items--box .right--box {
    flex-direction: column;
}
#CR-home-page .info--sec .list--box .center--box .sub-item--box .item:first-child,
#CR-home-page .info--sec .list--box .left--box .item:nth-child(1),
#CR-home-page .info--sec .list--box .right--box .item:nth-child(2) {
    height: 65%;
}
#CR-home-page .info--sec .list--box .center--box .sub-item--box .item:last-child,
#CR-home-page .info--sec .list--box .left--box .item:nth-child(2),
#CR-home-page .info--sec .list--box .right--box .item:nth-child(1) {
    height: 35%;
}
#CR-home-page .info--sec .list--box .center--box .sub-item--box,
#CR-home-page .info--sec .list--box .center--box > .item {
    height: 100%;
}
#CR-home-page .info--sec .list--box .center--box .sub-item--box {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
#CR-home-page .info--sec .list--box .center--box .sub-item--box .item {
    width: 100%;
}
#CR-home-page .info--sec .list--box .center--box > .item {
    width: 55%;
}
#CR-home-page .info--sec .list--box .center--box .sub-item--box {
    width: 45%;
}
#CR-home-page .info--sec .list--box .item .wrap {
    background: #000;
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}
#CR-home-page .info--sec .list--box .item .wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#CR-home-page .news--sec {
    padding: 5.75rem 0;
}
#CR-home-page .news--sec .first--box {
    padding-left: calc((100% - 1386px) / 2) !important;
    margin-top: 2.5rem;
}
#CR-home-page .news--sec .first--box .CR-item-news .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#CR-home-page .news--sec .first--box .CR-item-news .thumb--box {
    aspect-ratio: 16/7;
    width: 75%;
    min-width: 75%;
}
#CR-home-page .news--sec .first--box .CR-item-news .cont--box {
    flex: 1;
    background: linear-gradient(148deg, #003c7f 0%, #0550a4 99.05%);
}
#CR-home-page .news--sec .first--box .CR-item-news .heading-title {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    max-height: calc(2.1875rem * 3);
}
#CR-home-page .news--sec .first--box .CR-item-news .date-sp {
    padding: 1.25rem;
}
#CR-home-page .news--sec .remaining--box {
    margin-top: 2.5rem;
    position: relative;
}
#CR-home-page .news--sec .remaining--box.CR-slider-news-home:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: calc((100% - 1386px) / 2);
    background: rgb(102 102 102 / 0.2);
    height: 1px;
}
#CR-home-page .news--sec .remaining--box .CR-item-news {
    width: 50%;
    padding: 0;
}
#CR-home-page .news--sec .remaining--box .CR-item-news .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
#CR-home-page .news--sec .remaining--box .CR-item-news .thumb--box {
    width: 40%;
    min-width: 40%;
}
#CR-home-page .news--sec .remaining--box .CR-item-news .cont--box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1.25rem 2.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#CR-home-page .news--sec .remaining--box .CR-item-news .heading-title {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.875rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: calc(1.875rem * 3);
    height: calc(1.875rem * 3);
}
#CR-home-page .news--sec .remaining--box .CR-item-news .top-cont--box {
    padding: 0;
}
#CR-home-page .news--sec .remaining--box .CR-item-news .top-cont--box:after,
#CR-home-page .news--sec .remaining--box .CR-item-news .desc,
#CR-home-page .news--sec .remaining--box .CR-item-news .wrap:after {
    display: none !important;
}
#CR-home-page .news--sec .remaining--box .CR-item-news .view-more {
    display: flex;
    margin-top: 0.625rem;
}
#CR-home-page .news--sec .remaining--box .CR-news-list--box {
    margin: 0;
}
#CR-home-page .news--sec .remaining--box.CR-slider-news-home.CR-custom-dots-line .slick-dots {
    margin-top: 3.125rem;
}
#CR-home-page .selling--sec {
    position: relative;
}
#CR-home-page .selling--sec:before {
    content: "";
}
#CR-home-page .endow--sec {
    padding: 4.375rem 0 2.1875rem;
}
#CR-home-page .endow--sec .CR-heading-title--group {
    width: 50%;
}
#CR-home-page .endow--sec .main--box {
    margin-top: 3.375rem;
}
#CR-home-page .endow--sec .image--box {
    position: relative;
    min-width: 25%;
    width: 25%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
}
#CR-home-page .endow--sec .image--box:after {
    content: "";
    background: #003c7f;
    background: -moz-linear-gradient(180deg, #fff0 0%, rgb(0 60 127 / 0.70) 50%, rgb(0 60 127 / 0.98) 100%);
    background: -webkit-linear-gradient(180deg, #fff0 0%, rgb(0 60 127 / 0.70) 50%, rgb(0 60 127 / 0.98) 100%);
    background: linear-gradient(
            0deg, #cf9239, transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c7f",endColorstr="#003c7f",GradientType=1);
    position: absolute;
    top: 60%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
#CR-home-page .endow--sec .image--box img {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    z-index: -2;
}
#CR-home-page .endow--sec .image--box .sub-title {
    color: var(--cl-white);
    text-align: center;
    font-size: 1.4375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}
#CR-home-page .endow--sec .image--box .sub-title b {
    font-size: 3.5rem;
    font-weight: 700;
}
#CR-home-page .endow--sec .image--box a {
    margin: 1.25rem auto 0;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    width: 100%;
}
#CR-home-page .endow--sec .image--box a .icon--box {
    display: none !important;
}
#CR-home-page .endow--sec .image--box .cont--box {
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 2.5rem 1.875rem;
    bottom: 0;
    left: 0;
}
#CR-home-page .endow--sec .main-list--box {
    flex: 1;
    padding-left: 1.25rem;
}
#CR-home-page .selling--sec {
    padding: 12.5rem 0 4.375rem;
    position: relative;
    z-index: 1;
}
#CR-home-page .selling--sec .img-top--box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#CR-home-page .selling--sec .img-top--box img {
    width: 100%;
    height: auto;
}
#CR-home-page .selling--sec:before {
    content: "";
    background: var(--cl-main);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 40%;
}
#CR-home-page .selling--sec .CR-heading-title--group {
    width: 50%;
    margin: 0 auto 3.5rem;
}
#CR-home-page .selling--sec .CR-heading-title--group * {
    color: var(--cl-white);
}
#CR-home-page .selling--sec .CR-item-product {
    width: 25%;
}
#CR-home-page .selling--sec .CR-btn-style-icon {
    margin: 3.125rem auto 0;
}
#CR-home-page .featured--sec {
    padding: 5rem 0 0;
    overflow: hidden;
}
#CR-home-page .featured--sec .left--box {
    padding-left: calc((100% - 1386px) / 2) !important;
    margin-top: 2.5rem;
}
#CR-home-page .featured--sec .main--box {
    padding-top: 10rem;
}
#CR-home-page .featured--sec .featured-info--box {
    margin-top: 5.625rem;
}
#CR-home-page .featured--sec .featured-info--box .item {
    width: 100%;
}
#CR-home-page .featured--sec .featured-info--box .item .wrap {
    position: relative;
}
#CR-home-page .featured--sec .featured-info--box .item .heading-title {
    color: var(--cl-main);
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
#CR-home-page .featured--sec .featured-info--box .item .heading-title b {
    font-weight: 400;
    font-size: 5.625rem;
    line-height: 5.625rem;
}
#CR-home-page .featured--sec .featured-info--box .item ul {
    margin: 1.25rem 0 0;
}
#CR-home-page .featured--sec .featured-info--box .item li:not(:last-child) {
    margin-bottom: 0.5rem;
}
#CR-home-page .featured--sec .featured-info--box .item li p {
    color: var(--cl-black);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
#CR-home-page .featured--sec .featured-info--box .item li span {
    margin-right: 0.5rem;
}
#CR-home-page .featured--sec .featured-info--box .item li b {
    font-weight: 700;
}
#CR-home-page .featured--sec .featured-info--box .item a {
    margin-top: 1.625rem;
}
#CR-home-page .featured--sec .featured-view--box {
    right: -15%;
}
#CR-home-page .featured--sec .featured-view--box .item {
    width: 50%;
}
#CR-home-page .featured--sec .featured-view--box .item .wrap {
    position: relative;
    height: 42.5rem;
}
#CR-home-page .featured--sec .featured-view--box .item img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
    transition: 0.5s ease-in-out;
}
#CR-home-page .featured--sec .featured-view--box .item.slick-slide.slick-current img {
    transform: scale(1);
    opacity: 1;
}
#CR-home-page .featured--sec .featured-view--box .item.slick-slide img {
    transform: scale(0.85);
    opacity: 0.5;
}
#CR-home-page .featured--sec .CR-counter-slick-slider--box {
    color: var(--cl-main);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#CR-home-page .featured--sec .CR-counter-slick-slider--box .total-slides {
    opacity: 0.3;
}
#CR-home-page .featured--sec .arrow-slider--box {
    position: absolute;
    right: calc((100% - 1386px) / 2) !important;
    margin-top: 50px;
}
#CR-home-page .featured--sec .arrow-slider--box .CR-custom-arrow .icon {
    background: var(--cl-white);
    border-color: var(--cl-white);
}
#CR-home-page .featured--sec .arrow-slider--box .CR-custom-arrow:hover .icon {
    background: var(--cl-main);
    border-color: var(--cl-main);
}
#CR-home-page .featured--sec .arrow-slider--box .CR-custom-arrow:hover svg * {
    stroke: var(--cl-white);
    fill: var(--cl-white);
}
#CR-home-page .featured--sec .arrow-slider--box .CR-custom-arrow svg * {
    stroke: var(--cl-main);
    fill: var(--cl-main);
}
#CR-about-page .intro--sec {
    position: relative;
    padding: 0 0 14.375rem;
}
#CR-about-page .intro--sec .CR-breadcrumb {
    padding-bottom: 10rem;
}
#CR-about-page .intro--sec .CR-heading-title--group .desc {
    max-height: 29rem;
    overflow-y: auto;
    padding-right: 1.875rem;
}
#CR-about-page .intro--sec .image--box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#CR-about-page .intro--sec .image--box > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
#CR-about-page .intro--sec .image--box .img-bottom--box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#CR-about-page .intro--sec .image--box .img-bottom--box img {
    width: 100%;
    height: auto;
}
#CR-about-page .capability--sec {
    padding: 4.625rem 0;
}
#CR-about-page .capability--sec .content--box {
    padding-right: 3.125rem;
}
#CR-about-page .capability--sec .list--box {
    margin: 3.125rem -3.125rem -2.1875rem;
}
#CR-about-page .capability--sec .list--box .item {
    width: 50%;
    padding: 2.1875rem 3.125rem;
}
#CR-about-page .capability--sec .list--box .item .wrap {
    position: relative;
}
#CR-about-page .capability--sec .list--box .item .heading-title {
    color: var(--cl-hover-main);
    font-size: 4.0625rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}
#CR-about-page .capability--sec .list--box .item .desc {
    margin-top: 1.125rem;
    color: var(--cl-black);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
#CR-about-page .capability--sec .images--box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 4.375rem;
}
#CR-about-page .capability--sec .images--box .item:last-child {
    animation-delay: 1s;
}
#CR-about-page .capability--sec .images--box .item {
    transform: translatey(0);
    animation: CRAniFloating 6s ease-in-out infinite;
    animation-delay: 2s;
}
#CR-about-page .capability--sec .images--box .item:nth-child(1) {
    width: 80%;
}
#CR-about-page .capability--sec .images--box .item:nth-child(2) {
    width: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 8px solid var(--cl-white);
}
#CR-about-page .capability--sec .images--box .item .wrap {
    position: relative;
    aspect-ratio: 3/4;
}
#CR-about-page .capability--sec .images--box .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
#CR-about-page .history--sec {
    padding: 8.75rem 0 3.75rem;
}
#CR-about-page .history--sec .heading--box {
    margin-bottom: 3.125rem;
}
#CR-about-page .history--sec .heading--box .CR-heading-title--group {
    width: 45%;
}
#CR-about-page .history--sec .slider--box {
    margin: 0 -0.625rem;
}
#CR-about-page .history--sec .item {
    width: 25%;
    padding: 0 0.625rem;
}
#CR-about-page .history--sec .item .wrap {
    position: relative;
    transition: 0.5s ease-in-out;
    background: #f8f8f8;
}
#CR-about-page .history--sec .item .wrap:hover {
    background: var(--cl-main);
}
#CR-about-page .history--sec .item .wrap:hover .heading-title {
    -webkit-text-stroke: 1px var(--cl-white);
}
#CR-about-page .history--sec .item .heading-title {
    -webkit-text-stroke: 1px var(--cl-main);
    font-size: 4.6875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    color: var(--cl-white);
    transition: 0.5s ease-in-out;
}
#CR-about-page .history--sec .item .wrap:hover .desc {
    color: var(--cl-white);
}
#CR-about-page .history--sec .item .desc {
    color: var(--cl-black);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4375rem;
    margin-top: 1.25rem;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: calc(1.4375rem * 5);
}
#CR-about-page .history--sec .item .cont--box {
    padding: 1.25rem 1.25rem;
    min-height: 23.125rem;
}
#CR-about-page .history--sec .item .image--box {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}
#CR-about-page .history--sec .item .wrap:hover .image--box img {
    -webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#CR-about-page .history--sec .item .image--box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#CR-about-page .vision--sec {
    padding: 3.75rem 0 4.125rem;
}
#CR-about-page .vision--sec .CR-heading-title--group {
    margin-bottom: 4.375rem;
}
#CR-about-page .vision--sec .list--box {
    margin: -1.25rem 0;
}
#CR-about-page .vision--sec .item {
    width: 50%;
    padding: 1.25rem 0;
}
#CR-about-page .vision--sec .item .wrap {
    position: relative;
    padding: 8.125rem;
}
#CR-about-page .vision--sec .item .wrap:before,
#CR-about-page .vision--sec .item .wrap:after {
    content: "";
    clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
#CR-about-page .vision--sec .item .wrap:before {
    background: var(--cl-main);
    z-index: -1;
    top: 1rem;
    left: 1.25rem;
}
#CR-about-page .vision--sec .item .wrap:after {
    background: var(--cl-hover-main);
    z-index: -2;
}
#CR-about-page .vision--sec .item:nth-child(even) .wrap:before {
    left: 0;
    top: 0;
}
#CR-about-page .vision--sec .item:nth-child(even) .wrap:after {
    left: 1.25rem;
    top: 1rem;
}
#CR-about-page .vision--sec .item .heading-title {
    color: var(--cl-white);
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
#CR-about-page .vision--sec .item .desc {
    margin-top: 1.875rem;
    color: var(--cl-white);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4375rem;
}
#CR-about-page .diagram--sec {
    padding: 4.375rem 0 4.25rem;
}
#CR-about-page .diagram--sec .image--box {
    margin-top: 4.375rem;
}
#CR-about-page .diagram--sec .image--box img {
    width: 100%;
    height: auto;
}
#CR-about-page .core-value--sec {
    background: var(--cl-main);
    position: relative;
    z-index: 1;
}
/*#CR-about-page .core-value--sec:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    left: 40%;*/
/*    bottom: 0;*/
/*    z-index: -1;*/
/*    background: #003c7f;*/
/*    background: -moz-linear-gradient(-90deg, rgb(0 60 127) 0%, rgb(0 60 127 / 0.4962359943977591) 50%, #fff0 100%);*/
/*    background: -webkit-linear-gradient(-90deg, rgb(0 60 127) 0%, rgb(0 60 127 / 0.4962359943977591) 50%, #fff0 100%);*/
/*    background: linear-gradient(-90deg, rgb(0 60 127) 0%, rgb(0 60 127 / 0.4962359943977591) 50%, #fff0 100%);*/
/*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c7f",endColorstr="#003c7f",GradientType=1);*/
/*}*/
#CR-about-page .core-value--sec .img-bottom--box img,
#CR-about-page .core-value--sec .img-top--box img {
    width: 100%;
    height: auto;
}
#CR-about-page .core-value--sec .img-bottom--box:after {
    content: "";
    background: var(--cl-white);
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#CR-about-page .core-value--sec .img-bottom--box {
    position: relative;
}
#CR-about-page .core-value--sec .image--box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}
#CR-about-page .core-value--sec .image--box img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-position: top center;
    object-fit: cover;
}
#CR-about-page .core-value--sec .content--box {
    padding: 4.375rem 0;
}
#CR-about-page .core-value--sec .content--box * {
    color: var(--cl-white);
}
#CR-about-page .core-value--sec .list--box {
    margin-top: 2.1875rem;
}
#CR-about-page .core-value--sec .item {
    width: 100%;
}
#CR-about-page .core-value--sec .item:not(:last-child) {
    margin-bottom: 1.25rem;
}
#CR-about-page .core-value--sec .item .wrap {
    position: relative;
}
#CR-about-page .core-value--sec .item .desc {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4375rem;
}
#CR-about-page .core-value--sec .item .desc b {
    font-weight: 700;
}
#CR-about-page .video--sec {
    position: relative;
}
#CR-about-page .video--sec video {
    width: 100%;
    aspect-ratio: 16/9;
}
#CR-about-page .video--sec .CR-play-video-sec {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#CR-about-page .video--sec .container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
#CR-about-page .video--sec .content--box:after {
    content: "";
    border-radius: 47rem;
    background: rgb(0 0 0 / 0.2);
    -webkit-filter: blur(6.25rem);
    filter: blur(6.25rem);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 100%;
    height: 100%;
}
#CR-about-page .video--sec .content--box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.125rem;
    position: relative;
    width: max-content;
    transform: scale(1);
    transition: 0.5s ease-in-out;
}
#CR-about-page .video--sec .content--box.hide {
    transform: scale(0);
}
#CR-about-page .video--sec .content--box svg {
    width: auto;
    height: 10.625rem;
    transform: translatey(0);
    animation: CRAniFloating 2s ease-in-out infinite;
}
#CR-about-page .video--sec .content--box .logo--box {
    margin-bottom: 0.625rem;
}
#CR-about-page .video--sec .content--box .logo--box img {
    width: auto;
    height: 2.8125rem;
}
#CR-about-page .video--sec .content--box .desc {
    color: var(--cl-white);
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#CR-support-page {
    padding: 0 0 3.125rem;
}
#CR-recruitment-page {
    padding-bottom: 0;
}
#CR-recruitment-page .intro--sec .content--box {
    padding-right: 2.5rem;
}
#CR-recruitment-page .intro--sec .image--box {
    margin-top: 5rem;
}
#CR-recruitment-page .intro--sec .image--box img {
    width: 100%;
    height: auto;
}
#CR-recruitment-page .why--sec {
    padding-top: 6.25rem;
}
#CR-recruitment-page .why--sec .list--box {
    margin: -1.25rem;
}
#CR-recruitment-page .why--sec .item {
    width: 33.33%;
    padding: 1.25rem;
}
#CR-recruitment-page .why--sec .item .wrap {
    position: relative;
    background: var(--cl-white);
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 0.05);
    height: 100%;
}
#CR-recruitment-page .why--sec .item .thumb--box {
    position: relative;
    aspect-ratio: 16/9;
}
#CR-recruitment-page .why--sec .item .thumb--box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#CR-recruitment-page .why--sec .item .content--box {
    padding: 1.625rem 1.875rem 2.5rem;
}
#CR-recruitment-page .why--sec .item .heading-title {
    color: var(--cl-main);
    text-align: center;
    font-size: 1.45rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 auto;
}
#CR-recruitment-page .why--sec .item .desc {
    color: var(--cl-black);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 1.875rem 0 0;
}
#CR-recruitment-page .job-position--sec {
    padding: 8.125rem 0 6.875rem;
}
#CR-recruitment-page .job-position--sec .recruitment-list--box {
    margin-top: 2.5rem;
}
.CR-recruitment-col-box li {
    padding: 0 0.9375rem;
}
.CR-recruitment-col-box li:nth-child(1) {
    width: 10%;
}
.CR-recruitment-col-box li:nth-child(2) {
    flex: 1;
}
.CR-recruitment-col-box li:nth-child(3),
.CR-recruitment-col-box li:nth-child(5) {
    width: 16%;
}
.CR-recruitment-col-box li:nth-child(4){
    width: 20%;
}
.CR-recruitment-col-box li * {
    color: var(--cl-black);
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    text-align: center;
}
.CR-recruitment-list-heading {
    background: var(--cl-main);
}
.CR-recruitment-list-heading li:nth-child(2) p {
    text-align: left;
    justify-content: left;
}
.CR-recruitment-list-heading li p {
    color: var(--cl-white);
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: normal;
    padding: 0.3125rem;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3.75rem;
}
.CR-item-recruitment {
    width: 100%;
    -webkit-box-shadow: 0 3px 10px #fff0;
    box-shadow: 0 3px 10px #fff0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
    border-bottom: 1px solid #bbb;
    margin-bottom: 0.625rem;
}
.CR-item-recruitment:hover {
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.2);
    box-shadow: 0 0.375rem 0.625rem 0 rgb(0 0 0 / 0.2);
    border-color: #fff0;
}
.CR-item-recruitment:not(:first-child) .CR-recruitment-col-box li {
    padding-top: 1.25rem !important;
}
.CR-item-recruitment .CR-recruitment-col-box li {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}
.CR-item-recruitment:hover .CR-recruitment-col-box li * {
    color: var(--cl-main);
}
.CR-item-recruitment .CR-recruitment-col-box li * {
    color: var(--cl-black);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-box-shadow: 0 3px 10px #fff0;
    box-shadow: 0 3px 10px #fff0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-recruitment .CR-recruitment-col-box li:nth-child(2) a {
    text-transform: uppercase;
}
.CR-item-recruitment .CR-recruitment-col-box li:nth-child(2) * {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 700;
}
.CR-item-recruitment ul {
    padding: 0;
    background: var(--cl-white);
}
.CR-item-recruitment ul li {
    padding: 0.9375rem;
}
.CR-item-recruitment a {
    display: block;
    width: 100%;
}
.CR-item-recruitment a:hover {
    color: var(--cl-main) !important;
}
.CR-item-recruitment .label {
    display: none;
}
#CR-recruitment-detail-page {
    padding: 0 0 6.25rem;
}
#CR-recruitment-detail-page .main--sec .info--box .heading-title {
    color: var(--cl-main);
    font-size: 3.4375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}
#CR-recruitment-detail-page .main--sec .info--box .sub--box {
    margin-top: 1.875rem;
    padding: 1.375rem 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
#CR-recruitment-detail-page .main--sec .info--box .sub--box ul {
    margin: -0.5rem -2.1875rem;
}
#CR-recruitment-detail-page .main--sec .info--box .sub--box li {
    width: 50%;
    padding: 0.5rem 2.1875rem;
}
#CR-recruitment-detail-page .main--sec .info--box .sub--box li p {
    color: var(--cl-black);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
#CR-recruitment-detail-page .main--sec .info--box .sub--box .title-item--box {
    gap: 0.9375rem;
    width: 45%;
    min-width: 45%;
    padding-right: 1rem;
}
#CR-recruitment-detail-page .main--sec .info--box .sub--box .title-item--box svg {
    width: auto;
    height: 1.25rem;
}
#CR-recruitment-detail-page .main--sec .info--box .sub--box .title-item--box b {
    color: var(--cl-main);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#CR-recruitment-detail-page .main--sec .main-content--box {
    padding-right: 1rem;
}
#CR-recruitment-detail-page .sidebar--box {
    position: relative;
    height: 100%;
}
#CR-recruitment-detail-page .sidebar--box .row--box:not(:last-child) {
    margin-bottom: 1.875rem;
}
#CR-recruitment-detail-page .sidebar--box .row--box .heading-title {
    display: block;
    position: relative;
    background: var(--cl-main);
    color: var(--cl-white);
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 1.125rem 2.8125rem;
    text-transform: uppercase;
    margin: 0;
    border-radius: 0;
}
#CR-recruitment-detail-page .contact--box {
    border-radius: 0.625rem;
    background: var(--cl-main);
    padding: 1.5625rem;
}
#CR-recruitment-detail-page .related--box {
    position: sticky;
    top: 0;
    transition: 1s ease-in-out;
}
#CR-recruitment-detail-page .sidebar--box .CR-empty-result {
    padding: 1.875rem 0;
    font-size: 0.875rem;
    line-height: normal;
}
#CR-recruitment-detail-page .desc-list--box {
    margin-top: 3.4375rem;
}
#CR-recruitment-detail-page .desc-list--box .row--box {
    padding: 0;
    margin-bottom: 2.5rem;
}
#CR-recruitment-detail-page .desc-list--box .row--box > * {
    width: 100%;
}
#CR-recruitment-detail-page .desc-list--box .row--box .row-heading-title {
    color: var(--cl-main);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1rem;
}
#CR-recruitment-detail-page .desc-list--box .row--box .content--box ul:last-child {
    margin-bottom: 0;
}
#CR-recruitment-detail-page .desc-list--box .action--box a:hover {
    background: var(--cl-white);
    border-color: var(--cl-hover-main);
    color: var(--cl-hover-main);
}
#CR-recruitment-detail-page .desc-list--box .action--box a {
    color: var(--cl-white);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    height: 2.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--cl-main);
    padding: 0 5rem;
    width: max-content;
    background: var(--cl-main);
}
#CR-recruitment-detail-page .desc-list--box .form--box {
    position: relative;
    z-index: 1;
    margin-top: 3.125rem;
    border-radius: 0.625rem;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 0.05);
    padding: 1.875rem;
    display: none;
}
#CR-recruitment-detail-page .desc-list--box .form--box .CR-heading-title--group {
    margin-bottom: 1.875rem;
}
#CR-recruitment-detail-page .desc-list--box .form--box .CR-heading-title--group .heading-title {
    font-size: 3.125rem;
}
#CR-recruitment-detail-page .desc-list--box .form--box .CR-heading-title--group .desc {
    margin-top: 0;
}
#CR-recruitment-detail-page .form--box .expired {
    font-style: italic;
    font-size: 1rem;
    line-height: normal;
    font-weight: 700;
    text-align: center;
    display: block;
    color: var(--cl-main);
}
#CR-recruitment-detail-page .CR-cf7-box input[name="position-contact-recruitment"] {
    pointer-events: none;
}
#CR-recruitment-detail-page .CR-form-def input:not([type="submit"]),
#CR-recruitment-detail-page .CR-form-def textarea {
    background: var(--cl-white);
    border: 1px solid #e1e1e1;
}
#CR-recruitment-detail-page .CR-form-def .def-form-field:nth-last-child(2) label {
    font-weight: 400;
    padding: 0;
}
.CR-item-recruitment-related {
    padding: 0;
    width: 100%;
    margin-top: 0.4375rem;
}
.CR-item-recruitment-related .wrap {
    position: relative;
    border-radius: 0.625rem;
    background: #f9f9f9;
    padding: 1.875rem 1.5625rem;
}
.CR-item-recruitment-related .wrap:hover .title {
    color: var(--cl-main);
}
.CR-item-recruitment-related .title {
    color: var(--cl-black);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin-bottom: 1rem;
}
.CR-item-recruitment-related .date {
    color: var(--cl-black);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    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-item-recruitment-related .date:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33' fill='none'%3E%3Cpath d='M5.15625 16.5H27.8438' stroke='%232356F0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.5625 7.21875L27.8438 16.5L18.5625 25.7812' stroke='%232356F0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.CR-item-recruitment-related .date b {
    font-weight: 400;
}
.CR-item-recruitment .CR-recruitment-col-box li .job-details-group{
    margin-top: 0.625rem;
    gap: 1.875rem;
}
.CR-item-recruitment .CR-recruitment-col-box li .job-details-group .job-details-item{
    gap: 0.625rem;
}
.CR-item-recruitment .CR-recruitment-col-box li .job-details-group .job-details-item span{
    text-transform: unset;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
#CR-news-page {
    padding-bottom: 5.625rem;
}
#CR-news-page .featured--sec {
    margin-bottom: 3.75rem;
}
#CR-news-page .filter--sec {
    margin-bottom: 3.375rem;
}
#CR-news-page .filter--sec .heading-title {
    color: var(--cl-main);
    font-size: 3.4375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}
#CR-news-page .filter--sec ul {
    gap: 1.125rem;
}
#CR-news-page .filter--sec li.active a,
#CR-news-page .filter--sec li a:hover {
    background: var(--cl-main);
    color: var(--cl-white);
}
#CR-news-page .filter--sec li a {
    color: var(--cl-main);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.875rem;
    border: 1px solid var(--cl-main);
}
.CR-news-list--box {
    margin: -1.75rem -0.625rem;
}
#CR-home-page .news--sec .first--box .CR-item-news,
#CR-news-page .featured--sec .CR-item-news:first-child {
    width: 100%;
}
#CR-news-page .featured--sec .CR-item-news:first-child .thumb--box {
    aspect-ratio: 16/6.5;
}
#CR-home-page .news--sec .first--box .CR-item-news .cont--box,
#CR-news-page .featured--sec .CR-item-news:first-child .cont--box {
    padding: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
#CR-news-page .featured--sec .CR-item-news:first-child .cont--box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 35%;
    background: -o-linear-gradient(302deg, rgb(0 60 127 / 0.9) 0%, rgb(5 80 164 / 0.9) 99.05%);
    background: linear-gradient(148deg, rgb(0 60 127 / 0.9) 0%, rgb(5 80 164 / 0.9) 99.05%);
}
#CR-home-page .news--sec .first--box .CR-item-news .cont--box *,
#CR-news-page .featured--sec .CR-item-news:first-child .cont--box * {
    color: var(--cl-white);
}
#CR-home-page .news--sec .first--box .CR-item-news .heading-title,
#CR-news-page .featured--sec .CR-item-news:first-child .heading-title {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.1875rem;
}
#CR-news-page .featured--sec .CR-item-news:first-child .heading-title {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    max-height: calc(2.1875rem * 4);
}
#CR-home-page .news--sec .first--box .CR-item-news .desc,
#CR-news-page .featured--sec .CR-item-news:first-child .desc {
    margin-top: 1.125rem;
    font-size: 1rem;
    line-height: 1.5rem;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    max-height: calc(1.5rem * 4);
}
#CR-home-page .news--sec .first--box .CR-item-news .top-cont--box,
#CR-news-page .featured--sec .CR-item-news:first-child .top-cont--box {
    padding-bottom: 0;
}
#CR-home-page .news--sec .first--box .CR-item-news .wrap:after,
#CR-home-page .news--sec .first--box .CR-item-news .date,
#CR-home-page .news--sec .first--box .CR-item-news .top-cont--box:after,
#CR-news-page .featured--sec .CR-item-news:first-child .wrap:after,
#CR-news-page .featured--sec .CR-item-news:first-child .date,
#CR-news-page .featured--sec .CR-item-news:first-child .top-cont--box:after {
    display: none !important;
}
#CR-home-page .news--sec .first--box .CR-item-news .date-sp,
#CR-home-page .news--sec .first--box .CR-item-news .view-more,
#CR-news-page .featured--sec .CR-item-news:first-child .date-sp,
#CR-news-page .featured--sec .CR-item-news:first-child .view-more {
    display: flex;
}
#CR-home-page .news--sec .first--box .CR-item-news .view-more svg *,
#CR-news-page .featured--sec .CR-item-news:first-child .view-more svg * {
    stroke: var(--cl-white);
}
#CR-home-page .news--sec .first--box .CR-item-news .terms-date--box,
#CR-news-page .featured--sec .CR-item-news:first-child .terms-date--box {
    margin-bottom: 1.5625rem;
}
#CR-home-page .news--sec .first--box .CR-item-news .terms-date--box *,
#CR-news-page .featured--sec .CR-item-news:first-child .terms-date--box * {
    font-size: 1rem;
}
#CR-home-page .news--sec .first--box .CR-item-news .terms-date--box .terms a:hover,
#CR-news-page .featured--sec .CR-item-news:first-child .terms-date--box .terms a:hover {
    text-shadow: 0 0 0.5px var(--cl-white), 0 0 1px var(--cl-white);
}
.CR-item-news {
    width: 25%;
    padding: 1.75rem 0.625rem;
}
.CR-item-news .wrap {
    position: relative;
    height: 100%;
    border-bottom: 1px solid #f5f5f5;
}
.CR-item-news .wrap:hover:after {
    right: 0;
}
.CR-item-news .wrap:after {
    content: "";
    background: var(--cl-main);
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    transition: 0.5s ease-in-out;
}
.CR-item-news .thumb--box {
    position: relative;
    aspect-ratio: 4/3;
}
.CR-item-news .thumb--box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.CR-item-news .cont--box {
    padding: 0.8125rem 0 1.25rem;
}
.CR-item-news .terms-date--box {
    gap: 1.875rem;
    margin-bottom: 0.875rem;
}
.CR-item-news .terms-date--box * {
    color: #666;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.CR-item-news .terms-date--box .date {
    position: relative;
    gap: 0.5rem;
}
.CR-item-news .terms-date--box .date:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -0.9375rem;
    height: 1rem;
    width: 1px;
    background: #666;
}
.CR-item-news .terms-date--box .date svg {
    width: auto;
    height: 1rem;
}
.CR-item-news .terms-date--box .terms {
    position: relative;
    z-index: 3;
}
.CR-item-news .terms-date--box .terms a:hover {
    text-shadow: 0 0 0.5px #666666, 0 0 1px #666;
}
.CR-item-news .top-cont--box {
    padding-bottom: 0.875rem;
    position: relative;
}
.CR-item-news .top-cont--box:after {
    content: "";
    background: var(--cl-hover-main);
    width: 2.3125rem;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.CR-item-news .heading-title {
    color: var(--cl-main);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: calc(1.875rem * 2);
    margin: 0;
}
.CR-item-news .desc {
    color: var(--cl-black);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: calc(1.375rem * 3);
    margin-top: 0.875rem;
}
.CR-item-news .view-more {
    color: var(--cl-black);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 1.5625rem;
    display: none;
    align-items: center;
    gap: 0.625rem;
}
.CR-item-news .view-more svg * {
    stroke: var(--cl-black);
}
.CR-item-news .date-sp {
    text-align: center;
    padding: 1.6875rem;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
    background: var(--cl-hover-main);
    width: max-content;
    position: absolute;
    top: 0;
    left: 0;
}
.CR-item-news .date-sp b {
    font-size: 2.8125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.8125rem;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-news .date-sp p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-news .view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.single-service #CR-footer .ft-img--box,
.single-project #CR-footer .ft-img--box,
.single-pd-news #CR-footer .ft-img--box,
.single-post #CR-footer .ft-img--box {
    display: none;
}
#CR-news-detail-page .main--sec {
    padding-bottom: 6.25rem;
}
#CR-news-detail-page .main--sec .heading--box {
    margin-bottom: 1.875rem;
}
#CR-news-detail-page .main--sec .heading--box .heading-title {
    color: var(--cl-main);
    font-size: 2.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
#CR-news-detail-page .main--sec .heading--box .sub--box {
    margin-top: 1.875rem;
}
#CR-news-detail-page .main--sec .heading--box .sub--box .date {
    color: var(--cl-black);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
#CR-news-detail-page .main--sec .heading--box .sub--box .date svg {
    width: auto;
    height: 1rem;
}
#CR-news-detail-page .main--sec .action--box {
    margin-top: 2.25rem;
}
#CR-news-detail-page .main--sec .heading--box .sub--box,
#CR-news-detail-page .main--sec .action--box {
    border-bottom: 1px solid rgb(102 102 102 / 0.15);
    border-top: 1px solid rgb(102 102 102 / 0.15);
    padding: 0.9375rem 0;
}
#CR-news-detail-page .main--sec .action--box .back a {
    color: var(--cl-black) !important;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 1rem;
}
#CR-news-detail-page .main--sec .action--box .back a:hover {
    color: var(--cl-main);
}
#CR-news-detail-page .main--sec .sidebar--box {
    padding-left: 5rem;
    position: relative;
    height: 100%;
}
#CR-news-detail-page .main--sec .sidebar--box .item--box {
    border: 1px solid rgb(0 60 127 / 0.1);
    background: var(--cl-white);
}
#CR-news-detail-page .main--sec .sidebar--box .item--box:not(:last-child) {
    border-bottom: none;
}
#CR-news-detail-page .main--sec .sidebar--box .item--box .item--wrap {
    position: relative;
    padding: 1.875rem 2.5rem;
}
#CR-news-detail-page .main--sec .sidebar--box .item--box .sidebar-title {
    color: var(--cl-main);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    position: relative;
    gap: 0.4375rem;
}
#CR-news-detail-page .main--sec .sidebar--box .item--box .sidebar-title:before {
    content: "";
    width: 0.375rem;
    height: 1.25rem;
    background: var(--cl-hover-main);
}
#CR-news-detail-page .main--sec .sidebar--box .CR-news-list--box {
    margin: 0;
}
#CR-news-detail-page .main--sec .sidebar--box .CR-item-news {
    width: 100%;
    padding: 0;
}
#CR-news-detail-page .main--sec .sidebar--box .CR-item-news:not(:last-child) {
    margin-bottom: 1.375rem;
}
#CR-news-detail-page .main--sec .sidebar--box .CR-item-news .top-cont--box {
    padding-bottom: 0;
}
#CR-news-detail-page .main--sec .sidebar--box .CR-item-news .thumb--box {
    aspect-ratio: 4/2.5;
}
#CR-news-detail-page .main--sec .sidebar--box .CR-item-news .cont--box {
    padding-bottom: 0;
    padding-top: 0;
}
#CR-news-detail-page .main--sec .sidebar--box .CR-item-news .wrap {
    border: none;
}
#CR-news-detail-page .main--sec .sidebar--box .CR-item-news .terms-date--box .date:after,
#CR-news-detail-page .main--sec .sidebar--box .CR-item-news .top-cont--box:after,
#CR-news-detail-page .main--sec .sidebar--box .CR-item-news:not(:first-child) .terms-date--box,
#CR-news-detail-page .main--sec .sidebar--box .CR-item-news .wrap:after,
#CR-news-detail-page .main--sec .sidebar--box .CR-item-news .terms,
#CR-news-detail-page .main--sec .sidebar--box .CR-item-news .desc {
    display: none !important;
}
#CR-news-detail-page .main--sec .sidebar--box .CR-item-news:first-child .terms-date--box {
    margin-bottom: 0;
}
#CR-news-detail-page .main--sec .sidebar--box .CR-item-news:first-child .cont--box {
    padding-top: 0.875rem;
}
#CR-news-detail-page .main--sec .sidebar--box .CR-item-news:first-child .heading-title {
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.25rem;
    max-height: calc(1.25rem * 2);
}
#CR-news-detail-page .main--sec .sidebar--box .CR-item-news:first-child .top-cont--box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0.625rem;
}
#CR-news-detail-page .main--sec .sidebar--box .CR-item-news:not(:first-child) .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#CR-news-detail-page .main--sec .sidebar--box .CR-item-news:not(:first-child) .thumb--box {
    width: 45%;
    min-width: 45%;
    border-radius: 0.3125rem;
    overflow: hidden;
}
#CR-news-detail-page .main--sec .sidebar--box .CR-item-news:not(:first-child) .cont--box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#CR-news-detail-page .main--sec .sidebar--box .CR-item-news:not(:first-child) .heading-title {
    color: var(--cl-black);
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: calc(1rem * 3);
}
#CR-news-detail-page .main--sec .sidebar--box .terms--box li:not(:last-child) {
    margin-bottom: 1rem;
}
#CR-news-detail-page .main--sec .sidebar--box .terms--box a:hover {
    color: var(--cl-hover-main);
}
#CR-news-detail-page .main--sec .sidebar--box .terms--box a {
    color: var(--cl-black);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 1.25rem;
}
#CR-news-detail-page .main--sec .sidebar--box .terms--box a .icon--box {
    min-width: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgb(0 60 127 / 0.1);
}
#CR-news-detail-page .main--sec .sidebar--box .terms--box a .icon--box svg,
#CR-news-detail-page .main--sec .sidebar--box .terms--box a .icon--box img {
    width: auto;
    height: 50%;
    max-width: 45%;
    object-fit: contain;
}
#CR-news-detail-page .main--sec .sidebar--box .related--box {
    position: sticky;
    top: 7.5rem;
    transition: 1s ease-in-out;
}
#CR-news-detail-page .feedback--sec {
    background: #f6f6f6;
    padding: 6.0625rem 0;
    display: none;
}
#CR-news-detail-page .feedback-question--box.hide {
    transform: scale(0);
    opacity: 0;
}
#CR-news-detail-page .feedback-question--box {
    gap: 2.5rem;
    background: #fafafa;
    padding: 0.9375rem;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 4;
    box-shadow: -1px 2px 16px rgb(0 0 0 / 10%);
    transition: 0.5s ease-in-out;
}
#CR-news-detail-page .feedback-question--box ul {
    gap: 0.625rem;
}
#CR-news-detail-page .feedback-question--box * {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
#CR-news-detail-page .feedback-question--box p {
    color: var(--cl-black);
}
#CR-news-detail-page .feedback-question--box a:hover {
    background: var(--cl-hover-main);
    border-color: var(--cl-hover-main);
}
#CR-news-detail-page .feedback-question--box a {
    color: var(--cl-white);
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.9375rem;
    background: var(--cl-main);
    border: 1px solid var(--cl-main);
}
#CR-form-feedback .heading--box {
    margin-bottom: 2.3125rem;
}
#CR-form-feedback .error-mes-form {
    display: none !important;
}
#CR-form-feedback.no .checkbox-list li.no,
#CR-form-feedback.yes .checkbox-list li.yes,
#CR-form-feedback.no .heading--box .heading-title.no,
#CR-form-feedback.yes .heading--box .heading-title.yes {
    display: block;
}
#CR-form-feedback.yes .checkbox-list li.no,
#CR-form-feedback.no .checkbox-list li.yes,
#CR-form-feedback.yes .heading--box .heading-title.no,
#CR-form-feedback.no .heading--box .heading-title.yes {
    display: none;
}
#CR-form-feedback .heading--box .heading-title {
    color: var(--cl-main);
    text-align: center;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto;
}
#CR-form-feedback .heading--box .desc {
    color: var(--cl-black);
    text-align: center;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    margin-top: 0.625rem;
}
#CR-form-feedback .form--box {
    margin: 0 -6.25rem;
}
#CR-form-feedback .form--box > div {
    width: 50%;
    padding: 0 6.25rem;
}
#CR-form-feedback .form--box .left--box {
    border-right: 1px solid #dcdcdc;
}
#CR-form-feedback .checkbox-list {
    margin: 0 -1.125rem -1.125rem;
}
#CR-form-feedback .checkbox-list li {
    width: 50%;
    padding: 1.125rem;
}
#CR-contact-page {
    padding-bottom: 6.25rem;
}
#CR-contact-page .form--sec .form--box {
    width: 70%;
    margin: 0 auto;
}
#CR-contact-page .form--sec .CR-cf7-box {
    margin-top: 2.5rem;
}
#CR-contact-page .form--sec .CR-form-def .gr-def-form-btn {
    margin-left: 0;
    margin-right: 0;
}
#CR-contact-page .map--sec {
    margin-top: 8.75rem;
}
#CR-contact-page .main-list--box {
    padding: 0;
    width: 35%;
    background: var(--cl-main);
}
#CR-contact-page .map--box {
    width: 65%;
    padding-left: 1.25rem;
}
#CR-contact-page .map--box #CR-offices-map-view {
    height: 100%;
}
#CR-contact-page .filter--box {
    padding: 1.6875rem 1.875rem;
    width: 100%;
    margin: 0;
}
#CR-contact-page .filter--box .item {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#CR-contact-page .filter--box .CR-chosen-item .chosen-single {
    border-color: var(--cl-white) !important;
    background-color: var(--cl-white) !important;
}
#CR-contact-page .filter--box .CR-chosen-item .chosen-single div b:before,
#CR-contact-page .filter--box .CR-chosen-item .chosen-single span {
    color: var(--cl-black);
}
#CR-contact-page .offices--box {
    margin: 0;
    padding: 0 1rem 0 0;
    height: 31.25rem;
    max-height: 31.25rem;
    overflow-y: auto;
    overflow-x: hidden;
}
.CR-item-office {
    width: 100%;
}
.CR-item-office .wrap:hover {
    background: #004592;
    border-color: #fff0;
}
.CR-item-office .wrap {
    padding: 1rem 1.875rem;
    position: relative;
    transition: 0.5s ease-in-out;
}
.CR-item-office .view {
    z-index: 1;
}
.CR-item-office .thumb--box img,
.CR-item-office .view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.CR-item-office .thumb--box {
    position: relative;
    aspect-ratio: 4 / 2.5;
    border-radius: 0.625rem;
    overflow: hidden;
    margin-bottom: 1.75rem;
    display: none;
}
.CR-item-office .content--box {
    color: var(--cl-white);
}
.CR-item-office .heading-title {
    color: var(--cl-white);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0.375rem;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-office .content--box .info--box {
    padding-left: 1rem;
}
.CR-item-office .content--box .info--box li:not(:last-child) {
    margin-bottom: 0.375rem;
}
.CR-item-office li p,
.CR-item-office li a {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: var(--cl-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.CR-item-office li .sub-list--box {
    gap: 0.25rem;
}
.CR-item-office li a {
    position: relative;
    z-index: 2;
}
.CR-item-office li i {
    margin-right: 0.625rem;
    color: #9a9a9a;
    font-size: 1rem;
    min-width: 1rem;
}
.CR-item-office li a:hover {
    text-shadow: 0 0 0.5px var(--cl-white), 0 0 1px var(--cl-white);
}
#CR-compare-page {
    padding-bottom: 5rem;
}
#CR-compare-page .list--box {
    margin: 3.75rem -1.25rem -1.25rem;
}
.CR-item-compare {
    width: 25%;
    padding: 1.25rem;
}
.CR-item-compare .wrap {
    position: relative;
}
.CR-item-compare.success .CR-remove-item-compare {
    transform: scale(1);
    pointer-events: auto;
}
.CR-item-compare .CR-remove-item-compare {
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(0);
    pointer-events: none;
    z-index: 3;
}
.CR-item-compare .CR-remove-item-compare svg {
    fill: var(--cl-hover-main);
    width: auto;
    height: 1.875rem;
    transition: 0.5s ease-in-out;
}
.CR-item-compare.success .action {
    pointer-events: none;
}
.CR-item-compare .action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.CR-item-compare.success .thumb--box {
    border-radius: 0;
    box-shadow: 0 4px 30px 0 #fff0 inset;
}
.CR-item-compare .thumb--box {
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    box-shadow: 0 4px 30px 0 #003c7f inset;
    transition: 0.5s ease-in-out;
}
.CR-item-compare.success .thumb--box:after {
    opacity: 0;
}
.CR-item-compare .thumb--box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    backdrop-filter: blur(2px);
    transition: 0.5s ease-in-out;
}
.CR-item-compare.success .thumb--box img {
    object-fit: contain;
}
.CR-item-compare .thumb--box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.CR-item-compare.success .thumb--box .icon--box {
    opacity: 0;
}
.CR-item-compare .icon--box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s ease-in-out;
    z-index: 1;
    pointer-events: none;
}
.CR-item-compare .icon--box svg {
    width: auto;
    height: 30%;
}
.CR-item-compare .cont--box {
    margin-top: 3.75rem;
}
.CR-item-compare .heading-title {
    color: var(--cl-black);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
#CR-compare-page .action-main--box {
    margin-top: 3.75rem;
}
#CR-compare-page .action-main--box.disabled {
    cursor: no-drop;
}
#CR-compare-page .action-main--box.disabled a {
    pointer-events: none;
    opacity: 0.5;
}
#CR-compare-page .action-main--box a {
    padding: 0 4.375rem;
    margin: 0 auto;
}
#CR-popup-compare .box {
    padding: 4.375rem 2.75rem;
    border-radius: 0;
    max-width: 38.75rem;
    overflow: unset;
}
#CR-popup-compare .heading--box .heading-title {
    color: var(--cl-black);
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0.3125rem;
}
#CR-popup-compare .heading--box .desc {
    color: var(--cl-black);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#CR-popup-compare .main--box {
    margin-top: 1.875rem;
}
#CR-popup-compare .main--box .item--row:not(:last-child) {
    margin-bottom: 1.375rem;
}
#CR-popup-compare .main--box label {
    color: var(--cl-black);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 0.625rem;
}
#CR-popup-compare .action--box {
    margin-top: 3.125rem;
}
#CR-popup-compare .action--box.disabled {
    cursor: no-drop;
}
#CR-popup-compare .action--box.disabled a {
    pointer-events: none;
    opacity: 0.5;
}
#CR-popup-compare .action--box a {
    padding: 0 3.75rem;
    margin: 0 auto;
}
#CR-popup-compare .view--box {
    margin-top: 1.875rem;
    display: none;
}
#CR-popup-compare .view--box .cont--box {
    width: 40%;
    min-width: 40%;
    padding-right: 1.875rem;
}
#CR-popup-compare .view--box .cont--box .heading-title {
    color: var(--cl-black);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    word-break: break-word;
}
#CR-popup-compare .view--box .cont--box .heading-title b {
    font-size: 2.5rem;
    font-weight: 400;
}
#CR-popup-compare .view--box .thumb--box {
    flex: 1;
}
#CR-popup-compare .view--box .thumb--box img {
    width: auto;
    max-width: 100%;
    object-fit: contain;
    height: 9.375rem;
    margin: 0 auto;
}
#CR-comparison-result-page {
    padding-bottom: 5rem;
}
#CR-comparison-result-page .back--box {
    margin-top: 5rem;
}
#CR-comparison-result-page .back--box a {
    color: var(--cl-main);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ecf5ff;
    padding: 0 2.5rem;
    height: 3.75rem;
    gap: 1rem;
    text-transform: uppercase;
    margin: 0 auto;
    width: max-content;
}
#CR-comparison-result-page .back--box a svg {
    width: auto;
    height: 1.5rem;
}
#CR-comparison-result-page .table--box {
    margin-top: 4.375rem;
}
#CR-comparison-result-page .table--box table {
    position: relative;
}
#CR-comparison-result-page .table--box thead {
    transition: 1s ease-in-out;
}
#CR-comparison-result-page .table--box tbody tr,
#CR-comparison-result-page .table--box tbody td,
#CR-comparison-result-page .table--box thead td,
#CR-comparison-result-page .table--box tbody th {
    border: 1px solid #d9d9d9;
}
#CR-comparison-result-page .table--box td {
    width: 18.75%;
}
#CR-comparison-result-page .table--box .product-header td:first-child {
    border: none !important;
    width: 25% !important;
}
#CR-comparison-result-page .table--box tbody td {
    padding: 0.875rem 1.25rem;
    color: var(--cl-black);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#CR-comparison-result-page .table--box tbody .intro td {
    font-size: 1.5625rem;
    width: 100% !important;
}
#CR-comparison-result-page .table--box tbody .intro td,
.CR-item-compare-specification td:first-child {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.CR-item-compare-specification td:first-child {
    font-weight: 700 !important;
}
.CR-item-product-compare {
    background: var(--cl-white);
}
.CR-item-product-compare .thumb--box {
    width: 100%;
    aspect-ratio: 4/3;
    position: relative;
}
.CR-item-product-compare .thumb--box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.CR-item-product-compare .cont--box {
    padding: 0.875rem 1.25rem;
}
.CR-item-product-compare .heading-title {
    color: var(--cl-black);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: calc(1.25rem * 2);
    height: calc(1.25rem * 2);
}
.CR-item-product-compare .price--box,
.CR-item-product-compare .action--box {
    margin-top: 1.5rem;
}
.CR-item-product-compare .action--box a {
    width: 100%;
}
#CR-installment-page {
    padding-bottom: 2.25rem;
}
#CR-installment-page .main--box {
    width: 80%;
    margin: 0 auto;
}
#CR-installment-page .CR-style-default-content {
    margin-top: 6.25rem;
}
#CR-form-installment {
    margin-top: 3.125rem;
}
#CR-form-installment .form--box {
    width: 55%;
}
#CR-form-installment .image--box {
    width: 45%;
    padding-left: 3.125rem;
}
#CR-form-installment .image--box img {
    width: 100%;
    height: auto;
}
#CR-form-installment .price-input--box {
    position: relative;
}
#CR-form-installment .price-input--box input {
    padding-right: 3.75rem;
}
#CR-form-installment .price-input--box .unit {
    color: var(--cl-black);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    width: 3.125rem;
}
#CR-form-installment.CR-def-form-wrap .CR-def-input {
    height: 3.125rem;
}
#CR-form-installment.CR-def-form-wrap .CR-btn-submit-form {
    padding: 0 1.875rem;
}
.results-estimated-installment--box {
    margin-top: 5.3125rem;
}
.CR-estimated-installment-col--box li {
    padding: 0 2.5rem;
}
.CR-estimated-installment-col--box li:nth-child(1) {
    width: 8%;
    padding: 0;
    flex: unset;
}
.CR-estimated-installment-col--box li {
    flex: 1;
}
.CR-estimated-installment-col--box li:last-child {
    width: 25%;
    flex: unset;
}
.CR-estimated-installment-col--box li * {
    color: var(--cl-black);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    text-align: center;
}
.CR-estimated-installment--heading {
    background: var(--cl-main);
    margin-bottom: 0.3125rem;
}
.CR-estimated-installment--heading li:not(:last-child) {
    border-right: 1px solid #e6e6e6;
}
.CR-estimated-installment--heading li:nth-child(1) p {
    text-align: center;
    justify-content: center;
    padding: 0;
}
.CR-estimated-installment--heading li p {
    color: var(--cl-white);
    font-size: 0.9375rem;
    padding: 0;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    justify-content: left;
    height: 3.75rem;
}
.CR-item-estimated-installment {
    width: 100%;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 0.04);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
    margin-bottom: 0.625rem;
}
.CR-item-estimated-installment:hover {
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.2);
    box-shadow: 0 0.375rem 0.625rem 0 rgb(0 0 0 / 0.2);
    border-color: #fff0;
}
.CR-item-estimated-installment .CR-estimated-installment-col--box li {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.CR-item-estimated-installment .CR-estimated-installment-col--box li:not(:last-child) {
    border-right: 1px solid #e6e6e6;
}
.CR-item-estimated-installment:hover .CR-estimated-installment-col--box li * {
    color: var(--cl-main);
}
.CR-item-estimated-installment .CR-estimated-installment-col--box li * {
    -webkit-box-shadow: 0 3px 10px #fff0;
    box-shadow: 0 3px 10px #fff0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-estimated-installment ul {
    padding: 0;
    background: var(--cl-white);
}
.CR-item-estimated-installment a {
    display: block;
    width: 100%;
}
.CR-item-estimated-installment a:hover {
    color: var(--cl-main) !important;
}
.CR-item-estimated-installment .label {
    display: none;
}
.CR-estimated-installment--total {
    background: #f0f7ff;
    padding: 1.875rem;
    margin-top: 1.0625rem;
}
.CR-estimated-installment--total li:not(:last-child) {
    margin-bottom: 0.875rem;
}
.CR-estimated-installment--total b {
    color: var(--cl-black);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.CR-estimated-installment--total p {
    color: var(--cl-hover-main);
    text-align: right;
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#CR-products-page {
    padding-bottom: 2.75rem;
}
#CR-products-page .custom-products-action--sec {
    padding-bottom: 0;
}
#CR-products-page .CR-heading-title--group {
    margin-bottom: 2.75rem;
}
#CR-products-page .brands-slider--box {
    margin: 0 0 5rem;
}
#CR-products-page .CR-slider-brands {
    margin: 0;
    padding: 0 3.125rem;
}
#CR-products-page .CR-slider-brands .CR-custom-arrow-full svg {
    width: 2rem;
    height: 2rem;
    fill: #fff0;
    stroke: var(--cl-main);
}
#CR-products-page .CR-slider-brands .CR-custom-arrow-full.left {
    left: 0;
}
#CR-products-page .CR-slider-brands .CR-custom-arrow-full.right {
    right: 0;
}
.CR-item-product-brand {
    width: 16.6667%;
    padding: 0 1.25rem;
    cursor: pointer;
}
.CR-item-product-brand .wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5.375rem;
    background: var(--cl-white);
}
.CR-item-product-brand.show img {
    opacity: 1;
    filter: grayscale(0);
}
.CR-item-product-brand img {
    width: auto;
    max-width: 80%;
    height: 80%;
    object-fit: contain;
    filter: grayscale(1);
    transition: 0.5s ease-in-out;
    opacity: 0.4;
}
#CR-products-page .overview--box {
    padding: 1rem 0;
}
#CR-products-page .overview--box p {
    color: #666;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
#CR-products-page .overview--box b {
    font-weight: 700;
}
#CR-products-page .heading--box {
    padding-bottom: 1rem;
    border-bottom: 1px solid #dbdbdb;
}
#CR-products-page .heading--box .heading-title {
    color: var(--cl-main);
    font-size: 2.1875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
#CR-products-page .heading--box .sort--box {
    gap: 0.625rem;
}
#CR-products-page .heading--box .sort--box > span {
    color: #b5b5b5;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#CR-products-page .CR-sidebar-products {
    padding-right: 3.125rem;
    position: sticky;
    top: 11rem;
}
#CR-products-page .CR-sidebar-products .CR-close-filter-box,
#CR-products-page .CR-sidebar-products .filter-title--box {
    display: none;
}
#CR-products-page .CR-sidebar-products .item-box.search-box {
    padding-bottom: 0 !important;
    border: none !important;
}
#CR-products-page .CR-sidebar-products .item-box.search-box form {
    position: relative;
}
#CR-products-page .CR-sidebar-products .item-box.search-box input::placeholder {
    color: rgb(0 0 0 / 0.4);
}
#CR-products-page .CR-sidebar-products .item-box.search-box input {
    border: 1px solid #d9d9d9;
    background: var(--cl-white);
    color: var(--cl-black);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 3.75rem 0 1rem;
    height: 3.125rem;
    width: 100%;
    outline: none !important;
}
#CR-products-page .CR-sidebar-products .item-box.search-box button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}
#CR-products-page .CR-sidebar-products .item-box.search-box button svg {
    width: auto;
    height: 30%;
}
#CR-products-page .CR-sidebar-products .item-box:not(:last-child) {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #dbdbdb;
}
#CR-products-page .CR-sidebar-products .item-box .title {
    color: var(--cl-main);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    position: relative;
}
#CR-products-page .CR-sidebar-products .item-box .toggle-filter-item-cont {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    margin: 0 !important;
    color: var(--cl-black);
    font-size: 0.875rem;
}
#CR-products-page .CR-sidebar-products .item-box .list {
    margin-top: 1.25rem;
}
#CR-products-page .CR-sidebar-products .item-checkbox li:not(:last-child) {
    margin-bottom: 1rem;
}
#CR-products-page .CR-sidebar-products .item-checkbox b {
    color: var(--cl-black);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#CR-products-page .CR-sidebar-products .item-checkbox .CR-def-checkbox .checkmark {
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    border-color: var(--cl-black);
}
#CR-products-page .CR-sidebar-products .item-checkbox li.hide {
    cursor: no-drop;
}
#CR-products-page .CR-sidebar-products .item-checkbox li.hide .CR-def-checkbox {
    pointer-events: none;
    opacity: 0.5;
}
#CR-products-page .CR-sidebar-products .item-box.brands-box .list li b {
    text-transform: uppercase;
}
.CR-product-list--box {
    margin: -1.25rem -0.625rem;
}
.CR-item-product {
    width: 33.33%;
    padding: 1.25rem 0.625rem;
}
.CR-item-product .wrap {
    position: relative;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 0.06);
    transition: 0.5s ease-in-out;
    background: var(--cl-white);
    height: 100%;
}
.CR-item-product .wrap:after {
    content: "";
    position: absolute;
    transition: 0.5s ease-in-out;
    height: 0.125rem;
    left: 0;
    right: 100%;
    bottom: 0;
    background: var(--cl-hover-main);
}
/*.CR-item-product .wrap:hover:after {*/
/*    right: 0;*/
/*}*/
.CR-item-product .wrap:hover {
    box-shadow: -1px 4px 29px rgb(0 0 0 / 21%);
}
.CR-item-product .tags--box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.5);
    backdrop-filter: blur(5px);
}
.CR-item-product .tags--box .tag {
    color: var(--cl-white);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
}
.CR-item-product.type-2 .thumb--box {
    background: #fafafa;
}
.CR-item-product .thumb--box {
    width: 100%;
    aspect-ratio: 4/3;
    position: relative;
}
.CR-item-product.type-2 .thumb--box img {
    width: 90%;
    height: 90%;
}
.CR-item-product .thumb--box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}
.CR-item-product .cont--box {
    padding: 1rem 1rem 0;
}
.CR-item-product .wrap:hover .heading-title {
    color: var(--cl-main);
}
.CR-item-product .heading-title {
    color: var(--cl-black);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: calc(1.5625rem * 2);
    margin: 0;
    min-height: 3rem;
}
.CR-item-product .action--box {
    border-top: 1px solid #d7d7d7;
    margin-top: 1.125rem;
}
.CR-item-product .action--box .brand--box {
    width: 30%;
    min-width: 30%;
    display: flex;
    align-items: center;
    padding-right: 1.5625rem;
}
.CR-item-product .action--box .brand--box img {
    width: 100%;
    height: auto;
}
.CR-item-product .action--box .sub--box {
    flex: 1;
}
.CR-item-product .action--box .item {
    width: 100%;
}
.CR-item-product .action--box .item :hover svg{
    transform: rotate(360deg);
}
.CR-item-product .action--box .item:not(:last-child) {
    border-bottom: 1px dashed rgb(215 215 215 / 0.6);
}
.CR-item-product .action--box .item a {
    color: var(--cl-black);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.875rem 0;
}
.CR-item-product .action--box .item a .spinner-submit {
    width: 1.125rem;
    height: 1.125rem;
}
.CR-item-product .action--box .item a.CR-open-popup {
    color: var(--cl-hover-main) !important;
}
/*.CR-item-product .action--box .item a:hover svg {*/
/*    transform: rotate(180deg);*/
/*}*/
.CR-item-product .action--box .item a svg {
    width: auto;
    height: 1.25rem;
    transition: 0.5s ease-in-out;
}
.CR-item-product .price--box {
    margin-top: 0.875rem;
}
.CR-item-product.type-1 .wrap,
.CR-item-product.type-2 .wrap{
    display: flex;
    flex-direction: column;
}
.CR-item-product.type-1 .wrap .cont--box,
.CR-item-product.type-2 .wrap .cont--box{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.CR-item-product.type-1 .wrap .cont--box > a,
.CR-item-product.type-2 .wrap .cont--box > a{
    margin-bottom: auto;
}
.CR-item-product.type-2 .price--box .CR-woo-prices * {
    color: var(--cl-black);
}
.CR-item-product .price--box .CR-woo-prices * {
    color: var(--cl-main);
}
.CR-item-product .price--box .CR-woo-prices * {
    font-size: 1.25rem;
    font-weight: 700;
}
.CR-item-product .price--box .CR-woo-prices del,
.CR-item-product .price--box .CR-woo-prices del span,
.CR-item-product .price--box .CR-woo-prices del span * {
    font-size: 0.875rem;
}
.CR-item-product .price--box .CR-woo-prices ins span * {
    font-size: 1.125rem;
}
.custom-products-action--sec {
    padding: 8.75rem 0;
}
.custom-products-action--sec .list--box {
    margin: -0.625rem;
}
.custom-products-action--sec .item {
    width: 33.33%;
    padding: 0.625rem 0.9rem;
    flex-grow: 1;
}
.custom-products-action--sec .item a {
    height: 6.25rem;
    padding: 0.5rem;
    color: var(--cl-main);
    text-align: center;
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    background: #ecf5ff;
    width: 100%;
    border: none;
}
.custom-products-action--sec .item .CR-btn-style-icon:hover {
    color: var(--cl-white);
}
.custom-products-action--sec .item .CR-btn-style-icon .btn-bg {
    background: var(--cl-main);
}
#CR-single-product-page .product-sp-main--box .main-heading-default--box {
    margin-bottom: 3.125rem;
}
#CR-single-product-page .product-sp-main--box .main-heading-default--box .heading-title {
    color: var(--cl-main);
    font-size: 2.1875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
}
#CR-single-product-page .product-sp-main--box .main-heading-default--box .desc {
    color: var(--cl-black);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.625rem;
}
#CR-single-product-page .product-sp-main--box .intro--sec {
    position: relative;
}
#CR-single-product-page .product-sp-main--box .intro--sec .breadcrumb--box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
#CR-single-product-page .product-sp-main--box .intro--sec .CR-breadcrumb{
    padding: 0.625rem  0 7.1875rem;
    align-items: flex-start;
}
#CR-single-product-page .product-sp-main--box .intro--sec .CR-breadcrumb .current {
    color: var(--cl-white);
    -webkit-line-clamp: 3;
}
#CR-single-product-page .product-sp-main--box .intro--sec .banner--box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#CR-single-product-page .product-sp-main--box .intro--sec .banner--box:after {
    content: "";
    opacity: 0.8;
    background: linear-gradient(90deg, #000 0%, #fff0 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
#CR-single-product-page .product-sp-main--box .intro--sec .banner--box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}
#CR-single-product-page .product-sp-main--box .intro--sec .left--box {
    background: rgb(0 60 127 / 0.3);
    backdrop-filter: blur(1rem);
    padding: 0 0 5.3125rem calc((100% - 1386px) / 2) !important;
}
#CR-single-product-page .product-sp-main--box .intro--sec .right--box {
    position: relative;
}
#CR-single-product-page .product-sp-main--box .intro--sec .content--box {
    width: 100%;
    padding-right: 4.375rem;
}
#CR-single-product-page .product-sp-main--box .intro--sec .heading-title {
    color: var(--cl-white);
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.1875rem;
    margin: 0;
}
#CR-single-product-page .product-sp-main--box .intro--sec .price--box,
#CR-single-product-page .product-sp-main--box .intro--sec .main-specification--box {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgb(255 255 255 / 0.5);
}
#CR-single-product-page .product-sp-main--box .intro--sec .main-specification--box li {
    color: var(--cl-white);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    gap: 0.25rem;
}
#CR-single-product-page .product-sp-main--box .intro--sec .main-specification--box li {
    margin-bottom: 0.5rem;
}
#CR-single-product-page .product-sp-main--box .intro--sec .main-specification--box li b {
    font-weight: 400;
    min-width: max-content;
}
#CR-single-product-page .product-sp-main--box .intro--sec .main-specification--box ul {
    max-height: unset !important;
    overflow-y: auto;
    padding-right: 3.125rem;
}
#CR-single-product-page .product-sp-main--box .intro--sec .price--box {
    flex-direction: column-reverse;
    align-items: baseline;
}
#CR-single-product-page .product-sp-main--box .intro--sec .price--box.CR-woo-prices * {
    font-size: 3.125rem;
    font-weight: 700;
    color: var(--cl-white);
}
#CR-single-product-page .product-sp-main--box .intro--sec .price--box.CR-woo-prices del,
#CR-single-product-page .product-sp-main--box .intro--sec .price--box.CR-woo-prices del span,
#CR-single-product-page .product-sp-main--box .intro--sec .price--box.CR-woo-prices del span * {
    font-size: 1.5625rem;
}
#CR-single-product-page .product-sp-main--box .intro--sec .price--box.CR-woo-prices ins span * {
    font-size: 3.125rem;
}
#CR-single-product-page .product-sp-main--box .intro--sec .right--box{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.75rem !important;
}
#CR-single-product-page .product-sp-main--box .intro--sec .main-thumb--box {
    /*position: absolute;*/
    width: 100%;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*bottom: 5.3125rem;*/
}
#CR-single-product-page .product-sp-main--box .intro--sec .thumb--box {
    position: relative;
    width: 100%;
}
#CR-single-product-page .product-sp-main--box .intro--sec .thumb--box:after {
    content: "";
    border-radius: 48.5625rem;
    background: var(--cl-black);
    filter: blur(27px);
    position: absolute;
    bottom: -2%;
    left: 50%;
    transform: translateX(-50%);
    height: 15%;
    width: 75%;
    z-index: -1;
    display: none;
}
#CR-single-product-page .product-sp-main--box .intro--sec .thumb--box img {
    width: 90%;
    height: auto;
    max-height: 25rem;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
#CR-single-product-page .product-sp-main--box .intro--sec .main-thumb--box a {
    margin: 1.25rem auto 0;
    min-width: 18.75rem;
    max-width: 100%;
}
#CR-single-product-page .CR-nav-scroll--sec {
    position: sticky;
    top: 0;
    z-index: 9;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: var(--cl-white);
    width: 100%;
    padding: 0.3125rem 0;
}
#CR-single-product-page .CR-nav-scroll--sec ul {
    justify-content: center;
}
#CR-single-product-page .CR-nav-scroll--sec li:not(:last-child) a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 1.375rem;
    background: #959595;
}
#CR-single-product-page .CR-nav-scroll--sec li a {
    color: var(--cl-black);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#CR-single-product-page .specification--sec {
    padding: 6.25rem 0 6.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
#CR-single-product-page .specification--sec:after {
    content: "";
    background: linear-gradient(180deg, #fff0 0%, #fff 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
}
#CR-single-product-page .specification--sec .main--box {
    background: #fbfdff;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 0.05);
    padding: 6.25rem;
}
#CR-single-product-page .specification--sec .list--box {
    margin: -1.125rem;
}
#CR-single-product-page .specification--sec .item--box {
    width: 100%;
    padding: 1.125rem;
}
#CR-single-product-page .specification--sec .item--box .wrap {
    position: relative;
}
#CR-single-product-page .specification--sec .item--box .main-title {
    color: var(--cl-main);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    text-transform: uppercase;
}
#CR-single-product-page .specification--sec .item--box .sub-list--box {
    margin-top: 0.625rem;
    max-height: unset !important;
    overflow-y: auto;
    padding-right: 0.25rem;
}
#CR-single-product-page .specification--sec .item--box .sub-list--box li {
    display: flex;
    padding: 0.625rem 0;
}
#CR-single-product-page .specification--sec .item--box .sub-list--box li:nth-child(odd) {
    background: #f6f6f6;
}
#CR-single-product-page .specification--sec .item--box .sub-list--box li p {
    width: 50%;
    padding: 0 1rem;
}
#CR-single-product-page .specification--sec .item--box .sub-list--box li * {
    color: var(--cl-black);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
#CR-single-product-page .utilities--sec {
    background: var(--cl-main);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#CR-single-product-page .utilities--sec .img-bottom--box img,
#CR-single-product-page .utilities--sec .img-top--box img {
    width: 100%;
    height: auto;
}
#CR-single-product-page .utilities--sec .img-bottom--box {
    position: relative;
}
#CR-single-product-page .utilities--sec .img-bottom--box:after {
    content: "";
    background: var(--cl-white);
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#CR-single-product-page .utilities--sec .main--box {
    padding: 6.25rem 0;
}
#CR-single-product-page .product-sp-main--box .utilities--sec .main-heading-default--box {
    margin-bottom: 4.375rem;
}
#CR-single-product-page .product-sp-main--box .utilities--sec .main-heading-default--box .heading-title {
    color: var(--cl-white);
}
#CR-single-product-page .utilities--sec .slider--box {
    margin: 0 auto;
    width: 58%;
}
#CR-single-product-page .utilities--sec .slider--box .slick-list {
    overflow: unset;
}
#CR-single-product-page .utilities--sec .item {
    width: 33.33%;
    padding: 0;
}
#CR-single-product-page .utilities--sec .item.slick-current .wrap {
    transform: scale(1);
}
#CR-single-product-page .utilities--sec .item .wrap {
    position: relative;
    transition: 0.85s ease-in-out;
    transform: scale(0.9);
}
#CR-single-product-page .utilities--sec .item.slick-current .thumb--box:before {
    opacity: 0;
}
#CR-single-product-page .utilities--sec .item .thumb--box:before {
    content: "";
    background: linear-gradient(0deg, rgb(0 0 0 / 0.4) 0%, rgb(0 0 0 / 0.4) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.85s ease-in-out;
    z-index: 1;
}
#CR-single-product-page .utilities--sec .item .thumb--box {
    position: relative;
    aspect-ratio: 16/9;
}
#CR-single-product-page .utilities--sec .item .thumb--box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#CR-single-product-page .utilities--sec .item.slick-current .desc {
    opacity: 1;
    transform: scale(1);
}
#CR-single-product-page .utilities--sec .item .desc {
    color: var(--cl-white);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6875rem;
    width: 80%;
    margin: 1.875rem auto 0;
    transition: 1s ease-in-out;
    opacity: 0;
    /*max-height: 6rem;*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
#CR-single-product-page .library--sec {
    position: relative;
    padding: 1.875rem 0 0;
}
#CR-single-product-page .library--sec .background--box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#CR-single-product-page .library--sec .background--box:before {
    background: linear-gradient(0deg, #fff0 0%, #fff 100%);
    bottom: 70%;
    top: 0;
}
#CR-single-product-page .library--sec .background--box:after {
    background: linear-gradient(180deg, #fff0 0%, #fff 100%);
    top: 70%;
    bottom: 0;
}
#CR-single-product-page .library--sec .background--box:before,
#CR-single-product-page .library--sec .background--box:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
#CR-single-product-page .library--sec .background--box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
#CR-single-product-page .library--sec .tabs--box {
    margin: 2.1875rem auto 0;
    width: 100% !important;
}
#CR-single-product-page .library--sec .tabs--box .nav-tabs {
    margin-bottom: 0;
    border: none;
    gap: 0.3125rem;
}
#CR-single-product-page .library--sec .tabs--box .nav-tabs .nav-item {
    padding: 0;
}
#CR-single-product-page .library--sec .tabs--box .nav-tabs button.active {
    color: var(--cl-white);
    background-color: var(--cl-main);
}
#CR-single-product-page .library--sec .tabs--box .nav-tabs button {
    padding: 0 1.25rem;
    height: 2.8125rem;
    min-width: 9.375rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    border: 1px solid var(--cl-main);
    background-color: var(--cl-white);
    font-size: 0.9375rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
    color: var(--cl-main);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    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;
    border-radius: 0;
}
#CR-single-product-page .library--sec .tabs--box .tab-content {
    margin: 2.8125rem 0 0;
    padding: 0;
    border-radius: 0;
}
#CR-single-product-page .library--sec .tabs--box .tab-content > .active.tab-pane {
    height: auto;
    pointer-events: auto;
    opacity: 1;
}
#CR-single-product-page .library--sec .tabs--box .tab-content > .tab-pane {
    display: block;
    height: 0;
    pointer-events: none;
    opacity: 0;
    transition: 0.5s ease-in-out;
}
#CR-single-product-page .library--sec .tabs--box .tab-content > .active.tab-pane .tab--box {
    -webkit-animation: fadeInLeft 0.85s both 0.85s;
    animation: fadeInLeft 0.85s both 0.85s;
}
#CR-single-product-page .library--sec .tabs--box .tab-content .tab--box {
    -webkit-animation: fadeOutLeft 0.85s both;
    animation: fadeOutLeft 0.85s both;
}
#CR-single-product-page .library--sec .tabs--box .item {
    width: 100%;
}
#CR-single-product-page .library--sec .tabs--box .item.slick-current .wrap {
    opacity: 1;
}
#CR-single-product-page .library--sec .tabs--box .item .wrap {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 9px 30px 0 rgb(0 0 0 / 0.15);
    box-shadow: 0 9px 30px 0 rgb(0 0 0 / 0.15);
    opacity: 0;
    transition: 0.75s ease-in-out;
}
#CR-single-product-page .library--sec .tabs--box .item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: -1;
}
#CR-single-product-page .library--sec .tabs--box .item .wrap a {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    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-single-product-page .library--sec .tabs--box .item .wrap a svg * {
    fill: var(--cl-hover-main);
    stroke: var(--cl-hover-main);
}
#CR-single-product-page .library--sec .CR-custom-dots-line-sp .slick-dots li button {
    background-color: rgb(0 60 127 / 0.3);
}
#CR-single-product-page .library--sec .CR-custom-dots-line-sp .slick-dots li.slick-active button {
    background-color: var(--cl-main);
}
#CR-single-product-page .custom-products-action--sec {
    padding-top: 6.25rem;
}
#CR-single-product-page .contact--sec {
    padding-bottom: 3.125rem;
}
#CR-single-product-page .contact--sec .main--box {
    background: var(--cl-white);
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 0.05);
}
#CR-single-product-page .degrees--sec {
    padding: 7.5rem 0;
}
#CR-single-product-page .degrees--sec .catalogue--box {
    margin-top: 2.1875rem;
}
#CR-single-product-page .degrees--sec .catalogue--box a {
    margin: 0 auto;
}
#CR-single-product-page .degrees--sec .catalogue--box .form--box {
    background: var(--cl-white);
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 0.05);
    padding: 2.5rem;
    border-radius: 1rem;
    width: 75%;
    margin: 2.5rem auto 0;
    display: none;
}
#CR-single-product-page .catalogue--box .CR-cf7-box {
    margin-top: 1.5rem;
}
#CR-single-product-page .catalogue--box .heading-title {
    color: var(--cl-black);
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
#CR-single-product-page .catalogue--box .desc {
    color: var(--cl-black);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 1.5rem;
}
#CR-single-product-page .catalogue--box .CR-form-def .gr-def-form-btn {
    margin-right: 0;
    margin-left: 0;
}
.CR-three-sixty-main--box {
    width: 100%;
    margin: 0 auto;
}
.CR-three-sixty--box {
    width: 90% !important;
    overflow: hidden;
    min-height: 15.625rem;
    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;
    height: auto !important;
    aspect-ratio: 16 / 9;
}
.CR-three-sixty--box .threesixty_images {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
#CR-single-product-page .degrees--sec .note {
    color: var(--cl-black);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0 auto;
}
#CR-single-product-page .degrees--sec .note svg {
    width: auto;
    height: 2.1875rem;
}
#CR-single-product-page .comments--sec {
    padding: 5rem 0;
}
#CR-single-product-page .single-pd-related--sec {
    padding: 2rem 0 3.25rem;
}
#CR-single-product-page .single-pd-related--sec .CR-item-product {
    width: 25%;
}
#CR-single-product-page .single-pd-related--sec .heading--box {
    margin-bottom: 3.125rem;
}
#CR-single-product-page .single-pd-related--sec .heading--box .heading-title {
    color: var(--cl-main);
    font-size: 2.1875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
#CR-single-product-page .single-pd-related--sec .arrow--box {
    gap: 0.625rem;
}
#CR-single-product-page .single-pd-related--sec .CR-custom-arrow {
    position: initial !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
    background: #fff0;
    transform: unset;
}
#CR-single-product-page .single-pd-related--sec .CR-custom-arrow:hover .icon {
    background: var(--cl-main);
}
#CR-single-product-page .single-pd-related--sec .CR-custom-arrow .icon {
    opacity: 1;
    border: 1px solid var(--cl-main);
    width: 3.125rem;
    height: 3.125rem;
    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: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: var(--cl-white);
}
#CR-single-product-page .single-pd-related--sec .CR-custom-arrow:hover svg * {
    stroke: var(--cl-white) !important;
}
#CR-single-product-page .single-pd-related--sec .CR-custom-arrow svg * {
    stroke: var(--cl-main);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    stroke-width: 3px;
}
#CR-single-product-page .single-pd-related--sec .list--box.slick-slider {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
}
#CR-single-product-page .single-pd-related--sec .slick-list {
    padding: 0 1.25rem;
}
#CR-single-product-page .single-pd-related--sec .list--box.slick-slider .CR-item-product:not(.slick-active) .wrap {
    opacity: 0;
}
#CR-single-product-page .single-product-top--sec .CR-gallery-pd-box {
    padding-right: 3.75rem;
}
#CR-single-product-page .single-product-top--sec .CR-custom-meta-pd .main-title {
    color: var(--cl-main);
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.25rem;
}
#CR-single-product-page .single-product-top--sec .CR-custom-meta-pd .review-info-box {
    margin: 1.25rem 0;
    padding: 1.25rem 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
#CR-single-product-page .single-product-top--sec .CR-custom-meta-pd .review-info-box .item:not(:last-child) {
    position: relative;
    margin-right: 0.875rem;
    padding-right: 0.875rem;
}
#CR-single-product-page .single-product-top--sec .CR-custom-meta-pd .review-info-box .item:not(:last-child):after {
    content: "";
    width: 1px;
    height: 1rem;
    background: #999;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#CR-single-product-page .single-product-top--sec .CR-custom-meta-pd .review-info-box p {
    color: var(--cl-black);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
#CR-single-product-page .single-product-top--sec .CR-custom-meta-pd .review-info-box span {
    color: #999;
}
#CR-single-product-page .CR-variations-box .detail-variation .label--box .label,
#CR-single-product-page .single-product-top--sec .CR-custom-meta-pd .sub-title {
    color: var(--cl-black);
    font-size: 0.9375rem;
    line-height: normal;
    margin-right: 1rem;
    font-style: normal;
    font-weight: 400;
}
#CR-single-product-page .single-product-top--sec .CR-custom-meta-pd .CR-add-cart-pd-box .stock {
    display: none;
}
#CR-single-product-page .single-product-top--sec .CR-custom-meta-pd .CR-custom-add-cart-box {
    margin-top: 2.5rem;
}
#CR-single-product-page .single-product-top--sec .CR-custom-meta-pd .CR-custom-qty-box,
#CR-single-product-page .single-product-top--sec .CR-custom-meta-pd .stock-status--box {
    margin-top: 1.125rem;
}
#CR-single-product-page .single-product-top--sec .CR-custom-meta-pd .stock-status--box p {
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    display: block !important;
    text-transform: capitalize;
}
#CR-single-product-page .single-product-top--sec .CR-custom-meta-pd .stock-status--box .in-stock {
    color: #1fa425;
}
#CR-single-product-page .single-product-top--sec .CR-custom-meta-pd .stock-status--box .out-of-stock {
    color: var(--cl-red);
}
#CR-single-product-page .single-product-top--sec .CR-custom-meta-pd .main-price--box .CR-woo-prices * {
    font-size: 1.5625rem;
    font-weight: 700;
}
#CR-single-product-page .single-product-top--sec .CR-custom-meta-pd .main-price--box .CR-woo-prices del,
#CR-single-product-page .single-product-top--sec .CR-custom-meta-pd .main-price--box .CR-woo-prices del span,
#CR-single-product-page .single-product-top--sec .CR-custom-meta-pd .main-price--box .CR-woo-prices del span * {
    font-size: 0.875rem;
}
#CR-single-product-page .single-product-top--sec .CR-custom-meta-pd .main-price--box .CR-woo-prices ins span * {
    font-size: 1.25rem;
}
#CR-single-product-page .single-product-top--sec .CR-custom-add-cart-box .hide--box {
    gap: 0.625rem;
}
#CR-single-product-page .single-product-top--sec .CR-custom-add-cart-box .hide--box .CR-btn:hover,
#CR-single-product-page .single-product-top--sec .CR-custom-add-cart-box .hide--box button.CR-btn {
    background: var(--cl-main) !important;
    color: var(--cl-white) !important;
}
#CR-single-product-page .single-product-top--sec .CR-custom-add-cart-box .hide--box button.CR-btn:hover,
#CR-single-product-page .single-product-top--sec .CR-custom-add-cart-box .hide--box .CR-btn {
    background: var(--cl-white) !important;
    color: var(--cl-main) !important;
}
#CR-single-product-page .single-product-top--sec .CR-custom-add-cart-box .hide--box .CR-btn {
    width: 50%;
    padding: 0 1rem;
    border: 1px solid var(--cl-main);
    height: 2.8125rem;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease-in-out;
    border-radius: 0;
}
#CR-single-product-page .CR-variations-box {
    margin-top: 1.25rem;
}
#CR-single-product-page .CR-variations-box .detail-variation .label--box {
    margin: 0;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}
#CR-single-product-page .CR-variations-box .detail-variation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#CR-single-product-page .CR-variations-box .detail-variation:not(:last-child) {
    margin-bottom: 1.25rem;
}
#CR-single-product-page .CR-variations-box .tawcvs-swatches {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.625rem;
}
#CR-single-product-page .CR-variations-box .hrSwatch {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-width: max-content;
}
#CR-single-product-page .CR-variations-box .hrSwatch.swatch-label {
    background-color: transparent !important;
    width: auto;
    height: auto !important;
    border-radius: 0 !important;
}
#CR-single-product-page .CR-variations-box .hrSwatch.swatch-label.selected .hrDown {
    border-color: var(--cl-main);
    background-color: var(--cl-main) !important;
    color: var(--cl-white);
}
#CR-single-product-page .CR-variations-box .hrSwatch.swatch-label .hrDown {
    padding: 0 1.25rem;
}
#CR-single-product-page .CR-variations-box .hrSwatch.swatch-color.selected {
    border-color: var(--cl-main) !important;
}
#CR-single-product-page .CR-variations-box .hrSwatch.swatch-color {
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
    border: 1px solid transparent !important;
    position: relative;
}
#CR-single-product-page .CR-variations-box .hrSwatch.swatch-color.selected:after {
    border-color: var(--cl-white);
}
#CR-single-product-page .CR-variations-box .hrSwatch.swatch-color:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 2px solid #fff0;
    transition: 0.5s ease-in-out;
}
#CR-single-product-page .CR-variations-box .hrDown {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: normal;
    background-color: var(--cl-white) !important;
    color: var(--cl-black);
    border: 0.5px solid #eaeaea;
    text-indent: initial;
}
#CR-single-product-page .CR-variations-box .hrImg,
#CR-single-product-page .CR-variations-box .hrDown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 1.875rem;
    border-radius: 0.125rem;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
#CR-single-product-page .CR-variations-box .detail-variation .label--box .label .view,
#CR-single-product-page .single-variation-wrap .woocommerce-variation-description,
#CR-single-product-page .single-variation-wrap .woocommerce-variation-price,
#CR-single-product-page .single-variation-wrap .woocommerce-variation-availability,
#CR-single-product-page .tawcvs-swatches .swatch-color.selected:before,
#CR-single-product-page .CR-price-product #CR-main-price.hide {
    display: none !important;
}
#CR-single-product-page .single-product-top--sec .CR-gift-pd-box {
    background: var(--cl-white);
    border: 1px solid var(--cl-main);
    border-radius: 0;
    margin-top: 2.5rem;
    padding: 1.5625rem 1.125rem 0.625rem;
    position: relative;
}
#CR-single-product-page .single-product-top--sec .CR-gift-pd-box .head {
    background: var(--cl-main);
    border: 1px solid var(--cl-main);
    position: absolute;
    top: -0.9375rem;
    left: 1.125rem;
    height: 1.875rem;
    border-radius: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: normal;
    padding: 0 1.25rem;
    color: var(--cl-white);
}
.CR-item-gift-product:not(:last-child) {
    margin-bottom: 0.5rem;
}
.CR-item-gift-product {
    width: 100%;
}
.CR-item-gift-product .wrap {
    position: relative;
}
.CR-item-gift-product .cont--box {
    flex: 1;
    padding: 0 0.625rem;
}
.CR-item-gift-product .thumb--box {
    min-width: 2.875rem;
    width: 2.875rem;
    aspect-ratio: 1/1;
    position: relative;
    border: 1px solid #dedede;
    border-radius: 0.25rem;
    overflow: hidden;
}
.CR-item-gift-product .thumb--box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.CR-item-gift-product .heading-title {
    font-style: normal;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: normal;
    margin-bottom: 0.375rem;
    display: block;
    color: var(--cl-black);
}
.CR-item-gift-product .CR-woo-prices * {
    font-size: 0.75rem !important;
}
#CR-single-product-page .single-product-center--sec {
    margin-top: 6.25rem;
}
#CR-single-product-page .single-product-center--sec .main-tab--box .nav-tabs {
    border: none;
}
#CR-single-product-page .single-product-center--sec .main-tab--box .nav-tabs li button:hover,
#CR-single-product-page .single-product-center--sec .main-tab--box .nav-tabs li button.active {
    background: var(--cl-main);
    color: var(--cl-white);
}
#CR-single-product-page .single-product-center--sec .main-tab--box .nav-tabs li button {
    color: #8e8e8e;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 0.9375rem;
    height: 2.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
    transition: 0.5s ease-in-out;
    background: var(--cl-white);
}
#CR-single-product-page .single-product-center--sec .main-tab--box .tab--box {
    padding: 2.8125rem 0rem;
}
#CR-single-product-page .single-product-center--sec .main-tab--box .tab--box > div {
    width: 50%;
}
#CR-single-product-page .single-product-center--sec .main-tab--box .editor--box {
    padding-right: 1.75rem;
}
#CR-single-product-page .single-product-center--sec .main-tab--box .catalogue--box {
    padding-right: 8.75rem;
}
#CR-single-product-page .single-product-center--sec .main-tab--box .content--box .heading-title {
    color: var(--cl-black);
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2.25rem;
}
#CR-single-product-page .single-product-center--sec .main-tab--box .image--box img {
    width: 100%;
    height: auto;
}
.CR-custom-sticky-icons {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 999;
}
.CR-custom-sticky-icons .item .wrap:hover .icon--box,
.CR-custom-sticky-icons.active .action--box .CR-toggle-sticky-icons {
    background: var(--cl-hover-main);
}
.CR-custom-sticky-icons .item .icon--box,
.CR-custom-sticky-icons .action--box .CR-toggle-sticky-icons {
    width: 3.75rem;
    height: 3.75rem;
    position: relative;
    border-radius: 50%;
    border: 2px solid var(--cl-white);
    background: var(--cl-main);
    -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-custom-sticky-icons.active .action--box .close,
.CR-custom-sticky-icons .action--box .open {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.CR-custom-sticky-icons.active .action--box .open,
.CR-custom-sticky-icons .action--box .close {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}
.CR-custom-sticky-icons .item .icon--box img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 50% !important;
    max-width: 80% !important;
}
.CR-custom-sticky-icons .item .icon--box img,
.CR-custom-sticky-icons .action--box svg {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: auto;
    max-width: 60%;
    height: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.CR-custom-sticky-icons.active ul {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}
.CR-custom-sticky-icons ul {
    gap: 0.5rem;
    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: calc(100% + 0.5rem /* 8/16 */);
    -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);
    opacity: 0;
    pointer-events: none;
}
.CR-custom-sticky-icons .item .wrap {
    position: relative;
}
.CR-custom-sticky-icons .item .wrap:hover .heading--box {
    right: 1.875rem;
    opacity: 1;
    pointer-events: auto;
}
.CR-custom-sticky-icons .item .heading--box {
    position: absolute;
    top: 50%;
    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;
    opacity: 0;
}
.CR-custom-sticky-icons .item .heading {
    color: var(--cl-white);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: var(--cl-hover-main);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.1875rem;
    padding: 0 3.125rem 0 1.875rem;
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}
#CR-popup-all-page .box {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
    width: 80%;
    max-width: 27.5rem;
    max-height: 100%;
    padding: 0;
    border-radius: 0;
    background: #fff0;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: unset;
    backdrop-filter: unset !important;
}
#CR-popup-all-page .box a {
    outline: none !important;
}
#CR-popup-all-page .CR-pop-all-page-img {
    display: block;
    width: 100%;
    overflow: hidden;
    height: auto;
}
#CR-popup-all-page .CR-close-popup-btn svg {
    width: auto;
    height: 50%;
}
#CR-popup-all-page .CR-close-popup-btn {
    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;
    width: 1.875rem;
    height: 1.875rem;
    background: var(--cl-white);
    position: absolute;
    top: -0.9375rem;
    right: -0.9375rem;
    z-index: 2;
}
#CR-popup-showroom .box {
    flex-direction: column;
    padding: 3.75rem 5.625rem 6.25rem !important;
    max-width: 62.5rem;
    border-radius: 0;
}
#CR-popup-showroom .heading-title {
    color: var(--cl-main);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    font-size: 3.4375rem;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
}
#CR-popup-showroom .desc {
    color: var(--cl-black);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4375rem;
    text-align: center;
    margin: 1rem auto 0;
    width: 80%;
}
#CR-popup-showroom .CR-cf7-box {
    margin-top: 1.875rem;
}
#CR-popup-showroom .image--box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#CR-popup-showroom .image--box img {
    width: 100%;
    height: auto;
}
.CR-popup-default-form .box {
    background: var(--cl-white);
    position: relative;
    max-width: 87.5rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 0 !important;
    border-radius: 0;
}
#CR-single-product-page .contact--sec .right--box,
.CR-popup-default-form .right--box {
    width: 45%;
    position: relative;
}
#CR-single-product-page .contact--sec .right--box img,
.CR-popup-default-form .right--box img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-position: center;
    object-fit: cover;
}
#CR-single-product-page .contact--sec .left--box,
.CR-popup-default-form .left--box {
    width: 55%;
    padding: 4.375rem 6.25rem;
}
#CR-single-product-page .contact--sec .heading-title,
.CR-popup-default-form .heading-title {
    color: var(--cl-main);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    font-size: 2.1875rem;
    margin-bottom: 0;
    text-transform: uppercase;
}
#CR-single-product-page .contact--sec .desc,
.CR-popup-default-form .desc {
    color: var(--cl-black);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6875rem;
    margin-top: 0.625rem;
}
#CR-single-product-page .contact--sec .CR-cf7-box,
.CR-popup-default-form .CR-cf7-box {
    margin-top: 1.875rem;
}
#CR-single-product-page .contact--sec .CR-cf7-box .gr-def-form-btn,
.CR-popup-default-form .CR-cf7-box .CR-form-def .gr-def-form-btn {
    margin-left: 0;
    margin-right: 0;
}
#CR-popup-search .box {
    padding: 0;
    border-radius: 0;
    background: #fff0;
    max-width: 52vw;
    overflow: unset;
}
#CR-popup-search.CR-popup-default-wrap .CR-close-popup-btn svg {
    width: auto;
    height: 3.125rem;
}
#CR-popup-search.CR-popup-default-wrap .CR-close-popup-btn {
    top: -3.75rem;
    right: 0;
}
#CR-search-form-ajax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border: 1px solid #d9d9d8;
    background: var(--cl-white);
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
#CR-search-form-ajax input,
#CR-search-form-ajax button {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: #fff0;
}
#CR-search-form-ajax input::placeholder {
    color: rgb(51 51 51 / 0.5);
}
#CR-search-form-ajax input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 5.625rem;
    padding: 0 9.375rem 0 3rem;
    font-size: 1.4125rem;
    line-height: normal;
    font-weight: 400;
}
#CR-search-form-ajax button:hover {
    color: var(--cl-hover-main);
}
#CR-search-form-ajax button {
    width: auto;
    aspect-ratio: 1/1;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1.25rem;
    color: var(--cl-black);
    transition: 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
#CR-search-form-ajax button svg {
    width: auto;
    height: 40%;
}
#CR-support-page {
    padding: 0 0 4.375rem;
}
#CR-support-page .main-content--sec {
    padding: 2.5rem 0 0.625rem;
}
#CR-support-page .CR-sidebar-support {
    background: var(--cl-white);
    box-shadow: -1px 4px 29px rgb(0 0 0 / 21%);
    border-radius: 0.3125rem;
    position: sticky;
    top: 0;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
#CR-support-page .CR-sidebar-support .heading--box {
    border-bottom: none !important;
    background-color: var(--cl-main);
}
#CR-support-page .CR-sidebar-support .heading-title {
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: normal;
    color: var(--cl-white);
    margin: 0;
    display: block;
    text-transform: uppercase;
}
#CR-support-page .CR-sidebar-support ul li a,
#CR-support-page .CR-sidebar-support .heading--box {
    padding: 1rem;
}
#CR-support-page .CR-sidebar-support ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
#CR-support-page .CR-sidebar-support ul li:not(:last-child):after {
    content: "";
    background: rgb(0 0 0 / 0.1);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 1.25rem;
    right: 1.25rem;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#CR-support-page .CR-sidebar-support .heading--box {
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
}
#CR-support-page .CR-sidebar-support li {
    position: relative;
}
#CR-support-page .CR-sidebar-support li * {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: normal;
    color: var(--cl-black);
}
#CR-support-page .CR-sidebar-support li.active a {
    font-weight: 700;
}
#CR-support-page .CR-sidebar-support li.active a,
#CR-support-page .CR-sidebar-support li:hover a {
    color: var(--cl-white);
    background-color: var(--cl-red);
}
#CR-support-page .CR-content-support {
    padding-left: 1.25rem;
}
#CR-support-page .CR-content-support .heading-title {
    font-style: normal;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: normal;
    margin-bottom: 1.875rem;
    display: block;
    text-transform: uppercase;
}
#CR-support-page .CR-support-editor {
    background: #f5f5f5;
    border-radius: 0.125rem;
    box-shadow: -1px 2px 15px rgb(0 0 0 / 10%);
}
#CR-support-page .CR-support-editor .banner-box {
    background: -webkit-gradient(linear, right top, left top, from(var(--cl-main)), color-stop(49.79%, var(--cl-main)), to(var(--cl-main)));
    background: -o-linear-gradient(right, var(--cl-main) 0%, var(--cl-main) 49.79%, var(--cl-main) 100%);
    background: linear-gradient(270deg, var(--cl-main) 0%, var(--cl-main) 49.79%, var(--cl-main) 100%);
    border-radius: 0.3125rem;
}
#CR-support-page .CR-support-editor .banner-box img {
    width: 100%;
    height: auto;
}
#CR-support-page .CR-support-editor .cont-box {
    padding: 1.875rem;
}
#CR-support-page .CR-support-accordion .accordion-item {
    background: none;
    border: none;
    background: var(--cl-white);
    border-radius: 0.3125rem;
    -webkit-box-shadow: -1px 5px 10px rgb(0 0 0 / 10%);
    box-shadow: -1px 5px 10px rgb(0 0 0 / 10%);
}
#CR-support-page .CR-support-accordion .accordion-item:not(:last-child) {
    margin-bottom: 0.9375rem;
}
#CR-support-page .CR-support-accordion .accordion-button:hover {
    color: var(--cl-main);
}
#CR-support-page .CR-support-accordion .accordion-button {
    color: var(--cl-black);
    text-align: left;
    border-radius: 0 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: none !important;
    padding: 1.25rem 6rem 1.25rem 1.25rem;
    font-size: 1.125rem;
    font-weight: 600;
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#CR-support-page .CR-support-accordion .accordion-button .num-head {
    font-style: normal;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: normal;
    color: var(--cl-main);
    border-right: 1px solid var(--cl-light-gray);
    padding-right: 0.8125rem;
    margin-right: 2.5rem;
    min-width: 3rem;
}
#CR-support-page .CR-support-accordion .accordion-button:not(.collapsed)::after {
    content: "\f068";
}
#CR-support-page .CR-support-accordion .accordion-button::after {
    font-family: FontAwesome;
    width: auto;
    height: auto;
    content: "\f067";
    background-image: unset !important;
    position: absolute;
    top: 50%;
    right: 1.875rem;
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    color: var(--cl-light-gray);
}
#CR-support-page .CR-support-accordion .accordion-body {
    padding: 1.875rem 6.25rem 3.75rem 4.0625rem;
    font-size: 1rem;
}
#CR-support-page .CR-support-accordion .CR-style-default-content p,
#CR-support-page .CR-support-accordion .CR-style-default-content li,
#CR-support-page .CR-support-accordion .CR-style-default-content strong,
#CR-support-page .CR-support-accordion .CR-style-default-content b {
    font-size: 0.9375rem;
    line-height: 1.67;
    margin-bottom: 1rem;
    font-weight: 500;
}
#CR-support-page .CR-support-accordion .CR-style-default-content a {
    color: var(--cl-main);
    text-decoration: underline !important;
    font-weight: 500;
}
.CR-search-products-page .heading--box .heading-title {
    font-size: 1.375rem;
    line-height: normal;
    font-weight: 500;
    text-align: center;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
}
.CR-search-products-page .heading--box .heading-title:after {
    content: "";
    background: #bfbfbf;
    width: 7%;
    height: 0.125rem;
    margin: 1.25rem auto 2.5rem;
    display: block;
}
.CR-search-products-page .main-list--box {
    margin-top: 2.5rem;
}
.CR-search-products-page .CR-item-product {
    width: 25%;
}
ul.sub-menu.CR-sub-menu ul.sub-menu.CR-sub-menu {
    position: absolute;
    left: 28.125rem;
    top: 0;
    background: #fff;
    width: calc(100% - 28.125rem) !important;
    opacity: 0;
    min-height: 100%;
    align-content: flex-start;
}
.item-with-arrow-box+.sub-menu.CR-sub-menu>li:first-child>ul {
    opacity: 1;
}
.item-with-arrow-box+.sub-menu.CR-sub-menu>li ul {
    pointer-events: none;
}
.item-with-arrow-box+.sub-menu.CR-sub-menu>li:hover ul {
    pointer-events: unset;
    opacity: 1;
    z-index: 9;
}
.CR-main-wrap{
    overflow-x: hidden;
}
#CR-home-page .news--sec .first--box .CR-item-news .heading-title {
    max-height: unset;
    line-height: 2.3875rem;
    padding-bottom: .3rem !important;
}
.CR-slider-pending-load:before {
    display: none;
}
.home_sec_2 {
    padding-top: 3rem;
}

.home_sec_2 .CR-heading-title--group{
    margin-bottom: 2rem;
}
.home_sec_2 .desc {
    max-width: 37rem;
    margin: 1rem auto 2rem;
}

.wrap_logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -0.4rem;
}

.wrap_logo a {
    width: calc(calc(100% / 8) - 0.8rem);
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 60, 127, 0.10);
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.4rem;
    transition: .5s all;
}

.wrap_logo a img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    transition: .5s all;
    transform: scale(1);
}

.wrap_logo a:hover img {
    transform: scale(1.1);
}
.wrap_ud {
    display: flex;
    flex-wrap: wrap;
    margin: 3rem -0.9rem 0;
}

.item_ud {
    width: calc(calc(100% / 2) - 1.8rem);
    margin: 0 0.9rem 1.8rem;
    height: 22rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.item_ud img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s all;
    transform: scale(1);
}

.item_ud:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12rem;
    z-index: 1;
}

.item_ud .box_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 0 45px 40px;
    z-index: 2;
}

.item_ud .box_content h3 {}

.item_ud .box_content h3 {
    font-weight: 700;
    font-size: 2.2rem;
}

.item_ud .box_content .content {
    max-width: 25rem;
}
.home_sec_2  section.custom-products-action--sec {
    padding: 0rem 0 3rem;
}

.home_sec_2+.home_sec_2 {position: relative;}

.home_sec_2+.home_sec_2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: inline-block !important;
    background: linear-gradient(0deg, #fff4e5 7.78%, #FFF 100%);
    pointer-events: none;
    height: 100%;
}

.home_sec_2 .custom-products-action--sec .item a {
    background: #cf923924;
}
.item_ud:hover  img {
    transform: scale(1.2);
}
.img-bottom {
    position: relative;
    z-index: 2;
}
.home_sec_4 {
    padding: 4rem 0;
}

.home_sec_4 .heading--box {
    margin-bottom: 3rem;
}

.home_sec_4 .selling--sec {
    padding: 0 !important;
}

.home_sec_4 .selling--sec:before {
    display: none !important;
}

#CR-home-page .icons--sec section.icons--sec {
    padding: 0 !important;
}

.home_sec_4 section.icons--sec {
    padding: 6rem 0 0 0 !important;
}
.home_sec_5 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 10rem 0 4rem;
}

.home_sec_5 .heading--box * {
    color: #fff;
}

.home_sec_5 .heading--box .CR-heading-title--group.left {
    flex: 0 0 auto;
}

.home_sec_5 .heading--box .desc {
    max-width: 38rem;
}

.home_sec_5 .wrap_items {
    display: flex;
    margin: 3rem -0.5rem 0;
}

.home_sec_5 .wrap_items .box_img {
    position: relative;
    background: #034085;
    padding-bottom: 153%;
    z-index: 2;
}

.home_sec_5 .wrap_items .box_img>.img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    opacity: 1;
    transition: .5s all;
}

.home_sec_5 .wrap_items .box_img .icon {
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 2;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_sec_5 .wrap_items .box_img h3 {
    position: absolute;
    bottom: 0;
    font-weight: 600;
    color: #fff;
    font-size: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 2rem;
    margin: 0;
    z-index: 2;
    line-height: 1.4;
    opacity: 1;
    transition: .5s all;
    transform: translateY(0px);
}

.home_sec_5 .wrap_items .item {
    width: calc(25% - 1rem);
    margin: 0 0.5rem;
    position: relative;
    overflow: hidden;
}

.home_sec_5 .wrap_items .box_img:before {
    transition: .5s all;
    opacity: 0.8;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 50.44%, #000 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: .5s all;
}

/*.home_sec_5 .wrap_items .item:hover .box_img:before {*/
/*    opacity: 0;*/
/*}*/

/*.home_sec_5 .wrap_items .item:hover .box_img>.img {*/
/*    opacity: 0.1;*/
/*}*/

/*.home_sec_5 .wrap_items .item:hover .box_img h3 {*/
/*    opacity: 0;*/
/*    transform: translateY(100%);*/
/*}*/

.home_sec_5 .wrap_items .box_content {
    position: absolute;
    z-index: 2;
    left: 1.5rem;
    bottom: 2rem;
    right: 1.5rem;
    opacity: 0;
    transition: .5s all;
    transform: translateY(100%);
}

.home_sec_5 .wrap_items .box_content h3 {
    bottom: 0;
    font-weight: 600;
    color: #fff;
    font-size: 1.5rem;
    margin: 0;
    z-index: 2;
    line-height: 1.4;
    opacity: 1;
    transition: .5s all;
}

.home_sec_5 .wrap_items .box_content .content {
    color: #fff;
}

/*.home_sec_5 .wrap_items .item:hover .box_content {*/
/*    opacity: 1;*/
/*    transform: translateY(0px);*/
/*}*/

.home_sec_5 .wrap_items .box_img .icon img {
    max-width: 100%;
    max-height: 100%;
}
.wrap_menu_product {
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    position: fixed;
    left: 0vw;
    z-index: 99;
    background: #fff;
    max-height: calc(100vh - 7rem);
    border-bottom: 1.5rem solid #C51F30;
    padding: 5rem 10rem;
}
.wrap_menu_product .inner{
    overflow: auto;
    max-height: calc(100vh - 17rem);
    overflow-x: hidden;
    padding-right: 1rem;
}

.box_menu_product {
    display: flex;
    justify-content: center;
}

.menu_product  ul.sub-menu.CR-sub-menu {
    background: transparent !important;
    padding: 0 !important;
}

.menu_product ul.sub-menu.CR-sub-menu:before {
    display: none;
}

.box_category {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin: 0 -1rem;
}

.box_category .item {
    width: calc(25% - 2rem);
    margin: 0 1rem 3rem;
}

.box_category ul {
    display: block !important;
}

.box_category ul li a {
    text-align: left !important;
}

.box_category .item a {
    display: block !important;
    padding: 0 !important;
    font-weight: normal !important;
    font-size: 1rem !important;
    transition: .5s all;
}

.box_category .item b {
    color: var(--1_003C7F, #003C7F);
    text-transform: uppercase;
    font-weight: 400;
    margin: 1rem 0 .6rem;
    display: block;
    font-size: 1.2rem;
}

.box_category ul li+li {
    margin-top: 0.6rem;
}

.box_link li {
    width: 25% !important;
    padding: 0 !important;
}

.box_link li a {
    display: block !important;
    text-align: left !important;
    padding: 0 !important;
    color: var(--1_003C7F, #003C7F) !important;
}

.box_link ul a {}

.box_logo_th {
    display: flex;
    flex-wrap: wrap;
    margin: 3rem -0.5rem 0;
}

.box_logo_th a {
    width: calc(calc(100% / 8) - 1rem);
    height: 5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0.5rem;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 60, 127, 0.10);
    padding: 0 !important;
}

.box_logo_th a img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    transform: scale(1);
    transition: .5s all;
}

.box_logo_th a:hover img {
    transform: scale(1.2);
}

.box_category .item a:hover {
    color: #C51F30 !important;
}
.wrap_menu_product .inner::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.wrap_menu_product .inner::-webkit-scrollbar
{
    width: 3px;
    background-color: #C51F30;
}

.wrap_menu_product .inner::-webkit-scrollbar-thumb
{
    background-color: #C51F30;
}
.account--box {
    flex: 0 0 auto;
}
section.mo_ta_product {
    padding: 2rem 0;
}
.content p {
    margin-bottom: 1rem;
}

.content {
    line-height: 1.5;
}
.box_download h3 {
    color: var(--cl-main);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    font-size: 2.1875rem;
    margin-bottom: 0;
    text-transform: uppercase;
}

.download_section .heading--box.d-flex.align-items-center.justify-content-between {
    display: block !important;
}

.download_section {
    padding: 3rem 0;
}

.box_download {
    background-color: #f3f3f3;
    padding: 3rem 5rem;
}
.box_download ul {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem -1rem 0;
}

.box_download ul a {
    display: flex;
    align-items: center;
    color: #333;
    font-weight: 400;
    transition: .5s all;
}

.box_download ul a svg {
    width: 1.3rem;
    height: auto;
    fill: var(--cl-main);
    margin-right: .5rem;
    flex: 0 0 auto;
}

.box_download ul li {
    margin: 1rem;
}

.box_download ul a:hover {
    color: var(--cl-hover-main);
}
.CR-slider-simple-gallery-pd .item-gal-nav .wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
span.blur_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2;
    opacity: .4;
}

span.blur_video+svg {
    fill: #fff;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 4rem !important;
    height: auto;
}
section#library--sec .tab--box {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.CR-slider-library-pd .slick-list {
    padding: 0 27%;
}

#CR-single-product-page .library--sec .tabs--box .item .wrap {
    opacity: 1;
}

.CR-slider-library-pd .item {
    transform: scale(.9);
    opacity: .6;
}

.CR-slider-library-pd .item.slick-current.slick-active {
    opacity: 1;
    transform: scale(1);
}
.slide_gallery {
    width: 2.3rem;
    height: 3rem;
    z-index: 9;
    top: 36%;
    transform: translateY(-50%);
    left: -11rem !important;
}

.slide_gallery path {
    stroke: var(--cl-main);
    fill: transparent !important;
    stroke-width: 4px;
}

.slide_gallery svg {
    width: 4rem !important;
    height: auto;
}
.CR-slider-library-pd .left {
    left: 23.5%;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

.CR-slider-library-pd .right {
    right: 23.5%;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}
.tax-product_cat,.tax-product_cat .CR-main-wrap {
    overflow: unset;
}
.CR-slider-brands {
    display: flex;
    flex-wrap: wrap;
}
.single-service .CR-main-wrap,
.single-project .CR-main-wrap,
.single-post .CR-main-wrap,
.single-product, .single-product .CR-main-wrap {
    overflow: unset;
}

#CR-single-product-page .CR-nav-scroll--sec {
    top: 6rem !important;
}
.slide_gallery.right {
    right: -11rem !important;
    left: unset !important;
}

.slide_gallery svg,.slide_gallery svg path {stroke: var(--cl-hover-main) !important;}
#CR-single-product-page .library--sec {
    overflow: hidden;
}
.CR-slider-library-pd .slide_galery {
    left: 11rem !important;
}

.CR-slider-library-pd .left {
    left: 15% !important;
    top: 50% !important;
}

.CR-slider-library-pd .right {
    right: 15% !important;
}
.CR-item-product .CR-woo-prices .contact{
    padding: 0 !important;
}
.CR-item-product del{
    display: none !important;
}
.CR-item-product .CR-woo-prices span.amount bdi span,
.CR-item-product .CR-woo-prices span.amount bdi{
    color: var(--cl-hover-main) !important
}
.single-product #specification--sec .CR-style-default-content h2{
    color: var(--cl-main);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.single-product #specification--sec .CR-style-default-content table{
    width: 100%;
    margin-bottom: 2.25rem;
}
.single-product #specification--sec .CR-style-default-content table td,
.single-product #specification--sec .CR-style-default-content table th{
    border: 1px solid #dedede !important;
}
.single-product #specification--sec .CR-style-default-content table tr,
.single-product #specification--sec .CR-style-default-content table td,
.single-product #specification--sec .CR-style-default-content table th{
    border: none;
    color: var(--cl-black);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    vertical-align: middle;
}
.single-product #specification--sec .CR-style-default-content table tr:nth-of-type(odd){
    background: #f6f6f6;
}
.CR-breadcrumb>*:not(.current) {
    flex: 0 0 auto;
}

.CR-breadcrumb span.current {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.wrap_menu_product .box_category .icon img{
    max-height: 40px;
}
.wrap_menu_product .box_link li{
    margin: 0 1rem;
    width: calc(25% - 2rem) !important;
}
.wrap_menu_product .box_link{
    margin: 0 -1rem;
}
.type-compare-wrap.disabled{
    pointer-events: none !important;
}
.CR-item-recruitment .CR-recruitment-col-box li a.CR-btn-style-icon{
    color: #FFF;
    display: flex;
    width: max-content;
    align-items: center;
}
.CR-item-recruitment .CR-recruitment-col-box li a.CR-btn-style-icon:hover{
    color: var(--cl-hover-main)
}
.CR-item-recruitment .CR-recruitment-col-box li a.CR-btn-style-icon span.icon--box{
    display: flex;
}
a.style_center.max {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
#CR-news-detail-page .CR-style-default-content p:has(iframe){
    padding-bottom: 56.25%;
    position: relative;
}
#CR-news-detail-page .CR-style-default-content p:has(iframe) iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    display: block;
}
.single-product #CR-main-price del{
    order: 3;
}
.single-product .CR-price-pd-box{
    align-items: baseline !important;
}
.single-product .CR-custom-qty .quantity .plus,
.single-product .CR-custom-qty .quantity .minus{
    padding-bottom: 0.5rem;
}
.single-product #CR-main-price{
    align-items: baseline;
    flex-direction: unset;
}
.single-product #specification--sec .CR-style-default-content iframe{
    height: 100%;
}
#CR-custom-cart--btn-update{
    display: none;
}
.CR-custom-cart--form--right .CR-custom-cart--coupon .coupon button{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.CR-custom-cart--form--right .CR-custom-cart--coupon .coupon{
    display: flex;
}
.CR-custom-cart--form--right .CR-custom-cart--coupon input{
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
body .woocommerce-error{
    background-color: var(--cl-red);
    color: var(--cl-white);
    line-height: normal;
    font-weight: 700 !important;
    margin: 1.25rem 0 0;
    border-radius: .25rem;
    padding-left: 4rem;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
    top: 1.15rem;
}
body .woocommerce-error > li:last-child{
    margin-bottom: 0 !important;
}
body .woocommerce-error > li{
    color: #FFF
}
.CR-item-product .thumb--box .outofstock-overlay{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: rgba(250, 250, 250, 0.4);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-transform: uppercase;
    font-weight: 700;
    pointer-events: none;
    background-image: url('../images/sold.png');
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
}
#CR-single-product-page .product-sp-main--box .intro--sec .outofstock .thumb--box img{
    opacity: 0.6;
}
#CR-single-product-page .product-sp-main--box .intro--sec .outofstock .thumb--box:before{
    background-image: url('../images/sold.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 260px;
    height: auto;
    z-index: 3;
    aspect-ratio: 184/147;
    /*background: rgba(0, 0, 0, 0.8);*/
    position: absolute;
    font-size: 0;
    font-weight: 700;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mobile-sidebar {
    display: none;
}
/*#CR-header .CR-header-desktop--box .nav-top--box a:before {*/
/*    content: '';*/
/*    width: 0%;*/
/*    height: 4px;*/
/*    background: #232323;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    transition: .5s all*/
/*}*/
/*#CR-header .CR-header-desktop--box .nav-top--box .current-menu-item a:before {*/
/*    width: 100%;*/
/*}*/

#CR-header .CR-header-desktop--box .nav-top--box .current-menu-item a {
    text-decoration: underline !important;
    text-decoration-thickness: 3px; /* độ dày của gạch chân */
    text-underline-offset: 3px;     /* khoảng cách giữa text và gạch chân */
}

#CR-header .CR-header-desktop--box .nav-top--box  a:hover:before {
    width: 100%;
}
@media (min-width: 1025px) {
    html {
        font-size: 0.75rem;
    }
    #CR-header .CR-header-desktop--box .nav-main--box .main-menu--list > .menu-item-has-children > .CR-sub-menu {
        padding: 1.25rem 0;
    }
    #CR-header .CR-header-desktop--box .nav-main--box .menu-item-has-children > .CR-sub-menu .CR-sub-menu {
        padding: 2.5rem;
    }
    #CR-header .CR-header-desktop--box .nav-main--box .main-menu--list > .menu-item-has-children > .CR-sub-menu > li > a,
    #CR-header .CR-header-desktop--box .nav-main--box .main-menu--list > .menu-item-has-children > .CR-sub-menu > li > .item-with-arrow-box > a {
        padding-left: 2.5rem;
        font-size: 1.25rem;
    }
    #CR-header .CR-header-desktop--box .nav-main--box .main-menu--list > .menu-item-has-children > .CR-sub-menu > li:not(:last-child) > a:after,
    #CR-header .CR-header-desktop--box .nav-main--box .main-menu--list > .menu-item-has-children > .CR-sub-menu > li:not(:last-child) > .item-with-arrow-box > a:after {
        left: 2.5rem;
    }
}
@media (min-width: 1200px) {
    .nk-custom-footer.CR-main-bottom--box .row{
        justify-content: space-between;
        gap: 30px;
    }
    .nk-custom-footer.CR-main-bottom--box .col-md-12{
        width: auto !important;
        max-width: calc(20% - 30px * 4 / 5);
        padding: 0;
    }
    html {
        font-size: 0.8rem;
    }
    #CR-home-page .banner--sec  img {max-width: 100%;height: auto;width: 100%}
}
@media only screen and (max-width: 1800px){
    #CR-header .CR-header-desktop--box .center--box a:not(.title-link) {
        padding: 0 2rem;
    }
}
@media only screen and (max-width: 1700px){
    #CR-header .CR-header-desktop--box .left--box {
        width: 18.875rem;
        min-width: 18.875rem;
    }
}
@media (min-width: 1500px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1410px !important;
    }
    html {
        font-size: 0.85rem;
    }
    /*#CR-header .CR-header-desktop--box .nav-top--box .cart--box > a,*/
    /*#CR-header .CR-header-desktop--box .nav-top--box .search--box a,*/
    /*#CR-header .CR-header-desktop--box .nav-top--box .menu-item--box a {*/
    /*    padding-left: 3rem !important;*/
    /*    padding-right: 3rem !important;*/
    /*}*/
    #CR-header .account--box a {
        padding: 0 3.75rem !important;
    }
}
@media (min-width: 1600px) {
    html {
        font-size: 1rem;
    }
    #CR-header .CR-header-desktop--box .nav-main--box .main-menu--list > .menu-item-has-children > .CR-sub-menu {
        padding: 4.375rem 0;
    }
    #CR-header .CR-header-desktop--box .nav-main--box .menu-item-has-children > .CR-sub-menu .CR-sub-menu {
        padding: 5.625rem 8.75rem;
    }
    #CR-header .CR-header-desktop--box .nav-main--box .main-menu--list > .menu-item-has-children > .CR-sub-menu > li > a,
    #CR-header .CR-header-desktop--box .nav-main--box .main-menu--list > .menu-item-has-children > .CR-sub-menu > li > .item-with-arrow-box > a {
        padding-left: 5.625rem;
        font-size: 1.5625rem;
    }
    #CR-header .CR-header-desktop--box .nav-main--box .main-menu--list > .menu-item-has-children > .CR-sub-menu > li:not(:last-child) > a:after,
    #CR-header .CR-header-desktop--box .nav-main--box .main-menu--list > .menu-item-has-children > .CR-sub-menu > li:not(:last-child) > .item-with-arrow-box > a:after {
        left: 5.625rem;
    }
}

@media only screen and (max-width: 1600px){
    .slide_gallery {
        width: 2.5rem;
    }
    .CR-main-wrap {
    margin-top: 85px;
}
}
@media only screen and (max-width: 1500px){
  
    .CR-main-wrap {
    margin-top: 80px;
}
}
@media only screen and (max-width: 1450px) {
    .CR-main-wrap {
        margin-top: 6rem;
    }
    body .CR-container {
        padding: 0 1rem;
    }
    #CR-header .CR-header-desktop--box .left--box {
        width: 18.75rem;
        min-width: 18.75rem;
    }
    #CR-header .logo--box {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    #CR-header .CR-header-desktop--box .nav-top--box .menu-item--box > div {
        width: 100%;
    }
    #CR-header .CR-header-desktop--box .nav-top--box .menu-item--box > div > ul > li {
        flex: 1;
    }
    #CR-home-page .news--sec .first--box .CR-item-news .heading-title,
    #CR-news-page .featured--sec .CR-item-news:first-child .heading-title {
        font-size: 1.25rem;
        line-height: 1.75rem;
        -webkit-line-clamp: 4 !important;
        line-clamp: 4 !important;
        max-height: calc(1.75rem * 4) !important;
    }
    #CR-header .hotline--box a {
        font-size: 1.5625rem;
    }
    #CR-header .CR-header-desktop--box .center--box a:not(.title-link) {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }
}
@media only screen and (max-width: 1400px){
    .slide_gallery {
        width: auto;
    }

    .slide_gallery.right {
        left: unset !important;
    }
}
@media only screen and (max-width: 1366px) {
    #CR-home-page .featured--sec .left--box,
    #CR-single-product-page .product-sp-main--box .intro--sec .left--box,
    #CR-home-page .news--sec .first--box {
        padding-left: calc((100% - 1120px) / 2) !important;
    }
    #CR-home-page .featured--sec .arrow-slider--box {
        right: calc((100% - 1120px) / 2) !important;
    }
    #CR-home-page .news--sec .remaining--box.CR-slider-news-home:after {
        left: calc((100% - 1120px) / 2);
    }
    .CR-item-news .date-sp b {
        font-size: 1.875rem;
        line-height: 1.875rem;
    }
    #CR-header .CR-header-desktop--box .left--box {
        width: 15.75rem;
        min-width: 15.75rem;
    }
}
@media only screen and (max-width: 1199px) {
    #CR-home-page .featured--sec .left--box,
    #CR-single-product-page .product-sp-main--box .intro--sec .left--box,
    #CR-home-page .news--sec .first--box {
        --bs-gutter-x: 1.5rem;
        padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
        padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    }
    #CR-home-page .featured--sec .left--box .content--box{
        padding-right: 0 !important;
    }
    #CR-home-page .featured--sec .arrow-slider--box {
        right: calc(var(--bs-gutter-x) * 0.5) !important;
    }
    #CR-home-page .news--sec .remaining--box.CR-slider-news-home:after {
        right: calc(var(--bs-gutter-x) * 0.5) !important;
        left: calc(var(--bs-gutter-x) * 0.5) !important;
    }
    .CR-show-mb {
        display: block !important;
    }
    .CR-hide-mb {
        display: none !important;
    }
    #CR-header .CR-header-desktop--box .center--box > div {
        height: 100%;
    }
    #CR-header .CR-header-desktop--box .left--box {
        width: max-content;
        min-width: max-content;
    }
    #CR-header .logo--box img,
    #CR-header .logo--box svg {
        height: 2.8125rem;
    }
    .CR-heading-title--group .heading-title {
        font-size: 2.1875rem;
    }
    #CR-header .CR-toggle-menu {
        height: 1.875rem;
        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-header .CR-toggle-menu .open {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0.5rem;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    #CR-header .CR-toggle-menu .open span:nth-child(1),
    #CR-header .CR-toggle-menu .open span:nth-child(3) {
        width: 70%;
    }
    #CR-header .CR-toggle-menu .open span {
        height: 2px;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        background: var(--cl-white);
        width: 100%;
    }
    #CR-header .CR-header-desktop--box .center--box > div > div {
        width: auto !important;
        aspect-ratio: 1 / 1;
    }
    #CR-header .logo--box {
        height: 100%;
    }
    #CR-header .CR-header-desktop--box .nav-top--box a {
        border-left: none;
    }
    #CR-header .CR-header-mobile--box.active .CR-main-nav-mobile--box {
        visibility: visible;
        right: 0;
    }
    .admin-bar #CR-header .CR-header-mobile--box .CR-main-nav-mobile--box {
        top: 32px !important;
    }
    #CR-header .CR-header-mobile--box .CR-main-nav-mobile--box {
        z-index: 999999999999;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 40%;
        right: -40%;
        position: fixed;
        visibility: hidden;
        -webkit-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        -webkit-box-shadow: -1px 4px 15px rgb(0 0 0 / 10%);
        box-shadow: -1px 4px 15px rgb(0 0 0 / 10%);
        overflow: hidden;
        background: var(--cl-main);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #CR-header .CR-header-mobile--box.active .nav-cont--list {
        -webkit-animation: fadeInRight 0.5s both 0.2s;
        animation: fadeInRight 0.5s both 0.2s;
    }
    #CR-header .CR-header-mobile--box .nav-cont--list {
        -webkit-animation: fadeOutRight 0.85s both;
        animation: fadeOutRight 0.85s both;
        width: 100%;
        padding: 0 0 5rem;
    }
    #CR-header .CR-header-mobile--box .nav-mb--content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0 1rem;
    }
    #CR-header .CR-header-mobile--box .nav-mb--contact {
        display: flex;
        align-items: center;
        gap: 1px;
    }
    #CR-header .CR-header-mobile--box .nav-mb--contact .item {
        width: 33.33%;
    }
    #CR-header .CR-header-mobile--box .nav-mb--contact a {
        color: var(--cl-hover-main);
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 100%;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 1.25rem;
        gap: 0.5rem;
        background: var(--cl-white);
    }
    #CR-header .CR-header-mobile--box .nav-mb--contact .icon--box {
        width: 1.5625rem;
        height: 1.5625rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        animation: CRAniTada 2s ease-in-out infinite;
    }
    #CR-header .CR-header-mobile--box .nav-mb--contact svg {
        height: 1rem;
        width: auto;
        fill: var(--cl-hover-main);
    }
    #CR-header .main-merged-menu .sub-menu-wrapper {
        position: initial;
        transform: unset !important;
        opacity: 1 !important;
        transition: unset !important;
        padding: 0;
    }
    #CR-header .main-merged-menu .CR-sub-menu > li,
    #CR-header .main-merged-menu > ul > li {
        position: relative;
        padding: 0 !important;
    }
    #CR-header .main-merged-menu .item-with-arrow-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    #CR-header .main-merged-menu > ul > li > a,
    #CR-header .main-merged-menu > ul > li > .item-with-arrow-box a {
        font-size: 0.875rem;
        letter-spacing: normal;
        word-break: break-word;
        line-height: normal;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0.9375rem 0;
        display: block;
        flex: 1;
        text-align: left;
    }
    #CR-header .main-merged-menu .arrow {
        position: relative;
        min-width: 2.5rem;
        width: 2.5rem;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
        padding: 0.75rem 0;
        color: var(--cl-white);
        font-size: 0.75rem;
    }
    #CR-header .main-merged-menu .arrow:before {
        content: "";
        background: var(--cl-light-gray);
        position: absolute;
        left: 0;
        width: 1px;
        top: 0.75rem;
        bottom: 0.75rem;
    }
    #CR-header .main-merged-menu .sub-menu-wrapper {
        display: none;
    }
    #CR-header .main-merged-menu .CR-sub-menu > li:not(:last-child):after,
    #CR-header .main-merged-menu > ul > li:after {
        content: "";
        background: #2160a7;
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        bottom: 0;
    }
    #CR-header .main-merged-menu .sub-menu-wrapper .CR-sub-menu {
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
        transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        padding-left: 0.625rem;
    }
    #CR-header .menu-item.nav-active > .sub-menu-wrapper > .CR-sub-menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    #CR-header .main-merged-menu a {
        font-size: 0.75rem;
        line-height: normal;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--cl-white);
    }
    #CR-header .main-merged-menu .current-menu-item > .item-with-arrow-box > a,
    #CR-header .main-merged-menu .current-menu-item > a,
    #CR-header .main-merged-menu .current-product_cat-parent > .item-with-arrow-box > a,
    #CR-header .main-merged-menu .current-product_cat-parent > a,
    #CR-header .main-merged-menu .current_page_parent > .item-with-arrow-box > a,
    #CR-header .main-merged-menu .current_page_parent > a,
    #CR-header .main-merged-menu .sub-menu .current-menu-item > a {
        font-weight: 700;
    }
    #CR-header .main-merged-menu .CR-sub-menu > li:first-child:before {
        content: "";
        background: #2160a7;
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        top: 0;
        width: 100%;
    }
    #CR-header .main-merged-menu .CR-sub-menu > li > a,
    #CR-header .main-merged-menu .CR-sub-menu > li > .item-with-arrow-box a {
        padding: 0.75rem 0;
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: left;
        font-size: 0.875rem;
    }
    #CR-header .CR-header-mobile--box.active .CR-main-nav-mobile--bg {
        visibility: visible;
        pointer-events: auto;
        opacity: 1;
    }
    #CR-header .CR-header-mobile--box .CR-main-nav-mobile--bg {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        background: rgb(0 0 0 / 60%);
        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;
        cursor: pointer;
        backdrop-filter: blur(15px);
    }
    #CR-header .CR-header-mobile--box .CR-toggle-menu svg {
        position: initial;
        transform: unset !important;
        width: auto;
        height: 40%;
    }
    #CR-header .CR-header-mobile--box .CR-toggle-menu {
        right: unset;
        position: relative;
        top: unset;
        padding: 0 0.5rem;
        height: 4.375rem;
        transform: scale(1) !important;
        width: 100%;
        justify-content: end !important;
        background: var(--cl-hover-main);
    }
    #CR-header .CR-header-mobile--box .CR-toggle-menu svg * {
        fill: var(--cl-white);
    }
    #CR-header .CR-header-desktop--box .right--box {
        display: none;
    }
    .CR-mini-cart-box .CR-mini-cart-content {
        width: 20rem;
    }
    #CR-search-form-ajax input {
        height: 3.125rem;
        padding: 0 6.25rem 0 1rem;
        font-size: 1.125rem;
    }
    .wrap_menu_product {
        position: unset;
        max-width: 100%;
        min-width: unset;
    }

    .wrap_menu_product {
        padding: 1rem;
    }

    .box_category .item {
        width: calc(100% - 2rem);
    }

    .box_category ul li a {
        color: #333 !important;
    }

    .box_link li {
        width: 100% !important;
    }
    .box_logo_th a {
        width: calc(calc(100% / 4) - 1rem);
    }
    .box_link ul a {
        font-size: 1rem !important;
        font-weight: 400 !important;
        margin: 1rem 0 !important;
    }
    .tax-product_cat,.tax-product_cat .CR-main-wrap{
        overflow-x: hidden;
    }
    .CR-item-product-brand {
        width: calc(100% / 3);
    }
    .single-product, .single-product .CR-main-wrap {
        overflow-x: hidden;
    }
    .CR-recruitment-list-heading li p{
        font-size: 16px;
    }
    .CR-recruitment-col-box li:nth-child(5){
        width: 24%;
    }
    .CR-main-wrap{
        margin-top: 7rem;
    }
}
@media only screen and (max-width: 1024px) {
    html {
        font-size: 0.95rem;
    }
    .CR-main-wrap {
        margin-top: 4.1875rem;
    }
    .CR-main-wrap {
        overflow: clip !important;
    }
    #CR-products-page .heading--box,
    #CR-about-page .history--sec .heading--box,
    #CR-news-page .filter--sec .filter--box,
    #CR-home-page .endow--sec .heading--box,
    #CR-home-page .news--sec .heading--box {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start !important;
    }
    #CR-about-page .history--sec .heading--box .CR-heading-title--group,
    #CR-news-page .filter--sec .filter--box .heading-main--box,
    #CR-home-page .endow--sec .heading--box .CR-heading-title--group,
    #CR-home-page .news--sec .heading--box .CR-heading-title--group {
        width: 100%;
    }
    .wrap_menu_product {
        position: unset;
        max-width: 100%;
        min-width: unset;
    }

    .wrap_menu_product {
        padding: 1rem;
    }

    .box_category .item {
        width: calc(100% - 2rem);
    }

    .box_category ul li a {
        color: #333 !important;
    }

    .box_link li {
        width: 100% !important;
    }
    .box_logo_th a {
        width: calc(calc(100% / 4) - 1rem);
    }
    .box_link ul a {
        font-size: 1rem !important;
        font-weight: 400 !important;
        margin: 1rem 0 !important;
    }
}
@media only screen and (max-width: 992px) {
    #CR-support-page .CR-content-support {
        padding: 1.25rem 0 0;
    }
    body .CR-container {
        padding: 0 0.9375rem;
    }
    .CR-breadcrumb * {
        min-width: max-content;
    }
    .CR-breadcrumb {
        overflow-y: hidden;
        padding: 1rem 0 !important;
        margin-bottom: 1.25rem !important;
    }
    .CR-sticky-icons {
        right: 0.5rem;
        bottom: 0.5rem;
    }
    .CR-custom-sticky-icons {
        top: 70%;
        right: 1rem;
    }
    #CR-header .CR-header-desktop--box .nav-top--box:before {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    }
    #CR-header .CR-header-desktop--box .nav-top--box:after {
        display: none;
    }
    #CR-header .CR-header-mobile--box .CR-main-nav-mobile--box {
        width: 20rem;
        right: -20rem;
    }
    #CR-header .logo--box {
        padding: 0.625rem;
    }
    #CR-header .logo--box img,
    #CR-header .logo--box svg {
        height: 2.1875rem;
    }
    #CR-header .hotline--box a {
        font-size: 1rem;
    }
    #CR-header .hotline--box .icon--box {
        width: 1.875rem;
        height: 1.875rem;
    }
    #CR-footer .ft-top--box .CR-marquee-list--box .item img {
        height: 6.25rem;
    }
    #CR-footer .CR-main-bottom--box .gallery--box {
        bottom: 0;
        right: 0;
        left: 0;
        opacity: 0.3;
    }
    #CR-footer .CR-main-top--box .logo-footer--box,
    #CR-footer .CR-form-footer .main--box {
        flex-direction: column;
        gap: 1.875rem;
    }
    #CR-footer .CR-main-top--box .logo-footer--box > div,
    #CR-footer .CR-form-footer .main--box > div {
        width: 100%;
        padding: 0;
    }
    #CR-footer .CR-main-top--box .logo--box {
        margin-bottom: 0;
    }
    #CR-footer .CR-main-top--box .logo--box img,
    #CR-footer .CR-main-top--box .logo--box svg {
        width: 65%;
    }
    #CR-footer .CR-form-footer .heading-title {
        font-size: 1.5625rem;
    }
    #CR-footer .CR-main-bottom--box {
        padding: 1.875rem 0 0;
    }
    #CR-footer .CR-main-top--box .logo-footer--box,
    #CR-footer .CR-form-footer,
    #CR-footer .CR-main-footer {
        padding: 1.875rem 0;
        overflow: hidden;
    }
    #CR-footer .CR-form-footer {
        padding-bottom: 0;
    }
    #CR-footer .CR-main-top--box .logo-footer--box {
        border-bottom: none;
        padding-bottom: 0;
    }
    #CR-footer .logo--box {
        margin-bottom: 2rem;
    }
    #CR-footer .CR-bottom-footer {
        padding: 1rem 0;
    }
    #CR-footer .CR-bottom-footer .content--box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0.75rem;
    }
    #CR-footer .CR-main-footer .menu-item-box {
        border-top: 1px solid #2160a7;
        padding-bottom: 0;
        margin: 0 !important;
    }
    #CR-footer .CR-main-footer .menu-item-box .heading-title {
        position: relative;
        text-align: left;
        letter-spacing: normal;
        font-size: 1rem;
        padding: 0.9375rem 0 1.125rem;
        margin: 0 !important;
        font-weight: 700;
        text-transform: uppercase;
    }
    #CR-footer a,
    #CR-footer span,
    #CR-footer span b,
    #CR-footer p {
        font-size: 0.875rem;
    }
    #CR-footer .CR-main-footer .menu-item-box .toggle-menu-item-cont--mb {
        width: 100%;
        height: 100%;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
        margin: 0 !important;
    }
    #CR-footer .CR-main-footer .menu-item-box.active .menu-item-cont--mb {
        visibility: visible;
        opacity: 1;
        transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    #CR-footer .CR-main-footer .menu-item-box .menu-item-cont--mb {
        visibility: hidden;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        opacity: 0;
        height: 0;
        transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    #CR-footer .CR-main-footer .menu-item-box.active .menu-item-cont--mb .inner--box {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    #CR-footer .CR-main-footer .menu-item-box .menu-item-cont--mb .inner--box {
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
        transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        padding: 0 0 0.9375rem;
    }
    #CR-home-page .news--sec .first--box .CR-item-news .thumb--box {
        aspect-ratio: 16 / 9;
        width: 60%;
        min-width: 60%;
    }
    .CR-item-news .heading-title,
    #CR-home-page .news--sec .first--box .CR-item-news .heading-title,
    #CR-news-page .featured--sec .CR-item-news:first-child .heading-title {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        max-height: calc(1.5rem * 2) !important;
    }
    .CR-item-news .desc,
    #CR-home-page .news--sec .first--box .CR-item-news .desc,
    #CR-news-page .featured--sec .CR-item-news:first-child .desc {
        font-size: 0.875rem !important;
        line-height: 1.375rem !important;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        max-height: calc(1.375rem * 2);
    }
    #CR-home-page .news--sec .first--box .CR-item-news .cont--box,
    #CR-news-page .featured--sec .CR-item-news:first-child .cont--box {
        padding: 1.25rem;
    }
    .CR-item-news .date-sp {
        padding: 0.5rem !important;
    }
    .CR-item-news .date-sp b {
        font-size: 1.25rem;
        line-height: 1.25rem;
    }
    #CR-contact-page .main--box,
    #CR-home-page .endow--sec .main--box,
    #CR-home-page .info--sec .list--box .items--box {
        flex-direction: column;
    }
    #CR-contact-page .main--box > div,
    #CR-home-page .endow--sec .main--box > div,
    #CR-home-page .info--sec .list--box .items--box > div {
        width: 100%;
    }
    #CR-home-page .info--sec .main--box .right--box {
        margin-top: 1.875rem;
    }
    #CR-home-page .info--sec .main--box .left--box .sub-content--box {
        padding-right: 0;
    }
    #CR-single-product-page .custom-products-action--sec,
    #CR-news-detail-page .main--sec,
    #CR-home-page .featured--sec {
        padding-top: 2.8125rem;
    }
    #CR-single-product-page .single-pd-related--sec,
    #CR-single-product-page .comments--sec,
    #CR-single-product-page .degrees--sec,
    #CR-single-product-page .utilities--sec .main--box,
    #CR-single-product-page .specification--sec,
    #CR-about-page .diagram--sec,
    #CR-about-page .vision--sec,
    #CR-about-page .core-value--sec .content--box,
    #CR-about-page .history--sec,
    #CR-about-page .capability--sec,
    #CR-recruitment-page .job-position--sec,
    #CR-news-detail-page .feedback--sec,
    .custom-products-action--sec,
    #CR-home-page .selling--sec,
    #CR-home-page .endow--sec,
    #CR-home-page .icons--sec,
    #CR-home-page .info--sec .main--box,
    #CR-home-page .news--sec {
        padding: 2.8125rem 0;
    }
    #CR-home-page .info--sec .main--box .logo--box img {
        height: 2.5rem;
    }
    #CR-home-page .icons--sec .item {
        width: 50%;
        padding: 1rem;
        border: none !important;
    }
    #CR-home-page .icons--sec .item .wrap {
        padding: 0;
    }
    #CR-home-page .icons--sec .item .heading-title {
        font-size: 1rem;
    }
    #CR-home-page .icons--sec .item .desc {
        font-size: 0.875rem;
    }
    .CR-item-news,
    .CR-item-product,
    .CR-search-products-page .CR-item-product,
    #CR-home-page .endow--sec .CR-item-product,
    #CR-home-page .selling--sec .CR-item-product {
        width: 50%;
    }
    #CR-home-page .endow--sec .image--box {
        height: auto;
        aspect-ratio: 3 / 4;
        padding: 1rem;
    }
    #CR-home-page .endow--sec .image--box .sub-title {
        font-size: 1.25rem;
    }
    #CR-home-page .featured--sec .featured-info--box .item .heading-title b,
    #CR-home-page .endow--sec .image--box .sub-title b {
        font-size: 2.1875rem;
    }
    #CR-home-page .featured--sec .featured-info--box .item .heading-title b {
        line-height: normal;
    }
    .CR-item-product .action--box .item a {
        font-size: 0.625rem;
    }
    .CR-item-product .heading-title {
        font-size: 1rem;
        line-height: 1.375rem;
        max-height: calc(1.375rem * 2);
        height: calc(1.375rem * 2);
    }
    .CR-item-product .action--box .item a svg {
        height: 0.625rem;
    }
    #CR-home-page .featured--sec .featured-info--box .item .heading-title,
    .CR-item-product .price--box .CR-woo-prices * {
        font-size: 0.875rem;
    }
    #CR-home-page .selling--sec .CR-heading-title--group {
        width: 100%;
        margin-bottom: 2.5rem;
    }
    .custom-products-action--sec .item {
        width: 100%;
    }
    .custom-products-action--sec .item a {
        font-size: 1rem;
        height: 3.125rem;
    }
    #CR-home-page .featured--sec .featured-view--box {
        right: 0;
        margin-top: 1.875rem;
    }
    #CR-home-page .featured--sec .featured-view--box .item .wrap {
        height: auto;
        aspect-ratio: 1 / 1;
        display: flex;
        justify-content: center;
    }
    #CR-home-page .featured--sec .arrow-slider--box {
        position: initial;
        justify-content: center;
    }
    #CR-home-page .featured--sec .featured-info--box {
        margin: 1.875rem 0 0;
    }
    #CR-single-product-page .product-sp-main--box .main-heading-default--box .heading-title,
    #CR-single-product-page .single-pd-related--sec .heading--box .heading-title,
    #CR-news-page .filter--sec .heading-title,
    .CR-heading-title--group .heading-title {
        font-size: 1.5625rem;
    }
    #CR-home-page .featured--sec .main--box {
        padding-top: 0;
    }
    #CR-home-page .featured--sec .left--box {
        margin-top: 0;
    }
    #CR-home-page .banner--sec .content--box {
        width: 100%;
    }
    #CR-home-page .banner--sec .CR-swiper-arrow {
        display: none;
    }
    #CR-home-page .banner--sec .heading-title {
        font-size: 3.125rem;
    }
    #CR-home-page .banner--sec {
        position: relative;
        height: auto;
        aspect-ratio: 4/3;
    }
    #CR-contact-page .form--sec .form--box {
        width: 100%;
    }
    #CR-contact-page .map--box {
        aspect-ratio: 4/3;
        padding: 0;
    }
    #CR-contact-page .map--sec {
        margin-top: 2.8125rem;
    }
    #CR-news-page .filter--sec ul {
        flex-wrap: wrap;
    }
    .CR-item-news .terms-date--box * {
        font-size: 0.625rem;
    }
    #CR-popup-showroom .heading-title,
    #CR-about-page .capability--sec .list--box .item .heading-title,
    #CR-recruitment-detail-page .desc-list--box .form--box .CR-heading-title--group .heading-title,
    #CR-recruitment-detail-page .main--sec .info--box .heading-title,
    #CR-news-detail-page .main--sec .heading--box .heading-title {
        font-size: 1.875rem;
    }
    #CR-news-detail-page .feedback-question--box * {
        font-size: 0.75rem;
    }
    #CR-news-detail-page .main--sec .sidebar--box {
        padding-left: 0;
        margin-top: 1.875rem;
    }
    #CR-form-feedback .form--box {
        flex-direction: column;
        gap: 2rem;
        margin: 0;
    }
    #CR-form-feedback .form--box > div {
        width: 100%;
        padding: 0;
        border: none !important;
    }
    #CR-recruitment-page .why--sec .item {
        width: 100%;
    }
    #CR-about-page .vision--sec .item .heading-title,
    #CR-recruitment-detail-page .sidebar--box .row--box .heading-title,
    #CR-recruitment-page .why--sec .item .heading-title {
        font-size: 1.25rem;
    }
    #CR-recruitment-page .intro--sec .image--box {
        margin-top: 1.875rem;
    }
    #CR-recruitment-page .why--sec {
        padding-top: 2.8125rem;
    }
    /*.CR-recruitment-list-heading {*/
    /*    display: none;*/
    /*}*/
    .CR-item-recruitment:not(:last-child) {
        margin-bottom: 1rem;
    }
    .CR-item-recruitment {
        /*padding: 1rem;*/
        background: var(--cl-gray);
        border-radius: 0.3125rem;
    }
    /*.CR-item-recruitment ul {*/
    /*    -ms-flex-wrap: wrap;*/
    /*    flex-wrap: wrap;*/
    /*}*/
    /*.CR-item-recruitment ul li {*/
    /*    width: 100% !important;*/
    /*    padding: 0.9375rem 0 !important;*/
    /*    border: none !important;*/
    /*}*/
    /*.CR-recruitment-col-box li:nth-child(1) {*/
    /*    display: none !important;*/
    /*!*}*!*/
    /*body .CR-item-recruitment .CR-recruitment-col-box li * {*/
    /*    font-size: 0.8125rem !important;*/
    /*}*/
    /*body .CR-item-recruitment .label {*/
    /*    font-size: 0.8125rem !important;*/
    /*    font-weight: 700 !important;*/
    /*    color: var(--cl-white) !important;*/
    /*    text-transform: uppercase;*/
    /*    width: 50%;*/
    /*    background: var(--cl-main);*/
    /*    padding: 0.25rem;*/
    /*    border-radius: 0.3125rem;*/
    /*    display: -webkit-box !important;*/
    /*    display: -ms-flexbox !important;*/
    /*    display: flex !important;*/
    /*    -webkit-box-align: center;*/
    /*    -ms-flex-align: center;*/
    /*    align-items: center;*/
    /*    -webkit-box-pack: center !important;*/
    /*    -ms-flex-pack: center !important;*/
    /*    justify-content: center !important;*/
    /*    margin-right: 1rem;*/
    /*}*/
    .CR-item-recruitment .CR-recruitment-col-box li p,
    .CR-item-recruitment .CR-recruitment-col-box li a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        /*text-align: center !important;*/
        line-height: normal !important;
        /*padding: 0 1rem;*/
    }
    #CR-recruitment-detail-page .main--sec .main-content--box {
        padding-right: 0;
    }
    #CR-recruitment-detail-page .main--sec .info--box .sub--box ul {
        margin: 0;
    }
    #CR-recruitment-detail-page .main--sec .info--box .sub--box li {
        width: 100%;
        padding: 0.5rem 0;
    }
    #CR-recruitment-detail-page .desc-list--box {
        margin-top: 1.875rem;
    }
    #CR-recruitment-detail-page .CR-form-def .def-form-field:nth-last-child(2),
    .CR-form-def .def-form-field.def-form-field-half {
        width: 100% !important;
    }
    .CR-recruitment-col-box li:nth-child(3){
        width: 25%;
    }
    .CR-item-recruitment .CR-recruitment-col-box li a.CR-btn-style-icon{
        padding: 0 0.75rem;
        font-size: 0.75rem;
    }
    .CR-item-recruitment .CR-recruitment-col-box li a.CR-btn-style-icon span.icon--box{
        width: 1rem;
    }
    #CR-about-page .intro--sec .image--box {
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 1.875rem;
    }
    #CR-about-page .intro--sec .image--box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 20%;
        background: linear-gradient(180deg, #fff 0%, rgb(255 255 255 / 0.54) 71%, #fff0 100%);
    }
    #CR-about-page .intro--sec .image--box img {
        width: 100%;
        height: auto;
        position: initial;
    }
    #CR-about-page .intro--sec {
        padding: 0;
        flex-direction: column-reverse;
        display: flex;
    }
    #CR-about-page .vision--sec .item {
        width: 100%;
    }
    #CR-about-page .capability--sec .images--box {
        margin-top: 3.75rem;
    }
    #CR-about-page .capability--sec .list--box {
        margin: 0 -1rem;
    }
    #CR-about-page .capability--sec .list--box .item {
        padding: 1rem;
    }
    #CR-about-page .video--sec .content--box .desc {
        font-size: 1rem;
    }
    #CR-about-page .capability--sec .list--box .item .desc {
        font-size: 0.75rem;
    }
    #CR-about-page .video--sec .content--box {
        gap: 1.5rem;
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start;
    }
    #CR-about-page .video--sec .content--box svg {
        height: 4.375rem;
    }
    #CR-about-page .history--sec .item .heading-title {
        font-size: 2.1875rem;
    }
    #CR-about-page .history--sec .item .cont--box {
        min-height: auto;
        aspect-ratio: 3 / 5;
    }
    #CR-about-page .vision--sec .list--box {
        margin: 0 auto;
        width: 85%;
    }
    #CR-about-page .vision--sec .item .wrap {
        position: relative;
        padding: 1.875rem 4.375rem;
        aspect-ratio: 4 / 3;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }
    #CR-about-page .capability--sec .content--box {
        padding-right: 0;
    }
    #CR-products-page .CR-sidebar-products .CR-close-filter-box,
    #CR-products-page .CR-sidebar-products .filter-title--box {
        display: block;
    }
    #CR-products-page .CR-sidebar-products a.CR-close-filter-box {
        height: 2.5rem;
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 0.3125rem;
        font-size: 0.875rem;
        line-height: normal;
        font-weight: 500;
        background: var(--cl-main);
        color: var(--cl-white);
        padding: 0 1rem;
        width: 100%;
        margin: 0 auto 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-transform: uppercase;
    }
    #CR-products-page .CR-sidebar-products .item-box {
        padding: 0.75rem 0.9375rem;
        background: #f3f3f3;
    }
    #CR-products-page .CR-sidebar-products .filter-title--box .filter-title svg * {
        fill: var(--cl-white);
        stroke: var(--cl-white);
    }
    #CR-products-page .CR-sidebar-products .filter-title--box .filter-title {
        position: fixed;
        cursor: pointer;
        box-shadow: -1px 4px 29px rgb(0 0 0 / 21%);
        border-radius: 0.3125rem;
        left: 0.625rem;
        bottom: 1.5625rem;
        height: 40px;
        padding: 0 0.5rem;
        justify-content: center;
        background: var(--cl-hover-main);
        color: var(--cl-white);
        gap: 0.5rem;
        z-index: 5;
    }
    .admin-bar #CR-products-page .CR-sidebar-products.active .items-box {
        top: 32px !important;
    }
    #CR-products-page .CR-sidebar-products.active .items-box {
        left: 0;
    }
    #CR-products-page .CR-sidebar-products .items-box {
        position: fixed;
        background: var(--cl-white);
        top: 0;
        left: -25rem;
        width: 25rem;
        height: 100%;
        z-index: 999999;
        transition: 0.5s ease-in-out;
        max-height: 100%;
        overflow-y: auto;
        padding: 1rem 1rem 3rem;
        box-shadow: -1px 4px 29px rgb(0 0 0 / 21%);
    }
    #CR-products-page .CR-sidebar-products .bg-filter-box {
        position: fixed;
        pointer-events: none;
        opacity: 0;
        background: rgb(0 0 0 / 50%);
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        cursor: pointer;
        backdrop-filter: blur(10px);
        display: block;
    }
    #CR-products-page .CR-sidebar-products.active .bg-filter-box {
        opacity: 1;
        pointer-events: auto;
    }
    #CR-products-page {
        padding-bottom: 2.8125rem;
    }
    #CR-products-page .brands-slider--box {
        margin-bottom: 2.8125rem;
    }
    #CR-form-installment {
        flex-direction: column-reverse;
        gap: 1.25rem;
    }
    #CR-form-installment > div {
        width: 100% !important;
        padding: 0 !important;
    }
    #CR-installment-page .main--box {
        width: 100%;
    }
    .results-estimated-installment--box {
        margin-top: 2.5rem;
    }
    .CR-estimated-installment--heading {
        display: none;
    }
    .CR-item-estimated-installment ul {
        flex-wrap: wrap;
    }
    .CR-item-estimated-installment ul li {
        width: 50% !important;
        flex: unset;
        border: none !important;
        padding: 0.5rem !important;
    }
    .CR-item-estimated-installment ul li:last-child {
        width: 100% !important;
    }
    .CR-item-estimated-installment .label {
        display: block !important;
        font-weight: 700;
    }
    .CR-estimated-installment-col--box li * {
        font-size: 0.875rem;
    }
    .CR-item-estimated-installment .CR-estimated-installment-col--box li > div {
        justify-content: space-between !important;
    }
    .CR-estimated-installment--total p,
    .CR-estimated-installment--total b {
        font-size: 0.875rem;
    }
    #CR-installment-page .CR-style-default-content {
        margin-top: 2.5rem;
    }
    .CR-item-compare {
        width: 50%;
    }
    #CR-popup-compare .box {
        max-width: 90vw;
        padding-left: 1.125rem;
        padding-right: 1.125rem;
        max-height: 85vh;
        overflow-y: auto;
    }
    #CR-popup-compare .CR-chosen-item .chosen-drop .chosen-results {
        max-height: 6.25rem;
    }
    #CR-popup-compare .view--box .cont--box .heading-title b {
        font-size: 1.125rem;
    }
    #CR-popup-compare .view--box .cont--box {
        padding-right: 0;
    }
    #CR-popup-compare .action--box {
        margin-top: 1.25rem;
    }
    #CR-comparison-result-page .table--box {
        margin-top: 2.5rem;
        overflow-y: auto;
        max-width: 100%;
    }
    #CR-comparison-result-page .table--box table {
        min-width: 75rem;
    }
    #CR-popup-showroom .desc,
    #CR-single-product-page .contact--sec .left--box,
    .CR-popup-default-form .left--box {
        width: 100%;
    }
    #CR-popup-showroom .image--box,
    .CR-popup-default-form .right--box {
        display: none;
    }
    .CR-popup-default-form .left--box {
        padding: 0 !important;
    }
    #CR-popup-showroom .box,
    .CR-popup-default-form .box {
        max-width: 90vw;
        padding: 1.875rem 1rem !important;
        overflow: unset;
    }
    #CR-single-product-page .contact--sec .left--box {
        padding: 1.875rem;
    }
    #CR-popup-showroom .CR-form-def .def-form-field.def-form-field-half,
    .CR-popup-default-form .CR-form-def .def-form-field.def-form-field-half {
        width: 49% !important;
    }
    .CR-popup-default-wrap .CR-close-popup-btn {
        top: 0;
        right: 0;
    }
    #CR-single-product-page .degrees--sec .catalogue--box .form--box,
    #CR-single-product-page .specification--sec .item--box {
        width: 100%;
    }
    #CR-single-product-page .specification--sec .main--box {
        padding: 1.875rem;
    }
    #CR-single-product-page .product-sp-main--box .intro--sec .main-thumb--box {
        position: initial;
        width: 100%;
        transform: unset;
        padding: 2.5rem 0;
    }
    #CR-single-product-page .product-sp-main--box .intro--sec .price--box.CR-woo-prices * {
        font-size: 1.5625rem;
    }
    #CR-single-product-page .specification--sec .item--box .sub-list--box {
        max-height: 20.625rem;
    }
    #CR-single-product-page .product-sp-main--box .intro--sec .main-specification--box ul {
        max-height: 17.8125rem;
        padding-right: 1rem;
    }
    #CR-single-product-page .CR-nav-scroll--sec {
        top: 6.875rem;
    }
    #CR-single-product-page .single-product-center--sec .main-tab--box .nav-tabs {
        display: flex;
        align-items: center;
        flex-wrap: unset;
        max-width: 100%;
        overflow-x: auto;
    }
    #CR-single-product-page .single-product-center--sec .main-tab--box .nav-tabs li button,
    #CR-single-product-page .single-product-center--sec .main-tab--box .nav-tabs li {
        width: max-content;
    }
    #CR-single-product-page .single-product-center--sec .main-tab--box .tab--box {
        padding: 2rem 0;
        gap: 1rem;
        flex-direction: column-reverse;
    }
    #CR-single-product-page .single-product-center--sec .main-tab--box .tab--box > * {
        width: 100% !important;
        padding: 0;
    }
    #CR-single-product-page .single-product-top--sec .CR-gallery-pd-box,
    #CR-single-product-page .single-product-center--sec .main-tab--box .catalogue--box {
        padding-right: 0;
    }
    .CR-slider-simple-gallery-pd {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .CR-slider-simple-gallery-pd > div {
        width: 100% !important;
    }
    .CR-slider-simple-gallery-pd .CR-slider-gallery-product-main {
        padding-left: 0;
    }
    .CR-slider-simple-gallery-pd .CR-slider-gallery-product-mini {
        padding: 0 1.875rem !important;
        margin-top: 1rem;
    }
    .CR-slider-simple-gallery-pd .CR-slider-gallery-product-nav .CR-custom-arrow-full {
        width: 1.875rem !important;
        top: 0 !important;
        height: 100% !important;
    }
    .CR-slider-simple-gallery-pd .CR-slider-gallery-product-nav .CR-custom-arrow-full.left {
        left: -1.875rem !important;
    }
    .CR-slider-simple-gallery-pd .CR-slider-gallery-product-nav .CR-custom-arrow-full.right {
        right: -1.875rem !important;
        left: unset;
    }
    .CR-slider-simple-gallery-pd .CR-slider-gallery-product-nav .CR-custom-arrow-full.right svg,
    .CR-slider-simple-gallery-pd .CR-slider-gallery-product-nav .CR-custom-arrow-full.left svg {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    #CR-single-product-page .single-product-center--sec,
    #CR-single-product-page #CR-custom-meta-pd {
        margin: 1.25rem 0 0;
    }
    #CR-single-product-page .single-product-center--sec .main-tab--box .content--box .heading-title {
        font-size: 1.25rem;
        margin-bottom: 1.875rem;
    }
    #CR-single-product-page .single-pd-related--sec .CR-item-product {
        width: 50%;
    }
    .wrap_logo a {
        width: calc(calc(100% / 4) - 0.8rem);
    }

    .home_sec_5 .wrap_items .item {
        width: calc(50% - 1rem);
        margin-bottom: 1rem;
    }

    .home_sec_5 .wrap_items {
        flex-wrap: wrap;
    }

    .home_sec_5 .heading--box .desc {
        max-width: 23rem;
    }

    .home_sec_5 {
        padding: 8rem 0;
    }
    .box_logo_th a {
        width: calc(calc(100% / 2) - 1rem);
    }
    #CR-header .CR-header-desktop--box .center--box a:not(.title-link) {
        padding-right: 1.3rem;
        padding-left: 1.3rem;
    }
    #CR-products-page .CR-sidebar-products{
        position: unset;
    }
    #CR-single-product-page .CR-nav-scroll--sec {
        top: 3.8rem !important;
    }
    .CR-item-recruitment .CR-recruitment-col-box li .btn-wrap a{
        margin-left: auto;
        margin-right: auto;
    }
    .CR-item-recruitment .CR-recruitment-col-box li .btn-wrap{
        flex-grow: 1;
    }
    /*.CR-item-recruitment .CR-recruitment-col-box li .job-name-group a{*/
    /*    text-align: left !important;*/
    /*    padding: 0;*/
    /*    font-size: 16px !important;*/
    /*    line-height: 20px !important;*/
    /*}*/
    /*.CR-item-recruitment .CR-recruitment-col-box li .job-name-group{*/
    /*    width: 100%;*/
    /*}*/
    .box_category .item b{
        font-size: 1.1rem;
    }
    .wrap_menu_product .box_link li{
        width: 100% !important;
    }
    header#CR-header .CR-header-desktop--box{
        height: 3.75rem;
    }
    .CR-main-wrap{
        margin-top: 3.75rem;
    }
}
@media only screen and (max-width: 782px) {
    #CR-header .CR-header-desktop--box .center--box a:not(.title-link){
        padding-left: 1rem;
        padding-right: 1rem;
    }
    html #wpadminbar {
        position: fixed;
        height: 46px;
        min-width: 240px;
        border-radius: 0;
    }
    .admin-bar #CR-products-page .CR-sidebar-products.active .items-box,
    .admin-bar #CR-header .CR-header-mobile--box .CR-main-nav-mobile--box,
    .admin-bar #CR-header {
        top: 46px !important;
    }
}
@media only screen and (max-width: 767px) {
    html {
        font-size: 0.95rem;
    }
    #CR-header .CR-main-nav-mb--box {
        width: 20rem;
        left: -20rem;
    }
    #CR-header .CR-main-nav-mb.active .CR-main-nav-mb--box {
        -webkit-transform: translate(20rem);
        -ms-transform: translate(20rem);
        transform: translate(20rem);
    }
    #CR-news-page .featured--sec .CR-item-news:first-child .wrap,
    #CR-home-page .news--sec .remaining--box .CR-item-news .wrap,
    #CR-home-page .news--sec .first--box .CR-item-news .wrap {
        flex-direction: column;
    }
    #CR-news-page .featured--sec .CR-item-news:first-child .wrap > div,
    #CR-home-page .news--sec .remaining--box .CR-item-news .wrap > div,
    #CR-home-page .news--sec .first--box .CR-item-news .wrap > div {
        width: 100%;
    }
    #CR-news-page .featured--sec .CR-item-news:first-child .cont--box {
        position: initial;
    }
    #CR-news-page .featured--sec .CR-item-news:first-child .thumb--box {
        aspect-ratio: 16/9;
    }
    .CR-item-estimated-installment ul li {
        width: 100% !important;
    }
    #CR-single-product-page .contact--sec .heading-title,
    .CR-popup-default-form .heading-title,
    #CR-popup-showroom .heading-title {
        font-size: 1.5625rem;
    }
    .CR-swiper-pagination {
        bottom: 1rem !important;
    }

    .home_sec_2 {
        padding-top: 4rem;
    }

    .wrap_logo a {
        width: calc(calc(100% / 3) - 0.8rem);
    }

    .item_ud {
        width: calc(calc(100% ) - 1.8rem);
    }

    .home_sec_2 .wrap_ud {
        gap: 1rem;
        padding: 0 1rem;
        margin-bottom: 2rem;
    }
    .home_sec_2 .item_ud {
        margin: 0;
        width: calc(50% - 0.5rem);
        height: auto;
        aspect-ratio: 180/120;
    }
    .home_sec_2 .item_ud .box_content h3{
        font-size: 1rem;
        line-height: 1.4;
    }
    .home_sec_2 .item_ud .box_content {
        padding: 1rem;
    }

    .item_ud:before {
        height: 100%;
    }

    .item_ud .box_content h3 {
        font-size: 1.8rem;
    }

    .item_ud .box_content {
        padding: 2rem;
    }

    .home_sec_2 section.custom-products-action--sec {
        padding-bottom: 4rem;
    }

    .home_sec_4 {
        padding: 5rem 0;
    }

    .img-bottom {
        display: none;
    }

    .home_sec_4 .heading--box {
        display: block !important;
        text-align: center;
    }

    .home_sec_4 .heading--box .CR-heading-title--group.left {
        margin-bottom: 2rem;
    }

    .home_sec_4 {
        padding: 0;
    }

    .home_sec_5 .heading--box {
        display: block !important;
    }

    .home_sec_5 .heading--box .CR-heading-title--group.left {
        margin-bottom: 1rem;
    }

    .home_sec_5 .wrap_items .item {
        width: calc(50% - 1rem);
    }

    .home_sec_5 .wrap_items .box_img {
        padding-bottom: 120%;
    }
    .home_sec_5 .wrap_items .box_img h3{
        bottom: 1rem;
        left: 1rem;
        right: 1rem;
        font-size: 1rem;
        line-height: 1.4;
    }
    .home_sec_5 .wrap_items .box_img .icon{
        top: 1rem;
        left: 1rem;
    }
    .home_sec_5 .wrap_items .item:nth-child(odd):last-child {
        margin-left: auto;
        margin-right: auto;
    }
    .home_sec_5 {
        padding-bottom: 3rem;
    }
    .item_ud {
        margin-bottom: 10px;
    }
    .text_center {
        display: flex;
        justify-content: center;
    }
    section.section.home_sec_4 {
        padding-top: 4rem;
    }
    .home_sec_5 {
        background-position: top right;
        padding-top: 4rem;
    }
    #CR-footer .ft-top--box .CR-marquee-list--box .item img {
        height: 4.25rem;
    }

    #CR-footer .ft-top--box .CR-marquee-list--box .list--box {
        display: flex;
        justify-content: center;
    }

    #CR-footer .ft-top--box .CR-marquee-list--box .list--box .item+.item {
        display: none;
    }
    .CR-item-news .terms-date--box {
        flex=w: w;
        flex=w: w;
        flex-wrap: wrap;
        display: block !important;
    }

    #CR-home-page .news--sec .remaining--box .CR-item-news .cont--box {
        padding: 1rem;
    }

    #CR-home-page .news--sec .remaining--box .CR-news-list--box {margin: 0 -0.5rem;}

    #CR-home-page .news--sec .remaining--box .CR-item-news {
        width: 50%;
        padding: 0 0.5rem;
    }
    #CR-home-page .banner--sec .swiper img {
        max-width: max-content;
        height: 100%;
    }
    .box_download {
        padding: 3rem 2rem;
    }

    .box_download ul a {
        line-height: 1.2;
    }
    #CR-single-product-page .utilities--sec .slider--box {
        width: 95%;
    }
    .CR-slider-library-pd .slick-list {
        padding: 0 10%;
    }
    .slide_gallery{
        display: none;
    }
    .CR-item-product-brand {
        width: calc(100% / 2);
    }
    #CR-products-page .CR-slider-brands {
        padding: 0;
    }
    .slide_gallery {
        display: none !important;
    }

    .CR-custom-dots-line-sp .slick-dots li button {
        width: 1rem;
    }
    .CR-item-recruitment .CR-recruitment-col-box li a.CR-btn-style-icon{
        height: 2.125rem;
    }
    #CR-header .CR-header-desktop--box .nav-top--box .search--box{
        position: unset;
    }
    #CR-header .CR-header-desktop--box .nav-top--box .search--box .NK-popup-search{
        width: 100vw;
    }
    .CR-recruitment-col-box li:nth-child(1),
    .CR-recruitment-list-heading{
        display: none !important;
    }
    .CR-item-recruitment ul{
        flex-direction: column-;
    }
    #CR-recruitment-page .intro--sec .content--box{
        padding-right: 0;
    }
    .CR-item-recruitment .CR-recruitment-col-box li .job-details-group{
        flex-direction: column;
        padding-right: 8.125rem;
        align-items: flex-start !important;
    }
    .CR-recruitment-col-box li:nth-child(3){
        width: 0 !important;
        padding: 0 !important;
    }
    .CR-item-recruitment .CR-recruitment-col-box li a.CR-btn-style-icon{
        position: absolute;
        bottom: 1.25rem;
        right: 0.625rem;
    }
    .CR-item-recruitment .CR-recruitment-col-box li:nth-child(2) .job-name-group{
        width: 100%;
    }
    .CR-item-recruitment .CR-recruitment-col-box li .job-details-group{
        gap: 10px;
    }
    .CR-item-product .CR-woo-prices span.amount,
    .CR-item-product .CR-woo-prices span.amount bdi{
        font-size: 0.875rem !important;
    }
    .CR-custom-sticky-icons .action--box .CR-toggle-sticky-icons{
        width: 3.25rem;
        height: 3.25rem;
    }
    .CR-custom-sticky-icons .action--box{
        display: none !important;
    }
    .CR-custom-sticky-icons{
        right: 0;
        bottom: 0;
        left: 0;
        top: unset;
    }
    .CR-custom-sticky-icons ul{
        flex-direction: row;
        width: 100%;
        top: unset;
        bottom: 0;
        gap: 0;
    }
    .CR-custom-sticky-icons ul > li{
        flex-grow: 1;
    }
    .CR-custom-sticky-icons .item .icon--box{
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        height: 3rem;
        border-bottom: none;
        border-left: none;
        border-right: none;
        border-top: 1px solid #FFF;
    }
    .CR-custom-sticky-icons ul > li:not(:first-of-type){
        border-left: 1px solid #FFF;
    }
    #CR-footer .CR-bottom-footer{
        padding: 1rem 0 4rem;
    }
    #CR-contact-page .offices--box{
        height: auto;
    }
    .map--sec .main-list--box{
        padding: 1rem 0;
    }
    .CR-form-def .CR-chosen-item .chosen-single, .CR-form-def select, .CR-form-def input:not([type=submit]), .CR-form-def textarea{
        height: 2.625rem;
    }
    .CR-main-footer .socials--box{
        margin-top: 1.25rem;
    }
    #CR-news-page .filter--sec ul{
        flex-wrap: nowrap;
        max-width: 100%;
        overflow: auto;
        padding-bottom: 0.625rem;
    }
    #CR-news-page .filter--sec ul > li{
        flex: 0 0 auto;
    }
    #CR-news-page .filter--sec{
        margin-bottom: 2rem;
    }
    #CR-news-page {
        padding-bottom: 3.5rem
    }
    #CR-popup-showroom .heading-title, #CR-about-page .capability--sec .list--box .item .heading-title, #CR-recruitment-detail-page .desc-list--box .form--box .CR-heading-title--group .heading-title, #CR-recruitment-detail-page .main--sec .info--box .heading-title, #CR-news-detail-page .main--sec .heading--box .heading-title{
        font-size: 1.75rem;
    }
    #CR-about-page .intro--sec .CR-heading-title--group .desc{
        max-height: unset;
    }
    body.single-product .CR-slider-simple-gallery-pd .CR-slider-gallery-product-for{
        height: 16.25rem;
    }
    .CR-slider-simple-gallery-pd .item-gal-for .wrap{
        height: 16.25rem;
        margin: auto;
    }
    #CR-single-product-page .single-product-top--sec .CR-custom-meta-pd .main-title{
        font-size: 1.5rem;
    }
    #CR-single-product-page .CR-single-product-wrap > .breadcrumb--sec{
        display: none;
    }
    #CR-single-product-page .single-product-top--sec .CR-custom-meta-pd .review-info-box{
        padding: 0.75rem 0;
        margin: 0.75rem 0;
    }
    #CR-products-page .CR-sidebar-products .filter-title--box .filter-title{
        left: 10px;
        bottom: 55px;
    }
    #CR-single-product-page .product-sp-main--box .intro--sec .heading-title{
        font-size: 1.3rem;
    }
    #CR-products-page .heading--box .heading-title{
        font-size: 1.45rem;
    }
    .box_category .item{
        margin-bottom: 1.5rem;
    }
    #CR-single-product-page .product-sp-main--box .intro--sec .left--box{
        padding-bottom: 2rem !important;
    }
    #CR-single-product-page .product-sp-main--box .intro--sec .content--box{
        padding-right: 0;
    }
    #CR-single-product-page .contact--sec .left--box,
    #CR-single-product-page .specification--sec .main--box{
        padding: 1.75rem 0.75rem;
    }
    #CR-footer .ft-main--box.sp-page{
        padding-top: 2rem;
    }
    header#CR-header .CR-header-desktop--box{
        height: auto
    }
    .CR-main-wrap{
        margin-top: 3.6875rem;
    }
    ul.sub-menu.CR-sub-menu ul.sub-menu.CR-sub-menu{
        opacity: 1;
        left: unset;
        position: relative;
        top: unset;
        background: transparent;
        width: 100% !important;
    }
    .notifyjs-container .CR-notice-box{
        width: 100%;
        max-width: 100%;
    }
    .notifyjs-container .CR-notice-box .message-notice .box{
        flex-grow: 1;
    }
    #CR-custom-cart--btn-update{
        margin: 1rem 0;
    }
    .CR-custom-cart--form--right .CR-custom-cart--coupon input{
        position: relative;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .CR-custom-cart--coupon > .coupon{
        display: flex;
    }
    .CR-custom-cart--coupon > .coupon > button{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .CR-item-custom-cart .CR-custom-qty .quantity input.qty, .CR-item-custom-cart .CR-custom-qty .quantity .plus, .CR-item-custom-cart .CR-custom-qty .quantity .minus{
        height: 2rem;
    }
    .CR-item-custom-cart .CR-custom-qty .quantity .plus, .CR-item-custom-cart .CR-custom-qty .quantity .minus{
        width: 2rem;
        padding-bottom: 5px;
    }
    body.woocommerce-checkout .CR-custom-checkout--order-view .woocommerce-checkout-review-order td{
        padding: 10px 12px !important;
    }
    .CR-breadcrumb{
        padding: 0.5rem 0 !important;
        margin-bottom: 0.75rem !important;
    }
    #CR-home-page .news--sec .first--box .CR-item-news{
        padding-left: 0;
        padding-right: 0;
    }
    #CR-header .CR-header-mobile--box .nav-mb--contact .item{
        flex-grow: 1;
    }
    .box_category .item b{
        font-weight: 600 !important;
    }
    .wrap_menu_product .box_link li > a {
        font-weight: 600 !important;
    }
    .wrap_menu_product{
        border-bottom: none;
    }
    #CR-news-detail-page .feedback-question--box{
        bottom: 2.8125rem;
    }
    body.single-post #CR-footer .CR-bottom-footer{
        padding-bottom: 8rem;
    }
    #CR-single-product-page .product-sp-main--box .main-heading-default--box .heading-title, #CR-single-product-page .single-pd-related--sec .heading--box .heading-title, #CR-news-page .filter--sec .heading-title, .CR-heading-title--group .heading-title{
        font-size: 1.35rem;
    }
    #CR-single-product-page .product-sp-main--box .intro--sec .outofstock .thumb--box:before{
        width: 11rem;
    }
    .CR-item-product .thumb--box .outofstock-overlay{
        font-size: 1rem;
    }
}
@media only screen and (max-width: 454px) {
    .CR-item-news {
        width: 50%;
    }
}
@media only screen and (max-width: 350px){
    html, body{
        font-size: 12px;
    }
    .CR-custom-sticky-icons{
        top: unset;
        bottom: 0;
    }
    .CR-form-def .gr-def-form-btn.gr-def-form-btn-icon input[type=submit]{
        background-size: 18px;
    }
}