  @font-face {
    font-family: icomoon;
    src: url("/wp-content/themes/CRLocal/assets/fonts/icomoon.eot?njrfnv");
    src: url("/wp-content/themes/CRLocal/assets/fonts/icomoon.eot?njrfnv#iefix") format("embedded-opentype"), url("/wp-content/themes/CRLocal/assets/fonts/icomoon.ttf?njrfnv") format("truetype"), url("/wp-content/themes/CRLocal/assets/fonts/icomoon.woff?njrfnv") format("woff"), url("/wp-content/themes/CRLocal/assets/fonts/icomoon.svg?njrfnv") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-left:before {
    content: "\e907";
}
.icon-right:before {
    content: "\e908";
}
.icon-global:before {
    content: "\e909";
}
.icon-call:before {
    content: "\e904";
}
.icon-location:before {
    content: "\e905";
}
.icon-printer:before {
    content: "\e906";
}
.icon-sms:before {
    content: "\e903";
}
.icon-R:before {
    content: "\e901";
}
.icon-play:before {
    content: "\e902";
}
.icon-gallery:before {
    content: "\e900";
}
body {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #3c3c46;
}
.row {
    margin: 0 -12px;
}
.row>* {
    padding: 0 12px;
}
.color_white {
    color: #fff;
}
.text_12 {
    font-size: 12px;
    line-height: 20px;
}
[class$=_head] {
    text-align: center;
}
a,
button,
input[type=submit] {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.section {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 26px;
}
.sub_title,
.title {
    font-weight: 700;
    color: #183e6b;
}
.sub_title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}
.history_slider .description,
.CRcooperate .sec_policy .description,
.CRcooperate .sec_introduce .description{
    text-align: justify;
}
.description {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #3c3c46;
}
.description p:not(last-child) {
    margin-bottom: 10px;
}
.description p:last-child {
    margin-bottom: 0;
}
.image {
    overflow: hidden;
    height: 100%;
}
.image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.text_white {
    color: #fff;
}
.sec_slider .bg_overlay{
    display: none;
}
.bg_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.bg_overlay+* {
    position: relative;
    z-index: 20;
}
.read_more {
    margin: auto;
}
.read_more a {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #215695;
    min-width: 180px;
    height: 40px;
    border: 1px solid #215695;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 40px;
}
.read_more a:hover {
    border-color: #e3322b;
}
.btn_orange,
.read_more a:hover {
    color: #fff;
    background-color: #e3322b;
}
.btn_orange {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 10px;
    min-width: 173px;
    height: 40px;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    border: 1px solid transparent;
}
.btn_orange:hover {
    background-color: #fff;
    color: #215695;
    border-color: #215695;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.nav_tab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -20px;
}
.nav_tab .nav_tab-item {
    padding: 0 20px;
}
.nav_tab .nav_tab-item.active a {
    position: relative;
    color: #183e6b;
}
.nav_tab .nav_tab-item.active a:after {
    opacity: 1;
}
.nav_tab .nav_tab-item a {
    font-weight: 700;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    color: #6c6c7d;
    position: relative;
}
.nav_tab .nav_tab-item a:after {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e3322b;
    position: absolute;
    left: 0;
    bottom: -5px;
    opacity: 0;
}
.nav_tab .nav_tab-item a:hover {
    color: #183e6b;
    position: relative;
}
.nav_tab .nav_tab-item a:hover:after {
    opacity: 1;
}
.sec_slider .slick-dots {
    bottom: 160px;
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}
.sec_slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 3px;
}
.sec_slider .slick-dots li.slick-active button {
    color: #fff;
    background-color: #fff;
}
.sec_slider .slick-dots li button {
    padding: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
    color: transparent;
    border-radius: 50%;
}
.sec_slider .slick-dots li button:hover {
    background-color: #fff;
}
.sec_slider .slick-dots li button:before {
    display: none;
}
.project .slick-dots,
.section .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 60%;
    bottom: 0;
    margin: 30px auto auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.project .slick-dots li,
.section .slick-dots li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: inherit;
    margin: 0;
}
.project .slick-dots li.slick-active button,
.section .slick-dots li.slick-active button {
    background-color: #e3322b;
    height: 4px;
}
.project .slick-dots li button,
.section .slick-dots li button {
    padding-top: 0;
    height: 2px;
    width: 100%;
    background-color: #d8d8dd;
    margin: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.project .slick-dots li button:hover,
.section .slick-dots li button:hover {
    background-color: #e3322b;
    height: 4px;
}
.project .slick-dots li button:before,
.section .slick-dots li button:before {
    display: none;
}
.slider_style_1 {
    padding-top: 0;
    overflow-x: hidden;
}
.slider_style_1 .content {
    margin: 0 -12px;
}
.slider_style_1-item {
    /*height: 490px;*/
    height: auto;
    padding: 0 12px;
}
.slider_style_1-item .wrap{
    padding-bottom: 56.25%;
    position: relative;
}
.slider_style_1-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.socials_ft.social_style_1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
}
.socials_ft.social_style_1 li {
    padding: 0 10px;
}
.socials_ft.social_style_1 a {
    width: 40px;
    height: 40px;
    border: 1px solid #89b3e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    color: #215695;
}
.socials_ft.social_style_1 a:hover {
    color: #e3322b;
    border-color: #e3322b;
}
#CRpopup {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(24,62,107,0.8)), to(rgba(24,62,107,0.8)));
    background: -o-linear-gradient(bottom, rgba(24,62,107,0.8), rgba(24,62,107,0.8));
    background: linear-gradient(0deg, rgba(24,62,107,0.8), rgba(24,62,107,0.8));
    position: fixed;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#CRpopup.active {
    opacity: 1;
    height: 100%;
    width: 100%;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#CRpopup .content {
    height: 80vh;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#CRpopup .content img {
    height: 100%;
    width: auto;
}
#CRpopup .content video {
    height: auto;
    width: 100%;
}
#CRpopup .content::-webkit-scrollbar {
    width: 5px;
    border-radius: 3px;
    background-color: #f0f0f2;
}
#CRpopup .content::-webkit-scrollbar-thumb {
    background-color: #ec4a36;
    outline: 1px solid #ec4a36;
}
#CRpopup .content::-webkit-scrollbar-track {
    border: 0.5px solid #f0f0f2;
}
#CRpopup #exitButton {
    font-size: 20px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    color: #fff;
}
#CRpopup #exitButton:hover {
    color: #e3322b;
}
.project_box {
    position: relative;
    height: 276px;
}
.project_box .content {
    height: 100%;
}
.project_box .detail {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
}
.project_box-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}
.project_box-title a {
    color: #fff;
}
.project_box-title a:hover {
    color: #e3322b;
}
.project_box-sub_title {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 10px;
}
@media (min-width: 576px) {
    .sec_slider .slick-dots {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .sec_slider .slick-dots {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .sec_slider .slick-dots {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .sec_slider .slick-dots {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .sec_slider .slick-dots {
        max-width: 1320px;
    }
}
#header .top_header {
    background-color: #002b60;
    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;
}
#header .top_header .infoHead p{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
 }
#header .top_header-left,
#header .top_header-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 100px);
}
#header .top_header a {
    color: #fff;
}
#header .top_header a:hover {
    color: #e3322b;
}
#header .top_header-center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 200px;
    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;
}
#header .top_header-center a {
    color: #5793da;
}
#header .top_header-right {
    color: #fff;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.CRsearchHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.CRsearchHead.show form{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    min-width: 180px;
}
.CRsearchHead form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CRsearchHead form input::placeholder{
    color: rgb(255 255 255 / 80%);
}
.CRsearchHead form input{
    box-shadow: 0px 0px 10px transparent;
    max-width: 500px;
    width: 100%;
    font-size: 15px;
    text-align: left;
    border: none;
    border-bottom: solid 1px #ffffff;
    outline: 0;
    text-transform: initial;
    height: 30px;
    font-weight: 500;
    line-height: normal;
    color: #ffffff;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    padding: 15px 5px;
    background-color: #002b60;
}
.CRsearchHead form button {
    min-width: 30px;
	max-width: 30px;
    height: 30px;
    border: solid 2px #e3322b;
    text-align: center;
    font-weight: 400;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    color: #ffffff;
    outline: 0;
    background-color: #e3322b;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin: 0 0 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;
}
#header .top_header-right .boxSearch input {
    display: none;
}
#header .top_header-right .boxSearch button {
    background-color: transparent;
    border: none;
    color: #fff;
}
#header .top_header p {
    margin-bottom: 0;
}
#header .main_header .CRmain_nav-right .main_menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#header .main_header .CRmain_nav-left,
#header .main_header .CRmain_nav-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 80px);
}
#header .main_header .CR_custom_logo {
    width: 160px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
