/*
Theme Name: Khuôn Bế Tùng Phát
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
.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 #e60808;
  -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: rgba(230, 8, 8, 0.7);
  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: #e60808;
    width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  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 img {
    width: 20px;
    height: 20px;
}
.hotline-bar {
  position: absolute;
      background: linear-gradient(to right, #ff7a20, #9f111b);
    border: 2px solid white;
  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);
  }
}
@media (max-width: 768px) {
  .hotline-bar {
    display: none;
  }

  .hotline-phone-ring-wrap{
    bottom: 45px;
  }
}

.phone-mobile {
    font-size: 17px;
    font-weight: bold;
    margin-top: -5px !important;
}

.col-phone-mobile {
    padding: 0;
    margin-top: 10px;
}

@media only screen and (max-width: 350px){
    .col-phone-mobile{
        margin-top: 0px;
    }
}



div.phone_mobi {
    background: rgba(242, 7, 7, 0.87);
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    color: #fff;
    z-index: 9999;
}
div.phone_mobi ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.phone_mobi ul li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    text-align: center;
}

div.phone_mobi ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
}

div.phone_mobi ul li a i {
    font-size: 18px;
    margin-right: 5px;
    margin-top: 3px;
}

.fa-phone:before {
    content: "\f095";
}

@media only screen and (min-width: 767px) {
 .phone_mobi{
  display: none;
 }
}

.is-divider{
	display: none;
}

.tin-tuc .box-text.text-left {
    padding: 0 0 0 15px;
    vertical-align: top;
}

.tin-tuc .post-item:first-child {
    border-top: 1px dashed #cfcabc;
}

.tin-tuc .post-item {
    border-right: 1px dashed #cfcabc;
    border-bottom: 1px dashed #cfcabc;
    border-left: 1px dashed #cfcabc;
    padding: 8px;
}

@media only screen and (min-width: 767px) {
  .tin-tuc .row{
  	margin: 0px !important;
  }
}

.section-title-normal {
    border-bottom: 1px solid #d0d0d0;
    position: relative;
}

.section-title-normal span {
    border-bottom: 0;
    margin-bottom: 0;
}

.section-title-normal:after {
    position: absolute;
    background: #fff url(https://khuonbe-tungphat.com/wp-content/uploads/2019/09/bg-heading.png);
    content: "";
    bottom: -6px;
    left: 0px;
    width: 125px;
    height: 7px;
    background-repeat: no-repeat;
}

.polygon .box-image:before {
    content: "";
    display: inline-block;
    background: #fff;
    width: 37px;
    height: 37px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 9;
}


.polygon .box-image:after{
    content: "";
    display: inline-block;
    background: #fff;
    width: 37px;
    height: 37px;
    position: absolute;
    z-index: 9;
    left: initial;
    right: -1px;
    top: initial;
    bottom: -1px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.section-title a {
    font-size: 0.6em;
    color: #5d4c20;
    font-family: "Roboto", sans-serif;
}

.noi-dung {
    background: url(https://khuonbe-tungphat.com/wp-content/uploads/2019/09/bg-content.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.san-pham .post-title {
    height: 60px;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}

.san-pham .box-image {
    padding: 10px;
}

.gia-cong {
    background: url(https://khuonbe-tungphat.com/wp-content/uploads/2019/09/styled-line.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 35px;
    text-align: center;
    color: #efc655 !important;
    font-size: 2.3em;
}

.section-title b {
    opacity: 0;
}

.section-title-center .section-title-main:after {
    content: "";
    background: url(https://khuonbe-tungphat.com/wp-content/uploads/2019/09/starline.png);
    width: 250px;
    height: 15px;
    display: table;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 20px;
    margin: auto;
}

.dknt .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.dknt input.wpcf7-form-control.wpcf7-submit.button {
    width: 100%;
}

.footer-customize {
    border-top: 1px solid #dedede;
}

ul {
    list-style: square;
}

.dknt p {
    font-size: 15px;
}

.accordion {
    border: 1px solid #ddd;
    box-shadow: 4px 4px 5px #b7b7b7;
}

a#top-link {
    border-radius: 0 !important;
    transform: rotate(-45deg);
    bottom: 40px !important;
    background: #282828;
    border: 1px solid #282828;
    outline: 1px solid #282828;
    outline-offset: 2px;
}

a#top-link i {
    transform: rotate(45deg);
    color: #fff;
}

.box-text p {
    margin-bottom: 0;
}

.widget {
    border: 1px solid #ddd;
}

.widget-title {
    background: linear-gradient(45deg, #5d4c20, transparent);
    color: #fff;
    display: block;
    height: 37px;
    line-height: 37px !important;
    padding-left: 15px;
    border-left: 5px solid #b3923c;
}

.widget ul {
    padding: 0 6px;
}

.lien-he .col{
	padding-bottom: 10px;
}

.text-robin:before {
    right: 100%;
    border-right: 13px solid #1f1f1f;
    border-top: 20px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    width: 7px;
}

.text-robin {
    position: absolute;
    top: -49px;
    left: 0;
    background: #292929;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    box-shadow: 1px 1px 3px #443d3d;
}

.copyright-footer {
    color: #fff;
    padding-top: 4px;
}

.noi-dung .button {
    outline: 1px solid #ccc;
    outline-offset: 2px;
}

#top-bar ul li a {
    font-family: "Roboto", sans-serif;
}

.tu-khoa .button span {
    font-weight: normal;
}

.accordion-title {
    border-top: 1px solid #ddd;
    background: #f1f1f1;
}

/**  sản phẩm  **/
.loaiKhuon {
    float: left;
    font-size: 15px;
}

