body{
	font-size:16px !important;
	line-height:160% !important;
	font-family:"Montserrat" !important;
	color:#000;
    margin: 0;
	background-color: beige;
}


.jquery-loading-modal {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0; }

.jquery-loading-modal__animation {
  display: inline-block; }
  .jquery-loading-modal__animation * {
    -webkit-transition: background-color 1s ease-in;
            transition: background-color 1s ease-in; }
    .jquery-loading-modal__animation *:before {
      -webkit-transition: background-color 1s ease-in;
              transition: background-color 1s ease-in; }

.jquery-loading-modal__bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #000;
  left: 0;
  top: 0;
  -webkit-transition: background-color 1s ease-in;
          transition: background-color 1s ease-in; }

.jquery-loading-modal__info-box {
  position: relative;
  text-align: center;
  z-index: 2; }

.jquery-loading-modal__text {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-align: center;
  -webkit-transition: color 1s ease-in;
          transition: color 1s ease-in; }

.jquery-loading-modal--visible {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.jquery-loading-modal--hidden {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.bg-red{
		background: linear-gradient(66.75deg, #cf6100 0.87%, #ecd72b 100%);
	color: #FFF;
}
.bg-yellow{
	background-color: rgb(239, 210, 117);
}
.bg-grey{
	background-color: rgba(198, 198, 198, 0.1);
}
.header-nav-top,.header-nav-top a,.header-nav{
	color: #FFF;
	font-family:  "Noto Serif", Sans-serif;
}

h1,h2,h3{
	font-weight: 600;
	color: #78300b;
	font-family: "Noto Serif", Sans-serif;
	
}
h2{
	font-size: 30px;
}
h3{
	font-size: 20px;
}
.container-full {
	width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.form-control{
	border: 1px solid #9D8268;
	border-radius: 0px;
	padding: 25px 25px;
	outline: none;
	color: #9D8268;
}
.form-control.error{
	border: 1px solid #9D8268;
	border-radius: 0px;
	padding: 25px 25px;
	outline: none;
	background-color: #FBEFEF;
	color: #9D8268;
}
.form-control:focus,.form-control:visited{
	outline: none !important;
	box-shadow:none !important;
}
input.form-control::placeholder,textarea.form-control::placeholder,input,textarea {
 color: #9D8268;
	
}

.form-transparent{
	background-color: transparent;
}
.form-transparent .form-control{
	background-color:transparent;
	color:#373737;
	border: none;
	border-bottom: 1px solid #373737;
	padding: 5px 0;
}
.form-transparent input.form-control::placeholder,.form-transparent textarea.form-control::placeholder,.form-transparent input,.form-transparent textarea {
 color: #373737;
	
}

.header-logo img {
  width: 100px;
}
.bg-color-primary-200, .bg-primary-200 {
  background-color: var(--primary) !important;
}
.video-wrapper {
	max-width: 100%;
	position: relative;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 0 0;
}
.video-wrapper iframe{
	width: 100%;
	height: 800px;
}

.clip360_wrapper {
	max-width: 100%;
	position: relative;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
}
.clip360_wrapper iframe{
	width: 100%;
	height: 800px;
}
.widget_data{
	padding: 50px 0 0 0;
	
}
.heading{
	line-height: 1.6;
	padding-bottom: 50px;
}
.heading-form{
	line-height: 1.6;
}
.heading-form-title{
	font-size: 26px;
	font-weight: 600;
	color: #78300b;
	font-family: "Noto Serif", Sans-serif;
}
.heading-text-subtitle{
	font-size: 30px;
	font-weight: 600;
	color: #78300b;
	font-family: "Noto Serif", Sans-serif;
	
}
.heading-text-title{
	font-family: "Noto Serif", Sans-serif;
  	font-weight: 800;
	display: flex;
	justify-content:center !important;
}
.heading-text-title span{
	font-size: 40px;
	font-weight: 700;
background: linear-gradient(66.75deg, #cf6100 0.87%, #3e3700 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	
}
.heading-text-description{
	font-size: 26px;
	font-weight: 700;
	
	color: #78300b;
	font-family: "Noto Serif", Sans-serif;
	
}
.widget_content{
	position: relative;
	display: block;
}
.sectionform-contact{
	padding: 30px 0 0 0;
	font-size: 20px;
}
.sectionform-contact  .heading-text-subtitle{
	font-size: 30px;
	font-weight: 600;
	color: #FFF;
}
.sectionform-contact .heading-text-subtitle{
	display: flex;
	justify-content:center !important;
}
.sectionform-contact .heading-text-subtitle span{
	font-size: 40px;
	font-weight: 700;
	background: linear-gradient(66.75deg, #913434 0.87%, #ea2c00 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	
}


.widget_form{
	margin: 20px 0;
}
.form_content_data{
	margin: 25px 0 25px 0;
  line-height: 1.6;
	font-size: 18px;
}
.widget_form .hor-form {
    display: flex;
	
}
.widget_form .field-space {
    padding: 20px 30px 20px 0;
}

.widget_form .submit-button {
	display: flex;
  justify-content: flex-end;
  align-items: center;
}
.btn-form{
	background-color: #FFE5D4;
  color: #17284D;
  text-decoration: none;
  border-radius: 8px 8px 8px 8px;
  margin: 45px 0px 0px 0px;
}




/* Slider */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
	z-index: 10;
    position: absolute;
    top: 50%;

    display: block;

    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    /*font-family: 'slick';*/
    font-size: 80px;
    line-height: 1.6;

    opacity: 1;
    color: #E0AE77;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -40px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
   
	left: -40px;
}


.slick-next
{
    right: -40px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.box-sliderproduct  .slick-dots,.box-sliderproject  .slick-dots{
	position: relative;
}
.box-sliderproduct  .slick-dots button,.box-sliderproject  .slick-dots button{
 
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #BBBBBB !important;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: rgb(239, 210, 117) !important;
}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 10px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 15px;
    padding: 0;

    cursor: pointer;
}
.slider_carousel .slick-dots li.slick-active button {
  background: rgb(239, 210, 117) !important;
  width: 40px;
}
.slider_carousel .slick-dots li button {
  background-color: transparent;
  font-size: 0;
  width: 30px;
  height: 10px;
  border: 1px solid #ddbc82;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 30px;
  padding: 0;
  transition: .5s;
  outline: none;
}

    .slick-slide {
      margin: 0px auto;
    }

    .slick-slide img {
      /*width: 100%;*/
    }

    .slick-prev:before,
    .slick-next:before {
      color: #E0AE77;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }
.listmanagement{
	display: flex;
	flex-wrap: nowrap;
	
}
.widgetslidercarousel{
	margin-bottom: 100px;
	clear: both;
}
.slider_carousel{
	margin-bottom: 50px;
}
.carouselone{
	background-color: #eee0d9;
	padding: 5px;
	position: relative;
}
.carousel-caption{
	background-color: #FFFFFFD9;
  font-size: 16px;
  padding: 10px 10px 10px 10px;
  text-align: center;
	color: #000;
	right: 0;
	left: 0;
	width: 100%;
  order: 1;
	display: none;
}
.hascaption .carousel-caption{
	display: flex;
}
.hascaption .carouselone:hover > .carousel-caption{
	display: flex;
}
.carousel-image::after {
  transition: opacity .5s cubic-bezier(.21, .75, .27, .96);
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.carousel-image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	overflow-y: hidden;
	position: relative;
  line-height: 0;
  transition: .5s cubic-bezier(.21, .75, .27, .96);
}
.carousel-image a{
	display: flex;
}
.carousel-image img{
	max-width: 100%;
}
.slider_full .carousel-image{
	height: 600px;
}
.carousel-image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	overflow-y: hidden;
	position: relative;
  line-height: 0;
  transition: .5s cubic-bezier(.21, .75, .27, .96);
}

.lakit-images-layout {
  position:relative
}
.lakit-images-layout .grid-items {
  margin-left:0;
  margin-right:0
}
.lakit-images-layout__item {
  overflow:hidden;
  position:relative;
  transform:translateZ(0)
}
.lakit-images-layout .lakit-images-layout__item {
  padding:0
}
.lakit-images-layout__item:hover .lakit-images-layout__content,
.lakit-images-layout__item:hover .lakit-images-layout__image {
  opacity:1
}
.lakit-images-layout__inner {
  position:relative;
  overflow:hidden;
  height:100%
}
.lakit-images-layout__inner:hover .lakit-images-layout__image {
  transform:scale(1.05)
}
.lakit-images-layout__link {
  display:block;
  height:100%
}
.lakit-images-layout__icon {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-flow:row nowrap;
  pointer-events:none
}
.lakit-images-layout__icon .lakit-images-layout-icon-inner {
  display:flex;
  align-items:center;
  justify-content:center
}
.lakit-images-layout-icon-inner svg {
  width:1em;
  height:1em;
  display:block;
  color:inherit
}
.lakit-images-layout__image {
  position:relative;
  line-height:0;
  height:100%;
  transition:.5s cubic-bezier(.21, .75, .27, .96)
}
.lakit-images-layout__content,
.lakit-images-layout__image:after {
  transition:opacity .5s cubic-bezier(.21, .75, .27, .96);
  opacity:0;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  height:100%
}
.lakit-images-layout__image:after {
  content:"";
  pointer-events:none;
}
.lakit-images-layout__image-instance {
  width:100%;
  min-width:50px;
  min-height:50px;
  transition:.3s
}
.lakit-images-layout.layout-type-list .lakit-images-layout__item,
.lakit-images-layout__desc,
.lakit-images-layout__title {
  width:100%
}
.lakit-images-layout__content {
  display:flex;
  align-items:center;
  justify-content:center;
  flex-flow:column nowrap;
  text-align:center;
  z-index:1
}
.lakit-images-layout__content:empty {
  display:none
}

.form-text-secret{
	font-size: 14px;
	font-style: italic;
	
}
var{
	font-style: inherit;
  color: #ffa700;
  font-weight: 600;
}
.intro-promo {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  z-index: 1;
  padding: 0;
  border-radius: 10px;
  border: 1px solid rgba(127,127,127,.16);
  background-size: contain !important;
  background-position: 50% 50%;
  margin-bottom: 35px;
  margin-top: 40px;
  background-image: none;
  background: #fdfaf3;
    background-size: auto;
  border: 10px solid #dea338;
  border-radius: 0px;
}
.intro-promo .intro-inner {
  font-size: 16.5px;
}
.intro-promo .box-promo {
  width: 95%;
  padding: 10px 5px;
  max-width: 970px;
  margin: 10px auto;
  border-radius: 7px;
}
.intro-promo h2 span{
	background: linear-gradient(66.75deg, #00a5cf 0.87%, #d12bec 100%);
	font-size: 40px;
  font-weight: 700;
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.intro-promo h3{
	color: red;
}
.intro-promo li{
	margin-bottom: 15px;
}
@media (max-width: 600px) {
    .widget_form .hor-form {
        flex-direction: column;
        padding-bottom: 20px;
}

    .widget_form .field-space {
        padding: 0px;
        margin: 10px 0px;
    }
    .widget_form .submit-button {
    padding-left: 0px;
    padding-right: 0px;
}
}/* End custom CSS */
/************ FOOTER  ******************/
footer{
	background-color: #efd275;
	padding: 20px 0 0 0;
	color: #78300b;
}
footer *{
	text-align: center !important;
}
footer a{
	color: #78300b;
}
.footercopyright{
	background-color:#c8ae5a;
	padding: 10px 0;
}

.hotline-phone-ring-wrap {
	left: auto;
	right: 0;
	bottom: 0;
}
.hotline-bar {
	right: 38px;
	left: auto;
}
.hotline-bar > a {
	text-indent: 10px;
}
.zalo-container img {
	max-width: 100%;
	height: auto;
	padding: 5px
}
.zalo-container {
	display: block;
	position: fixed;
	width: 40px;
	height: 40px;
	bottom: 130px;
	z-index: 9999999;
	right: 40px;
}
.zalo-container a {
	display: block
}
.zalo-container span {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #1182fc;
	position: relative
}
 @keyframes zoomIn_zalo {
 from {
 opacity:0;
 transform:scale3d(.3, .3, .3)
}
 50% {
 opacity:1
}
}
.zoomIn_zalo {
	animation-name: zoomIn_zalo
}
.animated_zalo {
	animation-duration: 1s;
	animation-fill-mode: both
}
.animated_zalo.infinite {
	animation-iteration-count: infinite
}
.cmoz-alo-circle {
	width: 50px;
	height: 50px;
	top: -5px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(17,130,252,.8);
	opacity: .1;
	border-color: #1182fc;
	opacity: .5
}
.cmoz-alo-circle-fill {
	width: 60px;
	height: 60px;
	top: -10px;
	position: absolute;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: rgba(17,130,252,.45);
	opacity: .75;
	right: -10px
}
 @-webkit-keyframes pulse_zalo {
 from {
 -webkit-transform:scale3d(1, 1, 1);
 transform:scale3d(1, 1, 1)
}
 50% {
 -webkit-transform:scale3d(1.05, 1.05, 1.05);
 transform:scale3d(1.05, 1.05, 1.05)
}
 to {
 -webkit-transform:scale3d(1, 1, 1);
 transform:scale3d(1, 1, 1)
}
}
 @keyframes pulse_zalo {
 from {
 -webkit-transform:scale3d(1, 1, 1);
 transform:scale3d(1, 1, 1)
}
 50% {
 -webkit-transform:scale3d(1.05, 1.05, 1.05);
 transform:scale3d(1.05, 1.05, 1.05)
}
 to {
 -webkit-transform:scale3d(1, 1, 1);
 transform:scale3d(1, 1, 1)
}
}
.pulse_zalo {
	-webkit-animation-name: pulse_zalo;
	animation-name: pulse_zalo
}
.hotline-phone-ring-wrap {
	position: fixed;
	bottom: 10px;
	left: -10px;
	z-index: 99
}
.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: -15px;
	left: 9px;
	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: .5
}
.hotline-phone-ring-circle-fill {
	width: 55px;
	height: 55px;
	top: 0;
	left: 24px;
	position: absolute;
	background-color: rgba(230,8,8,.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: 11px;
	left: 36px;
	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: rgba(230,8,8,.75);
	height: 40px;
	width: 170px;
	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,.25), 0 10px 10px rgba(0,0,0,.1);
	border-radius: 50px!important;
	left: 32px;
	bottom: 62px
}
.hotline-bar>a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	text-indent: 36px;
	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(.5) skew(1deg);
 -webkit-opacity:.1
}
 30% {
 -webkit-transform:rotate(0) scale(.7) skew(1deg);
 -webkit-opacity:.5
}
 100% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 -webkit-opacity:.1
}
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
 0% {
 -webkit-transform:rotate(0) scale(.7) skew(1deg);
 opacity:.6
}
 50% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 opacity:.6
}
 100% {
 -webkit-transform:rotate(0) scale(.7) skew(1deg);
 opacity:.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)
}
}
/************ END FOOTER  ******************/
@media (max-width: 991px) {
	.clip360_wrapper {
		max-width: 100%;
		position: relative;
		display: block;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 0;
		background-color: #000;
	}
	.clip360_wrapper iframe{
		width: 100%;
		height: 400px;
	}
}
