.pro_loading{
	position: relative;
}
.pro_loading:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	animation: spinnerFour 1s linear infinite;
	border: solid 7px transparent;
	border-top: solid 7px #4c4988;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	z-index: 3;
}
.fetching{
	position: relative;
}
.fetching:after {
	content: '';
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
    backdrop-filter: blur(1px);
    z-index: 2;
    background: rgba(255,255,255,.5);
}

@keyframes spinnerFour {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-content-html .productlist-references-title{
	font-size: 20px;
    font-weight: bold;
}
.page-content-html .productlist .inqyuiry-btn{
	padding: 5px 15px;
	background-color: #e93470;
	color: #fff;
	display: inline-block;
	line-height: 20px;
	border-radius: 4px;
}
.page-content-html .productlist .inqyuiry-btn:hover{
	background-color: #4c4988;
	color: #fff;
}

table {
  border-collapse: collapse; margin: 5px 0 0; width: 100%; border: 1px solid #ddd;margin-bottom: 20px;}

table tr,
table th,
table td {
  border: none;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 28px;
}
table th,
table td {
  padding: 10px 12px;
  text-align: left;
}
table th {
  background: #4c4988;
  color: #fff;
  padding: 8px 12px;
}
table tr td {
  background: #fff;
  color: #333;
}
table tr td a{
  color:#0d94e0;
  text-decoration:none;
}
table tr td a:hover{
  color:#e93470;
  text-decoration:none;
}
table tr:nth-of-type(2n+2) td {
  background: #f9f9f9;
}



.fc-site-primary {
    color: #323066;
}

.fc-site-auxiliary {
    color: #e36b98;
}

.fc-red {
    color: #e93470
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url("fonts/HelveticaNeueLTPro-Lt.eot?2yz2tg");
    src: url("fonts/HelveticaNeueLTPro-Lt.eot?2yz2tg#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueLTPro-Lt.ttf?2yz2tg") format("truetype"), url("fonts/HelveticaNeueLTPro-Lt.woff?2yz2tg") format("woff"), url("fonts/HelveticaNeueLTPro-Lt.svg?2yz2tg#HelveticaNeueLTPro") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

* {
    margin: 0;
    padding: 0
}

body {
    font-family: 'HelveticaNeue', Helvetica, sans-serif, serif;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 1.7;
    color: #061a3e
}

@media screen and (max-width:991px) {
    body {
        font-size: 16px
    }
}

ul,
ol {
    margin-left: 0;
    margin-right: 0
}

a {
    color: #0d94e0
}

a:hover {
    color: #e93470;
    text-decoration: none
}

a:active,
a:visited {
    outline: 0;
    text-decoration: none
}

.form-control {
    border-radius: 3px;
    height: 38px;
    border-color: #ddd;
    box-shadow: none
}
.successinfo{
    border: 1px solid #ccc;
    padding: 20px 20px;
    margin-top: 30px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated {
    visibility: visible;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running
}
.site-header .logo img{
    width: auto;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    animation-delay: .3s
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.blank-10 {
    height: 10px;
    width: 100%
}

.blank-20 {
    height: 20px;
    width: 100%
}

.blank-40 {
    height: 40px;
    width: 100%
}

.site-header-fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%
}

.site-top {
    font-size: .85em;
    line-height: 20px;
    margin-bottom: 25px;
    overflow: hidden
}

.site-top span {
    position: relative;
    padding-left: 18px
}

.site-top span i {
    font-style: normal
}

.site-top span.fax {
    margin-left: 20px
}

.site-top span::before {
    position: absolute;
    left: 0;
    top: -5px;
    font-family: 'icomoon' !important;
    color: #fff
}

.site-top span.address::before {
    content: '\e900'
}

.site-top span.tel::before {
    content: '\e901'
}

.site-top span.fax::before {
    content: '\e902'
}

.site-top span.email::before {
    content: '\e903';
    color: #061a3e
}

.site-top .left {
    text-align: right;
    padding-top: 8px;
    padding-bottom: 8px
}

.site-top .right {
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff
}

.site-top .right:after {
    content: ' ';
    position: absolute;
    z-index: -1;
    top: 0;
    right: -10px;
    width: 100%;
    height: 100%;
    background-color: #323066;
    opacity: 1;
    transform: skew(-12deg)
}

@media screen and (max-width:991px) {


    .site-top {
        background-color: #323066;
        color: #fff
    }
    .site-top .col-md-6 {
        display: inline-block
    }
    .site-top .left {
        text-align: left;
        padding-left: 30px
    }
    .site-top .left a {
        color: #fff
    }
    .site-top .left span.email::before {
        content: '\e903';
        color: #fff
    }
    .site-top .right {
        padding-left: 0
    }
}

@media screen and (max-width:540px) {
    .site-top .right {
        padding-top: 0;
        margin-left: 30px
    }
}

.site-header {
    position: relative;
    z-index: 999;
    width: 100%;
    transition: all .2s ease-out;
    padding: 15px 0
}

.site-header .logo {
    margin-top: 20px
}

.site-header .logo img {
    transition: all ease-out .3s
}

.site-header>.container,
.site-header>.container>.row,
.site-header>.container>.row>.col-md-10,
.site-header>.container>.row>.col-md-10>.site-nav,
.site-header>.container>.row>.col-md-10>.site-nav>.navbar,
.site-header>.container>.row>.col-md-10>.site-nav>.navbar>.navbar-nav {
    position: static
}

.site-header>.container>.row>.col-md-10 {
    padding: 0;
}

.site-nav {
    font-size: 1.2em
}

.site-nav .navbar {
    background: 0;
    border: 0;
    margin-bottom: 0;
    min-height: initial
}

.navbar-header .navbar-toggle {
    border-color: #fff
}

.navbar-header .navbar-toggle .icon-bar {
    background-color: #fff
}

.site-nav .navbar .navbar-nav {
    margin-right: -16px
}

.site-nav .navbar .navbar-nav li a,
.site-nav .navbar .navbar-nav li a:hover {
    color: #fff
}

.site-nav .navbar .navbar-nav li.dropdown:nth-child(3) .nav-image {
    width: 25%
}

.site-nav .navbar .navbar-nav li.dropdown:nth-child(3) .nav-list {
    width: 75%;
    padding-left: 30px
}

.site-nav .navbar .navbar-nav li.dropdown:nth-child(3) .nav-list>ul>li {
    width: 33%;
    position: relative;
}

/*.site-nav .navbar .navbar-nav li.dropdown:nth-child(7) .nav-image {
    width: 25%
}

.site-nav .navbar .navbar-nav li.dropdown:nth-child(7) .nav-list {
    width: 75%;
    padding-left: 30px
}

.site-nav .navbar .navbar-nav li.dropdown:nth-child(7) .nav-list>ul>li {
    width: 33%;
    position: relative;
}*/

.site-nav .navbar .dropdown-menu .nav-list>ul>li>a{
    margin-bottom: 5px;
    display: inline;
}
.site-nav .navbar .dropdown-menu .nav-list>ul>li>span{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 18px;
}
.site-nav .navbar .dropdown-menu .nav-list>ul>li>ul>li{
    width: 100%;
    border-bottom: none;
    padding: 5px 5px;
}
.site-nav .navbar .dropdown-menu .nav-list>ul>li>ul>li a{
    margin-bottom: 0px;
}


.site-nav .navbar .navbar-nav li.dropdown:nth-child(5) .nav-list,
.site-nav .navbar .navbar-nav li.dropdown:nth-child(6) .nav-list,
.site-nav .navbar .navbar-nav li.dropdown:nth-child(7) .nav-list,
.site-nav .navbar .navbar-nav li.dropdown:nth-child(8) .nav-list,
.site-nav .navbar .navbar-nav li.dropdown:nth-child(9) .nav-list {
    padding-left: 96px
}


.site-nav .navbar .navbar-nav li.dropdown:nth-child(5) .nav-list li,
.site-nav .navbar .navbar-nav li.dropdown:nth-child(6) .nav-list li,
.site-nav .navbar .navbar-nav li.dropdown:nth-child(7) .nav-list li,
.site-nav .navbar .navbar-nav li.dropdown:nth-child(8) .nav-list li,
.site-nav .navbar .navbar-nav li.dropdown:nth-child(9) .nav-list li {
    width: 400px;
    float: initial
}

.site-nav .navbar .navbar-nav li.dropdown:nth-child(5) .nav-image,
.site-nav .navbar .navbar-nav li.dropdown:nth-child(6) .nav-image,
.site-nav .navbar .navbar-nav li.dropdown:nth-child(7) .nav-image,
.site-nav .navbar .navbar-nav li.dropdown:nth-child(8) .nav-image,
.site-nav .navbar .navbar-nav li.dropdown:nth-child(9) .nav-image, {
    height: 250px;
    overflow: hidden
}
.site-nav .navbar .dropdown-menu {
    position: absolute;
    width: 100%;
    top: calc(100% - 16px);
    left: 0;
    background-color: rgba(76, 73, 136, 0.97);
    border: 0;
    border-top: .5px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    padding: 15px 15px 30px 15px;
    border-radius: 0;
    max-height: calc(100vh - 150px);
    overflow: auto;
}

.site-nav .navbar .dropdown-menu .nav-image {
    margin: 14px 0
}

.site-nav .navbar .dropdown-menu li {
    box-sizing: border-box;
    list-style: none;
    padding: 7px 5px;
    float: left;
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.site-nav .navbar .dropdown-menu li:hover {
    background-color: rgba(255, 255, 255, 0.1)
}

.site-nav .navbar .dropdown-menu li a {
    font-size: 15px;
    color: #fff;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 8px;
}

.site-nav .navbar .dropdown-menu li a:hover {
    color: #ff909c
}

.site-nav .navbar .dropdown-search {
    position: static
}

.site-nav .navbar .dropdown-search a i.icon-search {
    color: #e36b98
}

.site-nav .navbar .dropdown-search .dropdown-menu {
    width: 100%;
    background-color: #fff
}

.site-nav .navbar .navbar-nav>li {
    position: static
}

.site-nav .navbar .navbar-nav>li>a:hover {
    background: 0
}

.site-nav .navbar .navbar-nav>li:last-child a:before {
    content: ''
}

.site-nav .nav>a,
.site-nav .nav>a:hover,
.site-nav .nav .open>a,
.site-nav .nav .open a:hover {
    color: #323066;
    background-color: transparent
}

.nav>li>a:focus {
    background-color: transparent
}
.site-nav .navbar .navbar-nav>li.nav-style2 .dropdown-menu .nav-list>ul{
	display: flex;
	flex-wrap: wrap;
}
.site-nav .navbar .navbar-nav>li.nav-style2 .dropdown-menu .nav-list>ul>li{
	width: 40%;
}
.site-nav .navbar .navbar-nav>li.nav-style2 .dropdown-menu .nav-list>ul>li:nth-child(2n){
	width: 60%;
}
.isStuck {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    padding-top: 15px;
    padding-bottom: 0;
    background-color: rgba(50, 48, 102, 0.95);
    margin-top: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15)
}

.isStuck .logo {
    margin-top: 20px
}

.isStuck .navbar {
    margin-top: 0;
    min-height: 0
}

.navbar-toggle {
    border-color: #fff;
    width: 44px;
    height: 34px;
    margin-right: 0px;
    margin-top: 4px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
    transition: all ease 0.35s;
}

.isStuck .navbar .dropdown a {
    color: #fff
}

.isStuck .navbar-nav>li>a {
    color: #fff
}
.navbar-toggle.downnav{
    position: relative;
}
.navbar-toggle.downnav .icon-bar{
    position: absolute;
}
.navbar-toggle.downnav .icon-bar:nth-child(1){
    top: 50%;
    transform: rotate(45deg);
    margin-top: 0px;
}
.navbar-toggle.downnav .icon-bar:nth-child(2){
    width: 0px;
    margin-top: 0px;
}
.navbar-toggle.downnav .icon-bar:nth-child(3){
    top: 50%;
    transform: rotate(-45deg);
    margin-top: 0px;
}

/*.isStuck .navbar-nav>li>a:hover,
.isStuck .navbar-nav>li.open>a:hover,
.isStuck .navbar-nav>li.open>a:focus,
.isStuck .navbar-nav>li.open>a:active,
.isStuck .navbar-nav>li.open>a:visited,
.isStuck .navbar-nav>li.open>a {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1)
}*/

.navbar-collapse {
    max-height: 70vh
}

.navbar-collapse.in {
    /*background-color: #323066;*/
    overflow-x: hidden
}

.navbar-collapse.in .navbar-nav>li>a {
    color: #fff
}
.navbar-nav>li>span{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #fff;
}


.navbar-collapse.in .navbar-nav>li.on>a,
.navbar-collapse.in .navbar-nav>li.on>a:hover,
.navbar-collapse.in .navbar-nav>li.on>a:focus,
.navbar-collapse.in .navbar-nav>li.on>a:active,
.navbar-collapse.in .navbar-nav>li.on>a:visited,
.navbar-collapse.in .navbar-nav>li.open>a {
    color: #fff;
    background-color: transparent
}

.navbar-collapse.in .dropdown-menu {
    position: initial;
    float: initial;
    overflow: hidden
}

.productlist{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.productlist .list{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.productlist .list:nth-child(2n){
    flex-direction: row-reverse;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
}
.productlist .list .pic{
    width: 38%;
    height: auto;
}
.productlist .list .pic img{
    width: 100%;
    height: auto;
}
.productlist .list .text{
    width: 58%;
    height: auto;
}
.productlist .list .text>a{
    display: inline-block;
    padding: 4px 12px;
    font-size: 14px;
    color: #fff;
    background-color: #337ab7;
}
.productlist .list .text>a:hover{
    background: #e93470;
}
.productlist .list .text h3{
    margin-top: 0px;
    font-size: 18px;
}
.footnav{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.footnav>div:nth-child(2){
    margin-left: 120px;
}
.leftnav{
    padding: 15px 10px;
    /*box-shadow: 1px 3px 6px #f0f0f0;*/
    border-radius: 5px;
    border: 1px solid #ececec;
}
.leftnavtitle{
    color: #fff;
    background-color: #4c4988;
    border-color: #4c4988;
    border-radius: 0.25rem;
    padding: 10px 8px;
    display: flex;align-items: center;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.leftnavtitle a{
    color: #fff;
    /*text-transform: uppercase;*/
    font-weight: bold;
    font-size: 20px;
}
.leftnavli{
    width: 100%;
    height: auto;
    padding: 0px 6px;
}
.leftnavli>ul{
    width: 100%;
    height: auto;
}
.leftnavli ul li a{
    font-size: 16px;
    line-height: 22px;
    color: #2f2725;
    display: inline-block;
    max-width: 95%;
    letter-spacing: 0px;
}
.leftnavli ul{
    margin-top: 5px;
    margin-bottom: 7px;
}
.leftnavli ul li{
    width: 100%;
    height: auto;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 10px;
    position: relative;
    list-style: none;
}
.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 #e2e2e2;
    margin-bottom: 10px;
}
.leftnavli ul li span{
    float: right;
    position: relative;
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}
.leftnavli ul li span::before{
    content: "+";
    color: #062134;
    font-weight: bold;
    right: 15px;
    cursor: pointer;
}
.leftnavli ul li span.down::before{
    content: "-";
    color: #004b8d;
}
.leftnavli ul li ul{
    display: none;
    padding-left: 8px;
}
.leftnavli>ul>li>a{
    /*font-weight: bold;*/
}
.leftnavli>ul>li>ul>li>a{
    color: #000000;
}
.leftnavli>ul>li>ul>li>ul>li>a{
    color: #000;
}
.leftnavli>ul>li>ul>li>ul>li>ul>li>a{
    color: #000000;
}
.leftnavli>ul>li>ul>li>ul>li>ul>li>ul>li>a{
    color: #000000;
}
.leftnavli ul li a:hover{
    /*text-decoration: underline;*/
    color: #e93470;
}
.leftnavli>ul>li{
    padding: 10px 0px;
    margin-bottom: 0px;
}
.leftnavli ul li ul li{
    padding: 8px 0px;
    margin-bottom: 0px;
}
.leftnav-form{
    padding: 15px 10px;
    /*box-shadow: 1px 3px 6px #f0f0f0;*/
    border-radius: 5px;
    margin-top: 35px;
    border: 1px solid #ececec;
}
.leftnav-form .Quote-Number,.leftnav-form .Quantity{
    display: none;
}
.leftnav-form form{
    margin-top: 20px;
    padding: 0px 5px;
}
.leftnav-form form .form-group label{
    width: 100%;
    padding-top: 0px;
    margin-bottom: 5px;
    text-align: left;
    padding-left: 5px;
    padding-right: 0px;
    font-size: 15px;
    display: none;
}
.leftnav-form form .form-group{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}
.leftnav-form form .form-group>div{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.leftnav-form form .form-group input{
    font-size: 16px;
}
.leftnav-form form .form-group textarea{
    height: 100px;
    font-size: 16px;
}
.leftnav-form form .btngroup{
    margin-top: 20px;
}
.leftnav-form form .btngroup label{
    display: none;
}
.leftnav-form form .site-btn{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.leftnav-form form .site-btn:after{
    height: 40px;
    line-height: 40px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}
.leftnav-form .verification-code .checkright,
.leftnav-form .verification-code .checkerror {
    left: 40%;
}



@media screen and (min-width:768px) {
    .site-nav {
        float: right
    }
    /*.navbar-nav>li{*/
    /*    margin-left: 5px;*/
    /*}*/
    .navbar-nav>li>a {
        padding: 20px 3px;
        display: inline-block;
        font-size: 16px;
    }
    .navbar-nav>li:hover{
        background-color:rgb(76 73 136 / 70%);
    }
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(3) .dropdown-menu{
        max-height: none;
        overflow: inherit;
    }
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(3) .nav-list{
        width: 75%;
        padding-right: 0px;
        padding-left: 10px;
    }
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(3) .nav-list>ul{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(3) .nav-list>ul>li{
        padding: 7px 5px 7px 10px;
        width: 31%;
        border-bottom: none;
    }
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(3) .nav-list>ul>li>a{
        font-size: 17px;
        color: #ff83ac;
        font-weight: bold;
    }
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(3) .nav-list>ul>li>a:hover{
        color: #fff;
    }
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(3) .nav-list>ul>li>span{
        display: none;
    }
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(3) .nav-list>ul>li>ul{
        display: inline-block !important;
        position: static;
        width: 100%;
        padding-left: 0px;
        margin-top: 6px;
    }

    /*.site-nav .navbar .navbar-nav li.dropdown:nth-child(7) .dropdown-menu{*/
    /*    max-height: none;*/
    /*    overflow: inherit;*/
    /*}*/
    /*.site-nav .navbar .navbar-nav li.dropdown:nth-child(7) .nav-list{*/
    /*    width: 75%;*/
    /*    padding-right: 0px;*/
    /*    padding-left: 10px;*/
    /*}*/
    /*.site-nav .navbar .navbar-nav li.dropdown:nth-child(7) .nav-list>ul{*/
    /*    width: 100%;*/
    /*    display: flex;*/
    /*    justify-content: space-between;*/
    /*    align-items: flex-start;*/
    /*}*/
    /*.site-nav .navbar .navbar-nav li.dropdown:nth-child(7) .nav-list>ul>li{*/
    /*    padding: 7px 5px 7px 10px;*/
    /*    width: 31%;*/
    /*    border-bottom: none;*/
    /*}*/
    /*.site-nav .navbar .navbar-nav li.dropdown:nth-child(7) .nav-list>ul>li>a{*/
    /*    font-size: 17px;*/
    /*    color: #ff83ac;*/
    /*    font-weight: bold;*/
    /*}*/
    /*.site-nav .navbar .navbar-nav li.dropdown:nth-child(7) .nav-list>ul>li>a:hover{*/
    /*    color: #fff;*/
    /*}*/
    /*.site-nav .navbar .navbar-nav li.dropdown:nth-child(7) .nav-list>ul>li>span{*/
    /*    display: none;*/
    /*}*/
    /*.site-nav .navbar .navbar-nav li.dropdown:nth-child(7) .nav-list>ul>li>ul{*/
    /*    display: inline-block !important;*/
    /*    position: static;*/
    /*    width: 100%;*/
    /*    padding-left: 0px;*/
    /*    margin-top: 6px;*/
    /*}*/


    .site-nav .navbar .dropdown-menu .nav-list>ul>li>ul>li{
        padding: 5px 0px;
        position: relative;
    }
    .site-nav .navbar .dropdown-menu .nav-list>ul>li>ul>li:hover{
        background: none;
    }
    .site-nav .navbar .dropdown-menu .nav-list>ul>li>ul>li ul{
        position: absolute;
        left: 100%;
        top: 0px;
        width: auto;
        min-width: 290px;
        background: #403d78;
        z-index: 999;
        display: none;
        padding: 0px 0px;
    }
    .site-nav .navbar .dropdown-menu .nav-list>ul>li>ul>li ul li{
        width: 100%;
        padding: 8px 10px;
    }
    .site-nav .navbar .dropdown-menu .nav-list>ul>li>ul>li ul li a{
        color: #fff;
        word-break: keep-all;
        white-space: nowrap;
    }
    .site-nav .navbar .dropdown-menu .nav-list>ul li ul li a{
        max-width: calc(100% - 8px);
    }
    .site-nav .navbar .dropdown-menu .nav-list>ul li ul li span{
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        color: #fff;
        position: absolute;
        right: 0px;
        top: 14px;
    }

}

@media screen and (min-width:1500px) {
    .container {
        width: 1450px;
    }
    .section-inner-wrap .container .row .col-md-4{
        padding-right: 30px;
    }
    .navbar-nav>li {
        margin-left: 10px;
    }
    /*.proList ul li{*/
    /*    margin-left: 10px;*/
    /*}*/
}


@media screen and (max-width:1200px) {
    .navbar-nav>li>a {
        padding-left: 4px;
        padding-right: 4px
    }
    .section-inner-wrap .container .row .col-md-3{
        width: 30%;
    }
    .section-inner-wrap .container .row .col-md-9{
        width: 70%;
    }
    .product-tags .row .col-md-4{
        width: 50%;
    }
}

@media screen and (max-width:1023px) {
    .navbar-nav>li>a {
        padding-left: 6px;
        padding-right: 6px
    }
    .navbar-nav>li {
        margin-left: 5px;
    }
}

@media screen and (min-width:992px) {
    .site-header .navbar-nav li.dropdown:nth-child(3) .nav-image {
        width: 25%
    }
    .site-header .navbar-nav li.dropdown:nth-child(3) .nav-list {
        width: 75%;
        padding-left: 30px
    }
    .site-header .navbar-nav li.dropdown:nth-child(3) .nav-list>ul>li {
        width: 33%
    }

}

@media screen and (max-width:991px) {


    .leftnav-form .verification-code .checkright,
    .leftnav-form .verification-code .checkerror {
        left: 45%;
        top: 2px;
    }
    .verification-code .checkright,
    .verification-code .checkerror {
        left: 45% !important;
        top: 2px !important;
    }
    .product-tags .row .col-md-4{
        width: 100%;
    }
    .section-inner-wrap .container .row .col-md-3{
        width: 100%;
        margin-bottom: 5px;
    }
    .section-inner-wrap .container .row .col-md-9{
        width: 100%;
    }
    .footnav{
        flex-wrap: wrap;
    }
    .footnav>div{
        width: 100%;
        margin-top: 25px;
    }
    .footnav>div:nth-child(2) {
        margin-left: 0px;
    }
    .section-footer .title {
        font-size: 1.2em !important;
    }
    .site-header {
        padding-left: 0;
        padding-right: 0;
        padding-top: 5px;
        padding-bottom: 20px
    }
    .site-header .navbar-nav>li>a {
        padding-left: 6px;
        padding-right: 6px
    }
    .site-nav .navbar .navbar-nav {
        margin-right: auto;
        margin-left: auto
    }
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(3) .nav-list>ul>li>ul{
        position: static;
    }
    .site-nav .navbar .dropdown-menu .nav-list>ul>li>ul>li:last-child{
        border-bottom: 1px solid rgb(255 255 255 / 0%);
    }
    .site-nav .navbar .navbar-nav li .dropdown-menu {
        top: initial
    }
    .site-nav .navbar .navbar-nav li .dropdown-menu .container{
        width: 100%;
    }
    .site-nav .navbar .navbar-nav li .dropdown-menu li {
        width: 100%
    }
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(3) .nav-image,
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(4) .nav-image,
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(5) .nav-image,
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(6) .nav-image,
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(7) .nav-image {
        width: 100%;
        display: none;
    }
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(3) .nav-list,
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(4) .nav-list,
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(5) .nav-list,
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(6) .nav-list,
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(7) .nav-list {
        width: 100%;
        padding-left: 15px
    }
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(3) .nav-list li,
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(4) .nav-list li,
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(5) .nav-list li,
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(6) .nav-list li,
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(7) .nav-list li {
        width: 100%
    }
    
    .site-nav .navbar .navbar-nav>li.nav-style2 .dropdown-menu .nav-list>ul>li{
		width: 100%;
	}
	.site-nav .navbar .navbar-nav>li.nav-style2 .dropdown-menu .nav-list>ul>li:nth-child(2n){
		width: 100%;
	}
}

@media screen and (max-width:767px) {

    p{
        font-size: 15px;
    }
    .productlist .list{
        flex-wrap: wrap;
        margin-bottom: 35px;
    }
    .productlist .list .pic {
        width: 100%;
        margin-bottom: 25px
    }
    .productlist .list .text {
        width: 100%;
    }
    .productlist .list:nth-child(2n) {
        flex-direction: row;
        border-bottom: 0px solid #e6e6e6;
    }

    .site-header>.container>.row>.col-md-10{
        position: relative;
    }
    .site-nav {
        position: absolute !important;
        width: 100%;
        z-index: 99;
        margin-top: 15px;
        padding-bottom: 50px
    }
    .navbar-collapse{
        background-color: #323066;
    }
    .site-nav .navbar .navbar-nav>li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1)
    }
    .navbar-collapse.in .dropdown-menu{
        overflow: auto;
    }
    .site-nav .navbar .navbar-nav li .dropdown-menu .container{
        padding: 0px 0px;
    }
    .site-nav .navbar .navbar-nav>li#dropdown-132,
    .site-nav .navbar .navbar-nav>li#dropdown-133,
    .site-nav .navbar .navbar-nav>li#dropdown-134 {
        position: relative
    }
    .site-nav .navbar .navbar-nav>li#dropdown-132:after,
    .site-nav .navbar .navbar-nav>li#dropdown-133:after,
    .site-nav .navbar .navbar-nav>li#dropdown-134:after {
        z-index: 999;
        content: '+';
        display: inline-block;
        position: absolute;
        color: rgba(255, 255, 255, 0.8);
        height: 20px;
        width: 20px;
        right: 16px;
        top: 14px;
        border: 1px solid rgba(255, 255, 255, 0.8);
        line-height: 14px;
        text-align: center;
        cursor: pointer
    }
    .site-nav .navbar .navbar-nav>li#dropdown-132.open:after,
    .site-nav .navbar .navbar-nav>li#dropdown-133.open:after,
    .site-nav .navbar .navbar-nav>li#dropdown-134.open:after {
        content: '-'
    }
    .site-nav .navbar .navbar-nav>li#dropdown-132.open .dropdown-menu,
    .site-nav .navbar .navbar-nav>li#dropdown-133.open .dropdown-menu,
    .site-nav .navbar .navbar-nav>li#dropdown-134.open .dropdown-menu {
        display: block
    }
    .site-nav .navbar .navbar-nav>li>a {
        padding-top: 14px;
        padding-bottom: 14px;
        z-index: 1;
        display: inline-block;
    }
    .navbar-nav>li>span{
        float: right;
        margin-top: 20px;
    }
    .site-nav .navbar .navbar-nav>li>a .caret {
        display: none
    }
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(3) .nav-list>ul>li {
        width: 100%;
        padding-right: 20px;
    }
    .site-header .logo{
        display: inline-block;
    }
    .navbar-header{
        float: right;
        margin-top: 20px;
    }
    .nav-list ul li ul{
        display: none;
    }
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(3) .nav-list>ul>li>ul{
        padding-left: 15px;
    }
    .site-nav .navbar .dropdown-menu .nav-list>ul>li>ul>li ul{
        display: block;
        padding-left: 15px;
    }
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-inner .active {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.section-index-banner {
    color: #fff;
    overflow: hidden
}

.section-index-banner .carousel-inner {
    position: relative
}

.section-index-banner .item {
    width: 100vw;
    height: 100vh;
    min-height: 650px
}

.section-index-banner .item:hover:after {
    width: 103%
}

.section-index-banner .item>img {
    min-width: 100vw;
    height: 100vh;
    max-width: initial
}

.section-index-banner .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top
}

.section-index-banner .item {
    background-image: url("../images/banner1.jpg?v=052605");
    background-image: -webkit-image-set(
            url("../images/banner1.webp") 1x
    );
    background-image: image-set(
            url("../images/banner1.jpg") 1x
    );
}
.section-index-banner .carousel-caption {
    text-shadow: none;
    text-align: left;
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0
}

.section-index-banner .inner {
    position: relative;
    z-index: 2;
    margin: auto;
    color: #fff
}

.section-index-banner .inner h1,
.section-index-banner .inner h2 {
    font-size: 2.4em;
    line-height: 1.5;
    margin: 10px auto;
    font-style: italic
}

.section-index-banner .inner p {
    margin-top: 50px
}

.section-index-banner .inner p a {
    font-size: 1em
}

.section-index-banner .inner a {
    color: #fff
}
.section-index-banner .carousel-indicators{
	display: none;
}
.section-index-banner .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #fff;
    border-color: transparent;
    transition: all ease-out .3s
}

.section-index-banner .carousel-indicators li.active {
    width: 24px;
    height: 10px;
    background-color: #e93470
}

.section-index-banner .carousel-control {
    z-index: 9;
    top: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 2em;
    text-shadow: none;
    display: none;
}

.section-index-banner .carousel-control.left,
.section-index-banner .carousel-control.right {
    background: 0;
    color: #fff
}

.section-index-banner .carousel-control.left span,
.section-index-banner .carousel-control.right span {
    color: #fff
}

.section-index-banner .carousel-control.left {
    left: 15px;
}

.section-index-banner .carousel-control.right {
    right: 15px;
}

.section-index-banner .carousel-control:hover {
    opacity: 1;
    background-color: #e36b98;
    color: #fff
}

@media screen and (max-width:991px) {
    .section-index-banner .inner {
        margin-top: 100px
    }
    .section-index-banner .inner h1,
    .section-index-banner .inner h2 {
        font-size: 2.2em
    }
}

.section-index-banner .item.thanksgiving-banner {
    background-image: url("../images/thanksgiving-banner.jpg");
}
.section-index-banner .item.thanksgiving-banner .thanksgiving-banner-pic{
	display: flex;
	justify-content: center;
	width: 1100px;
	max-width: 100%;
	margin: auto;
	margin-top: 70px;
}
.section-index-banner .item.thanksgiving-banner .thanksgiving-banner-pic img{
	width: 100%;
	height: auto;
}





.search-part .search-input {
    position: relative;
    width: 100%
}

.search-part .search-input input {
    width: 100%;
    height: 36px;
    padding-left: 10px;
    border: 0
}

.search-part .search-input input:focus {
    outline: 0;
    border: 0
}

.search-part .search-input button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 80px;
    height: 36px;
    color: white;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 0;
    overflow: hidden;
    background: 0
}

.search-part .search-input button:hover,
.search-part .search-input button:active,
.search-part .search-input button:visited {
    outline: 0;
    border: 0
}
.search-part .search-input button:hover:after{
    background: #e36b98;
}
.search-part .search-input button .icon-search {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    right: 28%;
    color: #fff
}

.search-part .search-input button:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 70px;
    top: 0;
    right: -10px;
    z-index: -1;
    background: #e93470;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    transform: skew(-12deg)
}

.isStuck .search-part .search-input {
    border-color: #122884
}
.searchbox{
    padding: 0px 0px;
}

@media screen and (max-width:991px) {
    .search-part {
        margin-top: -45px;
        width: 50%;
        float: right
    }
    .search-part .search-input input {
        width: 100%
    }
    .form-horizontal label{
        font-size: 15px;
    }
    .section-discovery-more h2 {
        font-size: 1.5em;
    }
}

@media screen and (max-width:767px) {
    .search-part {
        margin-top: 15px;
        width: 100%;
        float: initial;
        padding: 0px 15px;
    }
    .site-header .logo img{
        height: 40px;
    }
    .site-header .logo,.isStuck .logo {
        margin-top: 10px;
    }
    .navbar-header {
        margin-top: 10px;
    }
}

.site-btn {
    position: relative;
    z-index: 1;
    display: inline-block;
    background-color: #e36b98;
    height: 38px;
    line-height: 38px;
    padding: 0 80px 0 20px;
    color: #fff;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    cursor: pointer;
    overflow: hidden;
    font-size: 1em;
    font-style: italic;
    border: 0
}

.site-btn:after {
    font-family: 'icomoon' !important;
    content: '\e91c';
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    line-height: 38px;
    width: 50px;
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    font-style: normal
}

.site-btn:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 70px;
    top: 0;
    right: -10px;
    z-index: -1;
    background: #e93470;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
    transform: skew(-12deg)
}

.site-btn:hover {
    position: relative;
    z-index: 1;
    color: #fff;
    padding-right: 60px
}

.site-btn:hover:before {
    width: 110%
}

.site-btn:hover,
.site-btn:focus,
.site-btn:active {
    outline: 0;
    border: 0
}

.site-btn-blue {
    background-color: #0d94e0
}

.site-btn-blue:before {
    background-color: #1e3462
}

.section-index-aboutus {
    margin: 40px 0;
    overflow: hidden
}

.section-index-aboutus h2 {
    font-size: 2em;
    text-align: center;
    margin-top: 10px
}

.section-index-aboutus .image-item {
    position: relative;
    overflow: hidden;
    margin-top: 30px
}

.section-index-aboutus .image-item img {
    transition: all .3s ease-out
}

.section-index-aboutus .image-item .content {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 40%;
    padding: 30px 10px 30px 40px;
    color: #fff
}

.section-index-aboutus .image-item .content h3 {
    margin-top: 10px
}

.section-index-aboutus .image-item .content p {
    font-style: italic
}

.section-index-aboutus .image-item .content p a {
    color: #fff;
    -webkit-transition: .3s margin-left ease-out;
    -o-transition: .3s margin-left ease-out;
    transition: .3s margin-left ease-out
}

.section-index-aboutus .image-item .content p a:hover {
    margin-left: 8px
}

.section-index-aboutus .image-item:after {
    position: absolute;
    z-index: 1;
    content: '';
    height: 102%;
    width: 55%;
    top: 0;
    left: -50px;
    background-color: #e36b98;
    opacity: .9;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
    transform: skew(-12deg)
}

.section-index-aboutus .image-item.second:after {
    right: -50px;
    left: initial;
    transform: skew(-12deg);
    background-color: #323066
}

.section-index-aboutus .image-item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.section-index-aboutus .image-item:hover:after {
    width: 60%
}

.section-index-aboutus .text-item {
    padding: 60px 30px;
    color: #fff;
    background-color: #323066;
    font-size: 1.25em
}

.section-index-aboutus .text-item .line {
    height: 1px;
    line-height: 1;
    margin: 25px 0;
    background-color: rgba(255, 255, 255, 0.1)
}

.section-index-aboutus .text-item .site-btn {
    margin-top: 40px
}

@media screen and (min-width:992px) {
    .section-index-aboutus .container {
        width: 1100px
    }
    .section-index-aboutus .image-item.second {
        margin-top: 30px
    }
    .section-index-aboutus .image-item img {
        float: right
    }
    .section-index-aboutus .text-item {
        margin-top: 60px
    }
}

@media screen and (max-width:991px) {
    .section-index-aboutus .text-item {
        padding: 30px;
        margin-top: 30px
    }
}

@media screen and (max-width:767px) {
    .section-index-aboutus .image-item img {
        width: 100%
    }
    .section-index-aboutus .image-item.second {
        margin-top: 15px
    }
    .section-index-aboutus .text-item {
        margin-top: 15px
    }
}

.section-discovery-more {
    margin: 40px 0
}

.section-discovery-more h2 {
    font-size: 2em;
    margin-bottom: 20px
}

.section-discovery-more .row {
    margin: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-discovery-more .col-md-3 {
    position: relative;
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    flex-direction: column;
}
.section-discovery-more .col-md-3 a{
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.section-discovery-more .col-md-3 img {
    width: 100%;
    max-width: 100%;
    display: block;
    transition: all .5s ease-out
}
.section-discovery-more .col-md-3 h3{
    width: 100%;
    text-align: center;
    background: #e4e4e4;
    font-size: 18px;
    color: #000;
    margin: 0px 0px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.section-discovery-more .col-md-3 h3 a{
    color: #000;
    font-weight: bold;
    line-height: initial;
}
.section-discovery-more .col-md-3 h3 a:hover{
    color: #302e64;
}
.section-discovery-more .col-md-3>a:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    background-color: #323066;
    opacity: .35;
    left: -50px;
    bottom: 0;
    width: 0;
    height: 100%;
    -webkit-transition: .7s all ease-out;
    -o-transition: .7s all ease-out;
    transition: .7s all ease-out;
    transform: skew(12deg)
}

.section-discovery-more .col-md-3 p {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    padding: 8px 10px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0px;
    width: 100%;
    color: #000;
    font-weight: bold;
    background: rgba(236,236,236,.74);
    text-align: center;
    line-height: 22px;
    transition: .4s all ease-out;
}

.section-discovery-more .col-md-3:hover p {
    background: none;
    color: #fff;
}

.section-discovery-more .col-md-3:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.section-discovery-more .col-md-3:hover>a:after {
    width: 150%
}

@media screen and (max-width:767px) {
    .section-discovery-more .row {
        margin: 0 15px
    }
}

@media screen and (max-width:639px) {
    .section-discovery-more .col-md-3 {
        width: 100%
    }
}

.section-index-product {
    margin: 30px 0;
    overflow: hidden;
}
.section-index-product ul li{
    list-style: none;
}
.section-index-product .container{
    position: relative;
    padding: 0px 50px;
}

.section-index-product h2 {
    font-size: 2em;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 25px
}

.section-index-product .image-item {
    width: 100%;
    overflow: hidden;
    position: relative
}

.section-index-product .image-item img {
    width: 120%;
    margin-left: -10%;
    max-width: none;
    transition: all .3s ease-out
}

.section-index-product .image-item:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    left: -40px;
    width: 0;
    height: 100%;
    background-color: #323066;
    opacity: .2;
    -webkit-transition: .6s width ease-out;
    -o-transition: .6s width ease-out;
    transition: .6s width ease-out;
    animation-delay: 0;
    transform: skew(-6deg)
}

.section-index-product .image-item:hover:after {
    width: 120%
}

.section-index-product h3 {
    margin-left: 10px;
    font-size: 18px;
    color: #000;
}

.section-index-product p {
    padding-left: 10px;
    font-size: 17px
}

.section-index-product li:hover p {
    padding-left: 20px;
    transition: padding-left ease-out .3s
}

.section-partner {
    margin-top: 30px;
    height: 70vh;
    min-height: 400px;
    padding: 40px 0;
    background-image: url("../images/home-chemistry-partner-1.jpg?v=526");
    background-image: -webkit-image-set(
            url("../images/home-chemistry-partner-1.webp") 1x
    );
    background-image: image-set(
            url("../images/home-chemistry-partner-1.jpg") 1x
    );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden
}

.section-partner:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    left: -100px;
    width: 0;
    height: 102%;
    background-color: #323066;
    opacity: .9;
    -webkit-transition: .8s width ease-out;
    -o-transition: .8s width ease-out;
    transition: .8s width ease-out;
    transform: skew(12deg)
}

.section-partner .row {
    position: relative;
    z-index: 2
}

.section-partner .row h2 {
    position: relative;
    margin: 0;
    font-size: 2em
}

.section-partner .row h2:before {
    content: ' ';
    position: absolute;
    top: -5px;
    left: -28px;
    width: 6px;
    height: 75px;
    background-color: #e36b98;
    transform: skew(-12deg)
}

.section-partner .row p {
    margin-top: 20px;
    font-size: 1.4em;
    font-style: italic
}

.section-partner .row p .site-btn {
    margin-top: 20px
}

.section-partner.started:after {
    width: 55%
}

.section-partner.started:hover:after {
    width: 56%
}

@media screen and (max-width:991px) {
    .section-partner {
        margin-top: 30px;
        padding: 60px;
        height: 50vh
    }
}

.section-chemistry {
    margin-top: 60px;
    height: 80vh;
    background-image: url("../images/home-chemistry.jpg?v=0414")
}

.section-chemistry:after {
    transform: skew(-12deg)
}

.section-chemistry .row h2 {
    font-size: 1.7em;
    line-height: 1.5;
    margin-top: -10vh
}

.section-chemistry .row h2:before {
    height: 165px;
    left: -45px;
    top: -10px
}

.section-chemistry.started:after {
    width: 60%
}

.section-chemistry.started:hover:after {
    width: 61%
}

@media screen and (max-width:767px) {
    .section-partner.started:after,
    .section-chemistry.started:after {
        width: 75%
    }
}

.section-index-aboutus.section-services .image-item.primary-tl-to-br:after {
    transform: skew(12deg);
    background-color: #323066
}

.section-index-aboutus.section-services .image-item.second-tr-to-bl:after {
    transform: skew(-12deg);
    background-color: #e36b98
}

.section-index-aboutus.section-services .image-item:hover a {
    margin-left: 8px
}

@media screen and (min-width:992px) {
    .section-index-aboutus.section-services .text-item {
        margin-top: 30px
    }
}

@media screen and (max-width:991px) {
    .section-index-aboutus.section-services .image-item {
        margin-top: 15px
    }
}

.delighter.f-right-1 {
    transform: translate(-100%);
    opacity: 0;
    transition: all .5s ease-out
}

.delighter.f-right-2 {
    transform: translate(-100%);
    opacity: 0;
    transition: all 1s ease-out
}

.delighter.f-right-3 {
    transform: translate(-100%);
    opacity: 0;
    transition: all 1.5s ease-out
}

.delighter.f-right-1.started,
.delighter.f-right-2.started,
.delighter.f-right-3.started {
    transform: none;
    opacity: 1
}

.delighter.f-left-1 {
    transform: translate(100%);
    opacity: 0;
    transition: all .5s ease-out
}

.delighter.f-left-2 {
    transform: translate(100%);
    opacity: 0;
    transition: all 1s ease-out
}

.delighter.f-left-3 {
    transform: translate(100%);
    opacity: 0;
    transition: all 1.5s ease-out
}

.delighter.f-left-1.started,
.delighter.f-left-2.started,
.delighter.f-left-3.started {
    transform: none;
    opacity: 1
}

.delighter.f-bottom-1 {
    transform: translatey(20%);
    opacity: 0;
    transition: all .5s ease-out
}

.delighter.f-bottom-2 {
    transform: translatey(20%);
    opacity: 0;
    transition: all 1s ease-out
}

.delighter.f-bottom-1.started,
.delighter.f-bottom-2.started {
    transform: none;
    opacity: 1
}

.delighter.f-top-1 {
    transform: translatey(-20%);
    opacity: 0;
    transition: all .5s ease-out
}

.delighter.f-top-2 {
    transform: translatey(-20%);
    opacity: 0;
    transition: all 1s ease-out
}

.delighter.f-top-1.started,
.delighter.f-top-2.started {
    transform: none;
    opacity: 1
}

.delighter.right {
    width: 55%
}

.section-footer {
    padding-top: 60px;
    background-color: #4c4988;
    color: #fff
}

.section-footer .site-quick-link {
    padding-bottom: 50px
}

.section-footer .site-quick-link .footlist{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.section-footer .site-quick-link .footlist>div{
    width: auto;
}

.section-footer .title {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
}

.section-footer .title a {
    color: #fff;
    transition: color ease-out .1s
}

.section-footer .title a:hover {
    color: #e36b98
}

.section-footer ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    list-style: none;
}
.section-footer ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'icomoon' !important;
    content: '\e91c';
    color: #fff;
}

