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

body::-webkit-scrollbar
{
    width: 8px;
    background-color: #f30013;
}

body::-webkit-scrollbar-thumb
{
    background-color: #f30013;
}
a, a:hover {
    text-decoration: none !important;
    transition: all 1s;
    color: #333333;
}
footer {
    padding-top: 110px;
}
body ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
input, optgroup, select, textarea{
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.0);
}
.section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}
option {
    color: #333;
}
/*body{*/
/*    overflow: overlay;*/
/*}*/
h3.heading_h3 {
    font-size: 25px;
    font-weight: 400;
    font-family: 'SVN-Gotham Book';
    color: #666666;
}
.heading_h2 {
    font-family: 'SVN-Gotham Bold';
    font-size: 45px;
    font-weight: 400;
    font-style: normal;
    color: #f30013;
    text-transform: uppercase;
}
img {
    display: block;
}
body {
    font-family: "SVN - Gotham Book";
    color: #333333;
    overflow-x: hidden;
    background: white;
    font-size: 14px;
}
.sec_home .box_heading {
    color: white;
    width: 547px;
}

.sec_home .box_heading h3 {
    margin-bottom: 10px;
    color: white;

}

.sec_home .box_heading h2 {
    margin-bottom: 26px;
    color: white;
}
.sec_home .box_heading p.bold {
    font-size: 15px;
    font-family: "SVN-Gotham Bold";
    position: relative;
    padding-left: 15px;
    margin-bottom: 30px;
}

.sec_home .box_heading p.bold:before {
    position: absolute;
    width: 4px;
    height: 85%;
    content: '';
    background: white;
    bottom: 5px;
    left: 0px;
}
.sec_home .box_heading .content p {
    font-size: 14px;
    font-family: 'SVN-Gotham Book';
    margin-bottom: 10px;
}

.sec_home .img {
    float: right;
    padding-left: 20px;
}

.sec_home .title {
    padding-top: 66px;
}

.sec_home {
    padding: 80px 0 130px;
}
a.Button {
    border-radius: 23px;
    background: #ca9f2e;
    display: inline-flex;
    text-decoration: none;
    color: #ffffff;
    font-family: 'SVN-Gotham Book';
    padding: 10px 35px 10px 30px;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .5s all;
}
a.Button:hover {
    background: white;
    color: #f30013;
}

a.Button:hover svg path {
    fill: #f30013;
    transition: .5s all;
}
a.Button svg {
    margin-left: 16px;
    transition: .5s all;
}

.sec_home .box_heading .content {
    margin-bottom: 30px;
}
.sec_home1 {
    padding: 125px 0 400px;
    /* height: 1160px; */
    background-size: cover;
    background-repeat: no-repeat;
}

.sec_home1 .box_heading {
    text-align: center;
    margin-bottom: 45px;
}

.sec_home1 .box_heading h2 {
    color: #f30013;
    text-transform: uppercase;
}

.sec_home1 .box_heading h3 {
    margin-bottom: 10px;
}
.sec_home1 .wrap .grid-33 {
    position: relative;
    overflow: hidden;
}

.sec_home1 .wrap .box_img {
    position: relative;
}

.sec_home1 .wrap .box_title {
    position: absolute;
    bottom: 0;
    color: white;
    padding: 0 50px 50px 50px;
    text-align: center;
    height: 0;
    transition: .7s all;
}

.sec_home1 .wrap .box_title h4 {
    font-size: 18px;
    font-family: 'SVN-Gotham Bold';
    margin-bottom: 25px;
    text-transform: uppercase;
}

.sec_home1 .wrap .box_title .content {
    font-size: 16px;
    font-family: 'SVN-Gotham Book';
    margin-bottom: 30px;
}

