@charset "utf-8";
/*
    Theme Name: VN4U Themes
    Description: Website: http://vn4u.vn/ - HotLine: 0984 510 136
    Version: 1.0.0
    Author: VN4U
    Author URI: http://vn4u.vn/
    Tags: CÔNG TY GIẢI PHÁP CÔNG NGHỆ VN4U VIỆT NAM chuyên: thiết kế website bất động sản, thiết kế website tin tức, thiết kế website giáo dục, thiết kế website du lịch, thiết kế website nhà hàng - khách sạn, Chuyên dich vụ chạy quảng cáo google, facebook, seo 
*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap&subset=vietnamese');*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: UTMAvo;
  src: url("fonts/UTMAvo.woff") format("woff"),
    url("fonts/UTMAvo.ttf") format("truetype"),
    url("fonts/UTMAvo.svg") format("svg");
}
@font-face {
  font-family: UTMAvoBold;
  src: url(fonts/UTMAvoBold.eot);
  src: url(fonts/UTMAvoBold.eot?#iefix) format("embedded-opentype"),
    url(fonts/UTMAvoBold.woff) format("woff"),
    url(fonts/UTMAvoBold.ttf) format("truetype"),
    url(fonts/UTMAvoBold.svg#svgFontName) format("svg");
}

* {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
body {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #0c0c0c;
  /*font-family: UTMAvo,Arial,Helvetica,sans-serif;*/
}
a:link {
  text-decoration: none;
}
a,
a:link,
a:visited {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #ff6f02;
}
a {
  color: #c4161c;
  outline: none !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.st-pd {
  padding: 40px 0;
}
.st-bk {
  background: linear-gradient(to right, #c4161c, #e10e15);
}
@media (max-width: 767px) {
  .st-pd {
    padding: 30px 0;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .container .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  body {
    font-size: 14px;
  }
  .col-xs-6,
  .col-xs-12 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/*header*/
.header-top a {
  color: #fff;
}
.header-top {
  font-size: 15px;
  background: #c4161c;
  color: #fff;
}
.ht-inner {
  min-height: 40px;
}
.ht-left li a {
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 8px;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  display: block;
}
.ht-left li a:hover {
  -webkit-box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 0.2);
}
.ht-right {
  font-weight: 600;
  line-height: 1;
}
.ht-email {
  border-right: 1px solid #e8e7e7;
  padding-right: 15px;
  margin-right: 15px;
}
.ht-phone {
  background: #ff6f02;
  line-height: 1.2;
  border-radius: 16px;
  padding: 5px 14px;
  margin-left: 10px;
}
.ht-phone span {
  background-image: url(images/f-icon-phone.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: left;
  padding-left: 22px;
}
.hn-row {
  height: 90px;
  transition: all 0.3s;
}
.ul-nav-header > li {
  display: inline-block;
  float: left;
}
.ul-nav-header > li > a {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 36px;
  padding: 0px 10px;
  display: block;
}
.ul-nav-header > li:hover > a,
.ul-nav-header > li.current-menu-item > a {
  color: #c4161c;
}
.header-height {
  display: none;
}
.header-height.active {
  display: block;
}
.header {
  transition: all 0.3s;
  box-shadow: 0px 1px 10px rgb(0 0 0 / 20%);
  background: #fff;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
.header.fixed .header-top {
  display: none;
}
.header.fixed .hn-row {
  height: 60px;
}
.hn-logo img {
  height: 75px;
  transition: all 0.3s;
}
.header.fixed .hn-row .hn-logo img {
  height: 45px;
}
.ul-nav-header li {
  position: relative;
}
.ul-nav-header li ul {
  min-width: 100%;
  width: 230px;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%);
  z-index: 100;
}
.ul-nav-header ul li a {
  white-space: nowrap;
  display: block;
  color: #000;
  font-size: 14px;
  padding: 10px;
  line-height: 1.3;
  text-align: left;
  overflow: hidden;
  text-transform: uppercase;
  text-overflow: ellipsis;
}
.ul-nav-header ul li a:hover {
  background-color: #c4161c;
  color: #fff;
}
.nav-header-inner {
  float: left;
  position: relative;
}
.ul-nav-header li.col li a {
  padding: 6px 0;
}
.ul-nav-header li.col > ul {
  border-top: 2px solid #c4161c;
  padding: 20px 10px;
  width: 100%;
}
.ul-nav-header li.col > a {
  position: relative;
}
.ul-nav-header li.col:hover > a:before {
  opacity: 1;
}
.ul-nav-header li.col li.menu-item-has-children > a:after {
  display: none;
}
.ul-nav-header li.col ul ul li:not(:last-child),
.ul-nav-header li.col > ul > li > a {
  margin-bottom: 5px;
  border-bottom: 1px dotted #b20000;
}
.ul-nav-header li.col ul li a:hover {
  background: none;
  color: #c4161c;
}
@media (min-width: 1200px) {
  .ul-nav-header li.col {
    position: initial;
  }
  .ul-nav-header li.col > a:before {
    border: solid transparent;
    border-bottom-color: #c4161c;
    bottom: -2px;
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    pointer-events: none;
    position: absolute;
    width: 0;
    z-index: 10;
    border-width: 11px;
  }
  .ul-nav-header li.col4 > ul > li {
    width: 25%;
    padding: 0px 10px;
    float: left;
  }
  .ul-nav-header li.col3 > ul > li {
    width: 33.33%;
    float: left;
    padding: 0px 10px;
  }
  .ul-nav-header li.col > ul > li > a {
    color: #c4161c;
    border-color: #c4161c;
    font-weight: 600;
  }
  .ul-nav-header li.col ul ul {
    display: block;
    left: 0;
    top: 0;
    border: none;
    position: relative;
    box-shadow: none;
    width: 100%;
  }
  .ul-nav-header li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
    display: none;
    background-color: #fff;
    border-top: 3px solid #c4161c;
  }
  .ul-nav-header li li ul {
    left: 100%;
    top: -3px;
  }
  .ul-nav-header li:hover > ul {
    display: block;
  }
  .ul-nav-header > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    padding-left: 5px;
    font-weight: normal;
    font-size: 14px;
  }
  .ul-nav-header li li.menu-item-has-children > a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    padding-left: 5px;
    font-weight: normal;
    font-size: 14px;
    float: right;
  }
}
@media (max-width: 1199px) {
  .ul-nav-header li.col > ul {
    padding: 10px;
  }
  .nav-header-inner {
    -moz-transform: translateX(-80em);
    -webkit-transform: translateX(-80em);
    -ms-transform: translateX(-80em);
    transform: translateX(-80em);
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-overflow-scrolling: touch;
    width: 290px !important;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1002;
    padding: 0;
    background: #000;
    display: block;
  }
  .nav-header-inner.active {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .close-nav-header {
    display: block;
    color: #fff;
    right: 0px;
    background: #c4161c;
    border-radius: 0px;
    line-height: 25px;
    font-size: 20px;
    z-index: 2;
    position: absolute;
    padding: 0px 7px;
  }
  .close-nav-header:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
  }
  .click-main-nav {
    padding: 8px;
    background-color: #c4161c;
    border-radius: 2px;
    z-index: 100;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .hn-row {
    flex-wrap: wrap;
    height: 70px;
  }
  .hn-logo {
    width: 100%;
    text-align: center;
  }
  .header-nav .container {
    position: relative;
  }
  .click-main-nav .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #fff;
  }
  .click-main-nav .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .backdrop {
    transition: visibility 0s, opacity 0.15s linear;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1040;
    background-color: #000;
    visibility: hidden;
  }
  .backdrop.active {
    opacity: 0.4;
    z-index: 1001;
    visibility: visible;
  }
  .ul-nav-header {
    margin-top: 30px;
    float: left;
    width: 100%;
  }
  .ul-nav-header > li {
    width: 100%;
    position: relative;
    padding: 0;
  }
  .ul-nav-header > li > a {
    display: block;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #bbbbbb;
    border-right: none;
    line-height: 40px;
    padding: 0px 8px;
    font-weight: normal;
    text-transform: capitalize;
  }
  .ul-nav-header > li:last-child > a {
    border-bottom: none;
  }
  .ul-nav-header > li.ycbg > a {
    margin: 10px 15px;
  }
  .ul-nav-header > li.current-menu-item > a,
  .ul-nav-header > li:hover > a {
    background-color: transparent;
    color: #fff !important;
  }
  .ul-nav-header li > ul {
    display: none;
  }
  .ul-nav-header ul ul {
    padding-left: 10px;
  }
  .ul-nav-header ul li a,
  .ul-nav-header ul li:last-child > a {
    border-bottom: 1px solid #bbbbbb;
    color: #fff;
    text-transform: capitalize;
  }
  /*.ul-nav-header ul li a:before{
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        color: #fff;
        padding-right: 6px;
        font-size: 13px;
        content: "\f0da";
    }*/
  .open-submenu {
    position: absolute;
    padding: 0px 10px;
    right: 0px;
    top: 0;
    line-height: 42px;
    color: #fff;
  }
  .open-submenu:before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
  }
  .open-submenu.active:before {
    content: "\f0d8";
  }
  .hn-inner {
    position: absolute;
  }
  .logo {
    width: 100%;
    text-align: center;
  }
  .hn-search {
    position: absolute;
    right: 15px;
  }
  .hn-logo img {
    height: 70px;
    padding: 8px 0;
  }
  .header.fixed .hn-row .hn-logo img {
    padding: 0;
  }
  .ul-nav-header li.col ul ul li:not(:last-child),
  .ul-nav-header li.col > ul > li > a {
    border: none;
  }
  .ul-nav-header li.col > ul {
    border-top: none;
  }
  .ul-nav-header li.col > ul > li {
    margin-bottom: 10px;
  }
  .ul-nav-header li.col li a {
    padding: 0;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .hn-logo img {
    height: 50px;
  }
}
/*End header*/

/*search*/
.search-btn {
  color: #000;
  padding-left: 15px;
  font-size: 18px;
  float: right;
  line-height: 36px;
  position: relative;
}
.search-btn:hover {
  color: #ed1b24;
}
.search-show {
  position: fixed;
  z-index: 1003;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.search-show.active {
  display: block;
}
.search-show .search-background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #0a0a0af2;
  opacity: 0.8;
  cursor: url(images/close-search.png), progress;
}
.mfp-close {
  opacity: 0.5;
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1;
  line-height: 40px;
  border: none;
  background: none;
}
.search-show .search-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  color: #fff;
  z-index: 2;
  transition: all 0.3s;
  max-width: 90%;
}
.search-show .search-inner input {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 99px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0 50px 0px 20px;
  height: 50px;
  font-size: 18px;
  color: #fff;
}
.search-show .search-inner input::-webkit-input-placeholder,
.search-show .search-inner input::placeholder {
  color: #f2f2f2;
}
.search-show .search-inner button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border: none;
  background: none;
  width: 50px;
  font-size: 20px;
}
body.active {
  overflow: hidden;
}
@media (max-width: 1199px) {
  .search-btn {
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }
}
/*End search*/

