body{
  margin:0;
  font-family: 'Roboto', sans-serif;
}
.menu-header ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.header-pc{
      align-items: center;
}
.menu-header a {
  text-transform: uppercase;
  font-weight: bold;
}
.phone-settings {
  text-align: center;
}
.header-phone {
  padding: 12px 24px;
  font-weight: 500;
  fill: #ffffff;
  color: #ffffff;
  background-color: #8cdae0;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 10px 1px
    rgba(61.500000000000014, 61.500000000000014, 61.500000000000014, 0.3);
  width: auto;
  display: inline-block;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.text-phone {
  font-weight:bold;
  display: inline-block;
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.icon-phone {
  margin-right: 5px;
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px;
  color: #fff;
}
.filter-search {
  text-align: center;
  position: absolute;
  bottom: 1%;
  z-index: 1;
  width: 100%;
}
.filter-search .container {
  background: #e5e3e3;
  padding: 10px 20px 20px;
  border-radius: 5px;
  /*opacity: 0.8;*/
}
.filter-search h2 {
  font-size:20px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #f47c52;
}
.filter-search .container .row {
  padding: 10px 0;
}
.filter-search select{
  color:#000;
  padding: 0 30px 0 10px;
    width: 100%;
    height: 30px;
    border-radius: 0;
        border: none;
        outline:none;
}
.filter-search select option{
  font-size: 12px;
    padding: 0px 5px;
}
.filter-search button {
    background: #8cdae0;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 30px;
}
.cam-ket {
    position: relative;
    border-radius: 20px;
}
.cam-ket .container{
  padding: 0 0 10px;
}
.form-dki{
  display: flex;
  justify-content: center;
  align-items: center;
  background:#00000082;
}
.form-dki h3{
  color:#fff;
  text-transform: capitalize;
  text-align: center;
}
.form-dki div{
      padding: 20px;
          text-align: center;
}
.form-dki input{
  background-color: transparent;
      width: 100%;
    min-height: 35px;
        margin-bottom: 10px;
    outline: none;
    border: 1px solid #fff;
    color: #fff;
    padding-left: 10px;
}
.form-dki input::placeholder {
  color: #7a7a7a;
  font-weight: bold;
}
.form-dki a{
  color:#fff;
}
.form-dki button{
  width:100%;
      animation: glowing 500ms infinite;
      padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    background-color:#8cdae0;
    border: none;
    text-align: center;
    margin-top:10px;
}
.custom-text h3{
      color: #ff0000;
    text-align: center;
    text-transform: uppercase;
}
.custom-text{
  color:#fff;
}
@-webkit-keyframes my {
    0% {
        color: #F8CD0A
    }

    50% {
        color: #fff
    }

    100% {
        color: #F8CD0A
    }
}

@-moz-keyframes my {
    0% {
        color: red
    }

    50% {
        color: #fff
    }

    100% {
        color: red
    }
}

@-o-keyframes my {
    0% {
        color: red
    }

    50% {
        color: #fff
    }

    100% {
        color: red
    }
}

@keyframes my {
    0% {
        color: red
    }

    50% {
        color: #fff
    }

    100% {
        color: red
    }
}


@-webkit-keyframes xemthem {
    0% {
        color: #ec4646;
        background-color:#fff;
    }

    50% {
        color: #fff;
        background-color:#ec4646;
    }

    100% {
        color: #ec4646;
        background-color:#fff;
    }
}

@-moz-keyframes xemthem {
    0% {
        color: #ec4646;
        background-color:#fff;
    }

    50% {
        color: #fff;
        background-color:#ec4646;
    }

    100% {
        color: #ec4646;
        background-color:#fff;
    }
}

@-o-keyframes xemthem {
    0% {
        color: #ec4646;
        background-color:#fff;
    }

    50% {
        color: #fff;
        background-color:#ec4646;
    }

    100% {
        color: #ec4646;
        background-color:#fff;
    }
}

@keyframes xemthem {
    0% {
        color: #ec4646;
        background-color:#fff;
    }

    50% {
        color: #fff;
        background-color:#ec4646;
    }

    100% {
        color: #ec4646;
        background-color:#fff;
    }
}
.custom-text div{
  text-align:center;
}
.form-dki a{
      -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite;
    -o-animation: my 700ms infinite;
    animation: my 700ms infinite;
      padding: 10px 20px;
    border: 1px solid;
        text-transform: capitalize;
}
.bg-over {
    background-position: center center;
  position: relative;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    padding: 10px 0;
}
.section-bg-overlay.absolute.fill {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.698);
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0!important;
    margin: 0!important;
}
.tab-prj {
    padding: 30px 0;
    background-color: rgba(0, 0, 0, 0.07);
}
.tablink {
  font-weight:bold;
  text-transform:uppercase;
  color: rgba(102,102,102,.85);
    margin-bottom: -1px;
      margin-right: 0.1em;
    padding: 10px 0;
    background-color: rgba(0,0,0,.04);
    padding-left: 15px;
    border: 1px solid #ddd;
    padding-right: 15px;
}
.tablink.active {
      color: rgba(17,17,17,.85);
  border-bottom: none;
    border-top-color: #8cdae0;
    background-color: #fff;
}
.tab{    flex-wrap: wrap;
          display: flex;
    justify-content: center;
}
.tab-panel{
  border: 1px solid #ddd;
    background-color: #fff;
    padding: 30px;
}
.tabcontent{
  display:none;
}
.tabcontent .container a{
  padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    background-color: #8cdae0;
    border: none;
    text-align: center;
    margin-top: 10px;
}
.inner-text-contact {
      text-align: left;
    padding: 25px 0px 25px 0px;
}
.inner-text-contact h3{
  margin-top:0;
      color: #1770b2;
}

.odd .inner-text-contact h3{
  color:#fff;
}
@-webkit-keyframes glowing {
    0% {
        background-color: red;
        -webkit-box-shadow: 0 0 8px red
    }

    50% {
        background-color: red;
        -webkit-box-shadow: 0 0 18px red
    }

    100% {
        background-color: #8cdae0;
        -webkit-box-shadow: 0 0 8px red
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: red;
        -moz-box-shadow: 0 0 8px red
    }

    50% {
        background-color: #8cdae0;
        -moz-box-shadow: 0 0 18px red
    }

    100% {
        background-color: #8cdae0;
        -moz-box-shadow: 0 0 8px red
    }
}

@-o-keyframes glowing {
    0% {
        background-color: red;
        box-shadow: 0 0 8px red
    }

    50% {
        background-color: red;
        box-shadow: 0 0 18px red
    }

    100% {
        background-color: red;
        box-shadow: 0 0 8px red
    }
}

@keyframes glowing {
    0% {
        background-color: red;
        box-shadow: 0 0 8px #8cdae0
    }

    50% {
        background-color: red;
        box-shadow: 0 0 18px red
    }

    100% {
        background-color: red;
        box-shadow: 0 0 8px red
    }
}
.contact-index.even{
  background:url(https://statics.pancake.vn/web-media/95/c9/bc/c4/87e190fb7c5bc2e7336933845277b21dc51c32799bfe89a0196ae7d3.png);
      background-position: center center;
    background-size: cover;
}
.contact-index.odd{
  background:url(https://statics.pancake.vn/web-media/0d/03/20/73/b2ed1a489adbddc1d1dc53587f6d53e610c2790ef21a4773319a6cbf.png);
      background-position: center center;
    background-size: cover;
}
.inner-text-contact a{
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 10px!important;
    /*border: 2px solid #8cdae0;*/
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 16px;
    padding: 10px;
    font-weight:bold;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 800ms infinite;
    -moz-animation: glowing 800ms infinite;
    -o-animation: glowing 800ms infinite;
    animation: glowing 500ms infinite;
}
@-webkit-keyframes glowing1 {
    0% {
        background-color: #1770b2;
        -webkit-box-shadow: 0 0 8px #1770b2
    }

    50% {
        background-color: #0094FF;
        -webkit-box-shadow: 0 0 18px #1770b2
    }

    100% {
        background-color: #1770b2;
        -webkit-box-shadow: 0 0 8px #004A7F
    }
}

@-moz-keyframes glowing1 {
    0% {
        background-color: #1770b2;
        -moz-box-shadow: 0 0 8px #1770b2
    }

    50% {
        background-color: #1770b2;
        -moz-box-shadow: 0 0 18px #1770b2
    }

    100% {
        background-color: #1770b2;
        -moz-box-shadow: 0 0 8px #1770b2
    }
}

@-o-keyframes glowing1 {
    0% {
        background-color: #1770b2;
        box-shadow: 0 0 8px #1770b2
    }

    50% {
        background-color: #1770b2;
        box-shadow: 0 0 18px #1770b2
    }

    100% {
        background-color: #1770b2;
        box-shadow: 0 0 8px #1770b2
    }
}

@keyframes glowing1 {
    0% {
        background-color: #1770b2;
        box-shadow: 0 0 8px #1770b2
    }

    50% {
        background-color: #1770b2;
        box-shadow: 0 0 18px #1770b2
    }

    100% {
        background-color: #1770b2;
        box-shadow: 0 0 8px #1770b2
    }
}
.even .inner-text-contact a{
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 10px!important;
    border: 2px solid #1770b2;
    color: white!important;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 16px;
    padding: 10px;
    font-weight:bold;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing1 800ms infinite;
    -moz-animation: glowing1 800ms infinite;
    -o-animation: glowing1 800ms infinite;
    animation: glowing1 500ms infinite;
}
@-webkit-keyframes glowing2 {
    0% {
        background-color: #fff;
        -webkit-box-shadow: 0 0 8px #fff
    }

    50% {
        background-color: #0094FF;
        -webkit-box-shadow: 0 0 18px #fff
    }

    100% {
        background-color: #fff;
        -webkit-box-shadow: 0 0 8px #004A7F
    }
}

@-moz-keyframes glowing2 {
    0% {
        background-color: #fff;
        -moz-box-shadow: 0 0 8px #fff
    }

    50% {
        background-color: #fff;
        -moz-box-shadow: 0 0 18px #fff
    }

    100% {
        background-color: #fff;
        -moz-box-shadow: 0 0 8px #fff
    }
}

@-o-keyframes glowing2 {
    0% {
        background-color: #fff;
        box-shadow: 0 0 8px #fff
    }

    50% {
        background-color: #fff;
        box-shadow: 0 0 18px #fff
    }

    100% {
        background-color: #fff;
        box-shadow: 0 0 8px #fff
    }
}

@keyframes glowing2 {
    0% {
        background-color: #fff;
        box-shadow: 0 0 8px #fff
    }

    50% {
        background-color: #fff;
        box-shadow: 0 0 18px #ffffff
    }

    100% {
        background-color: #fff;
        box-shadow: 0 0 8px #fff
    }
}
.odd .inner-text-contact a{
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 10px!important;
    border: 2px solid #fff;
    color: #E03C31!important;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 16px;
    padding: 10px;
    font-weight:bold;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing2 800ms infinite;
    -moz-animation: glowing2 800ms infinite;
    -o-animation: glowing2 800ms infinite;
    animation: glowing2 500ms infinite;
}
.section_product_all.module_product {
    padding: 20px 0;
}
.col-md-8.title-sec {
  text-transform: capitalize;
      padding: 25px 0px 25px 12px;
    text-align: left;
    font-weight: bold;
    font-size: 24px;
}
.taibaogia .inner-text-contact{
  text-align:right;
}
.option-sort .sort-area select{
  color:#000;
    box-shadow: inset 0 -1.4em 1em 0 rgba(0,0,0,.02);
    background-color: #fff;
    background-position: right 0.45em top 50%;
    background-repeat: no-repeat;
    padding-right: 1.4em;
    background-size: auto 16px;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: .97em;
    transition: color .3s,border .3s,background .3s,opacity .3s;
}
.mobi-sort{
  display:none;
}
.option-sort.col-12{
  text-align:right;
}
.block-title .inner-text-contact{
  background-color:transparent;
}
.reveal-icon:not(:hover) i {
    opacity: 0;
}
.reveal-icon:not(.icon)>span+i {
    margin-right: -0.15em;
    margin-left: 0.4em;
}
.reveal-icon i, .reveal-icon span {
    display: inline-block;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,-webkit-transform .3s;
    -o-transition: opacity .3s,transform .3s;
    transition: opacity .3s,transform .3s;
    transition: opacity .3s,transform .3s,-webkit-transform .3s;
}
.reveal-icon span {
    -webkit-transform: translateX(0.75em);
    -ms-transform: translateX(.75em);
    transform: translateX(0.75em);
}
.reveal-icon:hover>span {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.tabs.tabs-title.tab-pc.tabtitle2.ajax.clearfix.list-tab-name-category {
    padding: 0 0 10px 0;
        flex-wrap: wrap;
    display: flex;
    margin:0;
}
.tab-link.tab_cate.items-tab-name-cate {
    list-style: none;
    position: relative;
    margin: 0 7px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    padding: 10px;
        color: rgba(102,102,102,.85);
    border-radius: 99px;
        font-weight: 900;
    text-transform: uppercase;
    cursor:pointer;
    font-size:13px;
}
.tab-link.tab_cate.items-tab-name-cate.current{
      background-color: #8cdae0;
      color:#fff;
}
.col-lg-12.col-12.tab-content {
    padding-top: 20px;
}
.tab-1.tab-content.items-tab-list-product-cate{
  display:none;
}
.tab-1.tab-content.items-tab-list-product-cate.current{
  display:block;
}
.variants.product-action {
    overflow: hidden;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #cfd6e4;
    box-shadow: 0 0 4px rgb(34 47 49 / 8%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.variants.product-action:hover {
    box-shadow: 0 8px 24px rgb(34 37 49 / 16%);
}
.variants.product-action:hover .product-thumbnail {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.product-thumbnail{
  -webkit-transition: opacity .3s,background-color .3s,-webkit-transform .3s;
    transition: opacity .3s,background-color .3s,-webkit-transform .3s;
    -o-transition: opacity .3s,transform .3s,background-color .3s;
    transition: opacity .3s,transform .3s,background-color .3s;
    transition: opacity .3s,transform .3s,background-color .3s,-webkit-transform .3s;
}
.variants.product-action:hover .product-info{
      -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    background-color: #fff;
}
.product-info{
      padding: 15px 15px 20px;
}
.product-info .product-name{
  margin:0;
}
.product-info .product-name a{
  color: #3162ad;
    line-height: 1.3;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.price-box {
    padding-bottom: 15px;
}
.goi-ngay{
      background: #8cdae0;
    color: #fff;
    margin-top: 10px!important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 4px;
    padding: 7px;
}
.xemthem, .xemthem1{
  padding-top:10px;
  text-align:center;
}
.xemthem a, .xemthem1 a{
  border: 2px solid  #8cdae0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 16px;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  margin-right: 0;
  background-color:  #8cdae0;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: bold;
   -webkit-animation: xemthem 1000ms infinite;
    -moz-animation: xemthem 1000ms infinite;
    -o-animation: xemthem 1000ms infinite;
    animation: xemthem 1000ms infinite;
}
.news-post.bor-d {
    border-radius: 12px;
    border: 1px solid #cfd6e4;
    box-shadow: 0 0 4px rgb(34 47 49 / 8%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-post.bor-d img{
      border-radius: 10px;
}
.post-content.pdlr-14 {
    position: relative;
    width: 100%;
    font-size: .9em;
    text-align: center;
    padding: 10px 20px;
}
.post-title h4{
  margin:0;
  min-height:50px;
  font-size: 18px;
}
.is-divider {
    display: block;
    background-color: rgba(0,0,0,.1);
    width: 100%;
    max-width: 30px;
        margin: 0.5em auto;
    height: 2px;
}
.post-content.pdlr-14 p{
  display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color:#787474;
    height: 36px;
}
.footer-wrapper{
    background-color: rgb(199, 199, 199);
}
.news .section-title h3{
  text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
.news{
  padding-bottom:30px;
}
.section-footer .col-md-4{
  text-align:center;
}
.content-logo {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}
.div-center h2, .div-center a{
  color:#d83131;
  font-size:25px;
  text-transform: uppercase;
  font-weight:bold;
}
.div-sale h3{
  margin:5px 0;
  font-weight: bold;
    font-size: 20px;
}
.div-sale input{
  width: 100%;
    min-height: 25px;
    margin-bottom: 10px;
    outline: none;
    border: 1px solid #c1c1c1;
    color: #7a7a7a;
    padding-left: 10px;
}
.div-sale button{
      padding: 5px 30px;
    text-transform: uppercase;
    color: #fff;
    background-color: #8cdae0;
    border: none;
    text-align: center;
    margin-top: 10px;
        animation: glowing 500ms infinite;
}
.copy-right{
  border-top: 1px solid #ccc;
  display: flex;
    align-items: center;
    /* text-align: center; */
    justify-content: center;
}
.mySwiper-slider .swiper-slide{
  padding-top:10px;
}
.product-name{
      font-weight: 700;
    font-size: 21px;
    color: #000;
}
.prod-description h4{
      color: rgba(17,17,17,.85);
    letter-spacing: .02em;
    text-transform: uppercase;
}
.product-cate{
    color: #777777;
}
.product-cate ul{
  list-style:none;
  padding:0 5px;
  text-align:center;
}
.product-cate .col-6.col-xs-4{
      background: #f1f1f1;
    margin: 10px 0;
    border-radius: 111px;
    padding: 7px;
    text-transform: capitalize;
}
.product-key{
      border-top: 1px dotted #ddd;
    padding: 5px 0 15px 0;
}
.product-border{
      position: sticky;
    top: 0;
    position: -webkit-sticky;
  padding: 10px;
  box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-radius: 10px;
    background-color: white;
}
.product-name-5{
  font-size:18px;
  line-height:25px;
  font-weight:700;
}
.price-product {
    color: red;
    font-weight: 700;
    font-size: 18px;
}
.checked p{
      text-align: center;
}
.checked i{
  color: #8cdae0;
}
.product-noti.inner-text-contact{
  padding:0;
}
.product-noti.inner-text-contact, .product-execl.inner-text-contact{
  background:none;
}
.product-noti.inner-text-contact a, .product-execl.inner-text-contact a {
  width:100%;
}
.product-more {
    /* position: relative; */
    overflow: hidden;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #cfd6e4;
    box-shadow: 0 0 4px rgb(34 47 49 / 8%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-more img{
  height: 200px;
    object-fit: cover;
    width: 100%;
}
.product-more-text {
    padding: 15px 10px 20px 10px;
}
.product-more-text h5{
  margin:0;
  color:#3162ad;
  font-size:14px;
      display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 32px;
}
.no-padding{
  padding:0 0 0 10px;
}
.no-padding1{
  padding:0 10px 0 0;
}
.thoi-gian-price {
    color: red;
    font-weight: 700;
}
.thoi-gian {
    font-weight: 500;
    color: #000;
}
.padding-customer, .header-reponsive, .mfp-wrap{
  display:none;
}
.backdrop {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    top: 0;
    left: 0;
}
#sidebar.active {
    transform: translateX(0);
    left: 0;
}
.sidebar {
    transform: translateX(-250px);
    left: -250px;
    overflow-y: scroll;
    width: 250px;
    overflow-y: scroll;
    height: 100% !important;
    position: fixed;
    top: 0;
    z-index: 999999;
    transition: transform 400ms ease-in-out;
    background: white;
    overflow: hidden;
}
#sidebar-menu {
    transition: height 200ms ease-out;
    list-style:none;
    padding:0;
}
#sidebar-menu .sidebar-menu-item {
    text-transform: uppercase;
    font-weight:bold;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    color: #444;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: height 200ms ease-out;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}
.theme_search_smart.search-mobile {
    padding: 10px 0;
    display:none;
}
.theme_search_smart.search-mobile.active{
  display:block;
}
.header-search .auto-search {
    width: 100%;
    height: 38px;
    min-height: 38px;
    line-height: 38px;
    outline: none;
    padding: 0 70px 0 12px;
    margin: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 8px !important;
    font-size: 14px;
    color: #444;
    border: 1px solid #DDE1EF;
}
.header-search .btn-search {
    position: absolute;
    white-space: nowrap;
    width: 60px;
    height: 38px;
    right: 0;
    top: 0px;
    background: #8cdae0;
    overflow: hidden;
    border-radius: 0 8px 8px 0;
}
.header-search {
    position: relative;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3162ad!important;
    font-size: 15px !important;
    font-weight: bold;
    min-height:35px;
}
.category-item-information {
    display: grid;
    grid-template-columns: 50% 50%;
}
.title-wrapper{
  padding:0 10px 20px 10px;
}
.aside-filter .filter-container {
    margin-bottom: 0px;
    width: 100%;
    overflow: hidden;
}
.main {
    padding-top: 20px;
}
.loc-mobi-cate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dde1ef;
    margin-bottom: 20px;
}
.product-cate .col-4:first-child{
  display:none;
}
.option-sort .sort-area select.cate-w-sort{
  outline:none;
  width:100%;
  border:none;
}
.col-2.open-filter-mb {
    text-align: right;
}
.opacity_menu.current {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
}
.sort-select-category{
      box-shadow: inset 0 -1.4em 1em 0 rgba(0,0,0,.02);
    background-color: #fff;
    background-position: right 0.45em top 50%;
    background-repeat: no-repeat;
    padding-right: 1.4em;
    background-size: auto 16px;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: .97em;
    transition: color .3s,border .3s,background .3s,opacity .3s;
    outline:none;
    margin-bottom:20px;
}
.search-noti {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.css-more {
    text-transform: uppercase;
    font-weight: 900;
}
.blog-text hr{
  width: 10%;
    border: 1px solid #ccc;
    float:none;
    background:none;
    height:1px;
}
.blog-text p{
  display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top:0;
}
.blog-text h4{
  display: block;
    min-height: 30px;
    margin-bottom: 5px;
}
.padding-bt{
  padding-bottom:20px;
}
.main.blog-detail .container{
  border-top:1px solid #ccc;
  padding:30px 0;
}
.blog-title a{
  text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
    color: #afaaaa;
}
.blog-name h3{
      font-size: 20px;
    margin-top: 10px
}
.deli{
      height: 3px;
    display: block;
    background-color: rgba(0,0,0,.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px;
}
.blog-in4{
  font-size: .7em;
      text-transform: uppercase;
  color: #afaaaa;
}
.border-right{
  border-right:1px solid #ccc;
}
.aside-posts ul{
  padding:0;
  list-style:none;
}
.is-flex {
    display: flex ;
}
.aside-posts .p-image {
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px;
    display: inline-block;
    margin-right: 10px;
}
.aside-posts .p-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mgtb-0 {
    margin: 0px 0 15px 0;
}
.mgt-12 {
    margin-top: 12px;
}
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
	width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #fafafa;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
	width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: #fafafa;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
	/*background-color: white;*/
    width: 45px;
    height: 45px;
    top: 31px;
    left: 30px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img i {
	  width: 20px;
    height: 20px;
    color: #69152e;
    font-size: 20px;
}
.hotline-bar {
  position: absolute;
  /*background:#69152ea3;*/
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color:#fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}


.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 70px;
    right: 1px;
    z-index: 9999;
}
.scroll {
    position: absolute;
    right: 20px;
    bottom: 100px;
    padding: 12px 14px 7px 14px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #777777;
}
.scroll .fa {
    font-size: 20px;
    margin-top: -5px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    color:#777777;
}
.sigin {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
    cursor: pointer;
}
.close-formlogin {
    width: 100%;
    height: 100%;
    z-index: 30;
}
.text-bds {
    border-radius: 20px;
    right: 0;
    padding: 30px;
    background-color: rgba(238,238,238,1);
    z-index: 30;
    position: absolute;
    display: none;
    top: 30%;
    width: 100%;
    font-size: 15px;
}
.account-form h3 {
  margin-top:0;
    font-size: 20px;
    font-weight: 600;
}
.form-item input {
  width:100%;
      box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: color .3s,border .3s,background .3s,opacity .3s;
    -o-transition: color .3s,border .3s,background .3s,opacity .3s;
    transition: color .3s,border .3s,background .3s,opacity .3s;
    outline:none;
}
.form-item{
  margin-bottom:20px;
}
input[type="number"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
button.btn-primary.bor-radius.mgb-16.dnhap{
  -webkit-animation: glowing 800ms infinite;
    -moz-animation: glowing 800ms infinite;
    -o-animation: glowing 800ms infinite;
    animation: glowing 500ms infinite;
    background-color: #8cdae0;
    color: #fff;
    text-transform:uppercase;
    border-color: rgba(0,0,0,.05);
        font-size: .97em;
    letter-spacing: .03em;
    margin-top:20px;
    padding: 0.8em 1.2em;
    font-weight:bold;
}
.form-item select{
    -webkit-box-shadow: inset 0 -1.4em 1em 0 rgba(0,0,0,.02);
    box-shadow: inset 0 -1.4em 1em 0 rgba(0,0,0,.02);
    background-color: #fff;
    background-position: right 0.45em top 50%;
    background-repeat: no-repeat;
    padding-right: 1.4em;
    background-size: auto 16px;
    border-radius: 0;
    background-position: right 0.45em top 50%;
    background-repeat: no-repeat;
    padding-right: 1.4em;
    background-size: auto 16px;
    border-radius: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: color .3s,border .3s,background .3s,opacity .3s;
    -o-transition: color .3s,border .3s,background .3s,opacity .3s;
    transition: color .3s,border .3s,background .3s,opacity .3s;
    outline:none;
}

section.section_product_all.module_product.category{
  padding:0 0 30px 0;
}
.product-border img{
        object-fit: contain;
}
#adn_select-cate{
      display: flex;
    justify-content: flex-end;
    align-items: center;
}
.TT-Prd {
    position: absolute;
    top: 0;
    left: 4%;
       background: #8cdae0;
    padding: 4px;
    color: #fff;
  }
#swp-more-lhb .TT-Prd, #seen-products .TT-Prd {
  top:0;
  left:0;
}
#page-cate .TT-Prd{
  top:0 ;
  left:auto;
}
.padding0{
  padding: 0 9.8px 19.6px;
    position: relative;
}
.buy-key span{
  display: inline-block;
          background: #F7F7F7;
    border: 1px solid #DDD;
    padding: 5px 6px;
    margin: 0 5px 5px 0;
}
/*.tukhoaseo {*/
/*    color: #0eacf3;*/
/*    font-size: 14px;*/
/*    border: 1px dashed #a9a4a4;*/
/*    padding: 10px;*/
/*}*/
.tukhoaseo div{
        background: #f1f1f1;
    /*margin: 10px 0;*/
    border-radius: 111px;
    padding: 7px;
    margin-bottom:5px;
    display:inline-block;
}
.tukhoaseo a{
  color: #0eacf3;
      background: #f1f1f1;
    /* margin: 10px 0; */
    border-radius: 111px;
    padding: 7px;
    margin-bottom: 5px;
    display: inline-block;
}
.tukhoaseo p{
  color: #0eacf3;
  margin:0;
}
/*#showMoreBtn, #showLessBtn{*/
/*  display:none;*/
/*}*/

  #showMoreBtn{
    display:block;
    border: 2px solid #8cdae0;
    color: white!important;
    cursor: pointer;
    font-family: Arial;
    font-size: 16px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    background-color: #8cdae0;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin:auto;
  }
  #showLessBtn{
    border: 2px solid #8cdae0;
    color: white!important;
    cursor: pointer;
    font-family: Arial;
    font-size: 16px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    background-color: #8cdae0;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin:auto;
  }


hr{
      background-color: #8cdae0;
    height: 4px;
    width: 9%;
    float: left;
        border: 1px solid #8cdae0;
}
img {
  border: 0 none;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #000;
}
.post-title .fw-500.mgb-4.mgt-12 a{
      text-transform: uppercase;
      color:red;
      font-size: 20px;
}
.luadao{
  opacity:0
}
.product-key a{
  text-decoration:underline;

  color:#007aff;
}
.zalo-fixed {
    position: fixed;
    z-index: 99;
    bottom: 70px;
    right: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.zalo-fixed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotline-phone-ring-wrap.zalo {
     bottom: 91px;
 }

@media (max-width: 768px) {
 .hotline-phone-ring-wrap.zalo {
       bottom: 0px;
    right: 0px;
    left: auto;
 }
}

.language {
  margin-left:30px;
  height:100%;
  align-items:center
}


.language img {
  width:35px;
  height:30px;
  margin-right:5px;
}


header {
  background-color:#ffffff;
}





.active.expandable:after {
    content: "";
    display:none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    height: 60px;
    background: linear-gradient(transparent,#fff);
}


.aside-planning .expandable.active .expand-bar {
    position: inherit;
    display: block;
    bottom: 0;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    background: #fff;
    line-height: 40px;
    color: #cfa267;
}


.var img {
    width: 90px;
    border-radius: 5px;
    min-width: 90px;
    object-fit: cover;
}














  body {
    background-color: rgba(0, 0, 0, 0.07);
  }
  .aside-title {
    color: #cfa267;
        text-transform: uppercase!important;

  }
  .py-2{
        padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
  }
  
  .px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
  }
  
  .tab-box {
    margin-top:15px;
    /*margin-right:10px;*/
    padding-top:0px;
    padding-bottom:0px;
    /*border-radius:10px;*/
    /*background-color:#ffffff;*/
  }
  
  .bg-white{
    background-color: #fff!important;
  }
  
  .shadow-sm {
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.15)!important;
  }
  
  .aside-planning ul {
      list-style: none;
      margin: 0;
      padding: 0;
  }

  .aside-planning ul li {
      border-bottom: 1px solid #dfdad4;
  }
  
  .rounded {
    border-radius: 0.25rem!important;
  }
  
  .aside-planning a {
    color: #3f3424;
    display: block;
    padding: 0.25rem 1rem;
  }
  
  .box-section {
    background-color: #ffffff;
    margin-bottom: 30px;
    
    padding: 30px 10px;
  }
  
   .tab-box .container {
     padding: 0px !important;
   }
   
   
   .border-bottom {
     border-bottom: 1px solid #dee2e6!important;
   }

  @media (min-width: 992px){
    .col-lg-9.tab-box {
        flex: 0 0 auto;
        /*width: 73%;*/
      }
  }
  
  @media (min-width: 1400px){
    .container-xxl, .container-xl, .container-lg, .container {
        max-width: 1320px !important;
    }
  }
  
  
  .aside-planning .expandable .expand-bar {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    background: #fff;
    line-height: 40px;
    color: #cfa267;
  }
  
  .expand-bar {
    text-align:center;
  }
  
  .aside-planning .expandable:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    height: 60px;
    background: linear-gradient(transparent,#fff);
}

.expandable {
  height:350px;
}

.expandable.active{
  height:auto;
}

.tab-boxx {
    position: sticky;
    top: 0px;
  margin-top: 15px;
   max-height: 100vh;
    overflow-y: scroll;
    margin-bottom: 29px;
}

.section_product_all {
   background-color: #ffffff; 
   margin-bottom: 20px;
}

.tab-box {
    margin-top: 15px;
    
    /* margin-right: 10px; */
    padding-top: 0px;
    padding-bottom: 0px;
    /* border-radius: 10px; */
     /*background-color: #ffffff; */
   
}

.section_product_all.module_product {
    padding: 20px 10px;
}

.tab-boxx::-webkit-scrollbar {
  width: 5px;
}

.tab-boxx::-webkit-scrollbar-track {
  background-color: darkgrey;
  border-radius:5px;
}

.tab-boxx::-webkit-scrollbar-thumb {
   background-color: #27ae60;
  border-radius:5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.aside-planning a {
    color: #3f3424;
    display: block;
    padding: 2px 7px;
    padding-right: 0px;
    font-size: 14px;
}


@media(max-width:600px){
  .large-6.small-6 {
        font-size: 14px;
  }
  
  .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3162ad!important;
    font-size: 15px !important;
    font-weight: bold;
    min-height: 35px;
  }
  .TT-Prd, #page-cate .TT-Prd {
    top: 20px;
    left: 0;
    border-radius: 14px 0 0 0;
  }
  
  .item_product_main {
    padding:1px;
  }
}


.phone-animation {
  display:flex;
}
.contact-index.even {
    
    margin-top: 30px;
}