.sec_home1 .wrap .grid-33 .box_img:before {
    position: absolute;
    width: 100%;
    content: '';
    height: 162px;
    background-image: linear-gradient(to top, #f30013 0%, rgba(243, 0, 19, 0) 100%);
    bottom: 0;
    transition: .5s all;
    border-radius: 0 0 40px 0;
    cursor: pointer;
}

.sec_home1 .wrap .grid-33:hover .box_img:before {
    height: 100%;
    background-color: #cd2831;
    opacity: 0.7;
    border-radius: 40px 0 40px 0;
    cursor: pointer;
}

.sec_home1 .wrap .grid-33:hover .box_title {
    height: 240px;
}

.Banner .box_title {
    position: absolute;
    color: white;
    font-size: 40px;
    z-index: 9;
    bottom: 55px;
    margin: 0;
    line-height: 1.3;
    max-width: 535px;
    left: calc(calc(100vw - 1200px)/2);
}

.Banner .box_title h1 {
    font-family: 'SVN-Gotham Light';
}
.Banner .box_title h1 b {
    font-family: 'SVN-Gotham Bold';
}

.Banner .swiper-slide:before {
    position: absolute;
    width: 100%;
    content: '';
    height: 40%;
    background-image: linear-gradient(to top, #d44049 0%, rgba(211, 59, 67, 0) 100%);
    bottom: 0;
}

.Banner .box_title h1:before {
    position: absolute;
    width: 100%;
    content: url(../../images/unnamed-file.png);
    left: -70px;
    top: -10px;
}
.sec_home1:before {
    position: absolute;
    width: 100%;
    content: url(../../images/2-layers-1.png);
    top: 0;
}
.sec_home2 {
    margin-top: -295px;
    padding-bottom: 120px;
    z-index: 5;
    overflow: unset;
}

.sec_home2 .box_heading {
    text-align: center;
}

.footer_head .footer_1 {
    color: white;
    position: relative;
    z-index: 1;
}

.footer_head .footer_1 h4 {
    font-size: 25px;
    font-family: 'SVN-Gotham Bold';
    position: relative;
}

.footer_head .footer_1 .box-ress p {
    font-size: 14px;
    font-family: 'SVN-Gotham Bold';
    margin-bottom: 10px;
}

.footer_head .footer_1 .box-ress p a {
    font-size: 14px;
    color: white;
    font-family: 'SVN-Gotham Book';
}

.footer_head .footer_1 .box-ress p:nth-child(3) {
    margin-bottom: 0px;
}

.footer_head .footer_1 .box-ress p:nth-child(5) {
    margin-bottom: 0;
}

.footer_head .footer_1 .box-ress p:nth-child(2) {
    margin-bottom: 70px;
}

.footer_head .footer_1 .box-ress p:nth-child(4) {
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff52;
    padding-bottom: 20px;
}

.footer_head .footer_1 .box-ress p:nth-child(6) {
    margin-bottom: 45px;
    border-bottom: 1px solid #ffffff52;
    padding-bottom: 20px;
}

.footer_head ul.socials {
    display: flex;
}

.footer_head ul.socials li {
    margin-right: 12px;
}

.footer_head .footer_2 {
    float: right;
    color: white;
}

.footer_head .footer_2 h3 {
    font-size: 45px;
    font-weight: 400;
    font-family: 'SVN-Gotham Bold';
    margin-bottom: 16px;
}

.footer_head .footer_2 .content {
    font-size: 14px;
    font-family: 'SVN-Gotham Book';
    margin-bottom: 20px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
}

span.wpcf7-form-control-wrap.your-name {
    width: 100%;
}
.footer_head .footer_2 .grid-50:nth-child(1) {padding-left: 0;}

.footer_head .footer_2 .wpcf7-number {
    width: 100%;
}

.footer_head .footer_2 .grid-100 {
    padding-left: 0;
    padding-top: 20px;
}

.footer_head .footer_2 span.wpcf7-form-control-wrap.menu-289 {
    width: 100%;
}

.footer_head .footer_2 select.wpcf7-form-control {
    width: 100%;
}

.footer_head .footer_2 .grid-50 input.wpcf7-form-control::placeholder {
    color: white;
}

.footer_head .footer_2 .grid-100 select.wpcf7-form-control {
    width: 100%;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #ffffff;
    opacity: 0.8;
    outline: none;
    font-size: 12px;
    color: white;
    margin-bottom: 40px;
}

.footer_head .footer_2 .wpcf7-submit {
    border-radius: 5px;
    background-image: linear-gradient(75deg, #ca9f2e 0%, #d9b757 100%);
    font-size: 14px;
    font-family: 'SVN-Gotham Bold';
    padding: 15px 80px;
}

.footer_head .footer_2 .content1 {
    font-size: 13px;
    font-family: 'SVN-Gotham Light';
    width: 385px;
}

.footer_head .footer_2 .grid-50 {
    padding-left: 0;
    font-size: 12px;
}

.footer_head .footer_2 .grid-50 .content {
    font-size: 12px;
    font-family: 'SVN-Gotham Light';
    width: 355px;
}

.footer_head .footer_2 .grid-50 ul {display: flex;}

.footer_head .footer_2 .grid-50 ul li {
    margin-right: 10px;
}

.footer_head .footer_2 .grid-50 ul li a {
    color: white;
    font-family: 'SVN-Gotham';
}
.footer_head .footer_2 .grid-50 input.wpcf7-form-control {
    width: 100%;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #ffffff;
    opacity: 0.8;
    outline: none;
    font-size: 12px;
    color: white;
}
.footer_head {
    padding: 250px 0 100px;
    position: relative;
}

.footer_head:before {
    position: absolute;
    content: url(../../images/2-layers.png);
    top: -78px;
    left: 50%;
    transform: translateX(-50%);
}
.footer_head .footer_1 h4:before {
    position: absolute;
    width: 1px;
    height: 506px;
    content: '';
    background: #ffffff5e;
    right: -60px;
}
.footer_head .footer_2 .box_content {
    border-top: 1px solid #ffffff70;
    padding-top: 30px;
    border-bottom: 1px solid #ffffff70;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    list-style: none;
}
.footer_head:after {
    position: absolute;
    content: url(../../images/Layer_36.png);
    bottom: 0;
    z-index: 0;
}
.footer_head .footer_2 .box_content .logo {
    margin-left: 10px;
    display: flex;
}
.sec_introduce .wrap {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ffffff59;
    padding-top: 40px;
    flex-wrap: wrap;
}

.sec_introduce .wrap .num {
    display: flex;
    align-items: flex-end;
    font-size: 50px;
    line-height: 1;
    font-family: 'SVN-Gotham Bold';
    margin-bottom: 20px;
    color: #d8ac55;
}

.sec_introduce .wrap h3 {
    font-size: 16px;
    font-weight: 400;
    font-family: 'SVN-Gotham Bold';
    color: #ffffff8f;
}
.home_sec_2 .wrap_slider {
    margin-top: 70px;
}

.home_sec_2 .item .icon {
    border-radius: 50%;
    position: relative;
    width: 88px;
    height: 88px;
    border: 2px solid #e4c160;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.home_sec_2 .item h3 {
    font-size: 22px;
    line-height: 1.5;
}

.home_sec_2 .item .icon:before {
    position: absolute;
    top: 50%;
}

.home_sec_2 .item {
    position: relative;
}

.home_sec_2 .item:before {
    height: 1px;
    /* background-image: linear-gradient(to right, #cda234 0%, #e2c56d 100%); */
    opacity: 0.6;
    content: '';
    position: absolute;
    left: 107px;
    z-index: 9;
    width: calc(100% - 125px);
    top: 46px;
    background: white;
}

.home_sec_2 .item {
    padding-right: 90px;
}

.home_sec_2 .button_next_slider {
    top: 28px;
    right: -7px;
}

.home_sec_2 .wrap_slider:before {
    position: absolute;
    height: 1px;
    background-image: linear-gradient(to right, #cda234 0%, #e2c56d 100%);
    opacity: 0.6;
    content: '';
    right: 0;
    width: calc(calc(100vw - 1170px) / 2);
    top: 46px;
    transform: translateX(100%);
    background: white;
}
.sec_introduce {
    padding-top: 90px;
    /* padding-bottom: 100px; */
    background-color: #d23a42;
}

.sec_introduce .title {
    color: white;
    padding-right: 20px;
}

.sec_introduce .title h3 {
    color: white;
    margin-bottom: 10px;
}

.sec_introduce .title h2 {
    margin-bottom: 35px;
    color: white;
}

.sec_introduce .title .content p {
    font-size: 14px;
    font-family: 'SVN-Gotham Book';
}

.sec_introduce .img {
    float: right;
    padding-left: 0;
    position: relative;
}

.sec_introduce1 .box_heading p {
    font-family: 'SVN-Gotham Book';
}

.sec_introduce1 .box_heading h3 {
    margin-bottom: 10px;
}

.sec_introduce1 .box_heading h2 {
    margin-bottom: 25px;
}

.sec_introduce1 .title {
    padding-right: 40px;
}

.sec_introduce1 .img {
    float: right;
}
.home_sec_6 {
    padding-top: 150px;
    position: relative;
}

span.sub_title.style_2 {
    color: white;
    font-size: 25px;
    font-family: 'SVN-Gotham Light';
}

.home_sec_6 span.sub_title.style_2 {
    margin: 0 0 5px 0;
}

.home_sec_6 .heading_h2 {
    color: white;
    font-family: 'SVN-Gotham Bold';
}

.home_sec_6 .wrap .item {
    width: calc(calc(100% / 3) - 20px);
    margin: 60px 10px 0;
    position: relative;
    padding-bottom: 30px;
    cursor: pointer;
}
.home_sec_6.project_sec_12 .wrap .item{
    width: calc(calc(100% / 4) - 20px);

}
.home_sec_6 .wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 100px;
}

.home_sec_6 .wrap .item h3 {
    display: flex;
    align-items: center;
    color: white;
    font-size: 17px;
    margin-bottom: 0;
    font-family: 'SVN-Gotham Bold';
    height: 52px;
}

.home_sec_6 .wrap .item h3 img {
    flex: 0 0 auto;
    margin-right: 10px;
}

.home_sec_6 .wrap .item .wrap_content {
    position: relative;
    margin-top: 30px;
}

.home_sec_6 .wrap .item .wrap_content:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s all;
}

.home_sec_6 .wrap .item:hover .wrap_content:before {
    bottom: -30px;
}

.home_sec_6 .wrap .item .wrap_content .content {
    max-height: 0;
    overflow: hidden;
    transition: .3s all;
    /*padding-bottom: 0;*/
}

.home_sec_6 .wrap .item:hover .wrap_content .content {
    max-height: 1000px;
    transition: 1s all;
    /*padding-bottom: 30px;*/
    display: block;
}
.home_sec_6 .content.text_white {
    color: white;
    font-family: 'SVN-Gotham Book';
}
.home_sec_6:before {
    position: absolute;
    content: url(../../imaages/2-layers-3-1.png);
    bottom: -6px;
}
section.section.about_sec_6 {
    padding-top: 130px;
    padding-bottom: 100px;
}

section.section.about_sec_6:before {
    /*content: url(../../images/bg_sec_6_ab.png);*/
    position: absolute;
    left: -82px;
    top: -130px;
}

section.section.about_sec_6 .sub_title {
    margin-bottom: 5px;
}

.slider_cn {}

.slider_cn .item h3 {
    text-transform: uppercase;
    color: #333333;
    font-size: 16px;
    margin: 63px -70px 0;
    line-height: 1.5;
    position: relative;
    opacity: 0;
    transition: .5s all;
}

.slider_cn .item h3:before {
    width: 371px;
    height: 11px;
    opacity: 1;
    background: #999999;
    content: '';
    position: absolute;
    top: -41px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    filter: blur(16px);
}
.page-template-project footer {
    background-color: #f4f8f9;
}
.slider_cn .swiper-slide.swiper-slide-active .item {
    transform: scale(1);
    opacity: 1;
}

.slider_cn .swiper-slide.swiper-slide-active .item h3 {
    opacity: 1;
}

.slider_cn .item img {
    display: block;
    margin: auto;
}

section.section.about_sec_6 .heading_h2 {
    margin-bottom: 50px;
    font-size: 40px;
}

.about_sec_6 .arrow_slider {
    left: -40px;
    border: 1px solid transparent;
    fill: #999999;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    width: 40px;
    height: 40px;
}

.about_sec_6 .arrow_slider.next {
    left: unset;
    right: -40px;
}

.slider_cn .swiper-slide .item {
    transform: scale(.9);
    opacity: .5;
    transition: .5s all;
}

.about_sec_6 .arrow_slider {
    left: -60px;
    top: 200px;
}

.about_sec_6 .arrow_slider.next {
    left: unset;
    right: -60px;
}
.home_sec_7 .slider .content:before {
    content: url(../../images/bf_content_slider.png);
    position: absolute;
    top: 0;
    left: 0;
}

.home_sec_6 {
    z-index: 3;
    overflow: unset;
}

.home_sec_7 {
    z-index: 1;
    padding-top: 330px;
    background-position: top center;
    background-size: contain;
    padding-bottom: 100px;
}

.home_sec_7 .sub_title {
    -webkit-background-clip: text;
    color: transparent;
}

.home_sec_7 .heading_h2+.content {
    font-size: 15px;
    padding-right: 20px;
    margin-bottom: 45px;
}

.home_sec_7 .slider .item {
    box-shadow: 0 10px 47px rgb(16 92 56 / 1%);
    border-radius: 10px;
    background-color: #f7fbf6;
    padding: 90px 80px 55px 77px;
    margin: 0 60px 0 20px;
    box-shadow: -2px 2px 4px 2px rgb(0 0 0 / 5%);
}

.home_sec_7 .slider {
    margin-right: 60px;
    padding: 20px;
    margin-left: -40px;
}

.home_sec_7 .slider .content {
    position: relative;
    color: #333333;
    font-family: "SVN-Gotham";
    font-size: 16px;
    margin-bottom: 50px;
}

.home_sec_7 .slider .content:before {
    top: -19px;
    left: -50px;
}

.home_sec_7 .slider .name {
    color: #333333;
    font-size: 18px;
    font-family: "SVN-Gotham";
    display: block;
    margin-bottom: 10px;
}

.home_sec_7 .slider .position {
    font-size: 16px;
}

.home_sec_7 .swiper-pagination {
    position: unset;
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}

.home_sec_7 .swiper-pagination span {
    width: 41px;
    height: 4px;
    border-radius: 2px;
    background-color: #f30013;
    opacity: 0.5;
    margin-right: 8px;
}

.home_sec_7 .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
}

.home_sec_7 .box_img {
    padding-top: 130px;
    display: flex;
    justify-content: center;
}

.home_sec_7 .box_img img {
    display: block;
}
.home_sec_7 .sub_title {
    margin-bottom: 5px;
    font-size: 25px;
    font-family: 'SVN-Gotham Book';
    color: #666666;
}
.home_sec_7 .swiper-slide {
    opacity: 1;
    transition: .5s all;
}

.home_sec_7 .swiper-slide-active {
    opacity: 1 !important;
}
.home_sec_7.about_sec_8 {
    padding-top: 120px;
}

.about_sec_8.home_sec_7 .slider .content:before {
    content: url(../../images/quote_style_2.png);
}

.home_sec_7.about_sec_8 {
    background-size: cover;
    background-attachment: fixed;
}

.about_sec_8.home_sec_7 .slider .item {
    box-shadow: 0 9px 21px rgb(16 105 56 / 13%);
    background-color: #ffffff;
}
.home_sec_7 .slider {margin-right: 0 !important;}

.home_sec_7 .box_img {padding-top: 175px;}
.home_sec_7 .heading_h2+.content {/* padding-right: 0 !important; */}

.home_sec_7 .slider {margin: 0 0 0 -20px !important;padding: 0;}
.home_sec_7 .heading_h2+.content {font-family: 'SVN-Gotham Bold';font-size: 15px;}

.home_sec_7 .slider .item {padding: 40px 60px 30px 70px;}

.home_sec_7 .slider .content:before {display: none;}

.home_sec_7 .slider .content {margin-bottom: 20px;font-size: 16px;position: relative;}

.home_sec_7 .slider .name {font-size: 18px;margin-bottom: 2px;    text-transform: uppercase;}

.home_sec_7 .slider .position {font-size: 16px;font-family: "SVN-Gotham";color: #333333b0;}

.home_sec_7 .swiper-pagination span {width: 29px;height: 3px;}

.home_sec_7 .swiper-pagination {margin-top: 20px;}

.wrap_logo .item {width: 50%;}

.wrap_logo {margin-top: 30px;}

.home_sec_7 {padding-bottom: 160px;}
.home_sec_7 {padding-top: 270px;}

.home_sec_7 .box_img {display: block;}
.home_sec_7.about_sec_8 {padding-top: 50px;}
.about_sec_11 {padding: 50px 0;}

.about_sec_11 .wrap .item {width: calc(100% /2);}

.about_sec_11 .wrap .item img {max-width: 70%;}
.about_sec_11 .sub_title {
    margin-bottom: 5px;
}

.about_sec_11 {
    padding: 100px 0;
}

.about_sec_11 .heading_h2 {
    margin-bottom: 65px;
}

.about_sec_11 .wrap {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.about_sec_11 .wrap .item {
    display: flex;
    width: 25%;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    height: 100px;
    border-right: 1px solid #cbcbcb8a;
    border-bottom: 1px solid #cbcbcb;
    transform: translate(1px, 1px);
}

.about_sec_11 .wrap .item img {
    display: block;
    transform: rotateY(0);
    transition: 1s all;
}

.about_sec_11 .wrap .item:hover img {
    transform: rotateY(360deg);
    transition: 1s;
}
.about_sec_11 {padding: 80px 0 160px;}

.about_sec_11 .heading_h2 {margin-bottom: 30px;}
.footer_head .footer_2 .box_content .logo li {
    margin-left: 30px;
}
.sec_introduce1 {
    padding: 160px 0 60px;
}

.sec_introduce1:before {
    position: absolute;
    content: url(../../images/Frame-18889-1.png);
    top: 0;
}
.sec_introduce .grid-100 {padding-top: 100px;}
.home_sec_2 h3.text_up.heading_h2 {
    color: white;
    font-size: 22px;
    font-family: 'SVN-Gotham Bold';
}

.home_sec_2 .content.text_white {
    color: #ffffff8f;
    font-size: 14px;
    font-family: 'SVN-Gotham Book';
}
.home_sec_2 .arrow_slider {
    background: transparent;
    border: 1px solid #ffffff;
    background-color: #d2333c;
    fill: white;
}
.home_sec_2 {
    padding-bottom: 285px;
}

.section.about_sec_6 h3.heading_h3 {
    font-size: 25px;
    font-family: 'SVN-Gotham Book';
}

section.section.about_sec_6 h3.heaing_h3 {
    font-size: 25px;
    font-family: 'SVN-Gotham Book';
    margin-bottom: 5px;
}

.slider_cn .swiper-slide.swiper-slide-active .item h3 {
    font-size: 16px;
    font-family: 'SVN-Gotham Bold';
}
.home_sec_2 .arrow_slider svg#Capa_1 {
    height: 8px;
}
.sec_introduce .img:before {
    position: absolute;
    content: url(../../images/introduct-bg.png);
    left: 50%;
    top: -137px;
    overflow: unset;
    visibility: unset;
    z-index: -1;
}
.sec_introduce .wrap .num span {
    font-size: 25px;
    color: #ffffffcc;
}
.home_sec_7 .slider .content:before {
    position: absolute;
    content: url(../../images/unnamed-file-1.png);
}

.home_sec_7 .slider {
    margin-right: 60px;
    padding: 20px 0 20px 0;
    margin-left: -40px;
}
.home_sec_7 .slider .content p:before {
    position: absolute;
    content: url(../../images/unnamed-file-1.png);
    left: -45px;
    top: 8px;
}
.about_sec_6 .arrow_slider svg {
    height: 15px;
}
header#masthead.sticky {
    padding: 0;
}

header#masthead {padding: 0;position: fixed;z-index: 9999;width: 100%;top: 0;background: transparent;transition: .5s all;}

.inside-header {
    padding: 0;
    height: 120px;
}

header#masthead:before {
    height: 200px;
    width: 100%;
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    pointer-events: none;
    transition: .5s all;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 92%, #ffffff 93%);
}


