/**================== ROOT ==================**/
:root {
    /*--cl-main: #055699;*/
    --cl-main: #CDAA49;
    --cl-light-yl: #F4DD70;
    --cl-main-hover:#000000;
    --cl-light-hover:#FF3300;
    --cl-black: #000000;
    --cl-white: #ffffff;
    --cl-gray:#f2f2f2;
    --cl-light-gray:#d9d9d9;
    --cl-dark-gray: #8e8e8e;
    --cl-dark-red:#990a00;
    --cl-red:#c72528;
    --cl-yl:#f9f86c;
    --cl-green:#009739;
    --cl-blue:var(--cl-main);
    --cl-light-blue:#dbedf9;
    --cl-orange:#fa6400;
    --cl-dark-orange:#ff3102;
    --cl-earth:#A4631B;
    --font-aws: FontAwesome;
}

/**================== HEADER ==================**/
#CR-header.CRis_admin {
    top: 32px;
}

#CR-header {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 8888;
    box-shadow: -1px 4px 29px transparent;
}
#CR-header:hover,
#CR-header.fixedV2 {
    box-shadow: -1px 4px 29px rgb(0 0 0 / 21%);
}
#CR-header:hover .CR-topbar {
    background: var(--cl-light-gray);
}
#CR-header .CR-topbar {
    background: var(--cl-blue);
    display: block;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
    z-index: 3;
}
#CR-header .CR-topbar * {
    color: var(--cl-white);
}
#CR-header .CR-topbar a {
    width: 100%;
    height: 100%;
    padding: 0.5625rem  /* 9/16 */ 0;
    display: inline-flex;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 0.8125rem  /* 13/16 */;
    line-height: 1rem  /* 16/16 */;
    text-align: center;
    letter-spacing: .03em;
}
#CR-header .CR-topbar marquee span {
    margin-right: 6.25rem  /* 100/16 */;
}
#CR-header{
    background: var(--cl-white);
}

#CR-header .CR-main-header{
    background: rgb(164 99 27 / 90%);
    /*border-bottom: 1px solid var(--cl-light-gray);*/
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
    z-index: 3;
    padding: 0.625rem 0;
}
#CR-header .CR-main-header .logo-box {
    height: 100%;
}
#CR-header .CR-main-header .logo-box img{
    width: auto;
    height: 4rem;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#CR-header .CR-main-header .CR-nav .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -1rem;
}
#CR-header .CR-main-header .CR-nav .main-menu > li{
    padding: 1rem;
}
#CR-header .CR-main-header .CR-nav li {
    position: relative;
}
#CR-header .CR-main-header .CR-nav li .arrow {
    margin-left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0rem;
    line-height: normal;
    color: var(--cl-light-yl);
}
#CR-header .CR-main-header .CR-nav .menu-item-has-children:hover > .sub-menu{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}
#CR-header .CR-main-header .CR-nav .sub-menu .menu-item-has-children:hover > .sub-menu {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
#CR-header .CR-main-header .CR-nav .sub-menu .sub-menu{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    top: 0;
}
#CR-header .CR-main-header .CR-nav .sub-menu li .arrow i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#CR-header .CR-main-header .CR-nav .sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: absolute;
    top: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    pointer-events: none;
    background: var(--cl-earth);
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    /*width: 15.625rem;*/
}
#CR-header .CR-main-header .CR-nav .sub-menu li{
    width: 100%;
}
#CR-header .CR-main-header .CR-nav .sub-menu li a {
    padding: 1rem;
    border-bottom: 1px solid #dce0e0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#CR-header .CR-main-header .CR-nav .sub-menu .current-menu-item > a,
#CR-header .CR-main-header .CR-nav .sub-menu li a:hover{
    color: var(--cl-main) !important;
    background: var(--cl-white);
}
#CR-header .CR-main-header .CR-nav .sub-menu li a:after {
    display: none;
}
#CR-header .CR-main-header .CR-nav .current-menu-ancestor > a,
#CR-header .CR-main-header .CR-nav .active > a,
#CR-header .CR-main-header nav .main-menu > .current-menu-item > a,
#CR-header .CR-main-header #CR-nav-pc a:hover{
    color:var(--cl-white);
}

#CR-header .CR-main-header .CR-nav a {
    color:var(--cl-light-yl);
    font-weight: 700;
    font-size: 1rem  /* 13/16 */;
    line-height: normal;
    text-align: center;
    letter-spacing: .03em;
    text-transform: capitalize;
    padding: 0;
    white-space: nowrap;
    display: block;
    position: relative;
}
#CR-header .CR-action-head-box li:not(:last-child){
    margin-right: 1.25rem  /* 20/16 */;
}
#CR-header .CR-action-head-box li > a{
    width: 1.25rem  /* 20/16 */;
    height: 1.25rem  /* 20/16 */;
    position: relative;
}
#CR-header .CR-action-head-box a svg{
    width: auto;
    max-width: 100%;
    height: 100%;
}
#CR-header .CR-action-head-box .CR-view-total-cart-head {
    background: var(--cl-blue);
    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.3125rem  /* -5/16 */;
    top: 0;
    width: 0.8125rem  /* 13/16 */;
    height: 0.8125rem  /* 13/16 */;
    font-size: 0.625rem  /* 10/16 */;
    font-weight: 700;
    pointer-events: none;
}

#CR-header .CR-mobile-menu-head-box {
    display: none;
}
#CR-header .CR-open-mobile-menu {
    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;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#CR-header .CR-open-mobile-menu i{
    color: var(--cl-black);
    font-size: 1rem;
    line-height: normal;
}
#CR-nav-mb {
    display: none;
}

/**================== FOOTER ==================**/
#CR-footer{
    /*background: var(--cl-white);*/
    background-color: #F7F7F7;
}
#CR-footer *{
    color: var(--cl-black);
}
#CR-footer .CR-main-footer{
    padding: 1.875rem  /* 30/16 */ 0;
}
#CR-footer .CR-bottom-footer .content{
    border-top: 1px solid var(--cl-light-gray);
    padding: 1rem 0;
}
#CR-footer .CR-bottom-footer .copyright{
    font-size: 1rem /* 11/16 */;
    font-weight: 500;
    line-height: 1.5rem  /* 24/16 */;
    text-align: left;
    letter-spacing: .03em;
}
#CR-footer .CR-bottom-footer .copyright-box{
    width: 65%;
}
#CR-footer .CR-bottom-footer .logo-list-box{
    width: 35%;
}
#CR-footer .CR-bottom-footer .logo-list-box li{
    margin: 0;
}
#CR-footer .CR-bottom-footer .logo-list-box li:not(:last-child){
    margin-right: 0.625rem  /* 10/16 */;
}
#CR-footer .CR-bottom-footer .logo-list-box a:hover img{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
#CR-footer .CR-bottom-footer .logo-list-box img{
    max-height: 2.5rem  /* 40/16 */;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#CR-footer .address-list-box {
    width: 50%;
}
#CR-footer .address-list-box .item:not(:last-child),
#CR-footer .menu-box .menu-item-box{
    margin-bottom: 1.875rem  /* 30/16 */;
}
#CR-footer .menu-box .main-title{
    position: relative;
    font-weight: 700;
    font-size: 0.8125rem  /* 13/16 */;
    line-height: normal;
    margin-bottom: 0.9375rem  /* 15/16 */;
}
#CR-footer .menu-item.active a,
#CR-footer a:hover{
    color: var(--cl-blue);
}
#CR-footer a,
#CR-footer p{
    font-size: 0.875rem  /* 13/16 */;
    line-height: normal;
    font-weight: 400;
}
#CR-footer li:not(:last-child){
    margin-bottom: 0.625rem  /* 10/16 */;
}
#CR-footer li svg{
    width: auto;
    height: 1.5rem;
    margin-right: 0.5rem;
}
#CR-footer .social-box {
    margin-top: 1.5625rem  /* 25/16 */;
    width: 80%;
}
#CR-footer .social-box li{
    width:33.33%;
    margin: 0;
}
#CR-footer .social-box a{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto;
}
#CR-footer .social-box svg * {
    fill: var(--cl-black);
}
#CR-footer .social-box svg {
    margin: 0;
    width: auto;
    height: 1.875rem /* 30/16 */;
    fill: var(--cl-black);
}
#CR-footer .sidebar-box .main-title{
    font-size: 1.3125rem  /* 21/16 */;
    font-weight: 700;
    line-height: normal;
}
#CR-footer .sidebar-box .CR-btn:hover{
    color: var(--cl-black);
    background-color: var(--cl-blue);
}
#CR-footer .sidebar-box .CR-btn:hover *{
    color: var(--cl-black);
}
#CR-footer .sidebar-box .CR-btn span{
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color:var(--cl-black);
}
#CR-footer .sidebar-box .CR-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.6875rem  /* 43/16 */;
    background: var(--cl-blue);
    border-radius: 1rem  /* 16/16 */;
    padding: 0 1.875rem  /* 30/16 */;
    font-size: 0.875rem  /* 14/16 */;
    font-weight: 500;
    letter-spacing: .03em;
    margin-bottom: 1.5625rem  /* 25/16 */;
    border: 0;
}
#CR-footer .contact-box .item:not(:last-child){
    margin-bottom: 0.75rem  /* 12/16 */;
}
#CR-footer .contact-box .icon {
    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;
    min-width: 1.875rem /* 30/16 */;
    width: 1.875rem  /* 30/16 */;
    height: 1.875rem  /* 30/16 */;
    margin-right: 0.9375rem  /* 15/16 */;
}
#CR-footer .contact-box .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
#CR-footer .contact-box ul{
    margin: -0.05rem -0.25rem;
}
#CR-footer .contact-box li{
    padding: 0.05rem 0.25rem;
    margin: 0;
}
#CR-footer .contact-box *{
    font-weight: 700;
}
#CR-footer .menu-box .main-title .toggle-menu-item-cont--mb{
    display: none;
}

/*Social*/
.socails-network .social-list li{margin: 0 !important;}
.socails-network .social-title{margin-right: 1rem;}
/*hotline-phone-ring*/
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 75px;
    left: 0;
    z-index: 999;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 36px;
    left: 36px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 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;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}
.hotline-phone-ring-img-circle .pps-btn-img i{
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    background-color: #ed1c24;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 41px;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
}
.hotline-phone-ring-img-circle .pps-btn-img:hover span{
    width: 176px;
    padding-right: 12px;
    padding-left: 32px;
    opacity: 1;
}
.hotline-phone-ring-img-circle .pps-btn-img span{
    display: inline-block;
    padding: 0;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 40px;
    line-height: 38px;
    position: absolute;
    top: -5px;
    left: 0px;
    z-index: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background-color: #ed1c24;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    text-align: center;
    font-size: 14px;
}
.hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, 0.75);
    height: 40px;

    line-height: 40px;

    background-size: 100%;
    cursor: pointer;
    -o-transition: all 2s;
    transition: all 2s;
    -webkit-transition: all 2s;
    z-index: 9;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    right: 33px;
    bottom: 37px;
    width: 50px;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.hotline-phone-ring-wrap:hover .hotline-bar{
    width: inherit;

    opacity: 1;
    visibility: inherit;
    /*transition: all 0.8s;*/
    /*-webkit-transition: all 0.8s;*/
}
.hotline-bar > a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    text-align: left;
    padding-right: 50px;
    text-indent: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 40px;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
    color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

/**================== HOME PAGE ==================**/
#CR-home-page{
    padding-bottom: 1.875rem  /* 30/16 */;
}
#CR-home-page .captions-box span{
    padding-right: 6.25rem  /* 100/16 */;
}
#CR-home-page .captions-box{
    position: relative;
    background-color: var(--cl-blue);
    border-radius: 1.5rem  /* 24/16 */;
    color: var(--cl-white);
    height: 4.0625rem  /* 65/16 */;
    margin-bottom: 0.5rem  /* 8/16 */;
}
#CR-home-page .captions-box *{
    font-size: 1.5rem  /* 24/16 */;
}
#CR-home-page .captions-box a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: var(--cl-yl);
    border-radius: 1.5rem /* 24/16 */;
    padding: 0 2.1875rem /* 35/16 */;
    font-weight: 500;
    color: var(--cl-black);
    font-size: 1.5rem  /* 24/16 */;
}

#CR-banner-home{
   position: relative;
}
#CR-banner-home .CR-slider-banner-home{
    position: relative;
}
#CR-banner-home .CR-slider-banner-home:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background-image: linear-gradient(transparent,rgba(0,0,0,.4666666666666667));
    pointer-events: none;
}
#CR-banner-home .CR-slider-banner-home .item {
    width: 100%;
    position: relative;
}
#CR-banner-home .CR-slider-banner-home .item:before {
    /*content: "";*/
    /*display: block;*/
    /*padding-top: calc(100vh - 10.625rem  !* 170/16 *!);*/
    /*height: 0;*/
    /*width: 100%;*/
}
#CR-banner-home .CR-slider-banner-home .item img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#CR-banner-home .CR-custom-arrow-full {
    width: 9.375rem  /* 150/16 */;
}
#CR-banner-home .CR-custom-arrow-full.right {
    right: 0;
    opacity: .3;
    background-image: linear-gradient(90deg,transparent,transparent);
}
#CR-banner-home .CR-custom-arrow-full.right:hover {
    opacity: 1;
    background-image: linear-gradient(-90deg,rgba(0,0,0,.5333333333333333),transparent);
}
#CR-banner-home .CR-custom-arrow-full.left {
    right: 0;
    opacity: .3;
    background-image: linear-gradient(-90deg,transparent,transparent);
}
#CR-banner-home .CR-custom-arrow-full.left:hover {
    opacity: 1;
    background-image: linear-gradient(90deg,rgba(0,0,0,.5333333333333333),transparent);
}

#CR-banner-home .item-info:before{
    content: '';
    opacity: .5;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    pointer-events: none;
    z-index: 0;
    }
#CR-banner-home .item-info{
    position: relative;
    padding: 4rem 0;
    min-height: 30rem;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--cl-light-yl);
    text-shadow: 1px 1px black;
    }
#CR-banner-home .item-info .item-des > *:not(:last-child){
    margin-bottom: .5rem;
    }
#CR-banner-home .item-info .item-des{
    font-size: 2.25rem;
    line-height: normal;
    }
#CR-banner-home .item-info .item-title{
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    }
#CR-banner-home .item-info .container{
    position: relative;
    }

#CR-search-home{
    padding: 5.625rem  /* 90/16 */ 0 3.125rem  /* 50/16 */;
}
#CR-search-home .main-search-box {
    margin: 0 auto;
    max-width: 65rem  /* 700/16 */;
}
#CR-search-home .CR-search-form-suggest{
    margin-bottom: 1.25rem  /* 20/16 */;
}
#CR-search-home .CR-search-form-suggest .title{
    display: block;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: var(--cl-black);
    font-size: 2.25rem;
    margin: 0 auto 1.25rem;
}
#CR-search-home .CR-search-form-suggest .CR-search-form-ajax form{
    position: relative;
}
#CR-search-home .CR-search-form-suggest .CR-search-form-ajax input::placeholder{
    color: var(--cl-dark-gray);
}
#CR-search-home .CR-search-form-suggest .CR-search-form-ajax input {
    background-color: #d4d4d466;
    border: 0;
    width: 100%;
    height: 4.125rem;
    border-radius: 100vmax;
    padding-left: 1.5rem;
    padding-right: 5rem;
    font-size: 1rem;
    font-weight: 500;
    outline: none !important;
    color: var(--cl-black);
}
#CR-search-home .CR-search-form-suggest .CR-search-form-ajax button{
    position: absolute;
    top: 0;
    bottom: 0.9375rem  /* 15/16 */;
    right: 0.9375rem  /* 15/16 */;
    background: transparent;
    border: 0;
    cursor: pointer;
    width: 4.125rem;
    height: 4.125rem;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
#CR-search-home .CR-search-form-suggest .CR-search-form-ajax button svg{
    width: auto;
    height: 40%;
}
#CR-search-home .CR-search-featured-keywords{

}
#CR-search-home .CR-search-featured-keywords .title{
    text-align: center;
    font-size: 0.875rem  /* 14/16 */;
    font-weight: 500;
    line-height: normal;
    color: var(--cl-black);
    margin-bottom: 0.5rem;
}
#CR-search-home .CR-search-featured-keywords ul{
    gap: 0.375rem  /* 6/16 */;
}
#CR-search-home .CR-search-featured-keywords a:hover{
    background: var(--cl-earth);
    border-color: var(--cl-earth);
    color: var(--cl-white);
}

#CR-search-home .CR-search-featured-keywords a{
    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;
    padding: 0.475rem 0.75rem;
    border-radius: 1rem;
    border: 1px solid var(--cl-dark-gray);
    white-space: nowrap;
    line-height: 1rem;
    font-size: 1rem;
    color: var(--cl-earth);

    font-weight: 900;
}

#CR-pds-home {
    padding: 3rem 0;
    background: var(--cl-gray);
    /*margin-bottom: 3rem;*/
    overflow: hidden;
}
#CR-pds-home .CR-tabs-product-home .nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem;
    border: none;
}
#CR-pds-home .CR-tabs-product-home .nav-tabs .nav-item {
    padding: 0 1rem 1rem;
    border-bottom: 1px solid var(--cl-light-gray);
}
#CR-pds-home .CR-tabs-product-home .nav-tabs button {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: normal;
    color: var(--cl-black);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
}
#CR-pds-home .CR-tabs-product-home .nav-tabs button.active:after{
    width: calc(100% + 2rem);
}
#CR-pds-home .CR-tabs-product-home .nav-tabs button:after{
    content: '';
    background: var(--cl-black);
    position: absolute;
    bottom: -1rem;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#CR-pds-home .CR-tabs-product-home .tab-content{
    margin: 0 -3rem;
}
#CR-pds-home .CR-tabs-product-home .tab-content>.tab-pane{
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0 3rem;
}
#CR-pds-home .CR-tabs-product-home .tab-content>.active{
    height: auto;
}

