/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p, .article .lead ul, .article .lead ol, .article .lead pre, .article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #232323; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word; }

b, strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }


.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left, .align-center, .align-right, .mbr-section-btn, .mbr-section-title {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300; }

.mbr-regular {
  font-weight: 400; }

.mbr-semibold {
  font-weight: 500; }

.mbr-bold {
  font-weight: 700; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img, .mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-img {
  text-align: center;
  flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img, .card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; }

  .mbr-figure {
    width: 100% !important; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont, .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem; }

.btn.btn-md .mbr-iconfont, .btn.btn-md .mbr-iconfont {
  margin-right: 0; }

.mbr-regular {
  font-weight: 400; }

.mbr-semibold {
  font-weight: 500; }

.mbr-bold {
  font-weight: 700; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 60px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } 
	
	.mbr-overlay
	{
		background: green !important;
	}
	.cover
	{
		padding-top: 0px !important;
	}
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;padding: 10px; } }

/*# sourceMappingURL=style.css.map */
.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
	top: 0;
	left: -2400px;
}

.navbar-dropdown .navbar-logo img {
  height: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cid-qyz1EhSIMG .navbar.navbar-short .navbar-logo a img {
  height: auto !important;
}
img {
  max-width: 100%;
}
#header2-1 {
  position: relative;
  z-index: 1;
  padding-bottom: 86px;
}
#header2-1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  content: '';
  background: url('../images/cloud.png') top center repeat-x;
  z-index: 1;
  animation: animatedBackground 40s linear infinite;
  -ms-animation: animatedBackground 40s linear infinite;
  -moz-animation: animatedBackground 40s linear infinite;
  -webkit-animation: animatedBackground 40s linear infinite;
}
#buy::after ,#mobile::after, #oneclick::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  content: '';
  background: url('../images/cloud1.png') top center repeat-x;
  z-index: 1;
}
#plugins::after ,
#demos::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  content: '';
  background: url('../images/cloud.png') top center repeat-x;
  z-index: 1;
}
#subcribe::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  content: '';
  background: url('../images/cloud2.png') top center repeat-x;
  z-index: 1;
}
#features::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  content: '';
  background: url('../images/cloud3.png') top center repeat-x;
  z-index: 1;
}
#subcribe {
  background: #f6fbfb;
  padding: 130px 0 170px;
}
#oneclick.page .mbr-section-title .mbr-iconfont {
  background: #fff;
}
#header2-1 .container {
  width: 90%;
  max-width: 1200px;
  z-index: 2;
}
.cover {
  position: relative;
  margin-bottom: -460px;
  /*margin-top: 136px;*/
}

#buy {
  padding-top: 26px;
  background: #fff;
  text-align: center;
  /*padding-bottom: 80px;*/
}
.btn i {
  font-size: 1rem;
  margin-left: 10px;
}
.btn.active i {
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

a.btn:hover {
  background: #196db4;
  border-color: #196fb5;
  color: #fff;
}

#demos {
  background: white;
}
h2 {
    font-size: 26px;
    color: #1a0dab !important;
    padding-top: 15px !important;
}
.page .mbr-section-title {
  font-size: 3rem;
  position: relative;
  margin-bottom: 40px;
  color: #707070;
}
.page .mbr-section-title .mbr-iconfont {
  position: absolute;
  display: block;
  font-size: 30px;
  top: auto;
  left: 50%;
  bottom: -37px;
  padding: 5px 15px;
  background: #f6fbfb;
  line-height: 25px;
  border-radius: 50%;
  z-index: 1;
  color: #196db4;
  margin-left: -30px;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}
.page .mbr-section-title:after {
  position: absolute;
  bottom: -20px;
  left: 30%;
  width: 40%;
  height: 1px;
  content: "";
  background: white;
}
.color {
  color: white;
}
.mbr-gallery-item--p6 {
      padding: 1rem 0.6rem;
}
.mbr-gallery .mbr-gallery-item > div {
  transition: all 0.5s;
  box-shadow: 0px 5px 27px rgba(18, 96, 156, 0.2);
  overflow: hidden;
  display: inline-block;
    height: 680px;
}
.mbr-gallery .mbr-gallery-item > div:hover {
  box-shadow: 0px 5px 27px rgba(134, 188, 66, 0.5);
}
.cid-qyz4LbIW5A .mbr-gallery-item > div::before {
      background: rgba(188, 255, 108, 0.53) !important;
    /* border-radius: 25px; */
}
.mbr-gallery .modal.fade .modal-dialog, .mbr-gallery .modal.in .modal-dialog {
  width: 80% !important;
}
.mbr-gallery .modal {
  overflow: auto;
}
.mbr-gallery .title {
  position: absolute;
  top: calc(50% - 22px);
  left: 0;
  font-size: 1.2rem !important;
  color: #fff;
  opacity: 0;
  transition: all .5s ease-in-out;
  z-index: 5;
  text-align: center;
  width: 100%;
  line-height: normal;
}
.mbr-gallery .title .text {
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 2rem;
  /*border-radius: 100px;*/
  border: 2px solid #fff;
  background: red;
}
.mbr-gallery .mbr-gallery-item > div:hover .title {
  opacity: 1;
  top: calc(50% - 32px);
}

