h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #00539f;
}

a, a:visited {
    text-decoration: none;
}

p, .container-bottom-a>* {
  margin: 0;
}

html::-webkit-scrollbar {
  display: none
}

html {
  scrollbar-width: none;
}

body {
  font-family: "Varela Round";
  font-weight: 400;
}


.container-header {
  background-color: rgba(0, 0, 0, 0.75);
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0,rgba(0, 0, 0, 0.75) 100%);
  /* min-height: 440px; */
}

/*.home_page .container-component {
  position: relative;
  z-index: 10;
}
*/

.layout-blog .container-topbar{
    position: relative;
    background: #fff;
    background: rgba(255, 255, 255, .9);
}

.layout-blog .container-header .mod-menu {
  color: #000
}

.home_page .kensunglaser_slideshow {
    flex-grow: 3;
}

.home_page .kensunglaser_slideshow::before{
  background: radial-gradient(circle at calc(100% - 100px) calc(100% - 110px),#006ed2 99px,transparent 100px),transparent;
  transform: translate(30px,30px);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}

.home_page .kensunglaser_slideshow::after{
  transform: translate(30px,30px);
  background: radial-gradient(circle at calc(100% - 170px) calc(100% - 50px),#000 49px,transparent 50px),transparent;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.polka-dot::before{
  background: radial-gradient(circle at calc(100% - 100px) calc(100% - 110px),#006ed2 99px,transparent 100px),transparent;
  transform: translate(30px,30px);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}

.polka-dot::after{
  transform: translate(30px,30px);
  background: radial-gradient(circle at calc(100% - 170px) calc(100% - 50px),#000 49px,transparent 50px),transparent;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.home_page .container-bottom-a, .home_page .item-pagehome_page {
  background-color: #c2c9e5
}

.home_page .container-bottom-b {
  background-color: #fff;
}

.home_page .camera_bar {
  visibility: hidden;
}

.home_page .camera_pag {
    position: absolute;
    width: 20px;
    display: inline-block;
    bottom: 30px;
    z-index: 1;
    line-height: 30px;
}

/* TODO reuse bootstrap css or create new class on [topbar modules] elements */
.banner-overlay {
  display: flex;
  align-items: center;
}

.container-topbar {
  display: flex;
  position: fixed;
  z-index: 1;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 30%) 60%, rgba(255, 255, 255, 20%) 100%);
}

.container-topbar .mod-list li {
  flex-grow: 1;
  padding: 3em 0em 2em 2em;
  font-size: calc(0.23rem + 1vw);
}
/* TODO reuse bootstrap css or create new class on [topbar modules] elements */

.home_page .container-below-top {
  margin-left: 0px;
  display: flex;
}

.home_page .banner-overlay {
  order: -1;
  padding: 0em 3em;
}

.home_page .banner-overlay p {
  margin-bottom: 0px;
}

.home_page .make_appointment {
    width: 200px;
    flex-grow: 1;
    background-color: rgba(0, 0, 0, 0.75);
    margin: 2vh 2vw;
    border:none;
}

.home_page .appoint-wrapper {
    background-color: rgba(0,0,0,0.75);
    /*background-image: url(../../../../../images/logo-mark-bg.svg);*/
    /*background-image: url(../../../../../images/kensung_logo_white.png);*/
    background-size: contain;
    flex-grow: 1;
    margin-left:40px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_page .appoint-content {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

.home_page .appointment-h3 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
}
    
.home_page .appointment-p {
    width: 450px;
}

.home_page .appointment-width-large {
    width:450px;
}

.home_page .appointment-icon {
    fill: currentColor;
    margin-right: 10px;
}

.home_page .appointment-button {
    color: #fff;
    border: 2px solid #e2e8f6;
    border-radius: 100px;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 38px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 46px;
    transition: .2s ease-in-out;
    transition-property: color,background-color,background-position,background-size,border-color,box-shadow;
    text-transform: none;
    letter-spacing: .5px;
    cursor: pointer;
    margin: 10px 0 0 10px;
  }

.flex-center-center {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}


.home_page .make-appointment-slide {
    font-size: 11px;
    color: #000;
}

.home_page .slide-appointment {
    background-color: rgba(255,255,255,0.9);
    position: fixed;
    left: -500px;
    top: 30vh;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1em 0;
    width: 500px;
    transition: left 1s; /* 设置过渡效果，持续时间为1秒 */
    transition-timing-function: ease-in-out; /* 设置动画的缓动函数 */
}

.home_page .slide-appointment h4 {
    color: #00539f;
    margin: 1em auto 0 auto;
    font-size: 2em;
}

.home_page .slide-appointment p {
    font-size: 1.6em;
    margin: 1em auto 0 auto;
}

.home_page .slide-whatsapp-button {
    border-radius: 100px;
    background-color: #00539f;
    color: #fff;
    line-height: 3em;
    padding: 0 3em;
    cursor: pointer
}

.home_page .slide-whatsapp-button:hover {
    background-color: #004686
}

.home_page .slide-email-button {
    border-radius: 100px;
    line-height: 3em;
    padding: 0 3em;
    cursor: pointer;
    background-color: transparent;
    color: #00539f;
    border: 2px solid #e2e8f6;
}
.home_page .slide-email-button:hover {
    background-color: transparent;
    color: #00539f;
    border-color: #006ed2;
}

.home_page .slide-appointment-toggler {
    background-color: #00539f;
    text-shadow: 0 1px 1px rgba(255,255,255,0.5);
    color: #ffffff;
    position: absolute;
    top: 0;
    right: -2.1em;
    line-height: 1.8em;
    cursor: pointer;
    padding: 1em 0;
    border-right: 0.3em solid;
    border-color: rgb(0, 53, 129);
    border-radius: 0 10px 10px 0;
    text-transform: uppercase;
    vertical-align: middle;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    white-space: nowrap;
}

.home_page .slide-appointment-toggler:hover {
    background-color: #E04F49;
    border-color: #ec534d;
}


.home_page .slide-appointment p.slide-appointment-toggler {
    margin: 0px;
    font-size: 1.4em;
}

.home_page main h3 {
  color: #00539f;
  text-align: center;
  padding: 40px;
  font-size: 36px;
  font-family: Oswald;
  font-weight: 400; 
}

.home_page main p {
  text-align: center;
}

.no-display {
  display: none
}

.home_page .grid-products {
  display: grid;
  grid-template-columns:25% 25% 25% 25%;
  /*repeat重复函数*/
  grid-template-rows:repeat(3, 440px);
  grid-template-columns:25vw 25vw 25vw 25vw;
  /*repeat重复函数*/
  grid-template-rows:repeat(3, 25vw);
  grid-gap: 60px 0px;
}

.home_page .grid-products p.productimg-p {
  padding: 0px;
  margin: 0px 40px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0,15,39,.1), 5px -5px 10px rgba(0,15,39,.1);
  cursor: pointer;
}

.home_page   p.productimg-p img {
  height: 340px;
  width: 100%;
}

.home_page span.productname-mask {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 2;
  font-weight: 400;
  background-color: #00539f;
  color: #fff;
  background-image: linear-gradient(45deg,#00539f,#006ed2);
}

.faq-items-wrapper {
  width: 70%;
  margin: 50px auto 0 auto;
}

.faq-items-wrapper .view-line-icon {
  width: 20%;
  margin: 0 auto;
} 

.faq-items-wrapper .view-line-icon:before,  .faq-items-wrapper .view-line-icon:after{
  display: block;
  content: "";
  border-bottom: 0;
  flex-grow: 1;
  border-top: 1px solid #000;
}

.faq-items-wrapper .element-icon {
  color: #333;
  margin: 0 10px;
  border-color: #333;
  font-size: 1em;
}

.faq-items-wrapper h2 {
  color: #333;
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
}

.faq-item .arrow-ud {
  float: right;
  margin-right: 20px;
  font-size: 16px;
}

.home_page .faq-item {
  margin-bottom: 30px
}

.home_page .faq-item p {
  margin: 0px;
}


.question-content a, .question-content a:visited {
  font-weight: 500;
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #d5d8dc;
  cursor: pointer;
  outline: none;
  font-size: 20px;
  text-decoration: none;
}

.question-content a{
  color: #333;
}

.question-content-expand a, .question-content-expand i {
    color: #497EC0;
}

p.answer-content {
    padding: 0 15px;
    color: #666;
    font-size: 16px;
}


/* about us css  S*/
.about-us-brief {
  color: #333;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  background-color: #c2c9e5;
  padding-top: 40px;
}

.about-us-brief h2.abs-title {
  display: none
}

.itemid-101 h2.abs-title {
  display: block;
  font-size: 32px;
  font-weight: 500;
}

.about-us-brief h3 {
  color: #fff;
  margin-top: 30px
}

.about-us-brief p {
  font-size: 16px;
}

.brief-wrapper, .product-dep-wrapper, .footer-contact-wrapper, .footer-contact-info, .copy-right, 
.blog-list-items, .blog-items-upper, .item-pagekensung-blog, .product-detail-wrapper, .products-list {
    width: 80vw;
    margin: 0 auto;
}

.contact-us-wrapper {
    width: 60vw;
    margin: 0 auto;
}

.backgroud-arc {
  margin-bottom: 40px;
  width: 100%;
}

.backgroud-arc::before {
    content: "";
    display: block;
    height: 50px;
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%221960%22%20height%3D%2250%22%20viewBox%3D%220%200%201960%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1960%2C.1V50H0V.1S477%2C46%2C980%2C46%2C1960%2C.1%2C1960%2C.1Z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.flipcard-wrapper {
  margin: 40px 0 40px 0;
  perspective: 1000px;
}

.flipcard-inner {
  flex-grow: 1;
  width: 30%;
  height: 250px;
  margin-left: 40px;
  position: relative;
  transition: 0.6s;
  transform-style: preserve-3d;
  color: #fff;
  background-image: linear-gradient(45deg, #00539f, #006ed2);
  box-shadow: 0 20px 40px 0 rgba(0,15,39,.1);
  border-radius: 20px;
  
}

.flipcard-front {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  text-align: center;
}

.uk-icon {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
}

.flipcard-back {
  line-height: 25px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;

  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);    
  font-size: 16px;
  padding: 20px;
}

.flipcard-inner:hover {
  transform: rotateY(180deg);
}

.flipcard-inner:hover .flipcard-front{
  visibility: hidden;
} 

.about-us-top-img {
  background-image: url(../../../../../images/about_us/production-line-6.jpg);
  width: 100%;
  height: 700px;
  position: relative;
}

.abs-img-ribbon {
  padding: 20px 20px;
  background: rgba(0, 83, 159, .7);
  position: absolute;
  bottom: 0;
  width: 100%;
  word-spacing: 15px;
}

.product-dep-wrapper .row {
    margin: 0 0 40px 0;
}

.product-dep-wrapper h2,  .product-dep-wrapper h3 {
    margin-bottom: 20px;
}

.product-line-imgs {
    background-image: url(http://kensunglaser.com/images/about_us/product-line-3.jpg);
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
    border-radius: 20px;
    background-size: cover;
}

.product-dep-intro {
    padding-left: 40px;
}

.accordion-item-title {
    color: #00539f;
    display: block;
    font-size: 20px;
    line-height: 1.7;
    overflow: hidden;
    padding: 10px 10px;
    background: #c2c9e5;
    font-family: Oswald;
    font-weight: 400;
    border-top: 5px solid #00539f;
    cursor: pointer;
}

.accordion-item-title::before {
    content: "";
    width: 1.7em;
    height: 1.7em;
    margin-left: 10px;
    float: right;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%2300539F%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%2300539F%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.accordion-item-content {
    margin-top: 25px;
}

.accordion-item {
    margin-top: 25px;
    border: 0px;
}

.qc-img {
    background: url(http://kensunglaser.com/images/about_us/dev-serch-1.jpg);
    display: block;
    height: 400px;
    position: relative;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    border-radius: 20px;
    background-size: cover;
}

.after-sell-dep-img {
    background: url(http://kensunglaser.com/images/about_us/2-2.jpg);
    display: block;
    height: 400px;
    position: relative;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    border-radius: 20px;
    background-size: cover;
}

.qc-img.polka-dot::before, .after-sell-dep-img.polka-dot::before {
    background: radial-gradient(circle at calc(100% - 100px) calc(100% - 110px),#006ed2 70px,transparent 72px),transparent
}

.oem-service h2, .oem-service p {
    color: #fff;
}

.oem-service {
    background-color: #00539f;
    color: #fff;
    background-image: linear-gradient(45deg, #00539f, #006ed2);
    box-shadow: 0 20px 40px 0 rgba(0,15,39,.1);
    padding: 60px 50px 120px 50px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.oem-service-imgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 20px;
}

.oem-img {
    overflow: hidden;
    border-radius: 10px;
}

/* about us css  E*/

/* footer css S */
.footer-outer-wrapper {
    background-color: #000;
}

.footer-contact-wrapper {
    background-image: linear-gradient(rgb(0 0 0 / 85%), rgb(0 0 0 / 85%)), url(http://kensunglaser.com/images/kensung_logo_white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30%;
    padding: 30px 0;
}

.fo-co-le h2,  .fo-co-le p {
    color: #fff;
    margin-top: 20px;
}

.footer-contact-wrapper .whs-app, .footer-contact-wrapper .sch-onl {
    -webkit-appearance: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 38px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    transition: .2s ease-in-out;
    transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
    text-transform: none;
    letter-spacing: .5px;
    border-radius: 500px;
    background-origin: border-box;
    cursor: pointer;
    margin-top: 10px;
}

.footer-contact-wrapper .whs-app {
    background-color: #fff;
    color: #00539f;
    background-image: none;
    border: 2px solid transparent;
    
}

.footer-contact-wrapper .whs-app:hover {
    background-color: rgba(255, 255, 255, .85);
    color: #00539f;
    border-color: transparent;
    box-shadow: none;
}

.footer-contact-wrapper .sch-onl {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    border: 2px solid #e2e8f6;
}

.footer-contact-wrapper .sch-onl:hover {
    background-color: transparent;
    color: rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .7);
    box-shadow: none;
}

.footer-arc {
    position: relative;
}

.footer-arc::before {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%221960%22%20height%3D%2250%22%20viewBox%3D%220%200%201960%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22none%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%2300539F%22%20d%3D%22M1960%2C.1V50H0V.1S477%2C46%2C980%2C46%2C1960%2C.1%2C1960%2C.1Z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
    content: "";
    display: block;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    height: 50px;
    background-repeat: repeat-x;
}

.footer-contact-info-wrapper {
    background-color: rgb(0, 83, 159);
}

.footer-contact-info-wrapper p, p.copy-right {
    color: rgba(255, 255, 255, .7);
}

.li-flex-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    
}

.list-group-item {
    border: 0;
    background: transparent;
}

.footer-contact-info .item-icon {
    color: rgba(255, 255, 255, .7);
    margin-right: 15px;
}

.footer-contact-info .item-info {
    flex-grow: 1;
    color: rgba(255, 255, 255, .7);
}

.footer-contact-info .item-info a {
    color: #fff;
}


.sns-icons div {
    background-color: #fff;
    padding: 8px 10px;
    border-radius: 20px;
    margin: 0 20px;
}

.footer.footer-outer-wrapper {
  background: #000;
  margin: 0;
}
/* footer css E */


/* reviews S */
.reviews-top-img {
  background-image: url(../../../../../images/reviews/review_top.png);
  width: 100%;
  height: 700px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.review-infos {
    display: flex;
    flex-wrap: wrap;
    padding:0 40px;
    align-content: flex-start;
    align-items: flex-start;
}


.review-card {
    width: 30vw;
    box-sizing: border-box;
    transition: .1s ease-in-out;
    transition-property: color, background-color, background-size, border-color, box-shadow;
    margin-left: 20px;
    position: relative;
    transform-style: preserve-3d;
    color: rgba(255, 255, 255, .7);
}

.review-A {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.review-B {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg);
    height: 200px;
    text-align: center;
    overflow: scroll;
}

.review-card:hover {
    transform: rotateY(180deg);
}

.review-card-s1 {
    background-color: #00539f;
    background-image: linear-gradient(45deg, #00539f, #006ed2);
    box-shadow: 0 20px 40px 0 rgba(0,15,39,.1);
    padding: 60px 50px;
    border-radius: 20px;
}

.review-card-s2 {
    background-color: #110808;
    border-top: 3px solid #c2c9e5;
    background-image: linear-gradient(45deg,#000,#141414);
    box-shadow: 0 20px 40px 0 rgba(0,15,39,.1);
    padding: 60px 50px;
    border-radius: 20px;
}

/* reviews E */

/* contact S */
.contact-top-img {
  background-image: url(../../../../../images/contact/contact_top.png);
  width: 100%;
  height: 700px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-us-inform label {
    color: #00539f;
}

.contact-us-inform .form-control {
    border: 1px solid #00539f;
    background: #fff;
    color: #000;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border-color;
    min-height: 45px;
    border-radius: 20px;
}

.contact-us-inform .form-control:focus{
    outline: 0;
    background-color: #bbc3e2;
    color: #000;
    border-color: transparent !important;
}

.contact-us-inform button {
    background-color: #00539f;
    color: #fff;
    border: 2px solid transparent;
    padding: 0 38px;
    font-size: 16px;
    line-height: 46px;
    letter-spacing: .5px;
    border-radius: 500px;
}

.contact-us-inform .uk-icon {
    color: #00539f;
}

/* contact E */

/* blog S */
.blog-list-items {
  padding: 20px 0;
  border-top: 1px solid #ccc;
}

.blog-list-items .blog-item {
  height: 100%;
  line-height: 1.25;
  width: 100%;
  position: relative;
  color: rgba(34, 34, 34, 1);
  background-color: rgba(255, 255, 255, 1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.15);
  box-shadow: 0 0 12px rgba(0,0,0,0.15);
  padding: 0 20px;
}

.blog-item h1 {
  color: rgba(var(--fd-gray-800),1);
  font-size: 25px;
  margin-bottom: 20px;
}

.blog-item .btn-secondary {
  background-color: #00539f;
  color: #fff;
  border-color: transparent;
  background-image: linear-gradient(45deg, #00539f, #006ed2);
  letter-spacing: .5px;
  border-radius: 500px;
  padding: 0 38px;
  font-size: 16px;
  line-height: 46px;
}

.blog-item p {
  margin-bottom: 20px;
}

.item-pagekensung-blog {
  padding-top: 20px;
}

.item-pagekensung-blog .left.item-image {
  float: none
}

.item-pagekensung-blog .page-header {
  border-top: 1px solid #ccc;
}

.item-pagekensung-blog .blog-grid-right {
  border-radius: 20px;
  background-color: #00539f;
  height: 900px;
}
/* blog E */

/* Product S*/
/* TODO: find which php render this, custom a css name*/
.mod-menu li.deeper ul li {
  display: block;
  padding: 0px;
  font-size: 16px;
}
.products-list {
  margin-top: 50px;
  padding: 0 100px;
}


.products-list .product-item img {
  width: 200px;
  height: 200px;
}

.side-tit {
  font-size: 16px;
  height: 36px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 36px;
  color: #FFF;
  padding: 0 0 0 15px;
  background: #353535;
}

.cate-type-list {
  padding: 0 8px 0 15px;
}

.cate-type-list>li {
  line-height: 20px;
  font-size: 13px;
  list-style: none;
  position: relative;
  text-transform: capitalize;

}

.cate-type-list>li>a {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  margin-right: 0;
  color: #333;
  position: relative;
  display: block;
  transition: color .3s ease-in-out;
  text-decoration: none;
}

.cate-type-list li a:hover, .cate-type-list li.active>a {
  color: #252D80;
}


.cate-type-list>li>a:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #e0e0e0;
  position: absolute;
  left: 0;
  top: 12px;
}


.products-list .item-img img {
  box-shadow: 1px 1px 4px rgba(0,0,0,.2);
  width: 200px;
  height: 200px;
}

.products-list .item-figcaption {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}


.products-list .item-btn a {
    line-height: 30px;
    display: inline-block;
    padding: 0 25px;
    position: relative;
    background: #666;
    text-transform: uppercase;
    color: #fff;
    transition: all ease-in-out .35s;
    -webkit-transition: all ease-in-out .35s;
    letter-spacing: .38px;
    font-weight: bold;
    font-size: 13px;
    z-index: 0;
}

.products-list .item-btn a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #13adeb;
    z-index: -1;
    transition: all ease-in-out .35s;
    -webkit-transition: all ease-in-out .35s;
}

.products-list .item-btn a:hover:after {
  width: 100%;
}

.page-link, .item-title {
  cursor: pointer
}

.product-detail  {
    --swiper-theme-color: #333;
    --swiper-navigation-size: 30px;
}

.product-detail .swiper {
    height: 205px;
}


.img-container, .img-intro {
    min-height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

.img-intro ul {
    width: 100%;
}


.swiper-slide img {
    width: 200px;
    height: 200px;
    cursor: pointer;
}

.product-detail p,  .product-detail li {
    margin-bottom: 20px;
    font-size: 18px;
}

.product-breIntr .btn-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.product-breIntr .quote-btn, .product-breIntr .chat-btn {
    padding: 5px 0;
    border-radius: 20px;
    width: 250px;
    font-size: 15px;
    border: 0px;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    color: #fff;
}

.product-breIntr .quote-btn {
    background: #2a69b8;
}

.product-breIntr .chat-btn {
    background: #63e350;
}


.product-breIntr i {
    font-size: 15px;
    color: #fff;
}

.product-breIntr .btn-word {
    width: 100px;
}

.product-detail .row {
    margin: 70px 0;
}

.compare_img img {
    width: 45%;
}

.product-detail .specification {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
/* Product E*/