#CR-tech-home{
    margin-bottom: 0.9375rem  /* 15/16 */;
}
#CR-tech-home .main-box{
    background-color: var(--cl-blue);
    border-radius: 3.125rem  /* 50/16 */;
    position: relative;
}
#CR-tech-home .image-box{
    width: 100%;
    border-radius: 3.125rem  /* 50/16 */;
    overflow: hidden;
    max-width: 45rem  /* 720/16 */;
}
#CR-tech-home .image-box picture {
    display: inline-block;
}
#CR-tech-home .image-box img{
    height: 34.75rem  /* 556/16 */;
}
#CR-tech-home .cont-box{
    flex: 1;
    padding: 4.375rem  /* 70/16 */ 2.5rem  /* 40/16 */ 5rem  /* 80/16 */ 3.75rem  /* 60/16 */;
}
#CR-tech-home .cont-box .title{
    font-weight: 500;
    font-size: 3.625rem  /* 58/16 */;
    line-height: 3.75rem  /* 60/16 */;
    margin-bottom: .5rem;
    color:var(--cl-white);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 11.25rem  /* 180/16 */;
}
#CR-tech-home .cont-box .des{
    font-size: 0.875rem /* 14/16 */;
    font-weight: 500;
    line-height: 1.375rem  /* 22/16 */;
    color: var(--cl-white);
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 5.5rem  /* 88/16 */;
    margin: 0.875rem  /* 14/16 */ 0;
}
#CR-tech-home .cont-box .CR-btn:hover{
    background: var(--cl-light-gray);
    border-color: var(--cl-light-gray);
}
#CR-tech-home .cont-box .CR-btn {
    background: var(--cl-white);
    color: var(--cl-black);
    border: 2px solid var(--cl-white);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.5rem /* 40/16 */;
    border-radius: 1rem /* 16/16 */;
    padding: 0 1.875rem /* 30/16 */;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    font-size: 0.875rem /* 14/16 */;
    line-height: normal;
    font-weight: 500;
}

#CR-about-home{
    margin-bottom: 0.9375rem  /* 15/16 */;
}
#CR-about-home .main-box{
    background-color: var(--cl-blue);
    border-radius: 3.125rem  /* 50/16 */;
    position: relative;
}
#CR-about-home .image-box{
    width: 100%;
    border-radius: 3.125rem  /* 50/16 */;
    overflow: hidden;
    max-width: 45rem  /* 720/16 */;
}
#CR-about-home .image-box picture {
    display: inline-block;
}
#CR-about-home .image-box img{
    height: 34.75rem  /* 556/16 */;
}
#CR-about-home .cont-box{
    flex: 1;
    padding: 4.375rem  /* 70/16 */ 2.5rem  /* 40/16 */ 5rem  /* 80/16 */ 3.75rem  /* 60/16 */;
}
#CR-about-home .cont-box .title{
    font-weight: 500;
    font-size: 3.625rem  /* 58/16 */;
    line-height: 3.75rem  /* 60/16 */;
    margin-bottom: .5rem;
    color:var(--cl-white);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 11.25rem  /* 180/16 */;
}
#CR-about-home .cont-box .des{
    font-size: 0.875rem /* 14/16 */;
    font-weight: 500;
    line-height: 1.375rem  /* 22/16 */;
    color: var(--cl-white);
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 5.5rem  /* 88/16 */;
    margin: 0.875rem  /* 14/16 */ 0;
}
#CR-about-home .cont-box .CR-btn:hover{
    background: var(--cl-light-gray);
    border-color: var(--cl-light-gray);
}
#CR-about-home .cont-box .CR-btn {
    background: var(--cl-white);
    color: var(--cl-black);
    border: 2px solid var(--cl-white);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.5rem /* 40/16 */;
    border-radius: 1rem /* 16/16 */;
    padding: 0 1.875rem /* 30/16 */;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    font-size: 0.875rem /* 14/16 */;
    line-height: normal;
    font-weight: 500;
}

#CR-collections-home{
    padding: 1.875rem  /* 30/16 */ 0;
}
#CR-collections-home .list{
    margin: -0.625rem  /* -10/16 */;
}
.CR-item-collection{
    width: 25%;
    padding: 0.625rem  /* 10/16 */;
}
.CR-item-collection .wrap{
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
}
.CR-item-collection .thumb{
    position: relative;
}
.CR-item-collection .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.CR-item-collection .thumb:before{
    content: "";
    display: block;
    padding-top: 133.33333333%;
    height: 0;
    width: 100%;
}
.CR-item-collection .title{
    font-weight: 700;
    font-size: 1.2rem;
    line-height: normal;
    letter-spacing: 0.03em;
    width: auto;
    background: var(--cl-white);
    color: var(--cl-black);
    left: 1rem;
    right: 1rem;
    position: absolute;
    bottom: 1rem;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    height: 2.5rem  /* 40/16 */;
    border-radius: 0.8125rem  /* 13/16 */;
    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-trademark-home{
    margin-bottom: 1.25rem  /* 20/16 */;
}
#CR-trademark-home .image-box{
    border-radius: 3.125rem  /* 50/16 */;
    overflow: hidden;
    position: relative;
}
#CR-trademark-home .image-box picture{
    width: 100%;
}
#CR-trademark-home .image-box img{
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

#CR-discover-home{
    margin-bottom: 3.125rem  /* 50/16 */;
}
#CR-discover-home .image-box{
    position: relative;
}
#CR-discover-home .image-box::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 53.125%;
}
#CR-discover-home .image-box .bg {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
#CR-discover-home .image-box .main{
    top: 50%;
}
#CR-discover-home .image-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: linear 0.01s;
    -o-transition: linear 0.01s;
    transition: linear 0.01s;
}
#CR-discover-home .image-box .des {
    position: absolute;
    bottom: -10%;
    left: 0;
    width: 100%;
    text-align: center;
}
#CR-discover-home .image-box .des span {
    background-color: var(--cl-blue);
    color: var(--cl-white);
    font-size: 1rem  /* 16/16 */;
    border-radius: 6.25rem  /* 100/16 */;
    max-width: 9.375rem  /* 150/16 */;
    padding: 0.9375rem  /* 15/16 */ 1.875rem  /* 30/16 */;
}

#CR-basics-home {
    padding-top: 30px;
}
#CR-basics-home .title{
    font-size: 6rem  /* 96/16 */;
    line-height: normal;
    text-align: center;
    margin-bottom: 0.5rem;
    color:var(--cl-black);
    font-weight: 500;
}
#CR-basics-home .list {
    min-height: 24.875rem  /* 398/16 */;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 3.125rem  /* 50/16 */;
    margin: -0.5rem;
}
#CR-basics-home .item{
    padding:0.5rem;
}
#CR-basics-home.animations-active .item:first-of-type {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}
#CR-basics-home.animations-active .item:nth-of-type(2) {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
#CR-basics-home.animations-active .item:nth-of-type(3) {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
#CR-basics-home.animations-active .item:nth-of-type(4) {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
#CR-basics-home.animations-active .item:nth-of-type(5) {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
#CR-basics-home.animations-active .item {
    opacity: 1;
}
#CR-basics-home .item:first-of-type {
    -webkit-transform: translate3d(300%,0,0) scale(1);
    transform: translate3d(300%,0,0) scale(1);
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}
#CR-basics-home .item:nth-of-type(2) {
    -webkit-transform: translate3d(200%,0,0) scale(1);
    transform: translate3d(200%,0,0) scale(1);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
#CR-basics-home .item:nth-of-type(3) {
    -webkit-transform: translate3d(100%,0,0) scale(1);
    transform: translate3d(100%,0,0) scale(1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#CR-basics-home .item:nth-of-type(4),
#CR-basics-home .item:nth-of-type(5) {
    -webkit-transform: translate3d(100%,0,0) scale(1);
    transform: translate3d(100%,0,0) scale(1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#CR-basics-home .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    opacity: 0;
}
#CR-basics-home .item img {
    -o-object-fit: contain;
    object-fit: contain;
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
#CR-basics-home .bottom{
    margin-top: 0.875rem  /* 14/16 */;
}
#CR-basics-home .bottom .des{
    font-size: 0.875rem  /* 14/16 */;
    line-height: normal;
    color:var(--cl-black);
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.03em;
}
#CR-basics-home .bottom .des b{
    font-weight: inherit;
    color:var(--cl-blue);
}
#CR-basics-home .bottom .CR-btn {
    background: var(--cl-blue);
    color: var(--cl-white);
    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;
    height: 2.5rem /* 40/16 */;
    border-radius: 1rem /* 16/16 */;
    border: 2px solid var(--cl-blue);
    padding: 0 1.875rem /* 30/16 */;
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0.875rem /* 14/16 */ auto 0;
}

#CR-more-home .list-box{
    margin: -0.625rem  /* -10/16 */;
}
#CR-more-home .list-box .item{
    width: 50%;
    padding: 0.625rem  /* 10/16 */;
}
#CR-more-home .list-box .item .wrap{
    position: relative;
    border-radius: 1.25rem  /* 20/16 */;
    overflow: hidden;
}
#CR-more-home .list-box .item .wrap:before {
    content: "";
    display: block;
    padding-top: 39.93506494%;
    height: 0;
    width: 100%;
}
#CR-more-home .list-box .item img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/**================== ABOUT PAGE ==================**/
#CR-about-page .image-box .caption{
    display: block;
    margin: 0.625rem  /* 10/16 */ 0 0;
    text-decoration: underline;
    font-size: 0.875rem  /* 14/16 */;
    font-weight: 500;
    line-height: 1.5;
    color: var(--cl-black);
    text-align: left;
}

#CR-about-page #CR-banner-about{
    position: relative;
}
#CR-about-page #CR-banner-about .image-box{
    position: relative;
    width: 100%;
}
#CR-about-page #CR-banner-about .image-box::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 38.13333%;
}
#CR-about-page #CR-banner-about .image-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-6.11%, #000), color-stop(124.54%, rgba(0,0,0,0)));
    background: linear-gradient(0deg, #000 -6.11%, rgba(0,0,0,0) 124.54%);
}
#CR-about-page #CR-banner-about .image-box img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#CR-about-page #CR-banner-about .info-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
    max-width: 100%;
}
#CR-about-page #CR-banner-about .main-title{
    color: var(--cl-white);
    font-style: normal;
    font-weight: 500;
    font-size: 4.0625rem  /* 65/16 */;
    line-height: 5.125rem  /* 82/16 */;
    text-align: center;
    margin: 0 auto 0.5rem;
    text-transform: capitalize;
}
#CR-about-page #CR-banner-about .des{
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem  /* 18/16 */;
    line-height: 1.4375rem  /* 23/16 */;
    text-align: center;
    color: var(--cl-white);
    margin: 1.125rem  /* 18/16 */ auto 0;
}

#CR-about-page #CR-intro-about{
    padding: 1.875rem  /* 30/16 */ 0;
}
#CR-about-page #CR-intro-about .main-title{
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem  /* 40/16 */;
    line-height: 3.1875rem  /* 51/16 */;
    color: var(--cl-black);
    margin-bottom: 0.5rem;
}
#CR-about-page #CR-intro-about .image-box{
    position: relative;
    max-width: 20.625rem  /* 330/16 */;
}
#CR-about-page #CR-intro-about img{
    max-width: 130%;
    width: 130%;
    right: 0;
    margin-left: -30%;
}
#CR-about-page #CR-intro-about .CR-style-default-content p,
#CR-about-page #CR-intro-about .CR-style-default-content li,
#CR-about-page #CR-intro-about .CR-style-default-content strong,
#CR-about-page #CR-intro-about .CR-style-default-content b{
    font-size: 0.875rem  /* 14/16 */;
}
#CR-about-page #CR-intro-about .CR-style-default-content h2{
    font-size: 1.55rem;
}
#CR-about-page #CR-intro-about .CR-style-default-content h3{
    font-size: 1.25rem;
}
#CR-about-page #CR-intro-about .CR-style-default-content h4{
    font-size: 1rem;
}
#CR-about-page #CR-intro-about .CR-style-default-content a{
    text-decoration: underline !important;
    color: var(--cl-black);
    font-weight: 500;
}
#CR-about-page #CR-intro-about .CR-style-default-content a:hover{
    color: var(--cl-orange);
}

#CR-about-page #CR-caption-about {
    background: var(--cl-black);
    text-align: center;
    padding: 3.125rem  /* 50/16 */ 0;
}
#CR-about-page #CR-caption-about .caption-cont{
    color:var(--cl-yl);
    font-size: 1.5rem  /* 24/16 */;
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
}
#CR-about-page #CR-caption-about .caption-cont:before,
#CR-about-page #CR-caption-about .caption-cont:after{
    content: '“';
    color:var(--cl-white);
}
#CR-about-page #CR-caption-about .caption-cont:before{
    margin-right: 0.25rem;
}
#CR-about-page #CR-caption-about .caption-cont:after{
    margin-left: 0.25rem;
}
#CR-about-page #CR-caption-about .caption-name{
    color:var(--cl-white);
    font-size: 0.875rem  /* 14/16 */;
    line-height: normal;
    text-align: center;
    margin: 1.875rem  /* 30/16 */ auto 0;
}

#CR-about-page #CR-story-about{
    padding: 0.625rem  /* 10/16 */ 0 3.4375rem  /* 55/16 */;
}
#CR-about-page #CR-story-about .main-title{
    font-weight: 700;
    font-size: 1.875rem  /* 30/16 */;
    line-height: 2.1875rem  /* 35/16 */;
    color: var(--cl-blue);
    position: relative;
    padding-bottom: 0.9375rem  /* 15/16 */;
    margin-bottom: 0.65rem;
}
#CR-about-page #CR-story-about .main-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4rem  /* 64/16 */;
    height: 0.25rem  /* 4/16 */;
    background-color: var(--cl-blue);
}
#CR-about-page #CR-story-about .cont-box{
    background-color: #f6f6f6;
    padding: 1.5625rem  /* 25/16 */;
    border-radius: 1rem  /* 16/16 */;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#CR-about-page #CR-story-about .image-box{
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
}
#CR-about-page #CR-story-about img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1rem  /* 16/16 */;
}
#CR-about-page #CR-story-about .CR-style-default-content p,
#CR-about-page #CR-story-about .CR-style-default-content li,
#CR-about-page #CR-story-about .CR-style-default-content strong,
#CR-about-page #CR-story-about .CR-style-default-content b{
    font-size: 0.75rem  /* 12/16 */;
}
#CR-about-page #CR-story-about .CR-style-default-content h2{
    font-size: 1.55rem;
}
#CR-about-page #CR-story-about .CR-style-default-content h3{
    font-size: 1.25rem;
}
#CR-about-page #CR-story-about .CR-style-default-content h4{
    font-size: 1rem;
}
#CR-about-page #CR-story-about .CR-style-default-content a{
    text-decoration: underline !important;
    color: var(--cl-black);
    font-weight: 500;
}
#CR-about-page #CR-story-about .CR-style-default-content a:hover{
    color: var(--cl-orange);
}

#CR-about-page #CR-services-about{

}
#CR-about-page #CR-services-about .main-title{
    font-style: normal;
    font-weight: 700;
    font-size: 1.875rem  /* 30/16 */;
    line-height: 2.5rem  /* 40/16 */;
    color: var(--cl-blue);
    margin-bottom: 0;
}
#CR-about-page #CR-services-about .list{
    margin: 0;
}
#CR-about-page #CR-services-about .item-service{
    width: 100%;
    padding: 2.1875rem  /* 35/16 */ 0;
}
#CR-about-page #CR-services-about .item-service .wrap{
    position: relative;
    margin: 0 -0.625rem  /* -10/16 */;
}
#CR-about-page #CR-services-about .item-service .wrap > div{
    width: 50%;
    padding: 0 0.625rem  /* 10/16 */;
}
#CR-about-page #CR-services-about .item-service .cont-box{
    padding: 2.1875rem  /* 35/16 */ 0;
}
#CR-about-page #CR-services-about .item-service .title{
    font-style: normal;
    font-weight: 600;
    font-size: 1.875rem  /* 30/16 */;
    line-height: normal;
    margin-bottom: 0.5rem;
    color:var(--cl-black);
}
#CR-about-page #CR-services-about .CR-style-default-content p,
#CR-about-page #CR-services-about .CR-style-default-content li,
#CR-about-page #CR-services-about .CR-style-default-content strong,
#CR-about-page #CR-services-about .CR-style-default-content b{
    font-size: 0.75rem  /* 12/16 */;
}
#CR-about-page #CR-services-about .CR-style-default-content h2{
    font-size: 1.55rem;
}
#CR-about-page #CR-services-about .CR-style-default-content h3{
    font-size: 1.25rem;
}
#CR-about-page #CR-services-about .CR-style-default-content h4{
    font-size: 1rem;
}
#CR-about-page #CR-services-about .CR-style-default-content a{
    text-decoration: underline !important;
    color: var(--cl-black);
    font-weight: 500;
    font-size: 0.75rem  /* 12/16 */;
}
#CR-about-page #CR-services-about .CR-style-default-content a:hover{
    color: var(--cl-orange);
}
#CR-about-page #CR-services-about .item-service .image-box img{
    width: 100%;
    height: auto;
}

#CR-about-page #CR-thanks-about {
    background: var(--cl-blue);
    text-align: center;
    padding: 1.875rem  /* 30/16 */ 0;
}
#CR-about-page #CR-thanks-about .thanks-cont{
    color: var(--cl-white);
    font-style: normal;
    font-weight: 600;
    font-size: 1.875rem  /* 30/16 */;
    line-height: 2.5rem  /* 40/16 */;
    text-align: center;
}
#CR-about-page #CR-thanks-about span{
    color: var(--cl-white);
    opacity: 0.6;
    font-size: 6.875rem  /* 110/16 */;
    line-height: 3.125rem  /* 50/16 */;
    display: block;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

#CR-about-page #CR-more-about{
    padding: 1.875rem  /* 30/16 */ 0 3.4375rem  /* 55/16 */;
}
#CR-about-page #CR-more-about .list{
    margin: -0.625rem  /* -10/16 */;
}
#CR-about-page #CR-more-about .item-more{
    width: 33.33%;
    padding: 0.625rem  /* 10/16 */;
}
#CR-about-page #CR-more-about .item-more .wrap{
    position: relative;
}
#CR-about-page #CR-more-about .item-more .title{
    font-weight: 700;
    font-size: 1.25rem  /* 20/16 */;
    line-height: normal;
    text-align: center;
    color: var(--cl-black);
    margin: 0 auto 0.5rem;
}
#CR-about-page #CR-more-about .item-more .CR-btn{
    font-weight: 600;
    font-size: 1rem  /* 16/16 */;
    line-height: normal;
    text-align: center;
    color: var(--cl-black);
    text-decoration: underline !important;
    text-align: center;
    display: block;
}

/**================== CONTACT PAGE ==================**/
/*#CR-contact-page{*/
/*    padding: 2.5rem  !* 40/16 *! 0 4.375rem  !* 70/16 *!;*/
/*}*/
/*#CR-contact-page .content {*/
/*    margin: 0 auto;*/
/*    max-width: 56.25rem  !* 900/16 *!;*/
/*}*/
/*#CR-contact-page .main-title{*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    font-size: 2rem  !* 32/16 *!;*/
/*    line-height: normal;*/
/*    color: var(--cl-black);*/
/*    margin-bottom: 1.5625rem  !* 25/16 *!;*/
/*}*/
.CRcontact{padding: 6rem 0;}
.CRcontact .ncTitle_h2{
    text-align: left;
    }
.CRcontact .ncTitle_h2:before{
    left: 0;
    }
