* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

@font-face {
  font-family: 'Avo';
  src: url("../fonts/avo/UTMAvo.woff2") format("woff2"), url("../fonts/avo/UTMAvo.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Avo';
  src: url("../fonts/avo/UTMAvo-Italic.woff2") format("woff2"), url("../fonts/avo/UTMAvo-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Avo';
  src: url("../fonts/avo/UTMAvo-BoldItalic.woff2") format("woff2"), url("../fonts/avo/UTMAvo-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Avo';
  src: url("../fonts/avo/UTMAvoBold.woff2") format("woff2"), url("../fonts/avo/UTMAvoBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
body {
  box-sizing: border-box;
  color: #fff;
  padding: 0 !important;
  font-size: 14px;
  line-height: 1.8;
  transition: .3s all;
  position: relative;
  font-weight: normal;
  font-family: 'Avo';
  overflow: hidden; }
  body.active {
    overflow: unset; }
  body h1, body h2, body h3, body h4, body h5, body h6, body p, body label, body ul, body li, body .card, body a {
    text-decoration: none !important;
    transition: .3s all;
    margin-bottom: 0;
    outline: none !important; }
  body a {
    transition: .3s all !important;
    color: #000000; }
  body ul {
    padding: 0;
    margin: 0; }
  body input, body button {
    outline: none !important;
    box-shadow: none;
    transition: .3s all; }
  body .slick-slide {
    height: auto; }
    body .slick-slide img {
      display: inline; }
  body .container {
    width: 100%;
    max-width: 1200px; }
  body img {
    max-width: 100%; }
  body .container-fluid {
    padding: 0 45px; }

.slick-slider {
  margin-bottom: 0; }


.header-menu {
  padding: 15px 0;
  box-shadow: 0px 3px 8px #ddd; }
  .header-menu ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center; }
    .header-menu ul li {
      position: relative; }
      .header-menu ul li:hover ul {
        top: 47px;
        opacity: 1;
        pointer-events: unset; }
    .header-menu ul a {
      font-size: 16px;
      font-weight: bold;
      display: inline-flex;
      align-items: center;
      padding: 10px 0px; }
      .header-menu ul a.active, .header-menu ul a:hover {
        color: #00aeee; }
    .header-menu ul .h-login {
      font-size: 15px;
      height: 40px;
      background: #00aeee;
      color: #fff;
      border-radius: 6px;
      padding: 0 25px;
      border: 1px solid #00aeee; }
      .header-menu ul .h-login:hover {
        color: #00aeee;
        background: #fff; }
    .header-menu ul ul {
      background: #fff;
      z-index: 2;
      position: absolute;
      display: block;
      width: 200px;
      padding: 10px 0;
      box-shadow: 0px 3px 4px #aaa;
      border-radius: 5px;
      top: 55px;
      left: 0;
      transition: .4s all !important;
      opacity: 0;
      pointer-events: none; }
      .header-menu ul ul a {
        width: 100%;
        padding: 5px 10px;
        text-transform: initial;
        font-size: 14px; }

main {
  background: #061727; }

footer {
  padding: 17px 0;
  color: #1b1b1b;
  font-size: 12px;
  background: #e0e8ef; }

.rada-comp {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  pointer-events: none; }
  .rada-comp .bn-rad {
    pointer-events: none;
    width: 448px;
    height: 448px; }
  .rada-comp .i-logo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    pointer-events: none; }
  .rada-comp .i-quet {
    position: absolute;
    top: 5px;
    left: 8px;
    width: 100%;
    height: 100%;
    transform: rotate(-65deg); }
    .rada-comp .i-quet.i-quet-key img {
      animation: 30s linear -1s infinite  myroute;
      animation-delay: -1s;
      pointer-events: none; }

@keyframes myroute {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.title-rada {
  font-weight: bold;
  font-size: 30px;
  color: #ec7c02;
  line-height: normal;
  margin-bottom: 20px; }

.box-maps {
  background-size: cover !important;
  padding: 40px 0; }

.content-maps {
  background: #e0e8ef0f;
  border-radius: 10px;
  border: 3px solid #044d6f;
  padding: 30px;
  overflow: hidden; }

.item-txt {
  border-radius: 8px;
  padding: 15px 12px;
  line-height: 1.8;
  color: #00aeee;
  position: relative; }
  .item-txt .clsH3 {
    font-size: 14px;
    margin-bottom: 10px; }
  .item-txt.active {
    color: #ec7c02; }

.i-abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .1s all !important;
  pointer-events: none; }
  .i-abs.b-blue {
    opacity: 1; }
  .i-abs.b-orang {
    opacity: 0; }

.col-txt.active .i-abs.b-blue {
  opacity: 0; }
.col-txt.active .i-abs.b-orang {
  opacity: 1; }

.txt-rada .row {
  margin: 0 -10px; }
  .txt-rada .row > div {
    padding: 0 10px;
    margin-bottom: 20px; }
    .txt-rada .row > div:last-child {
      margin-bottom: 0; }

.col-txt.active {
  animation: letter-flicker ease-out 0.5s; }
  .col-txt.active .item-txt {
    color: #ec7c02; }

@keyframes letter-flicker {
  0% {
    opacity: 0.1; }
  20% {
    opacity: 1; }
  40% {
    opacity: 0.1; }
  60% {
    opacity: 1; }
  80% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }
.list-btn ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -12px;
  flex-wrap: wrap; }
  .list-btn ul li {
    padding: 0 12px; }
.list-btn a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: inline-flex;
  height: 55px;
  align-items: center;
  background: #00aeee;
  border-radius: 30px;
  min-width: 335px;
  justify-content: center; }
  .list-btn a.btn-grad {
    background-image: linear-gradient(to right, #703899, #00aeee); }
  .list-btn a:hover {
    background: #ec7c02 !important; }

.btn-mm {
  margin-bottom: 50px; }

.title {
  margin-bottom: 30px; }
  .title h2 {
    font-size: 30px;
    font-weight: bold;
    color: #ec7c02; }
  .title p {
    font-size: 24px;
    color: #00aeee; }

.item-srv {
  height: 100%;
  background: #fff;
  color: #797979;
  border-radius: 10px;
  padding: 20px 20px 13px 20px;
  line-height: 1.6;
  position: relative; }
  .item-srv h3 {
    font-size: 18px;
    font-weight: bold;
    color: #00aeee;
    line-height: 1.4;
    overflow: hidden;
    height: 54px;
    margin-bottom: 10px; }
  .item-srv .desc {
    margin-bottom: 15px; }
  .item-srv .bot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
  .item-srv .dthu {
    display: inline-flex;
    height: 35px;
    align-items: center;
    background: #00aeee;
    color: #fff;
    border-radius: 30px;
    padding: 0 30px;
    padding-bottom: 2px; }
    .item-srv .dthu:hover {
      background: #ec7c02 !important; }
  .item-srv .dt-2 {
    background: #067ce6; }
  .item-srv .dt-3 {
    background-image: linear-gradient(to right, #d23921, #fe8301, #ff8400); }
  .item-srv .view-more {
    font-weight: 300;
    color: #037dff; }

.box-srv {
  padding-bottom: 20px; }

.box-sale {
  position: absolute;
  top: -10px;
  right: -10px; }
  .box-sale label {
    position: absolute;
    top: 4px;
    left: 38px;
    color: #fff;
    font-size: 13px;
    line-height: initial;
    text-align: right; }
    .box-sale label span {
      display: block;
      font-weight: bold; }

.aminated-logo {
  display: flex;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1001;
  justify-content: center;
  align-items: center;
  transition: .3s all !important; }
  .aminated-logo svg, .aminated-logo img {
    width: 600px;
    pointer-events: none;
    max-width: 100%; }
  .aminated-logo.active {
    opacity: 0;
    pointer-events: none; }

#bayleys {
  stroke: #3e4546; }

#bayleys {
  stroke-width: 0;
  animation: logo 3s linear infinite; }

@keyframes logo {
  0% {
    stroke-width: 1pt;
    stroke-dashoffset: 1200;
    fill-opacity: 0; }
  50% {
    fill-opacity: 0; }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    stroke-width: 0pt; } }
#modal-regis .modal-dialog {
  max-width: 700px; }
#modal-regis .modal-body {
  padding: 0;
  background: transparent; }
#modal-regis .modal-content {
  background: transparent;
  border: 0; }

.list-form {
  background: #fff;
  padding: 20px;
  position: relative;
  border-top: 3px solid #04abec; }
  .list-form .close {
    position: absolute;
    top: 0;
    right: 10px;
    opacity: 1;
    color: #04abec;
    text-shadow: unset; }
  .list-form .row {
    margin: 0 -10px; }
  .list-form .col-md-6 {
    margin-bottom: 20px;
    padding: 0 10px; }
  .list-form label {
    display: block;
    color: #000000;
    margin-bottom: 5px; }
  .list-form .txt_res {
    height: 45px;
    padding: 0 10px;
    border: 1px solid #aaa;
    width: 100%; }
  .list-form select {
    height: 45px;
    padding: 0 10px;
    border: 1px solid #aaa;
    width: 100%;
    outline: none !important; }
  .list-form .btn_res {
    width: auto;
    border-radius: 30px;
    padding: 0 30px;
    text-transform: uppercase;
    font-weight: bold;
    background: #04abec;
    border: 1px solid #00aeee;
    color: #fff;
    cursor: pointer;
    height: 45px;
    padding: 0 40px; }

.content-regis .title {
  margin-bottom: 6px; }
  .content-regis .title label {
    display: inline-flex;
    padding: 8px 25px;
    font-size: 16px;
    background: linear-gradient(to right, #703899, #00aeee);
    border-radius: 10px 10px 0 0; }

/*# sourceMappingURL=style.css.map */
/* my */
.title .clsH1 {
    font-size: 30px;
    font-weight: bold;
    color: #ec7c02;
}
.title .clsH2 {
    font-size: 24px;
    color: #00aeee;
}

.my_d_block {
  display: block;
}

.my_title {
  color: #000;
}

.title_bg .clsH1 {
  font-size: 1.75rem;
}

h1.rs.clsH1 {
    font-size: 22px;
   /* padding-left: 10px;*/
  margin-bottom: 10px;
}

.time-news{
  font-size: 14px;
  color: gray;
  /*text-transform: capitalize;*/
  font-style: italic;
  margin-bottom: 15px;
}


.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  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 #00aeee;
  -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: #00aeee;
  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: #00aeee;
  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: #00aeeedb;
  height: 40px;
  width: 200px;
  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, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}


.hotline-phone-ring-wrap1 {
  position: fixed;
  bottom: 2px;
  right: 0;
  z-index: 999999;
}
.hotline-phone-ring1 {
  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-circle1 {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #00aeee;
  -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-fill1 {
  width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: #00aeee;
  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-circle1 {
  background-color: #00aeee;
  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-circle1 .pps-btn-img1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle1 .pps-btn-img1  {
  font-size: 20px;
}
.hotline-bar1 {
  position: absolute;
  background: #00aeeedb;
  height: 40px;
  width: 200px;
  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, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar1 > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar1 > a:hover,
.hotline-bar1 > 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-phone-ring-wrap {
  position: fixed;
  bottom: 1%;
  right: 0 !important;
  z-index: 999999;
  left: 1%;
}
  .hotline-bar {
    display: none;
  }
}

.fa-icon{
  font-size: 14px;
    color: #fff;
}

.direc{
   color: #024ed5;
}

.direc ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.direc li {
    margin: 0 5px;
    transition: 0.3s;
}
.direc li.active, .direc li:hover {
    background: #4154f1;
}
.direc  li.active a, .direc li:hover a {
    color: #fff;
}
.direc li a {
    color: #012970;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b, strong {
    font-family: emoji;
}