.st1-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  margin: 0 0 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 9;
  color: #c4161c;
  text-transform: uppercase;
}
.st1-title2 {
  color: #fff;
}
.st1-title:before {
  content: "";
  position: absolute;
  width: 50px;
  border-top: 4px solid #c4161c;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.st1-title2.st1-title:before {
  border-color: #fff;
}
.st1-heading {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .st1-heading {
    margin-bottom: 10px;
  }
  .st1-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .st1-heading p {
    width: 100%;
    text-align: center;
  }
  .st1-title {
    line-height: 1.5;
  }
}

/*footer*/
.ft-form {
  margin-bottom: -119px;
  z-index: 9;
  position: relative;
}
.ft-form-inner {
  background-image: linear-gradient(138deg, #be1e2d 30%, #c73f3f 100%);
  border-radius: 30px;
  box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
  position: relative;
  padding: 50px 15px 80px;
  overflow: hidden;
  color: #fff;
}
.ft-form-inner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(images/ft1.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.ft-form-h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
}
.ft-form-h4 {
  line-height: 40px;
  font-size: 20px;
  margin: 0 0 15px;
}
.ft-form-inner1 {
  position: relative;
}
.ft-form-content input[type="text"] {
  height: 60px;
  border-radius: 30px;
  width: 532px;
  position: relative;
  border: none;
  box-shadow: none;
  color: #000;
  font-size: 20px;
  padding: 0px 15px;
  margin-right: 25px;
}
.ft-form-content input[type="submit"] {
  background-image: -webkit-linear-gradient(0deg, #be1e2d 8%, #de3032 89%);
  box-shadow: 0 0 40px 0 rgb(18 160 105 / 22%);
  height: 60px;
  font-size: 20px;
  padding: 0 30px;
  border: 3px solid #fff;
  border-radius: 30px;
  transition: all 0.3s;
}
.ft-form-content input[type="submit"]:hover {
  border-color: #fff400;
}

.footer {
  background: url(images/bk3.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 15px;
}
.ft-item-des li {
  margin-bottom: 8px;
}
.ft-item-des li i {
  width: 16px;
  margin-right: 5px;
  font-size: 14px;
}
.ft-title {
  margin-bottom: 15px;
  font-weight: 600;
}
.ft-title a {
  color: #fff;
}
.ft-top {
  padding: 160px 0 35px;
}
.ft-social {
  margin: 10px 0 25px;
  text-align: center;
}
.ft-social li {
  display: inline-block;
  margin: 5px 2px;
}
.ft-social li a {
  display: block;
  width: 40px;
  color: #fff;
  font-size: 20px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.ft-social li a:hover {
  border-radius: 6px;
}
.ft-social li a.face {
  background: #3a589d;
}
.ft-social li a.instagram {
  background: #e80c26;
}
.ft-social li a.tiktok {
  background: #333;
}
.ft-social li a.youtube {
  background: #e80c26;
}
.ft-bottom-inner {
  border-top: 2px solid #fff;
  padding-top: 30px;
}
.ftb-item {
  margin-bottom: 15px;
}
.ftb-item i {
  margin-right: 8px;
}
.ftb-item a {
  color: #fff;
  display: block;
  font-weight: bold;
  color: #fff400;
  padding-left: 20px;
  padding-top: 5px;
}
.ft-copyright {
  padding: 10px;
  color: #fff;
  font-size: 13px;
  background: rgba(14, 32, 58, 0.6);
  margin-top: 15px;
}
.ft-logo img {
  height: 100px;
  margin-bottom: 15px;
}
/*End footer*/

@media (max-width: 991px) {
  .ft-form-h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .ft-form-content input[type="text"] {
    max-width: 100%;
    margin: 0 0 10px;
  }
  .ft-form-h4 {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .ft-form-content input[type="text"] {
    font-size: 16px;
  }
  .ft-title {
    font-size: 18px;
  }
}

.modal-ggmap .modal-dialog {
  width: 640px;
  max-width: calc(100% - 20px);
  padding: 20px;
  text-align: center;
  background: #fff;
  margin-top: 80px;
  border-radius: 6px;
}

.modal-ggmap .modal-content {
  background: no-repeat;
  box-shadow: none;
  border: none;
  position: initial;
}

.modal-ggmap p {
  margin-bottom: 12px;
}

.ggmap-content a {
  width: 100%;
  display: block;
  background-color: #093;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0 0 3px 3px#ccc;
  box-shadow: 0 0 3px 3px #ccc;
  padding: 10px;
  text-decoration: none;
  outline: none;
  margin-bottom: 10px;
}

.ggmap-content a.group-2 {
  background-color: #ff6a00;
}

.ggmap-content a span {
  display: block;
  width: 100%;
  font-style: italic;
  font-size: 11px;
  text-transform: capitalize;
  margin-top: 5px;
}

.modal .close {
  position: absolute;
  padding: 10px;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
  opacity: 0.8;
}

.button-contact-vr {
  position: fixed;
  bottom: 70px;
  right: 0;
  z-index: 199;
}

@media (min-width: 768px) {
  .button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
  }

  .button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
  }

  .phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
  }

  .phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
  }

  .phone-vr-img-circle a {
    display: block;
    line-height: 37px;
  }

  .phone-vr-img-circle img {
    max-height: 30px;
    max-width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }

  #zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
  }

  #zalo-vr .phone-vr-img-circle {
    background-color: #2196f3;
  }

  #fanpage-vr .phone-vr-img-circle {
    background-color: #1877f2;
  }

  #fanpage-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
    background-color: rgb(24 119 242 / 70%);
  }

  #map-vr .phone-vr-img-circle {
    background-color: #1ea362;
  }

  #map-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(30 163 98 / 65%);
    background-color: rgb(30 163 98 / 70%);
  }

  #phone-vr .phone-vr-circle-fill,
  #phone-vr .phone-vr-img-circle,
  #phone-vr .phone-bar a {
    background-color: #23ddd1;
  }

  #phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #23ddd1;
  }
}