.contact_office_center .socails-network .social-list{margin: -5px;}
.contact_office_center .socails-network li{
    padding: 5px;
    }
.contact_office_center .socails-network svg{
    width: 40px;
    height: 40px;
    }
.contact_office_center .socails-network .social-title{
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #25252b;
    text-align: left;
    margin-bottom: 20px;
    text-transform: uppercase;
    }
.contact_office_center .socails-network{
    flex-direction: column;
    justify-content: start;
    text-align: left;
    align-items: start !important;
    }
.contact_office-content .image {
    height: 240px;
    margin-bottom: 30px;
    }
.contact_office-content .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
.contact_office-content .content .item {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #3c3c46;
    position: relative;
    }
.contact_office-content .content .item img{
    position: absolute;
    left: 15px;
    top: -5px;
    }
.contact_office-content .content .item i {
    color: var(--cl-main);
    font-weight: 700;
    margin-right: 5px;
    font-size: 25px;
    /* margin-right: 3px; */
    }
.contact_office-content .content .item a:not(.btn_location) {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #3c3c46;
    position: relative;
    padding-bottom: 2px;
    }
.contact_office-content .content .item a:not(.btn_location):hover:after {
    content: "";
    border-bottom: 2px solid #FDB917;
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    }
.contact_office-content .content .item:not(.location) {
    margin-bottom: 12px;
    }
.contact_office-content .content .item span{
    font-weight: 600;
    }
.contact_office-content .content .location {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    }
.contact_office-content .content .location i {
    margin-top: 3px;
    }
.contact_office-content .content .location p {
    margin-bottom: 4px;
    }
.contact_office-content .content .location a.btn_location {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    color: #6c6c7d;
    }
.contact_office-content .content .location a.btn_location:hover {
    color: #FDB917;
    }
.contact_office-content .content .location-cont {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 20px);
    }
.contact_office-content .content .sub_title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #25252b;
    text-align: left;
    margin-bottom: 20px;
    text-transform: uppercase;
    }
.contact_office .socials_ft {
    margin-top: 52px;
    }

/**================== NEWS PAGE ==================**/
#CR-news-page {
    padding-bottom: 1.875rem;
}
#CR-news-page #CR-news-banner{
    position: relative;
}
#CR-news-page #CR-news-banner .image-banner img,
#CR-news-page #CR-news-banner .image-banner picture,
#CR-news-page #CR-news-banner .image-banner{
    width: 100%;
}
#CR-news-page #CR-news-banner .image-banner img{
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    width: 100%;
    max-height: 28.125rem;
    object-fit: cover;
}
#CR-news-page #CR-news-banner .info-banner{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
#CR-news-page #CR-news-banner .main-title{
    font-size: 3.125rem  /* 50/16 */;
    font-weight: 700;
    color: var(--cl-black);
    line-height: normal;
    margin-bottom: 0.5rem;
}
#CR-news-page #CR-news-banner .des{
    font-size: 0.875rem  /* 14/16 */;
    line-height: 1.25rem  /* 20/16 */;
    font-weight: 500;
    color: var(--cl-black);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 3.75rem  /* 60/16 */;
}

.CR-default-terms{
    border: 1px solid var(--cl-light-gray);
    padding: 1.875rem  /* 30/16 */ 2.5rem  /* 40/16 */ 1.25rem  /* 20/16 */;
    border-radius: 0.625rem  /* 10/16 */;
    margin-top: 2em;
}
.CR-default-terms .title{
    font-size: 1.25rem  /* 20/16 */;
    font-weight: 700;
    line-height: normal;
    color:var(--cl-black);
    margin-right: 1.25rem  /* 20/16 */;
    margin-bottom: 0;
}
.CR-default-terms ul{
    margin: 0 -0.3125rem -0.3125rem  /* -5/16 */;
}
.CR-default-terms li{
    padding: 0.3125rem  /* 5/16 */;
}
.CR-default-terms li.active a,
.CR-default-terms a:hover{
    background: var(--cl-light-gray);;
}
.CR-default-terms a {
    border: 1px solid var(--cl-light-gray);
    border-radius: 0.625rem /* 10/16 */;
    padding: 0.5rem /* 8/16 */ 1.25rem /* 20/16 */;
    font-size: 1.25rem /* 20/16 */;
    line-height: normal;
    font-weight: 500;
    color: var(--cl-black);
    background: var(--cl-white);
    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: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.CR-default-terms .des-box{
    margin: 0.9375rem  /* 15/16 */ 0;
}
.CR-default-terms .des-box p{
    font-size: 1rem;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    line-height: 1.5;
}

#CR-news-page #CR-news-most-view{
    padding-top: 1.75rem  /* 28/16 */;
}
#CR-news-page #CR-news-most-view .main-title{
    font-size: 1.875rem  /* 30/16 */;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: 1.25rem  /* 20/16 */;
}
#CR-news-page #CR-news-most-view .box{
    background-color: var(--cl-blue);
    border-radius: 1.25rem  /* 20/16 */;
}
#CR-news-page #CR-news-most-view .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 2rem;
}
#CR-news-page #CR-news-most-view .CR-item-news .info{
    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;
}
#CR-news-page #CR-news-most-view .CR-item-news .info *{
    color:var(--cl-white) !important;
}
#CR-news-page #CR-news-most-view .CR-item-news .des{
    display: none;
}

#CR-news-page #CR-news-main{
    padding-top: 1.75rem  /* 28/16 */;
}
#CR-news-page #CR-news-main .main-title{
    padding: 0.9375rem  /* 15/16 */ 1.25rem  /* 20/16 */;
    background: var(--cl-blue);
    border-radius: 0.625rem  /* 10/16 */;
    font-size: 1.6875rem  /* 27/16 */;
    font-weight: 700;
    color: var(--cl-white);
    margin-bottom: 1em;
}
#CR-news-page #CR-news-main .CR-news-list{
    margin: -0.625rem  /* 10/16 */;
}
.CR-item-news{
    width: 33.33%;
    padding: 0.625rem  /* 10/16 */;
}
.CR-item-news .wrap{
    position: relative;
}
.CR-item-news .view{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.CR-item-news .thumb {
    position: relative;
    width: 100%;
    background: var(--cl-gray);
    border: 1px solid var(--cl-gray);
    border-radius: 1rem  /* 16/16 */;
    overflow: hidden;
}
.CR-item-news .thumb:before {
    padding-top: 73.58024691%;
    content: "";
    display: block;
    height: 0;
    width: 100%;
}
.CR-item-news .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.CR-item-news .cont{
    width: 100%;
    padding: 1rem  /* 16/16 */ 0.5rem  /* 8/16 */ 0.625rem  /* 10/16 */;
}
.CR-item-news .title{
    color: var(--cl-black);
    font-size: 1.125rem  /* 18/16 */;
    font-weight: 700;
    line-height: 1.5rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3rem;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-news .des{
    font-size: 0.875rem  /* 14/16 */;
    font-weight: 500;
    line-height: 1.25rem  /* 20/16 */;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 3.75rem  /* 60/16 */;
    height: 3.75rem  /* 60/16 */;
    margin-top: 0.625rem  /* 10/16 */;
}
.CR-item-news .terms-date-box a,
.CR-item-news .terms-date-box p{
    font-weight: 500;
    font-size: 0.875rem  /* 14/16 */;
    line-height: normal;
    letter-spacing: .03em;
    color: var(--cl-dark-gray);
}
.CR-item-news .terms-date-box .terms{
    position: relative;
    z-index: 4;
}
.CR-item-news .terms-date-box .terms a:hover{
    color: var(--cl-black);
}
.CR-item-news .terms-date-box .terms:after{
    content: '|';
    margin: 0 0.35rem;
    color: var(--cl-dark-gray);
}

#CR-news-page #CR-news-featured{
    padding-top: 1.75rem  /* 28/16 */;
}
#CR-news-page #CR-news-featured .main-title{
    font-size: 2rem  /* 32/16 */;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 0.5em;
}
#CR-news-page #CR-news-featured .list{
    margin: -0.625rem  /* 10/16 */;
}

.CR-item-news-featured{
    width: 100%;
    padding: 0.625rem  /* 10/16 */;
}
.CR-item-news-featured .wrap{
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 0.625rem  /* 10/16 */;
    overflow: hidden;
}
.CR-item-news-featured .view{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.CR-item-news-featured .thumb {
    -webkit-box-flex: 1;
    -ms-flex: 1 2 0%;
    flex: 1 2 0%;
    position: relative;
    overflow: hidden;
}
.CR-item-news-featured .thumb:before {
    content: "";
    display: block;
    padding-top: 70%;
    height: 0;
    width: 100%;
}
.CR-item-news-featured .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.CR-item-news-featured .cont{
    padding: 4.375rem  /* 70/16 */;
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.CR-item-news-featured .title{
    color: var(--cl-black);
    font-size: 1.5rem  /* 24/16 */;
    font-weight: 700;
    line-height: 1.5rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3rem;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-news-featured .des{
    font-size: 1rem  /* 16/16 */;
    font-weight: 500;
    line-height: 1.5rem  /* 24/16 */;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.5rem  /* 72/16 */;
    margin-top: 0.625rem  /* 10/16 */;
}
.CR-item-news-featured .date{
    font-weight: 500;
    font-size: 0.875rem  /* 14/16 */;
    line-height: normal;
    letter-spacing: .03em;
    color: var(--cl-dark-gray);
}

/**================== NEWS DETAIL PAGE ==================**/
#CR-news-detail-page {
    /*padding:2.5rem  !* 40/16 *! 0 1.875rem;*/
}
#CR-news-detail-page .CR-news-detail-top {
    margin-bottom: 1rem  /* 16/16 */;
}
#CR-news-detail-page .CR-news-detail-top .main-title{
    font-weight: 700;
    font-size: 2.1875rem  /* 35/16 */;
    line-height: normal;
    letter-spacing: .01em;
    margin-top: 0;
    margin-bottom: 1.875rem  /* 30/16 */;
    color: var(--cl-black);
}
#CR-news-detail-page .CR-news-detail-top .des{
    font-weight: 600;
    font-size: 1.25rem  /* 20/16 */;
    line-height: normal;
    letter-spacing: .03em;
    color: var(--cl-black);
    flex: 1;
    margin-bottom: 1rem;
}
#CR-news-detail-page .CR-news-detail-top .date{
    font-weight: 400;
    font-size: 1rem  /* 16/16 */;
    line-height: normal;
    letter-spacing: .03em;
    color: var(--cl-dark-gray);
    margin: 1rem 0 !important;
    display: block;
}

#CR-news-detail-page .CR-news-detail-main .main-box{
    width: 90%;
}
#CR-news-detail-page .CR-news-detail-sidebar{
    position: sticky;
    top: 20px;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
#CR-news-detail-page .CR-tag-scroll-box{
    background: var(--cl-gray);
    padding: 1.25rem  /* 20/16 */;
    border-radius: 1rem  /* 16/16 */;
    transition: 0.5s ease-in-out;
    margin-bottom: 1.5rem;
}
#CR-news-detail-page .CR-tag-scroll-box .head{
    border-bottom: 1px solid var(--cl-light-gray);
    padding-bottom: 1.25rem  /* 20/16 */;
}
#CR-news-detail-page .CR-tag-scroll-box .main-title{
    font-size: 1.125rem /* 18/16 */;
    color: var(--cl-black);
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
#CR-news-detail-page .CR-style-default-content img{
    border-radius: 1.25rem  /* 20/16 */;
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
    display: block;
    width: auto;
}
#CR-news-detail-page .CR-style-default-content a{
    color: var(--cl-blue);
}
#CR-news-detail-page .CR-style-default-content blockquote {
    font-size: 1rem  /* 16/16 */;
    background-color: var(--cl-gray);
    padding: 1.5rem  /* 24/16 */;
    border-radius: 1rem  /* 16/16 */;
}
#CR-news-detail-page .CR-tag-scroll-box ul {
    max-height: 26.5625rem  /* 425/16 */;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.5rem 0.5rem 0.5rem 0;
}
#CR-news-detail-page .CR-tag-scroll-box li * {
    color: var(--cl-black) !important;
    font-size: 0.875rem  /* 14/16 */;
    line-height: normal;
}
#CR-news-detail-page .CR-tag-scroll-box a.active,
#CR-news-detail-page .CR-tag-scroll-box a:hover{
    color: var(--cl-blue) !important;
}
#CR-news-detail-page .CR-tag-scroll-box li:not(:last-child){
    margin-bottom: 0.5rem;
}
#CR-news-detail-page .CR-tag-scroll-box .CR-scroll-tag-h2 a{
    font-weight: 700;
}
#CR-news-detail-page .CR-tag-scroll-box .CR-scroll-tag-h3 a,
#CR-news-detail-page .CR-tag-scroll-box .CR-scroll-tag-h4 a,
#CR-news-detail-page .CR-tag-scroll-box .CR-scroll-tag-h5 a{
    font-weight: 500;
}
#CR-news-detail-page .CR-tag-scroll-box .CR-scroll-tag-h2{
    padding-left: 0;
}
#CR-news-detail-page .CR-tag-scroll-box .CR-scroll-tag-h3{
    padding-left: 0.9375rem  /* 15/16 */;
}
#CR-news-detail-page .CR-tag-scroll-box .CR-scroll-tag-h4{
    padding-left: 1.5625rem  /* 25/16 */;
}
#CR-news-detail-page .CR-tag-scroll-box .CR-scroll-tag-h5{
    padding-left: 2.1875rem  /* 35/16 */;
}
#CR-news-detail-page .CR-news-detail-main .view-more-box{
    background: var(--cl-gray);
    border-radius: 1rem  /* 16/16 */;
    padding: 1.5rem  /* 24/16 */;
    margin-top: 0.9375rem  /* 15/16 */;
}
#CR-news-detail-page .CR-news-detail-main .view-more-box .head{
    padding: 0.9375rem  /* 15/16 */ 0;
}
#CR-news-detail-page .CR-news-detail-main .view-more-box .head p{
    font-size: 1rem  /* 16/16 */;
    font-weight: 700;
    margin: 0;
    line-height: normal;
    color:var(--cl-black);
}
#CR-news-detail-page .CR-news-detail-main .view-more-box ul{

}
#CR-news-detail-page .CR-news-detail-main .view-more-box li{
    margin-bottom: 0.9375rem  /* 15/16 */;
}
#CR-news-detail-page .CR-news-detail-main .view-more-box li:hover a{
    color:var(--cl-black);
}
#CR-news-detail-page .CR-news-detail-main .view-more-box li a{
    font-size: 1rem  /* 16/16 */;
    font-weight: 500;
    line-height: normal;
    color:var(--cl-blue);
    display: block;
}
#CR-news-detail-page .CR-news-detail-main .author{
    background: var(--cl-gray);
    border-radius: 1.25rem  /* 20/16 */;
    padding: 0.9375rem  /* 15/16 */;
    border: 1px dashed var(--cl-light-gray);
    margin-top: 0.9375rem  /* 15/16 */;
}
#CR-news-detail-page .CR-news-detail-main .author .avatar{
    flex: 0 0 7.5rem  /* 120/16 */;
    width: 7.5rem  /* 120/16 */;
    height: 7.5rem  /* 120/16 */;
    position: relative;
}
#CR-news-detail-page .CR-news-detail-main .author .avatar img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.875rem  /* 14/16 */ !important;
    -o-object-fit: cover;
    object-fit: cover;
}
#CR-news-detail-page .CR-news-detail-main .author .author-info {
    padding-left: 1.5625rem  /* 25/16 */;
}
#CR-news-detail-page .CR-news-detail-main .author .author-info .name{
    font-size: 1.5rem  /* 24/16 */;
    line-height: normal;
    margin: 0 0 0.9375rem  /* 15/16 */;
    font-weight: 500;
    text-transform: capitalize;
}

#CR-news-detail-page .CR-news-detail-bottom{
    padding-top: 1.75rem  /* 28/16 */;
    margin-top: 1.75rem  /* 28/16 */;
    border-top: 1px solid var(--cl-light-gray);
}
#CR-news-detail-page .CR-news-detail-related{
    padding:0 3.75rem  /* 60/16 */;
}
#CR-news-detail-page .CR-news-detail-related .main-title{
    font-size: 1.875rem  /* 30/16 */;
    font-weight: 700;
    line-height: normal;
    color:var(--cl-white);
    margin-bottom: 2.1875rem  /* 35/16 */;
}
#CR-news-detail-page .CR-news-detail-related .list{
    margin: -0.625rem  /* 10/16 */;
}
#CR-news-detail-page .CR-custom-arrow-full.right {
    right: -2.5rem;
}
#CR-news-detail-page .CR-custom-arrow-full.left {
    left: -2.5rem;
}
#CR-news-detail-page .CR-news-detail-related .CR-item-news .des{
    display: none;
}
#CR-news-detail-page .CR-news-detail-related .CR-item-news .info {
    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;
}