.section-footer ul li a {
    color: #fff;
    transition: all 0s;
}
.section-footer ul li a:hover {
    color: #e36b98;
    transition: all 0s;
}
.section-footer .foot-nav ul li{
    transition: all 0.5s;
}
.section-footer .foot-nav ul li:hover{
    transform: translateX(5px);
}
.section-footer .foot-nav ul li:hover:before {
    color: #e36b98;
}

.contact-us {
    margin-top: 20px
}

.contact-us li {
    position: relative;
    padding-left: 22px
}

.contact-us li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'icomoon' !important;
    color: #fff
}

.contact-us li.address::before {
    content: '\e900'
}

.contact-us li.tel::before {
    content: '\e901'
}

.contact-us li.fax::before {
    content: '\e902'
}

.contact-us li.email::before {
    content: '\e903'
}

@media screen and (min-width:992px) {
    .product-link {
        margin-top: 51px
    }
}

.section-copyright {
    color: #fff;
    background-color: #323066
}

.section-copyright .social {
    padding: 40px 0 50px 0;
    text-align: center
}

.section-copyright .social .title {
    font-size: 1.4em;
    margin-bottom: 30px;
    margin-top: 10px;
    font-weight: 500;
}

.section-copyright .social .social-icon a {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background-color: #e36b98;
    color: #fff;
    font-size: 20px;
    margin: 0 10px
}