.mbr-gallery .icon-focus, .mbr-gallery .icon-video {
  position: relative;
  top: auto;
  left: auto;
  font-size: 1.8rem !important;
  vertical-align: middle;
  display: inline-block;
  font-style: normal;
}
.mbr-gallery .mbr-gallery-item {
  text-align: center;
}
.mbr-gallery .mbr-gallery-item .btn-md {
  background: #fd4f00;
  border: 0;
  color: #fff;
  margin-top: 10px !important;
  font-family: arial;
    font-weight: bold;
}
.mbr-gallery .mbr-gallery-item .btn-md:hover {
  background: #00d800;
}
.cid-qyzB9WT4Ya p,
.cid-qyzB9WT4Ya h4 {
  text-align: center;
  color: #707070;
}

#features {
  background: #fff;
  padding: 120px 0;
}
#features.page .mbr-section-title .mbr-iconfont {
  background: #fff;
}
.mbr-section-subtitle {
  margin-top: 60px;
}
.cid-qyzB9WT4Ya .card-img,
.cid-qyzB9WT4Ya .card-box {
  background-color: #f6fbfb;
  text-align: center;
  border-radius: 25px;
  overflow: hidden;
}
#features .mbr-section-subtitle {
  margin-bottom: 60px;
}
.cid-qyzB9WT4Ya .card-img span {
  color: #196db4;
}
.cid-qyzB9WT4Ya .card-img .fa {
  font-size: 72px;
  color: #196cb4;
}
#oneclick iframe {
  max-width: 95%;
  display: inline-block !important;
}
#plugins {
  background: #f6fbfb;
  padding: 120px 0;
}
#oneclick {
  padding: 120px 0;
}
#oneclick .mbr-section-subtitle {
  max-width: 75%;
  margin-bottom: 60px;
  display: inline-block;
}
.video-block {
  max-width: 85%;
}

.social {
	margin-top: 30px;
}
.social >* {
	vertical-align: top;
}
.fb_iframe_widget {
	margin-top: -2px;
}

@keyframes animatedBackground {
  from { background-position: 0 0; }
  to { background-position: 100% 0; }
}
@-webkit-keyframes animatedBackground {
  from { background-position: 0 0; }
  to { background-position: 100% 0; }
}
@-ms-keyframes animatedBackground {
  from { background-position: 0 0; }
  to { background-position: 100% 0; }
}
@-moz-keyframes animatedBackground {
  from { background-position: 0 0; }
  to { background-position: 100% 0; }
}

/* Newsletter */
.enve {
  background: #f85a93;
  color: #fff;
  width: 50px;
  height: 50px;
  display: block!important;
  line-height: 50px!important;
  text-align: center;
  font-size: 24px!important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 0 auto
}

.newsletter-sm {
  width: 100%;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
  max-width: 80%;
  display: inline-block;
}

.newsletter-sm h3,
.newsletter-sm p {
  color: #555;
  font-family: "Maven Pro", sans-serif
}

.newsletter-sm h3 {
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px
}

.newsletter-sm p {
  font-size: 14px;
  line-height: 20px
}

.newsletter-sm .newsletter-input-sm {
  border: 0;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 230px;
  height: 50px;
  color: #555;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 10px;
  border: 2px solid #f0f0f0;
  margin-right: 20px;
}

.newsletter-sm .newsletter-sm-bot {
  box-sizing: border-box;
  padding: 20px 0px;
  height: auto;
  display: flex;
}
@media (max-width: 1200px) {
	.newsletter-sm .newsletter-sm-bot,
	.mc-field-group,
	.newsletter-sm .newsletter-sm-bot .mc-field-submit{
		display: block;
		width: 100%;
	}
	.newsletter-sm .newsletter-button-sm,
	.newsletter-sm .newsletter-input-sm	{
		width: 100%;
	}
}
@media (max-width: 991px) {
	.cid-qyz1EhSIMG img {
		height: auto !important;
	}
	.cid-qyz1EhSIMG .navbar-collapse.collapsing .navbar-nav, .cid-qyz1EhSIMG .navbar-collapse.show .navbar-nav {
		text-align: left !important;
	}
}
.newsletter-sm .newsletter-sm-bot .mc-field-submit {
  display: inline-block;
  text-align: left;
}
.newsletter-sm .newsletter-sm-bot span {
  font-size: 13px;
  margin: 11px 25px;
  display: inline-block;
}