.site-logo {
    position: absolute;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
}

.nav-float-right #site-navigation {
    margin: auto;
    background: transparent;
    position: relative;
    z-index: 2;
}

.main-navigation .inside-navigation {
    padding: 0;
    flex-wrap: nowrap;
}

.main-nav {
    flex: 0 0 auto;
    margin-left: -25px;
}

.main-navigation .main-nav ul li a {
    color: #333;
    font-family: "K2D Medium";
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 30px;
}
.page-template-introduce .gr_head {
    background-color: #d23a42;
}

.page-template-introduce .gr_head cite {
    color: white;
}

.page-template-introduce .gr_head span.divider {
    color: white;
}
section.section.sec_home {
    overflow: unset;
    z-index: 9;
}

section.section.sec_home:before {
    top: -96px;
}

.sec_home .img {
    position: relative;
}
.sec_introduce {
    overflow: inherit;
    z-index: 9;
}


.news_detail {
    overflow: unset;
}

.news_detail {
    overflow: unset;
}

/*.news_detail>.wrapper {*/
/*    position: sticky;*/
/*    top: 119px;*/
/*    z-index: 999;*/
/*    background: white;*/
/*}*/
.main-navigation .main-nav ul li[class*="current-menu-"] > a {color: var(--accent);}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    -webkit-background-clip: text;
    color: #f30013;
}