.section-copyright .social .social-icon a:after {
    content: " ";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background-color: #e93470;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out
}

.section-copyright .social .social-icon a:hover:after {
    height: 100%
}

.section-copyright .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0
}

.section-copyright .copyright a {
    color: #fff
}

@media screen and (min-width:992px) {
    .section-copyright .copyright .col-md-3 {
        text-align: right
    }
}

.section-inner-banner {
    width: 100%;
    height: auto;
    min-height: 320px;
    padding: 40px 0;
    background-image: url("../images/page-inner-banner.jpg?v=0526");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden
}

.section-inner-banner:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    left: -47%;
    width: 0;
    height: 110%;
    background-color: #323066;
    opacity: .95;
    -webkit-transition: 1s width ease-out;
    -o-transition: 1s width ease-out;
    transition: 1s width ease-out;
    transform: skew(-20deg)
}

.section-inner-banner.started:after {
    width: 100%
}

.section-inner-banner .row {
    position: relative;
    z-index: 3;
    margin-top: 60px
}

.section-inner-banner .row h1 {
    font-size: 1.8em;
    font-style: italic;
    overflow: hidden
}

.section-inner-banner .row ul {
    list-style-type: none
}

.section-inner-banner .row ul li {
    display: inline
}

.section-inner-banner .row ul li a {
    color: #fff
}