@-webkit-keyframes phone-vr-circle-fill {
  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);
  }
}

@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes zoom {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}

@media (max-width: 767px) {
  .phone-vr-img-circle img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: auto;
  }

  .phone-vr-circle-fill {
    display: none;
  }

  .button-contact .phone-vr {
    width: 62px;
    height: 50px;
    text-align: center;
  }

  .phone-vr-img-circle a span {
    color: #000;
    font-size: 10px;
    font-weight: 600;
  }

  .button-contact-vr {
    background: white;
    width: 100%;
    height: 60px;
    padding: 5px;
    box-shadow: 0 4px 10px 0 #000;
    bottom: 0;
    border: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .button-contact-vr .button-contact {
    margin-top: 0;
  }

  #phone-vr .phone-vr-img-circle a {
    display: block;
    position: relative;
    top: -16px;
  }

  #phone-vr .phone-vr-img-circle a div {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #6cb917;
    line-height: 15px;
    border: 2px solid white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  /*#phone-vr .phone-vr-img-circle a div img {
        width: 27px;
        height: auto;
    }*/
}

/*breadcrumb-st*/
.breadcrumb-st {
  margin: 25px 0 30px;
  font-size: 13px;
}
/*End breadcrumb-st*/
.pt10 {
  padding-top: 10px;
}

/*notify*/
.notify {
  transition: top 500ms ease-in-out, bottom 500ms ease-in-out,
    opacity 500ms ease-in-out;
  height: 62px;
  top: -110px;
  left: 10px;
  position: fixed;
  z-index: 888;
  line-height: 1;
  width: 350px;
  max-width: 100%;
  max-width: 960px;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 30px -15px;
  border-radius: 40px;
  background-color: rgba(250, 250, 250, 0.9);
}
.notify.active {
  top: 65px;
  left: 0;
}
.notify-image img {
  float: left;
  margin-right: 13px;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  pointer-events: none;
  object-fit: cover;
}
.notify .notify-title {
  height: 17px;
  font-size: 14px;
  font-weight: bold;
}
.notify .notify-content {
  font-size: 13px;
  height: 17px;
  padding-top: 2px;
}
.notify .notify-time {
  line-height: 1.6;
  font-size: 12px;
}
/*End notify*/