#header .main_header .CR_custom_logo img {
    width: 100%;
}
#header .main_header .main_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
}
#header .main_header .main_menu li {
    padding: 0 20px;
}
/*#header .CRnav li.current-menu-item > a,*/
/*#header .CRnav li.current_page_item > a,*/
/*#header .CRnav li.current-menu-ancestor > a{*/
/*    !*color: #215695 !important;*!*/
/*}*/
#header .CRnav li.current-menu-item > a:after,
#header .CRnav li.current_page_item > a:after,
#header .CRnav li.current-menu-ancestor > a:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background-color: #e3322b;
}
#header .CRnav li.current-menu-item .sub-menu a:after,
#header .CRnav li.current_page_item .sub-menu a:after,
#header .CRnav li.current-menu-ancestor .sub-menu a:after{
    display: none;
}

#header .main_header .main_menu a {
    font-weight: 700;
    font-size: 15px;
    line-height: 26px;
    color: #215695;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}
#header .main_header .main_menu a:hover {
    color: #e3322b;
}
.sec_slider {
    margin-bottom: 0 !important;
}
.sec_slider .custom_arrow{
    z-index: 4;
}
.sec_slider .custom_arrow:hover i{
    color: #e3322b !important;
}
.sec_slider .custom_arrow i {
    color: #ffffff !important;
    font-size: 50px !important;
    text-shadow: 1px 1px 2px #000000, 0 0 1em #7a7a7a, 0 0 0.2em #7a7a7a;
}
.sec_slider .custom_arrow.left{
    left: 30px;
}
.sec_slider .custom_arrow.right{
    right: 30px;
}
.sec_slider-item {
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
.sec_slider-item .wrap{
    position: relative;
}
.sec_slider-item .wrap > a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.sec_slider-item.CRno_cont .wrap img{
    width: 100%;
    height: auto;
}
.sec_slider-item:not(.CRno_cont) .wrap img{
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*-o-object-fit: cover;*/
    /*object-fit: cover;*/
    /*-o-object-position: center;*/
    /*object-position: center;*/
    width: 100%;
    height: auto;
}
.sec_slider-item:not(.CRno_cont) .wrap .container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc((100% - 1140px)/2);
    z-index: 122222;
}
.sec_slider-item:not(.CRno_cont) .wrap{
    /*padding-top: 302px;*/
    /*padding-bottom: 202px;*/
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.sec_slider-item-video {
    position: relative;
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    height: 685px;
}
.sec_slider-item-video video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.sec_slider-item-content {
    max-width: 626px;
    position: relative;
}
.sec_slider-item--title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.sec_slider-item--sub_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 64px;
}
.sec_slider-item--description {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}
.sec_slider-item--description p{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 72px;
}
.page_banner {
    min-height: 274px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 95px 0;
    position: relative;
}
.page_banner-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
}
.footer_top {
    padding: 0;
    background-repeat: no-repeat;
    background-position: right 76px center;
}
.footer_top .ft_mn .content {
    z-index: 2;
    position: relative;
    padding: 36px 0 40px;
}
/* .footer_top .ft_mn:last-child .content {
    position: relative;
    z-index: 1;
    height: 100%;
    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: end;
    padding: 20px 0;
} */
.footer_top .CRmember_company h3:after,
.footer_top .wpcf7 h3:after,
.footer_top .infoFooter h3:after {
    content: "";
    width: 100%;
    height: 0;
    border-bottom: 1px solid #fff;
    display: block;
    margin-top: 20px;
}
.footer_top h3 {
    font-weight: 700;
    margin-bottom: 26px;
    color: #fff;
}
.footer_top h3,
.footer_top li {
    font-size: 15px;
    line-height: 24px;
}
.footer_top li a {
    color: #fff;
}
/*.footer_top li a:hover {*/
/*    color: #e3322b;*/
/*}*/
.footer_top .footer_logo_bg {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}
.footer_top .footer_logo_bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.footer_top .wpcf7 {
    /* margin-top: 30px; */
}
.footer_top .wpcf7 h3 {
    text-transform: uppercase;
}
.footer_top .wpcf7 .def-form-field {
    max-width: 312px;
}
.footer_top .wpcf7 ul {
    position: relative;
}
.footer_top .wpcf7 ul i {
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer_top .wpcf7 label,
.footer_top .wpcf7 span.wpcf7-spinner {
    display: none;
}
.footer_top .wpcf7 input:not([type=submit])::placeholder{
    color: rgb(255 255 255 / 50%) !important;
}
.footer_top .wpcf7 input {
    width: 100%;
    height: 32px;
    background-color: #215695;
    border: 1px solid #fff;
    color: #fff;
}
.footer_top .wpcf7 input:not([type=submit]) {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    padding: 4px 15px;
    outline: none;
}
.footer_top .wpcf7 input:-ms-input-placeholder {
    color: #fff;
}
.footer_top .wpcf7 input::-moz-placeholder {
    color: #fff;
}
.footer_top .wpcf7 input::-webkit-input-placeholder {
    color: #fff;
}
.footer_top .wpcf7 input::-ms-input-placeholder {
    color: #fff;
}
.footer_top .wpcf7 input::placeholder {
    color: #fff;
}
.footer_top .wpcf7 input[type=submit] {
    display: none;
}
.footer_bottom {
    background-color: #002b60;
    color: #fff;
    min-height: 42px;
}
.footer_bottom .box {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 11px;
    padding-bottom: 11px;
}
.footer_bottom .copyright {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
}
.footer_bottom .socials_ft ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.footer_bottom .socials_ft li {
    padding: 0 10px;
}
.footer_bottom .socials_ft a {
    color: #fff;
}
.footer_bottom .socials_ft a:hover {
    color: #e3322b;
}
.project {
    padding-top: 70px;
    padding-bottom: 37px;
}
.project_head {
    margin-bottom: 36px;
}
#CRloadProjectHome .custom_arrow.left{
    left: 50px;
}
#CRloadProjectHome .custom_arrow.right{
    right: 50px;
}
#CRloadProjectHome .custom_arrow:hover i{
    color: #e3322b !important;
}
#CRloadProjectHome .custom_arrow i{
    color: #ffffff !important;
    font-size: 50px !important;
}
.project_slider {
    margin-bottom: 0 !important;
}
.project_slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.project_slider-box {
    position: relative;
    height: 424px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/*.project_slider-box:not(.slick-active) {*/
/*    height: 390px;*/
/*}*/
.project_slider-box:not(.slick-active) .wrap {
    padding: 0 0 85% !important;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    pointer-events: none;
    opacity: 0.8;
}
.project_slider-box--image {
    height: 100%;
}
.project_slider-box--image .bg_overlay {
    top: 0;
    left: 0;
}
.project_slider-box--image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.project_slider-box--content {
    position: relative;
    color: #fff;
    padding: 0 12px;
    height: 100%;
}
.project_slider-box--content a {
    color: #fff;
}
.project_slider-box--detail {
    position: absolute;
    bottom: 72px;
    left: 40px;
}
.project_slider-box--sub_title {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 2px;
}
.project_slider-box--title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
}
.project_slider-box--image {
    position: relative;
}
.contractors {
    padding-top: 40px;
    padding-bottom: 245px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
}
.contractors_head {
    color: #183e6b;
    text-align: center;
    margin-bottom: 40px;
    max-width: 869px;
    margin-left: auto;
    margin-right: auto;
}
.contractors_head .sub_title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.contractors_head .title {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.contractors_head .discription {
    font-size: 20px;
    line-height: 32px;
}
.contractors_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contractors_detail-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
    margin-bottom: 30px;
}
.contractors_detail-box--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contractors_detail-box--icon {
    width: 40px;
}
.contractors_detail-box--icon img {
    width: 100%;
    height: auto;
}
.contractors_detail-box--text {
    color: #215695;
    font-size: 17px;
    line-height: 26px;
    padding-left: 10px;
    margin-top: -5px;
}
.contractors_detail-box--title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.contractors_gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
    padding-top: 40px;
}
.contractors_gallery-box {
    padding: 0 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}
