/*** Default ***/
:root {
    --main-cl: #ED5B1B;
}

.slick-list {
    -webkit-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}

.CRtitle_group {
    position: relative;
}
#CRsingle_product_top .contact_btn {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.the_content ul {
    list-style: disc;
    padding-left: 1rem;
}

.the_content ol {
    list-style: auto;
    padding-left: 1rem;
}

.single-product .the_content {
    margin: 2rem 0;
}
.the_content h1,
.the_content h2{
    font-weight: 800;
}
.the_content h1,
.the_content h2,
.the_content h3,
.the_content h4,
.the_content h5,
.the_content h6{
    color: black;
}
.CRtitle_group .title {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #ED5B1B;
    margin: 0 auto;
}

.CRtitle_group .title b {
    font-weight: 800;
}

.CRtitle_group .sub_title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    color: #666666;
    text-align: center;
    margin: 0 auto 15px;
}

.CRtitle_group .overlay_title {
    position: absolute;
    top: 6px;
    left: 50%;
    -webkit-transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%);
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-style: normal;
    font-weight: 800;
    font-size: 120px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: -1px -1px 0 rgb(34 55 113 / 15%),
    1px -1px 0 rgb(34 55 113 / 15%),
    -1px 1px 0 rgb(34 55 113 / 15%),
    1px 1px 0 rgb(34 55 113 / 15%);
    z-index: -1;
    opacity: 0.7;
}

.CRbtn_style {
    border-radius: 28px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px 0 30px;
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    letter-spacing: -0.145454px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

/*.CRbtn_style:after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 10px;*/
/*    top: 50%;*/
/*    -webkit-transform: translateY(-50%);*/
/*    -ms-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*    font-size: 10px;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    border-radius: 50%;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    -webkit-transition: 0.5s ease-in-out;*/
/*    -o-transition: 0.5s ease-in-out;*/
/*    transition: 0.5s ease-in-out;*/
/*    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNzUgMTJMMjAuMjUgMTIiIHN0cm9rZT0iI0VENUIxQiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTMuNSA1LjI1TDIwLjI1IDEyTDEzLjUgMTguNzUiIHN0cm9rZT0iI0VENUIxQiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*}*/
/*.CRbtn_style:hover:after{*/
/*    -webkit-transition: 0.5s ease-in-out;*/
/*    -o-transition: 0.5s ease-in-out;*/
/*    transition: 0.5s ease-in-out;*/
/*}*/
.CRbtn_style.btn_red:hover {
    background-color: #ffffff;
    color: #ED5B1B;
}

.CRbtn_style.btn_white:hover {
    background-color: #ED5B1B;
    color: #ffffff;
}

.CRbtn_style.btn_red:hover:after {
    background-color: #ED5B1B;
    color: #ffffff;
}

.CRbtn_style.btn_white:hover:after {
    background-color: #ffffff;
    color: #333333;
}

.CRbtn_style.btn_red:after {
    background: #ffffff;
    color: #ED5B1B;
}

.CRbtn_style.btn_white:after {
    background: #ED5B1B;
    color: #ffffff;
}

.CRbtn_style.btn_red {
    background-color: #ED5B1B;
    border: 1px solid #ED5B1B;
    color: #ffffff;
}

.CRbtn_style.btn_white {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #333333;
}

.CRloadAjax {
    position: relative;
}

.CRloadAjax.active > * {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.CRloadAjax.active:before {
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.CRloadAjax:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,%20%20%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%20%20%20%20%20width%3D%2224px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2024%2030%22%20style%3D%22enable-background%3Anew%200%200%2050%2050%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%20%20%20%20%3Crect%20x%3D%220%22%20y%3D%2210%22%20width%3D%224%22%20height%3D%2210%22%20fill%3D%22%231A6E79%22%20opacity%3D%220.2%22%3E%0A%20%20%20%20%20%20%3Canimate%20attributeName%3D%22opacity%22%20attributeType%3D%22XML%22%20values%3D%220.2%3B%201%3B%20.2%22%20begin%3D%220s%22%20dur%3D%220.6s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%20%20%20%20%3Canimate%20attributeName%3D%22height%22%20attributeType%3D%22XML%22%20values%3D%2210%3B%2020%3B%2010%22%20begin%3D%220s%22%20dur%3D%220.6s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%20%20%20%20%3Canimate%20attributeName%3D%22y%22%20attributeType%3D%22XML%22%20values%3D%2210%3B%205%3B%2010%22%20begin%3D%220s%22%20dur%3D%220.6s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%20%20%3C%2Frect%3E%0A%20%20%20%20%3Crect%20x%3D%228%22%20y%3D%2210%22%20width%3D%224%22%20height%3D%2210%22%20fill%3D%22%231A6E79%22%20%20opacity%3D%220.2%22%3E%0A%20%20%20%20%20%20%3Canimate%20attributeName%3D%22opacity%22%20attributeType%3D%22XML%22%20values%3D%220.2%3B%201%3B%20.2%22%20begin%3D%220.15s%22%20dur%3D%220.6s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%20%20%20%20%3Canimate%20attributeName%3D%22height%22%20attributeType%3D%22XML%22%20values%3D%2210%3B%2020%3B%2010%22%20begin%3D%220.15s%22%20dur%3D%220.6s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%20%20%20%20%3Canimate%20attributeName%3D%22y%22%20attributeType%3D%22XML%22%20values%3D%2210%3B%205%3B%2010%22%20begin%3D%220.15s%22%20dur%3D%220.6s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%20%20%3C%2Frect%3E%0A%20%20%20%20%3Crect%20x%3D%2216%22%20y%3D%2210%22%20width%3D%224%22%20height%3D%2210%22%20fill%3D%22%231A6E79%22%20%20opacity%3D%220.2%22%3E%0A%20%20%20%20%20%20%3Canimate%20attributeName%3D%22opacity%22%20attributeType%3D%22XML%22%20values%3D%220.2%3B%201%3B%20.2%22%20begin%3D%220.3s%22%20dur%3D%220.6s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%20%20%20%20%3Canimate%20attributeName%3D%22height%22%20attributeType%3D%22XML%22%20values%3D%2210%3B%2020%3B%2010%22%20begin%3D%220.3s%22%20dur%3D%220.6s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%20%20%20%20%3Canimate%20attributeName%3D%22y%22%20attributeType%3D%22XML%22%20values%3D%2210%3B%205%3B%2010%22%20begin%3D%220.3s%22%20dur%3D%220.6s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%20%20%3C%2Frect%3E%0A%20%20%3C%2Fsvg%3E');
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

body .fancybox-container {
    z-index: 999999;
}

p:last-child {
    margin: 0 0 0;
}

.CRshow_mb {
    display: none;
}

.CRdef_single_recruitment .image img {
    width: 100%;
    height: auto;
}

.page_banner-title {
    text-transform: uppercase;
    margin: 0;
}

.CRstyle_blockText span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 20px;
    -webkit-box-shadow: inset 3px 0 0 #ca211b;
    box-shadow: inset 3px 0 0 #ca211b;
    margin-bottom: 0;
    font-weight: 700;
}

.CRlist_default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.CRlist_default .paging {
    margin: 40px 0 0;
}

.button_def_wrap {
    text-align: center;
    width: 100%;
}

.button_def_wrap a:hover span {
    background: #ffffff;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    color: #000000;
}

.button_def_wrap a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 25px 0 0 0;
    background: none !important;
    height: 40px;
}

.CRbtn_style {
    padding: 0 30px 0 30px;
    gap: 15px;
}

.intro_home .CRbtn_style {
    padding: 0 20px 0 30px;
}

span.btn_svg {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_red span.btn_svg {
    background: white;
    transition: .7s all;
}

.btn_red:hover .btn_svg {
    background: var(--main-cl);
    transition: .7s all;
}

.btn_red:hover .btn_svg svg path {
    stroke: white;
    transition: .7s all;
}

svg, path, line {
    transition: .7s all;
}

.button_def_wrap .name {
    height: 40px;
    background: #ec4a36;
    border: 1px solid #ec4a36;
    border-radius: 0;
    padding: 0 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    text-transform: uppercase;
    margin: 9;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    color: #ffffff;
}

.button_def_wrap .name b {
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    display: inline-block;
}

.button_def_wrap .arrow i {
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    -webkit-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
    display: inline-block;
}

.button_def_wrap .arrow {
    height: 40px;
    background: #ec4a36;
    border: 1px solid #ec4a36;
    width: 45px;
    -webkit-transform: skewX(
            -20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(
            -20deg);
    margin: 0 0 0 2px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.CRbannerDefault img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 500px;
}

.devTestBg {
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 25px;
    border: 3px solid #ffffff;
}

.form-row .select2-container {
    width: 100% !important;
}

/*.loading_page_first {*/
/*    opacity: 1;*/
/*    -webkit-transition: 0.3s all;*/
/*    -o-transition: 0.3s all;*/
/*    transition: 0.3s all;*/
/*    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;*/
/*}*/

/*.loading_page_first.hide {*/
/*    pointer-events: none;*/
/*    opacity: 0;*/
/*    -webkit-transition: 0.3s all;*/
/*    -o-transition: 0.3s all;*/
/*    transition: 0.3s all;*/
/*}*/

/*.loading_page_first .hidden {*/
/*    opacity: 0;*/
/*}*/

/*.loading_page_first .console-container {*/
/*    font-family: 'Lora', serif;*/
/*    font-size: 4em;*/
/*    text-align: center;*/
/*    height: auto;*/
/*    width: auto;*/
/*    color: #000;*/
/*    margin: auto;*/
/*    text-transform: uppercase;*/
/*    font-weight: 600;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*}*/

/*.loading_page_first .console-underscore {*/
/*    display: inline-block !important;*/
/*    position: relative;*/
/*    top: -0.14em;*/
/*    left: 10px;*/
/*}*/

.CRshow_filter {
    display: none;
}

body.hide_scroll {
    overflow: hidden;
}

body {
    font-family: 'Montserrat', sans-serif !important;
    overflow-x: hidden;
}

body ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a:hover,
a {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    text-decoration: none !important;
    outline: none !important;
}

a.menu_open, .CRnav_wrap > .CRhotline {
    display: none;
}

.show_menu_mb {
    display: none;
}

.CRhidden_all {
    display: none !important;
}

.show_mn_ft {
    display: none;
}

#button_back_top.show {
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#button_back_top {
    z-index: 8;
    border-radius: 50%;
    background: #ED5B1B;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    visibility: hidden;
    pointer-events: none;
    color: #fff;
    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: fixed;
    bottom: 33px;
    left: 30px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.CRbtn_back_box a i {
    margin-right: 10px;
    font-size: 20px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRbtn_back_box a:hover i {
    color: #ffffff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRbtn_back_box a:hover {
    background: #3357AF;
    color: #ffffff;
}

.CRbtn_back_box a {
    background: rgb(225 225 225 / 0.5);
    border-radius: 27px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.015em;
    color: #4F4F4F;
}

.CRempt {
    padding: 30px 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;
    height: 50vh;
}

.CRempt p {
    font-weight: 700;
    font-size: 25px;
    line-height: normal;
    letter-spacing: -0.015em;
    color: #333333;
    margin: 0;
    text-transform: uppercase;
}

.error_mes_form .content_err {
    font-size: 10px;
    width: calc(100% - 30px);
    display: inline-block;
}

.CRfix_error_mes .error_mes_form {
    left: 5px;
    right: 5px;
    bottom: unset;
    top: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0;
}

span.dis_err {
    cursor: pointer;
}

.hrError .error_mes_form {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: all;
    cursor: pointer;
    left: 5px;
    right: 5px;
    top: 50%;
}

.error_mes_form {
    background-color: red;
    border-radius: 5px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
    height: 40px;
    text-align: left;
    margin: 0;
    padding-left: 10px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-transition-timing-function: cubic-bezier(0, 0, .2, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    position: absolute;
    pointer-events: none;
    z-index: 8;
    left: 0;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.def_input_pop label .require {
    color: red;
    margin-left: 5px;
}

.CRdef_select {
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-repeat: no-repeat, repeat;
    background-position: right 20px top 50%, 0 0;
    background-size: .65em auto, 100%;
    background-image: url(../images/arrow_down.png);

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #BDBDBD;
    border-radius: 60px;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    color: #333333;
    outline: none !important;
    cursor: pointer;
    width: 100%;
}

.CRempty {
    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;
    text-transform: uppercase;
    width: 100%;
}

.CRempty p {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    color: #ED5B1B;
    margin: 30px auto;
    text-transform: capitalize;
}

/* Item Default */
.CRitem_def .wrap {
    position: relative;
}

.CRitem_def .wrap:hover .CRshine_ani:before {
    -webkit-animation: shine .95s;
    animation: shine .95s;
}

.CRitem_def .wrap:hover .CRzoom_ani img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.CRitem_def .url_view {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

/* Animation */
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.CRzoom_ani,
.CRshine_ani {
    overflow: hidden;
    position: relative;
}

.CRshine_ani:hover:before {
    -webkit-animation: shine .95s;
    animation: shine .95s;
}

.CRshine_ani:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    pointer-events: none;
}

.CRzoom_ani img {
    -webkit-transition: -webkit-transform 2s, -webkit-filter 1.5s ease-in-out;
    transition: -webkit-transform 2s, -webkit-filter 1.5s ease-in-out;
    -o-transition: transform 2s, filter 1.5s ease-in-out;
    transition: transform 2s, filter 1.5s ease-in-out;
    transition: transform 2s, filter 1.5s ease-in-out, -webkit-transform 2s, -webkit-filter 1.5s ease-in-out;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.CRzoom_ani:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

/* Radio */
.CRdef_radio {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
    margin-bottom: 0 !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    color: #3C3C46;
    width: 100%;
    padding: 0 0 0 30px;
    word-break: break-word;
}

.CRdef_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.CRdef_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border: 1px solid #D8D8DD;
}

.CRdef_radio:hover input ~ .checkmark {
    background-color: #FFFFFF;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRdef_radio input:checked ~ .checkmark {
    border-color: #25252B;
    background-color: transparent;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRdef_radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.CRdef_radio input:checked ~ .checkmark:after {
    display: block;
}

.CRdef_radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #25252B;
}

/* Checkbox */
.CRdef_checkbox:hover {
    text-shadow: 0 0 1px #000000, 0px 0px 0px #aaaaaa;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRdef_checkbox {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
    margin-bottom: 0 !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #25252B;
    width: 100%;
    padding: 0 0 0 25px;
    word-break: break-word;
}

.CRdef_checkbox input {
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer !important;
    height: 0 !important;
    width: 0 !important;
}

.CRdef_checkbox .checkmark {
    height: 15px;
    width: 15px;
    background-color: #FFFFFF;
    border-radius: 0;
    display: block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border: 1px solid #D8D8DD;
    position: absolute;
    left: 0;
}

.CRdef_checkbox:hover input ~ .checkmark {
    background-color: #FFFFFF;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRdef_checkbox input:checked ~ .checkmark {
    background-color: #000000;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRdef_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.CRdef_checkbox input:checked ~ .checkmark:after {
    display: block;
}

.CRcheckbox_outStock .checkmark {
    background-color: #000000 !important;
    cursor: no-drop;
}

.CRcheckbox_outStock .checkmark:after {
    content: 'x';
    left: 5.5px !important;
    top: 0 !important;
    color: #ffffff;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
    display: block !important;
    font-size: 20px;
    font-weight: 600;
}

.CRdef_checkbox .checkmark:after {
    left: 4px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 1px 3px 0;
    -webkit-transform: rotate(
            45deg
    );
    -ms-transform: rotate(45deg);
    transform: rotate(
            45deg
    );
}

/* CTF7 */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-bottom: 1px solid red !important;
    text-align: center;
    color: red;
    font-weight: 700;
    font-size: 12px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-bottom: 1px solid #333333 !important;
    text-align: center;
    color: #333333;
    font-weight: 600;
    font-size: 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
.wpcf7-not-valid {
    border-color: red !important;
    color: red !important;
}

span.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
    display: none !important;
}

.wpcf7-spinner {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -40px;
}

.CRcft_wrap {
    position: relative;
}

.CRform_def input:not([type=submit]):hover,
.CRform_def textarea:hover {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 40px hsl(177deg 59% 64% / 20%);
    box-shadow: 0px 4px 40px hsl(177deg 59% 64% / 20%);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.CRform_def textarea {
    height: 70px !important;
    padding: 15px !important;
}

.CRform_def input::placeholder,
.CRform_def textarea::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    color: #ffffff;
    opacity: 0.7;
    text-transform: uppercase;
}

.CRform_def input:not([type=submit]), .CRform_def textarea {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-box-shadow: 0px 4px 40px transparent;
    box-shadow: 0px 4px 40px transparent;
    outline: none !important;
    padding: 0 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    color: #ffffff;
    width: 100%;
    height: 50px;
    border: 1px solid rgb(255 255 255 / 20%);
    box-sizing: border-box;
    border-radius: 100px;
    background: transparent;
}

.CRform_def input[type=submit]:hover {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color: #ffffff;
    background-color: #ED5B1B;
}

.CRform_def input[type=submit] {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 60px 0 45px;
    position: relative;
    margin: 0;
    border-radius: 28px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.CRform_def .top {
    margin-bottom: 10px;
}

.CRform_def .top .title {
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    color: #333333;
    margin-bottom: 20px;
    word-break: break-word;
    max-width: 100%;
}

.CRform_def .top p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 0;
}

.CRform_def ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.CRform_def label {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: #000000;
    margin: 20px 0 15px;
}

.CRform_def label span {
    color: #cd0707;
    margin: 0 0 0 5px;
    font-size: 12px;
}

.CRform_def .def-form-field {
    width: 100%;
}

.CRform_def .def-form-field.def-form-field-half {
    width: 48%;
}

.CRform_def .def-form-field:not(:last-child) {
    margin-bottom: 10px;
}

.CRform_def .gr-def-form-btn {
    position: relative;
    margin: 20px 0 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.CRform_def .gr-def-form-btn:hover:after {
    background-color: #ffffff;
    color: #333333;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.CRform_def .gr-def-form-btn:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px;
    background: #ED5B1B;
    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;
    color: #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    pointer-events: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMjQiIHk9IjEuMDQ5MDdlLTA2IiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIxMiIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgMjQgMS4wNDkwN2UtMDYpIiBmaWxsPSIjRUQ1QjFCIi8+CjxwYXRoIGQ9Ik02IDEyTDE4IDEyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMy4wOTA5IDdMMTggMTJMMTMuMDkwOSAxNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K) !important;
    background: transparent;
    background-size: cover;
    background-position: center;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 0;
}

.wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
    margin: 20px 0 0;
}

.wpcf7-checkbox input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
}

.wpcf7-checkbox input[type=checkbox] + span {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    padding-left: 40px;
    position: relative;
}

.wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 30px;
    width: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    border: 1px solid #ffffff;
    margin: 0;
}

.wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "\2713";
    height: 30px;
    width: 30px;
    min-width: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    visibility: hidden;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
}

.wpcf7-list-item-label {
    margin-left: 40px;
    display: inline-block;
}

/* Scrollbar */
body.CRstyle_scroll::-webkit-scrollbar {
    width: 0.417rem;
    background-color: #cedbff;
}

body.CRstyle_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.CRstyle_scroll::-webkit-scrollbar {
    width: 0.417rem;
    background-color: #cedbff;
}

.CRstyle_scroll::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

/* Slick Slide */
.slick-slide {
    outline: none !important;
}

.custom_arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    -webkit-box-shadow: -2px 6px 20px rgb(0 0 0 / 15%);
    box-shadow: -2px 6px 20px rgb(0 0 0 / 15%);
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 3;
}

.custom_arrow:hover i {
    color: #ED5B1B;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.custom_arrow i {
    font-size: 17px;
    color: #ED5B1B;
    opacity: 1;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.custom_arrow.right {
    right: -75px;
}

.custom_arrow.left {
    left: -75px;
}

.CRcustom_dots .slick-dots li button:before {
    color: #ffffff !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 10px;
    line-height: 22px;
}

.CRcustom_dots .slick-dotted .slick-slider {
    margin-bottom: 0;
}

.CRcustom_dots .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.CRcustom_dots .slick-dots li button:hover,
.CRcustom_dots .slick-dots li button:focus {
    outline: none;
}

.CRcustom_dots .slick-dots li {
    height: auto;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.CRcustom_dots .slick-dots li button {
    position: relative;
    background-color: #ffffff;
    opacity: 0.5;
    width: 20px;
    height: 20px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    padding: 0;
    border: 1px solid transparent;
    margin: 0 auto;
    border-radius: 50%;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.CRcustom_dots .slick-dots li button:hover,
.CRcustom_dots .slick-dots li button:focus {
    opacity: 1;
}

.CRcustom_dots .slick-dots li.slick-active button {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-color: #ffffff;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.CRcustom_dots .slick-dots li.slick-active button:hover,
.CRcustom_dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}

.CRcustom_dots_line .slick-dots {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px auto 0;
    bottom: 0;
}

.CRcustom_dots_line .slick-dots li {
    height: auto;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: inline-block;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

.CRcustom_dots_line .slick-dots li.slick-active button {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #ED5B1B;
}

.CRcustom_dots_line .slick-dots li button {
    position: relative;
    background-color: #FFFFFF;
    opacity: 0.5;
    width: 80px;
    height: 2px;
    padding: 0;
    border: 1px solid transparent;
    margin: 0 auto;
    border-radius: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.CRcustom_dots_line .slick-dots li button:before {
    display: none;
}

/*404*/
#hr404 {
    min-height: calc(100vh - 284px);
    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;
}

#hr404 .box {
    text-align: center;
}

#hr404 h1 {
    margin: 0 0 5px;
    font-size: 100px;
    line-height: normal;
    text-transform: capitalize;
    font-weight: bold;
}

#hr404 h2 {
    margin: 0 0 5px;
    font-size: 25px;
    line-height: normal;
    text-transform: capitalize;
    font-weight: bold;
}

#hr404 a {
    font-weight: bold;
    color: #CF2E2A !important;
}

/*Breadcrumbs*/
#CRbreadcrumbs {
    padding: 20px 0;
}

