/*
Theme Name: WEB221
Description: Website bán hàng
Author: 123Web.vn
Author URI: https://123web.vn/
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*** contact ***/
#header-contact li>a>i {
	border: 2px solid #ff0000;
	color: #ff0000;
	width: 33px;
	border-radius: 50%;
	padding: 5px 0;
	text-align: center;
	background: #fff;
}

#header-contact li>a {
	padding: 0;
	background: #ff0000;
	color: #fff !important;
	padding-right: 15px;
	border-radius: 30px 0 0 30px;
	font-size: 16px;
	line-height: inherit;
	animation: glowing-btn-yellow 2s infinite;
}

@keyframes glowing-btn-yellow {
	0% {
		box-shadow: 0 0 0 0 #ff0000;
	}
	100% {
		box-shadow: 0 0 0 8px rgba(233, 9, 0, 0);
	}
}
/*** end contact ***/
#header-contact a {
    text-transform: unset;
}
/*** HOME ***/
.list_cs {
    padding: 0;
	margin-bottom: 0 !important;
	list-style: none;
}
.list_cs>li {
    float: left;
    margin: 25px 25px 0 0;
	margin-left: 0 !important;
    background-color: #72c8f1;
    width: 255px;
    height: 200px;
    position: relative;
    top: 0;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
    line-height: 18px;
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}
.list_cs>li:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}
.list_cs>li:nth-child(1), .list_cs>li:nth-child(4) {
    background: #72c8f1;
    background: linear-gradient(90deg,#72c8f1 0,#194893 100%);
}
.list_cs>li:nth-child(2), .list_cs>li:nth-child(4) {
	margin-top: 0
}
.list_cs>li:nth-child(2n) {
	margin-right: 0
}
.list_cs p {
    padding: 0;
    background-color: #fff;
    width: 80px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    font-size: 40px;
    color: #194893;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.list_cs>li strong {
    display: block;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;	
    padding-top: 82px;
}
.list_cs>li span {
    display: block;
    padding: 0 10px;
}


.leftTitle .section-title-normal span, .leftTitle .section-title-normal {
    border: none !important;
    padding: 0;
    margin: 0;
}
.leftTitle .section-title-normal {
    position: relative;
    padding: 0 0 0 35px;
    font-size: 15px;
}
.leftTitle .section-title-normal::before {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #194893;
    position: absolute;
    top: 10px;
    left: 0;
}

.ct-title-left .section-title-normal {
    border-bottom-color: transparent;
}
.ct-title-left .section-title-normal span {
    border-bottom: 2px solid rgb(27 103 224);
}
.title-html, .title-html-white {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
.title-html h3, .title-html-white h3 {
    position: relative;    
    font-weight: normal;
    text-transform: uppercase;
    font-size: 30px;
    z-index: 2;
    padding-bottom: 20px;
    background: url(/wp-content/uploads/2020/11/title-line.png) no-repeat bottom center;
    margin-bottom: 10px;
}
.title-html h3 {
	color: #194893;
}
.title-html-white h3 {
	color: #fff;
}
.title-html p {
    padding: 5px 20px;
    color: #666666;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.project-home .is-divider {
    display: none;
}

.ss-why .left li {
    background-image: url(/wp-content/uploads/2020/11/icon-solar.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    list-style: none;
    margin-left: 0;
    background-position: left;
}
.rm-divider .is-divider {
    display: none;
}
/*** SINGLE PRODUCT ***/
.btnZalo {
    border: none;
    padding: 0 !important;
    background-color: #0068ff !important;
    background-image: url(/wp-content/themes/web221/assets/img/icon-zalo.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.btnFacebook {
    border: none;
    padding: 0 !important;
    background-color: #3a589e !important;
    background-image: url(/wp-content/themes/web221/assets/img/icon-facebook.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.btnBuyNow {
    background: #ff0000 !important;
    border-bottom: 5px solid #b81212;
}

h3.product-section-title {
    margin-left: 0;
}
/*** SIDEBAR ***/
.post-sidebar .is-divider, #shop-sidebar .is-divider {
    background-color: rgb(27, 103, 224);
}
.widget_categories ul, .flatsome_recent_posts ul, .widget_product_categories ul {
    background: #194893;
}
.widget_categories ul li a, .widget_product_categories ul li a {
    background: url(/wp-content/themes/web221/assets/img/bg-li-footer.png) left 15px no-repeat;
    padding-left: 25px;
	color: #fff;
	margin-left: 15px;
}
.flatsome_recent_posts .recent-blog-posts {
    padding-right: 10px;
    padding-left: 15px;
	font-size: 14px;
}
.widget .current-cat>a, .flatsome_recent_posts a {
    color: #fff !important;
}
.widget_categories  .is-divider, .flatsome_recent_posts  .is-divider, .widget_product_categories .is-divider {
    display: none;
}
.widget_categories .widget-title, .flatsome_recent_posts .widget-title, .widget_product_categories .widget-title {
    display: block;
    background: #ff0000;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
	position: relative;
}
.widget_categories .widget-title:before, .flatsome_recent_posts .widget-title:before, .widget_product_categories .widget-title:before {
	position: absolute;
    top: 15px;
    left: 20px;
    width: 16px;
    height: 12px;
    content: '';
    background: url(/wp-content/themes/web221/assets/img/bg-header-box-cate-b.png) no-repeat;
}

/*** FOOTER ***/
.footer-left p {
    margin-bottom: 0;
	height: 100%;
}
.footer-right h4 {
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
}
.footer-right h4:after {
    content: '';
    position: absolute;
    width: 45px;
    height: 0px;
    border-bottom: 1px solid #fff;
    left: 0;
    bottom: -5px;
}
.footer-right li {
	list-style: none;
	margin-left: 0 !important;
    margin-bottom: 10px;
    padding: 3px 0 3px 40px;
	font-size: 14px;
	line-height: 1.8;
}
.footer-right li:nth-child(1) {
    background: url(/wp-content/uploads/2020/11/f1.png) no-repeat 0px;
}
.footer-right li:nth-child(2) {
    background: url(/wp-content/uploads/2020/11/f2.png) no-repeat 0px;
}
.footer-right li:nth-child(3) {
    background: url(/wp-content/uploads/2020/11/f3.png) no-repeat 0px;
}
.footer-right li:nth-child(4) {
    background: url(/wp-content/uploads/2020/11/f4.png) no-repeat 0px;
}
.footer-right .one_half {
    position: relative;
    float: left;
	width: 50%;
}
.footer-right .last_column {
    clear: right;
	width: 20%;
}
.footer-right .wpcf7-submit {
    background: #df710d !important;
}
.footer-right .wpcf7-email, .footer-right .wpcf7-submit {
	margin: 0;
	border: 0;
	height: 45px;
}
.absolute-footer {
    display: none;
}
/*** hotline ***/
.hotlinefix {
  position: fixed;
  bottom: 0;
  left: 42px;
  z-index: 99;
}

.hotlinefix .phone {
  width: 220px;
  background: #FFF;
  border-radius: 39px;
  left: -30px;
  top: -29px;
  position: absolute;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}

.hotlinefix .phone p {
  line-height: 50px;
  margin: 0;
  padding: 0;
}

.hotlinefix .phone p a {
  font-style: inherit;
  color: #F00;
  text-shadow: none;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 66px;
  margin-left: 70px;
}

.circle-hotline {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #F00;
  -webkit-transition: height .25s ease, width .25s ease;
  transition: height .25s ease, width .25s ease;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  margin-top: 3px;
  margin-left: -3px;
}

.circle-hotline span {
  margin: 12px;
  display: inline-block;
}

.circle-hotline img {
  width: 50px;
  max-width: 100%;
  height: auto;
}

.circle-hotline:before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

.circle-hotline:after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.circle-hotline:before, .circle-hotline:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #F00;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.75);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/*** end hotline ***/
#fbn {
	width: 50%;
}
.fTitle {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #ff0000;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	#hidden-on-mobile, #hidden-on-pc {
		display: none;
	}
	#fbn {
		width: 100% !important;
	}
	.btn-act {
		display: block;
		border: none;
	}
	.footer-right .one_half {
		width: 80%;
	}
	.footer-right .last_column {
		width: 20%;
	}
}