.section-inner-banner .row ul li a:hover {
    color: #0d94e0
}

.section-inner-banner .row ul li:after {
    display: inline-block;
    content: '/';
    margin-left: 5px;
    margin-right: 5px
}

.section-inner-banner .row ul li:last-child:after {
    display: none
}

.section-inner-banner .row ul li:first-child a {
    background-image: url("../images/home.svg");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 26px;
    background-size: contain
}


@media screen and (max-width:1200px) {
    .section-inner-banner .row h1 {
        font-size: 1.4em;
    }
}


@media screen and (max-width:991px) {
    .section-inner-banner {
        /*height: 320px;*/
        padding-top: 80px
    }
    .section-index-product h3{
        font-size: 1em;
    }
    .section-footer .site-quick-link .footlist>div{
        width: 100%;
        margin-bottom: 15px;
    }
    .section-index-product h2,.section-partner .row h2{
        font-size: 1.5em;
    }
    .section-partner .row p,.section-discovery-more .col-md-3 p{
        font-size: 1.2em;
    }
    .section-partner .row h2:before{
        top: -10px;
        height: 45px;
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 20px !important;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev{
        right: 20px !important;
    }
}

.section-inner-wrap {
    margin: 20px 0;
    font-size: 16px;
    color: #000;
}
.page-content-html p{
    font-size: 16px;
    color: #000;
    line-height: 28px;
}
.page-content-html p.ServiceShowPic{
    font-size: 1em;
}
.page-content-html .ullist li{
    font-size: 16px;
    color: #000;
}

.section-inner-wrap .page-title {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px
}
.section-inner-wrap .page-title>div{
    padding-right: 0px;
    padding-left: 0px;
}
.section-inner-wrap .page-title h1 {
    font-size: 1.6em;
    margin-top: 10px;
    font-weight: bold;
}

.section-inner-wrap .page-title .site-btn {
    margin-top: -48px
}

.section-inner-wrap .page-content-html h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.section-inner-wrap .page-content-html h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.section-inner-wrap .page-content-html h4,.section-inner-wrap .page-content-html h5,.section-inner-wrap .page-content-html h6{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.reference{
	font-size: 16px;
	font-weight: bold;
}
.reference ol{
	padding-left: 20px;
}
.reference ol li{
	list-style: decimal;
	margin-bottom: 8px;
    font-size: 15px;
    color: #868686;
    line-height: 22px;
    font-weight: normal;
}

.section-contact-us {
    margin: 40px 0;
    font-size: 1.2em
}

.section-contact-us h2 {
    font-size: 2em;
    font-style: italic
}

.section-contact-us a {
    color: #e93470
}

.section-contact-us .container {
    height: 170px;
    padding: 40px 0;
    background-image: url("../images/contact-us-bg.jpg?v=526");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.section-contact-us .container:before {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    left: -120px;
    width: 78%;
    height: 110%;
    background-color: #323066;
    opacity: .6;
    -webkit-transition: 1s width ease-out;
    -o-transition: 1s width ease-out;
    transition: 1s width ease-out;
    transform: skew(-50deg)
}

.section-contact-us .container:after {
    content: ' ';
    position: absolute;
    z-index: 2;
    top: 0;
    left: -34%;
    width: 100%;
    height: 110%;
    background-color: #323066;
    opacity: .45;
    -webkit-transition: 1s width ease-out;
    -o-transition: 1s width ease-out;
    transition: 1s width ease-out;
    transform: skew(-30deg)
}

.section-contact-us .container .row {
    position: relative;
    z-index: 3;
    width: 100%
}

.section-contact-us .container .row h2 {
    margin-top: 0
}

.section-contact-us .container .row .col-md-3 {
    text-align: center
}

.section-online-inquiry {
    margin-bottom: 60px
}

.section-online-inquiry h2 {
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px
}

.ServiceShowPic {
    font-size: 0.9em;
    text-align: center;
    line-height: 1.5em;
    color: #666
}

.ServiceShowPic img {
    display: block;
    max-width: 100%;
    margin: auto
}

.ullist {
    margin-left: 17px
}

.ullist li {
    list-style: disc
}

.ollist {
    margin-left: 17px
}

.ollist li {
    list-style: decimal;
    margin-bottom: 8px;
    font-size: 15px;
    color: #868686;
    line-height: 22px;
}

.btn {
    border-radius: 0 !important
}

.table-bordered {
    width: 100%
}

.table-bordered td {
    padding: 5px
}

.tableContentShow {
    width: 100%;
    margin-bottom: 10px
}

.tableContentShow td {
    padding: 5px
}

.Abbreviation-List {
    margin-bottom: 10px
}

.Abbreviation-List td {
    padding: 8px
}

.showhiddencont {
    width: 100%
}

.showhiddencont strong {
    background-color: #f1f1f1;
    display: block;
    padding: 5px;
    margin-top: 10px
}

.showhiddencont strong a {
    color: #000
}

.showhiddencont table strong {
    background-color: #dfdfdf;
    margin-top: 0
}

.showhiddencont table strong a {
    color: #000
}

.showhiddencont .container-fluid {
    display: block;
    padding: 15px 0 0 0;
    margin: 0
}

.showhiddencont .container-fluid .col-md-6 {
    margin: 0;
    padding: 0
}

.showhiddencontaoz {
    background-color: #FFF;
    display: block;
    width: 98%
}

.showhiddencontaoz a {
    margin-right: 7px;
    margin-left: 7px;
    margin-top: 7px;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.showhiddencontaoz .chooseshowbg {
    background-color: #3370ad;
    color: #fff;
    text-decoration: none
}

.periodic-table {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px
}

.periodic-table td {
    padding: 0;
    text-align: center;
    word-break: break-all
}

.periodic-table td a {
    display: block !important;
    width: 100%;
    height: 100%;
    color: #000
}

.periodic-table td a:hover {
    background-color: #f65e2f;
    color: #fff
}

.periodic-table td span {
    font-size: 14px;
    display: block !important;
    font-weight: bold
}

.periodic-table .color0 {
    background-color: #8eaada !important
}

.periodic-table .color1 {
    background-color: #d28a7c !important
}

.periodic-table .color2 {
    background-color: #d187ba !important
}

.periodic-table .color3 {
    background-color: #3bb09e !important
}

.periodic-table .color4 {
    background-color: #fffac2 !important
}

.periodic-table .color5 {
    background-color: #87d0f1 !important
}

.periodic-table .color5:hover {
    background-color: #f65e2f
}

.periodic-table .color6 {
    background-color: #f5b285 !important
}

.periodic-table .color7 {
    background-color: #d8dce5 !important
}

.periodic-table .color8 {
    background-color: #d399ff !important
}

.periodic-table .color9 {
    background-color: #e3fce7 !important
}

.periodic-table .color10 {
    background-color: #a9d290 !important
}

.colortype td {
    padding: 3px;
    text-align: left !important
}

.colortype td .typeunit {
    display: block
}

.colortype td .typeunit .colorarea {
    height: 12px;
    width: 12px;
    display: inline-block !important;
    margin-right: 5px
}

.colortype td .typeunit .fontarea {
    text-align: left
}

@media only screen and (min-width:1200px) {
    .periodic-table {
        width: 100% !important
    }
    .explain {
        width: 75% !important
    }
}

@media only screen and (max-width:1199px) {
    .periodic-table {
        width: 718px !important
    }
    .explain {
        width: 718px !important
    }
    .page-content-html p{
        font-size: 1.1em;
    }
    .page-content-html p.ServiceShowPic{
        font-size: 0.9em;
    }
    .page-content-html .ullist li{
        font-size: 1.1em;
    }

}

.btn-danger {
    margin-bottom: 10px
}

.endnumshow {
    background-color: #e3f1ff;
    padding: 10px;
    position: relative;
    height: 40px
}

.endnumshow .num {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
    color: #060;
    font-weight: bold
}

.selectmenu,
.toselectmenu {
    border: 1px solid #ccc;
    display: none;
    position: absolute;
    width: 100%;
    margin-right: 30px;
    z-index: 1000;
    background-color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 300px;
    overflow-y: scroll
}

.selectmenu strong,
.toselectmenu strong {
    padding-left: 10px
}

.selectmenu ul li,
.toselectmenu ul li {
    padding: 3px 10px 3px 10px;
    font-size: 13px
}

.selectmenu ul li:hover,
.toselectmenu ul li:hover {
    background-color: #2b86fb;
    color: #fff
}

#selectchooseshow,
#toselectchooseshow {
    position: relative
}

#selectchooseshow .caret,
#toselectchooseshow .caret {
    position: absolute;
    top: 15px;
    right: 10px
}

@keyframes myfirst {
0 {
    background: #f8f8f8
}
100% {
    background: #337ab7
}
}

.related-ser {
    margin-bottom: 20px
}

.related-ser div {
    padding: 2px 15px
}

.support-tag .row div {
    padding: 4px 15px
}

.second-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 33px
}

ol.ls-decimal {
    padding-left: 16px;
    margin-bottom: 10px
}

ol.ls-decimal li {
    list-style: decimal
}

ul.ls-dot {
    padding-left: 16px;
    margin-bottom: 10px
}

ul.ls-dot li {
    list-style: disc
}

.img-right {
    float: right;
    margin-left: 15px
}

.img-left {
    float: left;
    margin-right: 15px
}

@media only screen and (max-width:991px) {
    .img-right {
        float: none;
        margin-left: 0
    }
    .img-left {
        float: none;
        margin-left: 0
    }
    .section-inner-banner .row h1{
        font-size: 1.2em;
        margin-bottom: 15px;
    }
    .page-content-html p{
        font-size: 1em;
    }
    .page-content-html p.ServiceShowPic{
        font-size: 0.8em;
    }
    .page-content-html .ullist li{
        font-size: 1em;
    }
}

.section-careers .section-about-us .get-in-touch .follow-us {
    margin-top: 15px
}

.careers-items {
    margin-top: 30px
}

.careers-items .item {
    margin-bottom: 30px
}

.careers-items .item .img {
    padding: 30px 0 20px 0;
    text-align: center;
    background-color: #f4fbef;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center
}

.careers-items .item .img img {
    display: block;
    margin: auto;
    width: 80%;
    max-width: 300px
}

.careers-items .item .desc {
    padding: 20px 20px 30px 20px;
    color: #fff
}

.careers-items .item .desc h3 {
    height: 44px
}

.careers-items .item .desc p {
    font-size: .85em;
    min-height: 100px
}

.careers-items .item .desc a {
    color: #fff;
    transition: all ease-out .3s
}

.careers-items .item .desc a:hover {
    text-decoration: underline;
    margin-left: 10px
}

.careers-items .item:first-child .img img {
    width: 50%;
    max-width: 200px
}

.careers-items .item:first-child .desc {
    background-color: #5f98d0
}

.careers-items .item:nth-child(2) .desc {
    background-color: #fca45b
}

.careers-items .item:nth-child(3) .desc {
    background-color: #8c7cb6
}

.form-horizontal {
    margin-top: 30px
}

.form-horizontal .form-control {
    border-radius: 0
}

.inquiry-quantity input.form-control {
    border: 1px solid #e36b98;
    background-color: #e36b98;
    color: #fff;
    width: 100px
}

.inquiry-quantity input.form-control::-webkit-input-placeholder,
.inquiry-quantity input.form-controlt::-webkit-input-placeholder,
.inquiry-quantity input.form-control::-webkit-input-placeholder {
    color: #fff
}

.inquiry-quantity input.form-control:after {
    content: " ";
    position: absolute;
    z-index: 2;
    top: -25px;
    width: 110%;
    height: 50px;
    background-color: #fff;
    transform: rotate(-0.5deg)
}

.inquiry-quantity select.form-control {
    color: #fff;
    width: 110px;
    height: 38px;
    border: 1px solid #e93470;
    margin-left: -1px;
    background-color: #e93470
}

.verification-code {
    position: relative
}

.verification-code .checkright,
.verification-code .checkerror {
    position: absolute;
    left: 45%;
    top: 7px;
    font-weight: bold;
}

.successinfo {
    line-height: 22px;
    color: #888;
    padding-right: 20px;
    padding-bottom: 20px
}

.successinfo .iconarea .iconunit {
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #090;
    color: #fff;
    line-height: 40px;
    font-weight: bolder;
    font-size: 22px;
    position: relative;
    z-index: 9
}

.successinfo .iconarea .iconunit img {
    top: 10px;
    left: 5px;
    position: absolute;
    z-index: 10
}

.successinfo .tit {
    font-size: 20px;
    font-weight: bold;
    color: #090;
    display: block
}

.product-tags .row {
    margin: 0 -5px 15px -5px
}

.product-tags .row div[class*="col-md"] {
    padding: 0 5px
}

.product-tags .row div[class*="col-md"] span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%
}