#CRbreadcrumbs cite {
    font-size: 14px;
    line-height: normal;
    color: #666666;
    font-style: inherit;
    font-weight: 400;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    text-transform: capitalize !important;
}

#CRbreadcrumbs a:hover cite {
    color: #666666;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#CRbreadcrumbs .title_single cite {
    color: #666666;
    font-weight: 700;
}

#CRbreadcrumbs .breadcrumb {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.divider.active_term,
.hidden_divider.divider {
    display: none !important;
}

.breadcrumbs ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs .divider {
    padding: 0 10px;
    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;
    color: #666666;
    font-size: 10px;
}

/* Custom Select */
.CRcustom_sl select {
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 100px;
    opacity: 0;
}

.CRcustom_sl .select:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(33, 86, 149, 0.2);
    box-shadow: 0px 0px 10px rgba(33, 86, 149, 0.2);
    border-color: #5793DA;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.CRcustom_sl .select {
    position: relative;
    height: 35px;
    background: #FFFFFF;
    box-sizing: border-box;
    cursor: pointer;
    width: 240px;
    border: 1px solid #D8D8DD;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.CRcustom_sl .select:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: unset;
    right: 10px;
    font-size: 20px;
    color: #215695;
}

.CRcustom_sl .select-styled {
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3C3C46;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 12px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: #FFFFFF;
}

.CRcustom_sl .select-options::-webkit-scrollbar {
    width: 2px;
    border-radius: 3px;
    background-color: #F0F0F2;
}

.CRcustom_sl .select-options::-webkit-scrollbar-track {
    border: 0.5px solid #F0F0F2;
}

.CRcustom_sl .select-options::-webkit-scrollbar-thumb {
    background-color: #ec4a36;
    outline: 1px solid #ec4a36;
}

.CRcustom_sl .select-options {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 7;
    margin: 0;
    list-style: none;
    top: 35px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgb(33 86 149 / 20%);
    box-shadow: 0px 0px 10px rgb(33 86 149 / 20%);
    border-radius: 0;
    padding: 4px;
    max-height: 220px;
    overflow-y: auto;
}

.CRcustom_sl .select-options li {
    position: relative;
    margin: 0;
    padding: 10px 15px !important;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    width: 100%;
    text-align: left;
    cursor: pointer;
    color: #25252B;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    background: #ffffff;
}

.CRcustom_sl .select-options li:last-child {
    border: transparent;
}

.CRcustom_sl .select-options li:hover {
    background: #002b60;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    color: #ffffff;
}

/* Rating Star */
.CRdef_rating .rating-group {
    display: inline-flex;
}

.CRdef_rating .rating__icon {
    pointer-events: none;
}

.CRdef_rating .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

.CRdef_rating .rating__input--none {
    display: none;
}

.CRdef_rating .rating__label {
    cursor: pointer;
    padding: 0 4px;
    font-size: 15px;
    margin: 0;
}

.CRdef_rating .rating__icon--star {
    color: #FFC107;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRdef_rating .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #E0E0E0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRdef_rating .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRdef_rating .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #E0E0E0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

/* Default load - Error */
.spinner-submit {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    border: 2px solid #eeeeee;
    border-top-color: #1d1d1d;
    -webkit-animation: loadingSubmit 1s infinite;
    animation: loadingSubmit 1s infinite;
}

@-webkit-keyframes loadingSubmit {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.notifyjs-container {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    z-index: 999999999;
}

.notifyjs-corner {
    margin-right: 100px !important;
    margin-bottom: 50px !important;
    z-index: 999999999 !important;
}

.notifyjs-corner font a {
    color: #f06724;
    margin-left: 5px;
}

.notifyjs-corner font {
    font-weight: 700;
}

.CRNoticeFail span {
    font-weight: 700;
    color: #e41717 !important;
    box-sizing: border-box;
    line-height: normal !important;
    text-align: left;
    margin: 0 0 10px !important;
    padding: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    opacity: 0;
    position: absolute;
    pointer-events: none;
    font-size: 15px !important;
}

.error_mes {
    font-weight: 700;
    color: #e41717 !important;
    box-sizing: border-box;
    line-height: normal !important;
    text-align: left;
    margin: 0 0 10px !important;
    padding: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    opacity: 0;
    position: absolute;
    pointer-events: none;
    font-size: 15px !important;
}

.hrError .error_mes,
.error_mes.show {
    opacity: 1;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.content_err {
    width: calc(100% - 30px);
    display: inline-block;
}

span.dis_err {
    cursor: pointer;
}

.hrError textarea,
.hrError select,
.hrError input {
    border: 1px solid #e41717 !important;
}

/* Defaut Input */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.CRdefaultInput input:hover {
    border: 1px solid #5793DA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 10px rgba(33, 86, 149, 0.2);
    box-shadow: 0px 0px 10px rgba(33, 86, 149, 0.2);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.CRdefaultInput input::-webkit-input-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #D8D8DD;
}

.CRdefaultInput input::-moz-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #D8D8DD;
}

.CRdefaultInput input:-ms-input-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #D8D8DD;
}

.CRdefaultInput input::-ms-input-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #D8D8DD;
}

.CRdefaultInput input::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #D8D8DD;
}

.CRdefaultInput input {
    background: #FFFFFF;
    height: 35px;
    border: 1px solid #D8D8DD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    -webkit-box-shadow: 0px 0px 10px transparent;
    box-shadow: 0px 0px 10px transparent;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #3C3C46;
    outline: none !important;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 100%;
}

/* Paging */
.paging {
    width: 100%;
    margin: 0 auto;
}

.paging ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.paging ul li a.active,
.paging ul li a:hover {
    color: #ED5B1B;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-color: #ED5B1B;
}

.paging ul li {
    margin: 0 8px;
}

.paging ul .CRpaging_next, .paging ul .CRpaging_prev {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 20px;
    border-radius: 100px;
    font-size: 14px;
    text-transform: capitalize;
}

.paging ul .CRpaging_next i {
    margin-left: 10px;
}

.paging ul .CRpaging_prev i {
    margin-right: 10px;
}

.paging ul .CRpaging_next i,
.paging ul .CRpaging_prev i {
    font-size: 12px;
}

.paging ul li a {
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 40px;
    height: 40px;
    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;
    margin: 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 17px;
    line-height: normal;
    text-align: center;
    color: #666666;
    background-color: #ffffff;
    position: relative;
    border: 0.5px solid rgb(102 102 102 / 50%);
    box-sizing: border-box;
    border-radius: 50%;
}

.hrSuccess .CRdef_input {
    border: 1px solid #3357AF !important;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

/* Popup Video */
#CRpopupVideo.active {
    opacity: 1;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    pointer-events: auto;
}

#CRpopupVideo {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999999;
    opacity: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
}

#CRpopupVideo.active .CRbgVid {
    opacity: 1;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#CRpopupVideo .CRbgVid {
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgb(0 0 0 / 80%);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#CRpopupVideo.active #CRpopupVideo_wrap {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#CRpopupVideo #CRpopupVideo_wrap {
    display: block !important;
    width: 50vw;
    height: auto;
    margin: auto;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.41%, #F25C64), color-stop(45.33%, #ED5B1B));
    background: -o-linear-gradient(top, #F25C64 0.41%, #ED5B1B 45.33%);
    background: linear-gradient(180deg, #F25C64 0.41%, #ED5B1B 45.33%);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    padding: 5px;
}

#CRloadVideo {
    opacity: 1 !important;
}

#CRloadVideo,
.CRdetailVideo {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.CRdetailVideo #player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 20px;
}

.CRdetailVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.CRclosePopStyle:hover {
    color: #e3322b;
}

.CRclosePopStyle {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    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;
    color: #ffffff;
    font-size: 25px;
    z-index: 4;
}

/* SVG */
#CRsvg_wrap {
    position: absolute;
    bottom: 0;
    pointer-events: none;
}

/* Banner Default */
#CRbanner_default {
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 4;
}

#CRbanner_default img {
    width: 100%;
    height: auto;
}

/*** Header ***/
@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-95px);
        transform: translateY(-95px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

#header {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: white;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
}

#header.CRis_admin {
    top: 32px;
}

#header.fixed .main_header {
    padding: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header .main_header {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #ffffff;
}

#header.fixedV2 #CRgroup_head {
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: -1px 4px 29px rgb(0 0 0 / 21%);
}

#header #CRgroup_head {
    padding: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: -1px 4px 29px transparent;
    background-color: #ffffff;
    padding-left: calc((100% - 1290px) / 2) !important;
}

#header #CRgroup_head .CRtop_head {
    padding: 0;
}

#header .CRlogo_wrap {
    height: 100%;
}

#header #CRlogo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header #CRlogo img {
    width: auto;
    height: 64px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 150px;
}

#header.fixedV2 #CRlogo img {
    height: 30px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header.fixed .nav_header {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 0;
}

#header .nav_header {
    background: #000000;
    padding: 0;
    height: 44px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#header #CRnav.CRnav_pc nav > div > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

#header .CRnav_wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header.fixedV2 #CRnav.CRnav_pc nav > div > ul > li {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#CRnav.CRnav_pc nav > div > ul > li {
    margin: 0;
    padding: 30px 20px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#CRnav.CRnav_pc .current_page_ancestor > a,
#CRnav.CRnav_pc nav > div > ul > li:hover > a,
#CRnav.CRnav_pc nav > div > ul > li.active > a {
    color: #E3212A;
}

#header nav li a {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
}

#header .CRico_head_wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#header .CRico_head_wrap > ul {
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ED5B1B;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header .CRico_head_wrap > ul > li:first-child {
    border: none;
}

#header .CRico_head_wrap > ul > li {
    padding: 0 30px;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#header .CRico_head_wrap a {
    color: #ffffff;
}

#header .CRico_head_wrap .CRhotline a {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
}

#header .CRico_head_wrap .CRhotline a i {
    margin-right: 5px;
}

#header #CRnav.CRnav_pc .main_menu .sub-menu li > .sub-menu,
#header #CRnav.CRnav_pc .main_menu > li > .sub-menu {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    background: #ffffff;
    padding: 5px 0;
    pointer-events: none;
    width: 200px;
    z-index: -1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#header #CRnav.CRnav_pc .main_menu .sub-menu li > .sub-menu {
    top: -5px;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    /*-webkit-box-shadow:0px 4px 4px 0px rgba(0, 0, 0, 0.3);*/
    /*box-shadow:0px 4px 4px 0px rgba(0, 0, 0, 0.3);*/
    -webkit-box-shadow: 0px 0px 15px rgb(16 16 16 / 20%);
    box-shadow: 0px 0px 15px rgb(16 16 16 / 20%);
}

#header #CRnav.CRnav_pc .main_menu > li > .sub-menu {
    top: 0;
    left: -999em;
    -webkit-transition: top .5s ease, opacity .6s ease, left 0s .6s;
    -o-transition: top .5s ease, opacity .6s ease, left 0s .6s;
    transition: top .5s ease, opacity .6s ease, left 0s .6s;
    -webkit-box-shadow: 0px 0px 15px rgb(16 16 16 / 40%);
    box-shadow: 0px 0px 15px rgb(16 16 16 / 40%);
}

#header #CRnav.CRnav_pc .main_menu .sub-menu li {
    padding: 1px 5px;
    width: 100%;
    position: relative;
}

#header #CRnav.CRnav_pc .main_menu li > .sub-menu > .current-menu-parent > a,
#header #CRnav.CRnav_pc .main_menu li > .sub-menu > li.current-menu-item > a,
#header #CRnav.CRnav_pc .main_menu li > .sub-menu > li:hover > a {
    background: #ED5B1B !important;
    color: #ffffff !important;
}

#header #CRnav.CRnav_pc .main_menu .sub-menu li a {
    width: 100%;
    display: block;
    padding: 10px;
    background: #ffffff;
    border-radius: 3px;
    color: #333333;
    font-size: 13px;
}