.newsletter-sm .newsletter-button-sm {
  height: 50px;
  display: inline-block;
  font-size: 14px;
  box-sizing: border-box;
  padding: 5px 20px;
  position: relative;
  color: #fff;
  text-align: center;
  background: #f85a93;
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  letter-spacing: 0px;
  margin: 0;
}

.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 99999;
  display: none;
}

.modalDialog:target {
  opacity: 1;
  pointer-events: auto
}

.modalDialog:target>div {
  margin: 8% auto
}

.modalDialog >div {
  width: 500px;
  position: relative;
  background: #fff;
  animation-duration: 1s;
  animation-name: swing;
  transform-origin: center top 0;
}
#subcribe.success .newsletter-sm {
  text-align: center;
}
#subcribe.success >div {
  border-bottom: 4px solid #f85a93;
}

#subcribe h3.done,
#subcribe span.done {
  display: none !important;
}
#subcribe.success h3.done {
  display: block !important;
  text-align: center;
}
#subcribe.success span.done {
  display: block !important;
  float: none;
  color: #f85a93;
  font-size: 40px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
h3.done {
  color: #707070;
}
span.done {
  margin-top: 50px;
}

.mc-field-group {
  display: inline-block;
  vertical-align: top;
}

h2.signup {
  background: #f85a93;
  border-bottom: 1px solid #008d84;
  font-weight: 400;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  color: #fff;
  font-size: 18px
}

.close {
  color: #888;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px
}

.close:hover {
  text-decoration: none;
  color: #555
}

ul.plugins {
  padding: 0;
  list-style: none;
  text-align: center;
}
ul.plugins li {
  display: inline-block;
  margin: 0 30px;
}
ul.plugins li img {
  max-width: 80px;
  display: inline-block;
}
ul.plugins .item h3 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 20px;
}
ul.plugins .item h3.price {
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
}
.red {
  color: #ff0000;
}
#plugins .mbr-section-subtitle {
  max-width: 75%;
  margin-bottom: 60px;
  display: inline-block;
}

#mobile {
  background: #2976b7; /* Old Browsers */
  background: -webkit-linear-gradient(bottom,#196cb4,#77b4e8); /*Safari 5.1-6*/
  background: -o-linear-gradient(bottom,#7168ff,#b07bff); /*Opera 11.1-12*/
  background: -moz-linear-gradient(bottom,#7168ff,#b07bff); /*Fx 3.6-15*/
  background: linear-gradient(to top, #7168ff, #b07bff); /*Standard*/
  padding: 120px 0;
  color: #fff;
}
#mobile.page .mbr-section-title {
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
#mobile.page .mbr-section-title:after {
  display: none;
}
#mobile .mbr-section-subtitle {
  margin-top: 0px;
  font-size: 20px;
}
#mobile a.btn {
  background: #196db4;
  border-color: #d7dadc;
}
#mobile ul.plugins li {
  margin: 0 30px;
  vertical-align: middle;
}
#mobile ul.plugins li.qr {
  max-width: 230px;
  padding-top: 40px;
}
#mobile ul.plugins {
  margin-bottom: 70px;
}
#mobile ul.plugins li p {
  margin-bottom: 10px;
}
#mobile ul.plugins li img {
  max-width: 300px;
  margin-top: 50px;
  margin-bottom: 60px;
}
#mobile ul.plugins li.qr img {
  max-width: 160px;
  margin-top: 20px;
}

.at-share-tbx-element.at-share-tbx-native .at300b {
    float: none;
	display: inline-block;
}


#bottom-line {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 5px;
    height: 40px;
    display: none;
    z-index: 999999;
}

@media(max-width:767px){
  #bottom-line {
      display: block;
  }
}

#callnow {
  display: block;
  float: left;
  border-right: 1px solid #BB1C21;
  margin-left: 10px;
  line-height: 40px;
  height: 40px;
  color: #fff;
  background: #B00309 url('../../images/iconphone.png') no-repeat left 10px center;
  background-size: 24px auto;
  padding: 0 15px 0 42px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 16px;
}

.progress, .messageshow {
  background-color: #dedede;
  position: fixed;
  top:50%;
  left:calc(50% - 150px);
  width:300px;
  padding:15px 10px;
  z-index: 99999;
  height: 50px;
  display: none;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  border:2px solid #fff;
  line-height: 15px;
}

.progress .progress-bar {
  display: block;
  height: 20px;
  overflow: hidden;
  font-size: .75rem;
}