/* 91px */
header#masthead.sticky .header-image {
    height: auto;
}

.site-header .header-image {
    transition: .5s all;
    width: auto;
}
.footer_head .footer_1 .box-ress p a:hover {
    color: #ca9f2e;
}
.main-navigation .main-nav li.logo_center {
    opacity: 0;
}
section.section.sec_home:before {
    position: absolute;
    content: url(../../images/Vector_Smart_Object.png);
    right: 72px;
    top: -90px;;
}
.footer_head .footer_1 ul {
    display: flex;
}

.footer_head .footer_1 ul li {
    margin-right: 12px;
}
.about_sec_11 span.sub_title.style_2 {
    color: #333333;
}
.about_sec_6 .text_center:before {
    position: absolute;
    content: url(../../images/Layer_6951647_copy.png);
    left: 0;
    top: -53px;
}

.about_sec_6 .text_center {
    position: relative;
}
.sec_home1 .wrap .grid-33 {
    cursor: pointer;
}
.sec_home2 .box_heading h3 {
    margin: 0;
}
.home_sec_6:before {
    position: absolute;
    content: url(../../images/Layer_28.png);
    top: 0;
}
.recruitment_sec_2 .heading_h2 {
    font-size: 41px;
    color: white;
}
div#banner_gr img {
    display: block;
    margin: auto;
    width: 100%;
    object-fit: cover;
}
.slider_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrap_search_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .3s all;
    pointer-events: none;
}