#header #CRnav.CRnav_pc .main_menu .sub-menu > li:hover .sub-menu,
#header #CRnav.CRnav_pc .main_menu > li:hover > .sub-menu {
    opacity: 1;
    pointer-events: auto;
}

#header #CRnav.CRnav_pc .main_menu .sub-menu > li:hover .sub-menu {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    left: 100%;
}

#header #CRnav.CRnav_pc .main_menu > li:hover > .sub-menu {
    -webkit-transition: top .5s ease, opacity .6s ease;
    -o-transition: top .5s ease, opacity .6s ease;
    transition: top .5s ease, opacity .6s ease;
    top: 100%;
    left: 0;
}

#header .main_menu > li {
    position: relative;
}

#CRnav_lang ul {
    margin: 0 -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#CRnav_lang li:last-child {
    border: none;
}

#CRnav_lang li {
    padding: 0 5px;
    border-right: 1px solid #ffffff;
    line-height: normal;
}

#CRnav_lang .active a {
    font-weight: 700;
}

#CRnav_lang a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
}

/*** Footer ***/
footer {
    padding: 0;
    background-color: #ED5B1B;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

footer:after {
    content: '';
    background: linear-gradient(270deg, #ED5B1B 0%, rgba(16, 87, 96, 0.526042) 51.04%, rgba(16, 87, 96, 0) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 1;
}

footer .footer_center,
footer .footer_top,
footer .footer_bottom {
    position: relative;
    z-index: 2;
}

.footer_top .info .title b {
    font-weight: 700;
}

.footer_top .info .title {
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.footer_top .info .des {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0;
}

.footer_top .awardsFooter {
    background: -o-linear-gradient(56.78deg, #ED5B1B 0%, #C42028 100%);
    background: linear-gradient(33.22deg, #ED5B1B 0%, #C42028 100%);
    padding: 50px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_top .awardsFooter .info {
    width: 45%;
}

.footer_top .awardsFooter .CRbtn_style {
    margin: 60px 0 0;
}

.footer_top .awardsFooter .awards_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
}

.footer_top .awards_list .item {
    width: 50%;
}

.footer_top .awardsFooter .slick-list {
    padding: 10px 15% 65px !important;
}

.footer_top .awardsFooter .slick-track {
    max-width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 100px;
    perspective: 100px;
}

.footer_top .awards_list .slick-current.slick-active.item .title {
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.footer_top .awards_list .item .title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: -55px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    max-height: 44px;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 100%;
}

.footer_top .awards_list .item .wrap img {
    width: 80%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
}

.footer_top .awards_list .slick-current.slick-active.item .wrap img {
    width: auto;
    height: 100%;
    max-width: 100%;
}

.footer_top .awards_list .slick-current.slick-active.item .wrap {
    width: 95%;
    margin: 0 auto;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-box-shadow: 0 0 62px rgb(51 51 51 / 8%);
    box-shadow: 0 0 62px rgb(51 51 51 / 8%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer_top .awards_list .item .wrap {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    width: 100%;
    height: 260px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    text-align: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.footer_top .awards_list .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    -o-transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.footer_top .awards_list .slick-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_top .awards_list .slick-slide.slick-snext2,
.footer_top .awards_list .slick-slide.slick-sprev2,
.footer_top .awards_list .slick-sprev {
    display: none !important;
}

.footer_top .awards_list .slick-snext {
    opacity: 1;
    -webkit-transform: translate3d(50%, 0, -20px);
    transform: translate3d(50%, 0, -20px);
    z-index: 1;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.footer_top .awards_list .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2;
}


.footer_top .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: calc((100% - 1290px) / 2) !important;
}

.footer_top .formFooter {
    width: 70%;
}

.footer_top .form_ft {
    margin: 25px 0 0;
    position: relative;
}

.footer_top .wpcf7 form.sent .wpcf7-response-output {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.footer_top .wpcf7 form.sent .wpcf7-response-output,
.footer_top .wpcf7 form.invalid .wpcf7-response-output,
.footer_top .wpcf7 form.unaccepted .wpcf7-response-output {
    bottom: -30px;
    left: 0;
    right: 0;
    font-size: 10px;
    margin: 0;
}

.footer-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 20px;
}

.footer_center {
    padding: 60px 0 50px;
    border-top: 1px solid rgb(255 255 255 / 15%);
}

.footer_center .CRlogo_ft img {
    width: auto;
    height: 100px;
    object-fit: contain;
}

.footer_center .contactFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.footer_center .contactFooter .item {
    width: 50%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
}

.footer_center .contactFooter .item .name,
.footer_center .headquartersFooter .title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.footer_center .contactFooter .item a,
.footer_center .headquartersFooter a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
    display: block;
}

.footer_center .contactFooter .item a b,
.footer_center .headquartersFooter a b {
    font-weight: 600;
    margin-right: 5px;
}

.footer_bottom {
    background: #ED5B1B;
}

.footer_bottom .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 20px 0;
}

.footer_bottom .content > * {
    width: 50%;
}

.footer_bottom .copyright p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    color: rgb(247 247 247 / 80%);
    margin: 0;
}

.footer_bottom .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer_bottom .socials_ft {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 30px;
}

.footer_bottom .socials_ft ul {
    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;
    margin: 0 -12px;
    z-index: 2;
    position: relative;
}

.footer_bottom .socials_ft ul li {
    padding: 0 12px;
}

.footer_bottom .socials_ft ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.footer_bottom .socials_ft ul li a:hover {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color: #ED5B1B;
}

.footer_bottom .policy_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
}

.footer_bottom .policy_list li {
    padding: 0 10px;
}

.footer_bottom .policy_list a {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.7;
}

.footer_bottom .policy_list a:hover {
    opacity: 1;
}

/*** Home Page ***/
#banner_home .item {
    position: relative;
}

#banner_home .item:after {
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35.65%, #000000), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, #000000 35.65%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(360deg, #000000 35.65%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    opacity: 0.8;
    pointer-events: none;
}

#banner_home .item img {
    width: 100%;
    /*height: 900px;*/
    object-fit: cover;
    object-position: center;
}

#banner_home .item .container {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 2;
}

#banner_home .item .content {
    border-left: 5px solid #ED5B1B;
    padding-left: 35px;
    width: 70%;
}

#banner_home .item .title {
    font-style: normal;
    font-weight: 800;
    font-size: 55px;
    line-height: 65px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

#banner_home .item .des {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin: 20px 0 0;
}

#banner_home .slick-dots {
    bottom: 60px;
    right: calc((100% - 1290px) / 2) !important;
    left: unset;
    width: max-content;
    margin: 0;
    position: absolute;
}

#banner_home .list_banner {
    margin: 0 !important;
}

#intro_home {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0;
    overflow: hidden;
}

#intro_home:after {
    content: '';
    background: linear-gradient(360deg, #D3DCE0 0%, rgba(211, 220, 224, 0) 100%);
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#intro_home .container {
    position: relative;
    z-index: 2;
}

#intro_home .intro_home_left .content {
    position: relative;
}

#intro_home .intro_home_left .overlay_title {
    position: absolute;
    top: 0;
    left: -18%;
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-style: normal;
    font-weight: 800;
    font-size: 115px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #f6f7f7;
    text-shadow: -1px -1px 0 rgb(34 55 113 / 15%), 1px -1px 0 rgb(34 55 113 / 15%), -1px 1px 0 rgb(34 55 113 / 15%), 1px 1px 0 rgb(34 55 113 / 15%);
    z-index: -1;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.5;
}

#intro_home .intro_home_left .gal_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
}

#intro_home .intro_home_left .gal_wrap .item {
    width: 50%;
    padding: 0 8px;
}

#intro_home .intro_home_left .gal_wrap .item:first-child {
    padding-top: 100px;
}

#intro_home .intro_home_left .gal_wrap .item .wrap {
    position: relative;
    padding-bottom: 180%;
}

#intro_home .intro_home_left .gal_wrap .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

#intro_home .intro_home_right .content {
    padding: 100px 0 0 80px;
}

#intro_home .intro_home_right .CRtitle_group * {
    text-align: left;
}

#intro_home .intro_home_right .CRtitle_group .title {
    font-weight: 700;
}

#intro_home .intro_home_right .des {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin: 20px 0 0;
}

#intro_home .intro_home_right .cont {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #333333;
    margin: 15px 0 0;
}

#intro_home .intro_home_right .CRbtn_style {
    margin-top: 60px;
}

#partner_home {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0 0;
    overflow: hidden;
}

#partner_home:after {
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(#D3DCE0), to(rgba(211, 220, 224, 0)));
    background: -o-linear-gradient(bottom, #D3DCE0 0%, rgba(211, 220, 224, 0) 100%);
    background: linear-gradient(360deg, #D3DCE0 0%, rgba(211, 220, 224, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#partner_home .container {
    position: relative;
    z-index: 2;
}

#partner_home .content {
    position: relative;
}

#partner_home .intro_partner {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

#partner_home .intro_partner .CRtitle_group {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

#partner_home .intro_partner .CRtitle_group .overlay_title {
    opacity: 0.5;
    left: 70%;
    color: #f3f4f5;
}

#partner_home .intro_partner .CRtitle_group * {
    text-align: left;
}

#partner_home .intro_partner .des {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #333333;
    margin: 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 100px;
}

#partner_home .list_partner .empt {
    opacity: 0;
}

#partner_home .list_partner > * {
    width: 20%;
}

#partner_home .list_partner {
    flex-wrap: wrap;
    display: flex;
}

.CRitem_partner {
    width: 20%;
}

.CRitem_partner .wrap {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.CRitem_partner .url_view {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.CRitem_partner:not(.view) .wrap {
    background: #ffffff;
}

.CRitem_partner:not(.view) .wrap .img {
    width: auto;
    height: auto;
    max-height: 80%;
    max-width: 80%;
    object-fit: contain;
}

.CRitem_partner.view .wrap {
    background: #ED5B1B;
}

.CRitem_partner.view .title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    margin: 0 auto;
    text-transform: uppercase;
    width: 70%;
}

.CRitem_partner.view i {
    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;
    color: #ffffff;
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
}

#scale_home {
    padding: 130px 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#D3DCE0), to(rgba(211, 220, 224, 0)));
    background: -o-linear-gradient(bottom, #D3DCE0 0%, rgba(211, 220, 224, 0) 100%);
    background: linear-gradient(360deg, #D3DCE0 0%, rgba(211, 220, 224, 0) 100%);
}

#scale_home .scale_top .des {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #333333;
    margin: 20px auto 0;
}

#scale_home .map_scale {
    margin: 60px 0 0;
}

#scale_home .map_scale .box_map {
    position: relative;
}

#scale_home .map_scale .box_map img {
    width: 100%;
    height: auto;
}

#scale_home .map_scale .box_map .box_dots {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

#scale_home .map_scale .box_map .box_dots a {
    position: absolute;
    background: #ED5B1B;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    /*animation: zoominoutsinglefeatured 1s infinite ease-in-out;*/
}

@keyframes zoominoutsinglefeaturedsp {
    0% {
        transform: scale(1, 1) translate(-50%, -50%);
    }
    50% {
        transform: scale(1.3, 1.3) translate(-50%, -50%);
    }
    100% {
        transform: scale(1, 1) translate(-50%, -50%);
    }
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.3, 1.3);
    }
    100% {
        transform: scale(1, 1);
    }
}

#scale_home .map_scale .box_map .box_dots a:hover p {
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
}

#scale_home .map_scale .box_map .box_dots a p {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 25px rgb(0 0 0 / 5%);
    box-shadow: 0px 4px 25px rgb(0 0 0 / 5%);
    border-radius: 100px;
    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;
    padding: 0 30px;
    height: 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    color: #ED5B1B;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
    position: absolute;
    top: 50%;
    left: calc(100% + 20px);
}

@keyframes Ani {
    0% {
        box-shadow: 0 0 0 rgba(156, 124, 58, 0);
        border: 1px solid rgba(156, 124, 58, 0);
        transform: scale(0);
    }
    70% {
        box-shadow: 0 0 50px rgba(212, 35, 44, 0.2);
        border: 1px solid rgba(212, 35, 44, 0.2);
        transform: scale(1);
    }
    100% {
        box-shadow: 0 0 60px rgba(156, 124, 58, 0);
        border: 0 solid rgba(156, 124, 58, 0);
        transform: scale(2);
    }
}

.CRcircle {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    background-color: rgba(212, 35, 44, 0.2);
    border: 1px solid rgba(212, 35, 44, 0.2);
    box-shadow: 0 0 15px rgba(212, 35, 44, 0.2);
    transform: translateZ(0);
    position: absolute;
    left: -10px;
    top: -10px;
    opacity: 1;
    animation: Ani 2s infinite;
}

#scale_home .info_scale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 100px -15px 0;
}

#scale_home .CRitem_scale:nth-child(3) {
    width: 33.33%;
}

.CRitem_scale {
    width: 22.22%;
    padding: 0 15px;
}

.CRitem_scale .title {
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 48px;
    text-transform: initial;
    color: #ED5B1B;
    margin: 0;
}

.CRitem_scale .cont {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin: 20px 0 0;
    border-left: 1px solid #ED5B1B;
    padding-left: 20px;
}

#product_home .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#product_home .intro_product {
    background: -o-linear-gradient(56.78deg, #ED5B1B 0%, #C42028 100%);
    background: linear-gradient(33.22deg, #ED5B1B 0%, #C42028 100%);
    position: relative;
    padding: 170px 50px 130px 180px;
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 710px;
}

#product_home .intro_product .overlay_title {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-style: normal;
    font-weight: 800;
    font-size: 120px;
    line-height: 95px;
    text-align: center;
    text-transform: uppercase;
    color: #ED5B1B;
    text-shadow: -1px -1px 0 #ffffff,
    1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    1px 1px 0 #ffffff;
    opacity: 0.5;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
}

#product_home .intro_product .title {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

#product_home .intro_product .des {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
    margin: 20px 0 0;
    width: 85%;
}

#product_home .intro_product .CRbtn_style {
    margin: 60px 0 0;
}

#product_home .list_product {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#product_home .list_product > * {
    width: 33.33%;
}

#product_home .list_product .box_item > * {
    width: 100%;
    height: 50%;
}

#product_home .list_product .box_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#product_home .list_product .box_item .CRitem_product_term:first-child {
    background: #EBF1F2;
}

#product_home .list_product .box_item .CRitem_product_term:last-child {
    background: #E2EAEB;
}

.CRitem_product_term:first-child {
    background: #D8E3E5;
}

.CRitem_product_term:last-child {
    background: #CFDDDF;
}

.CRitem_product_term {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.CRitem_product_term .wrap {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.CRitem_product_term .wrap .url_view {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.CRitem_product_term:hover {
    background: #ED5B1B !important;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.CRitem_product_term:hover .title_group * {
    color: #ffffff !important;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.CRitem_product_term .title_group {
    position: absolute;
    left: 40px;
    bottom: 40px;
}

.CRitem_product_term .title_group .title {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 22px;
    color: #ED5B1B;
    margin: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.CRitem_product_term .title_group p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #ED5B1B;
    opacity: 0.7;
    margin: 0 0 8px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.CRitem_product_term .thumb img {
    height: 100%;
    width: auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

#product_home .list_product .box_item .CRitem_product_term .thumb {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.CRitem_product_term .thumb {
    width: 80%;
    height: 45%;
    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;
}

#profile_home {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 120px 0 400px;
}

#profile_home .container {
    position: relative;
    z-index: 2;
}

#profile_home:after {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.969147) 32.42%, rgba(255, 255, 255, 0.898895) 54.55%, rgba(255, 255, 255, 0.507366) 77.91%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 20%;
    z-index: 1;
    pointer-events: none;
}

#profile_home .des {
    margin: 20px 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #333333;
}

#profile_home .CRcapacity_profile_btn a {
    margin: 20px auto 0;
}

/** Partners Page **/
#CRpartners_page .CRpartners_content {
    padding: 80px 0;
}

#CRpartners_page #CRpartners_list_load {
    margin: 40px -10px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#CRpartners_page .CRitem_partner {
    padding: 10px;
}

#CRpartners_page .CRitem_partner .wrap {
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}

/*** About Page ***/
#CRintro_page #top_intro {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0 0 40px;
}

#CRintro_page #top_intro:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(180deg, #FFFFFF 25.09%, rgba(255, 255, 255, 0) 95.71%);
}

#CRintro_page #top_intro:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    background: linear-gradient(360deg, #FFFFFF 25.09%, rgba(255, 255, 255, 0) 95.71%);
}

#CRintro_page #top_intro .container {
    position: relative;
    z-index: 2;
}

#CRintro_page #top_intro #CRbreadcrumbs .container {
    padding: 0;
}

#CRintro_page #top_intro #CRbreadcrumbs {
    padding-bottom: 60px;
}

#CRintro_page #top_intro .top_intro_left {
    padding-right: 80px;
}

#CRintro_page #top_intro .top_intro_right {
    padding-left: 80px;
}

