/*
Theme Name: flatsome-child
Description: Day la child theme flatsome
Author: Nhan
Template: flatsome
Version: 3.19.8
*/

* {
  border-width: 0;
  border-style: solid;
}

.color-primary {
  color: var(--primary-color);
}

/* header */
.btn_call {
  display: flex !important;
  align-items: center !important;
  float: right;
}

.btn_call-icon {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  color: var(--primary-color);
  border: 3px solid var(--primary-color);
  border-radius: 50%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  margin-left: 60px;
  overflow: hidden;
}

.btn_call-icon i {
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

@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);
  }
}

.btn_call-text {
  color: var(--primary-color);
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  line-height: 1.2;
  display: inline-block;
  text-transform: uppercase;
  flex: 1;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
  font-weight: 900;
}

.btn_call-text span {
  font-size: 18px;
  display: block;
  color: #fb0404;
  font-weight: 900;
}

.header-main {
  background-image: url(./assets/images/header_bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8px 0;
}

.header-top a {
  color: var(--fs-color-secondary) !important;
}

#logo img {
  max-height: 120px;
  margin-top: -8px;
}

/* slide focus */
.slider-style-focus {
  padding: 0;
}

.slider-style-focus .flickity-slider > :not(.is-selected) {
  opacity: 1;
  transform: scale(1);
}

.flickity-slider > div:not(.col) {
  padding: 0 10px;
}

.flickity-prev-next-button,
.flickity-prev-next-button {
  opacity: 1;
  width: 20px;
}

.slideDichVu img {
  display: block;
  border-radius: 5px;
  border: solid 3px var(--fs-color-secondary);
}

/* chung */
.title h2 {
  color: var(--fs-color-secondary);
  text-transform: uppercase;
  font-size: 30px;
}

/*  */

.rightcol__title h2 {
  clear: both;
  margin: 0 0 15px;
  display: flex;
  font-size: 18px;
}
.rightcol__title span {
  content: "";
  flex: 1;
  height: 3px;
  background: var(--fs-color-secondary);
  margin-top: auto;
  margin-bottom: 5px;
  margin-left: 10px;
  clear: both;
}

.mb {
  margin-bottom: 10px;
}

.radius-99 img {
  border-radius: 50%;
  border: solid 2px #ccc;
}

.bg-secondary ul {
  background: var(--fs-color-secondary);
  color: #fff;
  padding: 10px;
  font-size: 15px;
}

.h-custom ul {
  height: 150px;
}

.h-custom ul,
.h-custom ul li {
  margin-bottom: 0;
}

.serviceHot_intro {
  background: var(--primary-color);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 20px;
  text-align: justify;
  border-radius: 20px;
}

.serviceHot_intro p {
  margin-bottom: 0;
}

.serviceHomeItem_image img {
  background: #ffc7732b;
  border-radius: 50%;
  overflow: hidden;
  border: solid 10px #ffc7732b;
}

.rowServiceHome .col {
  padding-bottom: 0 !important;
}

.section-title {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 7px 9px;
  background-color: var(--fs-color-secondary);
}

.section-title-normal span {
  border-bottom: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
  color: #fff;
}

.section-title a {
  color: #fff;
}

.section-title-container {
  margin-bottom: 1em;
}

/* blog */

.post-title a {
  color: var(--fs-color-secondary);
  font-size: 20px;
}

.post-item .is-divider {
  display: none;
}

.from_the_blog_excerpt {
  color: #777;
  line-height: 24px;
  font-size: 13px;
  text-align: justify;
}
.from_the_blog_excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* blog vertical */

.blog-vertical .post-title {
  margin-bottom: 0;
  line-height: 1.3;
  margin-bottom: 5px;
}

.blog-vertical .box-text {
  padding: 0;
  padding-left: 10px;
  line-height: 24px;
}