/**================== PRODUCTS PAGE ==================**/
#CR-products-banner{
    margin-bottom: 1.5625rem  /* 25/16 */;
}
#CR-products-banner img{
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    height: auto;
}
#CR-load-products-list {
    margin: 1.5rem -0.625rem -0.625rem;
}
#CR-products-filter {
    padding: 1.5rem 0;
    /*border-bottom: 1px solid var(--cl-light-gray);*/
}
#CR-products-filter .main-title {
    font-size: 1.5rem /* 24/16 */;
    line-height: normal;
    color: var(--cl-black);
    font-weight: 700;
    margin: 0;
}
#CR-products-filter .filter-box{
    margin-left: 1rem;
}
#CR-products-filter .filter-box ul{
    margin: -0.5rem  /* -8/16 */;
}
#CR-products-filter .filter-box .filter-item{
    padding: 0.5rem  /* 8/16 */;
}
#CR-products-filter .CR-open-filter-mobile{
    font-weight: 700;
    font-size: 0.75rem  /* 12/16 */;
    line-height: normal;
    text-align: right;
    letter-spacing: .03em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: var(--cl-blue);
}
#CR-products-filter .filter-box-mobile {
    width: 100%;
}
#CR-products-filter .filter-box-mobile ul{
    padding: 1rem 0 0;
    margin: 1rem 0 0;
    display: none;
    border-top: 1px solid var(--cl-light-gray);
}
#CR-products-filter .filter-box-mobile .label-box b{
    font-size: 0.75rem /* 12/16 */;
    font-weight: 600;
    line-height: 0.9375rem /* 15/16 */;
    letter-spacing: .03em;
    color: var(--cl-black);
    margin-bottom: 0.5rem /* 8/16 */;
    display: block;
}
#CR-products-filter .filter-box-mobile .filter-item-mobile:not(:last-child){
    margin-bottom: 0.5rem;
}
#CR-products-filter .filter-box-mobile .radio-size .CR-def-radio .checkmark{
    background: var(--cl-light-gray);
}
#CR-products-filter .filter-box-mobile .radio-color .CR-def-radio b {
    position: initial;
}
#CR-products-filter .filter-box-mobile .radio-color .CR-def-radio img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
#CR-products-filter .filter-box-mobile .radio-color .CR-def-radio .checkmark:before,
#CR-products-filter .filter-box-mobile .radio-color .CR-def-radio .checkmark:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    z-index: 2;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#CR-products-filter .filter-box-mobile .radio-color .CR-def-radio input:checked ~ .checkmark:before {
    border: 4px solid var(--cl-white);
    border-radius: 0.75rem  /* 12/16 */;
}
#CR-products-filter .filter-box-mobile .radio-color .CR-def-radio input:checked ~ .checkmark:after {
    border: 2px solid var(--cl-blue);
    border-radius: 0.75rem  /* 12/16 */;
}
#CR-products-filter .filter-box-mobile .choices-box:not(.CR-chosen-item) {
    overflow: auto hidden;
    width: 100%;
    padding-bottom: 0.35rem;
}
#CR-products-filter .filter-box-mobile .choices-box::-webkit-scrollbar {
    height: 0.2rem;
    width: 0.2rem;
    border-radius: 0.625rem;
    background-color: var(--cl-light-gray);
}
#CR-products-filter .filter-box-mobile .choices-box::-webkit-scrollbar-track {
    border: 0.031rem solid transparent;
}
#CR-products-filter .filter-box-mobile .choices-box::-webkit-scrollbar-thumb {
    background-color: var(--cl-dark-gray);
    outline: 0.3rem solid transparent;
    border-radius: 0;
}
#CR-products-filter .filter-box-mobile .wrapper:not(:last-child) {
    margin-right: 0.5rem;
}
#CR-products-filter .filter-box-mobile .CR-def-radio input:checked ~ b {
    color: var(--cl-white);
}
#CR-products-filter .filter-box-mobile .CR-def-radio input:checked ~ .checkmark {
    background: var(--cl-black);
    z-index: 1;
}
#CR-products-filter .filter-box-mobile .CR-def-radio {
    min-width: 4.375rem  /* 70/16 */;
    padding: 0 0.75rem  /* 12/16 */;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 2.5rem  /* 40/16 */;
    border-radius: 0.75rem  /* 12/16 */;
    overflow: hidden;
    position: relative;
}
#CR-products-filter .filter-box-mobile .CR-def-radio b{
    font-weight: 700 !important;
}
#CR-products-filter .filter-box-mobile .CR-chosen-item{
    width: 100%;
}
#CR-products-filter .CR-chosen-item{
    width: 11.25rem  /* 180/16 */;
}
#CR-products-filter .CR-chosen-item .chosen-with-drop.chosen-container-active .chosen-single{
    background: var(--cl-light-gray);
}
#CR-products-filter .CR-chosen-item .chosen-single{
    height: 2.5rem /* 40/16 */;
    border-radius: 1rem /* 16/16 */;
    padding-right: 2rem;
    font-weight: 600;
}
#CR-products-filter .CR-chosen-item .chosen-drop{
    margin-top: 0;
}
#CR-products-list .CR-item-product-term,
#CR-products-list .CR-load-more-wrap,
#CR-products-list .CR-item-product{
    width: 20%;
}
#CR-products-list .CR-load-more-wrap {
    margin: 0;
    padding: 0.625rem /* 10/16 */;
    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-products-list .CR-load-more-wrap:before{
    content: "";
    display: block;
    padding-top: 133.77926421%;
    height: 0;
    width: 100%;
}
#CR-products-list .CR-load-more-wrap a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
}
#CR-products-list .CR-item-product-term{
    padding: 0.625rem /* 10/16 */;
}
#CR-products-list .CR-item-product-term .wrap{
    position: relative;
    height: 100%;
}
#CR-products-list .CR-item-product-term .wrap:after{
    background: linear-gradient(180deg,transparent 22.05%,rgba(0,0,0,.619792) 82.54%,rgba(0,0,0,.7));
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    border-radius: 0.5rem /* 8/16 */;
}
#CR-products-list .CR-item-product-term .thumb {
    position: relative;
    border-radius: 0.5rem /* 8/16 */;
    overflow: hidden;
    height: 100%;
}
#CR-products-list .CR-item-product-term .thumb:before {
    content: "";
    display: block;
    padding-top: 133.77926421%;
    height: 0;
    width: 100%;
}
#CR-products-list .CR-item-product-term .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#CR-products-list .CR-item-product-term .cont {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    padding: 1rem;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#CR-products-list .CR-item-product-term .title{
    color: var(--cl-white);
    font-size: 1.5rem /* 24/16 */;
    line-height: normal;
    margin: 0;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
#CR-load-products-list .CR-empty-result {
    width: 80%;
    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-products-faqs {
    padding: 1.875rem  /* 30/16 */ 0 3.75rem  /* 60/16 */;
}
#CR-products-faqs .CR-products-faqs--list{
    margin-top: 1.25rem  /* 20/16 */;
}
#CR-products-faqs .CR-products-faqs--list .accordion-item {
    background: none;
    border: none;
}
#CR-products-faqs .CR-products-faqs--list .accordion-item:not(:last-child){
    border-bottom: 1px solid #f5f5f7 !important;
}
#CR-products-faqs .CR-products-faqs--list .accordion-button:hover{
    color: var(--cl-main);
}
#CR-products-faqs .CR-products-faqs--list .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 2.5rem 1.25rem 0;
    font-size: 1.125rem /* 18/16 */;
    font-weight: 500;
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#CR-products-faqs .CR-products-faqs--list .accordion-button:not(.collapsed)::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    color: var(--cl-main);
}
#CR-products-faqs .CR-products-faqs--list .accordion-button::after {
    font-family: FontAwesome;
    width: auto;
    height: auto;
    content: "\f067";
    background-image: unset !important;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    color: var(--cl-black);
}
#CR-products-faqs .CR-products-faqs--list .accordion-body {
    background-color: rgba(47,90,207,.1);
    padding: 1.25rem  /* 20/16 */;
    border-radius: 0.625rem  /* 10/16 */;
    font-size: 1rem  /* 16/16 */;
}
#CR-products-faqs .CR-products-faqs--list .CR-style-default-content p,
#CR-products-faqs .CR-products-faqs--list .CR-style-default-content li,
#CR-products-faqs .CR-products-faqs--list .CR-style-default-content strong,
#CR-products-faqs .CR-products-faqs--list .CR-style-default-content b{
    font-size: 0.9375rem  /* 15/16 */;
    line-height: 1.67;
    margin-bottom: 1rem;
    font-weight: 500;
}
#CR-products-faqs .CR-products-faqs--list .CR-style-default-content a{
    color: var(--cl-main);
    text-decoration: underline !important;
    font-weight: 500;
}

.CR-list-product{
    /*margin: -0.625rem  !* -10/16 *!;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
}
.CR-list-product .CR-custom-arrow-full.left {
    left: -2.5rem;
}
.CR-list-product .CR-custom-arrow-full.right {
    right: -2.5rem;
}
.CR-item-product{
    width: 25%;
    padding: 0.625rem  /* 10/16 */;
}
.CR-item-product .wrap{
    position: relative;
}
.CR-item-product .thumb{
    position: relative;
    border-radius: 0.5rem  /* 8/16 */;
    overflow: hidden;
    background: var(--cl-gray);
}
.CR-item-product .thumb:before{
    content: "";
    display: block;
    padding-top: 133.77926421%;
    height: 0;
    width: 100%;
}
.CR-item-product .thumb:after {
    background: -webkit-gradient(linear,left top, left bottom,color-stop(22.05%, transparent),color-stop(82.54%, rgb(255 255 255 / 50%)),to(rgb(255 255 255 / 40%)));
    background: -o-linear-gradient(top,transparent 22.05%,rgb(255 255 255 / 50%) 82.54%,rgb(255 255 255 / 40%));
    background: linear-gradient(180deg,transparent 22.05%,rgb(255 255 255 / 50%) 82.54%,rgb(255 255 255 / 40%));
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    border-radius: 0.5rem /* 8/16 */;
}
.CR-item-product .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
.CR-item-product .reviews {
    position: absolute;
    top: 0.625rem;
    left: 0.75rem;
    z-index: 2;
}
.CR-item-product .reviews .reviews-rating{
    margin: 0 -0.1875rem  /* -3/16 */;
    font-weight: 600;
}
.CR-item-product .reviews .star{
    margin: 0 0.1875rem  /* 3/16 */;
}
.CR-item-product .reviews .star svg{
    width: auto;
    height: 0.625rem  /* 10/16 */;
}
.CR-item-product .reviews .average,
.CR-item-product .reviews .number {
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem  /* 14/16 */;
    line-height: normal;
    letter-spacing: .03em;
    color: var(--cl-blue);
}
.CR-item-product .reviews .average{
    color:var(--cl-black) !important;
}
.CR-item-product .tags{
    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;
    position: absolute;
    top: 0.625rem;
    right: 0.75rem;
    z-index: 2;
}
.CR-item-product .tags li:not(:last-child){
    margin-right: 0.5rem;
}
.CR-item-product .tag {
    font-size: .625rem;
    height: 1.375rem /* 22/16 */;
    padding: 0 0.625rem /* 10/16 */;
    border-radius: 0.3125rem /* 5/16 */;
    font-weight: 600;
    color: var(--cl-black);
    background-color: var(--cl-yl);
    text-transform: capitalize;
    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: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.CR-item-product .tag.new{
    background-color: var(--cl-blue);
    color: var(--cl-white);
}
.CR-item-product .tag.selling{
    background-color: var(--cl-green);
    color: var(--cl-white);
}
.CR-item-product .tag.sale{
    background-color: var(--cl-dark-orange);
    color: var(--cl-white);
}
.CR-item-product .tag-label{
    position: absolute;
    bottom: 2%;
    right: 5%;
    color: var(--cl-blue);
    font-size: 1.125rem  /* 18/16 */;
    font-weight: 700;
    z-index: 2;
}
.CR-item-product .thumb:hover .attribute-box {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
}
.CR-item-product .attribute-box{
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    max-width: calc(100% - 3rem);
    width: 100%;
    padding: 0.75rem 0.7rem;
    opacity: 0;
    pointer-events: none;
    visibility: visible;
    -webkit-transform: translate3d(-50%,20px,0);
    transform: translate3d(-50%,20px,0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 2;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))),hsla(0,0%,100%,.4);
    background: -o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)),hsla(0,0%,100%,.4);
    background: linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)),hsla(0,0%,100%,.4);
    border-radius: 0.5rem  /* 8/16 */;
}
.CR-item-product .attribute-box > p {
    font-weight: 700;
    text-align: center;
    margin: 0 0 0.5rem;
    font-size: 0.875rem  /* 14/16 */;
}
.CR-item-product .cont{
    padding: 0.9375rem  /* 15/16 */ 0;
}
.CR-item-product .title{
    font-size: 0.875rem  /* 14/16 */;
    line-height: 1.25rem  /* 20/16 */;
    font-weight: 600;
    color:var(--cl-black);
    margin-bottom: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.5rem  /* 40/16 */;
}
.CR-item-product .attribute--box{
    margin: 0 0 0.625rem  /* 10/16 */;
    width: 100%;
}
.CR-item-product .attribute--box ul{
    margin: 0 -0.1875rem;
}
.CR-item-product .attribute--item{
    position: relative;
    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;
    padding: 0.1875rem  /* 3/16 */;
    cursor: pointer;
}
.CR-item-product .attribute--item:hover:before{
    opacity: 1;
}
.CR-item-product .attribute--item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--cl-black);
    border-radius: 1rem  /* 16/16 */;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-item-product .attribute--item a {
    display: block;
    width: 2.1875rem  /* 35/16 */;
    height: 1.25rem  /* 20/16 */;
    border-radius: 0.625rem  /* 10/16 */;
    position: relative;
    overflow: hidden;
}
.CR-item-product .attribute--item img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.CR-item-product .thumb:hover .CR-quick-buy--box {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
}
.CR-item-product .CR-quick-buy--box{
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    max-width: calc(100% - 3rem);
    width: 100%;
    padding: 1rem  /* 16/16 */;
    opacity: 0;
    pointer-events: none;
    visibility: visible;
    -webkit-transform: translate3d(-50%,20px,0);
    transform: translate3d(-50%,20px,0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 2;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))),hsla(0,0%,100%,.4);
    background: -o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)),hsla(0,0%,100%,.4);
    background: linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)),hsla(0,0%,100%,.4);
    border-radius: 0.5rem  /* 8/16 */;
}
.CR-item-product .CR-quick-buy--box .CR-btn {
    font-weight: 700;
    text-align: center;
    font-size: 0.875rem /* 14/16 */;
    height: 2.5rem /* 40/16 */;
    color: var(--cl-black);
    background: var(--cl-white);
    border-radius: 1rem /* 16/16 */;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}


/**================== PRODUCTS DETAIL PAGE ==================**/
#CR-single-product-page #CR-breadcrumbs{
    padding: 1.25rem  /* 20/16 */ 0 ;
}
#CR-single-product-page .CR-style-default-content li:last-child,
#CR-single-product-page .CR-style-default-content ul:last-child{
    margin-bottom: 0 !important;
}
#CR-single-product-page .CR-style-default-content a{
    color:var(--cl-blue);
}
#CR-single-product-page .CR-single-product-top .product-top-box{
    margin-left: -1.875rem  /* -30/16 */;
    margin-right: -1.875rem  /* -30/16 */;
}
#CR-single-product-page .CR-single-product-top .product-top-left,
#CR-single-product-page .CR-single-product-top .product-top-right{
    padding: 0 1.875rem  /* 30/16 */;
}
#CR-single-product-page .CR-single-product-top .product-top-left{
    width: 60%;
}
#CR-single-product-page .CR-single-product-top .product-top-right{
    width: 40%;
}

#CR-single-product-page .CR-single-product-bottom .CR-description-pd-box {
    padding: 1.875rem  /* 30/16 */ 0 3.125rem  /* 50/16 */;
    margin-top: 1.875rem  /* 30/16 */;
    border-top: 1px solid var(--cl-light-gray);
}
#CR-single-product-page .CR-single-product-bottom .CR-description-pd--box{
    margin: 0 auto;
    padding: 0 4rem  /* 64/16 */ 0;
    max-width: 70rem  /* 1120/16 */;
}
#CR-single-product-page .CR-single-product-bottom .main-title{
    font-weight: 700;
    font-size: 1.5rem  /* 24/16 */;
    line-height: normal;
    color: var(--cl-black);
    margin-bottom: 1.875rem  /* 30/16 */;
}

#CR-single-product-page .CR-single-product-top .main-title{
    font-size: 2rem  /* 32/16 */;
    line-height: 1.25em;
    font-weight: 700;
    margin-bottom: 0.3125rem  /* 5/16 */;
}
#CR-single-product-page .CR-single-product-top .CR-review-rating-total-sold{
    font-size: 0.75rem  /* 12/16 */;
    line-height: normal;
    letter-spacing: .03em;
    font-weight: 500;
    color:var(--cl-black);
    margin-left: 0.5rem;
}
#CR-single-product-page .CR-single-product-top .CR-all-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0.9375rem  /* 15/16 */;
}
#CR-single-product-page .CR-single-product-top .CR-custom-add-cart-box{
    flex: 1;
    padding-left: 0.875rem  /* 14/16 */;
}
#CR-single-product-page .CR-single-product-top .CR-btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem  /* 40/16 */;
    border-radius: 1rem  /* 16/16 */;
    border: 2px solid var(--cl-blue);
    background-color: var(--cl-blue);
    color: var(--cl-white);
    padding: 0 1.875rem  /* 30/16 */;
    position: relative;
    width: 100%;
    user-select: none;
    font-size: 0.875rem  /* 14/16 */;
    font-weight: 500;
    line-height: normal;
}
#CR-single-product-page .CR-single-product-top .CR-btn svg {
    width: auto;
    height: 1.125rem  /* 18/16 */;
    margin-right: 0.5rem;
}
#CR-single-product-page .CR-single-product-top .CR-btn svg path {
    stroke: var(--cl-white);
    transition: 0.5s ease-in-out;
}
#CR-single-product-page .CR-single-product-top .CR-btn:hover{
    color: var(--cl-black);
    background-color: var(--cl-light-gray);
    border-color: var(--cl-light-gray);
}
#CR-single-product-page .CR-single-product-top .CR-btn:hover svg path{
    stroke: var(--cl-black);
}
#CR-single-product-page .CR-single-product-top .CR-thumb-pd-box{
    display: none;
}

body.admin-bar .CR-add-cart-pd-box--scroll.active{
    top: 32px;
}
body .CR-add-cart-pd-box--scroll.active{
    top:0;
    opacity: 1;
    visibility: visible;
}
body .CR-add-cart-pd-box--scroll {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
    background: var(--cl-white);
    border-bottom: 1px solid var(--cl-light-gray);
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    top: -100%;
    padding: 0 1rem  /* 16/16 */;
    opacity: 0;
    visibility: hidden;
}
body .CR-add-cart-pd-box--scroll .CR-add-box--main {
    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;
    min-height: 5.625rem  /* 90/16 */;
}
body .CR-add-cart-pd-box--scroll .CR-intro--scroll{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
body .CR-add-cart-pd-box--scroll .CR-intro--scroll .CR-thumb-pd-box{
    width: 3.75rem  /* 60/16 */;
    position: relative;
    margin-right: 0.9375rem  /* 15/16 */;
    display: block !important;
}
body .CR-add-cart-pd-box--scroll .CR-intro--scroll .CR-thumb-pd-box:before {
    content: "";
    display: block;
    padding-top: 147.26507714%;
    height: 0;
    width: 100%;
}
body .CR-add-cart-pd-box--scroll .CR-intro--scroll .CR-thumb-pd-box img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
body .CR-add-cart-pd-box--scroll .main-title{
    display: none;
}
body .CR-add-cart-pd-box--scroll .CR-add-cart-pd-box form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
body .CR-add-cart-pd-box--scroll .CR-variations-box .variations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
body .CR-add-cart-pd-box--scroll .CR-variations-box .variations .detail-variation{
    padding: 0.5rem  /* 8/16 */;
    border-left: 1px solid var(--cl-light-gray);
    min-height: 5.625rem  /* 90/16 */;
}
body .CR-add-cart-pd-box--scroll .single-variation-wrap {
    padding-left: 0.5rem;
    border-left: 1px solid var(--cl-light-gray);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
body .CR-add-cart-pd-box--scroll .CR-variations-box .hrSwatch{
    width: 3.125rem  /* 50/16 */ !important;
}
body .CR-add-cart-pd-box--scroll .CR-variations-box .hrSwatch > span{
    height: 1.875rem /* 30/16 */ !important;
    border-radius: 0.75rem  /* 12/16 */ !important;
}
body .CR-add-cart-pd-box--scroll .CR-all-btn-box{
    padding-top: 0;
}
body .CR-add-cart-pd-box--scroll .CR-custom-add-cart-box{
    min-width:10.625rem  /* 170/16 */;
}
body .CR-add-cart-pd-box--scroll .CR-variations-box .detail-variation .label--box a{
    display: none !important;
}

#CR-single-product-page .CR-variations-box .detail-variation .label--box{
    margin: 0.75rem 0;
}
#CR-single-product-page .CR-variations-box .detail-variation .label--box .label {
    color: var(--cl-black);
    font-size: 0.875rem /* 14/16 */;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    margin: 0;
    display: block;
    line-height: normal;
}
#CR-single-product-page .CR-variations-box .detail-variation .label--box .label .view {
    margin-left: 0.5rem;
    font-weight: 700;
}
#CR-single-product-page .CR-variations-box .detail-variation .label--box a {
    font-size: 0.875rem /* 14/16 */;
    color: var(--cl-main);
    font-weight: 500;
}
#CR-single-product-page .CR-variations-box .tawcvs-swatches {
    margin: -0.375rem /* -6/16 */;
    padding: 0;
}
#CR-single-product-page .CR-variations-box .hrSwatch {
    background-color: transparent !important;
    border: none !important;
    width: auto;
    height: auto!important;
    border-radius: 0!important;
    margin: 0!important;
    padding: 0.375rem  /* 6/16 */ !important;
    min-width: 16.66666667%;
}
#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: 2.5rem  /* 40/16 */;
    border-radius: 1rem  /* 16/16 */;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 0.3125rem  /* 5/16 */;
    padding-right: 0.3125rem  /* 5/16 */;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
