/*_____________________Home page_____________________*/
/*top banner box*/
section.top_banner_box {
    position: relative;
    overflow: hidden;
    width: 100%;
}
section.top_banner_box img{
    /*filter: grayscale(1) brightness(0.5) contrast(0.85);*/
    width: 100%;
}
section.top_banner_box:after {
    content: url(../images/A-M.png);
    position: absolute;
    display: none;
    padding: 10px;
    right: -320px;
    bottom: -18px;
    z-index: 10;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
}
section.top_banner_box.efectam:after {
    visibility: visible;
    opacity: 1;
    right: -20px;
}
.top_banner_box.top_banner_box_main {
    height: auto;
    width: 100%;
    margin: 0;
}
.top_banner_box.top_banner_box_main .swiper_home_banner {
    width: 100%;
}
.top_banner_box.top_banner_box_main .swiper_home_banner .swiper-slide {
    background-color: #1e1f23;
    max-height: 900px;
    overflow: hidden;
    height: 99.5vh;
    width: 100%;
}
.top_banner_box.top_banner_box_main .swiper_home_banner .swiper-slide video {
    position: relative;
    z-index: 6;
    min-width: 100%;
    min-height: 100%;
}
.top_banner_box.top_banner_box_main .swiper_home_banner .swiper-slide .img_box {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.top_banner_box.top_banner_box_main .swiper_home_banner .swiper-slide .img_box .img_box_text {
    padding: 80px 25px 20px 6%;
    position: absolute;
    color: #ffffff;
    height: 100%;
    width: 45%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.top_banner_box.top_banner_box_main .swiper_home_banner .swiper-slide .img_box .img_box_text h1 {
    text-shadow: 2px 5px 25px #0c0c0c8c;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 38px;
}
.top_banner_box.top_banner_box_main .swiper_home_banner .swiper-slide .img_box .img_box_text p {
    text-shadow: 2px 5px 20px #0c0c0c8c;
    margin-bottom: 25px;
    max-width: 500px;
    line-height: 1.5;
    font-size: 20px;
}
.top_banner_box.top_banner_box_main .swiper_home_banner .swiper-slide .img_box .img_box_text a {
    box-shadow: 0 2px 25px #22222242;
    border: 2px solid #FAA91B;
    background-color: #FAA91B;
    display: inline-block;
    position: relative;
    border-radius: 6px;
    padding: 12px 40px;
    overflow: hidden;
    font-size: 17px;
    z-index: 1;
    color: #fff;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.top_banner_box.top_banner_box_main .swiper_home_banner .swiper-slide .img_box .img_box_text a:hover {
    background-color: #fff;
    color: #FAA91B;
}

.top_banner_box.top_banner_box_main .swiper_home_banner .swiper-pagination {
    bottom: 12px;
}
.top_banner_box.top_banner_box_main .swiper_home_banner .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    margin: 0 5px;
    background: #fff;
    border: 1px solid #faaa1a;
}
.top_banner_box.top_banner_box_main .swiper_home_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #faa91b
}

/*about box*/
section.about_box {
    min-height: 150px;
    margin: 100px auto;
    width: 100%;
}
section.about_box h2 {
    font-family: "Teko", sans-serif;
    line-height: 0.9em;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 60px;
    display: block;
}
section.about_box p {
    text-align: center;
    line-height: 1.75;
    font-size: 17px;
    color: #565656;
    margin: 0 auto;
    width: 80%;
}