.product-tags .row div[class*="col-md"] a {
    color: #108000;
    font-size: 16px;
    padding: 3px 10px;
    margin-bottom: 10px;
    background-color: #fff;
    border: .5px solid #108000;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    transition: all .3s ease-out
}

.product-tags .row div[class*="col-md"] a:hover {
    background: rgba(16, 128, 0, 0.2)
}
.tooltip.bottom .tooltip-arrow{
    border-bottom-color: #4c4988;
}
.tooltip-inner{
    white-space: normal;
    background: #4c4988;
    max-width: 300px;
}

.product-list .product-header {
    font-size: 18px;
    border-top: 2px solid #061a3e;
    margin: 0;
    padding: 8px 0;
    border-bottom: .5px solid #061a3e
}

.product-list .product-item {
    margin: 0;
    padding: 8px 0;
    border-bottom: .5px solid #061a3e;
    display: flex;
    align-items: center
}

.product-list .product-item a {
    color: #0ba7ff;
}

.product-list .product-item a:hover {
    color: #0d94e0
}

.product-list .product-item .cas {
    white-space: nowrap
}

.product-list .product-item .inquiry-a {
    background-color: #e36b98;
    color: #fff;
    padding: 2px 12px;
    display: inline-block
}

.product-list .product-item .inquiry-a:hover {
    background-color: #e93470;
    color: #fff
}

.product-list .product-header [class^="col-"],
.product-list .product-item [class^="col-"] {
    padding: 0 6px 0 0
}

@media screen and (max-width:991px) {
    .product-list {
        font-size: 0.95em
    }
    .product-list .product-item {
        padding: 10px 0;
        display: block
    }
    .product-list .product-header [class^="col-"],
    .product-list .product-item [class^="col-"] {
        margin-top: 10px
    }
}

.pages {
    text-align: center;
    margin-top: 20px
}

.pages .pagination li a {
    padding: 7px 15px;
    border-radius: 0 !important;
    margin-bottom: 10px
}

.pages .pagination li.active a {
    background-color: #e36b98 !important;
    border-color: #e36b98 !important
}

.pages .pagination li.active a:hover {
    background-color: #e93470 !important
}

@media screen and (max-width:991px) {
    .pages {
        text-align: center;
        margin-top: 20px
    }
    .pages .pagination li a {
        padding: 10px 18px;
        margin-bottom: 15px
    }
}

.ProTab {
    margin: 15px 0
}

.ProTab .unitContents {
    margin: 0;
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    height: auto;
    overflow: hidden
}