.wrap_search_popup.show {
    opacity: 1;
    pointer-events: unset;
}

.wrap_search_popup .inner {
    background: #353535e8;
    padding: 20px calc(calc(100vw - 900px) / 2) 20px;
    position: relative;
    z-index: 2;
    transform: translateY(-120%);
    transition: .3s all;
}

.wrap_search_popup.show .inner {
    transform: translateY(0%);
    transition-delay: .3s;
}

.wrap_search_popup .inner .button_close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);right: 45px;
    cursor: pointer;
}

.wrap_search_popup .inner .button_close path {
    fill: white;
}

.wrap_search_popup .inner h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

.wrap_search_popup input::placeholder {
    font-size: 25px;
    color: #929292;
}

.wrap_search_popup input#s {
    margin-bottom: 0;
    height: 60px;
    width: 100%;
    margin-right: 10px;
    outline: none;
    background-color: #232323;
    border-radius: 0;
    border: 1px solid transparent;
    color: white;
    font-size: 16px;
    transition: .5s all;
    padding: 0 20px;
}

.wrap_search_popup input#s:focus {
    border-color: #3877c8;;
}

.wrap_search_popup input#s::placeholder {
    font-size: 18px;
}

.wrap_search_popup input#searchsubmit {
    height: 60px;
    width: 240px;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    flex: 0 0 auto;
    background: #c81830;
    border-radius: 5px;
    position: unset;
    opacity: 1;
}