/* sidebar  */
.sidebar-wrapper .post-title a, .block_widget .post-title a{
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-wrapper .box-text, .block_widget .box-text{
  padding: 0;
  padding-left: 10px;
}
/* footer */

.footer-wrapper .circle {
  display: inline-block;
  height: 28px;
  width: 28px;
  background-color: var(--primary-color);
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 28px;
  color: #fff;
  margin-right: 10px;
}

.footer-wrapper p {
  margin-bottom: 1rem;
}

.footer-wrapper .ux-menu-link__link {
  border: none;
  color: #fff !important;
}

/* button contact */
.widget_wbt_call_now_widget {
  display: block;
  width: 40px;
  position: fixed;
  bottom: 145px;
  right: 25px;
  z-index: 999999;
  padding: 0px;
  margin-bottom: 0px;
}

.widget_wbt_call_now_widget ul {
  display: block;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
}

.widget_wbt_call_now_widget ul li {
  display: block;
  width: 45px;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}

.widget_wbt_call_now_widget ul li a {
  text-decoration: none;
  display: block;
}

.widget_wbt_call_now_widget ul li .fa {
  background-color: #ed1c24;
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 36px;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  border: 2px solid #fff;
}

.widget_wbt_call_now_widget ul li .fa-hotline {
  background: #70b81e url(./assets/images/icon-call.svg) center center no-repeat;
}

.widget_wbt_call_now_widget ul li span {
  display: inline-block;
  padding: 0;
  background-color: #ff6a00;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  height: 40px;
  line-height: 36px;
  position: absolute;
  top: 3px;
  right: 15px;
  z-index: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #ff6a00;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
}

.widget_wbt_call_now_widget ul li .fa-zalo {
  background: #ef0303 url(./assets/images/icon-zalo.svg) center center no-repeat;
}

.widget_wbt_call_now_widget ul li .fa-messenger {
  background: #168efb url(./assets/images/icon-messenger.svg) center center
    no-repeat;
}

.widget_wbt_call_now_widget ul li:hover span {
  width: 215px;
  padding-left: 10px;
  padding-right: 30px;
  opacity: 1;
}

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

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.tada {
  animation-name: tada;
}
.text-list-style-none {
  list-style: none;
}
.fw-600{
	font-weight:600;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

/* blog danh mục */

.blog-danhmuc .box-text {
  padding: 0;
  padding-left: 10px;
}
.blog-danhmuc .post-title a {
  font-size: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.blog-danhmuc .from_the_blog_excerpt  {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-size: 15px;
}
.w-100{
	width:100%;
}
.form-lightbox .row .col{
padding: 0px 4px;
}
.form-lightbox .wpcf7-form-control {
	width:100%;
	border-radius:10px;
}
.pb-0{
	padding-bottom:0px;
}
.lightbox-by-id{
	max-width:750px!important;
	font-size: 14px;
    height: 380px;
	padding:0px 15px!important;
}
.p-0{
	padding:0px!important;
}
.contact_now_icon_close {
   position: absolute;
    left: 91%;
    bottom: 91%;
    color: white;
}
.contact_now_icon_close{
	width: 30px;
    height: 30px;
    background-color: #79a947;
    border-radius: 99px;
    padding-left: 9px;
    padding-top: 5px;
	cursor: pointer;
}
.mfp-close{
/* display:none; */
}
}


}
.mh-30{
	min-height:30px!important;
}
.form-lightbox textarea{
	min-height:30px!important;
}
.form-lightbox .wpcf7-spinner{
	display:none;
}
.regis-contact-form{
	padding: 15px 30px 30px 30px !important;
}
/* mobile */

@media (max-width: 768px) {
  .header-bottom {
    background-color: #fff !important;
    text-align: center;
    padding: 20px 0;
  }
	.lightbox-by-id {
		height:100%;
	}
	.contact_now_icon_close {
		top: -202%;
}
  .btn_call {
    float: none;
    margin-top: 10px;
  }

  .btn_call-text {
    flex: none;
  }
  .h-custom ul {
    height: auto;
  }

  .box-vertical {
    display: table;
    width: 100%;
  }

  .box-vertical .box-image {
    direction: ltr;
    display: table-cell;
    vertical-align: middle;
  }

  .box-vertical .box-text {
    direction: ltr;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    padding-left: 10px;
    line-height: 24px;
  }

  .box-vertical .box-image {
    width: 30% !important;
  }

  .post-title a {
    font-size: 17px;
  }
	
  .blog-danhmuc .post-title a {
	 -webkit-line-clamp: 2;
  }
  .blog-danhmuc .from_the_blog_excerpt {
	-webkit-line-clamp: 3;
  }
}