#CR-single-product-page .CR-variations-box .hrImg{
    background-color: var(--cl-white);
}
#CR-single-product-page .CR-variations-box .hrDown {
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem  /* 14/16 */;
    line-height: normal;
    background-color: #d9d9d9;
    color: var(--cl-black);
}
#CR-single-product-page .CR-variations-box .hrImg:after,
#CR-single-product-page .CR-variations-box .hrImg:before{
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 1;
}
#CR-single-product-page .CR-variations-box .hrSwatch.selected .hrImg:after,
#CR-single-product-page .CR-variations-box .hrSwatch.selected .hrImg:before{
    opacity: 1;
}
#CR-single-product-page .CR-variations-box .hrSwatch.selected .hrDown{
    background-color: var(--cl-black);
    color:var(--cl-white);
}
#CR-single-product-page .CR-variations-box .hrImg:after {
    border: 2px solid var(--cl-blue);
    border-radius: 0.75rem  /* 12/16 */;
}
#CR-single-product-page .CR-variations-box .hrImg:before{
    border: 0.25rem  /* 4/16 */ solid var(--cl-white);
    border-radius: 0.8125rem  /* 13/16 */;
}
#CR-single-product-page .CR-variations-box .hrImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 1rem /* 16/16 */;
}
#CR-single-product-page .CR-variations-box .value .reset_variations {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -1.25rem;
    color: var(--cl-black);
    font-weight: 700;
}
#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 .woocommerce-variation-add-to-cart-disabled .CR-custom-qty,
#CR-single-product-page .CR-custom-qty.hide_qty {
    cursor: no-drop;
}
#CR-single-product-page .woocommerce-variation-add-to-cart-disabled .CR-custom-qty .quantity,
#CR-single-product-page .CR-custom-qty.hide_qty * {
    opacity: 0.5;
    pointer-events: none;
}
#CR-single-product-page .CR-custom-add-cart-box.disable .CR-single-add-to-cart-btn {
    cursor: no-drop;
    opacity: 0.5;
}

#CR-custom-meta-pd .CR-price-pd-box {
    margin-bottom: 2.1875rem  /* 35/16 */;
}
#CR-custom-meta-pd .CR-policy-pd-box{
    border-top: 1px solid var(--cl-light-gray);
    margin-top: 1.25rem  /* 20/16 */;
}
#CR-custom-meta-pd .CR-policy-pd-box .list {
    margin: 0 -0.9375rem -0.9375rem;
    padding: 1rem 0;
}
#CR-custom-meta-pd .CR-policy-pd-box .item{
    width: 33.33%;
    padding: 0.9375rem  /* 15/16 */;
}
#CR-custom-meta-pd .CR-policy-pd-box .item .wrap{
    position: relative;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
}
#CR-custom-meta-pd .CR-policy-pd-box .item .icon{
    position: relative;
    width: 2.1875rem  /* 35/16 */;
    height: 2.1875rem  /* 35/16 */;
    margin-bottom: 0.625rem  /* 10/16 */;
}
#CR-custom-meta-pd .CR-policy-pd-box .item img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
#CR-custom-meta-pd .CR-policy-pd-box .item .des{
    font-weight: 500;
    font-size: 0.75rem /* 12/16 */;
    line-height: normal;
    text-align: center;
    color: var(--cl-black);
}

#CR-custom-meta-pd .CR-accordion-pd-box{
    border-bottom: 1px solid var(--cl-light-gray);
    margin-top: 1.25rem  /* 20/16 */;
}
#CR-custom-meta-pd .CR-accordion-pd-box .accordion-item {
    border: none;
    background: none;
}
#CR-custom-meta-pd .CR-accordion-pd-box .accordion-button {
    color: var(--cl-black);
    font-size: 0.875rem /* 14/16 */;
    text-align: left;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: none !important;
    padding: 0.9375rem /* 15/16 */ 0;
    border-top: 1px solid var(--cl-light-gray) !important;
    font-weight: 700;
}
#CR-custom-meta-pd .CR-accordion-pd-box .accordion-button:not(.collapsed)::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#CR-custom-meta-pd .CR-accordion-pd-box .accordion-button::after {
    font-family: FontAwesome;
    width: auto;
    height: auto;
    content: "\f067";
    background-image: unset !important;
}
#CR-custom-meta-pd .CR-accordion-pd-box .accordion-body {
    padding: 0 0 1.25rem  /* 20/16 */;
}
#CR-custom-meta-pd .CR-accordion-pd-box .CR-style-default-content p,
#CR-custom-meta-pd .CR-accordion-pd-box .CR-style-default-content li,
#CR-custom-meta-pd .CR-accordion-pd-box .CR-style-default-content strong,
#CR-custom-meta-pd .CR-accordion-pd-box .CR-style-default-content b{
    font-size: 0.875rem  /* 14/16 */;
    line-height: normal;
    margin-bottom: 1rem;
}
#CR-custom-meta-pd .CR-accordion-pd-box .CR-item-product {
    width: 33.33%;
}
#CR-custom-meta-pd .CR-accordion-pd-box .CR-item-product .reviews,
#CR-custom-meta-pd .CR-accordion-pd-box .CR-item-product .tags,
#CR-custom-meta-pd .CR-accordion-pd-box .CR-item-product .tag-label{
    display: none;
}
#CR-custom-meta-pd .CR-accordion-pd-box .CR-item-product .title{
    font-size: 0.75rem  /* 12/16 */;
}
#CR-custom-meta-pd .CR-accordion-pd-box .CR-item-product .CR-woo-prices *{
    font-size: 0.625rem  /* 10/16 */;
}
#CR-custom-meta-pd .CR-accordion-pd-box .CR-item-product .CR-woo-prices .percentage{
    display: none;
}
#CR-custom-meta-pd .CR-accordion-pd-box .CR-item-product .CR-quick-buy--box{
    display: none !important;
}
.CR-reviews-box .reviews-heading {
    padding: 2.1875rem  /* 35/16 */ 4.0625rem  /* 65/16 */;
    border-top: 1px solid var(--cl-light-gray);
    border-bottom: 1px solid var(--cl-light-gray);
}
.CR-reviews-box .reviews-heading .reviews--title {
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem  /* 24/16 */;
    line-height: normal;
    color: var(--cl-black);
}
.CR-reviews-box .reviews-heading .reviews--count {
    margin-right: 5.625rem  /* 90/16 */;
}
.CR-reviews-box .reviews-heading .reviews--ratings svg {
    fill: var(--cl-blue);
    width: auto;
    height: 1.2rem;
    margin-left: 0.25rem;
}
.CR-reviews-box .reviews-form {
    padding: 2.1875rem /* 35/16 */ 4.0625rem /* 65/16 */;
    border-bottom: 1px solid var(--cl-light-gray);
}
.CR-reviews-box .reviews-form .reviews-form--title{
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem  /* 24/16 */;
    line-height: normal;
    color: var(--cl-black);
}
.CR-reviews-box .reviews-form form{
    width: 25rem  /* 400/16 */;
    margin: 0;
}
.CR-reviews-box .reviews-form .error-mes-form {
    height: 90%;
    border-radius: 0.625rem;
}
.CR-reviews-box .reviews-filter {
    height: 3.125rem  /* 50/16 */;
    padding: 0 4.0625rem  /* 65/16 */;
    border-bottom: 1px solid var(--cl-light-gray);
}
.CR-reviews-box .reviews-filter .item--filter {
    width: 10.625rem  /* 170/16 */;
}
.CR-reviews-box .reviews-filter .CR-chosen-item .chosen-single {
    border: none !important;
    font-weight: 700;
    padding: 0 !important;
    border-radius: 0;
    color: var(--cl-black);
}
.CR-reviews-box .reviews-filter .CR-chosen-item .chosen-single span{
    width: auto;
}
.CR-reviews-box .reviews-filter .CR-chosen-item .chosen-single div{
    position: inherit;
}
.CR-reviews-box .reviews-filter .CR-chosen-item .chosen-single div b {
    height: auto;
    width: auto;
    margin: 0.2rem 0 0 0.5rem;
}
.CR-reviews-box .reviews-filter .CR-chosen-item .chosen-drop .chosen-search input.chosen-search-input{
    height: 2.5rem;
}
.CR-reviews-box .reviews-filter .CR-chosen-item .chosen-drop .chosen-results li,
.CR-reviews-box .reviews-filter .CR-chosen-item .chosen-single div b:before{
    font-size: 0.85rem;
}
.CR-reviews-box .reviews-filter .CR-chosen-item .chosen-drop{
    margin-top: 0;
}
.CR-reviews-box .reviews-listing {
    padding: 0 4.0625rem  /* 65/16 */;
    margin: 0 0 1.875rem  /* 30/16 */;
}

.CR-paging-arrow-num{
    padding: 1.25rem  /* 20/16 */ 0;
    width: 100%;
}
.CR-paging-arrow-num .CR--paging{
    font-size: 0.875rem /* 14/16 */;
    line-height: normal;
    text-align: center;
    color: var(--cl-black);
    font-weight: 600;
}
.CR-paging-arrow-num .disabled{
    opacity: 0.5;
    cursor: no-drop;
}
.CR-paging-arrow-num .disabled,
.CR-paging-arrow-num .action-paging {
    width: 1.25rem  /* 20/16 */;
    height: 1.25rem  /* 20/16 */;
    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-paging-arrow-num .disabled svg,
.CR-paging-arrow-num .action-paging svg {
    width: auto;
    height: 80%;
    fill: var(--cl-black);
}

.CR-item-review{
    width: 50%;
    border-bottom: 1px solid var(--cl-light-gray);
    padding: 0.5625rem  /* 9/16 */ 0;
}
.CR-item-review .wrap{
    position: relative;
    padding: 0.5625rem  /* 9/16 */ 0;
}
.CR-item-review .rating-box{
    width: 9.375rem  /* 150/16 */;
}
.CR-item-review .review--rating {
    color: var(--cl-blue);
}
.CR-item-review .content-box{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 0.5rem;
}
.CR-item-review .review--author{
    margin-bottom: 1.5625rem  /* 25/16 */;
}
.CR-item-review .reviews-author--name{
    font-size: 0.875rem  /* 14/16 */;
    color:var(--cl-black);
    line-height: normal;
    font-weight: 600;
}
.CR-item-review .review--description{
    font-size: 0.875rem /* 14/16 */;
    line-height: 1.125rem /* 18/16 */;
    letter-spacing: .03em;
    color: var(--cl-black);
    font-weight: 500;
    word-break: break-word;
}
.CR-item-review .review--feedback--box .review--feedback {
    padding: 0.875rem /* 14/16 */ 1.125rem /* 18/16 */;
    border-radius: 1rem /* 16/16 */;
    margin-top: 0.9375rem /* 15/16 */!important;
    line-height: 1.5em;
    border: 1px solid var(--cl-light-gray);
    background-color: var(--cl-light-gray);
    width: 100%;
    color: var(--cl-black);
    font-size: 0.875rem  /* 14/16 */;
    font-weight: 500;
    word-break: break-word;
}
.CR-item-review .review--date{
    font-size: 0.875rem  /* 14/16 */;
    line-height: 1.125rem  /* 18/16 */;
    letter-spacing: .03em;
    color:var(--cl-black);
    font-weight: 400;
    display: block;
    margin-top: 1.25rem  /* 20/16 */;
    opacity: .5;
}

#CR-popup-size-guide .box{
    max-width: 37.5rem  /* 600/16 */;
    padding: 1.25rem  /* 20/16 */;
}
.CR-popup-size-guide--table {
    border-collapse: separate;
    border-spacing: 0;
    font-weight: 500;
    font-size: 0.75rem  /* 12/16 */;
    line-height: 0.9375rem  /* 15/16 */;
    letter-spacing: .03em;
    border: 1px solid var(--cl-light-gray);
    border-radius: 1rem  /* 16/16 */;
    width: 100%;
}
.CR-popup-size-guide--table thead {
    position: relative;
    color: var(--cl-white);
    border-radius: 1rem  /* 16/16 */;
    z-index: 2;
}
.CR-popup-size-guide--table td:first-of-type {
    padding-left: 1.125rem  /* 18/16 */;
}
.CR-popup-size-guide--table thead td:first-of-type {
    border-top-left-radius: 1rem  /* 16/16 */;
    border-bottom-left-radius: 1rem  /* 16/16 */;
}
.CR-popup-size-guide--table thead td:last-of-type {
    border-top-right-radius: 1rem  /* 16/16 */;
    border-bottom-right-radius: 1rem  /* 16/16 */;
}
.CR-popup-size-guide--table thead td {
    position: relative;
    z-index: 1;
    background-color: var(--cl-main);
}
.CR-popup-size-guide--table td {
    padding: 0.3125rem  /* 5/16 */ 0.625rem  /* 10/16 */;
    font-weight: 700;
    height: 2.625rem  /* 42/16 */;
    font-size: 0.6875rem  /* 11/16 */;
}
.CR-popup-size-guide--table tbody {
    z-index: 1;
}
.CR-popup-size-guide--table tbody tr {
    position: relative;
}
.CR-popup-size-guide--table tbody tr td:first-of-type {
    border-bottom-left-radius: 1rem  /* 16/16 */;
}
.CR-popup-size-guide--table tbody tr td:last-of-type {
    border-bottom-right-radius: 1rem  /* 16/16 */;
}
.CR-popup-size-guide--table tbody tr td {
    position: relative;
    border-bottom: 1px solid var(--cl-light-gray);
}


.ncProduct_item {
    position: relative;
    border-radius: 0.625rem;;
    overflow: hidden;
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.15));
}
.ncProduct_item .view{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.ncProduct_item .entry_meta_post{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    color: white;
    z-index: 2;
}
.ncProduct_item .entry_meta_post ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ncProduct_item .entry_meta_post span{
    display: none;
}
.ncProduct_item .entry_meta_post li >*{
    margin-right: 5px;
}
.ncPro_thumb {
    --nc-thumb-height: 15.625rem;
    min-height: var(--nc-thumb-height);
    position: relative;
    height: 16rem;
}
.ncPro_thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: var(--nc-thumb-height);
}
.ncProduct-catPopList .ncProduct_item .ncPro_cont {
    padding: 1rem 0.75rem 1.25rem;
    background-color: #ffffff;
}
.ncPro_cont .ncTitle_h3 {
    color: var(--cl-black);
    font-size: 1.125rem  /* 18/16 */;
    font-weight: 700;
    line-height: 1.5rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3rem;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.ncPro_cont .ncDescript {
    font-size: 0.875rem  /* 14/16 */;
    font-weight: 500;
    line-height: 1.25rem  /* 20/16 */;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 3.75rem  /* 60/16 */;
    height: 3.75rem  /* 60/16 */;
    margin-top: 0.625rem  /* 10/16 */;
}
.ncPro_cont .info{
    font-size: 0.875rem  /* 14/16 */;
    font-weight: 500;
    line-height: 1.25rem  /* 20/16 */;
}
.term-article-inner .info li b,
.ncPro_cont .info li b{
    margin-right: 0.1875rem;
    color: var(--cl-yl);
}
.ncProduct_sub-item:hover .ncPro_thumb:after,
.ncProduct_item:hover .ncPro_thumb:after{
    opacity: 1;
}
.ncProduct_item:hover .ncTitle_h3{
    color: var(--cl-blue);
}
.item_categories{
    font-style: normal;
    font-weight: 700;
    font-size: 0.688rem;
    line-height: normal;
    color: var(--cl-main);
    text-transform: uppercase;
    position: relative;
    z-index: 4;
    text-shadow: 1px 1px 0px var(--cl-main-hover);
}
.ncProduct_item .ncPro_cont{padding-top: .5rem;}
/* the slides */
.CR-slider-product-home .slick-slide {
    padding: 0 0.469rem;
}

/* the parent */
.CR-slider-product-home .slick-list {
    margin: 0 -0.469rem;
}

.box-border {
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 0.625rem;
    overflow: hidden;
    background-color: #f1f2f3;
}
.ncProduct-catThumb {
    -webkit-box-flex: 1;
    -ms-flex: 1 2 0%;
    flex: 1 2 0%;
    position: relative;
    overflow: hidden;
}
.ncProduct-catThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 12rem;
}
.ncProduct-catTitle{
    margin-bottom: 1.25rem;
    font-size: 1.5rem /* 32/16 */;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--cl-main);
}
.ncButton:hover{
    background: var(--cl-light-gray);
    border: 2px solid var(--cl-light-gray);
    color: var(--cl-main);
}
.ncButton {
    color: white;
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 10rem;
    height: 2.5rem  /* 40/16 */;
    border-radius: 1rem  /* 16/16 */;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0 2.5rem  /* 40/16 */;
    /* margin: 0 auto; */
    background: var(--cl-blue);
    border: 2px solid var(--cl-blue);
}

