﻿@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?1yetvw');
    src: url('fonts/icomoon.eot?1yetvw#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?1yetvw') format('truetype'),
    url('fonts/icomoon.woff?1yetvw') format('woff'),
    url('fonts/icomoon.svg?1yetvw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\e945";
}

.icon-twitter:before {
    content: "\e9a7";
}

.icon-linkedin:before {
    content: "\e94b";
}

.icon-arrow-up:before {
    content: "\e96f";
}

.icon-check:before {
    content: "\e98d";
}

.icon-location:before {
    content: "\e907";
}

.icon-phone:before {
    content: "\e90a";
}

.icon-email:before {
    content: "\e91d";
}

.icon-img-inquiry:before {
    content: "\e912";
}

.push {
    margin-top: 174px;
}
.push ~ .pagebanner,
.push + .pagebanner {
    display: none !important;
}
body {
    background: #042038;
}

.rowcenter .row {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.rowcenter .row img {
    width: 100%;
}

.rowcenter .row h4 {
    color: #fff;
}

.product-tags {
	background-color: #fff;
	padding: 0px;
	margin-left: -6px;
	margin-right: -6px;
	margin-bottom: 10px;
}
.product-tags .row {
	padding: 0px 0px;
	margin: 0px 0px;
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.product-tags .row div[class*="col-md"] {
	padding: 0 6px;
	margin-bottom: 15px;
}
.product-tags .row div[class*="col-md"] a {
	padding-left: 5px;
	display: block;
	color: #f1b41c;
	background-color: #fff; 
	padding: 5px 15px;
	width: 100%;
	height: 100%;
	font-size: 15px;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	line-height: 1.3;
	min-height: 45px;
	transition: all 0s;
	text-align: left;
	border: 1px solid #f1b41c;
}
.product-tags .row div[class*="col-md"]:hover a {
	color: #ffffff;
	background-color: #f1b41c;
}

.chat {
    position: fixed;
    right:30px;
    /*right: 100px;*/
    bottom: 0px;
    z-index: 999;
    /*width: calc(100% - 200px);*/
    text-align: right;

}

.chat a {
    /*margin-right: calc(26% - 236px);*/
    display: inline-block;
    width: 200px;
    height: 38px;
    padding-left: 30px;
    background: url(../images/Icon-Chat.svg) no-repeat 30px 50%/16px #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    line-height: 38px;
    color: #042038;
    font-size: 16px;
    font-family: 'Raleway-Regular';
    font-weight: bold;
}

.chat a img {
    height: 18px;
    margin-right: 15px;
}

.chat a:hover {
    background: url(../images/Icon-Chat.svg) no-repeat 30px 50%/16px #f1b41c;
}

.spefont {
    font-weight: 300;
}

.relserver b {
    font-weight: 100 !important;
    text-transform: lowercase;
}


.carousel-compliance {
    width: 100%;
    padding: 100px 100px 0px;
}

.carousel-compliance h2 {
    color: #f1b41c !important;
}

.carousel-compliance a {
    height: 44px;
    padding: 0px 40px;
    border-radius: 0px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    margin-top: 0px;
    position: relative;
    transition: 400ms;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    align-items: center;
    transition: all 0s;
    margin-top: 25px;
}

.carousel-compliance a:hover {
    background: #f1b41c;
    color: #fff;
    border: 1px solid #f1b41c;
}


.toper {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

.logobox {
    width: 100%;
    height: 100px;
    padding: 15px 45px;
    background-image: url("../images/navbar-bg.png");
    background-image: -webkit-image-set(
            url("../images/navbar-bg.webp") 1x
    );
    background-image: image-set(
            url("../images/navbar-bg.png") 1x
    );
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.logo {
    width: auto;
    height: 100%;
}

.logo img {
    height: 100%;
    width: auto;
}

.logo img.logowhite {
    display: block;
}

.logo img.logoblack {
    display: none;
}

.search {
    width: 400px;
    height: 100%;
    display: flex;
    align-items: center;
}

.search form {
    width: 100%;
    height: 40px;
    position: relative;
}

.search form input {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: #fff;
    padding: 0px 60px 0px 10px;
    border: 1px solid #fff;
    color: #042038;
}

.search form .submit {
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    background: url(../images/search.svg) no-repeat center center/50%;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.search form .submit:hover {
    background: url(../images/search.svg) no-repeat center center/50% #f1b41c;
}

.topcontact {
    width: auto;
    height: 100%;
    padding-top: 13px;
    margin-right: 40px;
}

.topcontacts {
    width: auto;
    height: 100%;
    margin-right: 25px;
    float: left;
}

.topcontacts span {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 15px;
    color: #f1b41c;
    font-family: 'Raleway-SemiBold';
}

.topcontacts canvas {
    height: 15px;
    width: auto;
    margin-top: 5px;
}

.topcontacts #tel2 {
    display: none;
}

.topcontacts p {
    color: #fff;
    font-size: 15px;
}

.topcontacts p a {
    color: #fff;
    font-size: 15px;
    transition: all 0s ease-out;
}

.topcontacts p a:hover {
    color: #f1b41c;
}

.navbox {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0px 100px;
    border-bottom: 4px solid #042038;
}

.navs {
    width: auto;
    height: auto;
    float: right;
    position: relative;
}

.sp_nav {
    width: 25px;
    position: relative;
    cursor: pointer;
    height: 22px;
    display: none;
}

.sp_nav span {
    display: block;
    background: #fff;
    width: 25px;
    height: 2px;
    position: absolute;
    left: 0px;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.navs a {
    font-size: 15px;
    color: #042038;
    font-family: 'Raleway-Regular';
    font-weight: bold;
}

.navs ul li ul li a:hover {
    color: #fcc10e;
}

.navs a.shows {
    color: #fcc10e;
}

.navs > ul > li {
    width: auto;
    height: 70px;
    float: left;
    margin-right: 20px;
    position: relative;
    line-height: 70px;
    padding: 0px 0px;
}

.navs > ul > li:hover > a {
    background: #042038;
    color: #fff;
}

.navs > ul > li > span {
    transition: all ease 0.35s;
    margin-left: 2px;
    display: none;
}

.navs > ul > li > span::before {
    content: "+";
    margin-left: 0px;
    color: #666;
    font-weight: bold;
}

.navs > ul > li > a {
    position: relative;
    display: block;
    padding: 0px 10px;
    width: auto;
    height: 100%;
}

.navs > ul > li > a.actives {
    border-top: 4px solid #f1b41c;
}

.navs ul li ul li {
    width: 100%;
    height: auto;
    padding: 6px 10px;
    /*border-bottom: 1px solid #d2d7da;*/
    margin-bottom: 0px;
    position: relative;
    line-height: 25px;
    float: left;
}

.navs ul li ul li span::before {
    content: ">";
    color: #062134;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 15px;
    position: absolute;
    transform: translateY(-50%);
}

.navs ul li ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #042038;
    display: inline-block;
    max-width: 90%;
    font-weight: bold;
    transition: all .1s ease-out;
}

.navs ul li ul li a:hover {
    color: #f1b41c;
}

.navs ul li ul li:hover > span::before {
    color: #f1b41c;
}

.navs ul li ul li a.shows {
    color: #fcc10e;
}

.navs ul li ul li img {
    height: 7px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 12px;
    top: 50%;
    position: absolute;
    right: 5px;
    transform: translateY(-50%);
}

.navs ul li ul li img.down {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.navs > ul > li > ul {
    position: absolute;
    left: 0px;
    top: 70px;
    background: #fff;
    width: 270px;
    height: auto;
    display: none;
    z-index: 99;
    border-top: 4px solid #042038;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    padding: 15px 0px !important;
}

.navs ul li ul li ul {
    position: absolute;
    left: 100%;
    top: 0px;
    background: #fff;
    width: 100%;
    height: auto;
    display: none;
}

.navs > ul > li:nth-child(2) > ul {
    width: 500px;
}

.navs > ul > li:nth-child(2) > ul > li {
    width: 49%;
    height: auto;
    float: left;
    margin-right: 1%;
}

.navs > ul > li:nth-child(2) > ul > li > a {
    text-align: left;
}

.toper.fixed {
    background: rgba(255, 255, 255, .9);
}

.toper.fixed .logobox {
    background: none;
}

.toper.fixed .navbox {
    background: none;
}

.toper.fixed .topcontacts p a {
    color: #042038;
    transition: all 0s ease-out;
}

.toper.fixed .search form input {
    background: none;
    border: 1px solid #042038;
}

.toper.fixed .navs > ul > li > a.actives {
    border-top: none;
}

.toper.fixed .topcontacts #tel {
    display: none;
}

.toper.fixed .topcontacts #tel2 {
    display: inline;
}

.toper.fixed .logo img.logowhite {
    display: none;
}

.toper.fixed .logo img.logoblack {
    display: block;
}

.toper.fixed .sp_nav span {
    background: #042038;
}

.indexbanner1 {
    width: 100%;
    height: 100vh;
    background-image: url("../images/banner-christmas.jpg");
    background-image: -webkit-image-set(
            url("../images/banner-christmas.webp") 1x
    );
    background-image: image-set(
            url("../images/banner-christmas.jpg") 1x
    );
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.indexbanner {
    width: 100%;
    height: 100vh;
    background-image: url("../images/banner1.jpg");
    background-image: -webkit-image-set(url("../images/banner1.webp") 1x);
    background-image: image-set(url("../images/banner1.jpg") 1x);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.indexbanner .bannertext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0px 15px;
}

.indexbanner h1 {
    font-size: 48px;
    color: #fff;
    font-family: 'Raleway-SemiBold';
    margin-bottom: 15px;
    white-space: break-spaces;
}

.indexbanner p {
    font-size: 30px;
    color: #fff;
    font-family: 'Raleway-Regular';
    margin-bottom: 10px;
    white-space: break-spaces;
}

.indexpart1 {
    width: 100%;
    height: auto;
    padding: 100px 0px 70px;
}

.maincon {
    width: 100%;
    height: auto;
    padding: 0px 100px;
}

.indexserver {
    width: 100%;
    height: auto;
    border: 1px solid #f1b41c;
    position: relative;
}

.indexserverpic {
    width: 50%;
    height: auto;
}

.indexserverpic img {
    width: 100%;
    height: auto;
}

.indexservertext {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexservertexts {
    width: auto;
    height: auto;
}

.maintitle {
    display: inline-block;
    font-size: 35px;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Raleway-SemiBold';
}

.indexserverli {
    width: 460px;
    height: auto;
    margin-bottom: 30px;
}

.indexserverli p {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}

.indexserverli span {
    width: 50%;
    height: auto;
    float: left;
    margin-bottom: 15px;
}

.indexserverli span a {
    font-size: 15px;
    color: #fff;
}

.indexserverli span a:hover {
    color: #f1b41c;
}

.more {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 10px 25px;
    background: #f1b41c;
    color: #fff;
    font-size: 15px;
    font-family: 'Raleway-SemiBold';
}

.more:hover {
    background: #fff;
    color: #042038;
}

.indexquality {
    width: 100%;
    height: auto;
    border-left: 1px solid #f1b41c;
    border-bottom: 1px solid #f1b41c;
    background-image: url("../images/indexpic2.png");
    background-image: -webkit-image-set(
            url("../images/indexpic2.webp") 1x
    );
    background-image: image-set(
            url("../images/indexpic2.png") 1x
    );
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.indexquality ul li {
    width: 25%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid #f1b41c;
    padding: 30px 15px 30px;
}

.indexquality ul li img {
    width: auto;
    height: 60px;
    margin-bottom: 25px;
}

.indexquality ul li p {
    font-size: 15px;
    color: #fff;
    font-family: 'Raleway-SemiBold';
    text-align: center;
    line-height: 20px;
    height: 40px;
}

.indexabout .indexservertext {
    left: 0px;
}

.indexpart2 {
    width: 100%;
    height: auto;
}

.indexpart2 .maintitle {
    display: block;
    text-align: center;
    margin-bottom: 45px;
}

.indextechniques {
    width: 100%;
    height: auto;
}

.indextechniques > div {
    float: left;
}

.indextechniques1 {
    width: 20.9%;
    margin-right: 2.3%;
}

.indextechniques2 {
    width: 20.9%;
    margin-right: 2.3%;
}

.indextechniques3 {
    width: 53.6%;
}

.indextechniquescon {
    width: 100%;
    height: auto;
    margin-bottom: 9.8%;
    position: relative;
    overflow: hidden;
}

.indextechniquescon img {
    width: 100%;
    height: auto;
    transition: all 1s;
}

.indextechniquescon:hover img {
    transform: scale(1.05);
}

.indextechniquescon p {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 10px 10px;
    background: rgba(255, 255, 255, .7);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #042038;
    font-family: 'Raleway-SemiBold';
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
}

.indextechniquescon:hover p {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.indextechniques3 .indextechniquescon {
    margin-bottom: 0px;
}

.indextechniquesmore {
    width: 100%;
    height: auto;
    text-align: center;
}

.indexpart3 {
    width: 100%;
    height: auto;
    padding: 60px 0px;
}

.indexpart3 ul {
    width: 100%;
    height: 380px;
    border: 1px solid #f1b41c;
}

.indexpart3 ul li {
    width: 23%;
    height: 100%;
    padding: 7% 25px 10px;
    float: left;
    border-right: 1px solid #f1b41c;
    text-align: left;
}

.indexpart3 ul li:nth-child(1) {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 25px 10px;
}

.indexpart3 ul li:nth-child(2) {
    width: 29%;
}

.indexpart3 ul li:nth-child(4n) {
    border-right: 0px solid #f1b41c;
}

.indexpart3 ul li h2 {
    text-align: center;
    margin-bottom: 0px;
}

.indexpart3 ul li a {
    font-size: 17px;
    color: #f1b41c;
    margin-bottom: 15px;
    display: inline-block;
}

.indexpart3 ul li a:hover {
    color: #fff;
}

.indexpart3 ul li a img {
    width: auto;
    height: 16px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.indexpart3 ul li p {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}

.footer {
    width: 100%;
    height: auto;
}

.footcon {
    width: 100%;
    height: auto;
    background-image: url("../images/footer-bg.png");
    background-image: -webkit-image-set(
            url("../images/footer-bg.webp") 1x
    );
    background-image: image-set(
            url("../images/footer-bg.png") 1x
    );
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-bottom: 1px solid #f1b41c;
    padding: 40px 0px;
}

.footcontact {
    width: 300px;
    height: auto;
}

.footcontact p {
    height: auto;
    width: auto;
    margin-bottom: 15px;
    padding-left: 40px;
    color: #fff;
}

.footcontact p canvas {
    height: 15px;
    width: auto;
    margin-bottom: 2px;
}

.footcontact p canvas:nth-child(2) {
    margin-bottom: 0px;
}

.footcontact p a {
    color: #fff;
}

.footcontact p a:hover {
    color: #f1b41c;
}

.footcontact p span {
    font-size: 15px;
    color: #fff;
    font-family: "Helvetica", Arial, sans-serif;
}

.footmap {
    width: 600px;
    height: auto;
    margin: auto;
}

.footmaps {
    width: 600px;
    height: auto;
    position: relative;
}

.footmaps:before {
    content: '';
    width: 100%;
    height: calc(100% - 30px);
    background: rgba(4, 32, 56, .5);
    position: absolute;
    left: 0px;
    top: 0px;
}

.footmaps iframe {
    width: 100%;
    height: 170px;
    margin-bottom: 0px;
}

.footmaps p {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    background: #042038;
    color: #fff;
    text-align: center;
}

.footmaps p a {
    color: #fff;
}

.footmaps p a:hover {
    color: #f1b41c;
}

.footnav {
    width: 250px;
    height: auto;
}

.footnav span {
    width: 100%;
    display: inline-block;
    height: auto;
    margin-bottom: 20px;
    text-align: left;
}

.footnav span a {
    font-size: 15px;
    color: #fff;
}

.footnav span a:hover {
    color: #f1b41c;
}

.copyright {
    width: 100%;
    height: auto;
    padding: 15px 0px 35px;
}

.copyright p {
    text-align: left;
    font-size: 15px;
    color: #fff;
}

.copyright img {
    height: 50px;
    width: auto;
    display: none;
    margin: auto;
}

.copyright a {
    color: #fff;
}

@media (min-width: 1200px) {
    .copyright img {
        display: block;
    }
}

.gotop {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 999;
    cursor: pointer;
    transition: box-shadow .2s, -webkit-transform .2s;
    transition: box-shadow .2s, transform .2s;
    transition: box-shadow .2s, transform .2s, -webkit-transform .2s;
    /*display: none;*/
    background: #f1b41c;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gotop img {
    width: 50%;
    height: auto;
}

.gotop:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    background: #e6a910;
}

.iconcontact {
    width: 16px;
    height: auto;
    position: fixed;
    top: 73%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 999;
}

.iconcontact a {
    margin: 20px 0px;
    display: block;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconcontact a span {
    color: #f1b41c;
    font-size: 18px;
    position: relative;
    z-index: 3;
}

.iconcontact a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    z-index: 0;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #f1b41c;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.iconcontact a:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.pagebanner {
    width: 100%;
    height: 70px;
    margin-top: 174px;
    background-image: url(../images/contact-bg.png);
    background-image: -webkit-image-set(
            url("../images/contact-bg.webp") 1x
    );
    background-image: image-set(
            url("../images/contact-bg.png") 1x
    );
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagebanner h2 {
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 3px 5px #262626;
    font-family: 'Raleway-SemiBold';
}

.pagebanner h1 {
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 3px 5px #262626;
    font-family: 'Raleway-SemiBold';
}

.pagecontent {
    width: 100%;
    height: auto;
}

.location {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    font-size: 18px;
    color: #fff;
}

.location a {
    font-size: 18px;
    color: #fff;
    margin-right: 4px;
    margin-left: 4px;
    line-height: 30px;
    font-family: 'Helvetica';
}

.location li {
    font-size: 18px;
    display: inline-block;
    margin-right: 5px;
    font-family: 'Helvetica';
}

.location li::before {
    content: ">";
    color: #fff;
    margin-right: 7px
}

.location li:first-child::before {
    content: "";
    margin-right: 0px;
}

.location a:first-child {
    margin-left: 0px;
}

.location a:hover {
    color: #f1b41c;
}

.location a:last-child:hover {
    color: #fff;
}

.contents {
    width: 100%;
    height: auto;
    padding: 40px 0px 50px;
}

.contentstitle {
    margin-bottom: 40px;
}

.contentstitle span {
    margin-bottom: 20px
}

.contentstitle p {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
}

.conatct {
    width: 100%;
    height: auto;
}

.contacttext {
    width: 20%;
    height: auto;
    padding-right: 35px;
}

.contacttexthead {
    font-size: 20px;
    color: #f1b41c;
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: 'Raleway-SemiBold';
}

.contacttext canvas {
    height: 15px;
    margin-bottom: 3px;
}

.contacttext a {
    font-size: 15px;
    color: #fff;
}

.contacttext a:hover {
    color: #f1b41c;
}

.contacttext .hours {
    font-size: 15px;
    color: #fff;
}

.contactform {
    width: 80%;
    padding-left: 50px;
    border-left: 1px solid #f1b41c;
}

.contactform .forms1 {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.contactform .forms1 .forminput {
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.contactform .forms1.fullform .forminput {
    width: 100%;
}

.contactform .forms1 .forminput:last-child {
    margin-right: 0%;
}

.contactform .forms1 .forminput label {
    font-size: 15px;
    color: #f1b41c;
    margin-bottom: 0px;
}

.contactform .forms1 .forminput label b {
    font-family: -webkit-body;
}

.contactform .forms1 .forminput input {
    width: 100%;
    height: 40px;
    background: none;
    border: none;
    border-bottom: 1px solid #f1b41c;
    color: #ffff;
    padding: 0px 0px;
    font-size: 16px;
    box-shadow: none;
    outline: none;
    border-radius: 0px;
}

.contactform .forms1 .forminput input:focus {
    box-shadow: none;
}

.contactform .forms1.fullform .forminput textarea {
    width: 100%;
    height: 120px;
    background: none;
    border: 1px solid #f1b41c;
    color: #ffff;
    font-size: 16px;
    padding: 10px 10px;
    resize: none;
    margin-top: 10px;
}

.contactform .forms1 .forminput .selectbox {
    width: 100%;
    height: 40px;
    background: none;
    border: none;
    border-bottom: 1px solid #f1b41c;
    position: relative;
}

.selectbox span {
    width: 100%;
    border-radius: 6px 6px 6px 6px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border: none;
    padding: 0px 0px;
    display: block;
    background: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.selectbox span b {
    font-weight: 100;
}

.selectbox span img {
    position: absolute;
    right: 5px;
    top: 50%;
    width: auto;
    height: 10px;
    margin-top: -6px;
    transition: all 0.6s;
}

.selectbox span.down {
    border-radius: 0px 0px 6px 6px;
}

.selectbox span.down img {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.select {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    border-bottom: 1px solid #f1b41c;
    border-left: 1px solid #f1b41c;
    border-right: 1px solid #f1b41c;
    display: none;
    z-index: 99;
}

.select p {
    width: 100%;
    height: auto;
    line-height: 22px;
    padding: 8px 10px 8px 30px;
    color: #333;
    cursor: pointer;
    font-size: 18px;
    overflow: auto;
}

.select p.shows {
    background: #f1b41c;
    color: #fff;
}

.select p:hover {
    background: #f1b41c;
    color: #fff;
}

.codebox {
    width: 100%;
    height: 100%;
    position: relative;
}

.codebox img.verifycoderefresh {
    position: absolute;
    right: 0px;
    bottom: 1px;
    height: 100%;
    width: 120px;
    cursor: pointer;
    background: #042038;
}

.formsub {
    width: 100%;
    height: auto;
    text-align: center;
}

.contactform .formsub button {
    cursor: pointer;
    background: #f1b41c;
    display: inline-block;
    border: none;
    color: #fff;
    line-height: 1.2;
    text-decoration: none;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    padding: 11px 30px;
    font-size: 16px;
    float: none;
    margin: auto;
    height: auto;
    border-radius: 0px;
}

.contactform .formsub button:hover {
    background: #fff;
    color: #f1b41c;
}

.keep {
    width: 100%;
    height: 160px;
    background-image: url("../images/keep.jpg");
    background-image: -webkit-image-set(
            url("../images/keep.webp") 1x
    );
    background-image: image-set(
            url("../images/keep.jpg") 1x
    );
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.keeptext {
    margin-right: 30px;
}

.keeptext h3 {
    color: #fff;
    margin-bottom: 5px;
}

.keeptext h3 span {
    color: #f1b41c;
}

.keeptext p {
    color: #f1b41c;
    font-size: 15px;
}

.keepemail {
    width: 600px;
    height: 50px;
}

.keepemail form {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #f1b41c;
}

.keepemail input {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    border: none;
    padding: 0px 190px 0px 10px;
    color: #000;
}

.keepemail button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 180px;
    height: 100%;
    background: #f1b41c;
    color: #fff;
    border: none;
}

.keepemail button:hover {
    background: #fff;
    color: #f1b41c;
}

.interpretation {
    width: 100%;
    height: auto;
}

.interpretation ul li {
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #f1b41c;
    overflow: hidden;
    padding-bottom: 23%;
}

.interpretation ul li:nth-child(3n) {
    margin-right: 0px;
}

.interpretation ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
    position: absolute;
    left: 0px;
    top: 0px;
}

.interpretation ul li p {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 12px 10px;
    background: rgba(4, 32, 56, .7);
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: center;
}

.interpretation ul li:hover img {
    transform: scale(1.1);
}

.interpretation ul li:hover p {
    background: rgba(4, 32, 56, .9);
}

.material {
    width: 100%;
    height: auto;
    border-top: 1px solid #f1b41c;
    border-left: 1px solid #f1b41c;
}

.material ul li {
    width: 25%;
    height: 400px;
    float: left;
    border-right: 1px solid #f1b41c;
    border-bottom: 1px solid #f1b41c;
}


.material ul li.lititle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
}

.material ul li.lititle p {
    text-align: center;
    margin-bottom: 0px
}

.material ul li.lilist {
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.material ul li.lilist .lilisttitle {
    font-size: 20px;
    height: 50px;
    line-height: 25px;
    color: #f1b41c;
    margin-bottom: 15px;
    display: inline-block;
    padding-right: 30px;
    background: url(../images/link.svg) no-repeat right 7px/14px;
    margin-bottom: 20px;
}

.material ul li.lilist .lilisttitle:hover {
    color: #fff;
}

.material ul li.lilist .lilisttext {
    width: 100%;
    height: 90px;
    margin-left: 20px;
}

.material ul li.lilist .lilisttext li {
    line-height: 25px;
    width: 100%;
    height: auto;
    float: none;
    color: #ffffff;
    list-style-type: disc;
    position: relative;
    border-right: 0px solid #f1b41c;
    border-bottom: 0px solid #f1b41c;
}

.material ul li.lilist .lilistview {
    display: block;
    margin: 40px auto 0px;
    text-align: left;
    width: 100%;
}

.material ul li.lilist .lilistview a {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 8px 22px;
    border: 1px solid #f1b41c;
    color: #fff;
    font-size: 15px;
    font-family: 'Raleway-SemiBold';
}

.material ul li.lilist .lilistview a:hover {
    background: #f1b41c;
}

.material ul li.lipic {
    overflow: hidden;
}

.material ul li.lipic img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.material ul li.lides {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 50px;
}

.material ul li.lides p {
    font-size: 15px;
    color: #fff;
    line-height: 35px;
}

.techniques ul li p {
    color: #f1b41c;
}

.services {
    width: 100%;
    height: auto;
}

.services .services-container {
    width: 68%;
    height: auto;
}

.sidecon {
    width: 26%;
    height: auto;
}

.servicestitle {
    margin-bottom: 25px;
}

.servicestitle h2, .servicestitle h1 {
    font-size: 26px;
    color: #fff;
    font-family: 'Raleway-SemiBold';
    font-weight: 100;
}

.listtable {
    margin-bottom: 25px;
}

table.listtable td, table.listtable tr {
    border: 1px solid #f1b41c;
}

table.listtable tr:nth-of-type(2n+2) td {
    background: #042038;
    color: #fff;
}

table.listtable tr:nth-of-type(2n+1) td {
    background: #042038;
    color: #fff;
}

table.listtable tr td:nth-child(1) {
    width: 150px;
}

.table-responsive .listtable {
    margin-bottom: 0;
}

.childlist {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 10px;
}

.childlist a {
    width: 32%;
    height: 50px;
    float: left;
    color: #f1b41c;
    border: 1px solid #f1b41c;
    font-size: 15px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 10px;
    text-align: left;
    margin-right: 2%;
    margin-bottom: 15px;
    line-height: 16px;
}

.childlist a:nth-child(3n) {
    margin-right: 0px;
}

.childlist a:hover {
    background: #f1b41c;
    color: #fff;
}

.piclist {
    width: 100%;
    height: auto;
    padding-top: 10px;
    margin-bottom: 5px;
}

.piclist .pics {
    width: 32%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 2%;
    float: left;
    padding-bottom: 24%;
    position: relative;
    overflow: hidden;
}

.piclist .pics img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    min-height: 100%;
    background: #fff;
}

.piclist .pics:nth-child(3n) {
    margin-right: 0%;
}

p.notices {
    font-size: 14px;
    color: #f1b41c;
}

p.notices span {
    margin-right: 6px;
}

.related {
    width: 100%;
    height: auto;
    padding-top: 8px;
    position: relative;
}

.related a {
    width: 32%;
    padding-bottom: 23.3%;
    float: left;
    margin-right: 2%;
    position: relative;
    margin-bottom: 20px;
    background: url(../images/relatedSev-bgleft.svg) no-repeat calc(0% - 2px) calc(100% + 2px)/40%, url(../images/relatedSev-bgright.svg) no-repeat calc(100% + 2px) calc(0% - 2px)/40% #f1b41c;
}

.related a:hover {
    background: url(../images/relatedSev-bgleft.svg) no-repeat calc(0% - 2px) calc(100% + 2px)/40%, url(../images/relatedSev-bgright.svg) no-repeat calc(100% + 2px) calc(0% - 2px)/40% #ffcd51;
}

.related a:nth-child(3n) {
    margin-right: 0%;
}

.related a .relatedcon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.related a img {
    height: 20%;
    width: auto;
    margin-bottom: 15px;
}

.related a p {
    font-size: 16px;
    color: #042038;
    text-align: center;
    font-family: 'Raleway-SemiBold';
}

.relatedtitle {
    font-size: 25px;
    text-align: center;
    font-family: 'Raleway-SemiBold';
}

@media (min-width: 600px) {
    .relateddata .swiper-button-next2 {
        display: none;
    }

    .relateddata .swiper-button-prev2 {
        display: none;
    }
}
.swiper-button-next, .swiper-button-prev{
    top: 45%;
    width: 40px;
    height: 40px;
    border:none;
    background-color: transparent;
    border-radius: 0;
}
.swiper-button-next:after, .swiper-button-prev:after{
    content: "";
}
.swiper-button-prev{
    left: -40px;
    top:35%;
    outline: none;
    background: url(../images/carousel-right2.svg) no-repeat center center / 100%;
    transform: rotate(180deg);
}
.swiper-button-next{
    right: -40px;
    outline: none;
    background: url(../images/carousel-right2.svg) no-repeat center center / 100%;
}
.sidetitle {
    width: 100%;
    height: auto;
}

.sidetitle p {
    font-size: 16px;
    color: #fff;
    height: 26px;
    line-height: 26px;
    text-align: right;
    padding-right: 14px;
    background: url(../images/sidebg.png) no-repeat right top/auto 100%;
}

.leftnavli {
    width: 100%;
    height: auto;
    border: 1px solid #f1b41c;
    border-top: 5px solid #f1b41c;
    padding: 25px 15px;
    margin-bottom: 30px;
}

.sidecon .instruments {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.leftnavli {
    width: 100%;
    height: auto;
    padding: 0px 20px;
    margin-bottom: 15px;
    position: relative;
}

.leftnavli:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    width: 100%;
    height: 40px;
}

.leftnavli.leftnavup:before {
    height: 100%;
    background: none;
}
.leftnavli a.active{color:#f1b41c !important;}
.leftnavli.leftnavup > ul > li > a {
    color: #fff;
}

.leftnavli > ul {
    width: 100%;
    height: auto;
}

.leftnavli ul li a {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    display: inline-block;
    max-width: 90%;
}

.leftnavli ul li ul {
    margin-top: 5px;
    margin-bottom: 7px;
}

.leftnavli ul li {
    width: 100%;
    height: auto;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #f1b41c;
    margin-bottom: 10px;
    position: relative;
}

.leftnavli ul li ul li:last-child {
    border-bottom: 0px solid #e2e2e2;
    margin-bottom: 0px;
    padding: 10px 0px 0px;
}

.leftnavli > ul > li:last-child {
    border-bottom: 0px solid #f1b41c;
    margin-bottom: 0px;
}

.leftnavli ul li span {
    float: right;
    position: relative;
}

.leftnavli ul li span::before {
    content: "+";
    color: #f1b41c;
    font-weight: bold;
    position: absolute;
    right: 15px;
    position: absolute;
    cursor: pointer;
}

.leftnavli ul li span.down::before {
    content: "-";
    color: #f1b41c;
}

.leftnavli ul li ul {
    display: none;
    padding-left: 14px;
}

.leftnavli > ul > li > ul > li > ul {
    border-top: 1px solid #f1b41c;
    border-bottom: 1px solid #f1b41c;
    padding-bottom: 10px !important;
}

.leftnavli > ul > li > a {
    color: #042038;
}

.leftnavli > ul > li > ul > li > a {
    color: #fff;
}

.leftnavli > ul > li > ul > li > ul > li > a {
    color: #fff;
}

.leftnavli > ul > li > ul > li > ul > li > ul > li > a {
    color: #fff;
}

.leftnavli > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    color: #fff;
}

.leftnavli ul li a:hover {
    /*text-decoration: underline;*/
    color: #f1b41c;
}

.leftnavli > ul > li {
    padding: 10px 0px 15px;
    margin-bottom: 0px;
}

.leftnavli.leftnavup > ul > li {
    padding: 10px 0px 10px;
}

.leftnavli ul li ul li {
    padding: 10px 0px 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #f1b41c;
}

.solution-box {
    background-color: #f1b41c;
    padding: 32px 35px 35px 35px;
    margin-top: 20px;
}

.solution-box .inner {
    margin-bottom: 20px;
}

.solution-box .inner .title {
    color: #042038;
}

.solution-box .inner h3 {
    position: relative;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 0;
}

.solution-box .inner .text {
    color: #042038;
    margin-bottom: 40px;
}

.solution-box .inner .btn-style-one {
    width: 170px;
    background: #ffffff;
    color: #f1b41c;
    font-size: 18px;
    font-weight: 500;
    height: 46px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 49px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.solution-box .inner .btn-style-one:hover {
    position: relative;
    padding: 16px 45px 15px;
    line-height: 24px;
    background: #042038;
    color: #f1b41c;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 49px;
}

.contentinquiry {
    width: 100%;
    height: auto;
    background-image: url("../images/bgpic.jpg");
    background-image: -webkit-image-set(
            url("../images/bgpic.webp") 1x
    );
    background-image: image-set(
            url("../images/bgpic.jpg") 1x
    );
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 20px 8%;
    margin-top: 0px;
}

.contentinquirys1 {
    width: 900px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin: auto;
}

.contentinquirys1 p {
    width: 80%;
    height: auto;
    font-size: 15px;
    line-height: 22px;
    color: #f1b41c;
    padding-bottom: 0px;
}

.contentinquirys1 p img {
    height: 45px;
    width: auto;
    display: block;
    margin: 0px 0px 15px;
}

.contentinquirys1 a {
    width: 150px;
    height: auto;
    line-height: 20px;
    padding: 10px 0px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #f1b41c;
    margin-left: 15px;
    font-family: 'Raleway-SemiBold';
}

.contentinquirys1 a:hover {
    background: #ffcd51;
}

.ingrightmodule1 {
    overflow: hidden;
}

.ingrightmodule1 a {
    width: 32%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 2%;
    float: left;
}

.ingrightmodule1 a img {
    width: 100%;
    height: auto;
}

.ingrightmodule1 a:nth-child(3n) {
    margin-right: 0%;
}

.codebox .glyphicon {
    right: 140px;
    top: 50%;
    transform: translateY(-70%);
}

.success table tr, .success table th, .success table td {
    font-size: 100%;
}

.successinfo > table > tbody > tr > td > div {
    padding-left: 0% !important;
    padding-bottom: 10px !important;
}

.successinfo .iconarea .iconunit {
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #7b9d3c;
    color: #ffffff;
    line-height: 40px;
    font-weight: bolder;
    font-size: 22px;
    position: relative;
    z-index: 9;
    margin: 0px auto 0px;
}

.services-container .ullist {
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    padding: 0px 0px 15px 19px;
}

.services-container .ullist li p {
    padding-bottom: 0px;
}

.services-container .ollist.Reference {
    padding: 0px 0px 15px 12px;
    margin-bottom: 5px
}

.ingleftmodule1 {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.ingleftmodule1 span {
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    height: auto;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: 26px;
}

.ingleftmodule1 span a {
    color: #fff;
}

.ingleftmodule1 span a:hover {
    color: #f1b41c;
}

.solution-box.fixed {
    position: fixed;
    top: 120px;
    right: 100px;
    width: 21.8%;
}

.searchli span {
    width: 32%;
    height: 50px;
    float: left;
    color: #f1b41c;
    border: 1px solid #f1b41c;
    font-size: 15px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    margin-right: 2%;
    margin-bottom: 15px;
    line-height: 16px;
    padding: 0px 0px;
}

.searchli span:nth-child(3n) {
    margin-right: 0px;
}

.searchli span a {
    color: #f1b41c;
    font-size: 15px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0px 10px;
}

.searchli span a font {
    color: #fff;
}

.searchli span a:hover {
    background: #f1b41c;
    color: #fff;
}


.careers {
    padding-bottom: 35px;
}

.careers .careerstitle {
    font-size: 28px;
    color: #fff;
    font-family: 'Raleway-SemiBold';
    text-align: center;
    margin-bottom: 20px;
}

.careers p {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
}

.careers p a {
    /*color: #fff;*/
    color: #f1b41c;
}

.careers p a:hover {
    color: #f1b41c;
    text-decoration: underline;
}

.careers h4 {
    font-size: 24px;
    color: #fff;
    font-family: 'Raleway-SemiBold';
    margin-bottom: 20px;
}

.careers table.listtable tr td:nth-child(1) {
    width: 50%;
}

.careers table.listtable tr td {
    color: #f1b41c;
}

.careers table.listtable tr td a {
    color: #f1b41c;
}

.careers table.listtable tr td a:hover {
    color: #fff;
}

.careers .careerspic {
    margin-bottom: 25px;
}

.careers img {
    display: block;
    margin: auto;
    width: 50%;
    height: auto;
    margin-bottom: 15px;
    max-width: 100%;
}

.careers ul li {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
}

.apply {
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 30px 30px;
    border-bottom: 5px solid #f1b41c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 16%);
    margin-bottom: 25px;
}

.apply span.applytitle {
    font-size: 20px;
    color: #00152c;
}

.apply a {
    font-size: 14px;
    color: #f1b41c;
    padding: 8px 20px;
    border: 1px solid #f1b41c;
    border-radius: 10px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.apply a span {
    transition: all ease 0.35s;
    margin-left: 12px;
    display: inherit;
}

.apply a span:before {
    display: inline-block;
    content: " ";
    height: 7px;
    width: 7px;
    border-width: 2px 2px 0 0;
    border-color: #f1b41c;
    border-style: solid;
    transform: rotate(45deg) translateY(0);
}

.apply a:hover {
    background: #f1b41c;
    color: #fff;
}

.apply a:hover span:before {
    border-color: #fff;
}

.bgwhite {
    background: #fff;
}

.bgwhite .servicestitle h2, .bgwhite .servicestitle h1 {
    color: #000;
}

.bgwhite .services-container p {
    color: #000;
}

.bgwhite .leftnavli > ul > li > ul > li > a {
    color: #000;
}

.bgwhite .leftnavli > ul > li > ul > li a {
    color: #000;
}

.bgwhite .leftnavli > ul > li > ul > li a:hover {
    color: #fac133;
}

.bgwhite .leftnavli ul li span::before {
    color: #000;
}

.bgwhite .leftnavli > ul > li > ul > li > ul > li > a {
    color: #000;
}

.bgwhite .leftnavli.leftnavup > ul > li > a {
    color: #fff;
}

.bgwhite .leftnavli:before {
    background: #000;
}

.bgwhite .leftnavli > ul > li > a {
    color: #fff;
}

.bgwhite .leftnavli > ul > li > span::before {
    color: #fff;
}

.bgwhite .services-container h3 {
    color: #000;
}

.bgwhite .services-container h3.bg-color {
    padding: 15px 15px;
    border-radius: 10px;
    box-shadow: 1px 2px 5px #878787;
    color: #fff;
    background: linear-gradient(to bottom, #71a6db, #569bdb, #438ac9);
    font-size: 18px;
}

.bgwhite .location a {
    color: #000;
}

.bgwhite .location li {
    color: #000;
}

.bgwhite .location {
    color: #000;
}

.bgwhite .location li::before {
    color: #000;
}

.bgwhite .services-container .ullist {
    color: #000;
}

.bgwhite .ullist > li {
    list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNy4zNjEgMTcuMzYxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNy4zNjEgMTcuMzYxIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBvbHlnb24gZmlsbD0iIzAwMCIgcG9pbnRzPSIxLjkyOCwxNy4zNjUgMS45MjgsMC4xIDE1LjU4NCw4LjczMiAiLz4KPC9zdmc+) !important;
}

.bgwhite .ullist ul li {
    color: #000;
}

.bgwhite .ullist ul.star li {
    list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImRfMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDE3LjQgMTcuNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTcuNCAxNy40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzAwMDt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE3LjQsNi44bC01LjIsMy44bDEuNyw2LjNsLTUuMy0zLjdsLTUuMiwzLjdsMS45LTYuMkwwLDYuOGg2LjZsMi4xLTYuMmwyLjEsNi4ySDE3LjR6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==) !important;
}

.bgwhite .location a:last-child:hover {
    color: #f1b41c;
}

.bgwhite table.listtable tr:nth-of-type(2n+1) td {
    background: #fff;
    color: #000;
}

.bgwhite table.listtable tr:nth-of-type(2n+2) td {
    background: #fff;
    color: #000;
}
.bgwhite table.listtable.style2 tr:nth-of-type(2n) td {
    background: rgb(255,242,204);
    color: #000;
}

.bgwhite .services-container a:hover {
    color: #000000;
}

.bgwhite .piclist .pics img {
    object-fit: contain;
}
.bgorange{
    background: #f7ca62;
    padding:20px 20px 5px 20px;
    margin-bottom: 25px;
    margin-left: 3px;
    margin-right: 3px;
    position: relative;
}
.bgorange:before{
    position: absolute;
    left:-3px;
    top: -3px;
    content:'';
    display: block;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    z-index: 1;
    border: 2px dashed #ccc;
}
.bgorange .inner{ position: relative; z-index: 2;}
.bgorange a{color: #fff;}
.bgorange a:hover{ color: #fff !important; text-decoration: underline;}
.iconcontact a::after {
    background: #042038;
}

.chat a {
    background: url(../images/Icon-Chat.svg) no-repeat 30px 50%/16px #f1b41c;
}

.chat a:hover {
    background: url(../images/Icon-Chat.svg) no-repeat 30px 50%/16px #fac133;
}

.bgwhite .Reference li {
    color: #979797 !important;
}

.bgwhite .Reference {
    color: #979797 !important;
}

.bgwhite .ullist ul li {
    list-style: disc !important;
}

.bgwhite p.notices {
    color: #f1b41c;
}

.slist {
    width: 100%;
    height: auto;
}

.slist .list-item {
    width: 100%;
    height: auto;
    margin-bottom: 45px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.slist .list-item > p {
    width: 45%;
    margin-top: 0px !important;
}

.slist .list-item > p img {
    width: 100%;
}

.slist .list-item .list-text {
    width: 40%;
    margin-right: 5%;
}

.slist .list-item .list-text h3 {
    font-size: 28px;
    line-height: 34px;
}

.slist .list-item .list-text p a {
    padding: 8px 55px 8px 15px;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    position: relative;
}

.slist .list-item .list-text p a:after {
    content: '';
    width: 40px;
    height: 100%;
    background: url(../images/right.svg) no-repeat center center/14px;
    position: absolute;
    right: 0px;
    top: 0px;
    border-left: 1px solid #000;
}

.slist .list-item .list-text p:last-child {
    padding-bottom: 0px !important;
    margin-top: 15px;
}

.slist .list-item:nth-child(2n) {
    flex-direction: row-reverse;
}

.slist .list-item:nth-child(2n) .list-text {
    margin-left: 5%;
}

.slist .list-item .list-text p a:hover {
    background: #fac133;
}


.flyerlist {
    width: 100%;
    height: auto;
}

.flyerlist .listitem {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.flyerlist .listitem a {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flyerlist .pic {
    width: 130px;
    height: auto;
    margin-right: 50px;
    flex-shrink: 0;
}

.flyerlist .pic img {
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
}

.flyerlist .text h4 {
    color: #000;
    margin-bottom: 15px;
}

.flyerlist .text h4:hover {
    color: #f1b41c;
}

.flyerlist .text p {
    padding-bottom: 0px;
    line-height: 24px;
}

.title-style1 span {
    color: #1F4E79;
}

.mainsection3 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
    padding-top: 30px;
    margin-bottom: 40px;
}

.mainsection3-list {
    width: 100%;
    height: auto;
    position: relative;
}

.mainsection3-list-title {
    width: calc(100% - 180px);
    height: 30px;
    position: relative;
    margin: 0px auto 40px;
}

.mainsection3-list-title .swiper-pagination-bullets .swiper-pagination-bullet {
    width: auto;
    background: transparent;
    height: auto;
    color: #000;
    font-size: 16px;
    transform: none;
    margin: 0px 30px !important;
    border: none;
    border-radius: 0px;
}

.mainsection3-list-title .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 20px;
    font-weight: bold;
    color: #1F4E79;
}

.mainsection3-list-title .swiper-pagination-bullets {
    width: 100% !important;
    position: static !important;
    transform: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainsection3-list-title .swiper-pagination-bullets span {
    position: static;
}

.mainsection3-list-title .swiper-button-next, .mainsection3-list-title .swiper-button-prev {
    width: 30px;
    height: 40px;
    border:none;
}

.mainsection3-list-title .swiper-button-next:after, .mainsection3-list-title .swiper-button-prev:after {
    content: none;
}

.mainsection3-list-title .swiper-button-next {
    top: 50%;
    right: -90px;
    background: url(../images/arrow3.svg) no-repeat center center/50%;
}

.mainsection3-list-title .swiper-button-prev {
    /*top: calc(50% + 13px);*/
    top:0;
    left: -90px;
    background: url(../images/arrow4.svg) no-repeat center center/50%;
    transform: none;
}

.mainsection3-list-title .swiper-button-next:hover {
    background: url(../images/arrow3.svg) no-repeat center center/50% #efefef;
}

.mainsection3-list-title .swiper-button-prev:hover {
    background: url(../images/arrow4.svg) no-repeat center center/50% #efefef;
}

.mainsection3 .mainsection3-list .swiper-wrapper {
    align-items: stretch;
}

.mainsection3-list .swiper-slide {
    background: #F2F2F2;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: auto;
}

.mainsection3-list .swiper-slide .text {
    width: 65%;
    padding: 10px 30px 22px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.mainsection3-list .swiper-slide .text .text-item {
    width: 49%;
}

.mainsection3-list .swiper-slide .text .text-item h4 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    margin-top: 20px;
}

.mainsection3-list .swiper-slide .text .text-item h4:before {
    content: '';
    left: 0px;
    bottom: 0px;
    width: 150px;
    height: 2px;
    background: #1F4E79;
    position: absolute;
}

.mainsection3-list .swiper-slide .text .text-item p {
    padding-bottom: 4px;
    padding-left: 18px;
    position: relative;
    line-height: 22px;
    font-size: 13px;
}

.mainsection3-list .swiper-slide .text .text-item p:before {
    content: '●';
    position: absolute;
    left: 0px;
    top: 5px;
    line-height: 10px;
    color: #1F4E79;
}

.mainsection3-list .swiper-slide .pic {
    width: 35%;
    position: relative;
}

.mainsection3-list .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    object-fit: cover;
    position: absolute;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20% 100%);
}
.services-container .font-color1{
	color: #f1b41c;
}
.info-item1 {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 40px 10% 25px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    margin-bottom: 40px;
}

.info-item1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(255, 255, 255, .7);
}

.info-item1 .item-list {
    width: 40%;
    position: static;
    z-index: 2;
}

.info-item1 .item-list h3 {
    font-size: 20px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    font-weight: bold;
}

.info-item1 .item-list h3 img {
    width: auto;
    height: 50px;
    margin-right: 10px;
}

.info-item1 .item-list p {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.info-item2 {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 10%;
    margin-bottom: 40px;
    margin-top: 30px;
}

.info-item2-text {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 50px 30px;
    background-size: 50px auto;
    background-position: 98% 6%;
    background-repeat: no-repeat;
}

.info-item2-text p {
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
}

.info-item2-text p:before {
    content: '✓';
    position: absolute;
    left: 0px;
    top: 7px;
    line-height: 10px;
    color: #1F4E79;
}

.info-item2-text .info-item2-btn {
    margin-top: 30px;
    text-align: center;
}

.info-item2-text .info-item2-btn a {
    display: inline-block;
    padding: 10px 15px;
    background: #1F4E79;
    color: #ffff;
}

.info-item2-text .info-item2-btn a:hover {
    background: #f1b41c;
    color: #fff;
}
.info-item3{
	width: 100%;
	height: auto;
}
.info-item3>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -8px;
}
.info-item3>.row:before{
	content: none;
}
.info-item3>.row:after{
	content: none;
}
.info-item3>.row>div{
    padding: 0px 8px;
	margin-bottom: 15px;
}
.info-item3 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    background: #f4f4f4;
    padding: 20px 15px 5px;
    position: relative;
}
.info-item3 .list-item .list-number{
	width: 70px;
	height: 50px;
    background: #f1b41c;
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-top: 2px;
    padding-left: 3px;
    clip-path: polygon(0% 0%,100% 0%,0% 100%);
}
.info-item4{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	position: relative;
}
.info-item4 .pic{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.info-item4 .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.info-item4:hover .pic img{
	transform: scale(1.1); 
}
.info-item4 .text{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 3;
	padding: 70px 0px;
}
.info-item4 .text .text-info{
	display: inline-block;
	padding: 30px 30px 15px;
	background: rgba(255,255,255,.5);
	text-align: center;
}
.info-item4 .text .text-info .style1{
	font-size: 20px;
	color: #fff;
	margin-bottom: 5px;
	width: 260px;
	max-width: 100%;
}
.info-item5{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	background: #f2f2f2;
}
.info-item5 .style1{
	display: inline-block;
	padding: 8px 15px;
	background: rgb(255,229,153);
	min-width: 300px;
}
.info-item5 .info-item5-box{
	width: 100%;
	padding: 15px 15px 1px;
}

.knowledge-list {
    width: 100%;
    height: auto;
}
.knowledge-list .list-item {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    background: rgba(240, 240, 240, 0.6);
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.knowledge-list .list-item .pic {
    width: 260px;
    position: relative;
    overflow: hidden;
}

.knowledge-list .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
}

.knowledge-list .list-item .text {
    width: calc(100% - 260px);
    padding: 30px 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 180px;
}

.knowledge-list .list-item .text h3 a {
    font-size: 19px;
}

.latest-updates {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    margin-top: 10px;
    display: none;
}

.latest-updates .latest-title {
    color: #f1b41c;
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
    font-family: 'Raleway-SemiBold';
}

.latest-updates .latest-list {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.latest-updates .latest-list .latest-list-title {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #f1b41c;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 6px;
    color: #000;
    font-family: 'Raleway-SemiBold';
}

.latest-updates.style2 {
    margin-top: 40px;
}

.latest-updates.style2 .latest-list .latest-list-title {
    color: #fff;
}

.latest-updates.style2 .latest-list a {
    color: #f1b41c;
}

.latest-updates.style2 .latest-list a:hover {
    color: #fff;
}

.carousel .materials-item .carousel-caption {
    background: linear-gradient(to right, rgba(28, 82, 140, 1), rgba(77, 121, 199, .52) 57%, rgba(255, 255, 255, 0));
}

.carousel .materials-item .materials-banner p {
    font-size: 16px;
    line-height: 1.5;
}

.carousel .materials-item .materials-banner .materials-banner-title {
    margin-bottom: 35px;
    position: relative;
}

.carousel .materials-item .materials-banner .materials-banner-title:before {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0px;
    background: #FBB908;
}

.carousel .materials-item .materials-banner {
    padding-left: 15%;
}

.carousel .materials-item .materials-banner .materials-banner-title span {
    color: #FBB908;
    font-size: 35px;
    display: block;
    margin-bottom: 10px;
}

.carousel .materials-item .materials-banner .materials-banner-title h2 {
    color: #fff !important;
    font-size: 35px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}

.carousel .materials-item .materials-banner .style1 {
    max-width: 800px;
    margin-bottom: 35px;
}

.carousel .materials-item .materials-banner .materials-banner-list {
    width: 600px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.carousel .materials-item .materials-banner .materials-banner-list p {
    width: 45%;
    margin-bottom: 5px;
    padding-left: 22px;
    position: relative;
}

.carousel .materials-item .materials-banner .materials-banner-list p:before {
    content: '\2714';
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
}

.carousel .thanksgiving-item .pic2 {
    width: 30%;
    height: auto;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 3;
}

.carousel .thanksgiving-item:before {
    /*content: '';*/
    width: 15%;
    height: 100%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #EDA658;
    clip-path: polygon(60% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2;
}

.carousel .thanksgiving-item .thanksgiving-banner-content {
    width: 850px;
    max-width: 100%;
    padding: 100px 15px 0px;
    padding-left: 15%;
    text-align: left;
}

.carousel .thanksgiving-item .thanksgiving-banner-content .banner-title {
    color: #683716;
    font-size: 45px;
    line-height: 1.3;
    font-family: 'Raleway-SemiBold';
    margin-bottom: 40px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    text-align: left;
}

.carousel .thanksgiving-item .thanksgiving-banner-content p {
    color: #683716;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 30px;
    text-align: left;
    font-weight: bold;
}

.carousel .thanksgiving-item .thanksgiving-banner-content p a {
    color: #BC6226;
    font-weight: inherit;
}

.carousel .thanksgiving-item .thanksgiving-banner-content p a:hover {
    color: #e27329;
}

.carousel .thanksgiving-item .thanksgiving-banner-content .more {
    display: inline-block;
    padding: 11px 35px;
    background: #683716;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.3;
    border-radius: 600px;
    margin-top: 30px;
}

.carousel .thanksgiving-item .thanksgiving-banner-content .more:hover {
    color: #fff;
    background: #BC6226;
}


.casestudy-list {
    width: 100%;
    height: auto;
}

.casestudy-list .casestudy-list-item {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.casestudy-list .casestudy-list-item:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.casestudy-list .case-study-title {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    padding-bottom: 12px;
    margin-top: 0px;
    font-size: 18px !important;
    line-height: 1.3;
    color: #000;
    position: relative;
    text-align: center;
    font-weight: bold;
}

.casestudy-list .case-study-title:before {
    content: '';
    width: 90px;
    height: 2px;
    background: #f1b41c;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}

.casestudy-list .case-study-content {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
}

.casestudy-list .case-study-content .pic {
    width: 35%;
    height: auto;
    padding: 15px 15px;
    margin-bottom: 15px;
    margin-top: 8px;
    margin-left: 20px;
    float: right;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    background: #f8f6f1;
    text-align: center;
}

.casestudy-list .case-study-content .pic img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.casestudy-list .case-study-content p {
    font-size: 15px;
    line-height: 28px;
}

.video-library-list {
    width: 100%;
    height: auto;
}

.video-library-list .list-box {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.video-library-list .list-box .pic {
    width: 25%;
    padding-bottom: 18%;
    overflow: hidden;
    position: relative;
}

.video-library-list .list-box .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.video-library-list .list-box .pic:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 1;
    background: rgba(0, 0, 0, .2);
}

.video-library-list .list-box .pic:before {
    content: '';
    width: 40px;
    height: 40px;
    background: url(../images/video-icon.png) no-repeat center center/contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.video-library-list .list-box:hover .pic img {
    transform: scale(1.1);
}

.video-library-list .list-box .text {
    width: 72%;
}

.video-library-list .list-box .text h2 {
    font-size: 19px;
    line-height: 1.3;
    color: #000;
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.video-library-list .list-box .text h2:before {
    content: none;
}

.video-library-list .list-box .text p {
    color: #000 !important;
    margin-bottom: 0px !important;
    padding-bottom: 10px;
}

.video-library-list .list-box .text p.style-date {
    margin-top: 0px;
    color: #666 !important;
    padding-bottom: 0px;
}

.video-library-list .list-box:hover .text h2 {
    color: #fbb908;
}

.video-box {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.video-box video {
    width: 100%;
    height: auto;
}

.video-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.video-info .video-info-time {
    font-size: 17px;
    flex-shrink: 0;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #000;
}

.video-info .video-info-time:before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(../images/icon-time.jpg) no-repeat center center/contain;
    margin-right: 5px;
    flex-shrink: 0;
    font-weight: normal;
}

.video-info .video-info-btn a {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 6px;
    background: #f1b41c;
    color: #fff;
    font-size: 15px;
}

.video-info .video-info-btn a:hover {
    background: #042038;
    color: #fff;
}

.latest-updates-box {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.latest-updates-box .latest-updates-title {
    color: #fbb908;
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
    font-family: 'Raleway-SemiBold';
}

.latest-updates-box .video-library-title {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #fbb908;
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 6px;
    color: #000;
    font-family: 'Raleway-SemiBold';
}

.latest-updates-box a {
    color: #0048eb;
}

.services-container .more-btn {
    display: inline-block;
    padding: 9px 20px;
    border-radius: 5px;
    background: #f1b41c;
    color: #fff;
}

.services-container .more-btn:hover {
    background: #042038;
    color: #fff !important;
}

.info-pic-left {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.info-pic-left .pic {
    width: auto;
    flex-shrink: 0;
    margin-right: 25px;
    max-width: 100%;
}

.info-pic-left .pic img {
    height: auto;
    max-width: 100%;
}

.info-pic-left .text {
    width: 100%;
}

.info-pic-left .text p:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.info-pic-left .text ul:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.info-pic-left .text h2:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.info-pic-left .text h3:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.info-pic-right {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.info-pic-right .pic {
    width: auto;
    flex-shrink: 0;
    margin-left: 25px;
    max-width: 100%;
}

.info-pic-right .pic img {
    height: auto;
    max-width: 100%;
}

.info-pic-right .text {
    width: 100%;
}

.info-pic-right .text p:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.info-pic-right .text ul:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.info-pic-right .text h2:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.info-pic-right .text h3:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.analysis-box .maincon {
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.analysis-box h1 {
    font-size: 30px;
}

.analysis-box h2 {
    font-size: 25px;
    margin-bottom: 30px;
}

.analysis-box h3 {
    font-size: 20px;
}

.analysis-box h4, .analysis-box h5, .analysis-box h6 {
    font-size: 17px;
}

.analysis-section1 {
    width: 100%;
    height: auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.analysis-section1:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, .3);
}

.analysis-section1 .maincon {
    position: relative;
    z-index: 3;
}

.analysis-section1-info {
    width: 100%;
    height: auto;
    padding: 80px 0px;
}

.analysis-section1-info h1 {
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Raleway-SemiBold';
    line-height: 1.3;
}

.analysis-section1-info p {
    color: #fff !important;
}

.analysis-section1-info .info-btn {
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
}

.analysis-section1-info .info-btn a {
    margin-top: 10px;
}

.page-title-box {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
    position: sticky;
    top: 174px;
    background: #fff;
    z-index: 19;
}

.page-title-box .maincon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
}

.page-title-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    column-gap: 5px;
}

.page-title-list .list-item {
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 60px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

.page-title-list .list-item:hover {
    color: #f1b41c;
}

.page-title-list .list-item.shows {
    color: #f1b41c;
    border-bottom: 1px solid #f1b41c;
}

.analysis-section2 {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
    margin-top: 50px;
}

.analysis-section2-list {
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding: 40px 20px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.14);
    border-top: 5px solid #f1b41c;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.analysis-section2-list .list-title {
    width: 420px;
}

.analysis-section2-list .list-text {
    width: calc(100% - 460px);
}

.analysis-section2-list .list-title .list-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    padding-bottom: 12px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.analysis-section2-list .list-title .list-item:last-child {
    margin-bottom: 0px;
}

.analysis-section2-list .list-title .list-item img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.analysis-section2-list .list-title .list-item p {
    padding-bottom: 0px;
    font-weight: bold;
}

.analysis-section2-list .list-title .list-item:hover p {
    color: #f1b41c;
}

.analysis-section2-list .list-title .list-item.shows p {
    color: #f1b41c;
}

.analysis-section2-list .list-text .list-content {
    width: 100%;
    height: auto;
    display: none;
}

.analysis-section2-list .list-text .list-content:first-child {
    display: block;
}

.analysis-section2-list .list-text .list-content-box {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.analysis-section2-list .list-text .list-content-box .pic {
    width: 40%;
    padding-bottom: 30%;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    background: #fff;
}

.analysis-section2-list .list-text .list-content-box .pic img {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    object-fit: cover;
    position: absolute;
    left: 10px;
    top: 10px;
    transition: all .5s;
}

.analysis-section2-list .list-text .list-content-box .text {
    width: 56%;
}

.analysis-section3 {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
}

.analysis-section3-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.analysis-section3-list .list-item {
    width: 49%;
    background: #fff;
    padding: 30px 30px 5px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .15);
    border-radius: 6px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.analysis-section4 {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
}

.analysis-section4-info {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.analysis-section4-info .pic {
    width: 400px;
    height: 400px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.38);
}

.analysis-section4-info .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.analysis-section4-info .text {
    width: calc(100% - 470px);
}

.analysis-section4-info .text p {
    padding-bottom: 5px;
}

.analysis-section4-info .text h3 {
    margin-bottom: 30px;
}

.analysis-section4-info .text .text-list {
    width: 100%;
    height: auto;
    margin-top: 15px;
    padding-left: 20px;
}

.analysis-section4-info .text .text-list .list-title {
    width: 100%;
    height: auto;
    position: relative;
}

.analysis-section4-info .text .text-list .list-title:before {
    content: '\2022';
    position: absolute;
    top: 7px;
    line-height: 12px;
    left: -19px;
    font-size: 20px;
    font-weight: bold;
}

.analysis-section4-info .text .text-list .list-title .list-more-btn {
    cursor: pointer;
    color: #f1b41c;
}

.analysis-section4-info .text .text-list .list-title .list-more-btn:hover {
    color: #042038;
}

.analysis-section4-info .text .text-list .list-content {
    width: 100%;
    height: auto;
    display: none;
}


.analysis-section4-info .text .text-list2 {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.analysis-section4-info .text .text-list2 .list-title {
    width: 100%;
    height: auto;
    padding: 9px 5px 8px 30px;
    background: #f5f5f5;
    cursor: pointer;
    position: relative;
}

.analysis-section4-info .text .text-list2:hover .list-title {
    background: #fffffa;
}

.analysis-section4-info .text .text-list2 .list-title span {
    position: absolute;
    left: 5px;
    top: 7px;
    font-size: 18px;
    color: #000;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.analysis-section4-info .text .text-list2 .list-title span:before {
    content: '+';
}

.analysis-section4-info .text .text-list2 .list-title p {
    color: #000;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.analysis-section4-info .text .text-list2 .list-title:hover:before {
    color: #78be96;
}

.analysis-section4-info .text .text-list2 .list-content {
    width: 100%;
    height: auto;
    padding: 10px 10px 1px;
    display: none;
}

.analysis-section4-info .text .text-list2 .list-content p {
    padding-bottom: 9px;
}

.analysis-section4-info .text .text-list2 .list-content ul {
    margin-bottom: 9px;
}

.analysis-section4-info .text .text-list2 .list-title.shows span:before {
    content: '-';
}


.analysis-section5 {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.analysis-section5-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.analysis-section5-info .list-item {
    width: 32%;
    margin-bottom: 30px;
    transition: all .3s;
}

.analysis-section5-info .list-item:hover {
    transform: translateY(-6px);
}

.analysis-section5-info .list-item .list-icon {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.analysis-section5-info .list-item .list-icon .icon-box {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fffffa;
}

.analysis-section5-info .list-item:hover .list-icon .icon-box {
    border: 1px solid #f1b41c;
}

.analysis-section5-info .list-item .list-icon .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.analysis-section5-info .list-item h3 {
    text-align: center;
    line-height: 1.3;
    font-size: 18px;
    min-height: 46px;
    margin-bottom: 20px;
}

.analysis-section5-info .list-item .list-pic {
    width: 100%;
    padding-bottom: 60%;
    border-radius: 10px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    border: 1px solid #f2f2f2;
}

.analysis-section5-info .list-item .list-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.analysis-section5-info .list-item .list-pic img.contain {
    object-fit: contain;
}

.analysis-section5-info .list-item:hover .list-pic img {
    transform: scale(1.1);
}

.analysis-section5-info .list-text {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.analysis-section5-info .list-text .list-text-item {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.analysis-section5-info .list-text .list-text-item .list-title {
    width: 100%;
    height: auto;
    padding: 9px 5px 8px 30px;
    background: #f5f5f5;
    cursor: pointer;
    position: relative;
}

.analysis-section5-info .list-text .list-text-item:hover .list-title {
    background: #fffffa;
}

.analysis-section5-info .list-text .list-text-item .list-title span {
    position: absolute;
    left: 5px;
    top: 7px;
    font-size: 18px;
    color: #000;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.analysis-section5-info .list-text .list-text-item .list-title span:before {
    content: '+';
}

.analysis-section5-info .list-text .list-text-item .list-title p {
    color: #000;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.analysis-section5-info .list-text .list-text-item .list-title:hover:before {
    color: #78be96;
}

.analysis-section5-info .list-text .list-text-item .list-content {
    width: 100%;
    height: auto;
    padding: 10px 10px 1px;
    display: none;
}

.analysis-section5-info .list-text .list-text-item .list-content p {
    padding-bottom: 9px;
}

.analysis-section5-info .list-text .list-text-item .list-content ul {
    margin-bottom: 9px;
}

.analysis-section5-info .list-text .list-text-item .list-title.shows span:before {
    content: '-';
}

.analysis-section5-info.info-style2 .list-item {
    width: 24%;
}

.analysis-section6 {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}

.analysis-section6-bg {
    width: 100%;
    height: 350px;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.analysis-section6-text {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-top: -80px;
    padding: 0 100px;
    display: flex;
    justify-content: flex-end;
}

.analysis-section6-text .text {
    max-width: 100%;
    width: 500px;
    height: auto;
    padding: 30px 30px 15px;
    border-radius: 15px;
    background: #f1b41c;
}

.analysis-section6-text .text h2 {
    color: #fff;
}

.analysis-section6-text .text p {
    color: #fff;
}

@media (max-width: 992px) {
    .analysis-section6-bg {
        height: 250px;
    }

    .analysis-section6-text {
        padding: 0;
    }
}

.analysis-section6-info {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.analysis-section6-info .info-text {
    width: 100%;
    height: auto;
    background: #F6F6F6;
    border-radius: 20px 20px 0px 0px;
    padding: 40px 40px 20px;
}

.analysis-section6-info .info-text .info-list {
    display: none;
}

.analysis-section6-info .info-btn:before {
    content: 'Show More';
}

.analysis-section6-info .info-btn {
    width: 100%;
    height: 50px;
    background: rgb(239, 239, 239);
    text-align: center;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 20px 20px;
    cursor: pointer;
    color: #f1b41c;
}

.analysis-section6-info .info-btn:hover {
    color: #fff;
    background: #f1b41c;
}

.analysis-section6-info .info-btn.shows:before {
    content: 'Show Less';
}

.analysis-section6-info .info-text-content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 20px;
}

.analysis-section6-info .info-text-content .pic {
    width: 30%;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.analysis-section6-info .info-text-content .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.analysis-section6-info .info-text-content .pic img.contain {
    object-fit: contain;
}

.analysis-section6-info .info-text-content .text {
    width: 67%;
    padding: 20px 0px 5px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.ullist.list-icon1 > li {
    list-style: none;
    list-style-image: none !important;
    position: relative;
}

.ullist.list-icon1 > li:before {
    content: '\2022';
    position: absolute;
    top: 7px;
    line-height: 12px;
    left: -19px;
    font-size: 24px;
    font-weight: bold;
}

.ullist.list-icon2 > li {
    list-style: none;
    list-style-image: none !important;
    position: relative;
}

.ullist.list-icon2 > li:before {
    content: '\2714';
    position: absolute;
    top: 8px;
    line-height: 12px;
    left: -19px;
    font-size: 16px;
}

.ullist.list-icon3 > li {
    list-style: none;
    list-style-image: none !important;
    position: relative;
}

.ullist.list-icon3 > li:before {
    content: '\2714';
    position: absolute;
    top: 8px;
    line-height: 12px;
    left: -19px;
    font-size: 16px;
    color: #f1b41c;
}

.ullist.list-icon4{
	padding-left: 0px;
}
.ullist.list-icon4 > li {
    list-style: none;
    list-style-image: none !important;
    position: relative;
    padding-left: 22px;
}

.ullist.list-icon4 > li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: url(../images/list-icon4.svg) no-repeat left center/contain;
}
.ullist.list-icon5 > li {
    list-style: none;
    list-style-image: none !important;
    position: relative;
}

.ullist.list-icon5 > li:before {
    content: '\2022';
    position: absolute;
    top: 7px;
    line-height: 12px;
    left: -19px;
    font-size: 24px;
    font-weight: bold;
    color: #f1b41c;
}
.ullist.list-icon6{
	padding-left: 0px;
}
.ullist.list-icon6 > li {
    list-style: none;
    list-style-image: none !important;
    position: relative;
    padding-left: 26px;
}
.ullist.list-icon6 > li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: url(../images/list-icon6.png) no-repeat left center/contain;
}
.analysis-section7 {
    width: 100%;
    height: auto;
    padding-bottom: 70px;
}

.analysis-section7-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.analysis-section7-info .info-pic {
    width: 400px;
}

.analysis-section7-info .info-pic img {
    width: 100%;
    height: auto;
}

.analysis-section7-info .info-text {
    width: calc(100% - 520px);
}

.analysis-section7-list {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0px 40px 35px;
}

.analysis-section7-list .swiper-container {
    padding: 10px 10px;
}

.analysis-section7-list .swiper-slide {
    height: auto;
    padding: 25px 20px 45px;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .15);
}

.analysis-section7-list .swiper-slide .style1 {
    width: 100%;
    text-align: right;
    padding: 0px 20px;
    margin: 0px;
    position: absolute;
    right: 0px;
    bottom: 25px;
    line-height: 1.3;
}

.analysis-section7-list .swiper-button-next, .analysis-section7-list .swiper-button-prev {
    width: 30px;
    height: 40px;
    background: #f1b41c;
    margin-top: 0;
    transform: translateY(-50%);
    border-radius: 0;
    border:none;
}

.analysis-section7-list .swiper-button-next:after, .analysis-section7-list .swiper-button-prev:after {
    color: #fff;
    font-size: 18px !important;
}

.analysis-section7-list .swiper-button-next {
    right: 0px !important;
}

.analysis-section7-list .swiper-button-prev {
    left: 0px !important;
}

.analysis-section7-list .swiper-button-next:hover, .analysis-section7-list .swiper-button-prev:hover {
    background: #042038;
}

.analysis-section7-list .swiper-button-next:hover:after, .analysis-section7-list .swiper-button-prev:hover:after {
    color: #fff;
}

.analysis-section7-list .swiper-pagination {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.analysis-section7-list .swiper-pagination-bullet {
    border: 1px solid #f1b41c;
}

.analysis-section7-list .swiper-pagination-bullet-active {
    background: #f1b41c;
    border: 1px solid #f1b41c;
}

.analysis-section8 {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}

.analysis-section8-list {
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 1.33%;
}

.analysis-section8-list .list-item {
    width: 24%;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    padding-bottom: 30px;
    position: relative;
}

.analysis-section8-list .list-item:hover {
    border: 1px solid #f1b41c;
}

.analysis-section8-list .list-item .list-pic {
    width: 100%;
    padding-bottom: 70%;
    overflow: hidden;
    position: relative;
}

.analysis-section8-list .list-item .list-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.analysis-section8-list .list-item:hover .list-pic img {
    transform: scale(1.1);
}

.analysis-section8-list .list-item .list-text {
    width: 100%;
    padding: 20px 10px 5px;
}

.analysis-section8-list .list-item .list-text h3 {
    color: #000;
    line-height: 1.4;
    font-size: 15px;
}

.analysis-section8-list .list-item:hover .list-text h3 {
    color: #f1b41c;
}

.analysis-section8-list .list-item .list-text p {
    color: #818181;
    line-height: 1.3;
    font-size: 15px;
    position: absolute;
    left: 0px;
    padding: 0px 10px 0px;
    bottom: 20px;
    width: 100%;
    text-align: left;
}

.foot-form {
    background: #fff;
    padding: 20px 0px 70px;
}

.foot-form h2 {
    background: #fff;
    font-family: 'Raleway-SemiBold';
    font-size: 25px;
    margin-bottom: 35px;
}

.foot-form .contactform {
    width: 100%;
    padding-left: 0px;
    border-left: none;
}

.foot-form .contactform .forms1 .forminput label {
    color: #000;
}

.foot-form .contactform .forms1 .forminput input {
    color: #000;
}

.foot-form .selectbox span {
    color: #000;
}

.foot-form .contactform .forms1.fullform .forminput textarea {
    color: #000;
}

.foot-form .contactform .formsub button:hover {
    background: #042038;
    color: #fff;
}

.foot-form .codebox img.verifycoderefresh {
    background: none;
}

.analysis-section9 {
    width: 100%;
    height: auto;
    padding-bottom: 70px;
}

.analysis-section9-info {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 30px;
}

.analysis-section9-info:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .4));
    z-index: 2;
}

.analysis-section9-info .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    display: none;
}

.analysis-section9-info .pic img:first-child {
    display: block;
}

.analysis-section9-info .text {
    width: 100%;
    height: auto;
    padding: 0px 0px;
    position: relative;
    z-index: 4;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.analysis-section9-info .text p {
    color: #fff;
}

.analysis-section9-info .text h3 {
    color: #fff;
}

.analysis-section9-info .text .text-title {
    width: 350px;
    padding: 30px 15px 20px;
    min-height: 350px;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .4));
}

.analysis-section9-info .text .text-list {
    width: calc(100% - 350px);
    padding: 30px 30px 15px;
}

@media (max-width: 992px) {
    .analysis-section9-info .text {
        display: block;
    }

    .analysis-section9-info .text .text-title {
        width: 100%;
        min-height: auto;
    }

    .analysis-section9-info .text .text-list {
        width: 100%;
        padding: 15px;
    }
}

.analysis-section9-info .text .text-list .list-content {
    width: 100%;
    display: none;
}

.analysis-section9-info .text .text-list .list-content:first-child {
    display: block;
}

.analysis-section9-info .text .text-title p {
    padding-bottom: 10px;
    border-bottom: 1px solid #494949;
    cursor: pointer;
    line-height: 1.4;
    margin-bottom: 15px;
}

.analysis-section9-info .text .text-title p.shows {
    border-bottom: 1px solid #f1b41c;
    color: #f1b41c;
}

.analysis-section9-info .text .text-title p:hover {
    color: #f1b41c;
}

.magnetic-section1 {
    width: 100%;
    height: auto;
    padding: 10px 0px 50px;
}

.magnetic-section1-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.magnetic-section1-info .info-list {
    width: 50%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.magnetic-section1-info .info-list .list-item {
    width: 49%;
    padding: 15px 10px 10px;
    background: rgb(241, 239, 248);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, .15);
    margin-bottom: 20px;
    transition: all .3s;
    border-radius: 6px;
}

.magnetic-section1-info .info-list .list-item:nth-child(2) {
    background: rgb(249, 240, 232);
}

.magnetic-section1-info .info-list .list-item:nth-child(3) {
    background: rgb(245, 255, 253);
}

.magnetic-section1-info .info-list .list-item:nth-child(4) {
    background: rgb(235, 240, 255);
}

.magnetic-section1-info .info-list .list-item:hover {
    transform: translateY(-6px);
    background: #fffff8;
}

.magnetic-section1-info .info-list .list-item .pic {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.magnetic-section1-info .info-list .list-item .pic img {
    width: auto;
    height: 100%;
}

.magnetic-section1-info .info-list .list-item p {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 5px;
    text-align: center;
}

.magnetic-section1-info .info-list .list-item .style1 {
    font-weight: bold;
}

.magnetic-section1-info .info-text {
    width: 47%;
}

.magnetic-section2 {
    width: 100%;
    height: auto;
    padding: 0px 0px 50px;
}

.magnetic-section2-list {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 35px;
}

.magnetic-section2-list .list-item {
    width: 48%;
    padding: 20px 15px 5px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, .15);
    margin-bottom: 35px;
    transition: all .3s;
    border-radius: 6px;
    background: linear-gradient(to bottom, #fffff8, #fff3c7, #ecb969);
}

.magnetic-section2-list .list-item:hover {
    transform: translateY(-6px);
}

.magnetic-section2-list .list-item .pic {
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.magnetic-section2-list .list-item .pic img {
    width: auto;
    height: 100%;
}

.magnetic-section2-list .list-item p {
    font-size: 15px;
    line-height: 26px;
}

.magnetic-section2-list .list-item h3 {
    font-size: 17px;
    line-height: 1.3;
}

.magnetic-section3 {
    width: 100%;
    height: auto;
    padding: 70px 0px 40px;
    background: #042038;
}

.magnetic-section3 h2 {
    color: #fff;
}

.magnetic-section3-list {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.magnetic-section3-list .list-item {
    width: 32%;
    padding: 25px 15px 65px;
    background: #fff;
    margin-bottom: 35px;
    transition: all .3s;
    border-radius: 6px;
    background: #fff;
    position: relative;
}

.magnetic-section3-list .list-item:hover {
    transform: translateY(-6px);
}

.magnetic-section3-list .list-item .style1 {
    font-size: 16px;
    line-height: 1.3;
    color: #f1b41c;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 8px;
    font-family: 'Raleway-SemiBold';
    margin-bottom: 5px;
}

.magnetic-section3-list .list-item .style1 span:nth-child(2) {
    font-size: 35px;
    line-height: 1.2;
    color: #000;
    font-family: 'Raleway-SemiBold';;
}

.magnetic-section3-list .list-item .style1 span:nth-child(3) {
    align-self: flex-end;
    margin-bottom: 5px;
}

.magnetic-section3-list .list-item h3 {
    font-size: 17px;
    line-height: 1.3;
}

.magnetic-section3-list .list-item .list-btn {
    width: 100%;
    padding: 0px 15px;
    position: absolute;
    left: 0px;
    bottom: 25px;
    text-align: left;
}

.magnetic-section3-list .list-item .list-btn a {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 200px;
    border: 1px solid #f1b41c;
    color: #f1b41c;
    font-size: 15px;
}

.magnetic-section3-list .list-item .list-btn a:hover {
    color: #fff;
    background: #f1b41c;
}

.magnetic-section4 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.magnetic-section4 h2, .magnetic-section4 p, .magnetic-section4 ul li {
    color: #fff !important;
}

.magnetic-section4 .pic {
    width: 45%;
    position: relative;
}

.magnetic-section4 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.magnetic-section4-info {
    width: calc(55% + 30px);
    margin-left: -30px;
    position: relative;
    z-index: 3;
    padding: 20px 0px;
}

.magnetic-section4-info .text {
    width: 100%;
    background: #042038;
    padding: 60px 100px 40px 50px;
}

.magnetic-section4-info .text-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.magnetic-section4-info .text-list .list-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    border: 1px solid #fff;
    flex-shrink: 0;
}

.magnetic-section4-info .text-list .list-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.magnetic-section4-info .text-list p {
    padding-bottom: 5px;
}

.magnetic-section4-info .text-list ul {
    padding-bottom: 0px;
}

.magnetic-section5 {
    width: 100%;
    height: auto;
    padding: 70px 0px 50px;
}

.magnetic-section5-list {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 35px;
}

.magnetic-section5-list .list-item {
    width: 23.8%;
    padding: 20px 10px 55px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, .15);
    margin-bottom: 35px;
    transition: all .3s;
    border-radius: 6px;
    background: #fff;
    position: relative;
}

.magnetic-section5-list .list-item:hover {
    transform: translateY(-6px);
    background: #fffff8;
}

.magnetic-section5-list .list-item .pic {
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.magnetic-section5-list .list-item .pic img {
    width: auto;
    height: 100%;
}

.magnetic-section5-list .list-item ul li {
    font-size: 15px;
    line-height: 26px;
}

.magnetic-section5-list .list-item h3 {
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
}

.magnetic-section5-list .list-item .text-btn {
    width: 100%;
    height: auto;
    padding: 0px 10px;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 25px;
}

.magnetic-section5-list .list-item .text-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    font-weight: bold;
    color: #000;
}

.magnetic-section5-list .list-item .text-btn a:after {
    content: '\e96a';
    font-family: 'icomoon';
    font-weight: normal;
}

.magnetic-section5-list .list-item .text-btn a:hover {
    color: #f1b41c;
}

.magnetic-section6 {
    width: 100%;
    height: auto;
    padding: 0px 0px 70px;
}

.magnetic-section6-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.magnetic-section6-info .pic {
    width: 40%;
    position: relative;
    overflow: hidden;
}

.magnetic-section6-info .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.magnetic-section6-info .text {
    width: 55%;
    padding: 35px 0px 15px;
}

.magnetic-section6-info .text ul li {
    margin-bottom: 5px;
}

.magnetic-section7 {
    width: 100%;
    height: auto;
    padding: 70px 0px 70px;
    background: #042038;
}

.magnetic-section7-list {
    width: 900px;
    margin: auto;
    max-width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 20px;
}

.magnetic-section7-list .swiper-container {
    padding: 50px 40px;
}

.magnetic-section7-list .swiper-slide {
    height: auto;
    background: #fff;
    border-radius: 30px;
    padding: 30px 30px 25px;
    transform: none !important;
}

.magnetic-section7-list .swiper-slide:before {
    content: '';
    width: 40px;
    height: 40px;
    background: url(../images/arrow5.png) no-repeat center center/contain;
    position: absolute;
    left: 7%;
    top: 10%;
    opacity: .2;
    z-index: 1;
}

.magnetic-section7-list .swiper-slide:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-5deg);
    background: #f1b41c;
    border-radius: 30px;
    z-index: -2;
}

.magnetic-section7-list .swiper-slide .slide-icon {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
}

.magnetic-section7-list .swiper-slide .slide-icon img {
    width: auto;
    height: 65px;
}

.magnetic-section7-list .swiper-slide .slide-text {
    text-align: center;
    position: relative;
    z-index: 3;
}

.magnetic-section7-list .swiper-slide .slide-text p {
    padding-bottom: 5px;
    color: #666;
}

.magnetic-section7-list .swiper-slide .slide-text .style1 {
    font-family: 'Raleway-SemiBold';
    color: #000;
    font-size: 17px;
}

.magnetic-section7-list .swiper-pagination {
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.magnetic-section7-list .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #fff;
}

.magnetic-section7-list .swiper-pagination .swiper-pagination-bullet-active {
    background: #f1b41c;
    border: 1px solid #f1b41c;
}

.magnetic-section8 {
    width: 100%;
    height: auto;
    padding: 70px 0px 20px;
}

.magnetic-section8-info {
    width: 100%;
    height: auto;
    background: #F6F6F6;
    padding: 25px 30px 20px;
    border-radius: 30px;
    margin-bottom: 50px
}

.magnetic-section8-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0px;
    margin-top: 30px;
}

.magnetic-section8-list .list-item {
    width: 57%;
    margin-bottom: 30px;
    position: relative;
    transition: all .2s;
    border-radius: 30px;
    overflow: hidden;
}

.magnetic-section8-list .list-item:nth-child(2n) {
    width: 40%;
}
.magnetic-section8-list .list-item.list-item2 {
    width: 40%;
}
.magnetic-section8-list .list-item.list-item2 .pic{
	padding-bottom: 320px;
}
.magnetic-section8-list .list-item.video-item:before {
    content: '';
    width: 60px;
    height: 60px;
    background: url(../images/video-icon.svg) no-repeat center center/contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    opacity: .7;
    transition: all .2s;
}

.magnetic-section8-list .list-item.video-item:hover:before {
    transform: translate(-50%, -50%) scale(.8);
}

.magnetic-section8-list .list-item .pic {
    width: 100%;
    padding-bottom: 370px;
    overflow: hidden;
    position: relative;
}

.magnetic-section8-list .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.magnetic-section8-list .list-item:hover .pic img {
    transform: scale(1.1);
}

.magnetic-section8-list .list-item .text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(57, 89, 137, .5);
    z-index: 2;
    padding: 30px 20px;
}

.magnetic-section8-list .list-item .text h3 {
    font-size: 17px;
    line-height: 1.3;
    color: #fff;
}

.magnetic-section8-list .list-item .text p {
    color: #fff;
    padding-bottom: 5px;
}

.magnetic-section8-list .list-item .view-btn {
    display: inline-block;
    padding: 7px 35px;
    border-radius: 200px;
    background: #fff;
    color: #000;
    position: absolute;
    left: 20px;
    bottom: 30px;
}

.magnetic-section8-list .list-item:hover .view-btn {
    background: #f1b41c;
    color: #fff;
}

.magnetic-section9 {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    position: relative;
}

.magnetic-section9 .pic {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
}

.magnetic-section9 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.magnetic-section9-info {
    width: 50%;
    padding: 50px 0px 50px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.magnetic-section9-info .style1 {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #f1b41c;
    margin-bottom: 25px;
    border-radius: 200px;
    margin-top: 10px;
}

.magnetic-section9-info .more-btn {
    border-radius: 200px !important;
    padding: 10px 25px;
}

.magnetic-section9-info-btn {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    width: 100%;
}

.magnetic-section9-info-btn .style1 {
    margin-bottom: 0px;
}

.magnetic-section9-info-btn a {
    margin-top: 10px;
}

.magnetic-section9.magnetic-section9-style2 .pic {
    left: 0px;
    right: auto;
    width: 45%;
}

.magnetic-section9.magnetic-section9-style2 .magnetic-section9-info {
    margin-left: 47%;
    width: 53%;
}


.magnetic-section10 {
    width: 100%;
    height: auto;
    padding: 30px 0px 70px;
}

.magnetic-section10-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.magnetic-section10-info .text {
    width: 48%;
}

.magnetic-section10-info .info-list {
    width: 48%;
    padding-top: 55px;
}

.magnetic-section10-info .text .pic {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.magnetic-section10-info .text .pic img {
    width: 100%;
    height: auto;
}

.magnetic-section10-info .info-list .list-item {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.magnetic-section10-info .info-list .list-item .info-title {
    background: #042038;
    padding: 12px 15px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    cursor: pointer;
}

.magnetic-section10-info .info-list .list-item .info-title:hover {
    background: #f1b41c;
}

.magnetic-section10-info .info-list .list-item .info-title p {
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.magnetic-section10-info .info-list .list-item .info-title .info-btn {
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    transition: all .5s;
    flex-shrink: 0;
    margin-left: 20px;
    font-weight: bold;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.magnetic-section10-info .info-list .list-item .info-title .info-btn:after {
    content: '+';
}

.magnetic-section10-info .info-list .list-item .info-title.shows .info-btn:after {
    content: '-';
}

.magnetic-section10-info .info-list .list-item .info-text {
    width: 100%;
    padding: 20px 15px 5px;
    display: none;
    background: #f2f2f2;
}

.magnetic-section11 {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}

.magnetic-section11-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.magnetic-section11-info .info-title {
    width: 100%;
    margin-bottom: 10px;
}

.magnetic-section11-info .info-list {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 2%;
}

.magnetic-section11-info .info-list .list-item {
    width: 32%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 30px 15px 5px;
    background: #fff;
    box-shadow: -1px 5px 20px 0px rgb(82, 90, 101, .1);
    margin-bottom: 30px;
    transition: all .3s;
}

.magnetic-section11-info .info-list .list-item:hover {
    transform: translateY(-6px);
}

.magnetic-section11-info .info-list .list-item .icon {
    background: #fffcea;
    width: 55px;
    height: 55px;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 10px;
}

.magnetic-section11-info .info-list .list-item:hover .icon {
    background: #f7edb3;
}

.magnetic-section11-info .info-list .list-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.magnetic-section11-info .info-list .list-item .style1 {
    padding-bottom: 8px;
    color: #000;
}

.magnetic-section12 {
    width: 100%;
    height: auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 70px 0px 30px;
}

.magnetic-section12:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, .4);
}

.magnetic-section12 .maincon {
    position: relative;
    z-index: 3;
}

.magnetic-section12 h2 {
    color: #fff !important;
}

.magnetic-section12 h3 {
    color: #fff !important;
}

.magnetic-section12 p {
    color: #fff !important;
}

.magnetic-section12-list {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 2%;
    padding-top: 10px;
}

.magnetic-section12-list .list-item {
    width: 32%;
    padding: 30px 15px 35px;
    margin-bottom: 40px;
    border: 1px solid #fff;
}

.magnetic-section12-list .list-item h3 {
    font-size: 17px;
    margin-bottom: 20px;
}

.magnetic-section12-list .list-item .style1 {
    width: 100%;
    line-height: 24px;
    height: 72px;
    margin-bottom: 25px;
    padding-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.magnetic-section12-list .list-item .style1.shows {
    height: auto;
    -webkit-line-clamp: inherit;
}

.magnetic-section12-list .list-item .more-btn {
    padding: 7px 20px;
    cursor: pointer;
}

.magnetic-section12-list .list-item .more-btn:hover {
    background: #fff;
    color: #f1b41c !important;
}

.magnetic-section13 {
    width: 100%;
    height: auto;
    position: relative;
    padding: 70px 0px 70px;
    margin-bottom: 70px;
}

.magnetic-section13 .pic {
    content: '';
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.magnetic-section13 .maincon {
    position: relative;
    z-index: 3;
}

.magnetic-section13-info {
    width: 100%;
    height: auto;
    padding: 60px 40px 20px;
    background: #fff;
    box-shadow: 0 0 40px 5px rgb(0, 0, 0, .1);
}

.magnetic-section13-list {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;
}

.magnetic-section13-list .list-item {
    width: 48%;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 20px;
}

.magnetic-section13-list .list-item .list-icon {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
}

.magnetic-section13-list .list-item .list-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.magnetic-section13-list .list-item h3 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.magnetic-section14 {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.magnetic-section14-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 45px;
}

.magnetic-section14-list .list-item {
    width: 48%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.magnetic-section14-list .list-item .pic {
    width: 100%;
    padding-bottom: 50%;
    overflow: hidden;
    position: relative;
}

.magnetic-section14-list .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.magnetic-section14-list .list-item:hover .pic img {
    transform: scale(1.1);
}

.magnetic-section14-list .list-item .text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 110%;
    padding: 25px 20px;
    background: rgba(0, 0, 0, .5);
    overflow: auto;
    transition: all .5s;
}

.magnetic-section14-list .list-item:hover .text {
    top: 0%;
}

.magnetic-section14-list .list-item .text::-webkit-scrollbar {
    width: 5px;
    background: #1e1e1e;
}

.magnetic-section14-list .list-item .text::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0px #ab7525;
    background: #233ca1;
    width: 5px;
    height: 5px;
}

.magnetic-section14-list .list-item .text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px #1e1e1e;
    border-radius: 0px;
    background: #fff;
}

.magnetic-section14-list .list-item .text p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.magnetic-section14-list .list-item .text .style1 {
    font-size: 16px;
    font-family: 'Raleway-SemiBold';
}

.magnetic-section14-list .list-item h3 {
    background: #fff;
    position: absolute;
    left: 5%;
    bottom: -1px;
    width: 90%;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 0px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.magnetic-section14-list .list-item:hover h3 {
    opacity: 0;
}

.magnetic-section15 {
    width: 100%;
    height: auto;
    position: relative;
    padding: 70px 0px 30px;
}

.magnetic-section15:before {
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #042038;
}

.magnetic-section15 .maincon {
    position: relative;
    z-index: 3;
}

.magnetic-section15 h2 {
    color: #fff;
}

.magnetic-section15-list {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    border: 1px solid #ccc;
    background: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
}

.magnetic-section15-list .list-item {
    width: 33.33%;
    padding: 40px 15px 20px;
    border-right: 1px solid #ccc;
}

.magnetic-section15-list .list-item:last-child {
    border-right: none;
}

.magnetic-section15-list .list-item .pic {
    width: 100%;
    margin-bottom: 30px;
    height: 50px;
    display: flex;
    justify-content: center;
}

.magnetic-section15-list .list-item .pic img {
    width: auto;
    height: 100%;
}

.magnetic-section15-list .list-item h3 {
    text-align: center;
    font-size: 16px;
}

.magnetic-section15-list .list-item p {
    text-align: center;
}

.magnetic-section16 {
    width: 100%;
    height: auto;
    padding: 0px 0px 70px;
}

.magnetic-section16-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.magnetic-section16-info .text {
    width: 48%;
}

.magnetic-section16-info .pic {
    width: 48%;
}

.magnetic-section16-info .pic img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.magnetic-section16-list {
    width: 100%;
    height: auto;
}

.magnetic-section16-list .list-item {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.magnetic-section16-list .list-item:last-child{
	margin-bottom: 0px;
}
.magnetic-section16-list .list-item .info-title {
    padding: 12px 10px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    cursor: pointer;
    border: 1px solid #ccc;
}

.magnetic-section16-list .list-item .info-title:hover {
    background: #f1b41c;
}

.magnetic-section16-list .list-item .info-title.shows {
    background: #f1b41c;
}

.magnetic-section16-list .list-item .info-title p {
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.magnetic-section16-list .list-item .info-title .info-btn {
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    transition: all .3s;
    flex-shrink: 0;
    margin-left: 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.magnetic-section16-list .list-item .info-title .info-btn:after {
    content: '\e968';
    font-family: 'icomoon';
    transition: all .3s;
}

.magnetic-section16-list .list-item .info-title:hover p {
    color: #fff;
}

.magnetic-section16-list .list-item .info-title:hover .info-btn:after {
    color: #fff;
}

.magnetic-section16-list .list-item .info-title.shows p {
    color: #fff;
}

.magnetic-section16-list .list-item .info-title.shows .info-btn:after {
    color: #fff;
}

.magnetic-section16-list .list-item .info-title.shows .info-btn:after {
    transform: rotate(180deg);
}

.magnetic-section16-list .list-item .info-text {
    width: 100%;
    padding: 20px 10px 5px;
    display: none;
    border: 1px solid #ccc;
    border-top: none;
}

.magnetic-section17 {
    width: 100%;
    height: auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0px 170px;
}

.magnetic-section17:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, .5);
}

.magnetic-section17 .maincon {
    position: relative;
    z-index: 3;
}

.magnetic-section17 h2 {
    color: #fff !important;
}

.magnetic-section17 h3 {
    color: #fff !important;
}

.magnetic-section17 p {
    color: #fff !important;
}

.magnetic-section17-info {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 4;
    margin-top: -100px;
    margin-bottom: 70px;
}

.magnetic-section17-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.magnetic-section17-list .list-item {
    width: 50%;
    padding: 30px 20px 15px;
    background: #f1b41c;
    position: relative;
}

.magnetic-section17-list .list-item:nth-child(2) {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.magnetic-section17-list .list-item:nth-child(2):before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(241, 180, 28, .8);
}

.magnetic-section17-list .list-item h3 {
    color: #fff;
    position: relative;
    z-index: 3;
}

.magnetic-section17-list .list-item p {
    color: #fff;
    position: relative;
    z-index: 3;
}

.magnetic-section17-list .list-item ul li {
    color: #fff;
    position: relative;
    z-index: 3;
}

.magnetic-section18 {
    width: 100%;
    height: auto;
}

.magnetic-section18-list {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 45px;
}

.magnetic-section18-list > .row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px -10px;
}

.magnetic-section18-list > .row:before {
    content: none;
}

.magnetic-section18-list > .row:after {
    content: none;
}

.magnetic-section18-list > .row > div {
    padding: 0px 10px;
    margin-bottom: 25px;
}

.magnetic-section18-list .list-box {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.magnetic-section18-list .list-box .pic {
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    position: relative;
}

.magnetic-section18-list .list-box .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.magnetic-section18-list .list-box:hover .pic img {
    transform: scale(1.1);
}

.magnetic-section18-list .list-box .text {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    transition: all 400ms ease-out
}

.magnetic-section18-list .list-box .text p {
    display: block;
    padding: 10px 15px;
    color: #fff;
    line-height: 1.4;
    font-weight: bold;
    font-size: 18px;
}

.magnetic-section18-list .list-box:hover .text {
    background-color: rgba(0, 0, 0, 0.5);
}

.magnetic-section19 {
    width: 100%;
    height: auto;
    padding: 80px 0px 40px;
    background: #f1b41c;
    margin-bottom: 70px;
}

.magnetic-section19 h2 {
    color: #fff;
}

.magnetic-section19-list {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 2%;
    flex-wrap: wrap;
    padding-top: 10px;
}

.magnetic-section19-list .list-box {
    width: 32%;
    margin-bottom: 40px;
    transition: all .2s;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 15px;
}

.magnetic-section19-list .list-box:hover {
    transform: translateY(-6px);
}

.magnetic-section19-list .list-box .pic {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.magnetic-section19-list .list-box .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.magnetic-section19-list .list-box h3 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    margin-top: 0px;
}

.magnetic-section19-list .list-box .style1 {
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.magnetic-section19-list .list-box ul{
	margin-bottom: 0px;
    padding-bottom: 0px;
}
.magnetic-section19-list .list-box ul li {
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
}
.magnetic-section20 {
    width: 100%;
    height: auto;
    padding-bottom: 70px;
}

.magnetic-section20-info {
    width: 100%;
    height: auto;
    padding: 30px 30px 5px;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
    border-top: 3px solid #f1b41c;
}

.magnetic-section20-info .pic {
    padding: 10px;
    border: 1px solid #e1e1e1;
}

.magnetic-section21 {
    width: 100%;
    height: auto;
    padding-bottom: 70px;
}

.magnetic-section21-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.magnetic-section21-list .list-item {
    width: 49%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s;
}

.magnetic-section21-list .list-item:hover {
    transform: translateY(-6px);
}

.magnetic-section21-list .list-item .pic {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    z-index: 3;
}

.magnetic-section21-list .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.magnetic-section21-list .list-item:hover .pic img {
    transform: scale(1.2) rotate(45deg);
}

.magnetic-section21-list .list-item .text {
    width: calc(100% - 50px);
    margin-left: -50px;
    border-radius: 15px;
    background: #F1EFF8;
    padding: 30px 15px 15px 75px;
    height: 100%;
}

.magnetic-section21-list .list-item:hover .text {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .15);
}

.magnetic-section21-list .list-item .text h3 {
    font-size: 17px;
}

.magnetic-section21-list .list-item:nth-child(4n) .text {
    background: #EBF0FF;
}

.magnetic-section21-list .list-item:nth-child(4n-1) .text {
    background: #F5FFFD;
}

.magnetic-section21-list .list-item:nth-child(4n-2) .text {
    background: #F9F0E8;
}

.magnetic-section21-btn {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.magnetic-section22 {
    width: 100%;
    height: auto;
    padding-bottom: 70px;
}

.magnetic-section22-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.magnetic-section22-info .text {
    width: 80%;
    margin: 30px 0px;
    background: rgba(255, 255, 255, .89);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
    padding: 30px 15px 15px;
    position: relative;
    z-index: 3;
}

.magnetic-section22-info .pic {
    width: 20%;
    position: relative;
}

.magnetic-section22-info .pic img {
    width: 200%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    right: 0px;
}

.magnetic-section22-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.magnetic-section22-list .list-item {
    width: 49%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
    margin-bottom: 15px;
}

.magnetic-section22-list .list-item .list-pic {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    background: #fff;
}

.magnetic-section22-list .list-item .list-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.magnetic-section22-list .list-item .list-text p:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.magnetic-section23 {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}

.magnetic-section23-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.magnetic-section23-list .list-item {
    width: calc(50% - 15px);
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
    padding: 20px 15px 20px;
}

.magnetic-section23-list .list-item .list-pic {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    background: #fff;
}

.magnetic-section23-list .list-item .list-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.magnetic-section23-list .list-item .list-text p {
    padding-bottom: 5px;
}

.magnetic-section23-list .list-item .list-text p:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.magnetic-section24{
	width: 100%;
	height: auto;
	padding: 30px 0px 65px;
}
.magnetic-section24-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.magnetic-section24-info .text{
	width: 50%;
}
.magnetic-section24-info .pic{
	width: 46%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.magnetic-section24-info .pic .pic-box{
	width: 48%;
	padding-bottom: 50%;
	overflow: hidden;
	position: relative;
	box-shadow: 1px 4px 20px -2px rgb(0,0,0,.1);
	border: 8px solid #fff;
}
.magnetic-section24-info .pic .pic-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.magnetic-section24-info .pic .pic-box:hover img{
	transform: scale(1.1); 
}
.magnetic-section24-info .pic .pic1{
	margin-top: 80px;
}
.magnetic-section24-info .pic .pic2{
	margin-bottom: 80px;
}
.magnetic-section24-info .text p:last-child{
	padding-bottom: 0px;
}
.services-container .table-style1{
	border: none;
}
.services-container .table-style1 tr td{
	border: none;
	background: #f9f9f9;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.services-container .table-style1 tr:nth-child(2n-1) td{
	background: #fffbf0;
}
.services-container .table-style1 tr:first-child td{
	border: none;
	background: #f1b41c;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	color: #fff;
}
.services-container .table-style2{
	border: none;
	margin-bottom: 20px;
	margin-top: 0px;
}
.services-container .table-style2 tr td{
	border: none;
	background: #f9f9f9;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.services-container .table-style2 tr:nth-child(2n-1) td{
	background: #f9f9f9;
}
.services-container .table-style2 tr:first-child td{
	border: none;
	background: #f1b41c;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	color: #fff;
}
.magnetic-section25{
    width: 100%;
    height: auto;
    margin-bottom: 80px;
    position: relative;
}
.magnetic-section25 .pic{
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.magnetic-section25 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.magnetic-section25 .maincon{
	position: relative;
	z-index: 3;
}
.magnetic-section25-info{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    padding: 40px 0px 40px;
}
.magnetic-section25-info .text{
    width: 60%;
    height: auto;
    padding: 30px 30px 15px;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0,0,0,.2);
}
.magnetic-section25-info .text table tr td{
	font-size: 14px;
	line-height: 24px;
	padding: 5px 8px;
}
.magnetic-section26{
	width: 100%;
	height: auto;
	padding: 0px 50px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 40px;
}
.magnetic-section26 .list-item{
	width: 16%;
	margin-bottom: 90px;
	position: relative;
	transition: all .2s;
}
.magnetic-section26.list-style2 .list-item{
	width: 19%;
}
.magnetic-section26 .list-item:hover{
	transform: translateY(-6px)
}
.magnetic-section26 .list-item .pic{
	width: 100%;
	padding-bottom: 110%;
	overflow: hidden;
	position: relative;
}
.magnetic-section26 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.magnetic-section26 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.magnetic-section26 .list-item .text{
	width: 90%;
	height: auto;
	min-height: 160px;
	position: absolute;
	left: 5%;
	bottom: -50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 40px 5px rgba(0,0,0,0.05);
    padding: 10px 10px;
}
.magnetic-section26 .list-item .text h3{
	font-size: 15px;
	line-height: 24px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
.magnetic-section26 .list-item .text p{
	font-size: 15px;
	line-height: 24px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.magnetic-section27{
	width: 100%;
	height: auto;
	padding: 70px 0px;
	margin-bottom: 70px !important;
	position: relative;
}
.magnetic-section27:before{
	content: '';
	width: 70%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #6c6653;
}
.magnetic-section27 .maincon{
	position: relative;
	z-index: 3;
}
.magnetic-section27-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.magnetic-section27-info .text{
	width: 48%;
}
.magnetic-section27-info .pic{
	width: 48%;
}
.magnetic-section27-info .pic img{
	width: 100%;
	height: auto;
}
.magnetic-section27-info .text h2{
	color: #fff;
}
.magnetic-section27-info .text p{
	color: #fff;
}
.magnetic-section27-info .text ul li{
	color: #fff;
}
.magnetic-section27-info .text a{
	color: #98e365;
}
.magnetic-section27-info .text a:hover{
	color: #fff;
}
.magnetic-section28{
	width: 100%;
	height: auto;
	padding: 0px 0px 70px;
	position: relative;
}
.magnetic-section28-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.magnetic-section28-info .text{
	width: 52%;
}
.magnetic-section28-info .pic{
	width: 44%;
	padding-right: 80px;
	padding-bottom: 80px;
	position: relative;
}
.magnetic-section28-info .pic img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 3;
}
.magnetic-section28-info .pic .pic1{
	width: 100%;
	height: auto;
	position: relative;
}
.magnetic-section28-info .pic .pic1:after{
	content: '';
	width: 50%;
	height: 80%;
	position: absolute;
	right: -50px;
	top: 60%;
	transform: translateY(-50%);
	background: #f7f7f7;
}
.magnetic-section28-info .pic .pic2{
	width: 60%;
	height: auto;
	position: absolute;
	right: 0px;
	bottom: 0px;
	border: 8px solid #fff;
	box-shadow: 1px 4px 20px -2px rgb(0,0,0,.1);
	z-index: 4;
}
.magnetic-section28-info .text-list{
	width: 100%;
	height: auto;
	padding-top: 5px;
	margin-bottom: 15px;
}
.magnetic-section28-info .text-list .list-item{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 15px;
	margin-top: 20px;
}
.magnetic-section28-info .text-list .list-item:first-child{
	margin-top: 0px;
}
.magnetic-section28-info .text-list .list-item .list-icon{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: #f1b41c;
	padding: 12px;
	border-radius: 8px;
}
.magnetic-section28-info .text-list .list-item .list-icon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.magnetic-section28-info .text-list .list-item p{
	padding-bottom: 2px;
	margin-bottom: 0px;
}
.magnetic-section28-info .text-list .list-item p:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.table-responsive{
	margin-bottom: 25px;
}
.table-responsive table{
	margin-bottom: 0px;
}
.magnetic-section29 {
    width: 100%;
    height: auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-bottom: 80px;
}
.magnetic-section29:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, .3);
}
.magnetic-section29 .maincon {
    position: relative;
    z-index: 3;
}
.magnetic-section29-info {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    text-align: center;
}
.magnetic-section29-info h2 {
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Raleway-SemiBold';
    line-height: 1.3;
}
.magnetic-section29-info p {
    color: #fff !important;
}
.magnetic-section29-info .info-btn{
	margin-top: 10px;
}
.magnetic-section30 {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
}
.magnetic-section30-info{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.magnetic-section30-info .text{
    width: 56%;
    border-top: 6px solid #f1b41c;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,.15);
    max-height: 401px;
    overflow: auto;
}
.magnetic-section30-info .pic{
    width: 40%;
}
.magnetic-section30-info .pic img{
    width: 100%;
    height: auto;
}
.magnetic-section30-info .text .list-item{
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding: 20px 45px 20px 15px;
    position: relative;
}
.magnetic-section30-info .text .list-item .list-number{
    font-size: 20px;
    font-weight: bold;
    color: #f1b41c;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.magnetic-section30-info .text .list-item h3{
	font-size: 18px;
	margin-bottom: 10px;
}
.magnetic-section30-info .text .list-item p{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.magnetic-section31{
	width: 100%;
	height: auto;
	margin-bottom: 80px;
}
.magnetic-section31-title{
	width: 100%;
	height: auto;
	background: #f1b41c;
	padding: 60px 0px 100px;
}
.magnetic-section31-title h2{
	color: #fff;
}
.magnetic-section31-title p{
	color: #fff;
}
.magnetic-section31-content{
	width: 100%;
	height: auto;
	margin-top: -90px;
	position: relative;
	z-index: 2;
}
.magnetic-section31-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.magnetic-section31-info .pic{
	width: 49%;
	overflow: hidden;
	position: relative;
}
.magnetic-section31-info .text{
	width: 49%;
}
.magnetic-section31-info .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.magnetic-section31-info .pic:hover img{
	transform: scale(1.1); 
}
.magnetic-section31-info .text .list-item{
	width: 100%;
	margin-bottom: 20px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 15px;
	padding: 20px 20px;
	box-shadow: 0px 0px 6px rgba(0,0,0,.15);
	min-height: 125px;
	transition: all .2s;
}
.magnetic-section31-info .text .list-item:hover{
	transform: translateY(-6px);
}
.magnetic-section31-info .text .list-item:last-child{
	margin-bottom: 0px;
}
.magnetic-section31-info .text .list-item .list-icon{
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	background: #f1b41c;
	padding: 10px;
}
.magnetic-section31-info .text .list-item .list-icon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.magnetic-section31-info .text .list-item .list-text h3{
	font-size: 17px;
	line-height: 1.3;
	margin-bottom: 5px;
}
.magnetic-section31-info .text .list-item .list-text p{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.magnetic-section32{
	width: 100%;
	padding: 0px 0px 65px;
}
.magnetic-section32-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 0px;
	column-gap: 20px;
}
.magnetic-section32-list .list-item{
	width: calc(20% - 16px);
	position: relative;
	margin-bottom: 30px;
}
.magnetic-section32-list .list-item .list-icon{
	width: 90px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    background-color: #f4f5f6;
    color: #38B5E1;
    position: relative;
    z-index: 9;
    padding: 28px;
    margin-bottom: 25px;
}
.magnetic-section32-list .list-item .list-icon img{
	width: 100%;
    height: 100%;
    object-fit: contain;
}
.magnetic-section32-list .list-item .list-icon span {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f1b41c;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 999;
    font-weight: bold;
}
.magnetic-section32-list .list-item:after {
    position: absolute;
    content: "";
    border-bottom: 2px dotted rgba(117,124,132,0.33);
    width: 100%;
    top: 48px;
    left: 30px;
    z-index: 0;
}
.magnetic-section32-list .list-item:last-child:after {
    left: 0px;
}
.magnetic-section32-list .list-item:last-child:before {
    position: absolute;
    content: "";
    z-index: 9;
    width: 50px;
    height: 40px;
    background: url(../images/arrow6.png) no-repeat center right/contain;
    right: 0;
    top: 28px;
}
.magnetic-section32-list .list-item p{
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 5px;
}
.magnetic-section32-list .list-item ul li{
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 5px;
}
.magnetic-section32-list.list-style2 .list-item{
	width: calc(16.66% - 16.66px);
}
.magnetic-section32-list.list-style2 .list-item p{
	font-size: 14px;
	line-height: 22px;
}
.magnetic-section33{
	width: 100%;
    height: auto;
    padding-bottom: 80px;
}
.magnetic-section33-list{
	width: 100%;
    height: auto;
}
.magnetic-section33-list .list-title{
	width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 30px;
}
.magnetic-section33-list .list-title .list-item{
	width: 32.5%;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.magnetic-section33-list .list-title .list-item img{
	width: 45px;
	height: 45px;
	object-fit: contain;
	margin-bottom: 20px;
}
.magnetic-section33-list .list-title .list-item .pic1{
	display: block;
}
.magnetic-section33-list .list-title .list-item .pic2{
	display: none;
}
.magnetic-section33-list .list-title .list-item p{
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 1.3;
	font-weight: bold;
}
.magnetic-section33-list .list-title .list-item:hover p{
	color: #f1b41c;
}
.magnetic-section33-list .list-title .list-item.shows{
	background: #f1b41c;
	border: 1px solid #f1b41c;
}
.magnetic-section33-list .list-title .list-item.shows:before{
	content: '';
	width: 26px;
	height: 15px;
	background: #f1b41c;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -14px;
	clip-path: polygon(0% 0%,100% 0%,50% 100%);
}
.magnetic-section33-list .list-title .list-item.shows .pic1{
	display: none;
}
.magnetic-section33-list .list-title .list-item.shows .pic2{
	display: block;
}
.magnetic-section33-list .list-title .list-item.shows p{
	color: #fff;
}
.magnetic-section33-list .list-info{
	width: 100%;
	height: auto;
}
.magnetic-section33-list .list-info .list-content{
	width: 100%;
	height: auto;
	padding: 30px 30px;
	box-shadow: 0px 0px 8px rgba(0,0,0,.15);
	background: #fff;
	display: none;
}
.magnetic-section33-list .list-info .list-content:first-child{
	display: block;
}
.magnetic-section33-list .list-info .info-box{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.magnetic-section33-list .list-info .info-box .text{
	width:calc(100% - 450px);
}
.magnetic-section33-list .list-info .info-box .pic{
	width: 380px;
	padding-bottom: 260px;
	overflow: hidden;
	position: relative;
	border: 5px solid #f1b41c;
}
.magnetic-section33-list .list-info .info-box .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.magnetic-section33-list .list-info .info-box .pic img.contain{
	object-fit: contain;
}
.magnetic-section33-list .list-info .info-box:hover .pic img{
	transform: scale(1.1); 
}
.magnetic-section33-list .list-info .info-box .text ul:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.magnetic-section-title-style1{
	width: 100%;
	height: auto;
	margin-bottom: 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.magnetic-section-title-style1 h2{
	max-width: 40%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.magnetic-section-title-style1 p{
	max-width: 55%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-left: 1px solid #dfdfdf;
}
.magnetic-section34{
	width: 100%;
	height: auto;
	padding: 50px 0px 80px;
	background: #fefff7;
}
.magnetic-section34-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 30px;
}
.magnetic-section34-info .info-title{
	width: 300px;
}
.magnetic-section34-info .info-list{
	width: calc(100% - 340px);
}
.magnetic-section34-info .info-title .list-item{
	width: 100%;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	margin-bottom: 15px;
	padding: 5px 30px 5px 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 52px;
	column-gap: 10px;
	position: relative;
	cursor: pointer;
}
.magnetic-section34-info .info-title .list-item:after{
	content: '\2192';
	font-size: 20px;
	font-weight: bold;
	line-height: 10px;
	position: absolute;
	right: 10px;
	margin-bottom: 5px;
	top: 50%;
	transform: translateY(-70%);
}
.magnetic-section34-info .info-title .list-item .list-icon{
	width:25px;
	height: 25px;
	flex-shrink: 0;
}
.magnetic-section34-info .info-title .list-item .list-icon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: none;
}
.magnetic-section34-info .info-title .list-item .list-icon img:nth-child(1){
	display: block;
}
.magnetic-section34-info .info-title .list-item .list-text p{
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.3;
}
.magnetic-section34-info .info-title .list-item.shows{
	background: #f1b41c;
	color: #fff;
}
.magnetic-section34-info .info-title .list-item:hover{
	background: #f1b41c;
	color: #fff;
}
.magnetic-section34-info .info-title .list-item.shows p{
	color: #fff;
}
.magnetic-section34-info .info-title .list-item:hover p{
	color: #fff;
}
.magnetic-section34-info .info-title .list-item.shows .list-icon img:nth-child(1){
	display: none;
}
.magnetic-section34-info .info-title .list-item.shows .list-icon img:nth-child(2){
	display: block;
}
.magnetic-section34-info .info-title .list-item:hover .list-icon img:nth-child(1){
	display: none;
}
.magnetic-section34-info .info-title .list-item:hover .list-icon img:nth-child(2){
	display: block;
}
.magnetic-section34-info .info-list .list-content{
	width: 100%;
	height: auto;
	display: none;
}
.magnetic-section34-info .info-list .list-content:first-child{
	display: block;
}
.magnetic-section34-content{
	width: 100%;
	height: auto;
	padding: 30px 20px 30px;
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,.05);
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 6px;
}
.magnetic-section34-content .text{
	width: 62%;
}
.magnetic-section34-content .pic{
	width: 35%;
	padding-bottom: 28%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.magnetic-section34-content .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.magnetic-section34-content:hover .pic img{
	transform: scale(1.1); 
}
.magnetic-section34-content .text h3{
	margin-bottom: 20px;
	margin-top: 0px;
}
.magnetic-section34-content .text p{
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.magnetic-section34-content .text ul{
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.magnetic-section34-content .text p:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.magnetic-section34-content .text ul:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.magnetic-section35{
	width: 100%;
	height: auto;
	padding: 80px 0px 40px;
}
.magnetic-section35-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 2%;
}
.magnetic-section35-list .list-item{
	width: 32%;
	margin-bottom: 40px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	padding: 15px 15px 65px;
	transition: all 0.3s ease-in-out;
	position: relative;
}
.magnetic-section35-list .list-item .pic{
	width: 100%;
	padding-bottom: 60%;
	overflow: hidden;
	position: relative;
	border-radius: 6px;
	margin-bottom: 20px;
}
.magnetic-section35-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.magnetic-section35-list .list-item:hover .pic img{
	transform: scale(1.1); 
}
.magnetic-section35-list .list-item .text{
	width: 100%;
}
.magnetic-section35-list .list-item .text .text-btn{
	width: 100%;
	padding: 0px 15px;
	position: absolute;
	left: 0px;
	bottom: 25px;
}
.magnetic-section35-list .list-item .text h3{
	font-size: 18px;
	line-height: 1.3
	margin-bottom: 10px;
}
.magnetic-section35-list .list-item .text p{
	line-height: 26px;
}
.magnetic-section35-list .list-item:hover{
	background: #f1b41c;
}
.magnetic-section35-list .list-item:hover .text h3{
	color: #fff;
}
.magnetic-section35-list .list-item:hover .text p{
	color: #fff;
}
.magnetic-section35-list .list-item:hover .text .more-btn{
	color: #f1b41c;
	background: #fff;
}
.magnetic-section35-list .list-item:hover .text .more-btn:hover{
	color: #fff;
	background: #042038;
}
.ullist.triangle li::marker {
    color: #fff;
}
.site-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    font-size: 15px;
    line-height: 1.3;
    padding: 8px 15px;
    border: 1px solid #f1b41c;
    color: #f1b41c;
    margin-top: 5px;
}

.site-btn:after {
    content: '\e96d';
    font-family: 'icomoon' !important;
    font-size: 12px;
    color: #f1b41c;
    transform: rotate(180deg);
}

.site-btn:hover {
    color: #fff !important;
    background: #f1b41c;
}
.site-btn:hover:after{
    color:#fff;
}
.services-container .info-box1{
	width: 100%;
	padding: 20px 15px 5px;
	margin-bottom: 25px;
	background: #f4f4f4;
}
.services-container .info-box1 .info-pic-left{
	margin-bottom: 15px;
}
.services-container .info-box1 .info-pic-right{
	margin-bottom: 15px;
}
.services-container .info-box2{
	width: 100%;
	padding: 30px 30px 15px;
	margin-bottom: 25px;
	background: #f2f2f2;
	border-radius: 40px;
	border: 1px dashed #f1b41c;
}
.services-container .info-box2 .info-pic-left{
	margin-bottom: 15px;
}
.services-container .info-box2 .info-pic-right{
	margin-bottom: 15px;
}
.services-container .info-box3{
	width: 100%;
	padding: 20px 15px 5px;
	margin-bottom: 25px;
	background: #fff2cc;
}
.services-container .info-box3 .info-pic-left{
	margin-bottom: 15px;
}
.services-container .info-box3 .info-pic-right{
	margin-bottom: 15px;
}
.info-item6{
	width: 100%;
	height: auto;
}
.info-item6>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -0px;
}
.info-item6>.row:before{
	content: none;
}
.info-item6>.row:after{
	content: none;
}
.info-item6>.row>div{
    padding: 0px 0px;
	margin-bottom: 25px;
}
.info-item6 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    border: 1px dashed #ccc;
    background: rgb(255,242,204);
    padding: 20px 20px 5px;
}
.info-item6>.row>div:nth-child(2n) .list-item{
    border-left: none;
    background: #f2f2f2;
}
.info-item7{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	position: relative;
}
.info-item7 .pic{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.info-item7 .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.info-item7:hover .pic img{
	transform: scale(1.1); 
}
.info-item7 .text{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 3;
	background: rgba(1,39,73,.4);
	padding: 50px 20px 35px;
}
.info-item7 .text p,.info-item7 .text ul li,.info-item7 .text h3,.info-item7 .text h2{
	color: #fff;
}
.info-item8{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.info-item8 .pic{
	width: 230px;
	height: 100%;
	margin-left: -140px;
	position: relative;
	z-index: 3;
}
.info-item8 .pic img{
	width: 100%;
	height: auto;
	border-radius: 24px;
}
.info-item8 .text{
	width: calc(100% - 90px);
	height: auto;
	position: relative;
	z-index: 3;
	background: rgb(255,242,204);
	padding: 30px 160px 15px 20px;
	border: 2px dashed #ccc;
	border-radius: 30px;
}



@media screen and (max-width: 1580px) {


    .page-title-box {
        top: 144px;
    }

    .push {
        margin-top: 144px;
    }

    .slist .list-item .list-text h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .navbox {
        padding: 0px 50px;
    }

    .material ul li {
        height: 350px;
    }

    .contacttext {
        width: 25%;
    }

    .contactform {
        width: 75%;
    }

    .pagebanner {
        margin-top: 144px;
    }

    .footmap {
        width: 400px;
    }

    .footmaps {
        width: 400px;
    }

    .maintitle {
        font-size: 30px;
    }

    .indexserverli {
        width: 400px;
    }

    .logobox {
        height: 70px;
    }

    .topcontact {
        margin-top: -2px;
        padding-top: 0px;
    }

    .topcontacts span {
        font-size: 14px;
    }

    .topcontacts canvas {
        height: 14px;
    }

    .topcontacts p a {
        font-size: 14px;
    }

    .search {
        width: 300px;
    }

    .search form {
        height: 36px;
    }

    .search form .submit {
        width: 40px;
    }

}


@media screen and (min-width: 1200px) {

    .navs {
        position: static;
    }

    .navbox {
        position: relative;
    }

    .navs > ul > li:last-child {
        margin-right: 0px
    }

    .navs > ul > li:nth-child(2) {
        position: static;
    }

    .navs > ul > li:nth-child(2) > ul {
        width: 1200px;
        height: calc(100vh - 180px);
        display: flex !important;
        flex-wrap: wrap;
        right: -100px;
        left: auto;
        overflow-y: scroll;
        opacity: 0;
        visibility: hidden;
        transition: .15s ease-in-out;
        -webkit-transition: .15s ease-in-out;
        -moz-transition: .15s ease-in-out;
        -ms-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transform: translate(-50%, 15px);
        top: 70px;
        left: 50%;
        padding: 15px 15px !important;
    }

    .navs > ul > li:nth-child(2) > ul::-webkit-scrollbar {
        width: 0px;
        /*height: 2px;*/
        background: #1e1e1e;
    }

    .navs > ul > li:nth-child(2) > ul::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 0px #ab7525;
        background: #1e1e1e;
        width: 4px;
        height: 4px;
    }

    .navs > ul > li:nth-child(2) > ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0px #1e1e1e;
        border-radius: 10px;
        background: #fff;
    }

    .navs > ul > li:nth-child(2).vislb > ul {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, 0px);
    }

    .navs > ul > li:nth-child(2) > ul > div {
        width: 24%;
        margin-right: 1%;
    }

    .navs > ul > li:nth-child(2) > ul > div > li {
        width: 100%;
    }

    .navs > ul > li:nth-child(2) > ul > div > li > a {
        font-family: 'Raleway-SemiBold';
        color: #000;
        font-size: 16px;
    }

    .navs > ul > li:nth-child(2) > ul > div > li > a:hover {
        color: #f1b41c;
    }

    .navs > ul > li:nth-child(2) > ul > div > li > span {
        display: none;
    }

    .navs > ul > li:nth-child(2) > ul > div > li > ul {
        display: block;
        position: static;
        width: 100%;
    }

    .navs > ul > li:nth-child(2) > ul > div > li > ul > li {
        padding: 0px 0px;
        margin-top: 3px;
    }

    .navs > ul > li:nth-child(2) > ul > div > li > ul > li > a {
        color: #000;
        font-family: 'Raleway-Regular';
        font-weight: normal;
    }

    .navs > ul > li:nth-child(2) > ul > div > li > ul > li > a:hover {
        color: #f1b41c;
    }

    .navs > ul > li:nth-child(3) > ul {
        width: 500px;
        max-height: calc(100vh - 180px);
        overflow: auto;
    }

    .navs > ul > li:nth-child(3) > ul::-webkit-scrollbar {
        width: 4px;
        background: #1e1e1e;
    }

    .navs > ul > li:nth-child(3) > ul::-webkit-scrollbar-thumb {
        border-radius: 0px;
        -webkit-box-shadow: inset 0 0 0px #ab7525;
        background: #f1b41c;
        width: 4px;
        height: 4px;
    }

    .navs > ul > li:nth-child(3) > ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0px #1e1e1e;
        border-radius: 0px;
        background: #fff;
    }

    .navs > ul > li:nth-child(3) > ul > li {
        width: 50%;
    }

    .navs > ul > li:nth-child(6) > ul {
        width: 800px;
        left: auto;
        right: -300px;
    }

    .navs > ul > li:nth-child(6) > ul > li {
        width: 50%;
    }

}

@media screen and (min-width: 1440px) {

    .navs > ul > li:nth-child(2) > ul {
        width: 1300px;
    }
}

@media screen and (max-width: 1440px) {

.product-tags .row div[class*="col-md"]{
	width: 50%;
}
.magnetic-section27-info .text ul{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.magnetic-section27-info .text .row>div{
	width: 100%;
}
.magnetic-section26 .list-item{
	width: 32%;
}
.magnetic-section26.list-style2 .list-item{
	width: 32%;
}
.magnetic-section26{
	padding: 0px 15px;
	flex-wrap: wrap;
	column-gap: 2%;
	justify-content: flex-start;
}
    .analysis-box .maincon {
        max-width: 100%;
        padding: 0px 80px;
    }

    .analysis-section7-info .info-pic {
        width: 300px;
    }

    .analysis-section7-info .info-text {
        width: calc(100% - 350px);
    }

    .analysis-section4-info .text {
        width: calc(100% - 430px);
    }

    .analysis-section2-list .list-text .list-content-box .text {
        width: 58%;
    }

    .analysis-section2-list .list-text .list-content-box .pic {
        padding-bottom: 40%;
    }

    .analysis-section2-list .list-title {
        width: 280px;
    }

    .analysis-section2-list .list-text {
        width: calc(100% - 300px);
    }

    .info-item1 .item-list {
        width: 48%;
    }

    .mainsection3-list .swiper-slide .text .text-item h4 {
        font-size: 18px;
    }

    .navs > ul > li {
        margin-right: 10px;
    }

}


@media screen and (max-width: 1200px) {


.magnetic-section34-info{
	flex-wrap: wrap;
}
.magnetic-section34-info .info-title{
	width: 100%;
	margin-bottom: 30px;
}
.magnetic-section34-info .info-list{
	width: 100%;
}
.page-title-box{
	overflow: auto;
}
.page-title-list{
	width: auto;
	column-gap: 15px;
}
.page-title-list .list-item{
	flex-grow: 1;
	white-space: nowrap;
}
.magnetic-section27{
	padding: 35px 0px 50px;
}
.magnetic-section27:before{
	width: 100%;
}
.magnetic-section27-info{
	flex-wrap: wrap;
}
.magnetic-section27-info .text{
	width: 100%;
	margin-bottom: 10px;
}
.magnetic-section27-info .pic{
	width: 100%;
	height: 250px;
}
.magnetic-section27-info .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
    .magnetic-section16-info {
        flex-wrap: wrap;
        justify-content: center;
    }

    .magnetic-section16-info .text {
        width: 100%;
        margin-bottom: 30px;
    }

    .magnetic-section16-info .pic {
        width: 400px;
        max-width: 100%;
    }

    .magnetic-section14-list .list-item .pic {
        padding-bottom: 70%;
    }

    .magnetic-section4 .pic {
        width: 25%;
    }

    .magnetic-section4-info {
        width: calc(75% + 30px);
    }

    .analysis-box .maincon {
        padding: 0px 50px;
    }

    .analysis-section8-list {
        justify-content: space-between;
        column-gap: 0%;
    }

    .analysis-section8-list .list-item {
        width: 49%;
    }

    .analysis-section7-info {
        flex-wrap: wrap;
        justify-content: center;
    }

    .analysis-section7-info .info-pic {
        max-width: 100%;
    }

    .analysis-section7-info .info-text {
        width: 100%;
        margin-bottom: 30px;
    }

    .analysis-section5-info .list-item {
        width: 49%;
    }

    .analysis-section5-info.info-style2 .list-item {
        width: 49%;
    }

    .analysis-section4-info {
        flex-wrap: wrap;
        justify-content: center;
    }

    .analysis-section4-info.info-style2 {
        flex-direction: column-reverse;
    }

    .analysis-section4-info .pic {
        width: 350px;
        height: 300px;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .analysis-section4-info .text {
        width: 100%;
    }

    .analysis-section3-list .list-item {
        width: 100%;
    }

    .analysis-section2-list {
        padding: 40px 10px;
    }

    .analysis-section2-list .list-title .list-item {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .analysis-section2-list {
        flex-wrap: wrap;
    }

    .analysis-section2-list .list-title {
        width: 100%;
    }

    .analysis-section2-list .list-text {
        width: 100%;
        margin-bottom: 30px;
    }

    .page-title-box {
        top: 70px;
    }

    .push {
        margin-top: 70px;
    }

    .carousel .thanksgiving-item .img {
        object-position: left center;
    }

    .carousel .thanksgiving-item .thanksgiving-banner-content {
        padding: 40px 30px 0px;
    }

    .carousel .thanksgiving-item .thanksgiving-banner-content .banner-title {
        font-size: 30px;
    }

    .mainsection3 .mainsection3-list .swiper-wrapper {
        align-items: flex-start;
    }

    .info-item1 {
        padding: 40px 20px 25px;
    }

    .mainsection3-list .swiper-slide {
        height: 100%;
    }

    .mainsection3-list .swiper-slide .pic img {
        clip-path: none;
    }

    .mainsection3-list .swiper-slide .pic {
        width: 100%;
        max-width: 100%;
        height: 300px;
    }

    .mainsection3-list .swiper-slide .text {
        width: 100%;
    }

    .mainsection3-list .swiper-slide {
        flex-wrap: wrap;
    }

    .slist .list-item .list-text h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .slist .list-item .list-text {
        margin-right: 0%;
    }

    .slist .list-item:nth-child(2n) .list-text {
        margin-left: 0%;
    }

    .apply {
        padding: 20px 30px;
        border-bottom: 4px solid #f1b41c;
    }

    .searchli span {
        width: 49%;
    }

    .searchli span:nth-child(3n) {
        margin-right: 2%;
    }

    .searchli span:nth-child(2n) {
        margin-right: 0%;
    }

    .solution-box .inner .btn-style-one {
        width: 140px;
    }

    .solution-box.fixed {
        top: 70px;
        z-index: 999;
    }

    .childlist a {
        height: 50px;
    }

    .material ul li {
        height: 320px;
    }

    .material ul li.lilist .lilisttitle {
        font-size: 16px;
        line-height: 20px;
        height: 40px;
        background: none;
        padding-right: 0px;
    }

    .material ul li.lilist .lilistview {
        margin: 60px auto 0px;
    }

    .material ul li.lilist .lilistview a {
        padding: 6px 18px;
        font-size: 14px;
    }

    .interpretation {
        margin-top: 30px;
    }

    .interpretation ul li p {
        font-size: 15px;
        padding: 8px 10px;
    }

    .keep {
        flex-direction: column;
        height: auto;
        padding: 25px 0px;
    }

    .keeptext {
        width: 600px;
        margin-right: 0px;
        margin-bottom: 25px;
    }

    .contacttext {
        width: 35%;
    }

    .contactform {
        width: 65%;
    }

    .contactform .forms1 .forminput {
        width: 49%;
    }

    .contactform .forms1 .forminput:nth-child(2) {
        margin-right: 0%
    }

    .contactform .forms1 .forminput:nth-child(3) {
        width: 100%;
        margin-top: 25px;
    }

    .pagebanner {
        margin-top: 70px;
    }

    .location a, .location li {
        font-size: 16px;
    }

    .contents {
        padding: 10px 0px 40px;
    }

    .copyright p {
        margin-bottom: 17px;
    }

    .copyright img {
        height: 40px;
    }

    .gotop {
        width: 34px;
        height: 34px;
    }

    .footnav {
        width: 100%;
        float: left;
        margin-top: 30px;
    }

    .footnav span {
        width: auto;
        margin-right: 25px;
    }

    .footmap {
        width: 60%;
        float: right;
    }

    .footmaps {
        width: 100%;
    }

    .indexpart3 ul li {
        width: 31%;
        padding: 30px 25px 10px;
        height: 250px;
    }

    .indexpart3 ul li:nth-child(2) {
        width: 38%;
    }

    .indexpart3 ul li:nth-child(1) {
        width: 100%;
        display: block;
        margin-bottom: 25px;
        height: auto;
    }

    .indexpart3 ul li h2 {
        display: block;
        text-align: center;
    }

    .indexpart3 ul {
        height: auto;
        padding-top: 35px;
    }

    .indexpart2 .maintitle {
        margin-bottom: 35px;
    }

    .indexserverli p {

    }

    .indexabout .maintitle {
        margin-bottom: 10px;
    }

    .indexquality ul li img {
        height: 50px;
    }

    .indexpart1 {
        padding: 70px 0px;
    }

    .maintitle {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .indexserverli {
        width: 360px;
    }

    .indexserverli span {
        margin-bottom: 10px;
    }

    .indexserverli {
        margin-bottom: 15px;
    }

    .more {
        font-size: 14px;
        padding: 6px 15px;
    }

    .indexbanner h1 {
        font-size: 30px;
    }

    .indexbanner p {
        font-size: 16px;
    }

    .navbox {
        padding: 0px 0px;
        border-bottom: none;
        position: relative;
    }

    .navs > ul > li > span {
        display: inline;
    }

    .sp_nav {
        display: block;
        margin-right: 0px;
        margin-left: 30px;
        margin-top: 9px;
    }

    .navs > ul > li:nth-child(2) > ul > li {
        width: 100%;
    }

    .navs > ul > li:nth-child(2) > ul {
        width: 100%;
    }

    .navs > ul > li:hover > a {
        background: none;
    }

    .navs {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0px;
        right: 0px;
        background: #013d72;
        padding-top: 0px;
        padding-left: 0px;
        z-index: 999;
        transition: .15s ease-in-out;
        -webkit-transition: .15s ease-in-out;
        -moz-transition: .15s ease-in-out;
        -ms-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        opacity: 0;
        visibility: hidden;
    }

    .navs a {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #d8d8d8;
        line-height: 50px;
        line-height: 50px;
        display: block;
        margin-left: 0px;
        z-index: 999;
        padding: 0px 20px;
        float: left;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
    }

    .navs.visible {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .navs > ul {
        width: 100%;
        height: auto;
    }

    .navs ul li a {
        font-size: 14px;
        line-height: 40px;
        color: #fff;
        display: inline-block;
        width: auto;
        text-align: left;
        border-bottom: none;
        padding: 0px 0px;
    }

    .navs ul {
        margin-top: 0px;
    }

    .navs ul li {
        width: 100%;
        height: auto;
        padding: 0px 0px 0px 15px;
        margin-bottom: 0px;
        position: relative;
        margin-left: 0px;
        line-height: 40px;
        border-bottom: 1px solid #004b8d;
        display: inline-block;
    }

    .navs > ul > li:first-child {
        display: none;
    }

    .navs ul li:last-child {
        margin-bottom: 0px;
    }

    .navs > ul > li:last-child {
        border-bottom: 1px solid #004b8d;
        margin-bottom: 10px;
    }

    .navs ul li img {
        height: 8px;
        cursor: pointer;
        transition: all 0.3s;
        line-height: 12px;
        top: 15px;
        position: absolute;
        right: 20px;
    }

    .navs ul li ul li img {
        height: 8px;
        cursor: pointer;
        transition: all 0.3s;
        line-height: 12px;
        top: 20px;
        position: absolute;
        right: 20px;
    }

    .navs ul li img.down {
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }

    .navs ul li ul {
        display: none;
        padding-left: 10px;
        overflow: hidden;
    }

    .navs ul li ul li {
        padding: 0px 0px;
    }

    .navs ul li ul li:last-child {
        border-bottom: none;
    }

    .navs ul li ul li a {
        line-height: 40px;
        padding: 0px 0px;
        font-weight: 100;
    }

    .navs > ul > li > a {
        font-weight: 100;
    }

    .navs > ul > li > a.actives {
        border-top: 0px solid #f1b41c;
        color: #f1b41c;
    }

    .navs > ul > li > ul {
        position: static;
        width: 100%;
        padding: 0px 0px 20px 20px !important;
        background: none;
        box-shadow: none;
        border-top: unset !important;
        max-height: 300px;
        overflow: auto;
    }

    .navs > ul > li > a.actives:before {
        height: 0px;
        width: 0px;
        border-bottom: 0px solid #ddede3;
        border-top: 0px solid #ddede3;
    }

    .navs > ul > li > a.actives:after {
        height: 0px;
        width: 0px;
        border-left: 0px solid #ddede3;
        border-right: 0px solid #ddede3;
    }

    .navs ul li ul li ul {
        position: static;
    }

    .navs ul li ul li ul {
        position: static;
        width: 100%;
    }

    .navs > ul > li:hover {
        padding-bottom: 0px;
    }

    .navs > ul > li > ul > li > a {
        color: #fff;
    }

    .navs > ul > li > ul > li > ul > li > a {
        color: #fff;
    }

    .navs > ul > li > ul > li > ul > li > ul > li > a {
        color: #fff;
    }

    .navs > ul > li > ul > li > ul > li > ul > li > ul > li > a {
        color: #fff;
    }

    .navs > ul li span {
        float: right;
        margin-right: 15px;
    }

    .navs > ul > li > span::before {
        color: #fff;
        content: "+";
        font-size: 25px;
    }

    .navs > ul > li.down > span::before {
        color: #ffcb05;
        content: ">";
    }

    .navs > ul > li:hover {
        background: none;
        border-bottom: 1px solid #004b8d;
    }

    .navs ul li ul li {
        border-bottom: 0px solid #004b8d;
    }

    .navs ul li ul li:hover {
        background: none;
    }

    .navs ul li ul li ul {
        background: none;
        padding-left: 20px;
    }

    .navs ul li ul li span::before {
        top: 18px;
        color: #fff;
        content: '+';
    }

    .navs ul li span.down::before {
        content: '-';
    }

    .navs a:hover {
        color: #fff;
    }

    .navs > ul > li:hover > a {
        color: #f1b41c;
    }

    .navs > ul > li:hover > a:before {
        display: none;
    }

    .navs > ul > li:hover > a:after {
        display: none;
    }

    .navs ul li ul li:hover > a {
        color: #fcc10e;
    }

    .topcontact {
        display: none;
    }
}

@media screen and (max-width: 1100px) {

    .solution-box.fixed {
        position: static;
        width: 100%;
        padding: 32px 35px 5px 35px;
    }

    .solution-box .inner {
        margin-bottom: 0px;
    }

    .indexpart3 ul li {
        height: 280px;
    }

    .indexpart3 ul li a img {
        display: none;
    }

    .material ul li.lilist .lilisttext p {
        line-height: 20px;
    }

    .services .services-container {
        width: 100%;
        margin-bottom: 30px;
    }

    .sidecon {
        width: 100%;
        display: none;
    }

    .piclist .pics {
        width: 49%;
        padding-bottom: 30%;
    }

    .piclist .pics:nth-child(3n) {
        margin-right: 2%;
    }

    .piclist .pics:nth-child(2n) {
        margin-right: 0%;
    }

    .contentinquiry {
        padding: 20px 100px;
    }

    .contentinquirys1 {
        display: inline-block;
        width: 100%;
    }

    .contentinquirys1 p {
        width: 100%;
        margin-bottom: 20px;
    }

    .contentinquirys1 a {
        margin-left: 0px;
    }


}

@media screen and (max-width: 1000px) {



.info-item6>.row>div{
    width: 100%;
}
.info-item6 .list-item{
    padding: 20px 15px 5px;
}
.info-item6>.row>div:nth-child(2n) .list-item{
    border-left: 1px dashed #ccc;
}
.services-container .info-box2{
	padding: 20px 15px 5px;
	border-radius: 15px;
}
.info-item3>.row>div{
    width: 100%;
}
.magnetic-section35-list .list-item{
	width: 49%;
}
.magnetic-section34-content{
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px 15px 30px;
}
.magnetic-section34-content .text{
	width: 100%;
	margin-bottom: 30px;
}
.magnetic-section34-content .pic{
	width: 320px;
	padding-bottom: 260px;
	max-width: 100%;
}
.magnetic-section-title-style1{
	flex-wrap: wrap;
	justify-content: center;
}
.magnetic-section-title-style1 h2{
	max-width: 100%;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.magnetic-section-title-style1 p{
	max-width: 100%;
	width: 100%;
	text-align: center;
	padding-left: 0px;
	border-left: none;
}
.magnetic-section33-list .list-info .list-content{
	padding: 30px 15px;
}
.magnetic-section33-list .list-info .info-box{
	flex-wrap: wrap;
	justify-content: center;
}
.magnetic-section33-list .list-info .info-box .text{
	width:100%;
	margin-bottom: 20px;
}
.magnetic-section33-list .list-info .info-box .pic{
	width: 320px;
	padding-bottom: 200px;
	border: 3px solid #f1b41c;
	max-width: 100%;
}
.magnetic-section33-list .list-title{
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.magnetic-section33-list .list-title .list-item{
	width: 49%;
    margin-bottom: 20px;
}
.magnetic-section32-list .list-item:last-child:before {
    content: none;
}
.magnetic-section32-list{
	flex-wrap: wrap;
}
.magnetic-section32-list .list-item{
	width: 100% !important;
	margin-bottom: 20px;
}
.magnetic-section32-list .list-item:after{
	content: none !important;
}
.magnetic-section32-list .list-item .list-icon{
	margin-bottom: 10px;
}
.magnetic-section32-list:after{
	content: none !important;
}
.magnetic-section31-info{
	flex-wrap: wrap;
}
.magnetic-section31-info .pic{
	width: 100%;
	height: 220px;
	margin-bottom: 20px;
}
.magnetic-section31-info .text{
	width: 100%;
}
.magnetic-section30-info{
    flex-wrap: wrap;
    justify-content: center;
}
.magnetic-section30-info .text{
    width: 100%;
}
.magnetic-section30-info .pic{
    max-width: 100%;
    width: 380px;
    margin-bottom: 30px;
}
.magnetic-section8-list .list-item.list-item2 {
    width: 49%;
}
.magnetic-section28-info{
	flex-wrap: wrap;
	justify-content: center;
}
.magnetic-section28-info .text{
	width: 100%;
}
.magnetic-section28-info .pic{
	width: 500px;
	max-width: 100%;
	margin-bottom: 20px;
}
.magnetic-section26 .list-item{
	width: 49% !important;
}
.magnetic-section25-info .text{
    width: 100%;
}
.magnetic-section25 .pic{
    width: 100%;
    height: 300px;
}
.magnetic-section25{
    padding-top: 180px !important;
}
.magnetic-section24-info{
	flex-wrap: wrap;
	justify-content: center;
}
.magnetic-section24-info .text{
	width: 100%;
	margin-bottom: 30px;
}
.magnetic-section24-info .pic{
	width: 450px;
	max-width: 100%;
}
    .magnetic-section22-info {
        position: relative;
    }

    .magnetic-section22-info .text {
        width: 100%;
    }

    .magnetic-section22-info .pic {
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .magnetic-section22-info .pic img {
        width: 100%;
    }

    .magnetic-section21-list .list-item {
        width: 100%;
    }

    .magnetic-section20-info {
        padding: 20px 15px 1px;
    }

    .magnetic-section19-list .list-box {
        width: 49%;
    }

    .magnetic-section18-list > .row > div {
        width: 50%;
    }

    .magnetic-section9-info {
        width: 100%;
        min-height: auto;
    }

    .magnetic-section9 {
        padding-bottom: 250px;
    }

    .magnetic-section9 .pic {
        width: 100%;
        height: 250px;
        top: auto;
        bottom: 0px;
    }

    .magnetic-section9.magnetic-section9-style2 .pic {
        width: 100%;
    }

    .magnetic-section9.magnetic-section9-style2 .magnetic-section9-info {
        margin-left: 0%;
        width: 100%;
    }

    .magnetic-section15-list {
        flex-wrap: wrap;
        border-bottom: none;
    }

    .magnetic-section15-list .list-item {
        width: 100%;
        padding: 30px 10px 10px;
        border-right: none;
        border-bottom: 1px solid #ccc;
    }

    .magnetic-section14-list .list-item {
        width: 100%;
    }

    .magnetic-section13 .pic {
        width: 100%;
    }

    .magnetic-section13-list .list-item {
        width: 100%;
    }

    .magnetic-section11-info .info-list .list-item {
        width: 100%;
    }

    .magnetic-section10-info {
        flex-wrap: wrap;
    }

    .magnetic-section10-info .text {
        width: 100%;
    }

    .magnetic-section10-info .text .pic {
        width: 400px;
        max-width: 100%;
    }

    .magnetic-section10-info .info-list {
        width: 100%;
        padding-top: 0px;
        margin-top: 30px;
    }

    .magnetic-section6-info {
        flex-wrap: wrap;
    }

    .magnetic-section6-info .pic {
        width: 100%;
        height: 250px;
    }

    .magnetic-section6-info .text {
        width: 100%;
        padding: 30px 0px 0px;
    }

    .magnetic-section5-list .list-item {
        width: 48%;
    }

    .magnetic-section4-info .text {
        padding: 40px 30px 20px 20px;
    }

    .magnetic-section3-list .list-item {
        width: 49%;
    }

    .magnetic-section2-list .list-item {
        width: 100%;
    }

    .magnetic-section1-info {
        flex-wrap: wrap;
    }

    .magnetic-section1-info .info-list {
        width: 100%;
        margin-bottom: 20px;
    }

    .magnetic-section1-info .info-text {
        width: 100%;
    }

    .analysis-box .maincon {
        padding: 0px 30px;
    }

    .analysis-section6-info .info-text-content {
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

    .analysis-section6-info .info-text-content .pic {
        width: 100%;
        height: 250px
    }

    .analysis-section6-info .info-text-content .text {
        width: 100%;
        min-height: auto;
        padding-bottom: 0px;
    }

    .info-pic-right {
        flex-wrap: wrap;
        justify-content: center;
    }

    .info-pic-right .pic {
        max-width: 100%;
        margin-top: 20px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .info-pic-right .pic img {
        max-width: 100%;
        height: auto;
    }

    .info-pic-right .text {
        width: 100%;
    }

    .info-pic-left {
        flex-wrap: wrap;
        justify-content: center;
    }

    .info-pic-left .pic {
        max-width: 100%;
        margin-bottom: 20px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .info-pic-left .pic img {
        max-width: 100%;
        height: auto;
    }

    .info-pic-left .text {
        width: 100%;
    }

    .analysis-box h1 {
        font-size: 27px;
    }

    .analysis-box h2 {
        font-size: 23px;
    }

    .iconcontact {
        display: none;
    }

    .carousel .thanksgiving-item .thanksgiving-banner-content p {
        font-size: 16px;
    }

    .carousel .thanksgiving-item .thanksgiving-banner-content .banner-title {
        font-size: 25px;
    }

    .carousel .thanksgiving-item .thanksgiving-banner-content {
        padding: 0px 15px 0px;
    }

    .casestudy-list .case-study-content .pic {
        width: 100%;
        float: none;
        margin-left: 0px;
    }

    .casestudy-list .case-study-content .pic img {
        width: auto;
        max-width: 100%;
        margin: 0px auto 10px;
        display: block;
        width: 100%;
        height: 200px;
        object-fit: contain;
    }

    .carousel .materials-item .materials-banner a {
        margin-top: 0px;
    }

    .carousel .materials-item .materials-banner .materials-banner-title span {
        font-size: 30px;
    }

    .carousel .materials-item .materials-banner .materials-banner-title h2 {
        font-size: 30px;
    }

    .carousel .materials-item .materials-banner {
        padding: 20px 30px 0px;
    }

    .knowledge-list .list-item .text h3 a {
        font-size: 17px;
    }

    .mainsection3-list-title .swiper-pagination-bullets {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        padding: 0px 20px;
    }

    .mainsection3-list-title .swiper-pagination-bullets span {
        left: auto !important;
        margin-bottom: 5px;
    }

    .mainsection3-list-title .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 4px 10px !important;
    }

    .mainsection3-list-title {
        width: 100%;
        height: auto;
    }

    .mainsection3-list-title .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        position: static;
        transform: none;
    }

    .mainsection3-list-title .swiper-button-next {
        right: 0px;
    }

    .mainsection3-list-title .swiper-button-prev {
        left: 0px;
    }

    .carousel-inner .inner img {
        max-width: 300px !important;
    }

    .carousel-compliance {
        width: 100%;
        padding: 150px 30px 0px;
    }

    .rowcenter .row {
        flex-wrap: wrap;
    }

    .rowcenter .row > div {
        width: 100%;
    }

    .rowcenter .row img {
        margin-bottom: 20px;
    }

    .careers .careerstitle {
        font-size: 22px;
    }

    .careers h4 {
        font-size: 20px;
    }

    .careers img {
        max-width: 70%;
    }

    .chat {
        right: 0px;
        width: auto;
    }

    .chat a {
        width: 46px;
        height: 38px;
        border-top-left-radius: 5px;
        border-top-right-radius: 0px;
        background: url(../images/Icon-Chat.svg) no-repeat center center/48% #fff;
        padding-left: 0px;
        margin-right: 0px;
        display: inherit;
    }

    .chat a:hover {
        background: url(../images/Icon-Chat.svg) no-repeat center center/48% #f1b41c;
    }

    .chat a span {
        display: none;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0px;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0px;
    }

    .material ul li.lides {
        padding: 10px 20px;
    }

    .material ul li.expertise {
        width: 100%;
        height: 150px;
    }

    .material ul li {
        width: 50%;
    }
    .interpretation ul li {
        width: 49%;
        padding-bottom: 35%;
    }

    .interpretation ul li:nth-child(3n) {
        margin-right: 2%;
    }

    .interpretation ul li:nth-child(2n) {
        margin-right: 0px;
    }

    .contacttext canvas {
        display: block;
        margin-bottom: 5px;
    }

    .contentstitle {
        margin-bottom: 0px;
    }

    .contacttext {
        width: 100%;
    }

    .contactform {
        width: 100%;
        padding-left: 0px;
        border-left: 0px solid #f1b41c;
        margin-top: 50px;
    }

    .gotop {
        width: 32px;
        height: 32px;
        right: 10px;
    }

    .footmap {
        width: 100%;
        margin-top: 25px;
    }

    .indexserverli p {
        height: auto;
        -webkit-line-clamp: inherit;
    }

    .indexabout .indexserverli {
        width: 100%;
    }

    .indexpart1 {
        padding: 50px 0px;
    }

    .maincon {
        padding: 0px 30px;
    }

    .indexserverpic {
        width: 100%;
    }

    .indexservertext {
        width: 100%;
        height: auto;
        position: static;
        padding: 25px 20px;
        justify-content: left;
    }

    .indexserverli {
        width: 400px;
        margin-bottom: 25px;
    }

    .contentinquiry {
        padding: 20px 30px;
    }

}

@media screen and (max-width: 800px) {


.info-item8{
	flex-wrap: wrap;
	justify-content: center;
}
.info-item8 .pic{
	margin-left: 0px;
	max-width: 100%
}
.info-item8 .text{
	width: 100%;
	padding: 30px 15px 15px;
	border-radius: 15px;
	margin-bottom: 25px;
}
.info-item7 .text{
	padding: 30px 10px 15px;
}
.product-tags .row div[class*="col-md"]{
	width: 100%;
}
    .magnetic-section23-list .list-item {
        width: 100%;
    }

    .magnetic-section17-list .list-item {
        width: 100%;
        padding: 20px 10px 5px;
    }

    .magnetic-section17-list {
        flex-wrap: wrap;
    }

    .magnetic-section17 {
        padding: 70px 0px 140px;
    }

    .magnetic-section12-list .list-item {
        width: 100%;
    }

    .magnetic-section8-list .list-item {
        width: 100% !important;
    }

    .magnetic-section4 {
        flex-wrap: wrap;
    }

    .magnetic-section4-info {
        width: 100%;
        margin-left: 0px;
        padding: 0px;
    }

    .magnetic-section4 .pic {
        width: 100%;
        height: 250px;
    }

    .magnetic-section4-info .text {
        padding: 40px 15px 20px 15px;
    }

    .magnetic-section2-list .list-item h3 {
        font-size: 16px;
    }

    .analysis-box .maincon {
        padding: 0px 15px;
    }

    .analysis-section5-info .list-item h3 {
        min-height: auto;
    }

    .analysis-section5-info .list-item {
        width: 100%;
    }

    .analysis-section5-info.info-style2 .list-item {
        width: 100%;
    }

    .analysis-section2-list .list-text .list-content-box {
        flex-wrap: wrap;
        justify-content: center;
    }

    .analysis-section2-list .list-text .list-content-box .pic {
        width: 260px;
        padding-bottom: 260px;
        max-width: 100%;
    }

    .analysis-section2-list .list-text .list-content-box .text {
        width: 100%;
        margin-bottom: 10px;
    }

    .push {
        display: none;
        margin-top: 130px;
    }

    .carousel .thanksgiving-item .pic2 {
        width: 240px;
        max-width: 100%;
        bottom: 40px;
    }

    .carousel .thanksgiving-item .thanksgiving-banner-content .more {
        margin-top: 20px
    }

    .carousel .thanksgiving-item .thanksgiving-banner-content .banner-title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .carousel .thanksgiving-item .thanksgiving-banner-content p {
        padding: 0px 0px;
        margin-bottom: 20px;
    }

    .carousel .thanksgiving-item:before {
        content: none;
    }

    .video-info .video-info-btn {
        width: 100%;
    }

    .video-info .video-info-time {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .video-info {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .video-library-list .list-box {
        flex-wrap: wrap;
        justify-content: center;
    }

    .video-library-list .list-box .pic {
        width: 230px;
        padding-bottom: 200px;
        max-width: 100%;
        margin-bottom: 30px
    }

    .video-library-list .list-box .text {
        width: 100%;
    }

    .video-library-list .list-box .text h2 {
        font-size: 18px;
    }

    .carousel .materials-item .materials-banner .materials-banner-list p {
        width: 100%;
    }

    .carousel .materials-item .materials-banner .materials-banner-list {
        width: 100%;
    }

    .carousel .materials-item .materials-banner .style1 {
        margin-bottom: 10px;
    }

    .carousel .materials-item .materials-banner .materials-banner-title {
        margin-bottom: 10px;
    }

    .carousel .materials-item .materials-banner .materials-banner-title span {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .carousel .materials-item .materials-banner .materials-banner-title h2 {
        font-size: 25px;
    }

    .latest-updates .latest-title {
        font-size: 20px;
    }

    .knowledge-list .list-item .text {
        width: 100%;
        min-height: auto;
        padding: 0px 0px;
    }

    .knowledge-list .list-item .pic {
        height: 180px;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .knowledge-list .list-item {
        flex-wrap: wrap;
        padding: 30px 20px 15px;
    }

    .info-item1 .item-list p {
        font-size: 16px;
    }

    .info-item1 .item-list {
        width: 100%;
        margin-bottom: 15px;
    }

    .info-item1 {
        flex-wrap: wrap;
    }

    .mainsection3-list .swiper-slide .text .text-item {
        width: 100%;
    }

    .mainsection3-list .swiper-slide .text {
        flex-wrap: wrap;
        padding: 10px 15px 22px;
    }

    .carousel-compliance {
        width: 100%;
        padding: 150px 15px 0px;
    }

    .flyerlist .listitem a {
        flex-wrap: wrap;
        justify-content: center;
    }

    .flyerlist .pic {
        margin-right: 0px;
        margin-bottom: 20px;
        width: 140px;
    }

    .flyerlist .text h4 {
        text-align: center;
        line-height: 24px;
    }

    .slist .list-item {
        flex-wrap: wrap;
    }

    .slist .list-item > p {
        width: 100%;
    }

    .slist .list-item .list-text {
        width: 100%;
        margin-bottom: 20px;
    }

    .slist .list-item:nth-child(2n) {
        flex-direction: row;
    }

    .apply {
        flex-direction: column;
    }

    .apply span.applytitle {
        margin-bottom: 15px;
        text-align: center;
        font-size: 18px;
    }

    .searchli span {
        width: 100%;
        margin-right: 0px !important;
    }

    .contentinquiry {
        padding: 20px 15px;
    }

    .servicestitle h2, .servicestitle h1 {
        font-size: 22px !important;
    }

    .childlist a {
        width: 49%;
        margin-right: 2%;
    }

    .childlist a:nth-child(3n) {
        margin-right: 2%;
    }

    .childlist a:nth-child(2n) {
        margin-right: 0px;
    }

    .material ul li.lides {
        width: 100%;
        height: auto;
        padding: 35px 15px;
    }

    .material ul li.expertise {
        height: 100px;
    }

    .material ul li:last-child {
        width: 100%;
    }

    .keep {
        padding: 25px 15px;
    }

    .keeptext {
        width: 100%;
    }

    .keepemail {
        width: 100%;
        height: 40px;
    }

    .pagebanner {
        display: none;
        margin-top: 130px;
    }

    .indexpart3 ul {
        padding-bottom: 20px;
    }

    .indexpart3 ul li {
        width: 100%;
        border-right: none;
        height: auto;
        margin-bottom: 5px;
    }

    .indexpart3 ul li:nth-child(1) {
        margin-bottom: 0px;
    }

    .indexpart3 ul li:nth-child(2) {
        width: 100%;
    }

    .indextechniques1 {
        width: 48%;
        margin-right: 4%;
    }

    .indextechniques2 {
        width: 48%;
        margin-right: 0px;
    }

    .indextechniques3 {
        width: 100%;
        margin-bottom: 30px;
    }

    .indexquality ul li {
        width: 50%;
    }

    .indexquality ul li:nth-child(1), .indexquality ul li:nth-child(2) {
        border-bottom: 1px solid #f1b41c;
    }

    .maincon {
        padding: 0px 15px;
    }

    .indexserverli {
        width: 100%;
    }

    .maintitle {
        font-size: 22px;
    }

    .indexbanner h1 {
        font-size: 22px;
        width: 100%;
        text-align: center;
        padding: 0px 15px;
    }

    .indexbanner p {
        font-size: 15px;
        width: 100%;
        text-align: center;
        padding: 0px 15px;
    }

    .navs > ul > li:nth-child(2) > ul > li {
        width: 100%;
        margin-right: 0%;
    }

    .logobox {
        height: auto;
        padding: 15px 15px;
    }

    /*.logo {*/
    /*    width: 100%;*/
    /*    margin-bottom: 20px;*/
    /*}*/
    .logo img {
        height: 45px;
        width: auto;
        display: block;
        margin: auto;
    }

    .mobile-search-icon {
        display: inline-block;
        border: none;
        background: url(../images/search-white.svg) no-repeat center center / 65%;
        width: 40px;
        height: 40px;
        float: right;
        cursor: pointer;
    }

    .mobile-search-icon.active {
        background: url(../images/icon-close-white.svg) no-repeat center center / 55%;
    }

    .search {
        display: none;
        width: 100%;
        position: fixed;
        left: 0;
        top: 72px;
        height: auto;
        padding: 10px;
        background: #fff;
    }

    .search form input {
        background-color: #f2f2f2;
    }

    .sp_nav {
        margin-top: 9px;
        margin-left: 25px;
    }
}


@media screen and (max-width: 600px) {


.info-item5 .style1{
	min-width: auto;
	max-width: 100%;
}
.magnetic-section35-list .list-item .text .text-btn{
	padding: 0px 10px;
}
.magnetic-section35-list .list-item{
	width: 100%;
	padding: 10px 10px 60px;
}
.magnetic-section33-list .list-title .list-item{
	width: 100%;
}
.magnetic-section31-info .text .list-item{
	column-gap: 10px;
    padding: 20px 10px;
}
.magnetic-section26 .list-item .pic{
	padding-bottom: 90%;
}
.magnetic-section26 .list-item{
	width: 100% !important;
}
.magnetic-section25-info .text{
    padding: 30px 15px 15px;
}
    .magnetic-section22-list .list-item {
        width: 100%;
    }

    .magnetic-section22-info .text {
        margin: 0px;
    }

    .magnetic-section22-info .pic {
        width: 100%;
    }

    .magnetic-section21-list .list-item {
        flex-wrap: wrap;
        justify-content: center;
    }

    .magnetic-section21-list .list-item .pic {
        margin-bottom: 15px;
    }

    .magnetic-section21-list .list-item .text {
        width: 1000%;
        margin-left: 0px;
        padding: 20px 10px 5px 10px;
        height: auto;
    }

    .magnetic-section19-list .list-box {
        width: 100%;
    }

    .magnetic-section18-list .list-box .text p {
        font-size: 16px;
    }

    .magnetic-section18-list > .row > div {
        width: 100%;
    }

    .magnetic-section14-list .list-item .text .style1 {
        padding-bottom: 5px;
    }

    .magnetic-section14-list .list-item .text {
        padding: 20px 10px;
    }

    .magnetic-section13-list .list-item {
        column-gap: 10px;
    }

    .magnetic-section13-list .list-item .list-icon {
        width: 35px;
        height: 35px;
    }

    .magnetic-section13-info {
        padding: 50px 10px 10px;
    }

    .magnetic-section8-info {
        padding: 25px 15px 20px;
    }

    .magnetic-section7-list .swiper-slide .slide-text p {
        font-size: 14px;
        line-height: 24px;
    }

    .magnetic-section7-list {
        padding-bottom: 40px;
    }

    .magnetic-section7-list .swiper-slide:after {
        content: none;
    }

    .magnetic-section7-list .swiper-slide {
        padding: 30px 10px 15px;
    }

    .magnetic-section7-list .swiper-container {
        padding: 10px 0px;
    }

    .magnetic-section5-list .list-item {
        width: 100%;
    }

    .magnetic-section4-info .text-list .list-info {
        width: 100%;
        margin-top: 15px;
    }

    .magnetic-section4-info .text-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .magnetic-section3-list .list-item {
        width: 100%;
    }

    .magnetic-section1-info .info-list .list-item {
        width: 100%;
    }

    .analysis-section8-list .list-item {
        width: 100%;
    }

    .analysis-section7-list .swiper-slide {
        padding-bottom: 60px;
    }

    .analysis-section7-list {
        padding: 0px 10px;
    }

    .analysis-section6-info .info-text {
        padding: 40px 10px 20px;
    }

    .analysis-section3-list .list-item {
        padding: 26px 15px 1px;
    }

    .carousel .materials-item .materials-banner .materials-banner-title span {
        font-size: 20px;
    }

    .carousel .materials-item .materials-banner .materials-banner-title h2 {
        font-size: 20px;
    }

    .info-item2-text {
        padding: 30px 15px;
    }

    .info-item2 {
        padding: 40px 20px;
    }

    .careers img {
        width: 100%;
    }

    .careers table.listtable tr td {
        display: block;
        width: 100%;
    }

    .careers table.listtable tr td:nth-child(1) {
        width: 100%;
    }

    .codebox .glyphicon {
        right: 160px;
        top: 60%;
    }

    .related a {
        width: 100%;
        padding-bottom: 65%;
        margin-bottom: 20px;
    }

    .piclist .pics {
        width: 100%;
        margin-right: 0px !important;
        padding-bottom: 0px;
        text-align: center;
    }

    .piclist .pics img {
        position: static;
        transform: none;
        max-width: 80%;
        max-height: 170px;
        object-fit: contain;
    }

    .childlist a {
        width: 100%;
        margin-right: 0px !important;
    }

    table.listtable tr td:nth-child(1) {
        width: 100px;
    }

    table.listtable td, table.listtable tr {
        padding: 10px 5px;
    }

    .services-container h2, .services-container h3, .services-container h4, .services-container h5, .services-container h6 {
        font-size: 18px;
    }

    .material>ul>li {
        width: 100%;
        height: auto;
        padding: 35px 15px !important;
    }

    .material ul li.lilist .lilisttitle {
        height: auto;
        margin-bottom: 20px;
    }

    .material ul li.lilist .lilisttext {
        height: auto;
    }

    .material ul li.lilist .lilistview {
        margin: 20px auto 0px;
    }

    .material ul li.lipic {
        height: 200px;
        padding: 0px 0px !important;
    }

    .indexserverli span {
        width: 100%;
    }

    .indexquality ul li img {
        height: 40px;
    }

    .contactform .forms1 .forminput {
        width: 100%;
        margin-bottom: 25px;
    }

    .contactform .forms1 .forminput:nth-child(3) {
        margin-top: 0px;
    }

    .contactform .forms1 {
        margin-bottom: 0px;
    }

    .codebox img.verifycoderefresh {
        height: 30px
    }

    .contactform .formsub button {
        padding: 8px 20px;
    }

    .keepemail button {
        width: 110px;
    }

    .interpretation ul li {
        width: 100%;
        margin-right: 0px !important;
        padding-bottom: 72%;
    }
}

@media screen and (max-width: 400px) {
    .magnetic-section14-list .list-item .pic {
        padding-bottom: 90%;
    }
}