#CRintro_page #top_intro .CRtitle_group * {
    text-align: left !important;
}

#CRintro_page #top_intro .des {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin: 25px 0 0;
}

#CRintro_page #top_intro .cont {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    margin: 30px 0 0;
}

#CRintro_page #top_intro .cont b {
    color: #ED5B1B;
}

#CRintro_page #top_intro .num_top_intro {
    min-height: 800px;
    position: relative;
    border-top: none;
    border-right: 2px solid #ED5B1B;
    border-bottom: 2px solid #ED5B1B;
    border-bottom-right-radius: 60px;
    border-width: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#CRintro_page #top_intro .num_top_intro .line_one {
    position: relative;
    top: -2px;
}

#CRintro_page #top_intro .num_top_intro .line_two {
    position: relative;
    bottom: -2px;
}

#CRintro_page #top_intro .num_top_intro .line_one,
#CRintro_page #top_intro .num_top_intro .line_two {
    width: 4.5px;
    background: #ED5B1B;
    height: 200px;
}

#CRintro_page #top_intro .num_top_intro .box_num {
    position: relative;
    margin-left: -50px;
    width: 85%;
}

#CRintro_page #top_intro .num_top_intro .number {
    font-style: normal;
    font-weight: 700;
    font-size: 300px;
    line-height: 230px;
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #ED5B1B;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgb(228 35 44 / 70%);
    -webkit-font-smoothing: antialiased;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 100%;
}

#CRintro_page #top_intro .num_top_intro .des {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #333333;
    margin: 0;
}

#CRintro_page #vision_intro {
    overflow-x: hidden;
    padding: 40px 0 90px;
}

#CRintro_page #vision_intro .list_vision {
    margin: 0 -20px;
    position: relative;
}

#CRintro_page #vision_intro .list_vision:after {
    content: '';
    position: absolute;
    height: 2px;
    background-color: #ED5B1B;
    top: 65px;
    right: -100%;
    width: 100%;
}

.CRitem_vision {
    width: 33.33%;
    padding: 0 20px;
    position: relative;
}

.CRitem_vision .line {
    content: '';
    height: 2px;
    background-color: #ED5B1B;
    position: absolute;
    left: 170px;
    z-index: 9;
    top: 65px;
    right: 0;
}

.CRitem_vision .line:before,
.CRitem_vision .line:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border: 1px solid #ED5B1B;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.CRitem_vision .line:before {
    left: 0;
}

.CRitem_vision .line:after {
    right: 0;
}

.CRitem_vision:last-child .line:after,
.CRitem_vision.slick-active + .CRitem_vision.slick-active + .CRitem_vision.slick-active .line:after {
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.CRitem_vision .wrap {
    width: 90%;
    position: relative;
}

.CRitem_vision .icon:before {
    background: #ffffff;
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50%;
    z-index: 1;
}

.CRitem_vision .icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    margin: 0 0 30px;
    border-radius: 50%;
    background: rgb(16, 87, 96);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 87, 96, 1)), color-stop(48%, rgba(104, 149, 155, 1)), to(rgba(255, 255, 255, 1)));
    background: -o-linear-gradient(top, rgba(16, 87, 96, 1) 0%, rgba(104, 149, 155, 1) 48%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(16, 87, 96, 1) 0%, rgba(104, 149, 155, 1) 48%, rgba(255, 255, 255, 1) 100%);
}

.CRitem_vision .icon img {
    width: 40%;
    height: 40%;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.CRitem_vision .title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    margin: 0;
}

.CRitem_vision .cont {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin: 25px 0 0;
}

#CRintro_page .histoty_intro .histoty_top {
    position: relative;
    padding: 70px 0 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#CRintro_page .histoty_intro .histoty_top:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: -o-linear-gradient(88deg, #FFFFFF 0%, rgba(255, 255, 255, 0.969147) 32.42%, rgba(255, 255, 255, 0.898895) 54.55%, rgba(255, 255, 255, 0.507366) 77.91%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(2deg, #FFFFFF 0%, rgba(255, 255, 255, 0.969147) 32.42%, rgba(255, 255, 255, 0.898895) 54.55%, rgba(255, 255, 255, 0.507366) 77.91%, rgba(255, 255, 255, 0) 100%);
}

#CRintro_page .histoty_intro .histoty_top .container {
    position: relative;
    z-index: 2;
}

#CRintro_page .histoty_intro .intro_history {
    position: relative;
    padding: 120px 0 0;
}

#CRintro_page .histoty_intro .intro_history .line {
    width: 2px;
    height: 42px;
    background: #ED5B1B;
    border-radius: 10px;
    position: absolute;
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#CRintro_page .histoty_intro .intro_history .line span {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #ED5B1B;
}

#CRintro_page .histoty_intro .intro_history img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

#CRintro_page .histoty_intro .intro_history .content {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #333333;
    margin: 45px auto 0;
}

#CRintro_page .histoty_intro .history_bottom {
    position: relative;
    padding: 0 0 80px;
}

#CRintro_page .histoty_intro .history_bottom:after {
    content: '';
    background: linear-gradient(360deg, rgba(211, 220, 224, 0.5) 0%, rgba(211, 220, 224, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

#CRintro_page .histoty_intro .history_bottom .container {
    position: relative;
    z-index: 2;
}

#CRintro_page .histoty_intro .list_history:after {
    content: '';
    width: 2px;
    background-color: #E1E1E1;
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

#CRintro_page .histoty_intro .list_history {
    position: relative;
    padding: 0;
}

#CRintro_page .histoty_intro .custom_arrow.left {
    display: none !important;
}

#CRintro_page .histoty_intro .custom_arrow.right {
    background: #EEF1F3;
    border: 1px solid #ED5B1B;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -50px;
    top: unset;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.CRitem_history.slick-slide {
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.CRitem_history.slick-slide.slick-current.slick-active {
    padding-top: 0 !important;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.CRitem_history.slick-slide.slick-active {
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.CRitem_history:nth-child(even) .CRpost_content * {
    text-align: right;
    width: 100%;
}

.CRitem_history:nth-child(even) .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.CRitem_history .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -90px;
    position: relative;
}

.CRitem_history .wrap:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #ED5B1B;
    border: 1px solid #ED5B1B;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.CRitem_history .wrap > * {
    width: 50%;
    padding: 0 90px;
}

.CRitem_history .thumb img {
    width: 100%;
    height: auto;
}

.CRitem_history .year {
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 22px;
    color: #ED5B1B;
    margin: 0 0 30px;
}

.CRitem_history .title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
}

.CRitem_history .cont {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin: 0;
    width: 80% !important;
}

.CRitem_history:nth-child(even) .CRpost_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#CRintro_page .benefit_intro {
    padding: 100px 0 20px;
}

#CRintro_page .benefit_intro .des {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #333333;
    margin: 10px auto 0;
}

#CRintro_page .benefit_intro .list_benefit {
    margin: 60px -25px 50px;
}

#CRintro_page .benefit_intro .CRcapacity_profile_btn a {
    margin: 0 auto;
}

.CRitem_benefit {
    width: 25%;
    padding: 0 25px;
}

.CRitem_benefit:nth-child(even) .wrap {
    padding-top: 70px;
}

.CRitem_benefit .thumb {
    position: relative;
    /*padding-bottom: 125%;*/
    height: 356px;
}

.CRitem_benefit .thumb:after {
    content: '';
    background: linear-gradient(3deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.CRitem_benefit .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.CRitem_benefit .cont {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #333333;
    margin: 0;
    padding: 30px 0 0 75px;
}

.CRitem_benefit .cont:before {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #ED5B1B;
    left: 40px;
    height: calc(100% + 30px);
    top: -30px;
    z-index: 3;
}

.CRitem_benefit .num {
    position: absolute;
    bottom: 45px;
    left: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    text-transform: uppercase;
    color: #ED5B1B;
    z-index: 3;
}

#CRintro_page .award_intro {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 120px 0 400px;
}

#CRintro_page .award_intro:after {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.969147) 32.42%, rgba(255, 255, 255, 0.898895) 54.55%, rgba(255, 255, 255, 0.507366) 77.91%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 30%;
    z-index: 1;
    pointer-events: none;
}

#CRintro_page .award_intro .container {
    position: relative;
    z-index: 2;
}

#CRintro_page .award_intro .CRtitle_group .overlay_title {
    top: -55%;
}

#CRintro_page .award_intro .des {
    margin: 20px 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #333333;
}

#CRintro_page .award_intro .awrad_list {
    margin: 40px -45px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.CRitem_award_def {
    width: 33.33%;
    padding: 45px;
}

.CRitem_award_def a {
    pointer-events: none;
}

.CRitem_award_def .thumb {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 15px 40px rgb(0 0 0 / 10%);
    box-shadow: 0px 15px 40px rgb(0 0 0 / 10%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 20px;
}

.CRitem_award_def .thumb img {
    width: auto;
    max-width: 90%;
    height: 75px;
    -o-object-fit: contain;
    object-fit: contain;
}

.CRitem_award_def .title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #333333;
    margin: 25px auto 0;
}

/*** Products ***/
#CRproducts_page .CRproducts_content {
    padding: 80px 0;
}

#CRproducts_list_wrap > .des {
    text-align: center;
    margin: 20px 0 0;
}

#CRproducts_page .CRlist_filter ul {
    padding: 30px 0 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#CRproducts_page .CRlist_filter li {
    padding: 10px 20px;
}

#CRproducts_list_load {
    margin: 0 -10px;
}

.CRitem_product {
    width: 25%;
    padding: 10px;
}

.CRitem_product .wrap {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    border-radius: 22px;
}

.CRitem_product .thumb {
    padding-bottom: 100%;
    position: relative;
}

.CRitem_product .thumb img {
    width: 90%;
    height: 90%;
    -o-object-fit: contain;
    object-fit: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.CRitem_product .CRpost_cont {
    padding: 40px 20px;
    text-align: center;
}

.CRitem_product .wrap:hover .CRpost_cont .title {
    color: #ED5B1B;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.CRitem_product .CRpost_cont .title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    margin: 0 auto;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.CRitem_product .CRpost_cont .top_term a:hover {
    color: #ED5B1B;
}

.CRitem_product .CRpost_cont .top_term a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #666666;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

#CRproducts_list_load .paging {
    margin: 80px 0 0;
}

/*** Product detail ***/
#CRsingle_product_page #CRbreadcrumbs {
    padding-bottom: 40px;
}

#CRsingle_product_top .CRinfo_product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -40px 90px;
}

#CRsingle_product_top .CRinfo_product > * {
    width: 50%;
    padding: 0 40px;
    position: relative;
}

#CRsingle_product_top .CRinfo_single_product .terms a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
    color: #666666;
}

#CRsingle_product_top .CRinfo_single_product .terms {
    margin-bottom: 5px;
}

#CRsingle_product_top .CRinfo_single_product .title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 15px;
}

#CRsingle_product_top .CRinfo_single_product .des {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 0;
}

#CRsingle_product_top .CRinfo_single_product ul {
    margin: 20px 0 0;
}

#CRsingle_product_top .CRinfo_single_product li:last-child::before {
    top: unset !important;
    bottom: 0 !important;
}

#CRsingle_product_top .CRinfo_single_product .attr li:last-child::before,
#CRsingle_product_top .CRinfo_single_product .attr li::after {
    content: '';
    position: absolute;
    background-color: rgba(196, 196, 196, 0.2);
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
}

#CRsingle_product_top .CRinfo_single_product li {
    padding: 20px 0;
    margin: 0;
    position: relative;
}
#CRsingle_product_top .CRinfo_single_product li p {
    width: 100%;
}

#CRsingle_product_top .CRform_def .def-form-field {
    width: 80% !important;
}

#CRsingle_product_top .CRform_def ul {
    display: flex;
    align-items: center;
}


#CRsingle_product_top .CRinfo_single_product li p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #333333;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#CRsingle_product_top .CRinfo_single_product li p b {
    font-weight: 700;
    margin-right: 10px;
    min-width: 30%;
    max-width: 30%;
}

#CRsingle_product_top .form_contact_product_wrap {
    background: #F3F3F3;
    border-radius: 5px;
    padding: 25px 30px;
    margin: 40px 0 0;
    position: relative;
}

#CRsingle_product_top .wpcf7 form.sent .wpcf7-response-output,
#CRsingle_product_top .wpcf7 form.invalid .wpcf7-response-output,
#CRsingle_product_top .wpcf7 form.unaccepted .wpcf7-response-output {
    font-size: 11px;
}

#CRsingle_product_top .form_contact_product_wrap .title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    color: #ED5B1B;
    margin-bottom: 10px;
}

#CRsingle_product_top .CRform_def ul {
    position: relative;
}

#CRsingle_product_top .CRform_def .def-form-field {
    padding: 0;
}

#CRsingle_product_top .CRform_def .gr-def-form-btn:after,
#CRsingle_product_top .CRform_def label {
    display: none;
}

#CRsingle_product_top .CRform_def input::placeholder {
    color: #333333;
    text-transform: capitalize;
}

#CRsingle_product_top .CRform_def input {
    background: #FFFFFF;
    border-radius: 50px;
    padding-right: 100px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-transform: capitalize;
}

#CRsingle_product_top .CRform_def .gr-def-form-btn {
    margin: 0;
}

#CRsingle_product_top .CRform_def .def-form-field.def_input {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

#CRsingle_product_top .CRform_def input[type=submit] {
    background: #ED5B1B;
    border-radius: 0px 50px 50px 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0 30px;
    height: 50px;
    transition: .7s all;
    border-left:1px solid transparent;
}
#CRsingle_product_top .CRform_def input[type=submit]:hover {
    background: white;
    color: #ED5B1B;
    transition: .7s all;
    border-left:1px solid #ED5B1B;
}
#CRsingle_product_top .hotline {
    padding: 15px 0 0;
}
#CRsingle_product_top .CRform_def .def-form-field.def_input {
    position: relative !important;
    width: 100%;
    right: unset;
    width: 20% !important;
}
#CRsingle_product_top .hotline a {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    color: #ED5B1B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#CRsingle_product_top .hotline a b {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    text-align: left;
    letter-spacing: -0.145454px;
    color: #333333;
    margin-right: 10px;
    min-width: 25%;
    text-transform: capitalize;
}

#CRsingle_product_top .contact_btn {
    margin: 30px 0 0;
}
#CRsingle_product_top .CRform_def input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#CRsingle_product_top .contact_btn a:hover,
#CRsingle_product_top .contact_btn a:after {
    background-color: #ffffff;
    color: #ED5B1B;
}
#CRsingle_product_top .contact_btn a.link_cta {
    background: white;
    border: 1px solid #ED5B1B;
    color: #ED5B1B;
    transition: .7s all;
}
#CRsingle_product_top .contact_btn a.link_cta:hover{
    background: #ED5B1B;
    border:1px solid #ED5B1B;
    color:white;
    transition: .7s all;

}
#CRsingle_product_top .contact_btn a:hover:after,
#CRsingle_product_top .contact_btn a {
    background-color: #ED5B1B;
    color: #ffffff;
}

#CRsingle_product_top .contact_btn a {
    border-color: #ED5B1B;
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    letter-spacing: -0.145454px;
    color: #FFFFFF;
    padding: 0 55px;
    text-transform: uppercase;
}

.CRcustom_thumb_slider .slider_cont_pd .slider_nav_wrap {
    margin: 10px -6.5px 0;
}

.CRcustom_thumb_slider .item_thumb,
.CRcustom_thumb_slider .item_slider_for {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 430px;
}

.CRcustom_thumb_slider .item_thumb img,
.CRcustom_thumb_slider .item_slider_for img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.CRcustom_thumb_slider .slider_cont_pd .item_slider_nav {
    cursor: pointer;
    padding: 6.5px;
    width: 20%;
}

.CRcustom_thumb_slider .slider_cont_pd .gr_item_slider_nav {
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding-bottom: 100%;
    position: relative;
}

.CRcustom_thumb_slider .slider_cont_pd .gr_item_slider_nav .wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 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;
}

.CRcustom_thumb_slider .slider_cont_pd .gr_item_slider_nav img {
    width: auto;
    max-width: 95%;
    height: 95%;
    -o-object-fit: contain;
    object-fit: contain;
}

.CRcustom_thumb_slider .slider_cont_pd .gr_item_slider_nav .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.CRcustom_thumb_slider .slider_cont_pd .gr_item_slider_nav .icon i {
    color: #F61C0D;
    font-size: 3rem;
}

.CRcustom_thumb_slider .slider_cont_pd .gr_item_slider_nav .icon p {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #666666;
    margin: 10px auto 0;
    text-align: center;
    width: 100%;
}

#CRsingle_product_bottom #CRproduct_related {
    padding: 80px 0 100px;
    border-top: 1px solid rgba(196, 196, 196, 0.5);
}

#CRsingle_product_bottom .CRlist_related_product {
    margin: 40px 0 0;
}

#CRsingle_product_bottom .CRdef_other_list.active {
    margin: -20px;
}

#CRsingle_product_bottom .CRdef_other_list .slick-list {
    margin: 0;
    padding: 10px 10px;
}