.term-article-sec {
    background: #bce8f640;
    border-radius: .635rem;
    overflow: hidden;
}
.term-article-sec .ncIndustrial_showThumb {
    min-height: 20.813rem;
    height: 100%;
}
.term-article-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* background: #bce8f640; */
    padding: .625rem .938rem;
    border-bottom: 1px solid #00009924;
}
.term-article-box .box-image {
    width: 7.25rem;
    height: 5.625rem;
    position: relative;
}
.ncIndustrial_showThumb img,
.term-article-box .box-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.term-article-box .box-image:before {
    content: "";
    background-color: rgb(0 0 0/20%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.term-article-box .entry_meta_post {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .25rem;
    align-items: center;
    justify-content: center;
    display: flex;
}
.term-article-box .entry_meta_post span {
    display: none;
}
.term-article-box .box-text {
    width: calc(100% - 7.25rem);
    padding-left: 1rem;
}
.term-article-box .term-article-inner .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: fit-content;
    color: var(--cl-main);
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .25rem;
}
.term-article-box .term-article-inner .ncDescript,
.term-article-box .term-article-inner .info{
    font-size: 0.875rem;
    color: var(--cl-black);
    line-height: normal;
}
#ajax-load-term > [class*='col'] {
    margin-bottom: 4rem;
}
.entry_meta_post li {
    color: white;
    font-size: 0.875rem;
    line-height: normal;
}
.entry_meta_post li > * {
    margin-right: 0.313rem;
}

.term-article-sec .ncIndustrial_item {
    position: relative;
    z-index: 9;
    background: #bce8f640;
    width: 100% !important;
    }

/*contact home*/
.ncContact{
    background-color: #f2f2f2;
    padding: 4rem 0;
}
.ncCon_information{
    font-size: 0.875rem;
}
.ncFooter_group .ncDescript li,
.ncCon_information li {margin-bottom: .25rem;}
.ncCon_information span{font-weight: 600;}
.ncFooter_group .ncDescript a:hover,
.ncCon_information li a:hover{color: var(--cl-main);}
.ncFooter_group .ncDescript a,
.ncCon_information li a{
    color: var(--cl-orange);
}
.myMap{height: 100%;}
.myMap iframe{
    height: calc(100% - 3.1rem);
    width: 100%;
}

.ncTitle_h2 {
    font-size: 2.125rem;
    padding-bottom: 1.25rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 2.5rem;
    position: relative;
    text-align: center;
}
.ncTitle_h2:before {
    content: "";
    position: absolute;
    width: 5rem;
    height: 0.438rem;
    background: var(--cl-main);
    bottom: 0;
    left: calc(50% - 2.5rem);
}
.ncTitle_h3 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.375rem;
}

/*form*/
.ncForm{
    width: 100%;
}
.ncForm_list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ncForm_list li{
    margin-bottom: 1rem;
}
.ncForm_list label{width: 100%; display: none;}
.ncForm_list span{}
.ncForm_list input:focus-visible,
.ncForm_list textarea:focus-visible{
    background-color: white;
    outline-color: var(--cl-main);
}
.ncForm_list input,
.ncForm_list textarea{
    font-size: 0.875rem;
    background-color: transparent;
    padding: 10px 15px;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    /*background-clip: padding-box;*/
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    height: 2.5rem;
}
.ncForm_list textarea{
    height: 7.5rem;
}
.ncForm_footer input[type="submit"]:hover{
    color: white;
    background-color: var(--cl-dark-gray);
}
.ncForm_footer input[type="submit"]{
    border-color: transparent;
    background-color: var(--cl-main);
    color: white;
    font-size: 0.75rem;
    padding: 0.5em 1em;
    text-transform: uppercase;
    border-radius: 0.25rem;
}
.ncForm_list br{display: none;}


.wpcf7 .screen-reader-response,
.wpcf7 .screen-reader-response > ul{display: none;}
.wpcf7 .screen-reader-response p[role="status"]{
    color: red;
    display: block;
    border: 1px solid;
    padding: 0.313rem 0.625rem;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    font-size: 0.875rem;
}
.wpcf7-not-valid-tip{
    color: red;
    font-size: 0.813rem;
    font-style: italic;
}
.wpcf7-validates-as-required, .wpcf7-validates-as-email, .wpcf7-not-valid{
    /*border-color: red;*/
    outline-color: red;
}
.wpcf7-response-output{
    color: green;
}



/*footer*/
.CR-main-footer {}
/*.ftitem.ftlogo{*/
/*    width: 12.5rem;*/
/*}*/

/*.ftitem{*/
/*    width: calc( (100% - 12.5rem)/3);*/
/*}*/
.ftitem .ftlogo{
    margin-bottom: 1rem;
}
.ftitem .ftlogo img{
    width: 10rem;
    height: auto;
}
#CR-footer .ftabout .ftdes p{
    line-height: 1.5rem;
}
.ftitem .ftdes{

}
.ftitem h2{}
.ftitem h3{
    position: relative;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: normal;
    margin-bottom: 0.9375rem  /* 15/16 */;
}
.ftitem h4{}
.ftitem h5{}
.ftitem h6{}
.ftitem ul{}
.ftitem li{}

.CR-item-suggest {
    position: relative;
    display: flex;
    align-items: center;
}

/*#CR-baner-page .image-banner img{*/
/*    width: 100%;*/
/*}*/
#CR-baner-page{
    position: relative;
    /*margin-bottom: 3rem;*/
    max-height: 25rem;
    overflow: hidden;
}
#CR-baner-page .image-banner:after{
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    pointer-events: none;
    z-index: 0;
}
#CR-baner-page .image-banner img,
#CR-baner-page .image-banner picture,
#CR-baner-page .image-banner{
    width: 100%;
}
#CR-baner-page .image-banner img{
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    width: 100%;
}
#CR-baner-page .info-banner{
    position: absolute;
    bottom: 0;
    left: 0;
    /*max-width: 31.25rem  !* 500/16 *!;*/
    width: 100%;
    padding: 3rem 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#CR-baner-page .main-title{
    font-size: 2.5rem  /* 50/16 */;
    font-weight: 700;
    color: var(--cl-white);
    line-height: normal;
    margin-bottom: 0.5rem;
    max-width: 45rem;
}
#CR-baner-page .des{
    font-size: 0.875rem  /* 14/16 */;
    line-height: 1.25rem  /* 20/16 */;
    font-weight: 500;
    color: var(--cl-black);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 3.75rem  /* 60/16 */;
}
#CR-news-featured,
#CR-news-main,
.page-des{padding-top: 3rem;}
.page-des .content {
    position: relative;
}

.page-des .content.show .ncDes{
    -webkit-mask-image: inherit;
    mask-image:inherit;
}
.page-des .content .ncDes{
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: auto;
    padding: 2rem;
    -webkit-mask-image: linear-gradient(180deg,#000 60%,transparent);
    mask-image: linear-gradient(180deg,#000 60%,transparent);
    /*max-height: 240px;*/
    /*height: 100%;*/
}
.page-des .content h2,.page-des .content h3,.page-des .content h4,.page-des .content h5,.page-des .content h6{
    line-height: normal;
    margin-bottom: 0.5em;
    color: black;
}
.page-des .content h2{
    font-size: 2rem  /* 32/16 */;
    font-weight: 700;
}
.page-des .content h3{
    font-size: 1.75rem /* 32/16 */;
    font-weight: 700;
}
.page-des .content h4{
    font-size: 1.5rem /* 32/16 */;
    font-weight: 600;
}
.page-des .content h5{
    font-size: 1.2rem /* 32/16 */;
    font-weight: 600;
}
.page-des .content h6{
    font-size: 1.5rem /* 32/16 */;
    line-height: normal;
}
.page-des .content p{
    text-indent: 1.25rem;
}
.page-des .wp-caption{
    width: 100% !important;
    margin-bottom: 1rem;
}
.page-des .wp-caption img{
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    display: block;
}
.page-des .wp-caption .wp-caption-text{
    font-size: 0.875rem;
    font-style: italic;
    text-align: center;
    margin-top: 0.25rem;
}
.page-des .content:hover .ncButton-group{
    bottom: 0;
}
.page-des .ncButton-group{
    position: absolute;
    bottom: -4rem;
    left: 0;
    right: 0;
    background-color: white;
    padding: .75rem;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.page-des .ncButton-group .ncButton {
    margin: auto;
}
.page-des .content img,
.page-des .content p img{
    width: 100%;
    }
.page-des .content p{
    overflow: hidden;
    }

.CR-archive-page #CR-news-most-view{
    padding-top: 3rem  /* 28/16 */;
}
.CR-archive-page #CR-news-most-view .ncProduct-catPopList{
    margin-bottom: 0;
    }
.CR-archive-page #CR-news-most-view .main-title{
    font-size: 1.875rem  /* 30/16 */;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1.25rem;
    color: white;
}
.CR-archive-page #CR-news-most-view .box,
#CR-news-detail-page .CR-news-detail-related .box{
    /*background-color: var(--nc-color-1);*/
    border-radius: 1.25rem  /* 20/16 */;
    overflow: hidden;
    position: relative;
}
.CR-archive-page #CR-news-most-view .CR-item-news .info{
    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;
}
.CR-archive-page #CR-news-most-view .CR-item-news .info *{
    color:var(--cl-white) !important;
}
.CR-archive-page #CR-news-most-view .CR-item-news .des{
    display: none;
}
.CR-archive-page #CR-news-most-view .ncProduct-catPopList,
#CR-news-detail-page .CR-news-detail-related{
    overflow: hidden;
    padding: 2.5rem;
    background-color: var(--cl-main);
    border-radius: 0.625rem;
    /*margin-bottom: 3.75rem;*/
}

.ncProduct-catPopList:hover .swiper-button-next{
    right: 0;
}
.ncProduct-catPopList:hover .swiper-button-prev{
    left: 0;
}
/*.featured-md-list .swiper-button-next,*/
.ncProduct-catPopList .swiper-button-next{
    right: -2.25rem;
}
/*.featured-md-list .swiper-button-prev,*/
.ncProduct-catPopList .swiper-button-prev{
    left: -2.25rem;
}
.featured-md-list [class*="swiper-button"],
.ncProduct-catPopList [class*="swiper-button"]{
    background-color: white;
    padding: 10px;
    border-radius: 0.625rem;
    display: block;
    width: fit-content;
    height: fit-content;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: var(--cl-main);
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.15));
}
.featured-md-list [class*="swiper-button"]:hover,
.ncProduct-catPopList [class*="swiper-button"]:hover{
    background-color: var(--cl-main);
    color: white;
}

.featured-md-list [class*="swiper-button"], .ncProduct-catPopList [class*="swiper-button"] {
    background-color: white;
    padding: 10px;
    border-radius: 0.625rem;
    display: block;
    width: fit-content;
    height: fit-content;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: var(--cl-main);
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.15));
}
.ncProduct-catPopList .swiper-button-next {
    right: -2.25rem;
}
.ncProduct-catPopList .swiper-button-prev {
    left: -2.25rem;
}

.CR-archive-page{padding-bottom: 3rem;}
.CR-archive-page #CR-news-main .main-title {
    padding: 0.9375rem  /* 15/16 */ 1.25rem  /* 20/16 */;
    background: var(--cl-main);
    border-radius: 0.625rem  /* 10/16 */;
    font-size: 1.6875rem  /* 27/16 */;
    font-weight: 700;
    color: white;
    margin-bottom: 1em;
}
.CR-products-list{}
#CR-load-indu-list > *{
    margin-bottom: 2rem;
}
.CR-products-list .ncPro_thumb {
    margin-bottom: .5rem;
}

.indu-info-head h3, .detail-info-item h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: normal;
}
.detail-info-table {
    border: 1px solid rgb(68 68 68 / 20%);
    border-radius: .625rem;
    overflow: hidden;
}
.detail-info-table table {
    width: 100%;
}
.detail-info-table tr:not(:last-child), .detail-info-table table tr:not(:last-child) {
    border-bottom: 1px solid rgb(68 68 68 / 20%);
}
.detail-info-table tr:nth-of-type(odd) {
    background-color: var(--cl-gray);
}
.detail-info-table tr:nth-of-type(even) {
    background-color: var(--cl-light-gray);
}
.detail-info-table table tr th, .detail-info-table table tr td:not(:last-child), .detail-info-table table tr td:not(:last-child) {
    border-right: 1px solid rgb(68 68 68 / 20%);
}
.indu-info-cont td {
    padding: 1rem 0.469rem 1rem 1rem;
}
.detail-info-table th, .detail-info-table td {
    flex: 1 0 auto;
    padding: 0.469rem 0.469rem 0.469rem 1rem;
}
.indu-info-cont td {
    padding: 1rem 0.469rem 1rem 1rem;
}
.indu-info-head .date{margin: 0 !important;}
#CR-news-detail-page .CR-news-detail-top {
    padding: 2rem 0;
}
.ncIndustrial_showThumb .slick-list, .ncIndustrial_showThumb .slick-list .slick-track {
    height: 100%;
}

/**================== SINGLE REAL - INDUSTRIAL ==================**/
.CR-news-page{
    padding-bottom: 3rem;
    }
.sGallery{
    background-color: var(--cl-main);
    padding: 1rem 2rem 2rem;
    border-radius: .625rem;
    overflow: hidden;
    margin-top: 1rem;
    }
.sGallery-title{
    font-size: 1.875rem /* 30/16 */;
    font-weight: 700;
    line-height: normal;
    color: var(--cl-white);
    margin-bottom: 1rem /* 35/16 */;
    }
.single-slider{
    height: 100%;
    overflow: hidden;
    border-radius: .625rem;
    overflow: hidden;
    margin-bottom: 1rem;
    }
.single-slider .slick-list,
.multi-slider .slick-list,
.single-slider .slick-list .slick-track,
.multi-slider .slick-list .slick-track{
    /*height: 100%; width: 100%;*/
    }
.single-slider img{ max-height: 30rem;}
.single-slider img,
.multi-slider img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    }
.multi-slider img{
    max-height: 5rem;
    border-radius: .625rem;
    overflow: hidden;
    }
.multi-slider {margin: -1rem;}
.multi-slider-item {
    padding: 1rem;
    }

.ncPro_new {
    position: absolute;
    width: 5rem;
    top: 0;
    }
.ncPro_new img {
    height: auto;
    width: 100%;
    min-height: inherit;
    }

.no-banner #CR-breadcrumbs li {margin: 0;}
.no-banner #CR-breadcrumbs .divider,
.no-banner #CR-breadcrumbs cite{
    color: var(--cl-main);
    }

/*Partner*/
.section-partner{
    padding: 3rem;
    }
.partner-list{
    margin: -0.46875rem
    }
.partner-item{
    position: relative;
    width: 25%;
    padding: 0.46875rem;
    }
.partner-item a{
    position: relative; display: block;
    border-radius: .625rem;
    overflow: hidden;
    }
.partner-item img{
    width: 100%;
    height: auto;
    }
.partner-item .info{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .5rem;
    background-color:  rgb(0 0 0 / 30%);
    text-align: center;
    }
.partner-item .info h3{
    font-size: 1rem;
    color: var(--cl-white);
    line-height: normal;
    font-weight: 600;
    }
.partner-item .info p{
    font-size: 0.875rem;
    color: var(--cl-white);
    }

.ncProduct-head{padding-top: 3rem;}
.ncProduct_location{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem;
    /*z-index: 0;*/
    }
.ncProduct_location .item_categories{
    background-color: var(--cl-main);
    padding: .5rem 1rem;
    color: var(--cl-white);
    font-size: 0.8125rem;
    border-radius: .625rem;
    display: inline-block;
    /*z-index: 0;*/
    }
.ncProduct_location .item_categories:hover{
    background-color: var(--cl-light-yl);
    color: var(--cl-black);
    }

/*New real item home*/
.ncProduct_list{}
.ncProduct_item-home{
    position: relative;
    /*min-height: 250px;*/
    overflow: hidden;
}
.ncProduct_item-home .view{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    }
.NC-coating:hover .ncPro_thumb:after,
.ncProduct_item-home:hover .ncPro_thumb:after{opacity: 1;}
.NC-coating .ncPro_thumb:after,
.ncProduct_item-home .ncPro_thumb:after{
    content: '';
    opacity: .5;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    pointer-events: none;
    z-index: 1;
}
.NC-coating{
    position: relative;
    }
.ncProduct_item-home .ncPro_thumb{
    height: 250px;
    min-height: 100%;
}
.ncProduct_item-home:hover .ncPro_cont .info{
    opacity: 1;
}
.ncProduct_item-home .ncPro_cont .info{
    position: absolute;
    /* padding-top: 15px; */
    font-size: 1rem;
    opacity: 0;
}
.ncProduct_item-home .ncPro_cont li:not(:last-child){
    margin-bottom: .25rem;
}
.ncProduct_item-home .ncPro_cont{
    color: var(--cl-white);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ncProduct_item-home .ncPro_cont  h3{
    color: var(--cl-white);
}
.ncProduct_item-home .entry_meta_post{}
.ncProduct_item-home .entry_meta_post ul{
    display: flex;
    margin-bottom: .25rem;
}
.ncProduct_item-home .entry_meta_post ul li:not(:last-child){
    margin-right: 2rem;
}
.ncProduct_item-home .entry_meta_post span{
    display: none;
}
.search-section .search-head,
.NC-product-section .ncProduct_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-section .search-head p,
.NC-product-section .ncProduct_head p{
    font-size: 1rem;
    }
.NC-product-section .ncProduct_head p span{font-weight: 700;}
.search-section .search-head h2,
.NC-product-section .NC-product-title{
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    background-color: var(--cl-main);
    color: var(--cl-white);
    padding: 1rem 2rem;
    border-radius: 3rem 0rem 3rem 0rem;
}
.search-section .search-body,
.NC-product-section .ncProduct_list {
    border-top: 2px solid var(--cl-main);
    /*border-left: 2px solid var(--cl-main);*/
    /* padding: 1.5rem; */
    padding-top: 2rem;
    /*padding-left: 2rem;*/
}
.search-section .search-body .row,
.NC-product-section .ncProduct_list .row{
    margin: -.5rem;
}
.search-section .search-body .row > *,
.NC-product-section .ncProduct_list .row > *{
    padding: .5rem;
}
.NC-product-section .NC-button-group{
    display: flex;
    justify-content: center;
    padding-top: 2rem;
    }
.NC-product-section .NC-button-readmore:hover{
    background-color: var(--cl-light-hover);
    color: var(--cl-white);
}
.NC-product-section .NC-button-readmore:hover{
    background: var(--cl-blue);
    /*border: 2px solid var(--cl-blue);*/
    color: var(--cl-white);
    }

.require-book a,
.NC-product-section .NC-button-readmore{
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 10rem;
    height: 2.5rem  /* 40/16 */;
    border-radius: 1rem  /* 16/16 */;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0 2.5rem  /* 40/16 */;
    margin: 0 auto;
    background: var(--cl-light-gray);
    color: var(--cl-black);
    /*border-color: var(--cl-light-gray);*/
}
#real-tax-all{
    padding: 5rem 0;
    }