.center{
	text-align: center !important;
}	
.font-size-14{
	font-size: 14px !important;
}
.font-size-15{
	font-size: 15px !important;
}
.font-size-16{
	font-size: 16px !important;
}
.font-size-17{
	font-size: 17px !important;
}
.font-size-18{
	font-size: 18px !important;
}
.font-size-19{
	font-size: 19px !important;
}
.font-size-20{
	font-size: 20px !important;
}
.font-size-21{
	font-size: 21px !important;
}
.font-size-22{
	font-size: 22px !important;
}
.font-size-23{
	font-size: 23px !important;
}
.font-size-24{
	font-size: 24px !important;
}
.font-size-25{
	font-size: 25px !important;
}
.font-size-26{
	font-size: 26px !important;
}
.font-size-36{
	font-size: 36px !important;
}
.italic
{
	font-style: italic !important;
}
.bold
{
	font-weight: bold !important;
}
.red
{
	color: red!important;
}
.blue
{
	color: #1a0dab!important;
}
.green
{
	color: green!important;
}
.orange
{
	color: orange!important;
}
.white
{
	color: white!important;
}
.float-left
{
	float: left!important;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination-right {
    text-align: right;
}
.pagination {
    margin: 20px 0;
}
.pagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
.pagination ul>li {
    display: table-cell;
    /*padding-left: 10px;*/
}

.active {
	color: white !important;
	/*padding: 10px;*/
}
.pagination ul>.active>a, .pagination ul>.active>span {
    color: white;
    cursor: default;
}
.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}
.pagination ul>li>a:hover, .pagination ul>li>a:focus, .pagination ul>.active>a, .pagination ul>.active>span {
    background-color: red;
}
.pagination-small ul>li>a, .pagination-small ul>li>span {
    padding: 6px 18px;
}
.pagination ul>li>a, .pagination ul>li>span>.active {
    background-color: green;
}
.pagination ul>li>a, .pagination ul>li>span:hover {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #02d7f9;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    border-left-width: 0;
}
.pagination ul>li>a, .pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #008ff3;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    border-left-width: 0;
}
.font-size-16 {
    font-size: 16px !important;
}
.max-width-200
{
	max-width: 200px !important;
}
.phone-call-footer{
	text: -20px; bottom:50px; display: block;position: fixed; z-index: 11111111;
}

.float-ck
   {
 		bottom: -8px !important;
	   position: fixed;
	   z-index: 9000;
	   left:0;
		 transition: all .7s;
   }
	 .float-ck.fixed-top1 {
	 		bottom: 75px !important
	 }
	 .float-ck.fixed-bottom1 {
 	 		bottom: 6px !important;
	 }
   #hide_float_right
   {
   text-align:left;
   font-size: 11px;
   }
   #hide_float_right a
   {
   background: #01AEF0;
   padding: 2px 4px;
   color: #FFF;
   }
   
   
	/* định dạng cho button */
	#myBtn 
	{
	  display: none; /* Mặc định button sẽ được ẩn*/
	  position: fixed;
	  bottom: 380px;
	  right: 30px; 
	  z-index: 99; /* button được ưu tiên hiển thị đè lên các phần khác*/
	  border: none;
	  outline: none;
	  background-color: orange;
	  color: white;
	  cursor: pointer;
	  padding: 20px;
	  border-radius: 10px;
	}
	 
	#myBtn:hover 
	{
	  background-color: green;
	}
	
	@media(max-width: 768px)
{
	
	.grid img {
		max-width: 100% !important;
		height: auto !important;
	}
	.img{
		width: 100% !important;
		height: 100% !important;
	}
	.cover
	{
		padding-top: 0px !important;
	}
	.an-mobile
	{
		display: none !important;
	}
}

.an-mobile
	{
		height: 100% !important;
		width: 100% !important;
	}
	
	
.h2-ds
{
	font-size: 13px!important;
	margin-left: 12px!important;
	color: #1a0dab!important;
	text-align: left!important;
    padding-top: 0px!important;
	    line-height: 3;
}
.h2-ds a
{
	color: #1a0dab!important;
    font-weight: 600!important;
    text-transform: capitalize!important;
	font-size: 14px !important;
	
	text-align: left!important;
    padding-top: 0px!important;
	    line-height: 3;
}
.h2-ds a:hover
{
	color: red!important;
    font-weight: 600!important;
    text-transform: capitalize!important;
	font-size: 14px !important;
	
	text-align: left!important;
    padding-top: 0px!important;
	    line-height: 3;
}
.hung
{
	font-size: 26px;
    font-weight: bold;
    color: #ffa500;
}
.hung1
{
	background: white;
    margin-top: 3px;
    line-height: 1.6;
    
}
.hien-1-dong
{
	background: white;
    border-radius: 26px;
    margin-top: 3px;
    padding: 5px;
    line-height: 1.6;
	overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}