#CRsingle_product_bottom .CRdef_other_list.slick-slider .CRitem_product.slick-active .wrap {
    -webkit-box-shadow: 0px 4px 30px rgb(0 0 0 / 5%);
    box-shadow: 0px 4px 30px rgb(0 0 0 / 5%);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#CRsingle_product_bottom .CRdef_other_list.slick-slider .CRitem_product .wrap {
    -webkit-box-shadow: 0px 4px 30px transparent;
    box-shadow: 0px 4px 30px transparent;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

/*** Blog ***/
#CRnews_page .CRnews_content {
    padding: 80px 0;
}

#CRnews_page .CRlist_filter ul {
    padding: 40px 0 60px;
}

.CRlist_filter ul {
    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;
}

.CRlist_filter li {
    padding: 0 20px;
}

.CRlist_filter .active a,
.CRlist_filter a:hover {
    color: #ED5B1B;
}

.CRlist_filter .active a:before,
.CRlist_filter a:hover:before {
    width: 33px;
    margin-right: 10px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.CRlist_filter a {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    color: #333333;
    display: flex;
    align-items: center;
}

.CRlist_filter a:before {
    content: '';
    width: 0;
    height: 2px;
    background-color: #ED5B1B;
    margin-right: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#CRnews_list_load {
    margin: 0 -10px;
}

.CRitem_post {
    width: 33.33%;
    padding: 10px;
}

.CRitem_post .wrap {
    background: #F5F5F5;
    height: 100%;
}

.CRitem_post .thumb {
    padding-bottom: 60%;
}

.CRitem_post .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.CRitem_post .CRpost_cont {
    padding: 25px 40px;
}

.CRitem_post .CRpost_cont .title_wrap {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 20px;
}

.CRitem_post .CRpost_cont .title_wrap:after {
    content: '';
    width: 25%;
    height: 2px;
    background-color: #ED5B1B;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.CRitem_post .CRpost_cont .title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin: 0;
    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: 48px;
    height: 48px
}

.CRitem_post .CRpost_cont .des {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    margin: 0;
    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: 66px;
    height: 66px;
}

.CRitem_post .CRpost_cont .date {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #333333;
    margin: 20px 0 0;
}

/*** Blog Detail ***/
#CRsingle_blog_page #CRbreadcrumbs .container {
    padding: 0;
}

#CRsingle_blog_page #CRbreadcrumbs {
    padding: 0 0 40px;
}

.CRdef_single_content {
    padding: 75px 0 95px;
    z-index: 5 !important;
}

.CRdef_single_content .CRdef_content {
    width: 80%;
    margin: -20% auto 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 30px rgb(0 0 0 / 5%);
    box-shadow: 0px 4px 30px rgb(0 0 0 / 5%);
    border-radius: 20px;
    padding: 25px 90px 70px;
}

.CRdef_single_content .CRpost_meta {
    margin-bottom: 40px;
}

.CRdef_single_content .CRpost_meta .title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    color: #333333;
    margin: 0 0 20px;
}

.CRdef_single_content .CRpost_meta .bottom_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #E1E1E1;
    padding: 0 0 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.CRdef_single_content .CRpost_meta .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRdef_single_content .CRpost_meta .info i {
    color: #ED5B1B;
    margin-right: 15px;
}

.CRdef_single_content .CRpost_meta .info .date {
    margin-right: 40px;
}

.CRdef_single_content .CRpost_meta .info p,
.CRdef_single_content .CRpost_meta .info a {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #666666;
    margin: 0;
    pointer-events: none;
}

.CRdef_single_content .CRpost_cont {

}

.CRdef_single_content .CRdef_content .CRpost_cont ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 30px;
}

.CRdef_single_content .CRdef_content .CRpost_cont li {
    margin-bottom: 0 !important;
}

.CRdef_single_content .CRdef_content .CRpost_cont li,
.CRdef_single_content .CRdef_content .CRpost_cont p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    color: #333333;
    margin-bottom: 30px;
}

.CRdef_single_content .CRdef_content .CRpost_cont h1,
.CRdef_single_content .CRdef_content .CRpost_cont h2,
.CRdef_single_content .CRdef_content .CRpost_cont h3,
.CRdef_single_content .CRdef_content .CRpost_cont h4,
.CRdef_single_content .CRdef_content .CRpost_cont h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    color: #333333;
    margin-bottom: 20px;
}

.CRdef_single_content .CRdef_content .CRpost_cont strong {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
}

.CRdef_single_content .CRdef_content .CRpost_cont img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.CRdef_single_content .other_new > .title b {
    font-weight: 900;
}

.CRdef_single_content .other_new {
    margin: 100px 0 0;
}

.CRdef_single_content .other_new .CRtitle_group {
    margin-bottom: 50px;
}

.CRdef_single_content .related_keywords .content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -8px;
}

.CRdef_single_content .related_keywords .content li {
    padding: 0 8px;
}

.CRdef_single_content .related_keywords .content li span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #333333;
}

.CRdef_single_content .related_keywords .content li a {
    background: #F5F5F5;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #666666;
}

.CRdef_single_content .related_keywords {
    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;
    margin: 70px 0 0;
}

.CRdef_single_content .CRnext_view ul {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRdef_single_content .CRnext_view li {
    padding: 0 10px;
}

.CRdef_single_content .CRnext_view .pre_view i {
    margin: 0 10px 0 0;
}

.CRdef_single_content .CRnext_view .next_view i {
    margin: 0 0 0 10px;
}

.CRdef_single_content .CRnext_view li a:hover {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color: #ED5B1B;
}

.CRdef_single_content .CRnext_view li a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.CRdef_other_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.CRdef_other_list .slick-slide {
    padding: 20px 10px;
}

.CRdef_other_list.active {
    margin: -20px;
}

.CRdef_other_list .slick-list {
    margin: 0;
    padding: 10px 10px;
}

.CRdef_single_content {
    position: relative;
    z-index: 2;
}

/* Search Page */

/* Contact Page */
.CRcontact_page .CRintro_contact {
    padding: 80px 0 45px;
}

.CRcontact_page .CRintro_contact .des {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #333333;
    margin: 20px auto 0;
}

.CRform_contact .container > .content {
    box-shadow: 0px 4px 60px rgb(6 6 6 / 8%);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.CRform_contact .contact_form {
    padding: 60px 100px 40px;
    height: 100%;
    background-color: #ffffff;
    position: relative;
}

.CRform_contact .contact_form .head {
    margin-bottom: 10px;
}

.CRform_contact .contact_form .head .title {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 49px;
    color: #ED5B1B;
    margin: 0 0 20px;
}

.CRform_contact .contact_form .head p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    margin: 0;
}

.CRform_contact .contact_form .CRform_def input::placeholder,
.CRform_contact .contact_form .CRform_def textarea::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #666666;
    text-transform: initial;
}

.CRform_contact .contact_form .CRform_def textarea {
    padding: 15px !important;
    height: 134px !important;
}

.CRform_contact .contact_form .CRform_def input:not([type=submit]),
.CRform_contact .contact_form .CRform_def textarea {
    background: #FFFFFF;
    border: 1px solid #D0D5E0;
    border-radius: 0;
    color: #333333;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    padding: 0 15px;
}

.CRform_contact .contact_form .CRform_def input[type=submit] {
    color: #ffffff;
    background-color: #ED5B1B;
    border-color: #ED5B1B;
}

.CRform_contact .contact_form .CRform_def input[type=submit]:hover {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color: #ED5B1B;
    background-color: #ffffff;
}

.CRform_contact .contact_form .CRform_def .gr-def-form-btn:hover:after {
    background: #ED5B1B;
    color: #ffffff;
}

.CRform_contact .contact_form .CRform_def .gr-def-form-btn:after {
    background: #ffffff;
    color: #ED5B1B;
}

.CRform_contact .contact_form .wpcf7 form.invalid .wpcf7-response-output,
.CRform_contact .contact_form .wpcf7 form.unaccepted .wpcf7-response-output {
    left: 0;
    right: 0;
    bottom: 0;
}

.CRform_contact .contact_info {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ED5B1B;
    padding: 80px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.CRform_contact .contact_info .logo img {
    height: 90px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.CRform_contact .contact_info .logo {
    margin-bottom: 50px;
}

.CRform_contact .contact_info .name {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 20px;
}

.CRform_contact .contact_info .list li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.CRform_contact .contact_info .list li:first-child {
    border: none;
}

.CRform_contact .contact_info .list li:not(:first-child) b {
    display: block;
    width: 100%;
}

.CRform_contact .contact_info .list a b {
    font-weight: 700;
    margin-right: 5px;
}

.CRform_contact .contact_info .list a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.CRform_contact .contact_info .socials a {
    font-size: 20px;
    color: #ffffff !important;
}

.CRform_contact .contact_info .socials li:not(:last-child) {
    margin-right: 20px;
}

.CRform_contact .contact_info .socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0 0;
}

.CRcontact_page .CRmap_contact {
    margin-top: -100px;
    height: 600px;
    position: relative;
    z-index: 0;
}

.CRcontact_page .CRmap_contact iframe {
    width: 100%;
    height: 100%;
}

/** Recruitment Page **/
.CRrecruit_info {
    padding: 60px 0 0;
    position: relative;
}

.CRrecruit_info:after {
    content: '';
    position: absolute;
    background: linear-gradient(
            180deg,
            #FFFFFF 0%,
            rgba(255, 255, 255, 0.969147) 32.42%,
            rgba(255, 255, 255, 0.898895) 54.55%,
            rgba(255, 255, 255, 0.507366) 77.91%,
            rgba(255, 255, 255, 0) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 30%;
    z-index: 1;
    pointer-events: none;
}

.CRrecruit_info .intro_top {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    width: 40%;
    margin: 0 auto;
}

.CRrecruit_info img {
    width: 100%;
    height: auto;
}

.CRrecruit_info .des {
    margin: 15px auto 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #333333;
}

.CRrecruit_benefit {
    padding: 140px 0 50px;
}

.CRrecruit_benefit .list_benefit > ul {
    margin: 40px 0 60px;
    border: none !important;
    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;
}

.CRrecruit_benefit .list_benefit > ul > li {
    padding: 0 20px;
}

.CRrecruit_benefit .list_benefit li button.active {
    color: #ED5B1B !important;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.CRrecruit_benefit .list_benefit li button.active:before {
    width: 30px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin-right: 10px;
}

.CRrecruit_benefit .list_benefit li button {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    color: #333333 !important;
    margin: 0;
    border-radius: 0 !important;
    background-color: transparent !important;
    outline: none !important;
    padding: 0 !important;
    text-transform: uppercase;
    position: relative;
    height: auto;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border: none !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRrecruit_benefit .list_benefit li button:before {
    content: '';
    width: 0;
    height: 2px;
    background-color: #ED5B1B;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin-right: 0;
}

.CRrecruit_benefit .list_benefit .tab-pane li,
.CRrecruit_benefit .list_benefit .tab-pane a,
.CRrecruit_benefit .list_benefit .tab-pane p {
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.CRrecruit_benefit .list_benefit .tab-pane img {
    margin: 0 auto 40px;
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.CRrecruit_position {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 170px;
    position: relative;
}

.CRrecruit_position:after {
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, color-stop(25.8%, #F5F7FF), to(rgba(255, 255, 255, 0.52)));
    background: -o-linear-gradient(bottom, #F5F7FF 25.8%, rgba(255, 255, 255, 0.52) 100%);
    background: linear-gradient(360deg, #F5F7FF 25.8%, rgba(255, 255, 255, 0.52) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
}

.CRrecruit_position .container {
    position: relative;
    z-index: 2;
}

.CRrecruit_position .content {
    position: relative;
    z-index: 2;
}

.CRrecruit_position #CRrecruit_list {
    margin: 50px 0 0;
    position: relative;
}

.CRrecruit_position #CRrecruit_list .line_gr {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    display: flex;
}

.CRrecruit_position #CRrecruit_list .line {
    background: transparent;
    border-right: 1px solid #ebebeb;
    width: 20%;
}

#CRhead_recruit_list {
    background: #F5F5F5;
}

#CRhead_recruit_list li:nth-child(2) h4 {
    text-align: left;
}

#CRhead_recruit_list li {
    padding: 20px;
}

#CRhead_recruit_list h4 {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

#CRrecruit_list_load {
    background: #FBFBFB;
}

.CRdef_recruits ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRrecruit_position #CRrecruit_list .line:nth-child(1),
.CRdef_recruits ul li:nth-child(1) {
    width: 10%;
}

.CRrecruit_position #CRrecruit_list .line:nth-child(2),
.CRdef_recruits ul li:nth-child(2) {
    width: 30%;
}

.CRrecruit_position #CRrecruit_list .line:last-child,
.CRdef_recruits ul li:last-child {
    border: none;
}

.CRdef_recruits ul li {
    width: 20%;
    padding: 0 20px;
    /*border-right: 1px solid #ebebeb;*/
}

.CRitem_recruits {
    padding: 20px 0;
}

.CRitem_recruits:not(:first-child) {
    border-top: 1px solid #ffffff;
}

.CRitem_recruits ul li span {
    display: none;
}

.CRitem_recruits .num_rec p {
    color: #999999;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    text-align: center;
}

.CRitem_recruits h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #333333;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
}

.CRitem_recruits p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #333333;
    margin: 0;
    text-align: center;
}

.CRitem_recruits .btn_rec a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 auto;
    width: 100%;
    height: 45px;
    border-radius: 100px;
    border: 1px solid #ED5B1B;
    background-color: #ED5B1B;
    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;
}

.CRitem_recruits .btn_rec a:hover {
    background-color: #ffffff;
    color: #ED5B1B;
}

/* Recruitment Detail */
#CRsingle_recruit_content {
    position: relative;
    z-index: 2;
    padding: 0 0 170px;
}

#CRsingle_recruit_top {
    margin: 0 0 45px;
}

#CRsingle_recruit_page #CRrecruit_top_cont {
    margin: 0;
    -webkit-box-shadow: 0 0 32px rgb(0 0 0 / 7%);
    box-shadow: 0 0 32px rgb(0 0 0 / 7%);
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
}

#CRsingle_recruit_page #CRrecruit_top_cont .top {
    margin-bottom: 20px;
}

#CRsingle_recruit_page #CRrecruit_top_cont .top .title {
    color: #ED5B1B;
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: left;
    margin-bottom: 0;
    text-transform: uppercase;
}

#CRsingle_recruit_page #CRrecruit_top_cont .top_cont_col {
    padding: 0 !important;
}

#CRsingle_recruit_page #CRrecruit_top_cont .content {
    padding: 30px 50px 40px;
}

#CRsingle_recruit_page .info_recruit {
    border-top: 1px solid rgb(112 112 112 / 30%);
    padding: 30px 0 0;
}

#CRsingle_recruit_page .info_recruit ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7px;
}

#CRsingle_recruit_page .info_recruit li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 50%;
    padding: 7px;
}

#CRsingle_recruit_page .info_recruit li span {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin: 0 20px 0 15px;
    min-width: 60px;
}

#CRsingle_recruit_page .info_recruit li p {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-align: left;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

#CRsingle_recruit_page .info_recruit li p b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    word-break: break-word;
}

#CRsingle_recruit_page .info_recruit li i {
    min-width: 15px;
    color: #9e9e9e;
}

body #CRsingle_recruit_page .content_contact_recruit > .title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    margin: 0 0 10px;
}

#CRsingle_recruit_page .content_contact_recruit {
    background-color: #ED5B1B;
    height: 100%;
    padding: 30px 20px 80px 30px;
    position: relative;
}

#CRsingle_recruit_page .content_contact_recruit .down {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 0.5px solid rgba(255, 255, 255, 0.3);
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 65px;
}

#CRsingle_recruit_page .content_contact_recruit .down a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

#CRsingle_recruit_page .content_contact_recruit .down a i {
    margin: 0 15px 0 0;
}

#CRsingle_recruit_page .content_contact_recruit li:not(.down) {
    margin-bottom: 10px;
}

#CRsingle_recruit_page .content_contact_recruit .cont {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 18px;
    text-align: left;
    margin: 0;
    padding: 0;
}

#CRsingle_recruit_page .content_contact_recruit .title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin: 0 0 5px;
}

#CRsingle_recruit_page #CRrecruit_bottom_cont .def_recruits.description_recruits {
    margin-top: 0;
}

#CRsingle_recruit_page #CRrecruit_bottom_cont .def_recruits {
    border-bottom: 1px solid rgb(112 112 112 / 20%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
    padding-bottom: 30px;
}

#CRsingle_recruit_page #CRrecruit_bottom_cont .def_recruits:last-child {
    border: none;
    padding-bottom: 0;
}

#CRsingle_recruit_page .title_sub_cont_recruits {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin: 0;
    width: 22%;
    text-transform: uppercase;
}

#CRsingle_recruit_page .cont_def_recruits {
    width: 78%;
}

#CRsingle_recruit_page .cont_def_recruits ul {
    margin-bottom: 20px;
}