.NC-product-section:not(:last-child){
    padding-bottom: 3rem;
    }

.section-comments{
    border-top: 1px solid var(--cl-light-gray);
    padding-top: 2rem;
    margin-top: 2rem;
    /*margin-bottom: 3rem;*/
    }
.form-comment h3{
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #25252b;
    text-align: left;
    margin-bottom: 20px;
    text-transform: uppercase;
    }

#CR-nav-pc{
    display: flex;
    align-items: center;
    }
#CR-header #flags{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: end;
    /*width: 80px;*/
    }
.main-socials{
    position: fixed;
    /*bottom: 2rem;*/
    bottom: 7rem;
    right: 1rem;
    min-height: 9.375rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 99;
    }
.main-socials:hover .social-list li{
    height: inherit;
    }
.main-socials .social-list li{
    /*height: 1.25rem;*/
    padding: .5rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.main-socials .social-list li a{
    background-color: white;
    border-radius: 50%;
    display: block;
    }
.main-socials .social-list li svg{
    border-radius: 50%;
    border: 2px solid var(--cl-main);
    }
.main-socials .social-list{
    flex-direction: column;
    margin: -.5rem;
    }
.main-socials .social-title{
    display: none;
    }

.CR-sidebar-contact{}
.CR-sidebar-contact .head{}
.CR-sidebar-contact h3{
    margin: 0;
    background-color: var(--cl-main);
    color: var(--cl-white);
    padding: 1rem;
    font-size: 1.4rem;
    }
.CR-sidebar-contact .thumb{}
.CR-sidebar-contact .thumb img{
    width: 100%;
    }
.CR-sidebar-contact .CR-style-scroll{
    border: 1px solid var(--cl-main);
    padding: 1rem;
    }
.CR-sidebar-contact .CR-style-scroll li:nth-child(3){
    padding-bottom: .5rem;
    border-bottom: 1px dashed var(--cl-main);
    }
.CR-sidebar-contact .CR-style-scroll li:not(:last-child){
    margin-bottom: .5rem;
    }
.CR-sidebar-contact .CR-style-scroll svg{}
.CR-sidebar-contact .CR-style-scroll a{
    color: var(--cl-main);
    font-size: 1.3rem
    }
.require-book{
    display: flex;justify-content: space-between;
    padding: 2rem 0;
    }
.require-book a{
    background-color: var(--cl-main);
    color: var(--cl-white);
    }
.require-book a:hover{
    background: var(--cl-light-gray);
    color: var(--cl-black);
    }
.require-book a i{margin-right: 5px;}

/*popup book*/
#form_book{
    background-color: var(--cl-main);
    display: none;
    }
.form_book{

    /*display: none;*/
    }
.form_book .head{}
.form_book .head h2{
    color: #efb839;
    font-weight: 500;
    font-size: 38px;
    border-left: 5px solid #efb839;
    padding-left: 15px;
    line-height: 1;
    margin-bottom: 40px;
    }
.form_book .body{}
.form_book .field-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    }
.form_book .field-sub-list:first-child{
    width: 40%;
    }
.form_book .field-sub-list {
    width: 60%;
    padding: 0 15px;
    }
.form_book .field-sub-list label{
    font-size: 1rem;
    color: white;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    }
.form_book .field-sub-list li{
    margin-bottom: 2rem;
    }
.form_book .field-sub-list textarea:focus,
.form_book .field-sub-list textarea:focus-visible,
.form_book .field-sub-list input:focus,
.form_book .field-sub-list input:focus-visible,
.form_book .field-sub-list select:focus,
.form_book .field-sub-list select:focus-visible{
    outline: none;
    }
.form_book .field-sub-list input,
.form_book .field-sub-list select,
.form_book .field-sub-list textarea{
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    }
.form_book .field-sub-list input,
.form_book .field-sub-list select{
    height: 40px;
    }
.form_book .field-sub-list textarea{
    height: 100px;
    }
.form_book .field-service{}
.form_book .field-service .wpcf7-checkbox{
    display: flex;
    flex-wrap: wrap;
    margin: -7.5px;
    }
.form_book .field-service .wpcf7-list-item{
    width: 50%;
    padding: 7.5px;
    display: flex;
    /*align-items: start;*/
    /*align-items: start;*/
    }
.form_book .field-service .wpcf7-list-item label{
    font-size: 1rem;
    text-transform: capitalize;
    margin: 0;
    }
.form_book .footer {
    text-align: center;
    }
.form_book .footer input[type="submit"]:hover{
    background-color: var(--cl-white);
    color: var(--cl-black);
    }
.form_book .footer input[type="submit"]{
    background-color: #e4a00c;
    color: inherit;
    padding: 14px 44px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 8px;
    line-height: 1;
    transition: all 0.3s;
    border: none;
    }
.fancybox-content{max-height: 80% !important;}
#glt-translate-trigger{
    display: none;
    }

.ncProduct_item-province:hover .ncPro_cont{
    background-color: var(--cl-main);
}
.ncProduct_item-province .ncPro_cont{
    background-color: rgb(5 86 153 / 70%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ncProduct_item-province .ncPro_cont h3{
    margin-bottom: 0;
}
.province-page #CR-products-filter {
    margin-right: auto;
    padding: .5rem 2rem;
}
.province-page #CR-products-filter .filter-title{
    font-size: 1rem;
    margin: 0;
}

.search-section{}
.search-section .search-head{}
.search-section .search-head h2{}
.search-section .search-body{}
.CR-search-page{ padding: 3rem 0;}
.NC-product-section .NC-product-title{
    min-width: 20rem;
    text-align: center;
}
.CR-search-page #CR-products-filter{}
.CR-search-page #CR-products-filter .CR-products-filter-box{
    border: 1px dashed var(--cl-light-hover);
    border-radius: .625rem;
    padding: 1rem;
}
.CR-search-page #CR-products-filter .main-title span{
    color: var(--cl-light-hover);
}

.CR-custom-arrow-full svg{
    filter: invert(1);
    }
/**================== RESPONSIVE ==================**/
@media (min-width: 576px) {
    .fancybox-content{
        max-width: 540px !important;
        }

    }
@media (min-width: 768px) {
    .fancybox-content{
        max-width: 720px !important;
        }
    .ftitem.ftlogo{
        width: 12.5rem;
    }
    .ftitem{
        width: calc( (100% - 12.5rem)/3);
    }
    }