/*solutions box*/
.solutions_box {
    background: linear-gradient(0, transparent, #fff);
    /* background-size: cover; */
    padding-top: 40px;
    min-height: 210px;
    line-height: 1.6;
    width: 100%;
    color: #fff;
}
.solutions_box .solutions_box_content {

}
.solutions_box .solutions_box_content ul {
    border-bottom: none;
    width: 100%;
}
.solutions_box .solutions_box_content ul li {
    background-color: #fff;
    display: inline-block;
    border-radius: 6px;
    margin: 0.8%;
    position: relative;
    overflow: hidden;
    opacity: 1;
    width: 15%;
    float: left;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.solutions_box .solutions_box_content ul li:hover {
    background-color: #fff;
    opacity: 0.7;
}
.solutions_box .solutions_box_content ul li button {
    font-family: Roboto,Arial,sans-serif;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 10px 10px;
    display: block;
    border: none;
    color: #222;
    width: 100%;
    height: 100%;
}
.solutions_box .solutions_box_content ul li button.active {
    border: 2px solid #faaa1a;
}
.solutions_box .solutions_box_content ul li button img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

    border: 1px solid #faaa1a;
    border-radius: 50%;
    margin: 10px auto;
    position: relative;
    min-height: 50px;
    display: table;
    width: 56%;
}
.solutions_box .solutions_box_content ul li button.active img {
    border: 1px solid transparent;
}
.solutions_box .solutions_box_content ul li button h3 {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    display: block;
}
.solutions_box .solutions_box_content ul li button.active h3 {
    color: #FAA91B;
}

.solutions_box .solutions_box_content .tab-content {

}
.solutions_box .solutions_box_content .tab-content .tab-pane {
    position: relative;
    width: 100%;
}
.solutions_box .solutions_box_content .tab-content .tab-pane h3 {
    margin: 25px 0 25px 0;
    text-align: center;
    font-size: 30px;
    color: #222;
}
.solutions_box .solutions_box_content .tab-content .tab-pane p {
    text-align: center;
    margin: 25px auto;
    max-width: 768px;
    color: #444;
}
.solutions_box .solutions_box_content .tab-content .tab-pane a {
    display: flex;
    color: #FAA91B;
    font-size: 17px;
    margin: 25px auto;
    text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.solutions_box .solutions_box_content .tab-content .tab-pane .image_before {
    position: absolute;
    margin: 0 auto;
    max-width: 360px;
    opacity: 0.2;
    z-index: -1;
    right: 0;
    left: 0;
    top: -50px;
}


.solutions_box .solutions_box_content .tab-content .tab-pane .box_items {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    width: 100%;
}
.solutions_box .solutions_box_content .tab-content .tab-pane .box_items .box_item {
    margin-bottom: 15px;
    display: block;
    width: 86%;
}
.solutions_box .solutions_box_content .tab-content .tab-pane .box_items .box_item a {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    display: block;
    margin: 0;
}
.solutions_box .solutions_box_content .tab-content .tab-pane .box_items .box_item a img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #ccc;
    transform: scale(1);
    min-height: 170px;
    width: 100%;
}
.solutions_box .solutions_box_content .tab-content .tab-pane .box_items .box_item a:hover img {
    transform: scale(1.4);
}
.solutions_box .solutions_box_content .tab-content .tab-pane .box_items .box_item a h4 {
    padding: 12px;
    margin-top: 2px;
    font-weight: 400;
    font-size: 16px;
    opacity: 1;
    color: #222;
}
.solutions_box .solutions_box_content .tab-content .tab-pane .box_items .box_item a:hover h4 {
    opacity: 0;
}
.solutions_box .solutions_box_content .tab-content .tab-pane .box_items .box_item a .box_item_text {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #ffbb42d4;
    position: absolute;
    padding: 24px 18px;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    top: 300px;
}
.solutions_box .solutions_box_content .tab-content .tab-pane .box_items .box_item a:hover .box_item_text {
    top: 0;
}
.solutions_box .solutions_box_content .tab-content .tab-pane .box_items .box_item a .box_item_text h5 {
    line-height: 1.4;
    font-size: 16px;
    color: #111;
}
.solutions_box .solutions_box_content .tab-content .tab-pane .box_items .box_item a .box_item_text p {
    line-height: 1.4;
    font-size: 15px;
    margin: 10px 0;
}
.solutions_box .solutions_box_content .tab-content .tab-pane .box_items .box_item a .box_item_text img {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    background-color: transparent;
    transform: scale(1);
    object-fit: cover;
    min-height: unset;
    filter: brightness(0.4);
    transform: rotate(-100deg);
    margin: 12px auto;
    display: block;
    height: 36px;
    width: 36px;
}
.solutions_box .solutions_box_content .tab-content .tab-pane .box_items .box_item a .box_item_text img:hover {
    filter: brightness(0);
}
.solutions_box .solutions_box_content .tab-content .tab-pane .box_items .box_item a:hover .box_item_text img {
    transform: rotate(0deg);
}

/*home content*/
.home_content {
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.home_content.home_content_find {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.home_content .home_content_img {
    display: inline-block;
    position: relative;
    width: 52%;
}
.home_content .home_content_img:before {
    content: '';
    background-color: #ebebeb;
    position: absolute;
    border-radius: 4px;
    padding: 10px;
    height: 100%;
    width: 50%;
    z-index: -1;
    right: 0;
    top: 0;
}
.home_content .home_content_img img {
    padding: 60px 60px 60px 0 ;
    width: 100%;
}
.home_content.home_content_find .home_content_img {
    float: right;
}
.home_content.home_content_find .home_content_img:before {
    background-color: #ede8e0;
    right: auto;
    left: 0;
}
.home_content.home_content_find .home_content_img img {
    padding: 60px 0 60px 60px;
}
.home_content .home_content_text {
    padding-right: 10%;
    padding-left: 10px;
    float: right;
    width: 46%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.home_content.home_content_find .home_content_text {
    padding-left: 10%;
    padding-right: 10px;
    float: left;
}
.home_content .home_content_text h2 {
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    font-size: 34px;
    line-height: 1;
    padding: 4px 0 4px 12px;
}
.home_content .home_content_text h2:before {
    content: '';
    background-color: #777;
    border-radius: 4px;
    position: absolute;
    padding: 2px;
    height: 95%;
    left: 0;
    top: 0;
}
.home_content.home_content_find .home_content_text h3 {
    margin-bottom: 18px;
    position: relative;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
}
.home_content.home_content_find .home_content_text h2:before {
    background-color: #FAA91B;
}
.home_content .home_content_text p {
    font-size: 16px;
    color: #222;
}
.home_content .home_content_text p:nth-child(2) {
    margin-bottom: 18px;
    line-height: 1.6;
    font-size: 15px;
    color: #FAA91B;
}
.home_content .home_content_text p:nth-child(3) {
    margin-bottom: 18px;
    line-height: 1.6;
    font-weight: 600;
    font-size: 16px;
    color: #222;
}
.home_content .home_content_text p:nth-child(4) {
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 16px;
    color: #555;
}
.home_content.home_content_find .home_content_text p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 16px;
    color: #222;
}
.home_content .home_content_text a {
    border: 2px solid #FAA91B;
    position: relative;
    border-radius: 4px;
    padding: 14px 20px;
    overflow: hidden;
    font-size: 16px;
    color: #222;
}
.home_content .home_content_text a:before {
    content: '';
    z-index: -1;
    top: -85px;
    right: -190px;
    width: 160px;
    height: 160px;
    padding: 10px;
    position: absolute;
    transform: rotate(-37deg);
    background-color: #FAA91B;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.home_content .home_content_text a:hover:before {
    transform: rotate(-15deg);
    right: -5px;
}


/*home slider*/
.home_slider {
    padding: 70px 0;
    width: 100%;
}
.home_slider.home_slider_technology {
    padding: 70px 0 40px 0;
}
.home_slider h1{
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 54px;
    line-height: 1.3;
    display: block;
    padding: 6px;
    width: 100%;
}
.home_slider h2{
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3;
    display: block;
    padding: 5px;
    width: 100%;
}
.home_slider .swiper_home_slider {
    width: 100%;
}
.home_slider .swiper_home_slider .swiper-wrapper {
    width: 100%;
}
.home_slider .swiper_home_slider .swiper-wrapper .swiper-slide {
    padding: 0 12px;
    display: grid;
    grid-template-columns: 100%;
}
.home_slider.home_slider_technology .swiper_home_slider .swiper-wrapper .swiper-slide{
    height: 520px;
}
.home_slider .swiper_home_slider .swiper-wrapper .swiper-slide .home_slider_single {
    background-color: #eee;
    border-radius: 8px;
    overflow: hidden;
    cursor: default;
    display: block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.home_slider .swiper_home_slider .swiper-wrapper .swiper-slide .home_slider_single h3 {
    background-color: #11111194;
    position: absolute;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home_slider .swiper_home_slider .swiper-wrapper .swiper-slide .home_slider_single h3:before {
    content: '';
    left: 0;
    bottom: 0;
    padding: 2px 0;
    position: absolute;
    border-radius: 8px;
    background-color: #FAA91B;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.home_slider .swiper_home_slider .swiper-wrapper .swiper-slide .home_slider_single:hover h3:before {
    padding: 2px 100%;
}
.home_slider .swiper_home_slider .swiper-wrapper .swiper-slide .home_slider_single img {
    background-color: #ccc;
    min-height: 120px;
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.home_slider .swiper_home_slider .swiper-wrapper .swiper-slide .home_slider_single:hover img {
    filter: grayscale(1);
}
.home_slider .swiper_home_slider .swiper-wrapper .swiper-slide .home_slider_single ul {
    min-height: 180px;
    padding: 10px;
}
.home_slider .swiper_home_slider .swiper-wrapper .swiper-slide .home_slider_single ul li {
    text-align: center;
    border-radius: 5px;
    margin-bottom: 4px;
    background-color: transparent;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.home_slider .swiper_home_slider .swiper-wrapper .swiper-slide .home_slider_single ul li:hover {
    background-color: #fff;
}
.home_slider .swiper_home_slider .swiper-wrapper .swiper-slide .home_slider_single ul li a{
    padding: 8px 5px;
    font-size: 15px;
    display: block;
    color: #333;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.home_slider .swiper_home_slider .swiper-wrapper .swiper-slide .home_slider_single ul li:hover a{
    color: #FAA91B;
}
.home_slider .swiper_home_slider .swiper-wrapper .swiper-slide .home_slider_single p{
    text-align: justify;
    line-height: 1.4;
    font-size: 15px;
    margin: 12px 0;
    color: #555;
}
.home_slider .swiper_home_slider .swiper-button-next {

}
.home_slider .swiper_home_slider .swiper-button-next:after {

}
.home_slider .swiper_home_slider .swiper-button-prev {

}
.home_slider .swiper_home_slider .swiper-button-prev:after {

}


.home_slider .main-carousel .flickity-button{
    background: transparent;
    outline: none;
    color: #FAA91B;
}
.home_slider .main-carousel .flickity-button.flickity-prev-next-button.previous {
    left: -38px;
}
.home_slider .main-carousel .flickity-button.flickity-prev-next-button {
    right: -38px;
}



/*home about*/
.home_about {
    padding: 100px 0;
    display: table;
    width: 100%;
}
.home_about .home_about_all {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.home_about .home_about_left {
    display: inline-block;
    padding: 2px;
    color: #fff;
    float: left;
    width: 44%;
}
.home_about .home_about_left h3 {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.2;
}
.home_about .home_about_left p:nth-child(2) {
    border-left: 2px solid transparent;
    text-align: justify;
    padding: 0;
    line-height: 1.4;
    font-weight: 400;
    font-size: 20px;
}
.home_about .home_about_left p {
    border-left: 7px solid #FAA91B;
    padding: 4px 0 4px 12px;
    margin: 20px 0;
    line-height: 1.5;
    font-size: 17px;
}
.home_about .home_about_right {
    display: inline-block;
    float: right;
    width: 50%;
}
.home_about .home_about_right h4 {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    padding: 15px 12%;
    color: #fff;
}
.home_about .home_about_right h4 span {
    color: #FAA91B;
}



/*home commitments*/
.home_commitments {
    padding: 70px 0;
    display: table;
    z-index: 10;
    width: 100%;
}
.home_commitments h3 {
    text-align: center;
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 30px;
    color: #222;
}
.home_commitments h3 span {
    color: #FAA91B;
}
.home_commitments a {
    display: inline-block;
    padding: 0 20px;
    overflow: hidden;
    float: left;
    width: 25%;
    color: #222;
    position: relative;
}
.home_commitments a img {
    background-color: #333;
    position: relative;
    min-height: 140px;
    width: 100%;
    z-index: -2;
}
.home_commitments a .home_commitments_text {
    background-color: #efefef;
    border-radius: 24px 0;
    padding: 15px 14px;
    min-height: 140px;
    float: right;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.home_commitments a:hover .home_commitments_text {
    background-color: #cbcbcb;
    border-radius: 20px 0 20px 0;
}
.home_commitments a .home_commitments_text:before {
    content: '';
    background-color: #FAA91B;
    position: absolute;
    margin-top: -32px;
    height: 50%;
    width: 70%;
    left: 20px;
    z-index: -1;
}
.home_commitments a .home_commitments_text h4 {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;
}
.home_commitments a .home_commitments_text p {
    margin-bottom: 4px;
    line-height: 1.2;
    font-size: 15px;
}
