/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1.5
*/

/*************** ROOT   ***************/
/* Keyframe */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}
/* #masthead .header-button-1 .header-button a.button {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: tada;
	animation-name: tada;
} */
.text-justify {
	text-align: justify;
}
.ptb-30 {
	padding-bottom: 30px;
	padding-top: 30px;
}
.bg_grey {
	background-color: rgb(237, 237, 237);
}
.formdangky {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 9000;
    display: block;
    background: #c71444;
    color: red;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 99px;
}
.formdangky .form-dangky {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

/*************** HEADER   ***************/
#wide-nav .header-bottom-nav .menu-item a {
	line-height: 50px;
    padding: 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}
#wide-nav .header-bottom-nav li.menu-item.active a,
#wide-nav .header-bottom-nav li.menu-item:hover a{
	background: #fff;
    color: #e42f36;
}
#wide-nav .header-bottom-nav li.menu-item .sub-menu .product-small .product-title a {
	font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    height: 60px;
	color: #1e73be;
}
#wide-nav .header-bottom-nav li.menu-item .sub-menu .product-small a:hover {
	color: #e42f36;
}
#wide-nav .header-bottom-nav li.menu-item .sub-menu .product-small .price-wrapper .price {
	color: #e42f36;
}
.menu-sanpham {
	background-color: #f1f1f1;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#wide-nav .header-bottom-nav li.menu-item .sub-menu {
	display: none;
	background: #e42f36;
	padding: 0;
	left: 0;
}
#wide-nav .header-bottom-nav li.menu-item:hover .sub-menu {
	display: block;
}
#wide-nav .header-bottom-nav li.menu-item .sub-menu li.menu-item a {
	background: #e42f36;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
	border-bottom: none;
	margin: 0;
}
#wide-nav .header-bottom-nav li.menu-item .sub-menu li.menu-item:hover a {
	background: #fff;
	color: #e42f36;
}
/*************** HOME   ***************/
.section-banner .slick-slide img {
	width: 100%;
}
.section-banner .slick-prev, .slick-next {
	z-index: 1;
}
.section-banner .slick-prev {
	left: 25px;
}
.section-banner .slick-next {
	right: 25px;
}
.section-banner .slick-prev:before, .slick-next:before {
	font-size: 35px;
	opacity: 1;
}
.section-product-home .col-inner {
	background-color:rgb(255, 255, 255);
}
.section-product-home .icon-box .icon-box-text h3 {
	letter-spacing: 0;
	margin-bottom: 0;
}
.section-product-home .icon-box .icon-box-text p span{
	color: #e11428;
}
/*************** PRODUCT  ***************/
.product-title {
    font-family: "Arial";
    font-size: 18px;
    font-weight: 600;
}
.woocommerce-Price-amount.amount {
    color: red;
    font-size: 18px;
}
.product-info .product-title {
    font-family: "Arial";
    font-size: 26px;
    font-weight: 700;
}
.product-page-title {
    display: none;
}
.phienban .icon-box-img {
	margin-bottom: 0;
}
.phienban h3 {
	letter-spacing: 0;
	font-size: 18px;
	margin-bottom: 0;
}
/*************** POST  ***************/
.post-related .post-title, .khuyenmai .post-title, .home-blog .post-title {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hotline-footer {
	display: none;
}

@media only screen and (max-width: 767px) {
	.formdangky {
		display: none;
	}
	.hotline-footer {
		display: inline-block;
		position: fixed;
		bottom: 0;
		height: 45px;
		width: 100%;
		z-index: 999;
	}
	.hotline-footer .left {
		float: left;
		width: 33.33%;
		background: #c71444;
		text-align: center;
		height: 100%;
	}
	.hotline-footer .middle {
		float: left;
		width: 33.33%;
		background: #767676;
		text-align: center;
		height: 100%;
	}
	.hotline-footer .right {
		float: right;
		width: 33.33%;
		background: #c71444;
		text-align: center;
		height: 100%;
	}
	.hotline-footer .clearboth {
		clear: both;
	}
	.hotline-footer .right a, .hotline-footer .left a, .hotline-footer .middle a {
		line-height: 45px;
		font-size: 13px;
		color: white;
	}
	.hotline-footer img {
		width: 20px;
		padding-right: 4px;
	}
}

@media only screen and (max-width: 480px) {
	.section-banner .slick-prev:before, .slick-next:before {
		font-size: 18px;
	}
	.section-banner .slick-prev {
		left: 10px;
	}
	.section-banner .slick-next {
		right: 10px;
	}
}
.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.flash{
  animation: flash 1.5s ease infinite alternate;
}

@keyframes flash {
  50% {
    opacity: 0;
  }
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
	  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated:hover {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
.border {
	border: 2px solid #ddd;
	border-radius: 5px;
}

/* Liên hệ */
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 30px;
  left: 0;
  z-index: 999999;
}
.hotline-phone-ring-wrap.hotline {
	bottom: 90px;
}
.hotline-phone-ring-wrap.zalo {
	bottom: 30px;
}
.hotline-phone-ring-wrap.email {
	bottom: 30px;
}
.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-wrap.zalo .hotline-phone-ring-circle {
	border-color: #0068ff;
}
.hotline-phone-ring-wrap.email .hotline-phone-ring-circle {
	border-color: #ff6200;
}
.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-wrap.zalo .hotline-phone-ring-circle-fill {
	background-color: rgba(0, 104, 255, 0.7);
}
.hotline-phone-ring-wrap.email .hotline-phone-ring-circle-fill {
	background-color: rgba(255, 98, 0, 0.7);
}
.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-wrap.zalo .hotline-phone-ring-img-circle {
	background-color: #0068ff;
}
.hotline-phone-ring-wrap.email .hotline-phone-ring-img-circle {
	background-color: #ff6200;
}
.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: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 140px;
  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-phone-ring-wrap.zalo .hotline-bar {
	background-color: rgba(0, 104, 255, 0.75);
}
.hotline-phone-ring-wrap.email .hotline-bar {
	background-color: rgba(255, 98, 0, 0.75);
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 40px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
}
.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 only screen and (max-width: 768px) {
	.hotline-bar {
		display: none;
	}
}