.ProTab .unitContents .leftTit {
    width: 24%;
    border-right: 0 solid #ededed;
    line-height: 23px;
    height: auto;
    float: left;
    padding: 5px 15px 5px 5px;
    font-weight: bold;
    text-align: right
}

.ProTab .unitContents .leftName {
    width: 76%;
    color: #908e8e;
    line-height: 24px;
    height: auto;
    float: left;
    padding: 5px;
    padding-left: 10px
}

.ProTab .border {
    border-bottom: 1px solid #ededed
}

.product-title h2 {
    font-size: 2em;
    margin-top: 10px
}

.pager-btn {
    text-align: right;
    margin-top: 10px;
    overflow: hidden;
}

.pager-btn a {
    width: 32px;
    height: 30px;
    font-size: 1.2em;
    font-weight: bold;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    float: right;
    color: #999;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.pager-btn a.pre::after,
.pager-btn a.next::after {
    content: " ";
    display: inline-block
}

.pager-btn a.pre::after {
    font-family: icomoon !important;
    content: "\e91b"
}

.pager-btn a.next::after {
    font-family: icomoon !important;
    content: "\e91c";
    margin-left: -1px
}

.pager-btn a:hover {
    border-color: #e36b98;
    background-color: #e36b98;
    color: #fff
}

@media screen and (max-width:991px) {
    .pager-btn{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .pager-btn a {
        /*width: 50%;
        height: 46px*/
    }
    .pager-btn a.pre::after,
    .pager-btn a.next::after {
        margin: 9px auto
    }
}

.get-a-quote {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 30px
}

.pro-table h2 {
    border-bottom: 2px solid #999;
    color: #2e6da4;
    font-size: 18px;
    line-height: 36px;
    margin-top: 10px
}

.pro-table .row {
    margin-left: 0;
    margin-right: 0;
    border-bottom: .5px solid #061a3e;
    padding: 10px 0;
    line-height: 24px
}

.pro-table .row .col-md-3 {
    font-weight: bold;
    text-align: right
}

.pro-table .row .col-md-9 {
    word-break: break-word
}

.pro-table .row:last-child {
    margin-bottom: 0
}
.pro-table .Structure-pic{
    max-height: 300px;
}

@media screen and (max-width:767px) {
    .pro-table .row .col-md-3 {
        text-align: left;
        padding-left: 0
    }
    .pro-table .row .col-md-9 {
        padding-left: 0
    }
}

input.bath {
    width: 60px;
    padding: 0 2px;
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px;
    font-size: 12px
}

.dw-msds {
    color: #2e6da4;
    /*font-weight: 600*/
}

.dw-msds:hover {
    color: #2e6da4;
    text-decoration: underline
}

.dw-msds[href~="javascript:;"] {
    color: #ccc;
    text-decoration: none;
    cursor: initial;
    pointer-events: none
}

.clear,
.cclear {
    clear: both;
    font-size: 1px;
    height: 1px;
    line-height: 1px
}

.smallfont {
    font-weight: bold
}

/*.proList .bgcolor {*/
/*    background-color: #323066;*/
/*    color: #fff*/
/*}*/

/*.proList ul {*/
/*    clear: both;*/
/*    overflow: hidden;*/
/*    margin: 0;*/
/*    padding: 4px 0;*/
/*    border-bottom: .5px solid #e8e8e8;*/
/*}*/

/*.proList ul li {*/
/*    float: left;*/
/*    height: 35px;*/
/*    line-height: 35px;*/
/*    text-align: center;*/
/*    overflow: hidden;*/
/*    word-break: break-all;*/
/*    word-wrap: break-word*/
/*}*/

/*.proList ul li.cat {*/
/*    width: 120px*/
/*}*/

/*.proList ul li.size {*/
/*    width: 80px*/
/*}*/

/*.proList ul li.purity {*/
/*    width: 100px*/
/*}*/

/*.proList ul li.price {*/
/*    width: 90px*/
/*}*/

/*.proList ul li.Availability {*/
/*    width: 100px*/
/*}*/

/*.proList ul li.Quantity {*/
/*    width: 90px*/
/*}*/

/*.proList ul li.Quantity input {*/
/*    width: 50px;*/
/*    border: none;*/
/*    border-bottom: 1px solid #e36b98;*/
/*    height: 22px;*/
/*    line-height: 22px*/
/*}*/

/*.proList ul li.ordering {*/
/*    width: 120px*/
/*}*/

/*.proList ul li.ordering a {*/
/*    display: inline-block;*/
/*    padding: 0 6px;*/
/*    background-color: #e36b98;*/
/*    color: #fff*/
/*}*/

/*.proList ul li.ordering a:hover {*/
/*    background-color: #e93470*/
/*}*/

@media screen and (max-width:1200px) {

    .section-inner-wrap .page-title h1{
        font-size: 1.2em;
        line-height: 1.6em;
    }
    /*.proList ul li.ordering a{*/
    /*    height: 30px;*/
    /*    line-height: 30px;*/
    /*}*/
    /*.proList ul{*/
    /*    border-bottom:none;*/
    /*}*/
    /*.proList ul li {*/
    /*    height: 46px !important;*/
    /*    line-height: 46px !important;*/
    /*    border-bottom: 1px solid #efefef;*/
    /*    text-align: left;*/
    /*    width: 50% !important*/
    /*}*/
    /*.proList ul li.hidden-md.hidden-lg {*/
    /*    width: 30% !important*/
    /*}*/
    .pro-table .row [class^="col-"] {
        /*padding: 8px 0*/
    }
    /*.proList ul .Quantity input {*/
    /*    width: 100px;*/
    /*    height: 30px;*/
    /*    line-height: 30px;*/
    /*    font-size: 16px*/
    /*}*/
}

.notes-wrap {
    margin-top: 50px;
    border-top: 1px solid #eee
}

.notes-wrap .notes {
    font-style: italic;
    margin-top: 15px;
    color: #666
}

.notes-wrap .notes span {
    color: #e36b98
}

.product-more {
    margin: 40px 0 0 0
}

.product-more h2 {
    font-size: 2em
}

.scolltopbutton {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #080808;
    background-color: #080808;
    padding: 10px;
    border-radius: 3px
}

.scolltopbutton:hover {
    background-color: #323066;
    border: 1px solid #323066
}

.service-table tr:first-child {
    background-color: #323066
}

.content-figure img {
    display: block;
    margin: auto;
    max-width: 100%
}

.content-figure p {
    font-size: .9em;
    color: #787878;
    text-align: center;
    margin-top: 10px
}

.content-table-info {
    font-size: .9em;
    color: #787878;
    text-align: center
}

.side-wrap {
    margin-top: 15px;
    margin-bottom: 30px
}

.side-wrap .side-title {
    margin-bottom: 30px;
    font-size: 2em
}

.left-nav {
    border-top: .5px solid #eee
}

.left-nav li {
    list-style: none;
    position: relative
}

.left-nav li a {
    display: block;
    color: #061a3e;
    transition: all .3s;
    position: relative;
    text-decoration: none;
    border-bottom: .5px solid #eee;
    width: 100%;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px
}

.left-nav li a:hover,
.left-nav li a.cur {
    color: #0d94e0
}

.left-nav li a.cur {
    font-weight: bold
}

.left-nav li ul {
    display: none
}

.left-nav li ul li a {
    padding-left: 10px
}

.section-about-us {
    font-size: 1em;
    margin-bottom: 40px;
}

.section-about-us h2 {
    margin-bottom: 30px
}

.section-about-us .company {
    margin-top: 30px;
    box-shadow: 0 12px 20px -3px rgba(0, 0, 0, 0.1)
}

.section-about-us .company .image {
    position: relative;
    overflow: hidden;
    color: #fff;
    height: 230px
}

.section-about-us .company .image h3 {
    position: absolute;
    z-index: 2;
    top: 15%;
    left: 30px;
    font-size: 2em;
    font-style: italic
}

.section-about-us .company .image p {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 30px;
    font-size: 1em;
    color: #fff; }
.section-about-us .company .image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.section-about-us .company .image:before {
    position: absolute;
    z-index: 1;
    content: '';
    height: 102%;
    width: 72%;
    top: 0;
    left: -300px;
    background: #0d94e0;
    opacity: .5;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    transform: skew(-300deg)
}

.section-about-us .company .image:after {
    position: absolute;
    z-index: 1;
    content: '';
    height: 102%;
    width: 55%;
    top: 0;
    left: -50px;
    background: #0d94e0;
    opacity: .78;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    transform: skew(-24deg)
}

.section-about-us .company .info {
    padding: 50px 50px;
    background-color: #fff;
    margin-bottom: 30px
}

.section-about-us .company .info p {
    margin-bottom: 5px;
    font-size: 0.9em;
}

.section-about-us .company .info .col-md-4:last-child p:nth-child(2) {
    padding-left: 46px !important; }

.section-about-us .site-btn-monochrome {
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    line-height: 26px;
    background-color: #666;
    transition: background-color ease-out .3s; }
.section-about-us .site-btn-monochrome:hover {
    background-color: #f9694d;
    color: #fff; }
.section-about-us .get-in-touch .info {
    position: relative;
    color: #fff;
    margin: 30px 0
}

.section-about-us .get-in-touch .info img {
    width: 100%
}

.section-about-us .get-in-touch .info h2 {
    position: absolute;
    z-index: 2;
    top: 35%;
    left: 30px;
    font-size: 2em;
    font-style: italic
}

.section-about-us .get-in-touch .contact-us {
    text-align: center;
    padding: 30px 30px 0 30px;
    margin-top: 0
}

.section-about-us .get-in-touch .contact-us .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-about-us .get-in-touch .contact-us div[class*="col-md"] {
    margin-bottom: 30px;
    width: auto;
}

.section-about-us .get-in-touch .contact-us div[class*="col-md"] p{
    margin-bottom: 0px;
    font-size: 0.9em;
}
.section-about-us .get-in-touch .contact-us div[class*="col-md"] p:nth-child(2){
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}
.section-about-us .get-in-touch .contact-us p em{
    font-style: normal;
}
.section-about-us .get-in-touch .contact-us p span {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #1e3462;
    position: relative;
    transition: background-color .3s ease-out
}

.section-about-us .get-in-touch .contact-us p span:before {
    position: absolute;
    z-index: 1;
    left: 16px;
    top: 10px;
    font-family: 'icomoon' !important;
    color: #fff
}

.section-about-us .get-in-touch .contact-us p span.address::before {
    content: '\e900'
}

.section-about-us .get-in-touch .contact-us p span.tel::before {
    content: '\e901'
}

.section-about-us .get-in-touch .contact-us p span.fax::before {
    content: '\e902'
}

.section-about-us .get-in-touch .contact-us p span.email::before {
    content: '\e903'
}

.section-about-us .get-in-touch .contact-us .col-md-3:hover p span {
    background-color: #0d94e0
}

.section-about-us .get-in-touch .follow-us {
    margin: 30px 0
}

.section-about-us .get-in-touch .follow-us h3 {
    color: #0d94e0;
    font-style: italic
}

.section-about-us .get-in-touch .follow-us a {
    margin-left: 15px
}
.product-related{
    width: 100%;
    height: auto;
}
.product-related .section-index-product{
    overflow: inherit;
}
.product-related .section-index-product ul{
    align-items: stretch;
}
.product-related .section-index-product ul li {
    border: 1px solid #e8e8e8;
    height: auto;
}
.product-related .section-index-product .image-item:after{
    content: none;
}
.product-related .section-index-product .image-item{
    height: 200px;
}
.product-related .section-index-product .image-item img{
    width: 80%;
    height: 80%;
    object-fit: contain;
    margin-left: 10%;
    margin-top: 10%;
}
.product-related .section-index-product p{
    line-height: 20px;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.product-related .section-index-product li:hover p{
    padding-left: 10px;
}
.product-list{
    font-size: 16px;
}



.pro_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    border-bottom: 1px #e6e6e6 solid;
    padding: 10px 0;
    margin: 5px 0;
    display: flex;
    justify-content: space-between;
}
.pro_list div {
    width: auto;
    display: inline-flex;
    vertical-align: top
}
.pro_list .pro_list_info{
    width: calc(100% - 80px);
    flex-wrap: wrap;
}
.pro_list .pro_left_cas{
    width: 50%;
}
.pro_list .pro_left strong{
    margin-right: 5px;
}
.pro_list_title {
    display: table !important;
    width: 100% !important;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px
}
.pro_list_title a {
    color: #2751a3;
    text-decoration: none
}
.pro_list_title a:hover {
    color: #e93470;
    text-decoration: none
}
.pro_list_title span {
    font-size: 16px;
    font-weight: normal;
    text-align: right
}
.pro_real_title {
    display: table-cell !important;
    vertical-align: top;
    width: auto !important
}
.inquiry_btn {
    padding: 0em .8em;
    clear: both;
    color: #FFF;
    background-color: #e93470;
    text-decoration: none;
    border-radius: 2px;
    font-size: 16px;
    display: inline-block;
    transition: all .3s;
    margin: 10px 0;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.inquiry_btn:hover {
    color: #FFF;
    background: #4c4988;
}
.pro_list_inquiry{
    display: inline-flex ;
    align-items: center;
}
.pro_list_inquiry .inquiry_btn{
    margin-right: 10px;
}
.cart_btn {
    padding: 0em .8em;
    clear: both;
    color: #FFF;
    background-color: #1e2d3b;
    text-decoration: none;
    border-radius: 2px;
    font-size: 18px;
    display: inline-block;
    transition: all .3s;
    margin: 10px 0;
    cursor: pointer;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.cart_btn:hover {
    color: #FFF;
    background: #4c4988;
}
.services-list{
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 3.5%;
    margin-top: 30px;
}
.services-list .list-item{
    width: 31%;
    box-shadow: 1px 3px 8px #ececec;
    margin-bottom: 35px;
}
.services-list .list-item .pic{
    width: 100%;
    height: auto;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}
.services-list .list-item .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.5s;
}
.services-list .list-item:hover .pic img{
    transform: scale(1.05);
}
.services-list .list-item h3{
    width: 100%;
    height: auto;
    padding: 50px 10px 20px;
    text-align: center;
    color: #333;
    position: relative;
}
.services-list .list-item h3:before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    width: 100px;
    height: 2px;
    background: #e93470;
}
.services-list .list-item:hover{
    box-shadow:1px 3px 8px #cdc7c7;
}
.services-list .list-item:hover h3{
    color: #e93470;
}
.nomain-rowlayout
{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 50px 0px;
    align-items: center;
}
.nomain-inquiry>div:first-child
{
    width: 100%;
    margin-right: 100px;
}
.nomain-inquiry>div:nth-child(2)
{
    width: 430px;
    flex-shrink: 0;
}
.nomain-inquiry>div.inquirybox:first-child{
    padding: 20px 20px 30px;
    background: #f4f4f4;
}
.nomain-inquiry>div.inquirybox .form-inquiry{
    padding: 0 0 20px 0;
}
.nomain-inquiry>div:nth-child(2)
{
    position: relative;
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.nomain-inquiry-data
{
    position: relative;
    width: 100%;
    border: 1px solid rgba(212,212,212,1);
    padding:120px 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.nomain-inquiry-data .nomain-orangedata{
    margin: 10px 0px 10px;
    font-family: 'Roboto-Medium';
}
.nomain-inquiry-data h3{
    font-family: 'Roboto-Medium';
    margin-top: 20px;
    font-size: 20px;
}
.nomain-inquiry-title
{
    padding: 10px;
    position: absolute;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    border: 1px solid rgba(212,212,212,1);
    top: -80px;
    background:rgba(255,255,255,1);
}
.nomain-inquiry-title>img
{
    display: block;
}
.nomain-inquiry-data ul
{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px 0;
}
.nomain-inquiry-data ul>li
{
    margin: 0 10px;
    list-style: none;
}
.nomain-inquiry-data ul>li a
{
    color:rgba(1,1,1,1);
    font-size: 22px;
}
.nomain-inquiry-data ul>li a:hover
{
    color:#e93470;
}




.section-inner-wrap .page-content-html h2.blue{
    color: #4472c4;
}
.page-content-html .ullist.blue li{
    color: #4472c4;
}
.page-content-html .ullist.blue li a{
    color: #4472c4;
}
.page-content-html .ullist.blue li a:hover{
    color: #4c4988;
}
.page-content-html p.ServiceShowPic{
    font-size: 15px;
    color: #868686;
}
.row.stretch{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.row.stretch>div{
    position: relative;
}
.row.stretch>div p{
    margin-bottom: 0px;
}
.row.stretch .ServiceShowPic{
    position: absolute;
    width: calc(100% - 15px);
    height: 100%;
    left: 0px;
    top: 0px;
    margin-bottom: 0px;
}
.row.stretch .ServiceShowPic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-inner-wrap .page-content-html h3.icon1{
    color: #4472c4;
    display: flex;
    align-items: flex-start;
}
.section-inner-wrap .page-content-html h3.icon1:before{
    width: 20px;
    height: 20px;
    content: '';
    background: url(../images/title-icon1.png) no-repeat 0px center/16px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 1px;
}
.section-inner-wrap .page-content-html h3.icon2{
    color: #4472c4;
    display: flex;
    align-items: flex-start;
    font-size: 17px;
}
.section-inner-wrap .page-content-html h3.icon2:before{
    width: 36px;
    height: 36px;
    content: '';
    background: url(../images/title-icon2.png) no-repeat 0px center/36px;
    display: inline-block;
    margin-right: 5px;
    margin-top: -10px;
    flex-shrink: 0;
}
.section-inner-wrap .page-content-html .division{
    width: 100%;
    height: 5px;
    border-bottom: 1px solid #4472c4;
    border-top: 1px dashed #4472c4;
    margin-top: 25px;
}
table tr td{
    font-size: 16px;
    color: #000;
    line-height: 28px;
    padding: 9px 12px;
}
.table-style-blue table{
    border-collapse:separate;
    border: none;
    border-left: 2px solid #b4c6e7;
}
.table-style-blue table tr td{
    border: none;
    border-bottom: 2px solid #b4c6e7;
    border-right: 2px solid #b4c6e7;
}
.table-style-blue .firstRow td{
    background: #b4c6e7;
    color: #fff;
    font-weight: bold;
}

.ullist.list-icon1{
    padding-bottom: 5px;
}
.ullist.list-icon1>li{
    padding-left: 0px !important;
    position: relative;
    list-style:none;
}
.ullist.list-icon1>li:before{
    content: '';
    position: absolute;
    top: 9px;
    left: -19px;
    width: 8px;
    height: 8px;
    background: #4472c4;
    transform: rotate(45deg);
    border-radius: 0px;
}
.ullist.list-icon2{
    padding-bottom: 5px;
    padding-left: 28px;
    margin-left: 0px;
}
.ullist.list-icon2>li{
    padding-left: 0px !important;
    position: relative;
    list-style:none;
}
.ullist.list-icon2>li:before{
    content: '';
    position: absolute;
    top: 4px;
    left: -28px;
    width: 18px;
    height: 18px;
    background: url(../images/list-icon2.png) no-repeat 0px center/16px;
}
.ullist.list-icon3{
    padding-bottom: 5px;
    padding-left: 24px;
    margin-left: 0px;
}
.ullist.list-icon3>li{
    padding-left: 0px !important;
    position: relative;
    list-style:none;
}
.ullist.list-icon3>li:before{
    content: '';
    position: absolute;
    top: 4px;
    left: -24px;
    width: 18px;
    height: 18px;
    background: url(../images/list-icon3.png) no-repeat 0px center/15px;
}

.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 h2 a{
    color: #0d94e0;
    font-size: 19px;
}
.knowledge-list .list-item .text h2 a:hover{
    color: #e93470;
}
.knowledge_pagination{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.ui-pagination-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ui-pagination-container .ui-pagination-page-item {
	font-size: 16px;
	padding: 6px 12px;
    line-height: 1.428571429;
	background: #fff;
	border: 1px solid #ddd;
	color: #e93470;
	margin: 0 2px;
	text-decoration: none;
	margin-bottom: 12px;
	transition: color 0s;
}
.ui-pagination-container .ui-pagination-page-item:hover {
	border-color: #e93470;
	color: #e93470;
	text-decoration: none;
	transition: color 0s;
}
.ui-pagination-container .ui-pagination-page-item.active {
	background: #e93470;
	border-color: #e93470;
	color: #fff;
	cursor: default;
}
.qa-content{
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.qa-content .qa-title{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #cecece;
	margin-bottom: 30px;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	column-gap: 20px;
}
.qa-content .qa-title span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	padding: 8px 25px;
	border: 1px solid #cecece;
	border-bottom: none;
	margin-bottom: -1px;
	border-radius: 6px 6px 0 0;
	cursor: pointer;
	font-weight: bold;
}
.qa-content .qa-title span.shows{
	background: #4c4988;
	color: #fff;
	border: 1px solid #4c4988;
}
.qa-content .qa-list{
	width: 100%;
	height: auto;
}
.qa-content .qa-list .qa-list-item{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.qa-content .qa-list .qa-list-item .q-text{
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
	padding: 10px 20px 10px 45px;
	background: #f4f4f4;
	font-size: 16px;
	line-height: 28px;
	color: #000;
	text-align: left;
}
.qa-content .qa-list .qa-list-item .q-text:before{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 15px;
	top: 12px;
	background: url(../images/icon-question.svg) no-repeat center center/contain;
}
.qa-content .qa-list .qa-list-item .a-text{
	font-size: 16px;
	line-height: 28px;
	color: #000;
	text-align: left;
	padding: 0px 20px 0px 45px;
}
.qa-content .qa-info .list-item{
	display: none;
}
.qa-content .qa-info .list-item:first-child{
	display: block;
}
.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: #4c4988;
	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: #e7f1f7;
	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: 16px;
	line-height: 28px;
	color: #000;
	text-align: left;
}
.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{
	margin-top: 0px;
}
.info-pic-left .text h3{
	margin-top: 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{
	margin-top: 0px;
}
.info-pic-right .text h3{
	margin-top: 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;
}
.info-box1{
	width: 100%;
	height: auto;
	padding: 20px 20px 5px;
	margin-bottom: 25px;
	background: #F8F8F8;
}
.info-box1 .info-pic-left{
	margin-bottom: 15px;
}
.info-box1 .info-pic-right{
	margin-bottom: 15px;
}
.page-content-html .title-icon1{
	padding-left: 42px;
	position: relative;
	color: #1A3953;
}
.page-content-html .title-icon1:before{
	content: '';
	width: 35px;
	height: 28px;
	background: url(../images/page-title-icon1.png) no-repeat center center/contain;
	position: absolute;
	left: 0px;
	top: -2px;
}
.page-content-html .table-style1{
	border: none;
	border-bottom: 2px solid #000;
    border-top: 2px solid #000;
}
.page-content-html .table-style1 tr{
	border: none;
	background: none;
}
.page-content-html .table-style1 tr td{
	border: none;
	background: none;
}
.page-content-html .table-style1 tr:nth-child(2n) td{
	background: #E7E7E7;
}
.page-content-html .table-style1 tr.firstRow td{
	border: none;
	background: none;
	background: #5B9BD5;
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: 2px solid #000;
}
.page-content-html .typical-values{
	font-size: 15px;
	line-height: 24px;
	color: #767171;
	margin-top: -10px;
}
.info-item1{
	width: 100%;
	height: auto;
	padding: 40px 40px 40px;
	background-image: url(../images/foot-contact-us-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 30px;
	margin-top: 15px;
	position: relative;
}
.info-item1:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(255,255,255,.5);
}
.info-item1 .info-item1-box{
	position: relative;
	z-index: 3;
}
.info-item1 .style1{
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 25px;
	color: #1A3953;
}
.info-item1-btn{
	margin-top: 5px;
}
.info-item1-btn a{
	width: 180px;
	height: 80px;
	background: url(../images/contact-us-icon.png) no-repeat center center/contain;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 15px;
	color: #fff;
	font-weight: bold;
}
.info-item1-btn a:hover{
	color: #e93470;
}
.info-item2{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 10px;
}
.info-item2 .list-item{
	width: 49%;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,.15);
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.info-item2 .list-item .pic{
	width: 30%;
	position: relative;
	overflow: hidden;
}
.info-item2 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item2 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item2 .list-item .text{
	width: 70%;
	padding: 15px 10px 60px;
	position: relative;
	min-height: 280px;
}
.info-item2 .list-item .text ul li{
	font-size: 14px;
	line-height: 22px;
}
.info-item2 .list-item .text a{
	font-size: inherit;
	line-height: inherit;
}
.info-item2 .list-item .text .row{
	margin-right: -5px;
    margin-left: -5px;
}
.info-item2 .list-item .text .row>div{
	padding-right: 5px;
    padding-left: 5px;
}
.info-item2 .list-item .text .list-btn{
	font-size: 14px;
	line-height: 1.3;
	background: #2E75B6;
	color: #fff;
	padding: 6px 10px 6px 46px;
	border-radius: 5px;
	position: absolute;
	left: 10px;
	bottom: 15px;
	width: auto;
}
.info-item2 .list-item .text .list-btn:before{
	content: '';
	width: 36px;
	height: 100%;
	background: url(../images/arrow1.png) no-repeat center center/14px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-right: 1px solid #7192f0;
}
.info-item3{
	width: 100%;
	height: auto;
}
.info-item3 .list-item{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	margin-top: 50px;
	border: 1px solid #C55A11;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,.2);
	position: relative;
}
.info-item3 .list-item .list-title{
	width: 100%;
	position: absolute;
	left: 0px;
	top: -25px;
	text-align: center;
}
.info-item3 .list-item .list-title p{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 30px;
	background: #C55A11;
	color: #fff;
	border-radius: 200px;
	min-height: 50px;
}
.info-item3 .list-item .list-item-content{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.info-item3 .list-item .list-item-content .pic{
	width: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.info-item3 .list-item .list-item-content .pic img{
	width: 80px;
	height: auto;
}
.info-item3 .list-item .list-item-content .text{
	width: calc(100% - 160px);
	border-left: 1px solid #C55A11;
	padding: 50px 30px 10px;
}
.info-item3 .list-item .list-item-content .text .explore-btn{
	background: #C55A11;
	color: #fff;
	padding: 6px 15px;
	border-radius: 16px 0px 16px 0px;
	border: 1px solid #ccc;
	font-size: 15px;
	margin-top: 10px;
	display: inline-block;
}
.info-item3 .list-item .list-item-content .text .explore-btn:hover{
	background: #e93470;
	color: #fff;
}
.info-item3 .list-item .list-item-content a{
	font-size: inherit;
	line-height: inherit;
}
.info-item3 .list-item .list-item-content .list-icon{
	padding-left: 28px;
	position: relative;
	font-size: 15px;
	line-height: 26px;
}
.info-item3 .list-item .list-item-content .list-icon:before{
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/arrow2.png) no-repeat center center/contain;
	position: absolute;
	left: 0px;
	top: 4px;
}
.info-item3 .list-item .list-item-content .list-icon2{
	padding-left: 28px;
	position: relative;
	font-size: 15px;
	line-height: 26px;
}
.info-item3 .list-item .list-item-content .list-icon2:before{
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/arrow3.png) no-repeat center center/contain;
	position: absolute;
	left: 0px;
	top: 4px;
}
.info-item3 .list-item.list-style2{
	border: 1px solid #2F5597;
}
.info-item3 .list-item.list-style2 .list-title p{
	background: #2F5597;
}
.info-item3 .list-item.list-style2  .list-item-content .text {
    border-left: 1px solid #2F5597;
}
.info-item3 .list-item.list-style2 .list-item-content .text .explore-btn{
	background: #2F5597;
}
.info-item3 .list-item.list-style2 .list-item-content .text .explore-btn:hover{
	background: #e93470;
}




@media screen and (max-width:1500px) {



.info-item2 .list-item{
	width: 100%;
}
    .site-header .container{
        width: 100%;
        padding: 0px 30px;
    }
    .nomain-inquiry>div:first-child{
        margin-right: 50px;
    }
    .nomain-inquiry>div:nth-child(2) {
        width: 360px;
    }

}


@media screen and (max-width:1300px){
    .navbar-nav>li>a {
        font-size: 16px;
        padding-left:0;
        padding-right: 0;
    }
    .site-header .container{
        padding: 0px 15px;
    }
}

@media screen and (max-width:1200px) {


.section-inner-wrap .container>.row{
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
}
.section-inner-wrap .container>.row>div{
	width: 100% !important;
}
    .site-header .container>.row>div {
        width: 100%;
        padding-right: 15px !important;
    }
    .search-part {
        margin-top: -45px;
        width: 100%;
        float: right;
    }
    .search-part .search-input input {
        width: 100%
    }
    .nomain-inquiry{
        flex-wrap: wrap;
    }
    .nomain-inquiry>div:first-child{
        width: 100%;
        margin-bottom: 50px;
        margin-right: 0px;
    }
    .nomain-inquiry>div:nth-child(2) {
        width: 100%;
    }
    .navbar-nav>li>a{
        font-size: 16px;
    }
    .navbar-nav>li{
        margin-left: 5px;
    }
    .leftnavli ul li a{
        font-size: 16px;
        max-width: 90%;
    }
    .section-about-us .get-in-touch .contact-us div[class*="col-md"] {
        width: 100%;
    }
    .product-list .product-header{
        display: none !important;
    }
    .product-list .hidden-md{
        display: block !important;
    }
    .product-list .product-item{
        display: block;
    }
    .product-list .product-item .col-md-2{
        width: 75%;
    }
    .product-list .product-item>div{
        margin-bottom: 5px;
    }
    .section-inner-wrap{
        font-size: 1em;
    }
    .services-list .list-item h3{
        font-size: 16px;
        padding: 40px 10px 20px;
    }
    .services-list .list-item h3:before{
        width: 70px;
    }
}

@media screen and (max-width:991px) {




.section-index-banner .carousel-control.left {
    left: 0px;
}
.section-index-banner .carousel-control.right {
    right: 0px;
}
.section-index-banner .item.thanksgiving-banner .thanksgiving-banner-pic{
	width: 600px;
}
.section-index-banner .item {
    height: 600px;
    min-height: 600px
}
.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%;
}
.qa-content .qa-title span{
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #cecece;
	border-radius: 0px;
}
.qa-content .qa-title{
	flex-wrap: wrap;
	border-bottom: none;
}
.casestudy-list .case-study-content .pic{
	width: 100%;
	float: none;
	margin-left: 0px;
}  
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(7) .nav-list>ul{
        flex-wrap: wrap;
    }
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(7) .nav-list>ul>li{
        width: 100%;
    }
    .site-nav .navbar .dropdown-menu .nav-list>ul>li>ul>li ul{
        position: static;
    }
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(3) .nav-list>ul{
        flex-wrap: wrap;
    }
    .site-nav .navbar .navbar-nav li.dropdown:nth-child(3) .nav-list>ul>li{
        width: 100%;
    }
    .site-header .container>.row>.col-md-10 {
        padding-right: 0px !important;
    }
    .navbar-nav>li>span {
        float: right;
        margin-top: 20px;
    }
    .site-nav{
        width: 100%;
    }
    .search-part{
        margin-right: 100px;
    }
    .site-header .logo img {
        height: 40px;
    }
    .navbar-header {
        float: right;
        margin-top: 12px;
    }
    .site-header .logo {
        display: inline-block;
    }
    .navbar-nav>li{
        width: 100%;
    }
    .site-nav .navbar-collapse{
        display: none !important;
    }
    .site-nav .navbar-collapse.in{
        display: block !important;
        background-color: #323066;
        overflow-y: auto !important;
    }
    .navbar-header .navbar-toggle{
        display: block;
    }
    .search-part{
        width: 50%;
    }
    .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;
    }
    .row.stretch>div p {
        margin-bottom: 15px;
    }
    .row.stretch .ServiceShowPic{
        position: static;
        width: 100%;
    }
    .services-list{
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .services-list .list-item{
        width: 450px;
        max-width: 100%;
    }
    .leftnavtitle a{
        font-size: 18px;
    }
    .leftnavli ul li a{
        font-size: 1em;
    }
    .section-contact-us h2{
        font-size: 1.4em;
    }
    .section-about-us .get-in-touch .contact-us div[class*="col-md"] {
        width: 100%;
    }
    .section-about-us .get-in-touch .info h3{
        font-size: 1.3em;
    }
    .section-about-us .get-in-touch .info{
        overflow: hidden;
        background: #0092f2;
        min-height: 200px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .section-about-us .get-in-touch .info img {
        width: 150%;
        max-width: none;

    }
    .notes-wrap .notes {
        font-size: 14px;
    }
    .section-discovery-more h2{
        font-size: 1.3em;
    }
    .get-a-quote{
        font-size: 1em;
    }
    /*.proList{*/
    /*    margin-bottom: 35px;*/
    /*}*/
    .pro-table .row .col-md-3{
        text-align: left;
    }
    .section-about-us .company .image img {
        height: 100%;
        width: auto
    }
    .section-inner-wrap .page-title h1{
        font-size: 1.1em;
        line-height: 1.5em;
    }
    .section-inner-wrap>.container>.row{
        display: flex;
        flex-direction: column-reverse;
    }
    .section-discovery-more {
        margin: 0px 0px 40px;
    }
    .container{
        width: 100%;
        padding: 0px 30px;
    }
    .section-about-us {
        font-size: 0.9em
    }
}

@media screen and (max-width:767px) {

.info-item3 .list-item .list-item-content{
	flex-wrap: wrap;
	justify-content: center;
}
.info-item3 .list-item .list-item-content .pic{
	width: 100%;
	margin-top: 60px;
}
.info-item3 .list-item .list-item-content .text{
	width: 100%;
	border-left: none;
	padding: 20px 10px 10px;
}
.info-item2 .list-item{
	flex-wrap: wrap;
}
.info-item2 .list-item .pic{
	width: 100%;
	height: 200px;
}
.info-item2 .list-item .text{
	width: 100%;
	min-height: auto;
}
.info-item1{
	padding: 40px 15px 40px;
}
.table-responsive{width:100%;overflow:auto;-ms-overflow-style:-ms-autohiding-scrollbar;}
.table-responsive table{
 	min-width: 768px;
 }  
.productlist-references{
	width: 100%;
	overflow: auto;
} 
.productlist-references .productlist{
	width: 700px;
} 
    .search-part {
        width: 100%;
        margin-right: 0px;
        margin-top: 0px;
    }
    .container{
        width: 100%;
        padding: 0px 15px;
    }
    .section-index-product {
        margin: 30px 15px;
    }
    .section-index-product .container {
        padding: 0px 0px;
    }
    .follow-us .text-right{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .section-about-us .get-in-touch .follow-us .text-right a{
        margin-top: 15px;
        margin-left: 0px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0px !important;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0px !important;
    }


    .pro_list .pro_list_info{
        width: 100%;
    }
    .pro_list{
        flex-wrap: wrap;
    }
    .pro_list_title{
        margin-bottom: 5px;
    }
    .pro_list .pro_left_cas{
        width: 100%;
        margin-bottom: 3px;
    }


}

.page-contact-us {
    margin-top: 30px
}

.page-contact-us .col-md-4 {
    margin-bottom: 30px
}

.site-tabs{ margin-bottom: 25px; margin-top: 15px;}
.site-tabs ul{ border-bottom: 1px solid #4c4988; overflow: hidden;}
.site-tabs ul li{ display: inline-block; float:left;}
.site-tabs ul li a{ cursor: pointer; display: inline-block;padding: 8px 20px; color:#4c4988; background-color: #eee;
    width: 220px;
    text-align: center;
    font-weight: bold;
}
.site-tabs ul li.active a{ background-color: #4c4988; color: #fff;}

.supportDownload { margin-top: 20px; margin-bottom: 30px;}
.supportDownload .item {margin-top:10px; background-color: #eee;}
.supportDownload .row { height: 75px;}
.supportDownload .name {background: url(../images/icon-pdf.svg) 35px center no-repeat; background-size: 23px; padding-left: 75px;}
.supportDownload .name a {color:#333;}
.supportDownload .name a:hover {color:#3754aa;}
.supportDownload .date {color:#808080;}
.supportDownload .button a { display:inline-block;padding: 0 10px; color:#3754aa;line-height:34px;border:1px solid #3754aa;border-radius:20px;transition:all 0.3s ease;}
.supportDownload .button a:hover {background:#3754aa;color:#fff;}
.flex-v-center{ align-items: center;}
@media (max-width: 992px) {
    .supportDownload .row { height: auto;}
}
@media (min-width: 992px) {
    .md-text-right{ text-align: right}
    .md-flex{ display: flex;}
}
.swiper-button-next:before, .swiper-container-rtl .swiper-button-prev:before,
.swiper-button-prev:before, .swiper-container-rtl .swiper-button-next:before {
    content: "";
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    top: 45% !important;
    right: -20px !important;
    outline: none;
    background: url(../images/carousel-right.svg) no-repeat center center / 60% #e36b98 !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    top: 45% !important;
    left: -20px !important;
    outline: none;
    background: url(../images/carousel-right.svg) no-repeat center center / 60% #e36b98 !important;
    transform: rotate(180deg);
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #e93470 !important;
}
.download-btn a {
    background-color:#3754aa;
}
.download-btn a:hover{
    background-color: #4c4988;
}