.wrap_search_popup form {
    display: flex;
}

.wrap_search_popup h2 {
    color: #fff;
}
.nav_header {
    position: relative;
    z-index: 100;
}
.gripAction .col:hover img {
    transform: scale(1.3);
}
.search_item.search_open {cursor: pointer;}
.button_style {
    height: 50px;
    display: flex;
    align-items: center;
    max-width: 200px;
    justify-content: center;
    background: #f30013;
    color: #fff;
    border-radius: 10px;
    font-family: "SVN-Gotham Bold";
}

.search .button_style {margin: 0 auto;}

.button_style:hover {
    background-color: #f0d368;
    color: #fff;
}



.Banner .box_title h1:before{
    display: none;
}
.recruitment_sec_1 .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 30px;
}

/*.recruitment_sec_1 {*/
/*    overflow: unset;*/
/*}*/

.recruitment_sec_1 .menu li {
    margin: 0 25px;
    position: relative;
}

.recruitment_sec_1 .menu li a {
    display: block;
    padding: 15px 0px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    font-family: "K2D Medium";
    position: relative;
}

.recruitment_sec_1 .menu li a:before {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 3px;
    background-color: #f30013;
    left: 0;
    width: 0;
}

.recruitment_sec_1 .menu li a:hover {
    color: #f30013;
}