.tinhtrang {
    float: left;
    margin-left: 20px;
    font-size: 15px;
}

.clear {
    clear: both;
}

.thongtinSP {
    margin-top: 30px;
}

.img_sp {
    border: 1px solid #ddd;
    padding: 4px;
    height: 300px;
}
.img_sp img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.tp_sp h1 {
    font-weight: normal;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    text-transform: uppercase;
}

.gia{
	font-size: 15px;
}

.gia strong {
    font-size: 27px;
    color: #f00;
    padding-left: 20px;
}

.tinhtrang .color-red {
    color: #b50909;
    text-decoration: line-through;
}

.tinhtrang .color-blue {
    color: #00318a;
    font-weight: bold;
}

.loaiKhuon span {
    color: #0b00b1;
    font-weight: bold;
}

.mua {
    margin-top: 5px;
}

.social-sp {
    margin-top: 20px;
}

.mota:after {
    content: attr(title);
    position: absolute;
    top: -14px;
    left: 30px;
    background: #fff;
    padding: 0 5px;
    font-weight: bold;
}

.mota {
    font-size: 15px;
    border: 1px solid #bdbdbd;
    padding: 10px;
    position: relative;
}

.sidebar-sp {
    margin-top: 30px;
}

.chinh-sach h3 {
    font-family: inherit;
    font-size: 14px;
    margin-bottom: 0px;
}

.chinh-sach p {
    font-size: 13px;
    color: #585858;
}

#breadcrumbs {
    background: #ddd;
    padding: 7px 7px 7px 30px;
    margin-top: 20px;
    border-radius: 2px;
}

.box-image{
  padding: 10px;
}

.badge .color-blue {
    background: #006b48 !important;
}

.badge .color-red {
    background: #ce0000 !important;
}

.title-cart {
    background-color: #eaeaea;
}

.title-cart td{
  color: #000;
}

a.remove-product {
    background: #f00;
    color: #fff;
    padding: 5px 17px;
    border-radius: 3px;
}

.info-empty {
    background: url(https://khuonbe-tungphat.com/wp-content/uploads/2019/11/empty_cart.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
}

.description-sanpham {
    border: 1px solid #9e9e9e;
    padding: 15px;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.readmore-toggle {
    font-weight: 100;
    display: inline-block;
    padding: 5px 10px;
    background-color: #0400ff;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    font-size: 13px;
}
.taxonomy-des-content {
    height: 75px;
    overflow: hidden;
}
.taxonomy-des-content.show {
    height: auto;
}

.title-mota {
    background: #000;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    font-size: 20px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}