#CRsingle_recruit_page .cont_def_recruits li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #A8A8A8;
}

#CRsingle_recruit_page .cont_def_recruits span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #333333;
    position: relative;
}

#CRsingle_recruit_page .cont_def_recruits li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

#CRsingle_recruit_page .cont_def_recruits p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin: 0 0 10px;
}

#CRsingle_recruit_page .cont_def_recruits a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #333333;
}

#CRsingle_recruit_page #CRrecruit_bottom_cont {
    margin: 0;
}

#CRsingle_recruit_page #CRrecruit_bottom_cont .bottom_cont_col {
    padding: 0;
}

#CRsingle_recruit_page #CRrecruit_bottom_cont .content_field {
    padding-right: 40px;
}

#CRsingle_recruit_page .def_sidebar_recruit {
    padding: 20px 30px;
    margin-bottom: 0;
    background: rgb(246 246 246 / 30%);
    border: 1px solid rgb(16 38 92 / 30%);
    border-radius: 10px;
}

#CRsingle_recruit_page .def_sidebar_recruit > .title {
    color: #ED5B1B;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 20px;
    border-bottom: 1px solid rgb(16 38 92 / 50%);
    padding: 0 0 10px;
}

.sidebar_list_recruit {
    padding-bottom: 10px !important;
}

.CRitem_recruit_related:not(:last-child) {
    border-bottom: 1px solid rgb(183 183 183 / 30%);
}

.CRitem_recruit_related:first-child .wrap {
    padding-top: 0;
}

.CRitem_recruit_related .wrap {
    padding: 15px 0;
    position: relative;
}

.CRitem_recruit_related .wrap .view {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.CRitem_recruit_related .wrap:hover .post_content .title {
    color: #ED5B1B;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.CRitem_recruit_related .post_content .title {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: left;
    margin: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
}

.CRitem_recruit_related .post_content .date {
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: left;
    margin: 0;
}

.sidebar_contact_recruit li:not(:last-child) {
    margin-bottom: 20px;
}

.sidebar_contact_recruit a {
    color: #333333 !important;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

.sidebar_contact_recruit b {
    color: #16693d;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

#CRsingle_recruit_page #live_form_recruits {
    padding-right: 40px;
    margin: 45px 0 0;
    position: relative;
    z-index: 1;
}

#CRsingle_recruit_page #live_form_recruits .top {
    margin-bottom: 35px;
}

#CRsingle_recruit_page #live_form_recruits .top .title {
    color: #333333;
    font-size: 25px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

#CRsingle_recruit_page #live_form_recruits .top p {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-align: center;
    margin: 0;
}

#CRsingle_recruit_page #live_form_recruits ul li:before {
    display: none;
}

#CRsingle_recruit_page #live_form_recruits ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

#CRsingle_recruit_page #live_form_recruits ul li.def-form-field-half {
    width: 49%;
}

#CRsingle_recruit_page #live_form_recruits .CRform_recruit_wrap {
    padding: 50px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 8%);
    border-radius: 10px;
}

#CRsingle_recruit_page #live_form_recruits .CRform_def input:not([type=submit],[type=file]):hover,
#CRsingle_recruit_page #live_form_recruits .CRform_def textarea:hover {
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-color: #14595f;
}

#CRsingle_recruit_page #live_form_recruits .CRform_def textarea {
    height: 120px !important;
    padding: 15px !important;
    border-radius: 0 !important;
}

#CRsingle_recruit_page #live_form_recruits .CRform_def input::placeholder,
#CRsingle_recruit_page #live_form_recruits .CRform_def textarea::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    color: #666666;
    text-transform: initial;
}

#CRsingle_recruit_page #live_form_recruits .CRform_def input[type=file] {
    height: auto;
    padding: 0;
    border: none !important;
    border-radius: 0;
    color: #666666;
}

#CRsingle_recruit_page #live_form_recruits .CRform_def input:not([type=submit],[type=file]),
#CRsingle_recruit_page #live_form_recruits .CRform_def textarea {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-box-shadow: 0 0 24px transparent;
    box-shadow: 0 0 24px transparent;
    background: #ffffff;
    border-radius: 0 !important;
    border: 1px solid #D0D5E0;
    outline: none !important;
    padding: 0 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    color: #000000;
    width: 100%;
    height: 50px;

}

#CRsingle_recruit_page #live_form_recruits .CRform_def label {
    font-style: normal;
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    color: #333333;
    padding: 0;
    margin: 0 0 10px;
}

#CRsingle_recruit_page #live_form_recruits .CRform_def li:nth-last-child(2),
#CRsingle_recruit_page #live_form_recruits .CRform_def li:last-child {
    padding-top: 0 !important;
}

#CRsingle_recruit_page #CRrecruit_top_cont .top .title_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#CRsingle_recruit_page #CRrecruit_top_cont .top .title,
#CRsingle_recruit_page #CRrecruit_top_cont .top .share_recruit_group {
    width: 50%;
}

.share_recruit_group li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
}

.share_recruit_group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.share_recruit_group li:not(:first-child) {
    padding-left: 15px;
}

.share_recruit_group li a:hover {
    color: #10265C;
    border-color: #10265C;
}

.share_recruit_group li a {
    width: 30px;
    height: 30px;
    border: 1px solid #333333;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #10265C;
}


.share_recruit_group ul li:hover svg {
    fill: white;
    transition: .7s all;
}

.share_recruit_group li:not(:first-child) {
    padding-left: 0;
}

.share_recruit_group ul {
    display: flex;
    gap: 15px;
}

.share_recruit_group li a:hover {
    background: #333333;
    border-radius: 100%;
}

#CRsingle_recruit_page .position-recruit {
    cursor: no-drop;
}

#CRsingle_recruit_page .position-recruit input {
    pointer-events: none;
}

#CRsingle_recruit_page #live_form_recruits .CRform_def li:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#CRsingle_recruit_page .CRform_def .gr-def-form-btn:after {
    background-color: #FFFFFF;
    color: #ED5B1B;
}

#CRsingle_recruit_page .CRform_def .gr-def-form-btn:hover:after {
    background-color: #ED5B1B;
    color: #ffffff;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#CRsingle_recruit_page .CRform_def .def-form-field input[type=submit]:hover {
    background-color: #ffffff;
    color: #ED5B1B;
}

#CRsingle_recruit_page .CRform_def .def-form-field input[type=submit] {
    padding: 0 60px 0 30px;
    background-color: #ED5B1B;
    border-color: #ED5B1B;
    color: #ffffff;
}

/* Popup Search */
#CRsearch_box.active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#CRsearch_box {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    padding: 30px 0;
    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;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
}

.CRsearch_box {
    margin: 0 auto;
}

.CRsearch_box .title_wrap {
    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;
    margin: 0 0 5px;
    position: relative;
}

.CRsearch_box .title {
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
}

.CRclose_searchbox {
    color: #565656 !important;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.CRsuggest_search {
    position: relative;
}

.CRsuggest_search .CRsearch_head_wrap {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRsuggest_search .CRsearch_head_wrap form {
    width: 100%;
    position: relative;
}

.CRsuggest_search .CRsearch_head_wrap input {
    background: #ffffff;
    height: 40px;
    padding: 5px 55px 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: normal;
    color: #000000;
    outline: none !important;
    border: none;
    border-bottom: 1px solid rgb(0 0 0 / 40%);
    width: 100%;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.CRsuggest_search .CRsearch_head_wrap button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    width: 40px;
    height: 40px;
    border: none !important;
    outline: none !important;
    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;
    color: #000000;
    background: transparent;
}

#CRblock_suggest_search {
    margin: 20px 0 0;
    width: 100%;
    max-height: 290px;
    overflow-y: auto;
    z-index: 99;
}

.CRsuggest_search .CRstyle_scroll::-webkit-scrollbar {
    width: 2px;
}

.CRsuggest_search .CRstyle_scroll::-webkit-scrollbar-track {
    border: 1px solid #F0F0F2;
}

.CRsuggest_search .CRstyle_scroll::-webkit-scrollbar-thumb {
    background-color: #000000;
    outline: 1px solid #000000;
}

.block_item_suggest {
    padding: 0 5px 0 0;
}

.item_main_search_suggest {
    position: relative;
}

.item_main_search_suggest .wrap:hover {
    background-color: #f2f2f2;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.item_main_search_suggest.all .wrap {
    background-color: transparent !important;
}

.item_main_search_suggest .wrap {
    display: block;
    padding: 10px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: transparent;
}

.item_main_search_suggest .view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.item_main_search_suggest .thumb_suggest {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    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;
}

.item_main_search_suggest .thumb_suggest img {
    width: 100%;
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.item_main_search_suggest .title_item_shopping {
    float: none;
    width: 100%;
    padding: 0;
    height: auto;
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
    line-height: 25px;
    margin: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 50px;
    font-weight: 700;
}

/* Search Page */
#CRtop_search {
    margin: 50px 0 100px;
}

#CRtop_search .search_title_wrap p {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #ED5B1B;
    text-transform: uppercase;
}

#CRtop_search .search_title_wrap p b {
    text-transform: initial;
    color: #ED5B1B;
}

#CRcenter_search .CRtitle_group {
    margin: 40px 0;
}

#CRcenter_search .CRdef_rs_search_wrap {
    margin: 0 0 100px;
}

#CRcenter_search .paging {
    margin: 40px 0 0;
}

#CRcenter_search .CRitem_post {
    width: 25%;
}

/* --------------------------------
popup
-------------------------------- */
.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 99;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: 4em auto;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}

.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}

.cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.meta-popup input[type="text"], .meta-popup input[type="email"] {
    border: 1px solid rgba(196, 196, 196, 0.5);
    color: #000;
}

.meta-popup input::-webkit-input-placeholder { /* Edge */
    color: #a29f9f;
}

.meta-popup input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a29f9f;
}

.meta-popup input::placeholder {
    color: #a29f9f;
}

.cd-popup-container .wpcf7-form {
    padding: 20px 25px;
}

.meta-popup .CRform_def input[type=submit] {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color: #ffffff;
    background-color: #ED5B1B;
}

.meta-popup .CRform_def .gr-def-form-btn {
    margin: 20px auto;
}

footer .CRlogo_ft,
footer .CRlogo_ft a {
    width: 100%;
    height: auto;
    display: block;
}

footer .CRlogo_ft img {
    width: 100% !important;
    height: 100%;
    object-fit: cover contain !important;
}


.term_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    margin-top: 2.5rem;
    row-gap: .5rem;
}

li.term_item {
    border: none;
    color: #666;
    padding: 0.1rem 1rem !important;
    font-size: 0.9rem;
    transition: .5s all;
    font-weight: 600;
    text-transform: uppercase;
    transition: .7s all;
    cursor: pointer;
    position: relative;
}

li.term_item:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -2%;
    width: 0;
    height: 1px;
    background: var(--main-cl);
    opacity: 0;
    transition: .7s all;
}

li.term_item:hover:before {
    width: 100%;
    opacity: 1;
    transition: .7s all;
}

li.term_item:hover {
    color: var(--main-cl);
    transition: .7s all;
}

.project_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1rem;
    row-gap: 1.5rem;
    margin-top: 2.5rem;
}

.project_item {
    width: calc(100% / 2 - (1rem * 1 / 2));
    transition: .7s all;
}

.project_item span {
    width: 100%;
    display: block;
}

span.project_thumb {
    width: 100%;
    height: 23.4375rem;
    overflow: hidden;
}

span.project_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .7s all;
}

.project_item h3 {
    margin: 1.5rem 0 1rem;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s all;
    color: #231f20;
}

.project_item .list {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.project_item .item {
    display: flex;
    align-items: center;
    gap: .35rem;
}

span.item_svg {
    width: 0.99rem;
    height: 0.99rem;
}

span.item_svg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.project_item .list span.item_content {
    color: #231f20;
}

span.project_list_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.project_item span.cta {
    display: flex;
    gap: .5rem;
    color: var(--main-cl);
    text-transform: uppercase;
    font-weight: 600;
}

.project_item span.cta_content {
    width: fit-content;
    white-space: nowrap;
}

span.cta_svg svg path {
    stroke: var(--main-cl);
}

span.item_svg svg path {
    stroke: var(--main-cl);
}

span.project_list_excerpt p {
    margin: 0;
    color: #666666;
    font-size: .9rem;
}

span.project_list_excerpt strong {
    font-weight: 400;
}

a.project_item:hover img {
    transform: scale(1.1);
    transition: .7s all;
}

a.project_item:hover h3 {
    color: var(--main-cl);
    transition: .7s all;
}

.project_1 h1 {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--main-cl);
}


/*danh sach du an - project list*/
.pd_list {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
    column-gap: 5rem;
    row-gap: 2.5rem;
    width: 100%;
    padding-left: 3rem;
}

.pd_list .item_heading .svg svg path {
    fill: var(--main-cl);
}

.pd_list .item {
    width: calc(100% / 2 - (5rem * 1 / 2));
    font-size: .9rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    /*text-align: justify;*/
}

.pd_list .item_heading {
    display: flex;
    align-items: center;
    gap: .45rem;
    color: #25252B;
    font-weight: 600;
    padding-bottom: .25rem;
    border-bottom: 0.05rem solid #F0F0F2;
}

.pd_list .item_heading .svg {
    width: .9rem;
    height: auto;
}

.pd_list .item_heading .svg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.project_detail_1 h1 {
    font-size: 2.1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.project_detail_1 h1 span {
    color: var(--main-cl);
}

.project_detail_1 .desc {
    color: #231F20;
    text-align: justify;
    font-size: .9rem;
    position: relative;
    line-height: 1.6;
}

.project_detail_1 .desc p {
    margin-bottom: 0;
}

section.project_detail_2 {
    padding-top: 60px;
}

/* Main slide */
.project_gallery_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Làm mờ slide không active */
.for_gallery_project .slick-slide {
    transition: opacity 0.4s, transform 0.4s;
}


/* Thumb nav */
.nav_gallery_project {
    margin-top: 12px;
    padding: 0 44px; /* chừa chỗ cho arrow */
    position: relative;
}

.nav_gallery_project .inner img {
    width: 100%;
    height: 8.354rem;
    object-fit: cover;
    display: block;
    cursor: pointer;
    padding: 0 5px;
}

.nav_gallery_project .slick-slide {
    transition: opacity 0.3s;
}


/* Arrow của thumb */
.nav_gallery_project .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 1.875rem;
    height: 1.875rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.nav_gallery_project .previous {
    left: 0;
}

.nav_gallery_project .next {
    right: 0;
}

.project_gallery_image_inner {
    height: 44rem !important;

}

.project_gallery_image {
    padding: 0 0.521rem;
}

.project_gallery_image_inner {
    position: relative;

}

.project_gallery_image_inner:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    transition: opacity .7s ease;
}

.slick-active .project_gallery_image_inner:before {
    opacity: 0;
}

.for_gallery_project {
    margin: 0 -0.521rem !important;
}

.project_detail_3 h2 {
    text-align: center;
}

.project_related_item {
    overflow: hidden;
    cursor: pointer;
}

.project_related_thumb img {
    width: 100%;
    height: 21.875rem;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.project_related_item:hover .project_related_thumb img {
    transform: scale(1.05);
}


/* Title mặc định hiện ở dưới */
.project_related_title {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.042rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    transition: opacity 0.4s ease;
    z-index: 1;
}

.project_related_title h3 {
    color: #fff;
    font-size: 1rem;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    font-weight: 600;
}

/* Overlay đỏ hover */
.project_related_inner {
    inset: 0;
    background: rgba(140, 20, 30, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
    padding: 1.5625rem;
}

.project_related_item:hover .project_related_title {
    opacity: 0;
}

.project_related_item:hover .project_related_inner {
    opacity: 1;
}

/* Nội dung bên trong overlay */
.project_related_inner .inner_wrap {
    color: #fff;
    width: 100%;
}

.project_related_inner h3 {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-bottom: 1.042rem;
    color: #fff;
    line-height: 1.5;
    font-weight: 600;
}

.project_related_inner .list {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-bottom: 1.25rem;
}

.project_related_inner .item {
    display: flex;
    align-items: center;
    gap: 0.521rem;
    font-size: 0.9rem;
    color: #fff;
}

/* Nút xem chi tiết */
.project_related_inner .btn_detail {
    display: inline-flex;
    align-items: center;
    gap: 0.417rem;
    border: 1px solid #fff;
    color: #fff;
    padding: 0.521rem 1.042rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    transition: background 0.3s;
    margin-top: 0.521rem;
    font-weight: 600;
}

.project_detail_3 .slick-initialized .slick-slide {
    position: relative;
}

.project_related_inner,
.project_related_title {
    position: absolute;
}

.project_related_inner .btn_detail:hover {
    background: rgba(255, 255, 255, 0.15);
}

.project_related_item {
    padding: 0 10px;
}

.project_detail_3 .slick-track {
    margin: 0 -10px;
}

.project_related_thumb {
    position: relative;
}

.project_related_thumb:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15rem;
    opacity: 0.4;
    background: linear-gradient(45deg, black, transparent);
    z-index: 1;
}

.project_related_title {
    z-index: 2;

}

.project_related_inner {
    z-index: 3;
}

.project_related_item_inner {
    position: relative;
    overflow: hidden;
}

.btn_detail .btn_svg {
    width: 1.042rem;
    height: 1.042rem;
    transform: rotate(90deg);
}

.project_related_container {
    position: relative;
}

.pagination_wrap .arrow_slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid black;
    display: block;
    transition: .7s all;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination_wrap .arrow_slide.prev {
    transform: translateY(-50%) rotate(-90deg);
    left: -7%;
}

.pagination_wrap .arrow_slide.next {
    right: -7%;
    transform: translateY(-50%) rotate(90deg);
}

.project_detail_2 .pagination_wrap .arrow_slide.next {
    right: -3%;
}

.project_detail_2 .pagination_wrap .arrow_slide.prev {
    left: -3%;
}

.pagination_wrap .arrow_slide:hover {
    background: black;
    border: 1px solid black;
    transition: .7s all;
}

.pagination_wrap .arrow_slide:hover svg path {
    stroke: white;
    transition: .7s all;
}

section.project_detail_3 {
    padding: 6rem 0;
}

section.project_detail_3 h2 {
    font-weight: 600;
    color: var(--main-cl);
    font-size: 2.5rem;
}

.box_gallery_container {
    position: relative;
}

li.list_br.breadcrumb_home svg {
    width: 0.833rem;
    height: 0.833rem;
}

li.list_br.breadcrumb_home svg path {
    fill: var(--main-cl);
}

#CRbreadcrumbs .breadcrumb li:not(:last-child) {
    padding-right: .5rem;
    border-right: 1px solid #d7d7d7;
}