@media (min-width: 992px) {
    .ncProduct-catPop {
        margin-bottom: 2rem;
    }
    .ncProduct-catPop .entry-head {
        display: flex;
        flex-wrap: wrap;
    }
    .ncProduct-catPop .ncProduct-catCont {
        padding: 4rem 4.375rem  /* 70/16 */;
        width: 60%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .ncProduct-catPop .ncProduct-catDescript {
        font-size: 1rem  /* 16/16 */;
        font-weight: 500;
        line-height: 1.5rem  /* 24/16 */;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-clamp: 5;
        -webkit-box-orient: vertical;
        max-height: 7.5rem  /* 72/16 */;
        margin-top: 0.625rem  /* 10/16 */;
    }
    .ncProduct-catPop .ncBtn-readmore {
        margin-left: auto;
        margin-top: 1.875rem;
    }
    .fancybox-content{
        max-width: 960px !important;
        }
}
@media (min-width: 1025px){
    html{
        font-size: 0.75rem;
    }
}
@media (min-width: 1200px){
    html{
        font-size: 0.8rem;
    }
    .fancybox-content{
        max-width: 1140px !important;
        }
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px !important;
    }
    html{
        font-size: 1rem;
    }
}
@media (min-width: 1600px){
    html{
        font-size: 1rem;
    }
}
@media only screen and (max-width: 1400px){
    #CR-footer .address-list-box {
        width: 80%;
    }
    body .CR-container {
        padding: 0 1rem  /* 16/16 */;
    }
    #CR-tech-home .cont-box .title,
    #CR-about-home .cont-box .title{
        font-size: 2.8125rem  /* 45/16 */;
    }
    .CR-list-product .CR-custom-arrow-full.left {
        left: 0;
    }
    .CR-list-product .CR-custom-arrow-full.right {
        right: 0;
    }
}
@media only screen and (max-width: 1366px){

}
@media only screen and (max-width: 1199px){
    #CR-footer .address-list-box {
        width: 100%;
    }
    #CR-about-page #CR-intro-about img {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }
    #CR-news-page #CR-news-banner .info-banner {
        /*width: 37.5rem  !* 600/16 *!;*/
        /*padding: 0 1.25rem  !* 20/16 *!;*/
        /*top: 20%;*/
        /*left: 0;*/
        /*!*justify-content: unset;*!*/
        /*!*height: unset;*!*/
    }
    #CR-news-page #CR-news-banner .main-title{
        font-size: 2.5rem  /* 40/16 */;
    }
    #CR-news-page #CR-news-banner .des{
        font-size: 0.75rem  /* 12/16 */;
    }
}
@media only screen and (max-width: 1024px){
    html{
        font-size:0.75rem;
    }
    .CR-main-wrap {
        overflow: hidden !important;
    }
    #CR-products-filter{
        padding: 1rem 0;
    }
    #CR-products-filter .content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #CR-products-filter .filter-box-mobile .CR-def-radio {
        height: 2.1875rem  /* 35/16 */;
    }
}
@media only screen and (max-width: 992px){
    #CR-news-page #CR-news-banner .info-banner {
        /*width: 14.375rem  !* 230/16 *!;*/
        /*padding: 0 1.25rem  !* 20/16 *!;*/
        /*top: 20%;*/
        /*left: 0;*/
        /*justify-content: unset;*/
        /*height: unset;*/
    }
    #CR-news-page #CR-news-banner .main-title{
        /*font-size: 1.25rem  !* 20/16 *!;*/
    }
    #CR-news-page #CR-news-banner .des {
        -webkit-line-clamp: 2;
        line-clamp: 2;
        max-height: 2.5rem  /* 40/16 */;
    }
    #CR-news-page #CR-news-main .main-title{
        text-align: center;
    }
    .CR-news-list .CR-item-news .wrap {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .CR-news-list .CR-item-news .thumb{
        width: 9.375rem  /* 150/16 */;
    }
    .CR-news-list .CR-item-news .cont{
        width: calc(100% - 9.375rem);
    }
    .CR-news-list .CR-item-news{
        width: 100%;
    }
    #CR-news-page .CR-default-terms {
        padding: 1rem;
        margin-top: 1.25rem  /* 20/16 */;
    }
    #CR-news-page .CR-default-terms a {
        font-size: 1rem;
        padding: 0.3125rem  /* 5/16 */ 0.625rem  /* 10/16 */;
    }
    #CR-news-page .CR-default-terms .des-box p {
        font-size: 0.875rem  /* 14/16 */;
    }
    #CR-nav-pc{
        display: none;
    }
    body .CR-container {
        padding: 0 0.9375rem  /* 15/16 */;
    }

    #CR-header .CR-main-header .content {
        height: 3.125rem /* 50/16 */;
        position: relative;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    #CR-header .CR-main-header .content .logo-box,
    #CR-header .CR-main-header .content .logo-box a,
    #CR-header .CR-main-header .content .logo-box img{height: 100%;}
    #CR-header .CR-action-head-box {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
    }
    #CR-header .CR-mobile-menu-head-box{
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
    }
    #CR-news-page #CR-news-featured .main-title,
    #CR-news-page #CR-news-most-view .main-title{
        text-align: center;
    }

    .CR-item-news-featured .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .CR-item-news-featured .thumb:before {
        padding-top: calc(100vh - 31.25rem  /* 500/16 */);
    }
    .CR-item-news-featured .cont {
        padding: 0.625rem  /* 10/16 */;
        width: 100%;
    }
    .CR-item-news-featured .des{
        margin-top: 0;
        font-size: 0.875rem  /* 14/16 */;
    }
    .CR-item-news-featured .date {
        margin-top: 1rem  /* 16/16 */;
    }
    .CR-item-news-featured .title{
        font-size: 1rem  /* 16/16 */;
    }

    #CR-banner-home .CR-slider-banner-home .item:before {
        /*padding-top: 177.06666667%;*/
    }
    #CR-banner-home .CR-policy-banner-home .list{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    #CR-banner-home .CR-policy-banner-home .item a span {
        width: 50%;
    }
    #CR-banner-home .CR-custom-arrow-full {
        width: 3rem;
    }

    #CR-tech-home .main-box,
    #CR-about-home .main-box{
        border-radius: 1.875rem  /* 30/16 */;
    }
    #CR-tech-home .image-box,
    #CR-about-home .image-box{
        width: 100%;
        max-width: 58%;
        border-radius: 1.875rem  /* 30/16 */;
        position: relative;
    }
    #CR-tech-home .image-box img,
    #CR-about-home .image-box img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    #CR-tech-home .cont-box,
    #CR-about-home .cont-box {
        padding: 1rem  /* 16/16 */;
        width: 42%;
        flex: auto;
    }
    #CR-tech-home .cont-box .title,
    #CR-about-home .cont-box .title {
        font-size: 1.3125rem  /* 21/16 */;
        line-height: 1.25rem  /* 20/16 */;
        max-height: 3.75rem  /* 60/16 */;
    }
    #CR-tech-home .cont-box .des,
    #CR-about-home .cont-box .des{
        font-size: 0.75rem  /* 12/16 */;
    }
    #CR-tech-home .cont-box .CR-btn,
    #CR-about-home .cont-box .CR-btn{
        font-size: 0.75rem  /* 12/16 */;
        padding: 0 1rem  /* 16/16 */;
        height: 1.875rem  /* 30/16 */;
        border-radius: 0.75rem  /* 12/16 */;
    }

    #CR-home-page .captions-box{
        height: 2.5rem  /* 40/16 */;
        border-radius: 0.75rem  /* 12/16 */;
        margin-bottom: 0.3125rem  /* 5/16 */;
    }
    #CR-home-page .captions-box *{
        font-size: 0.8125rem  /* 13/16 */;
    }
    #CR-home-page .captions-box a{
        font-size: 0.875rem  /* 14/16 */;
        border-radius: 0.75rem  /* 12/16 */;
        padding: 0 1.25rem  /* 20/16 */;
    }
    #CR-more-home .list-box .item{
        width: 100%;
    }

    #CR-trademark-home .image-box{
        border-radius: 1.875rem  /* 30/16 */;
    }
    #CR-search-home .CR-search-form-suggest .title {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
    }
    #CR-search-home .CR-search-form-suggest .CR-search-form-ajax input{
        font-size: 0.875rem  /* 14/16 */;
        height: 2.8125rem  /* 45/16 */;
    }
    #CR-search-home .CR-search-form-suggest .CR-search-form-ajax button{
        width: 2.8125rem  /* 45/16 */;
        height: 2.8125rem  /* 45/16 */;
    }
    #CR-search-home .CR-search-featured-keywords .title {
        margin-bottom: 0.75rem;
    }
    #CR-search-home .CR-search-featured-keywords ul{
        display: -webkit-box !important;
        gap: 0.75rem;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap !important;
        overflow: auto hidden;
        width: 100%;
        padding-bottom: 0.75rem;
    }
    #CR-search-home .CR-search-featured-keywords ul::-webkit-scrollbar {
        height: 0.2rem;
        width: 0.2rem;
        border-radius: 0.625rem;
        background-color: var(--cl-light-gray);
    }
    #CR-search-home .CR-search-featured-keywords ul::-webkit-scrollbar-track {
        border: 0.031rem solid transparent;
    }
    #CR-search-home .CR-search-featured-keywords ul::-webkit-scrollbar-thumb {
        background-color: var(--cl-dark-gray);
        outline: 0.3rem solid transparent;
        border-radius: 0;
    }
    #CR-search-home{
        padding: 3.125rem  /* 50/16 */ 0 1.875rem  /* 30/16 */;
    }
    #CR-collections-home .list {
        margin: -0.3125rem  /* -5/16 */;
    }
    .CR-item-collection{
        width: 50%;
        padding: 0.3125rem  /* 5/16 */;
    }
    .CR-item-collection .title{
        font-size: 1rem;
    }

    #CR-products-faqs .CR-products-faqs--list .accordion-button{
        font-size: 0.875rem  /* 14/16 */;
        padding: 0.625rem 2.5rem 0.625rem 0;
    }
    #CR-products-faqs .CR-products-faqs--list .CR-style-default-content p, #CR-products-faqs .CR-products-faqs--list .CR-style-default-content li, #CR-products-faqs .CR-products-faqs--list .CR-style-default-content strong, #CR-products-faqs .CR-products-faqs--list .CR-style-default-content b{
        font-size: 0.75rem  /* 12/16 */;
    }
    .CR-list-product {
        margin: -0.3125rem  /* 5/16 */;
    }
    #CR-products-list .CR-item-product-term,
    .CR-item-product{
        padding: 0.3125rem  /* 5/16 */;
    }
    .CR-item-product .reviews {
        top: 0.3125rem  /* 5/16 */;
        left: 0.625rem  /* 10/16 */;
    }
    .CR-item-product .reviews *{
        font-size: 0.625rem  /* 10/16 */ !important;
    }
    .CR-item-product .reviews .star svg {
        height: 6px;
    }
    .CR-item-product .tags {
        height: 0.875rem  /* 14/16 */;
        font-size: 0.5rem  /* 8/16 */;
        top: 0.3125rem  /* 5/16 */;
        right: 0.4375rem  /* 7/16 */;
    }
    .CR-item-product .tag {
        height: 0.875rem /* 14/16 */;
        font-size: 0.5rem  /* 8/16 */;
    }
    .CR-item-product .tag-label {
        font-size: 0.875rem  /* 14/16 */;
    }
    .CR-item-product .title {
        font-size: 0.75rem  /* 12/16 */;
    }
    .CR-item-product .attribute-box{
        display: none;
    }
    .CR-woo-prices * {
        font-size: 0.75rem  /* 12/16 */;
    }

    #CR-single-product-page .CR-single-product-top .product-top-left,
    #CR-single-product-page .CR-single-product-top .product-top-right{
        width: 100%;
        padding: 0;
    }
    #CR-single-product-page .CR-single-product-top .product-top-left{
        margin-bottom: 1.25rem  /* 20/16 */;
    }
    #CR-single-product-page .CR-single-product-top .product-top-box {
        margin: 0;
    }
    #CR-single-product-page .CR-single-product-bottom .CR-description-pd-box {
        margin-top: 0;
        padding: 1rem  /* 16/16 */ 0 1.875rem  /* 30/16 */;
        border-top: none;
    }
    #CR-single-product-page .CR-single-product-bottom .CR-description-pd--box{
        padding: 0;
    }

    #CR-single-product-page .CR-single-product-top .CR-intro-pd-box {
        position: relative;
    }
    #CR-single-product-page .CR-single-product-top .main-title {
        font-size: 1.3125rem /* 21/16 */;
        margin: 0;
        padding-right: 8.125rem  /* 130/16 */;
    }
    #CR-single-product-page .CR-single-product-top .review-info-box {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 8.125rem  /* 130/16 */;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset !important;
        -ms-flex-align: unset !important;
        align-items: unset !important;
    }
    #CR-single-product-page .CR-single-product-top .CR-review-rating-stars {
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    #CR-single-product-page .CR-single-product-top .CR-review-rating-total-sold{
        margin: 0;
    }
    #CR-custom-meta-pd .CR-policy-pd-box,
    #CR-custom-meta-pd .CR-accordion-pd-box{
        margin-top: 0.9375rem  /* 15/16 */;
    }
    #CR-custom-meta-pd .CR-policy-pd-box .list{
        margin: 0 -0.375rem -0.375rem;
    }
    #CR-custom-meta-pd .CR-policy-pd-box .item{
        padding: 0.375rem  /* 6/16 */;
    }
    #CR-custom-meta-pd .CR-policy-pd-box .item .des {
        font-size: 0.625rem  /* 10/16 */;
    }
    #CR-custom-meta-pd .CR-woo-prices * {
        font-size: 1rem;
    }
    #CR-custom-meta-pd .CR-accordion-pd-box .CR-list-product {
        display: -webkit-box;
        flex-flow: row;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    #CR-custom-meta-pd .CR-accordion-pd-box .CR-list-product::-webkit-scrollbar {
        height: 0.2rem;
        width: 0.2rem;
        border-radius: 0.625rem;
        background-color: var(--cl-light-gray);
    }
    #CR-custom-meta-pd .CR-accordion-pd-box .CR-list-product::-webkit-scrollbar-track {
        border: 0.031rem solid transparent;
    }
    #CR-custom-meta-pd .CR-accordion-pd-box .CR-list-product::-webkit-scrollbar-thumb {
        background-color: var(--cl-dark-gray);
        outline: 0.3rem solid transparent;
        border-radius: 0;
    }
    #CR-custom-meta-pd .CR-accordion-pd-box .CR-item-product {
        width: 45%;
    }


    .CR-slider-gallery-product .CR-slider-gallery-product-nav{
        width: 1.875rem  /* 30/16 */;
    }
    .CR-slider-gallery-product .item-gal-nav {
        width: 1.875rem  /* 30/16 */;
        height: 1.875rem  /* 30/16 */;
    }
    .CR-slider-gallery-product .CR-slider-gallery-product-for {
        margin-top: 0.625rem  /* 10/16 */ !important;
    }
    .CR-slider-gallery-product .CR-slider-gallery-product-for.slick-slider .slick-dots{
        display: none !important;
    }

    .CR-mini-cart-box{
        display: none;
    }

    .CR-reviews-box .reviews-heading,
    .CR-reviews-box .reviews-form,
    .CR-reviews-box .reviews-listing,
    .CR-reviews-box .reviews-filter{
        padding-left: 0;
        padding-right: 0;
    }
    .CR-reviews-box .reviews-heading,
    .CR-reviews-box .reviews-form{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .CR-reviews-box .reviews-form .reviews-form--title,
    .CR-reviews-box .reviews-heading .reviews--title {
        font-size: 1.3125rem  /* 21/16 */;
    }
    .CR-reviews-box .reviews-heading .reviews--title {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .CR-reviews-box .reviews-form form{
        width: 100%;
    }
    .CR-item-review{
        padding: 0.25rem  /* 4/16 */ 0;
        width: 100%;
    }
    .CR-item-review .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0.8125rem  /* 13/16 */ 0;
    }
    .CR-item-review .rating-box {
        width: 100%;
        margin-bottom: 1.0625rem  /* 17/16 */;
    }
    .CR-item-review .review--author {
        margin-bottom: 1.875rem  /* 30/16 */;
    }
    body .CR-add-cart-pd-box--scroll{
        display: none !important;
    }

    #CR-news-detail-page .CR-news-detail-sidebar{
        display: none;
    }
    #CR-news-detail-page .CR-news-detail-main .main-box {
        width: 100%;
    }
    #CR-news-detail-page .CR-news-detail-top .main-title{
        font-size: 1.5rem  /* 24/16 */;
        margin-bottom: 0.625rem  /* 10/16 */;
    }
    #CR-news-detail-page .CR-news-detail-top .des {
        font-size: 0.875rem  /* 14/16 */;
    }
    .CR-style-default-content h2, .CR-style-default-content h2 strong {
        font-size: 1.65rem;
    }
    .CR-style-default-content h3, .CR-style-default-content h3 strong{
        font-size: 1.35rem;
    }
    .CR-style-default-content h4, .CR-style-default-content h4 strong{
        font-size: 1.15rem;
    }
    .CR-style-default-content h5, .CR-style-default-content h5 strong{
        font-size: 1rem;
    }
    #CR-news-detail-page .CR-news-detail-main .author .author-info .name{
        font-size: 1.125rem  /* 18/16 */;
    }
    .CR-default-terms{
        padding: 1.125rem  /* 18/16 */ 1rem  /* 16/16 */;
        margin-top: 1.25rem  /* 20/16 */;
    }
    .CR-default-terms a{
        font-size: 1rem  /* 16/16 */;
        padding: 0.3125rem  /* 5/16 */ 0.625rem  /* 10/16 */;
    }
    .CR-default-terms .des-box p{
        font-size: 0.9375rem  /* 15/16 */;
    }
    #CR-footer .CR-bottom-footer .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #CR-footer .CR-bottom-footer .copyright-box,
    #CR-footer .CR-bottom-footer .logo-list-box{
        width:100%;
    }
    #CR-footer .CR-bottom-footer .logo-list-box ul {
        -webkit-box-pack: initial !important;
        -ms-flex-pack: initial !important;
        justify-content: initial !important;
        margin: 10px 0 0;
    }
    #CR-footer .menu-box .main-title {
        position: relative;
        padding-right: 2.5rem  /* 40/16 */;
    }

    #CR-footer .menu-box .main-title .toggle-menu-item-cont--mb {
        width: 1rem;
        height: 1rem;
        cursor: pointer;
        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;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
    }
    .menu-item-cont--mb{
        display: none;
    }

    #CR-products-list .CR-load-more-wrap, #CR-products-list .CR-item-product{
        width: 33.33%;
    }
    #CR-popup-size-guide .box{
        max-width: 70%;
    }

    #CR-nav-mb {
        display: block;
    }
    #CR-nav-mb ul{
        list-style-type: none;
        margin: 0;
    }
    #CR-nav-mb li {
        position: relative;
    }
    #CR-nav-mb #CR-nav-mb-box {
        z-index: 2;
        top: -100%;
        height: auto;
        background-color: var(--cl-white);
        position: fixed;
        left: 0;
        right: 0;
        visibility: hidden;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all;
        -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
        box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    }
    #CR-nav-mb .CR-bg-nav {
        background-color: rgb(0 0 0 / 75%);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        pointer-events: none;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all;
        opacity: 0;
        cursor: pointer;
    }
    #CR-nav-mb.active .CR-bg-nav {
        pointer-events: auto;
        opacity: 1;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all;
    }
    #CR-nav-mb.active #CR-nav-mb-box {
        visibility: visible;
        top: 6.25rem  /* 100/16 */;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all;
    }
    .admin-bar #CR-nav-mb ul.main-menu-mb{
        max-height: calc(100vh - 15rem);
    }
    #CR-nav-mb ul.main-menu-mb {
        margin: 0;
        overflow-y: auto;
        max-height: calc(100vh - 7rem /* 84/16 */);
        padding: 0 1rem;
        list-style-type: none;
        overflow-x: hidden;
    }
    #CR-nav-mb ul.main-menu-mb > .menu-item-has-children {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
    }
    #CR-nav-mb .arrow {
        position: absolute;
        top: 0.25rem /* 4/16 */;
        right: -1.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 4.5rem /* 55/16 */;
        color: var(--cl-black);
        height: 3rem /* 35/16 */;
        margin: 0;
        z-index: 5;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all;
        cursor: pointer;
    }
    #CR-nav-mb .arrow i{
        background: transparent;
        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.3125rem  /* 5/16 */;
        width: 2rem  /* 35/16 */;
        height: 2rem  /* 35/16 */;
    }
    #CR-nav-mb .wrap ul li a {
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all;
        color: var(--cl-black);
        font-size: 0.9375rem  /* 15/16 */;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        position: relative;
        padding: 1.25rem 5rem 1.25rem 0;
        display: block;
        width: 100%;
        background-color: transparent;
    }
    #CR-nav-mb .wrap .sub-menu {
        display: none;
        width: 100% !important;
        padding-left: 2rem;
    }
    #CR-nav-mb .wrap .sub-menu a {
        padding-left: 0;
        position: relative;
        font-weight: 400;
    }
    #CR-nav-mb #CR-nav-mb-box .close-box {
        background: var(--cl-yl);
        padding: 0 1.25rem  /* 20/16 */;
        border-top: 2px solid;
        height: 3.125rem  /* 50/16 */;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color:var(--cl-black);
    }
    #CR-nav-mb #CR-nav-mb-box .close-box .CR-close-nav-btn {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: var(--cl-black);
    }
    #CR-nav-mb .wrap .sub-menu li:first-child{
        border-top: 1px solid var(--cl-black);
    }
    #CR-nav-mb ul.main-menu-mb li:not(:last-child) {
        border-bottom: 1px solid var(--cl-light-gray);
    }
    #CR-nav-mb .wrap .sub-menu.child-wrap li:not(:last-child) {
        border-bottom: 1px dashed var(--cl-light-gray);
    }
    #CR-nav-mb .wrap .sub-menu.child-wrap li {
        border-top: none;
    }
    #CR-nav-mb .wrap .sub-menu.child-wrap {
        border-top: 1px solid var(--cl-light-gray);
    }
    #CR-about-page #CR-banner-about .info-box{
        width: 100%;
    }
    #CR-about-page #CR-banner-about .image-box::before{
        height: 25rem  /* 400/16 */;
    }
    #CR-about-page #CR-intro-about .main-title {
        font-size: 1.25rem  /* 20/16 */;
        line-height: 1.25em;
        margin-bottom: 0.5rem;
    }
    #CR-about-page #CR-banner-about .des {
        line-height: 1.25rem  /* 20/16 */;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 2.5rem  /* 40/16 */;
    }
    #CR-about-page #CR-intro-about .image-box{
        display: none;
    }
    #CR-about-page #CR-intro-about .image-mb--box {
        display: block !important;
    }
    #CR-about-page #CR-intro-about .image-mb--box img{
        border-style: none;
        vertical-align: middle;
        max-width: 100%;
        height: auto;
    }
    #CR-about-page #CR-banner-about .main-title {
        font-size: 2rem  /* 32/16 */;
        line-height: 1.25em;
    }
    #CR-about-page #CR-banner-about .des {
        line-height: 1.5em;
        font-size: 0.875rem  /* 14/16 */;
    }
    #CR-about-page #CR-services-about .item-service:not(:last-child){
        padding-bottom: 0 !important;
    }
    #CR-about-page #CR-services-about .item-service .title{
        font-size: 1.25rem  /* 20/16 */;
    }
    #CR-about-page #CR-services-about .main-title{
        font-size: 1.5rem  /* 24/16 */;
        line-height: 1.5;
    }
    #CR-about-page #CR-services-about .item-service .wrap > div {
        width: 100%;
    }
    #CR-about-page #CR-services-about .item-service .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #CR-about-page #CR-thanks-about .thanks-cont {
        font-size: 1.25rem  /* 20/16 */;
        line-height: 1.5em;
    }
    #CR-about-page #CR-more-about .item-more{
        width: 100%;
    }
    #CR-about-page #CR-more-about .item-more .title{
        font-size: 1rem  /* 16/16 */;
    }
    #CR-about-page #CR-more-about{
        padding: 1.875rem  /* 30/16 */ 0;
    }

    #CR-products-list .CR-item-product-term .title {
        font-size: 1rem;
    }
    #CR-load-products-list .CR-empty-result {
        width: 50%;
    }
    #CR-products-list .CR-products--main-title {
        margin: 1rem 0 1rem;
    }
    #CR-pds-home .CR-tabs-product-home .nav-tabs button{
        font-size: 0.8125rem  /* 13/16 */;
    }
    #CR-pds-home .CR-tabs-product-home .nav-tabs .nav-item{
        padding: 0 0.5rem 0.5rem;
    }
    #CR-pds-home .CR-tabs-product-home .nav-tabs button.active:after {
        width: calc(100% + 1rem);
    }
    #CR-pds-home .CR-tabs-product-home .nav-tabs button:after {
        bottom: -0.5rem;
    }
    #CR-banner-home .CR-policy-banner-home .item:last-child{
        padding-bottom: 0;
    }

    .ncProduct-catPop, .ncProduct-catBox .ncProduct-catThumb {
        margin-bottom: 1rem;
    }
    .ncProduct-catPop .entry-head {
        justify-content: center;
        flex-direction: column;
        min-height: 20rem;
        align-items: center;
        display: flex;
    }
    .ncProduct-catPop .ncProduct-catThumb:after {
        opacity: 1;
        content: '';
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: 1s all;
        -o-transition: 1s all;
        transition: 1s all;
        pointer-events: none;
        z-index: 0;
    }
    .ncProduct-catPop .ncProduct-catCont {
        text-align: center;
        color: white;
        position: relative;
        padding: 2rem 1rem;
    }
    .ncProduct-catThumb {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
    }
    .ncProduct-catPop .ncProduct-catTitle {
        font-size: 1.5rem;
        color: var(--cl-white);
    }
    .ncProduct-catPop .ncProduct-catDescript {
        /*font-size: 0.875rem;*/
        /*line-height: 1.25rem;*/
        /*margin-top: 0;*/
        color: var(--cl-white);
    }
    .ncProduct-catPop .ncButton {
        margin: 2rem auto 0;
    }

    .contact_office{
        margin-top: 2.5rem;
        }
    .form_book .field-sub-list:first-child,
    .form_book .field-sub-list{width: 100%;}
    #CR-header #flags li a {
        padding: 0;
        }
    #CR-header #flags{
        padding: 15px;
        width: 100%;
        justify-content: start;
        }
    #flags li {
        padding: 0 10px !important;
        }
}
@media only screen and (max-width: 782px){
    html #wpadminbar {
        position: fixed;
        height: 46px;
        min-width: 240px;
        border-radius: 0;
    }
    #header.CRis_admin {
        top: 46px;
    }
}
@media only screen and (max-width: 768px) {
    html{
        font-size:0.9rem;
    }
    #CR-news-page #CR-news-banner .info-banner{
        /*width: 70%;*/
    }
    .CR-news-list .CR-item-news{
        width: 100%;
    }
    #CR-discover-home .image-box .main{
        top: 40%;
    }
    #CR-discover-home .image-box .des {
        bottom: -50%;
    }
    #CR-discover-home .image-box .des span {
        font-size: 0.875rem  /* 14/16 */;
        padding-top: 0.3125rem  /* 5/16 */;
        padding-bottom: 0.3125rem  /* 5/16 */;
    }
    #CR-basics-home .title{
        font-size:2rem  /* 32/16 */;
    }
    #CR-basics-home .list {
        min-height: 100%;
        display: -webkit-box;
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-right: 0;
        padding-bottom: 1.5625rem  /* 25/16 */;
    }
    #CR-basics-home .list::-webkit-scrollbar {
        height: 0.2rem;
        width: 0.2rem;
        border-radius: 0.625rem;
        background-color: var(--cl-light-gray);
    }
    #CR-basics-home .list::-webkit-scrollbar-track {
        border: 0.031rem solid transparent;
    }
    #CR-basics-home .list::-webkit-scrollbar-thumb {
        background-color: var(--cl-dark-gray);
        outline: 0.3rem solid transparent;
        border-radius: 0;
    }
    #CR-basics-home .list .item {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        width: 50%;
    }
    #CR-products-list .CR-item-product-term,
    #CR-products-list .CR-load-more-wrap,
    #CR-products-list .CR-item-product{
        width: 50%;
    }
    #CR-popup-size-guide .box {
        max-width: 95%;
    }
    .CR-popup-size-guide--table td {
        padding: 0.5rem !important;
    }
    .CR-main-footer .col{    flex: 1 0 auto;}
    .CR-main-footer .col:not(:last-child){margin-bottom: 2rem;}

    .ncContact {
        padding-top: 3rem;
        padding-bottom: 0;
    }
    .ncProduct-catThumb{

    }
    .term-article-sec .ncIndustrial_showThumb{height: 20rem;}
    .myMap {
        height: 20rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
        }
    .myMap iframe{height: 100%;}
    .socails-network{margin-top: 0.625rem; }
    .contact_office_center .socails-network{
        margin-bottom: 2.5rem;
        }
    .CRcontact{
        padding: 3rem 0;
        }
    .CR-item-news-featured .thumb{
        max-height: 15.625rem;
        }
    .NC-product-section .ncProduct_head{
        /*flex-direction: column;*/
        flex-wrap: wrap;
        }
    .NC-product-section .NC-product-title{
        font-size: 1.125rem;
        /*width: 100%;*/
        text-align: center;
        flex: 0 0 100%;
        }
    .province-page #CR-products-filter{padding-left: 0;}
    .NC-product-section .ncProduct_head p {
        padding: .25rem;
        }
    .form-comment{
        margin-bottom: 2rem;
        }

    .ftitem{
        text-align: center;
    }
    .ftitem:not(:last-child){
        margin-bottom: 2rem;
    }
    .ftitem .ftlogo {
        justify-content: center;
    }
    #CR-footer .CR-bottom-footer .content,
    #CR-footer .CR-bottom-footer .copyright{
        text-align: center;
    }
    .socails-network{
        justify-content: center;
        margin-bottom: 0.625rem;
    }

    #CR-baner-page .main-title,
    #CR-news-page #CR-news-banner .main-title,
    #CR-banner-home .item-info .item-title {
        font-size: 1.75rem;
    }

    #CR-banner-home .item-info .item-des {
        font-size: 1.5rem;
    }

    .ncProduct_item-home .ncPro_cont .info {
        position: unset;
        opacity: unset;
        font-size: 0.8125rem;
        line-height: normal;
    }

}
@media only screen and (max-width: 767px) {
    #CR-nav-mb .wrap ul li a {
        font-size: 0.75rem;
    }
}
@media only screen and (max-width: 454px){
    #CR-tech-home .cont-box .title,
    #CR-about-home .cont-box .title,
    .CR-item-collection .title{
        font-size: 1rem;
    }
    .CR-slider-product-home .slick-list {
        margin: 0;
    }
}