.contractors_gallery-box--content {
    position: relative;
}
.contractors_gallery-box--content:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #183e6b;
    opacity: 0.3;
}
.contractors_gallery-box--image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.contractors_gallery-box--text {
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 10px;
}
.contractors_gallery-box a {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #fff;
}
.contractors_gallery-box a:hover {
    color: #e3322b;
}
.partner {
    margin-top: -175px;
}
.partner_slider {
    padding: 0 80px;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.partner_slider .slick-list {
    margin: 0 -20px;
}
.partner_slider .custom_arrow.left {
    left: 13px;
}
.partner_slider .custom_arrow.right {
    right: 13px;
}
.partner_logo {
    padding: 20px;
}
.partner_logo a {
    display: block;
}
.partner_logo a:hover {
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.news {
    padding-top: 70px;
    padding-bottom: 70px;
}
.news_head {
    margin-bottom: 30px;
}
.news_head-navTab {
    position: relative;
}
.news_head .title {
    margin-bottom: 36px;
}
.news_content .row {
    margin: 0 -12.5px;
}
.news_content .row>* {
    padding: 0 12.5px;
}
.news_press-left .news_box {
    height: 482px;
}
.news_press-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news_press-right .news_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 5px);
}
.news_press-right .news_box:first-child {
    width: 100%;
    height: 314px;
    margin-bottom: 10px;
}
.news_press-right .news_box:first-child .news_box-head {
    padding: 30px;
}
.news_press-right .news_box:not(first-child) {
    height: 158px;
}
.news_press-right .news_box:not(first-child) .news_box-head {
    padding: 14px 10px;
}
.news_press-right .news_box:not(first-child) .news_box--title {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}
.news_press-right .news_box:not(first-child) .news_box--date {
    font-size: 12px;
    line-height: 20px;
}
.news_box {
    position: relative;
}
.news_box-head {
    position: absolute;
    bottom: 0;
    padding: 40px 30px;
}
.news_box--title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 3px;
}
.news_box--title a {
    color: #fff;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news_box--title a:hover {
    color: #e3322b;
}
.news_box--date {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}
.news_box-image {
    height: 100%;
}
.news_box-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.news_video-box {
    height: 238px;
    position: relative;
    margin-bottom: 10px;
}
.news_video-thumb {
    position: relative;
    height: 100%;
}
.news_video-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.news_video-thumb .btn-play {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #fff;
    border-color: transparent;
    font-size: 34px;
    color: #e3322b;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.news_video-content {
    color: #fff;
    background-color: #215695;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.news_video-content h3 {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 0;
}
.news_video-body--box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news_video-body--box:not(last-child) {
    margin-bottom: 10px;
}
.news_video-body--box--image {
    width: 110px;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.news_video-body--box--image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.news_video-body--box--content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 110px);
    padding-left: 10px;
    font-size: 12px;
    line-height: 20px;
}
.news_video-body--box--content .title {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}
.news_video-body--box--content .title a {
    color: #25252b;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news_video-body--box--content .title a:hover {
    color: #e3322b;
}
.news_video-body--box--content .date {
    margin-bottom: 4px;
}
.news_video-body--box--content p {
    color: #545461;
    margin-bottom: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news .read_more {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.recruiting {
    position: relative;
    background-color: #183e6b;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position: 100%;
    padding: 70px 0 90px;
}
.recruiting:after {
    z-index: 1;
    content: '';
    background: -webkit-gradient( 
linear, right top, left top, color-stop(35.67%, rgba(19, 50, 86, 0)), to(#183e6b));
    background: -o-linear-gradient( 
right, rgba(19, 50, 86, 0) 35.67%, #183e6b 100%);
    background: linear-gradient( 
-90deg, rgba(19, 50, 86, 0) 35.67%, #183e6b 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    left: 50%;
}
.recruiting .container {
    z-index: 2;
    position: relative;
}
.recruiting_bg_icon {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
}
.recruiting_bg_icon img {
    height: 100%;
    width: auto;
}
.recruiting_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px;
}
.recruiting_box {
    position: relative;
}
.recruiting_box-image {
    height: 320px;
}
.recruiting_box-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.recruiting_box-content {
    position: absolute;
    bottom: 0;
    padding: 28px 10px;
    text-align: center;
    width: 100%;
}
.recruiting_box-content a.hotline {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #183e6b;
}
.recruiting_box-content a.hotline:hover {
    color: #e3322b;
}
.recruiting_box .btn_orange {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.evaluate {
    padding: 70px 0;
    overflow: hidden;
}
.evaluate_slide .slick-track{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.evaluate_slide .slick-list {
    margin: -20px -12px;
}
.evaluate_slide .slick-slide {
    padding: 20px 12px;
    height: inherit !important;
}
.evaluate_slide .slick-slide.slick-active .evaluate_box {
    -webkit-box-shadow: 0 4px 17px rgba(0,0,0,0.15);
    box-shadow: 0 4px 17px rgba(0,0,0,0.15);
}
.evaluate_slide .custom_arrow.left {
    left: -40px;
}
.evaluate_slide .custom_arrow.right {
    right: -40px;
}
.evaluate_slide .custom_arrow i {
    font-size: 56px;
    color: #bcbcc5;
}
.evaluate_slide .custom_arrow i:hover {
    color: #e3322b;
}
.evaluate_box {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}
.evaluate_image {
    height: 110px;
    margin-bottom: 10px;
    text-align: center;
}
.evaluate_image img {
    width: auto;
    height: 100%;
    margin: auto;
}
.evaluate_content {
    text-align: center;
}
.evaluate_content,
.evaluate_content h3 {
    font-size: 15px;
    line-height: 24px;
    color: #183e6b;
}
.evaluate_content h3 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.evaluate_content p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.overview_image {
    height: 550px;
}
.overview_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.overview_content .title {
    margin-bottom: 20px;
}
.vision {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.vision_chart_img_wrap img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.vision_chart_img_wrap {
    text-align: center;
}
.vision_head {
    max-width: 872px;
    margin: auto;
}
.vision_head-row:not(last-child) {
    margin-bottom: 70px;
}
.vision_head .title {
    margin-bottom: 20px;
}
.vision_head .sub_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #2c73c7;
    margin-bottom: 10px;
}
.vision_chart-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
    position: relative;
}
.vision_chart-head--box .wrap {
    width: 248px;
    height: 248px;
    background: #d8eeff;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 25px;
    text-transform: uppercase;
}
.vision_chart-head--box.active{
    z-index: 2;
}
.vision_chart-head--box:first-child {
    z-index: 1;
    margin-right: -24px;
}
.vision_chart-head--box:last-child {
    margin-left: -24px;
    z-index: 1;
}
.vision_chart-head--box.active .wrap {
    background: -webkit-gradient(linear, left bottom, left top, from(#183e6b), to(#00c0ff));
    background: -o-linear-gradient(bottom, #183e6b, #00c0ff);
    background: linear-gradient(0deg, #183e6b, #00c0ff);
    z-index: 2;
}
.vision_chart-head--box.active:after {
    content: "";
    height: 60px;
    border-right: 1px dashed #e3322b;
    position: absolute;
    bottom: -60px;
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.vision_chart-head--box.active h3 {
    text-transform: capitalize;
    color: #fff;
    font-size: 40px;
    line-height: 48px;
}
.vision_chart-head--box .icon {
    height: 92px;
    width: 92px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.vision_chart-head--box {
    position: relative;
}
.vision_chart-head--box h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #215695;
}
.vision_chart-body {
    padding-top: 65px;
    position: relative;
}
.vision_chart-body>* {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.vision_chart-body--box {
    position: relative;
    width: auto;
    padding: 0;
}
.vision_chart-body--box .wrap{
    width: 168px;
    height: 168px;
    background: #fff;
    border-radius: 50%;
    border: 4px solid #2c73c7;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.vision_chart-body--box:before {
    content: "";
    height: 60px;
    border-right: 1px dashed #e3322b;
    position: absolute;
    top: -65px;
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.vision_chart-body--box:after {
    content: "";
    display: block;
    height: 0;
    border-bottom: 1px dashed #e3322b;
    position: absolute;
    top: -65px;
    width: calc(100% + 4px);
}
.vision_chart-body--box:last-child:after {
    width: calc(50% + 4px);
    left: -4px;
}
.vision_chart-body--box:first-child:after {
    width: calc(50% + 4px);
    right: -4px;
}
.vision_chart-body--box h4 {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    color: #215695;
}
.history_head h2 {
    margin-bottom: 50px;
}
.history_slider_date:before {
    content: "";
    height: 0;
    border-bottom: 2px solid #fff;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
}
.history_slider_date-item {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    position: relative;
    padding-top: 25px;
}
.CRabout .history_slider_date-item.slick-current:after{
    border-color: #ffffff;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CRabout .history_slider_date-item.slick-current:before,
.CRabout .history_slider_date-item:hover:before{
    background-color: #e3322b;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.history_slider_date-item.slick-current:after {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.history_slider_date-item:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 5px;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    cursor: pointer;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.history_slider-item .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 372px;
}
.history_slider--image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    height: 100%;
}
.history_slider--content {
    background: #fff;
    border: 1px solid #f0f0f2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding: 30px;
}
.history_slider .date {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #3c3c46;
}
.history_slider--title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #a61b16;
    margin-top: 20px;
    margin-bottom: 20px;
}
.history_slider .description {
    max-height: 180px;
    height: 100%;
    overflow: hidden;
}
.leadership_head {
    margin-bottom: 30px;
}
.leadership_body .row {
    margin: 0 -12px;
}
.leadership_body .row:first-child {
    margin-bottom: 0;
}
.leadership_body .row>* {
    padding: 0 12px;
}
.leadership-box {
    height: auto;
    position: relative;
}
.leadership-image {
    height: 100%;
    overflow: hidden;
}
.leadership-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 23px 30px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}
.leadership-text h4 {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.leadership-text h4 span {
    text-transform: capitalize;
}
.leadership-text .position {
    margin-bottom: 0;
}
.prize .head .title {
    margin-bottom: 160px;
    text-align: center;
}
.prize .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.prize_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
    padding: 0 12px;
}
.prize_item .content {
    background: #fff;
    border: 1px solid #821611;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0 30px 30px;
    position: relative;
    height: 483px;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.prize_item .content:hover {
    background-image: url("/wp-content/themes/CRLocal/assets/images/icon_ricons.png");
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-color: #821611;
}
.prize_item .content:hover .prize_item-image img {
    border-color: #fff;
}
.prize_item .content:hover .prize_item-text .description,
.prize_item .content:hover .prize_item-text .sub_title {
    color: #fff;
}
.prize_item .content .prize_item-text .description{
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: justify;
}
.prize_item-image {
    max-width: 278px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 52px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.prize_item-image img {
    margin-top: -50%;
    border: 10px solid transparent;
    border-radius: 50%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.prize_item-text .sub_title {
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.prize_item-text .discription {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.evaluate .image {
    padding: 12px;
}
.evaluate .image-gallery .row {
    margin: -12px;
}
.evaluate .image-gallery .img-wrapper {
    position: relative;
    height: 441px;
}
.evaluate .image-gallery .img-overlay {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(24,62,107,0.8)), to(rgba(24,62,107,0.8)));
    background: -o-linear-gradient(bottom, rgba(24,62,107,0.8), rgba(24,62,107,0.8));
    background: linear-gradient(0deg, rgba(24,62,107,0.8), rgba(24,62,107,0.8));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    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;
    opacity: 0;
    cursor: pointer;
}
.evaluate .image-gallery .img-overlay i {
    width: 64px;
    height: 64px;
    font-size: 21px;
    background-color: rgba(255,255,255,0.5);
    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;
}
.human {
    padding-top: 10px;
    padding-bottom: 30px;
}
.human .content {
    padding-top: 80px;
}
.human_slider {
    padding-top: 0;
}
.responsibility {
    padding-bottom: 74px;
}
.responsibility .content {
    max-width: 532px;
}
.responsibility .content .title {
    margin-bottom: 20px;
}
.responsibility .content .description {
    margin-bottom: 30px;
}
.responsibility .content .blockquote {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 28px 30px;
    background-color: #f8f8f8;
    -webkit-box-shadow: 8px 8px 0 0 #e3322b;
    box-shadow: 8px 8px 0 0 #e3322b;
}
.responsibility .content .blockquote h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #215695;
    margin-bottom: 0;
}
.responsibility .images_column .row {
    margin: 0 -12px;
}
.responsibility .image_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
}
.responsibility .image_column:first-child:not(last-child) .image {
    height: 464px;
}
.responsibility .image_column:last-child:not(firt-child) .image {
    height: 350px;
}
.understanding {
    background-color: #f8f8f8;
}
.understanding .row {
    margin: 0 -12px;
}
.understanding .item:nth-child(1),
.understanding .item:nth-child(2),
.understanding .item:nth-child(3){
    padding-top: 0;
}
.understanding .item {
    padding: 50px 12px 0;
}
.understanding .head {
    max-width: 872px;
    text-align: center;
    margin: auto auto 70px;
}
.understanding .head .title {
    margin-bottom: 20px;
}
.understanding .body .content {
    background: #fff;
    border: 1px solid #f0f0f2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 60px 30px 30px;
    position: relative;
    text-align: center;
    height: 100%;
}
.understanding .body .icon {
    width: 80px;
    height: 80px;
    background: -webkit-gradient(linear, left bottom, left top, from(#addcff), color-stop(50.28%, #eaf6ff), to(#eaf6ff));
    background: -o-linear-gradient(bottom, #addcff, #eaf6ff 50.28%, #eaf6ff);
    background: linear-gradient(0deg, #addcff, #eaf6ff 50.28%, #eaf6ff);
    border-radius: 50%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: -40px;
}
.understanding .body .content:hover .icon img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.understanding .body .icon img {
    height: auto;
    width: 41px;
    -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);
    max-height: 90%;
    -o-object-fit: contain;
    object-fit: contain;
}
.advantage {
    padding-bottom: 30px;
}
.contact_form .head .title {
    margin-bottom: 30px;
}
.contact_form .wpcf7-form {
    position: relative;
    max-width: 535px;
}
.contact_form .wpcf7-form .wpcf7-response-output {
    margin-top: 20px !important;
}
.contact_form .CRform_def .def-form-field:not(:last-child) {
    margin-bottom: 20px;
}
.contact_form .CRform_def .def-form-field-required label:after {
    content: "*";
    color: #e3322b;
    margin-left: 2px;
}
.contact_form .CRform_def .def-form-field .gr-def-form-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact_form .CRform_def label {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #25252b;
    margin-bottom: 2px;
}
.contact_form .CRform_def input:not([type=submit]),
.contact_form .CRform_def textarea {
    width: 100%;
    height: 34px;
    background: #fff;
    border: 1px solid #d8d8dd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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: 5px 10px 5px 15px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #25252b;
    outline: none;
}
.contact_form .CRform_def textarea {
    height: 114px;
}
.contact_form .CRform_def input[type=submit] {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 40px;
    background-color: #fff;
    border: 1px solid #215695;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 188px;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    color: #215695;
}
.contact_form .CRform_def input[type=submit]:hover {
    color: #fff;
    background-color: #e3322b;
    border-color: #e3322b;
}
.contact_office-content .image {
    height: 240px;
    margin-bottom: 30px;
}
.contact_office-content .content .item {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #3c3c46;
}
.contact_office-content .content .item i {
    color: #e3322b;
    font-weight: 700;
    margin-right: 12px;
}
.contact_office-content .content .item a:not(.btn_location) {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #3c3c46;
    position: relative;
    padding-bottom: 2px;
}
.contact_office-content .content .item a:not(.btn_location):hover:after {
    content: "";
    border-bottom: 2px solid #e3322b;
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
}
.contact_office-content .content .item:not(.location) {
    margin-bottom: 12px;
}
.contact_office-content .content .location {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contact_office-content .content .location i {
    margin-top: 3px;
}
.contact_office-content .content .location p {
    margin-bottom: 4px;
}
.contact_office-content .content .location a.btn_location {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    color: #6c6c7d;
}
.contact_office-content .content .location a.btn_location:hover {
    color: #e3322b;
}
.contact_office-content .content .location-cont {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 20px);
}
.contact_office-content .content .sub_title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #25252b;
    text-align: left;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.contact_office .socials_ft {
    margin-top: 52px;
}
#CRsingle_project_page #CRbreadcrumbs .breadcrumb {
    margin-bottom: 0;
    margin-top: 8px;
    margin-left: 0;
}
#CRsingle_project_page .title {
    font-size: 32px;
    line-height: 40px;
}
.sec_descrip {
    padding-top: 48px;
    padding-bottom: 40px;
    overflow-x: hidden;
}
.sec_descrip .category {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #6c6c7d;
}
.sec_descrip .category:hover {
    color: #e3322b;
}
.sec_descrip .title {
    margin-bottom: 20px;
}
.sec_descrip .content.sec_descrip-list {
    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;
    margin: 0 -24px;
}
.sec_descrip-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    max-width: 248px;
    padding: 0 24px;
}
.sec_descrip-item h4 {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: #25252b;
    margin-bottom: 5px;
    border-bottom: 1px solid #F0F0F2;
    padding: 0 0 4px;
}
.sec_descrip-item h4 img {
    margin-right: 5px;
}
.sec_descrip-item p {
    margin-bottom: 16px;
}
.sec_descrip .socials_ft {
    margin-top: 30px;
}
.construction_time {
    background-color: #f8f8f8;
}
.construction_time .title {
    margin-bottom: 54px;
}
.construction_time-list {
    margin: 0 -12px;
}
.construction_time-item {
    padding: 0 12px;
}
.construction_time-item image {
    height: 112px;
}
.construction_time-item .date {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    color: #3c3c46;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding: 20px;
}
.sec_video {
    min-height: 380px;
    position: relative;
}
.sec_video .bg_overlay {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sec_video .content {
    text-align: center;
}
.sec_video .content .btn_play {
    width: 64px;
    height: 64px;
    background: transparent;
    border-radius: 60px;
    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;
    font-size: 50px;
    margin: 0 auto;
    color: rgb(255 255 255 / 60%);
}
.sec_video .content .btn_play:hover {
    color: #e3322b;
}
.sec_video .content span {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.project_other .title {
    margin-bottom: 20px;
}
.CRdef_single_page #CRbreadcrumbs {
    padding-top: 16px;
}
.CRdef_single_page #CRbreadcrumbs .breadcrumb {
    margin: 0;
}
.CRdef_single_page #CRbreadcrumbs cite {
    color: #9393a2;
}
.CRdef_single_page #CRbreadcrumbs .title_single cite {
    color: #545461;
    font-weight: 400;
}
.CRdef_single_page #CRbreadcrumbs a:hover cite {
    color: #e3322b;
}
.CRdef_single_page #CRbreadcrumbs span.divider {
    color: #9393a2;
}
.CRdef_single_page .CRdef_single_related {
    background-color: #f8f8f8;
    padding: 20px;
}
.CRdef_single_page .CRdef_single_related .sub_title {
    text-align: left;
    margin-bottom: 20px;
}
.CRdef_single_page .post_small .CRitem_post {
    width: 100%;
}
.CRdef_single_page .post_small .CRitem_post:not(last-child) {
    margin-bottom: 20px;
}
.CRdef_single_page .post_small .CRitem_post:last-child {
    margin-bottom: 0;
}
.CRdef_single_page .post_small .CRitem_post:hover .CRpost_cont h3 {
    color: #e3322b;
}
.CRdef_single_page .post_small .CRitem_post .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.CRdef_single_page .post_small .CRitem_post .wrap:after {
    width: 180px;
}
.CRdef_single_page .post_small .CRitem_post .CRpost_thumb {
    height: 102px;
    width: 180px;
}
.CRdef_single_page .post_small .CRitem_post .CRpost_cont {
    width: calc(100% - 180px);
    padding: 0 0 0 10px;
}
.CRdef_single_page .CRdef_single_content .right>* {
    margin-bottom: 30px;
}
.fb-like {
    display: block;
    padding: 0;
    width: 100%;
}
.fb-like iframe {
    width: auto !important;
}
.related_keywords {
    width: 100%;
    margin-top: 20px;
}
.related_keywords .content {
    padding: 10px;
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.related_keywords ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    padding-left: 10px;
}
.related_keywords ul li {
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.related_keywords ul a {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 20px !important;
    color: #215695 !important;
    border: 1px solid #215695;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    padding: 2px 10px;
    display: block;
}
.other_new {
    padding-top: 60px;
}
.other_new .title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
}
.other_new .CRitem_post:hover .wrap {
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.other_new .CRitem_post .wrap:after {
    height: 240px;
}
.CRdef_single_recruitment {
    position: relative;
}
.CRdef_single_recruitment .content {
    font-weight: lighter;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    text-align: center;
}
.CRdef_single_recruitment .content h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
.CRdef_single_recruitment .content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 32px;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    margin: auto;
    background-color: #0c87ca;
    color: #fff;
}
.CRdef_single_recruitment .content a:hover {
    background-color: #e3322b;
}
.CRcooperate .sub_title {
    font-size: 32px;
    line-height: 40px;
}
.CRcooperate .blockquote {
    max-width: 434px;
    background: #fff;
    border: 3px solid #bbd3f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px 30px 30px;
    margin: 20PX 0 0;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #3c3c46;
}
.CRcooperate .blockquote a {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /*color: #3c3c46;*/
    color: #e3322b;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.CRcooperate .blockquote a:hover {
    color: #e3322b;
}
.CRcooperate .blockquote a:after {
    content: "";
    border-bottom: 2px solid #e3322b;
    width: calc(100% - 25px);
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.CRcooperate .blockquote a i {
    color: #e3322b;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
    margin-top: 2px;
}
.sec_introduce .head {
    padding: 10px 0;
}
.sec_introduce .body {
    padding-top: 60px;
}
.sec_introduce .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sec_introduce .left .content {
    max-width: 424px;
}
.sec_introduce .left .title {
    margin-bottom: 30px;
    text-transform: uppercase;
    max-width: 100%;
}
.sec_introduce .right .gallery {
    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 -5px;
}
.sec_introduce .right .gallery .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
    height: 396px;
    padding: 0 5px;
}
.sec_introduce .right .gallery .image:nth-child(2) {
    height: 500px;
}
.strategy {
    padding: 165px 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.strategy .content {
    max-width: 1095px;
    margin: auto;
    text-align: center;
}
.strategy .content .sub_title {
    margin-bottom: 20px;
}
.process .head {
    padding-bottom: 50px;
}
.process .head .left .content {
    max-width: 760px;
}
.process .head .left .content .sub_title {
    text-align: left;
    margin-bottom: 30px;
}
.process.section {
    padding-bottom: 0;
}
.process_tab_head {
    background: #f8f8f8;
    -webkit-box-shadow: inset 0 -1px 0 #d8d8dd;
    box-shadow: inset 0 -1px 0 #d8d8dd;
    padding-top: 30px;
}
.process_tab_head ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15%;
}
.process_tab_head li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    height: 192px;
}
.process_tab_head-box {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #25252b;
    height: 100%;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.process_tab_head-box a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.process_tab_head-box.active,
.process_tab_head-box:hover {
    background-color: #215695;
    color: #fff;
}
.process_tab_head-box.active :after {
    content: "";
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #215695;
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.process_tab_head-box .icon {
    height: 64px;
    width: 64px;
    margin: 0 auto 20px;
}
.process_tab_head-box .icon img{
    height: 100%;
    width: auto;
}
.process_tab_head-box span{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.process_tab_content {
    padding-top: 52px;
    padding-bottom: 70px;
}
.process_tab_item {
    display: none;
}
.process_tab_item .head {
    max-width: 848px;
    text-align: center;
    margin: auto auto 20px;
}
.process_tab_item .sub_title {
    color: #25252b;
    margin-bottom: 20px;
}
.process_tab_item .description p:not(last-child) {
    margin-bottom: 4px;
}
.process_tab_item.active {
    display: block;
}
.process_tab_steps {
    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;
}
.process_tab_step {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 448px;
    width: 100%;
    padding: 12px;
}
.process_tab_step .number {
    position: relative;
    margin-bottom: 20px;
    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;
}
.process_tab_step .number:before {
    content: "\e902";
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    /*left: calc(50% + 52px);*/
    left: calc(100% + 12px);
    /*-webkit-transform: translate(-50%, -50%);*/
    /*-ms-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #e3322b;
}
.process_tab_step .number:after {
    content: "";
    border-bottom: 2px dashed #e3322b;
    height: 0;
    /*width: calc(100% - 104px);*/
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    /*right: 0;*/
    right: -50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.process_tab_step .number span {
    width: 88px;
    height: 88px;
    border: 7px solid #f6bdbb;
    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;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-transform: capitalize;
    color: #e3322b;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}
.process_tab_step .content {
    max-width: 100%;
}
.process_tab_step:last-child .number:after,
.process_tab_step:last-child .number:before,
.process_tab_step:nth-child(even) .number:after,
.process_tab_step:nth-child(even) .number:before {
    display: none;
}
.process_tab_step .content h4 {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #25252b;
    margin-bottom: 4px;
    text-align: center;
}
.process_tab_step .content ul {
    padding-left: 15px;
}
.process_tab_step .content li {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    color: #3c3c46;
    list-style: disc;
}
.sec_policy .bg_overlay {
    /*background: -webkit-gradient(linear, left bottom, left top, from(rgba(24,62,107,0.9)), to(rgba(24,62,107,0.9)));*/
    /*background: -o-linear-gradient(bottom, rgba(24,62,107,0.9), rgba(24,62,107,0.9));*/
    /*background: linear-gradient(0deg, rgba(24,62,107,0.9), rgba(24,62,107,0.9));*/
    background-color: rgba(24, 62, 107, 0.5);
}
.sec_policy .sub_title {
    color: #fff;
    margin-bottom: 30px;
}
.sec_policy .policy_list {
    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;
    margin: -12px;
}
.sec_policy .policy_list_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
    padding: 12px;
}
.sec_policy .policy_list_item .content {
    border: 1px solid #9393a2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    cursor: pointer;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.sec_policy .policy_list_item .content:hover {
    background-color: #fff;
}
.sec_policy .policy_list_item .content:hover h4 {
    color: #25252b;
}
.sec_policy .policy_list_item .content:hover h4:before {
    border-color: #e3322b;
}
.sec_policy .policy_list_item .content:hover .description {
    color: #3c3c46;
}
.sec_policy .policy_list_item h4 {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
}
.sec_policy .policy_list_item h4:before {
    content: "";
    height: 100%;
    width: 0;
    border-left: 4px solid #5793da;
    position: absolute;
    left: -20px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.sec_policy .policy_list_item .description {
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.sec_rules .head {
    max-width: 873px;
    margin: auto auto 30px;
    text-align: center;
}
.sec_rules .head .sub_title {
    margin-bottom: 20px;
}
.sec_rules_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px;
}
.sec_rules_list_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
    padding: 12px;
}
.sec_rules_list_item .image {
    height: 200px;
    margin-bottom: 20px;
}
.sec_rules_list_item-text h4 {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #25252b;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.sec_guide {
    padding: 60px 0;
}
.sec_guide_steps {
    border: 1px solid #f0f0f2;
}
.sec_guide_step {
    padding: 40px 30px 30px 82px;
    position: relative;
}
.sec_guide_step:before {
    content: "";
    height: 24px;
    -webkit-box-shadow: 0 12px 20px 0 rgba(0,0,0,0.15);
    box-shadow: 0 12px 20px 0 rgba(0,0,0,0.15);
    width: 100%;
    display: block;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}
.sec_guide_step:after {
    content: "";
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sec_guide_step:last-child:after,
.sec_guide_step:last-child:before {
    display: none;
}
.sec_guide_step .step_note {
    width: 40px;
    height: 40px;
    background-color: #66DAAC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
.sec_guide_step .step_note:after {
    content: "";
    border-bottom: 20px solid transparent;
    border-left: 20px solid #66DAAC;
    border-top: 20px solid transparent;
    position: absolute;
    right: -20px;
    top: 0;
}
.sec_guide_step_sactivate .step_note {
    background-color: #63d1db;
}
.sec_guide_step_sactivate .step_note:after {
    border-left-color: #63d1db;
}
.sec_guide_step_criteria .step_note {
    background-color: #33b3e2;
}
.sec_guide_step_criteria .step_note:after {
    border-left-color: #33b3e2;
}
.sec_guide_step_contact .step_note {
    background-color: #215695;
}
.sec_guide_step_contact .step_note:after {
    border-left-color: #215695;
}
.sec_guide_step_contact .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sec_guide_step_contact .body>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.sec_guide_step_contact .body .blockquote {
    width: 224px;
    padding: 18px 20px;
    margin: 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #3c3c46;
}
.sec_guide_step_contact .body .blockquote a:not(last-child) {
    margin-bottom: 8px;
}
.sec_guide_step_contact .body .blockquote a:last-child {
    margin-bottom: 0;
}
.sec_guide_step_contact .body .blockquote a{
    color: #3c3c46;
}
.sec_guide_step_contact .body .blockquote p {
    margin-bottom: 10px;
}
.sec_guide_step_contact .body .content {
    width: calc(100% - 224px);
    padding-left: 24px;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #3c3c46;
    max-width: 746px;
}
.sec_guide_step_contact .body .content>:not(last-child) {
    margin-bottom: 4px;
}
.sec_guide_step_contact .body .content>:last-child {
    margin-bottom: 0;
}
.sec_guide_step_contact .body .content a {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #e3322b;
}
.sec_guide_step_contact .body .content a:before {
    content: "\e909";
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e3322b;
    font-weight: bold;
    font-size: 23px;
    margin-top: 2px;
    margin-right: 2px;
}
.sec_guide_step_contact .body .content a:hover {
    color: #e3322b;
}
.sec_guide_step_contact .body .content a i {
    color: #e3322b;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
    margin-top: 2px;
}
.sec_guide_step_contact .body .content a:after {
    content: "";
    border-bottom: 2px solid #e3322b;
    width: calc(100% - 25px);
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.sec_guide_step h4 {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #215695;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.sec_guide_step.sec_guide_step_register li {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #3c3c46;
    margin-bottom: 4px;
    position: relative;
    padding-left: 15px;
}
.sec_guide_step.sec_guide_step_register li:last-child {
    margin-bottom: 0;
}
.sec_guide_step.sec_guide_step_register li:before {
    content: "\f111";
    display: inline-block;
    font: normal normal normal 6px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5.5px;
    position: absolute;
    left: 0;
    top: 10px;
}
.sec_guide_step.sec_guide_step_register li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    /*color: #3c3c46;*/
    color: #e3322b;
}
.sec_guide_step li a:hover {
    color: #e3322b;
}
.sec_guide_step li a:before {
    content: "\e909";
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e3322b;
    font-weight: bold;
    font-size: 23px;
    margin-top: 2px;
    margin-right: 2px;
}
.sec_guide_step li a:after {
    content: "";
    border-bottom: 2px solid #e3322b;
    width: calc(100% - 25px);
    top: 0;
    position: absolute;
    right: 0;
    bottom: -2px;
}
.sec_guide_step li a i {
    color: #e3322b;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
    margin-top: 2px;
}
.sec_guide_step-list .steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 20px;
}
.sec_guide_step-list .steps .image:last-child:after {
    display: none;
}
.sec_guide_step-list .steps .image:not(last-child) {
    padding-right: 20px;
    position: relative;
}
.sec_guide_step-list .steps .CRblockItem {
    width: 33.33%;
    padding: 10px !important;
    overflow: unset;
    height: auto;
}
.sec_guide_step-list .steps .CRblockItem b{
    font-size: 15px;
    line-height: normal;
    font-weight: 700;
}
.sec_guide_step-list .steps .CRblockItem p{
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
}
.sec_guide_step-list .steps .CRblockItem b:last-child,
.sec_guide_step-list .steps .CRblockItem p:last-child{
    margin-bottom: 0;
}
.sec_guide_step-list .steps .CRblockItem b,
.sec_guide_step-list .steps .CRblockItem p,
.sec_guide_step-list .steps .CRblockItem span{
    color: #183E6B;
}
.sec_guide_step-list .steps .CRblockItem span {
    font-weight: 500;
    font-size: 50px;
    display: block;
    line-height: normal;
}
.sec_guide_step-list .steps .CRblockItem .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border: 1px solid #183e6b;
    height: 100%;
}
.sec_guide_step-list .steps .CRblockItem .mainNum {
    min-width: 60px;
}
.sec_guide_step-list .steps .CRblockItem .mainCont {
   padding: 0 0 0 15px;
}
.sec_guide_step-list .steps .image:not(last-child):after {
    content: "\e902";
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #215695;
    position: absolute;
    top: 50%;
    right: -5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sec_guide_step-list .note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    max-width: 815px;
}
.sec_guide_step-list .note .red {
    color: #f00;
    width: 170px;
    font-weight: 700;
}
.sec_guide_step-list .note .red span {
    width: 21.5px;
    height: 21.5px;
    border: 1px solid #e3322b;
    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;
    border-radius: 50%;
}
.sec_guide_step .step_criteria-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sec_guide_step .step_criteria-list .step_criteria-box {
    height: 460px;
    max-width: 392px;
    overflow: hidden;
    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-flex: 1;
    -ms-flex: 1 0 10em;
    flex: 1 0 10em;
    z-index: 7;
    position: relative;
    -webkit-transition: -webkit-flex-basis 0.5s ease-in-out;
    transition: -webkit-flex-basis 0.5s ease-in-out;
    -o-transition: flex-basis 0.5s ease-in-out;
    transition: flex-basis 0.5s ease-in-out;
    transition: flex-basis 0.5s ease-in-out, -webkit-flex-basis 0.5s ease-in-out,-ms-flex-preferred-size 0.5s ease-in-out;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.sec_guide_step .step_criteria-list .step_criteria-box:hover {
    -ms-flex-preferred-size: 20em;
    flex-basis: 20em;
}
.sec_guide_step .step_criteria-list .step_criteria-box:hover .content .description {
    opacity: 1;
    height: 322px;
}
.sec_guide_step .step_criteria-list .step_criteria-box:hover .content h3 {
    margin-bottom: 10px;
}
.sec_guide_step .step_criteria-list .step_criteria-box:hover .step_criteria-box-cont {
    background-color: rgba(24,62,107,0.9);
    /*top: 0;*/
    /*padding-top: 0;*/
    height: inherit;
}
.sec_guide_step .step_criteria-list .step_criteria-box-cont {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(24,62,107,0)), to(#183e6b));
    background: -o-linear-gradient(top, rgba(24,62,107,0), #183e6b);
    background: linear-gradient(180deg, rgba(24,62,107,0), #183e6b);
    width: 100%;
    /*top: 248px;*/
    position: absolute;
    /*padding-top: 100px;*/
    height: 212px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: end;
    bottom: 0;
    left: 0;
}
.sec_guide_step .step_criteria-list .step_criteria-box .content {
    padding: 20px;
}
.sec_guide_step .step_criteria-list .step_criteria-box .content .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}
.sec_guide_step .step_criteria-list .step_criteria-box .content h3 {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.sec_guide_step .step_criteria-list .step_criteria-box .content .description {
    opacity: 0;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 0;
    overflow-y: auto;
}
.sec_guide_step .step_criteria-list .step_criteria-box .content .description li {
    color: #fff;
    margin-bottom: 0;
}
.sec_guide_step .step_criteria-list .step_criteria-box .content .description li:first-child {
    padding-left: 0;
}
.sec_guide_step .step_criteria-list .step_criteria-box .content .description li:first-child:before {
    display: none;
}