.recruitment_sec_0>.menu_recruit {
    position: sticky;
    top: 115px;
    z-index: 999;
    background: white;
}

.recruitment_sec_1 .menu li a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #f30013;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.recruitment_sec_1 .menu .current_page_item a:after {
    bottom: 0px;
    opacity: 1;
}

.recruitment_sec_1 .menu .current_page_item a:before {
    width: 100%;
}
.recruitment_sec_0 {
    overflow: unset;
    padding: 100px 0;
}

.recruitment_sec_0 .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 75px;
}

.recruitment_sec_0 .menu li {
    margin: 0 25px;
    position: relative;
}

.recruitment_sec_0 .menu li a {
    display: block;
    padding: 15px 0px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    font-family: "K2D Medium";
    position: relative;
}

.recruitment_sec_0 .menu li a:before {
    content: '';
    position: absolute;
    bottom: -1px;
    height: 3px;
    background-color: #f30013;
    left: 0;
    width: 0;
}

.recruitment_sec_1 .menu li a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #f30013;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.gripAlbum {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    margin-bottom: 20px;
}

.gripAlbum .colGr {
    padding: 0 20px;
    width: 33.3333%;
    margin-bottom: 20px;
}

.itemAlbum .thumb a {
    display: block;
    height: 0;
    position: relative;
    padding-top: 57.33%;
    overflow: hidden;
    cursor: pointer;
}

.itemAlbum .decs {
    padding: 15px;
    text-align: center;
}

.hide {
    display: none!important;
}

.pagination-custom {
    text-align: center;
}

.gripAlbum{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    margin-bottom: 20px;
}
.gripAlbum .colGr{
    padding: 0 20px;
    width: 33.3333%;
    margin-bottom: 20px;
}

.itemAlbum{

}
.itemAlbum .thumb a{
    display: block;
    height: 0;
    position: relative;
    padding-top: 57.33%;
    overflow: hidden;
    cursor:pointer;
}
.itemAlbum .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.gripVideo .itemAlbum .thumb a::after{
    content: '';
    background: url('../../../images/video.png') no-repeat center;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    bottom: inherit;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background-size: contain;
    position: absolute;
    z-index: 2;
    pointer-events: none;
}
.itemAlbum:hover .thumb a img{

}
.itemAlbum .decs{
    padding: 15px;
    text-align: center;
}
.itemAlbum .decs h3{
    font-size: 18px;
    line-height: 27px;
    height: 60px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
    color: #f30013;
}
.itemAlbum .decs h3 a{
    color: #015ba6;
    display: block;
}
.designGalary .fancybox-close-small{
    background-color: #ffffff;
    color: #015ba6;
    border-radius: 100%;
    opacity: 1;
    top: -10px;
    right: 20px;
}
.designGalary  .fancybox-navigation .fancybox-button{
    opacity: 1;
    visibility: inherit;
    background-color: transparent;
}
.designGalary .fancybox-navigation .fancybox-button--arrow_right{
    right: 10%;
}
.designGalary .fancybox-navigation .fancybox-button--arrow_left{
    left: 10%;
}
.designGalary .fancybox-bg{
    background-color: rgba(0, 54, 99, 0.85);
}
.designGalary .fancybox-navigation{
    display: none;
}
@media all and (max-width: 1200px){
    .gripAlbum{
        margin: 0 -10px;
        margin-bottom: 20px;
    }
    .gripAlbum .colGr{
        padding: 0 10px;
    }
    /*  */
}
@media all and (max-width: 991px){
    .gripAlbum .colGr{
        width: 50%;
    }
    .itemAlbum .decs h3{
        font-size: 16px;
        line-height: 24px;
        height: 24px;
    }
    .designGalary .fancybox-close-small{

        right: 0;
    }
}
@media all and (max-width: 767px){
    .gripAlbum .colGr{
        width: 100%;
        margin-bottom: 10px;
    }
}