.breadcrumbs ul {
    gap: .5rem;
}

.breadcrumbs .divider {
    display: none;
}

.breadcrumbs .col-xl-12 {
    padding-left: 0;
}

section.project_1 {
    padding-bottom: 3rem;
}

.ajax_cta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3rem 0 0;
}

.ajax_cta .button {
    gap: 1rem;
    display: flex;
    color: #fff !important;
    margin: 0;
    min-height: unset;
    padding: 0 1.25rem;
    border: 1px solid var(--main-cl);
    color: var(--main-cl) !important;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 30px;
    padding: .7rem 1rem;
    transition: .7s all;
    cursor: pointer;
}

.ajax_cta .button svg path {
    stroke: var(--main-cl);
    transition: .7s all;
}

.ajax_cta .button:hover {
    background: var(--main-cl);
    transition: .7s all;
    color: white !important;
}

.ajax_cta .button:hover svg path {
    stroke: white;
    transition: .7s all;
}

.ajax_cta .button:hover svg {
    transform: rotate(180deg);
    transition: .7s all;
}

.term_item.active, .term_item:hover {
    color: var(--main-cl);
    transition: .7s all;
}
.list_tax_mobile,
header .closed {
    display:none;
}


.load_home_page svg {
    width: 30rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

.load_home_page.complete img.logo_center {
    opacity: 0;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color:white;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}

#respond input#wp-comment-cookies-consent {
    height: auto !important;
    margin: 0 10px 0 0 !important;
}

.load_home_page.complete svg {
    transition-delay: 0.8s;
    opacity: 0;
}

.load_home_page rect,
.load_home_page path {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2 {
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.load_home_page.complete .path-2 {
    fill: var(--sub-cl);
}

.load_home_page.complete .path-1 {
    fill: #FFF
}

@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}

@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}

img.logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20rem;
    max-width: 80vw;
    transition: .8s all ease-in-out;
    opacity: 1;
    max-height: 20rem;
    height: auto;
}

.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background:white;
}

.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color:white;
    opacity: 1;
}

.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}

path.draw_svg {
    animation-name: Signature2;
    animation-duration: 15s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: var(--main-cl);
    stroke-width: 1px;
    stroke-dasharray: 2200;
    stroke-dashoffset: 2200;
    fill: transparent;
}

.load_home_page.complete svg path.draw_svg {
    fill: var(--main-cl);
}
.pagination_wrap .slick-pagination{
    display:none;
}

.CRform_contact .contact_form .CRform_def .gr-def-form-btn:after {
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.CRcont_nav_mobile{
    color:white;
}
.CRcont_nav_mobile p {
    margin-bottom: .5rem;
    font-size: 0.85rem;
}
@media only screen and (min-width: 1170px) {
    .cd-popup-container {
        margin: 8em auto;
    }
}

/** Responsive **/
@media only screen and (max-width: 1660px) {
    #header .CRico_head_wrap .CRhotline a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1500px) {
    #banner_home .item .title {
        font-size: 45px;
        line-height: 55px;
    }

    .CRtitle_group .title {
        font-size: 32px;
        line-height: 38px;
    }

    #scale_home .map_scale {
        margin: 30px auto 0;
        max-width: 80%;
    }

    #product_home .intro_product {
        padding: 170px 30px 130px 115px;
    }

    #product_home .intro_product .des {
        width: 100%;
    }

    #partner_home .intro_partner .CRtitle_group .overlay_title {
        left: 86%;
    }

    .footer_top .awardsFooter {
        padding: 30px 60px;
    }

    .footer_top .info .title {
        font-size: 25px;
        line-height: 30px;
    }

    .footer_top .awardsFooter .awards_list {
        width: 50%;
    }
}

@media only screen and (max-width: 1399px) {
    #CRnav.CRnav_pc nav > div > ul > li {
        padding: 30px 10px;
    }

    #header nav li a {
        font-size: 13px;
    }

    .footer_top .left,
    #header #CRgroup_head {
        padding-left: calc((100% - 1110px) / 2) !important;
    }

    #banner_home .slick-dots {
        right: calc((100% - 1110px) / 2) !important;
    }
}

@media only screen and (max-width: 1199px) {
    #CRnav.CRnav_pc nav > div > ul > li {
        padding: 30px 5px;
    }

    #header .CRico_head_wrap > ul > li {
        padding: 0 20px;
    }

    .footer_top .left,
    #header #CRgroup_head {
        padding-left: calc((100% - 930px) / 2) !important;
    }

    #banner_home .slick-dots {
        right: calc((100% - 930px) / 2) !important;
    }

}

@media only screen and (max-width: 1024px) {
    #CRbanner_default {
        height: auto;
    }

    #CRbreadcrumbs cite {
        font-size: 12px;
    }

}

@media only screen and (max-width: 992px) {
    div#CRnav.show {
        transform: translateX(-0%);
        z-index: 9999;
    }

    #CRnav .closed {
        position: absolute;
        right: 2rem;
        top: 1rem;
        width: 24px;
        height: 24px;
    }
    #CRnav .closed svg {
        width: 100%;
        height: 100%;
        display: block;
    }
    #CRnav .show_menu {
        position: absolute;
        top: 10px;
        right: 30px;
        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: 30px;
        background: transparent;
        color: #fff;
        height: 30px;
        border-radius: 50%;
        border: 1px solid transparent;
        margin: 0;
        z-index: 5;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all;
        cursor: pointer;
    }

    #header #CRnav.CRnav_pc .main_menu .sub-menu li > .sub-menu, #header #CRnav.CRnav_pc .main_menu > li > .sub-menu {
        position: relative;
        background: transparent;
        width: 100%;
        display: none;
        z-index: 2;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
    }

    #header #CRnav.CRnav_pc .main_menu .sub-menu > li:hover .sub-menu {
        left: inherit;
    }

    .CRmain.CRman_pc,
    .CRmain.CRman_mb {
        filter: blur(0);
        transition: .5s all;
        pointer-events: unset;
    }

    .CRmain.CRman_pc.show,
    .CRmain.CRman_mb.show {
        filter: blur(20px);
        pointer-events: none;
    }

    #CRnav.CRnav_pc nav > div > ul {
        flex-wrap: wrap;
        text-align: center;
    }

    #CRnav.CRnav_pc nav > div > ul > li {
        display: block;
        width: 100%;
        padding: 15px;
    }

    #header nav li a {
        color: #fff;
    }

    #header nav li a {
        font-size: 18px;
        position: relative;
    }

    #header nav li a:before {
        position: absolute;
        bottom: -4px;
        width: 100%;
        height: 2px;
        background: #ba2129;
        content: '';
    }

    div#CRnav {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        height: 100vh;
        display: flex;
        background: #ED5B1B;;
        align-items: center;
        max-width: 100vw;
        transform: translateX(-120%);
        transition: .5s all;
    }

    #header #CRnav.CRnav_pc .main_menu .sub-menu li a {
        background: transparent;
        color: #fff;
    }

    #CRnav.CRnav_pc .current_page_ancestor > a, #CRnav.CRnav_pc nav > div > ul > li:hover > a, #CRnav.CRnav_pc nav > div > ul > li.active > a {
        color: #fff;
    }
    #CRnav .closed{
        
    }
    #CRnav.CRnav_pc .current_page_ancestor > a:before, #CRnav.CRnav_pc nav > div > ul > li:hover > a:before, #CRnav.CRnav_pc nav > div > ul > li.active > a:before {
        background: #fff;
    }

    #CRnav.CRnav_pc nav > div > ul {
        flex-wrap: wrap;
        text-align: left;
    }

    #CRnav.CRnav_pc nav > div > ul > li {
        display: block;
        width: 100%;
        padding: 10px;
    }

    #header nav li a {
        font-size: 18px;
        position: relative;
    }

    #header nav li a:before {
        position: absolute;
        bottom: -4px;
        width: 100%;
        height: 2px;
        background: transparent;
        content: '';
    }

    #header .CRico_head_wrap > ul > li {
        padding: 0 20px;
        border-left: 1px solid #000;
        height: auto;
    }

    #partner_home .list_partner img {
        max-width: 90%;
        object-fit: contain;
    }

    .main_header .row > * {
        width: auto;
    }

    .main_header .row {
        justify-content: space-between;
    }

    .main_header {
        padding: 20px 0;
        box-shadow: -6px 16px 23px #e6707726;
    }

    .CRmain.CRman_mb {
        margin-top: 80px !important;
    }

    a.menu_open, .CRnav_wrap > .CRhotline {
        display: inline-block;
    }

    a.menu_open svg {
        width: 30px;
        transform: scale(1.7);
        display: block;
        margin-left: 15px;
        fill: #ED5B1B;
    }

    #header .container-fluid.p-0 {
        padding-right: var(--bs-gutter-x, .75rem) !important;
        padding-left: var(--bs-gutter-x, .75rem) !important;
    }

    #header .CRhotline a {
        width: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #header .CRhotline a i {
        margin: 0;
    }

    #header .CRhotline a span {
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        position: absolute;
        pointer-events: none;
        visibility: hidden;
    }

    #header .CRhotline a {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #ED5B1B;
        border: 1px solid #ED5B1B;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 100px;
        height: 40px;
        padding: 0 15px;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        background-color: #ffffff;
        padding: .6rem;
    }

    #header .CRhotline a:hover {
        background-color: #ED5B1B;
        color: #ffffff;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    #header .CRhotline a i {
        margin: 0 10px 0 0;
    }

    #header .CRico_head_wrap .CRhotline {
        display: none;
    }

    #header .CRico_head_wrap > ul {
        background: transparent;
    }

    #header .CRico_head_wrap a {
        color: #000;
    }

    #CRbanner_default .page_banner-title {
        font-size: 35px;
    }

    .footer_top .left,
    #header #CRgroup_head {
        padding-left: calc(var(--bs-gutter-x) / 2);
    }

    #banner_home .slick-dots {
        right: calc(var(--bs-gutter-x) / 2) !important;
        bottom: 20px;
        margin-left: 35px;
    }

    #banner_home .item .title {
        font-size: 25px;
        line-height: normal;
    }

    #banner_home .item .content {
        width: 100%;
    }

    #banner_home .item .des br {
        display: none;
    }

    .CRcustom_dots_line .slick-dots li button {
        width: 40px;
    }

    .CRtitle_group .overlay_title {
        font-size: 60px;
    }

    #intro_home, #partner_home, #scale_home {
        padding: 50px 0;
    }

    #intro_home .intro_home_right .content {
        padding: 0;
    }

    .CRitem_scale .title {
        font-size: 35px;
    }

    .CRitem_scale .cont {
        line-height: normal;
        font-size: 15px;
    }

    #scale_home .info_scale {
        margin: 50px -15px 0;
    }

    #product_home .intro_product {
        padding: 50px 15px 50px 15px;
        min-height: inherit;
        text-align: center;
        width: 100%;
    }

    #product_home .list_product {
        width: 100%;
    }

    #product_home .intro_product .CRbtn_style {
        margin: 20px auto 0 auto;
    }

    #product_home .intro_product .overlay_title {
        display: none;
    }

    #product_home .content {
        display: inline-block;
    }


    #CRintro_page #top_intro .num_top_intro .number {
        font-size: 200px;
        line-height: normal;
    }

    #CRintro_page #top_intro .top_intro_left {
        padding-right: 0;
    }

    .CRitem_product .CRpost_cont {
        padding: 20px 10px;
    }

    .CRitem_product .CRpost_cont .title {
        font-size: 15px;
    }

    #CRbreadcrumbs {
        padding: 20px;
        margin-top: 10px;
        display: inline-block;
        width: 100%;
    }

    #CRproducts_page .CRproducts_content {
        padding: 50px 0;
    }

    #CRproducts_list_load .paging {
        margin: 30px 0 0;
    }

    #CRsingle_product_top .CRinfo_product > * {
        padding: 0 20px;
    }

    #CRsingle_product_bottom #CRproduct_related {
        padding: 50px 0 50px;
    }

    #CRnews_page .CRnews_content {
        padding: 50px 0;
    }

    #CRnews_page .CRlist_filter ul {
        padding: 20px 0 30px;
    }

    .CRitem_post .CRpost_cont {
        padding: 20px;
    }

    .CRdef_single_content .CRdef_content {
        padding: 25px 30px 70px;
    }

    .CRdef_single_content .other_new {
        margin: 50px 0 0;
    }

    .CRcustom_dots .slick-dots li button {
        border: 1px solid #000;
    }

    .CRcustom_dots .slick-dots li.slick-active button {
        border-color: #ED5B1B;
    }

    .CRcustom_dots .slick-dots li button:before {
        color: #ED5B1B !important;
    }

    .CRitem_history .year {
        font-size: 30px;
        line-height: normal;
    }

    .CRrecruit_info .intro_top {
        width: 55%;
    }

    .CRrecruit_benefit {
        padding: 50px 0;
    }

    .CRrecruit_benefit .list_benefit > ul {
        margin: 20px 0 30px;
    }

    .CRrecruit_position {
        padding: 0 0 50px;
    }

    #CRhead_recruit_list li {
        padding: 10px;
    }

    .CRdef_recruits ul li {
        padding: 0 10px;
    }

    #CRsingle_recruit_content {
        padding: 0 0 50px;
    }


    .infoFooter.ft_mn.col-3 {
        width: 100%;
        margin-bottom: 35px;
    }

    .headquartersFooter.ft_mn.col-3 {
        width: 25%;
        padding: 0 10px;
    }

    .contactFooter.ft_mn.col-6 {
        width: 75%;
        padding: 0 10px;
    }

    .footer_top .awardsFooter .slick-list {
        padding: 10px !important;
    }

    .footer_top .awardsFooter {
        padding: 30px 20px;
    }

    .footer_top .left {
        padding-left: 20px !important;
    }

    .footer-title {
        font-size: 15px;
        line-height: normal;
    }

    .footer_center .contactFooter .item .name, .footer_center .headquartersFooter .title {
        font-size: 14px;
        line-height: normal;
    }
}

