/*
Theme Name: Nha Dat Dong Nam Bo
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.tieu-chi-section{     background-image: url(https://datxanhservice.com/wp-content/uploads/2019/07/home-icons-bg-2-1.png);
	background-repeat: no-repeat;
	background-position-y: 43px;
	background-size: 1920px;
	background-color: #ddeaf7;
	background-blend-mode: soft-light;}
.tieu-chi-section .icon-box h3{color:#c43236}
.tieu-chi-section .col{padding-bottom:0}
.dai-ly-lien-ket ul li{background: url(https://datxanhservice.com/wp-content/uploads/2019/07/check@2x.png);
	background-repeat: no-repeat;
	width: 50%;
	float: left;
	display: inline-block;
	margin-left: 0;
	margin-bottom: 10px;
	background-size: 15px;
	background-position-y: center;
	padding-left: 20px;}
.dai-ly-lien-ket ul{margin-bottom:0}
.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}
.section4 .row2 .large-6 .col-inner, .section4 .slide .col-inner {
    background-color: #fff;
    padding: 45px;
    box-shadow: 0 10px 31px 0 rgba(181,127,250,0.09);
	border-radius:10px;
}

.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 20px;
  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 rgb(2, 119, 189);
  -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: rgb(50 166 225 / 61%);
  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: linear-gradient(rgb(79, 195, 247) 0%, rgb(2, 119, 189) 100%);
	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(360deg,#e5ebef 0%,#eef2f5 50.52%,#fefefe 100%);
    height: 40px;
    width: 180px;
    line-height: 40px;
    border-radius: 88px !important;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 16px 19px rgba(186,189,212,.2), inset 0 -1px 1px rgba(0,0,0,.25);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 33px;
    bottom: 37px;
}
.hotline-bar > a {
  color: rgb(41, 157, 218);
  text-decoration: none;
    font-size: 17px;
    font-weight: 700;
  text-indent: 50px;
  display: block;
  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 (max-width: 768px) {
  .hotline-bar {
    display: none;
  }
}
.meta-related {
    display: none;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.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-img-circle .pps-btn-img img {
    width: 30px;
    height: 30px;
}
	.hotline-phone-ring-circle {
    width: 90px;
    height: 90px;
    top: auto;
    bottom: 55px;
    left: 300px;
}
.hotline-phone-ring-circle-fill {
    width: 70px;
    height: 70px;
    bottom: 65px;
    left: 310px;
    top: auto;
}
.hotline-phone-ring-img-circle {
    background: linear-gradient(rgb(79,195,247) 0%,rgb(2,119,189) 100%);
    width: 60px;
    height: 60px;
    bottom: 70px;
    left: 315px;
    top: auto;
}
}