#vnt-trustvn-gallery{
    width: 100%;
    overflow: unset;
    margin: 0;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1370px;
    margin: 0 auto;
    padding: 50px 60px;
}
#galleryFor{
    position: relative;
}
#galleryFor .item{
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    max-width: 1370px;
}
#galleryFor .img{
    width: 100%;
    /* overflow: hidden; */
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    max-height: calc(100vh - 250px);
}
#galleryFor .img img{
    width: 100%;
}
#galleryFor .caption{
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #ffffff;;
    text-align: center;
    padding: 15px 15px;
    z-index: 1;
    font-weight: bold;
    text-transform: uppercase;
}
#galleryFor .slide-arrow{
    width: 60px;
    height: 60px;
    background: transparent;
    font-size: 0;
    padding: 0;
    border:none;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    color:#ffffff;
    border-radius: 100%;

}
#galleryFor .slide-arrow::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-rendering: auto;
    color: #ffff;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    opacity: 1;
    background-repeat: no-repeat;
}
#galleryFor .slick-prev{
    left: -50px;
}
#galleryFor .slick-prev::before{
    background-image: url(../images/next.png);
}
#galleryFor .slick-next{
    right: -50px;
}
#galleryFor .slick-next::before{
    background-image: url(../images/next.png);
}
#galleryFor .slick-arrow{
    opacity: 1;
}
/*===========================================================*/
#galleryNav{
    height: 90px;
    position: fixed;
    bottom: 20px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
    margin: 0 auto;
    max-width: 1100px;
}
#galleryNav .slick-list{
    margin: 0 -10px;
}
#galleryNav .slick-slide{
    padding: 0 10px;
}
#galleryNav .item{
    position: relative;
    cursor: pointer;
}
#galleryNav .slick-slide .item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.4;
    z-index: 1;
}
#galleryNav .slick-current .item::before{
    opacity: 0;
    visibility: hidden;
}
#galleryNav .slick-slide .img:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border:solid 2px #ffff;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
#galleryNav .slick-current .img:before{
    opacity: 1;
    border:solid 2px #ed1c24;
}
#galleryNav .img{
    padding-top: 58.56%;
    position: relative;
    overflow: hidden;
}
#galleryNav .img img{
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height:100%;
}
.popupGallery .fancybox-bg{
    background-color: #003663;
    opacity: 0.85;
}
.popupGallery .fancybox-close-small{
    background-color: #ffff;
    border-radius: 100%;
    opacity: 1;
    color: #003663;
    padding: 5px;
    right: 20px;
    top: 20px;
}
.sec_home1 .wrap .grid-33 .box_img img {
    border-radius: 40px 0 40px 0;
}
/*  */
/*================================================================*/
/*=========================RESPONSIVE=============================*/
/*================================================================*/
@media all and (max-width: 1200px){
    #galleryFor .slick-prev{
        left: 10px;
    }
    #galleryFor .slick-next{
        right: 10px;
    }
}
@media all and (max-width: 1100px){
    #galleryFor .slide-arrow{
        top: 42%;
        width: 40px;
        mix-blend-mode: normal;
        height: 40px;
    }
    #galleryFor .slide-prev{
        left: 0;
    }
    #galleryFor .slide-next{
        right: 0;
    }
}
@media all and (max-width: 991px){
    #galleryFor .caption{
        font-size: 20px;
        line-height: 30px;
    }
    #vnt-trustvn-gallery{
        padding: 60px 10px;
    }
    #galleryFor .slick-arrow{
        top: 40%;
        width: 35px;
        height: 35px;
        background-size: 10px;
    }
    #galleryNav .slick-list{
        margin: 0 -5px;
    }
    #galleryNav .slick-slide{
        padding: 0 5px;
    }
}
@media all and (max-width: 767px){
    #button-contact-vr {
        bottom: 0 !important;
    }
    #button-contact-vr .button-contact {
        float: left;
    }
    #button-contact-vr .button-contact .phone-vr {
        width: 60px;
        height: 60px;
    }
    .phone-vr-img-circle {
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 20px;
        left: 20px;
    }
    .phone-vr-circle-fill {
        width: 45px;
        height: 45px;
    }
}
@media all and (max-width: 640px){
    #galleryNav .item{
        width: 20%;
        flex-basis: 17.7%;
    }
    #galleryFor .slick-arrow{
        top: 38%;
    }
}

@media all and (max-width: 480px){
    .vnt-gallery .row .col-xs-6{
        width: 100%;
    }
}

@media all and (max-width: 420px){

}
.item_product.style_2 .wrap_top .info_general li p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.item_product.style_2 .wrap_top .info_general {
    height: 63px;
}