@media only screen and (max-width: 768px) {
    #CRbanner_default .page_banner-title {
        font-size: 25px;
    }

    #CRbreadcrumbs cite {
        font-size: 14px;
    }
    .project_item {
        width: 100%;
    }

    span.project_thumb {
        height: 15rem;
    }
    header .closed{
        display:none;
    }
    .term_wrap.desktop_display{
        display:none;
    }
    .list_tax_mobile{
        display:block;
    }

    .list_tax_mobile {
        position:relative;
        display: block !important;
        border: 1px solid var(--main-cl);
        color: var(--main-cl);
        margin-right: auto;
        border-radius: 15px;
        transition: background-color .3s ease, color .3s ease;
        width: 100%;
        text-align: left;
        z-index: 2;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    li.product_term_item.active, li.product_term_item:hover {
        color: var(--main-cl);
        transition: .7s all;
    }

    li.product_term_item {
        border-bottom: 1px solid var(--main-cl);
    }

    .list_tax_mobile.active {
        background: var(--main-cl);
        color: white !important;
    }

    .product_term_mobile_title {
        padding: .7rem !important;
        position: relative;
        font-size: .9rem;
        text-align: start;
        text-transform: uppercase;
    }

    .product_term_mobile_title:before {
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        content: '';
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACjSURBVHgB7Y/NDYMwDIWTTMAIHaErsEHZIFKUeTpAcsgmZYSOwAgMkJ/aUo0QEIPECYl3cWI/f/IT4tb1JOlhjHlBeSulOufcl1uy1j5zzh8pZee977GnaJhS6kspAg1o3IOAd4wxDtSfQCGEEQwtGmqwOQS9sDOsopG01g+Ih2c3UFuKyUE2QVsw7HGQKmgJwz8HYUFz2P+iKuSwANiIW6f1A/BVfO+porbcAAAAAElFTkSuQmCC);
        background-repeat: no-repeat;
        background-size: cover;
        width: 1.5rem;
        height: 1.5rem;
        transition: .7s all;
        filter: brightness(0) saturate(100%) invert(45%) sepia(90%) saturate(600%) hue-rotate(10deg) brightness(100%) contrast(110%);
    }

    .blog_category_mobile.active {
        background: var(--main-cl);
        color: white !important;
    }

    .list_tax_mobile.active .list_tax_cat {
        opacity: 1 !important;
        z-index: 10;
    }

    ul.list_tax_cat {
        background: white;
        left: 50%;
        transform: translateX(-50%);
        width: 101%;
        row-gap: 0;
        top: 100%;
        pointer-events: auto;
        justify-content: center;
        position: absolute;
        margin: 0;
        max-height: 20rem;
        overflow: auto;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
    }

    ul.list_tax_cat {
        display: none;
        z-index: 3;
    }

    li.list_tax_item {
        transition: .7s all;
        /*border: 1px solid var(--third-cl);*/
        text-align: start;
        width: 100%;
        border-radius: 0;
        padding: 0 !important;
        cursor: pointer;
        margin: 0;
    }

    ul.list_tax_cat li {
        color: black;
        transition: .5s all;
        display: block;
        padding: .7rem !important;
        font-size: .9rem;
        line-height: 1.5;
        text-transform: uppercase;
    }
    #header.CRis_admin {
        top: 0;
    }
    .load_home_page svg {
        width: 15rem;
    }
    .project_detail_1 .col-6 {
        width: 100%;
    }
    .breadcrumbs ul {
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        overflow: auto;
    }

    .breadcrumbs li {
        flex: 0 0 auto;
    }

    #CRbreadcrumbs {
        padding: 1rem 0;
    }

    .project_detail_1 h1 {
        font-size: 1.7rem;
    }

    .pd_list {
        padding-left: 0;
        margin-top: 1rem;
        gap: 1rem;
    }

    .pd_list .item {
        width: calc(100% / 2 - (1rem * 1 / 2));
    }
    .project_gallery_image_inner {
        height: 20rem !important;
    }
    .pagination_wrap .arrow_slide {
        position: relative;
        inset: unset !important;
    }

    .pagination_wrap .arrow_slide.prev {
        transform: rotate(-90deg);
    }

    .pagination_wrap .arrow_slide.next {
        transform: rotate(90deg);
    }

    .pagination_wrap {
        width: 100%;
        justify-content: space-between;
        display: flex;
        align-items: center;
        margin: 1.5rem 0 0;
    }
    .pagination_wrap .slick-pagination{
        display:flex;
    }
}

@media only screen and (max-width: 767px) {
    #header #CRlogo img {
        height: 30px;
    }

    #header #CRgroup_head {
        padding-left: 0 !important;
    }

    .CRtitle_group .overlay_title {
        font-size: 40px;
    }

    #banner_home .item .title {
        font-size: 20px;
    }

    #banner_home .item .des {
        font-size: 14px;
        line-height: normal;
        margin: 5px 0 0;
    }

    #banner_home .slick-dots {
        bottom: 10px;
        margin-left: 15px;
    }

    #banner_home .item .container {
        bottom: 20px;
    }

    #intro_home, #partner_home, #scale_home, #intro_home .intro_home_right .CRtitle_group * {
        text-align: center;
    }

    .CRcustom_dots_line .slick-dots li button {
        width: 30px;
    }

    #intro_home .row {
        flex-direction: column;
    }

    .intro_home_left.col-6 {
        width: 100%;
        order: 2;
    }

    .intro_home_right.col-6 {
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }

    .CRtitle_group .title {
        font-size: 25px;
        line-height: normal;
    }

    #intro_home .intro_home_right .des {
        font-size: 16px;
    }

    #intro_home .intro_home_right .CRbtn_style {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    #partner_home .intro_partner .CRtitle_group * {
        text-align: center;
    }

    #partner_home .intro_partner, #partner_home .intro_partner .CRtitle_group {
        width: 100%;
    }

    #partner_home .intro_partner .des br {
        display: none;
    }

    #scale_home .info_scale {
        margin: 30px -15px 0;
    }

    #scale_home .map_scale .box_map .box_dots a {
        height: 10px;
        width: 10px;
    }

    #partner_home .list_partner {
        flex-wrap: wrap;
        display: inline-block;
        width: 100%;
    }

    #partner_home .list_partner .empt {
        display: none;
    }

    #partner_home .list_partner > * {
        width: 33.3%;
        float: left;
    }

    #partner_home .list_partner .thumb {
        text-align: center;
    }

    #partner_home .list_partner img {
        max-width: 80%;
    }

    #partner_home .intro_partner {
        position: inherit;
        margin-bottom: 30px;
    }

    .CRitem_partner .wrap {
        height: 120px;
    }

    .CRitem_partner.view i {
        bottom: 10px;
        right: 5px;
        font-size: 20px;
    }

    .CRitem_partner.view .title {
        font-size: 15px;
    }

    .CRitem_scale .title {
        font-size: 25px;
        line-height: normal;
    }

    .CRitem_scale, #scale_home .CRitem_scale:nth-child(3) {
        width: 50%;
        margin-bottom: 20px;
    }

    .CRitem_scale .cont {
        margin: 10px 0 0;
    }

    #product_home .intro_product .title {
        font-size: 30px;
        line-height: 40px;
    }

    #product_home .list_product {
        width: 100%;
        display: inline-block;
    }

    #product_home .list_product > * {
        width: 100%;
    }

    #product_home .CRitem_product_term, #product_home .list_product .box_item > * {
        height: 250px;
    }

    .CRitem_product_term .title_group p {
        font-size: 16px;
    }

    .CRitem_product_term .title_group .title {
        font-size: 25px;
    }

    #product_home .list_product .box_item .CRitem_product_term .thumb {
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
    }

    #profile_home {
        padding: 50px 0 300px;
    }

    #CRintro_page #top_intro .top_intro_left {
        padding-right: calc(var(--bs-gutter-x) / 2);
        width: 100%;
    }

    #CRintro_page #top_intro .num_top_intro .line_one, #CRintro_page #top_intro .num_top_intro .line_two {
        display: none;
    }

    #CRintro_page #top_intro .num_top_intro {
        min-height: inherit;
        border-right: 0;
        border-bottom: 0;
    }

    #CRintro_page #top_intro .top_intro_right {
        padding-left: calc(var(--bs-gutter-x) / 2);
        width: 100%;
    }

    #CRintro_page #top_intro .num_top_intro .box_num {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .CRitem_history .wrap {
        margin: 0 -20px;
    }

    .CRitem_history .cont {
        width: 100% !important;
    }

    #CRintro_page .award_intro .awrad_list {
        margin: 40px 0;
    }

    #CRproducts_page .CRlist_filter li {
        padding: 10px 10px;
    }

    #CRproducts_page .CRlist_filter ul {
        padding: 10px 0 20px;
    }

    .CRitem_product {
        width: 50%;
    }

    .CRcustom_thumb_slider .item_slider_for {
        pointer-events: none;
    }

    #CRsingle_product_top .CRinfo_product {
        display: block;
        margin: 0 0 50px;
    }

    #CRsingle_product_top .CRinfo_product > * {
        width: 100%;
    }

    .CRinfo_product_col.CRcustom_thumb_slider {
        margin-bottom: 30px;
    }

    #CRsingle_product_bottom .CRdef_other_list.active {
        margin: 0;
    }

    #CRsingle_product_bottom .CRlist_related_product {
        margin: 20px 0 0;
    }

    .CRlist_filter li {
        padding: 0 10px;
    }

    .CRitem_post {
        width: 50%;
    }

    .CRdef_single_content .CRpost_meta .title {
        font-size: 25px;
        line-height: 30px;
    }

    .CRdef_single_content .CRdef_content {
        padding: 20px;
        width: 100%;
    }

    .CRdef_single_content .CRdef_content .CRpost_cont strong {
        font-size: 16px;
        line-height: 20px;
    }

    .CRdef_single_content {
        padding: 50px 0 50px;
    }

    .CRcustom_thumb_slider .item_thumb, .CRcustom_thumb_slider .item_slider_for {
        height: 330px;
    }

    .CRdef_single_content .other_new .CRtitle_group {
        margin-bottom: 30px;
    }

    .CRnext_view {
        display: none;
    }

    .CRrecruit_info .intro_top {
        width: 90%;
        position: relative;
        left: inherit;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        margin-bottom: 30px;
    }

    .CRrecruit_info {
        padding: 30px 0 0;
    }

    #CRhead_recruit_list li:first-child, .CRdef_recruits ul li:nth-child(1), .CRrecruit_position #CRrecruit_list .line_gr {
        display: none;
    }

    #CRhead_recruit_list h4 {
        font-size: 12px;
    }

    .CRdef_recruits ul li {
        padding: 0 5px;
        width: 25%;
    }

    .CRitem_recruits h4, .CRitem_recruits p {
        font-size: 12px;
        line-height: 18px;
    }

    .CRrecruit_info img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    #CRsingle_recruit_page #CRrecruit_top_cont .top .title, #CRsingle_recruit_page #CRrecruit_top_cont .top .share_recruit_group {
        width: 100%;
    }

    #CRsingle_recruit_page .cont_def_recruits {
        width: 100%;
    }

    #CRsingle_recruit_page #CRrecruit_top_cont .top .title {
        margin-bottom: 10px;
    }

    #CRsingle_recruit_page .title_sub_cont_recruits {
        width: 100%;
        margin-bottom: 20px;
    }

    #CRsingle_recruit_page #CRrecruit_bottom_cont .content_field {
        padding-right: 0;
    }

    #CRsingle_recruit_page #CRrecruit_top_cont .content {
        padding: 25px;
    }

    #CRsingle_recruit_page .info_recruit li {
        width: 100%;
    }

    #CRsingle_recruit_page .info_recruit li span {
        margin: 0 10px 0 5px;
    }

    #CRsingle_recruit_page #live_form_recruits {
        padding-right: 0;
        margin: 35px 0 0;
    }

    #CRsingle_recruit_page #live_form_recruits .CRform_recruit_wrap {
        padding: 20px;
    }

    #CRsingle_recruit_page #live_form_recruits .top .title {
        font-size: 20px;
    }

    #CRsingle_recruit_page #live_form_recruits .top {
        margin-bottom: 15px;
    }

    #CRsingle_recruit_page #live_form_recruits ul li.def-form-field-half {
        width: 100%;
    }

    #CRintro_page #top_intro #CRbreadcrumbs {
        padding-bottom: 30px;
    }

    #CRintro_page .benefit_intro .list_benefit {
        margin: 60px 0 50px;
    }

    .CRitem_benefit .cont {
        line-height: 25px;
        padding: 15px 15px 0 15px;
    }

    .CRitem_benefit:nth-child(even) .wrap {
        padding-top: 0;
    }

    .CRitem_benefit .cont:before, .CRtitle_group .overlay_title, .CRitem_vision .line {
        display: none;
    }

    .CRitem_vision .icon {
        margin: 0 auto 30px auto;
    }

    .CRitem_vision {
        text-align: center;
        padding: 0 40px;
    }

    .CRitem_vision .wrap {
        width: 100%;
    }

    #CRintro_page #top_intro .num_top_intro .number {
        font-size: 150px;
        margin: 0 auto;
    }

    #CRintro_page .award_intro {
        padding: 100px 0 200px;
    }

    #CRintro_page .histoty_intro .histoty_top {
        padding: 70px 0 50px;
    }

    #CRintro_page #vision_intro {
        padding: 50px 0 50px;
    }

    #CRsingle_product_top .wpcf7 form.sent .wpcf7-response-output, #CRsingle_product_top .wpcf7 form.invalid .wpcf7-response-output, #CRsingle_product_top .wpcf7 form.unaccepted .wpcf7-response-output {
        font-size: 10px;
    }

    .CRitem_vision .cont {
        margin: 25px 0 20px;
    }

    .paging ul .CRpaging_next, .paging ul .CRpaging_prev {
        padding: 0 10px;
    }

    .paging ul li a {
        width: 30px;
        height: 30px;
    }

    .paging ul li {
        margin: 0 5px;
    }

    #button_back_top {
        width: 30px;
        height: 30px;
    }

    #CRintro_page #top_intro .num_top_intro .des {
        font-size: 23px;
        line-height: normal;
    }

    #CRnews_page .CRnews_content {
        padding: 20px 0;
    }

    .CRlist_filter .active a:before, .CRlist_filter a:hover:before {
        width: 10px;
    }

    .CRdef_other_list.active {
        margin: 0;
    }

    .CRlist_filter a {
        font-size: 13px;
    }

    .CRitem_recruits .btn_rec a {
        color: #ED5B1B;
        font-size: 10px;
        border: 0;
        background-color: transparent;
    }

    .CRcontact_page .CRintro_contact {
        padding: 50px 0 45px;
    }

    .CRform_contact .col-6 {
        width: 100%;
    }

    .CRform_contact .contact_form {
        padding: 30px 20px 30px;
    }

    .CRform_contact .contact_info {
        padding: 30px;
    }

    #CRtop_search {
        margin: 30px 0 50px;
    }

    #CRcenter_search .CRitem_post {
        width: 50%;
    }

    #CRproducts_page .CRproducts_content {
        padding: 30px 0;
    }

    .footer_top .formFooter {
        margin: 0 auto;
        text-align: center;
    }

    .CRform_def .gr-def-form-btn {
        margin: 20px auto;
    }

    .footer_center .CRlogo_ft img {
        height: 70px;
    }

    .footer_center {
        padding: 50px 0 50px;
    }

    .footer_bottom .content {
        padding: 10px 0;
    }

    .footer_bottom .content {
        display: inline-block;
    }

    .footer_bottom .content > * {
        width: 100%;
    }

    .footer_bottom .socials_ft {
        padding-left: 0;
    }

    .footer_bottom .socials_ft ul li {
        padding: 0 10px;
    }

    .footer_bottom .policy_list {
        margin-right: 15px;
    }

    .footer_bottom .policy_list ul {
        margin: 0 -5px;
    }

    .footer_bottom .policy_list li {
        padding: 0 5px;
    }

    .footer_top .left {
        padding-left: 0 !important;
        width: 100%;
        padding-top: 50px !important;
        padding-bottom: 30px !important;
    }

    .footer_top .right {
        width: 100%;
    }

    .footer_top .awardsFooter .info {
        width: 100%;
    }

    .footer_top .awardsFooter .awards_list {
        width: 100%;
    }

    .footer_top .awardsFooter {
        padding: 50px 20px;
        display: block;
        text-align: center;
    }

    .footer_top .awards_list {
        display: none !important;
    }

    .contactFooter.ft_mn.col-6 {
        width: 100%;
        padding: 0 10px;
        display: inline-block;
    }

    .headquartersFooter.ft_mn.col-3 {
        width: 100%;
        padding: 0 10px;
        display: inline-block;
    }

    .CRitem_history .wrap > * {
        width: 50%;
        padding: 0 20px;
    }

    .CRitem_award_def {
        width: 70%;
        padding: 20px 0;
    }

    .footer_top .awardsFooter .CRbtn_style {
        margin: 20px auto;
    }

    .footer-title {
        margin: 0 0 15px;
    }

    .footer_center .contactFooter .item {
        width: 100%;
        padding: 0 !important;
        margin: 25px 0;
    }

    a.menu_open, .CRhotline, .CRico_head_wrap {
        position: relative;
        z-index: 9999999;
    }

    a.menu_open.show svg {
        fill: white;
    }

    .cd-popup-container {
        margin: 6em auto;
    }
    .pagination_wrap .slick-dots {
        position: relative;
        inset: unset !important;
    }
    .pagination_wrap .slick-dots li button:before {
        font-size: 10px;
    }
    a.menu_open svg {
        margin-right: 7px;
    }
    section.project_detail_3 h2 {
        font-size: 1.8rem;
    }
    .project_detail_3 .slick-track {
        margin: 0;
    }
    .project_related_item {
        padding: 0;
    }
    #CRbreadcrumbs .breadcrumb {
        justify-content: center;
    }

    #CRsingle_product_page .breadcrumbs .col-xl-12 {
        padding-left: 10px;
    }

    #CRsingle_product_top .contact_btn {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: unset;
    }

    #CRsingle_product_top .contact_btn a {
        padding: 0 37px;
    }

    #CRsingle_product_top .CRinfo_product > * {
        padding: 0;
    }
    #CRsingle_product_top .form_contact_product_wrap .CRform_def input[type=submit] {
        padding: 0 1rem;
    }
}

