@font-face {
  font-family: 'VLCAMILA';
  src: url("../fonts/VLCAMILA.OTF") format("opentype");
}

@font-face {
  font-family: 'VL-SOFIAPROSOFT-BOLD';
  font-weight: bold;
  src: url("../fonts/VL-SOFIAPROSOFT-BOLD.OTF") format("opentype");
}

@font-face {
  font-family: 'VL-SOFIAPROSOFT-LIGHT';
  font-weight: lighter;
  src: url("../fonts/VL-SOFIAPROSOFT-LIGHT.OTF") format("opentype");
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.woff");
}

.hideClass {
  visibility: hidden
}

.w-200 {
  width: 200px;
}

html {
  font-family: VLCAMILA
}

img {
  max-width: 100%;
}

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

a:hover {
  text-decoration: none;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon.glyphicon-info-sign {
  color: #3d8dbc;
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.btn-primary.focus,
.btn-primary:focus {
  background-color: transparent;
}


/* Custom css */

.mdl-button {
  position: relative;
  font-family: VLCAMILA;
  font-size: 18px;
  color: #fff;
  background: #a82825;
  border: none;
  padding: 10px 20px;
}

.mdl-button::before {
  content: '';
  width: 7px;
  left: -6px;
  top: 10%;
  background: #a82825;
  width: 7px;
  height: 80%;
  display: block;
  position: absolute;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none !important;
}

.mdl-button::after {
  content: '';
  width: 7px;
  right: -6px;
  top: 10%;
  background: #a82825;
  width: 7px;
  height: 80%;
  display: block;
  position: absolute;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: none !important;
}

.mdl-button:hover,
.mdl-button:hover::before,
.mdl-button:hover::after,
.mdl-button:focus,
.mdl-button:focus::before,
.mdl-button:focus::after {
  border: none;
  background-color: #9d2e2a;
}

.title-color {
  color: #38433b;
}

.content-color {
  color: #404040;
}

.primary-color {
  color: #a82825;
}

.font-size-content {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.font-size-title {
  font-size: 3rem;
  line-height: 3.25rem;
}

.title-font {
  font-family: VLCAMILA;
}

.content-font-light {
  font-family: VL-SOFIAPROSOFT-LIGHT;
}

.content-font-bold {
  font-family: VL-SOFIAPROSOFT-BOLD;
}

.navbar .logo {
  max-width: 200px;
}

.navbar .nav-item {
  padding: 10px 15px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 90px;
  display: grid;
  align-items: center;
  position: relative;
}

.navbar .nav-item::after {
  content: "";
  position: absolute;
  border-radius: 3px;
  width: 0;
  height: 4px;
  background: #fff;
  bottom: 0px;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.navbar .nav-item:hover::after,
.navbar .nav-item.active::after {
  width: calc(100% - 30px);
  margin: 0 15px;
}

.navbar .nav-item:hover>.dropdown-menu {
  display: block;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  background: #a82925;
  margin: 0;
  padding: 0;
}

.navbar .nav-item .dropdown-menu .dropdown-item {
  color: #fff;
  line-height: 1.2;
  padding: 15px;
}

.navbar .nav-item .dropdown-menu .dropdown-item:hover {
  background: #9d2e2a;
}

.navbar .nav-link {
  color: #fff;
}

.fa-bars,
.fa-times {
  color: #fff;
  font-size: 30px;
}

header {
  background-color: #a82825;
  height: 90px;
}

.navbar-expand-lg .navbar-nav {
  height: 90px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  line-height: initial;
}

.lang a {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.lang a.active {
  border-bottom: 2px solid #fff;
}

.banners {
  display: block;
  width: 100%;
  position: relative;
}

.banners img {
  width: 100%;
}

.loi-ngo {
  padding-top: 80px;
}

.loi-ngo .text {
  padding-left: 35px;
}

.loi-ngo .text img {
  margin-left: -90px;
  width: calc(100% + 90px);
}

.loi-ngo .mdl-button {
  background: #fff;
  border: 1px solid #a82825;
  color: #a82825;
}

.loi-ngo .mdl-button::before {
  background: #fff;
  border: 1px solid #a82825;
  left: -6px;
}

.loi-ngo .mdl-button::after {
  background: #fff;
  border: 1px solid #a82825;
  right: -6px;
}

.thuong-hieu {
  display: grid;
  align-items: center;
}

.thuong-hieu img {
  width: 80%;
}

.thuong-hieu .logo {
  text-align: center;
  margin-bottom: 30px;
}

.menu {
  position: relative;
  display: grid;
  align-items: center;
  text-align: center;
}

.menu button {
  padding: 20px 50px;
  font-size: 28px;
  width: 250px;
}

.menu .group-btn .left {
  margin-right: 150px;
}

.menu .group-btn .right {
  margin-left: 150px;
}

.menu button::before {
  left: -10px;
  width: 10px;
  height: 75%;
  top: 12.5%;
}

.menu button::after {
  right: -10px;
  width: 10px;
  height: 75%;
  top: 12.5%;
}

.seperator {
  width: 1px;
  height: 70px;
  background: #cdcdcd;
}

.video {
  background: url(./../images/hoa-van.png) bottom right no-repeat;
  background-size: contain;
  background-color: #fffcf4;
  background-repeat: no-repeat;
}

.video .container {
  position: relative;
}

.play-video {
  width: 90px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 45px);
  right: calc(50% - 45px);
  display: none;
}

.video #click-to-play {
  width: 300px;
  font-weight: bold;
  position: absolute;
  font-size: 1.5rem;
  opacity: 0;
  cursor: pointer;
  top: calc(50% - 100px);
  right: calc(50% - 150px);
}

.video #click-to-play::after {
  content: "";
  position: absolute;
  border-radius: 3px;
  width: 0;
  height: 3px;
  background: #fff;
  bottom: 10px;
  left: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

.video:hover .play-video {
  display: block;
}

.video:hover #click-to-play {
  opacity: 1;
}

.video:hover #click-to-play::after {
  width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #282626;
  width: 17px;
  height: 17px;
  opacity: 1;
  margin: 0 8px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E3DDD2;
}

.khang-dinh-chat-luong .title {
  font-size: 2.8rem;
  padding: 60px 0;
}

footer {
  background-color: #a82825;
  color: #fff;
}

footer .title {
  font-size: 24px;
  margin-bottom: 1.25rem;
}

footer .content {
  font-size: 16px;
}

footer p {
  margin-bottom: 0;
}

footer a {
  color: #fff;
  background: #a82825;
  border-radius: 3px;
  text-align: center;
  margin: 0;
  padding: 5px;
  margin-right: 0.5rem;
  text-decoration: unset;
  margin: auto;
  display: flex;
  align-items: center;
}

footer a i {
  padding: 0;
  margin: 0;
  font-size: 20px;
}

footer a:hover {
  color: #a82825;
  background: #fff;
}

footer .contact a:hover {
  color: inherit;
  background: inherit;
}

footer .zalo-icon .hover {
  display: none;
}

footer .zalo-icon:hover .not-hover {
  display: none;
}

footer .zalo-icon:hover .hover {
  display: block;
}

.tam-nhin-su-menh {
  background: url(./../images/green-glitter-textured.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.tam-nhin-su-menh::before {
  content: '';
  background-image: url(./../images/left-min.png);
  width: 50%;
  height: 230px;
  bottom: 70px;
  left: 0;
  position: absolute;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .3;
}

.img-tam-nhin-su-menh.en {
  width: 250px;
}

.tam-nhin-su-menh::after {
  content: '';
  background-image: url(./../images/right-min.png);
  width: 50%;
  height: 270px;
  bottom: 40px;
  right: 0px;
  position: absolute;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .3;
}

.tam-nhin-su-menh .content .text {
  padding: 60px 0;
}

.cau-chuyen {
  background: url(./../images/hoa-van-about.png) bottom right no-repeat;
  background-size: contain;
  background-color: #f0eee8;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.triet-li {
  background-color: #38433b;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.triet-li::before {
  content: url(./../images/hoa-van-triet-li-left.png);
  position: absolute;
  left: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%) scale(.8);
}

.triet-li::after {
  content: url(./../images/hoa-van-triet-li-right.png);
  position: absolute;
  right: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%) scale(.8);
}

.triet-li .title {
  font-size: 27px;
  color: #fffcf4;
  padding: 30px 0 20px 0;
}

.triet-li .content {
  color: #fffcf4;
  font-size: 16px;
}

.triet-li .second {
  padding-top: 30px;
}

.triet-li .third {
  padding-top: 60px;
}

.triet-li .wrap {
  background-color: #38433b;
}

.banners>.text-banner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}

.banners>.text-banner h1 {
  font-size: 3.5rem;
}

.banners>.text-banner .breadcrumbs {
  font-size: 1.25rem;
}

.banners>.text-banner>.title-text {
  font-size: 60px;
}

.banners .text-banner .span-text {
  font-size: 30px;
}

.banners .title {
  position: absolute;
  width: 400px;
  line-height: 50px;
  padding: 0;
  top: calc(50% - 25px);
  left: calc(50% - 200px);
  text-align: center;
}

.tin-tuc a {
  text-decoration: unset;
}

.tin-tuc a:hover {
  color: #d9534f;
}

.tin-tuc .breadcrumbs,
.tin-tuc .breadcrumbs a {
  font-size: 16px;
  color: #959595;
}

.pin-item {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
  padding: 15px;
}

.pin-item>img {
  grid-row: 1 / -1;
  grid-column: 1;
}

.pin-item a {
  color: black;
  text-decoration: none;
}

figcaption {
  grid-row: 2;
  grid-column: 1;
  background-color: rgba(255, 255, 255, .5);
  padding: .2em .5em;
  justify-self: start;
}

.pin {
  column-count: 3;
  column-gap: 10px;
}

.tin-tuc .detail img {
  border-radius: 3px;
}

.tin-tuc .detail .title {
  font-size: 24px;
  line-height: 30px;
  color: #0d0d0d;
}

.tin-tuc .detail .date,
.tin-tuc .detail .content {
  font-size: 16px;
}

.tin-tuc .detail p {
  margin-bottom: 0;
}

.tin-tuc .detail .action a {
  text-decoration: none;
}

.tin-tuc .date-view {
  font-size: 16px;
  color: #38433b;
}

.tin-tuc .content .title {
  font-size: 36px;
  color: #38433b;
  line-height: 40px;
}

.tin-tuc .categories {
  margin: 50px 0;
  border: 1px solid;
  border-right: 0;
  border-left: 0;
  padding: 10px 0;
}

span.tag {
  border-radius: 3px;
  border: 1px solid #cdcdcd;
  padding: 5px 10px;
  margin-left: 15px;
  color: #737373;
}

.tin-tuc .related-post {
  font-size: 36px;
  padding-bottom: 50px;
}

.post-detail a {
  text-decoration: unset;
  cursor: pointer;
}

.post-detail .detail .title {
  font-size: 18px;
}

.description .title {
  font-size: 36px;
  color: #a82825;
  padding: 70px 0 30px 0;
}

.description .content p {
  margin-bottom: 0;
  font-size: 18px;
  color: #272625;
}

.description {
  padding: 0 0 80px 0;
  background: url(./../images/hoa-van-about.png) bottom no-repeat;
  background-size: 100% auto;
  background-color: #f0eee8;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  width: 44px;
  border-radius: 50%;
  background-size: 44px;
  background-color: #cdcdcd;
  background-image: url(./../images/right-arrow.png);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  width: 44px;
  border-radius: 50%;
  background-size: 44px;
  background-color: #fff;
  background-image: url(./../images/left-arrow.png);
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover {
  background-color: #e7e4e1;
}

.career .title-font {
  font-size: 24px;
  font-weight: bold;
}

.career-news {
  padding-bottom: 50px;
}

.career-news .item {
  display: flex;
  align-items: center;
}

.career-news .title {
  font-size: 36px;
  color: #a82825;
  padding: 50px 0 50px 0;
}

.career-news .image,
.career-news .content {
  width: 50%;
  float: left;
  display: block;
}

.career-news .content .gray {
  font-size: 18px;
  color: #898989;
}

.career-news .content .title-news {
  font-size: 24px;
  color: #272625;
}

.career-news .content a {
  color: #a82825;
  font-size: 18px;
  font-style: italic;
}

.list-other-job {
  background-color: #f1efe8;
  padding: 15px;
}

.list-other-job h2 {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 20px;
}

.list-other-job a {
  color: #0d0d0d;
  font-size: 18px;
  padding-top: 15px;
  display: block;
}

.reservation {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.reservation h1 {
  padding-top: 130px;
}

.reservation .breadcrumbs {
  padding-bottom: 50px;
}

.reservation .form.form-group {
  padding: 15px 20px;
  background: #e7e4e1;
  border-radius: 10px;
  font-family: VL-SOFIAPROSOFT-LIGHT;
}

.reservation .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #737373;
  background: transparent;
  padding-left: 0;
  padding-bottom: 0;
  border-radius: 0;
}

.reservation .form-control:focus {
  box-shadow: none;
}

.reservation .ho-tro {
  font-size: 36px;
  padding: 45px 0 15px 0;
}

.reservation .phone {
  display: inline-flex;
  align-items: center;
  padding-bottom: 60px;
}

.reservation .phone .icon {
  width: 60px;
  padding-right: 10px;
}

.reservation .phone-number .p {
  margin-bottom: 0;
  font-size: 24px;
}

.reservation .uib-clear {
  display: none;
}

.thank h3 {
  margin-top: 30px;
}

.thank h3 a {
  font-size: 24px;
}

.thank h3 a:hover {
  color: #a82825;
}

.thank .title-text {
  padding-top: 50px;
}

.thank .content-text {
  font-size: 18px;
  margin: auto;
}

.thank .content-text p {
  margin-bottom: 0;
}

.thank .image {
  text-align: center;
  padding: 50px;
}

.thank .image img {
  width: initial;
}

.archive label {
  font-size: 20px;
  font-weight: bold;
}

.archive ul {
  list-style: none;
}

.archive ul li a {
  color: #a82825;
}

.page-item .page-link {
  color: #a82825;
}

.page-item.active .page-link {
  background-color: #a82825;
  border-color: #a82825;
}

@media screen and (min-width: 1920) {
  .tam-nhin-su-menh::before {
    height: 300px;
  }

  .tam-nhin-su-menh::after {
    height: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .loi-ngo img {
    margin-left: 0;
    width: 100%;
    margin-top: 0 !important;
  }

  .video .play-video {
    display: block;
  }

  .video #click-to-play {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  header {
    height: 70px;
  }

  header>.container {
    max-width: 100%;
  }

  header .navbar-brand {
    height: 70px;
    display: grid;
    align-items: center;
  }

  header .navbar-brand .logo {
    width: 60%;
  }

  .navbar-expand-lg .navbar-nav {
    background: rgba(152, 27, 30, .9);
    height: auto;
  }

  .loi-ngo .text {
    padding-left: 15px;
  }

  .menu .group-btn .left {
    margin-right: 50px;
  }

  .menu .group-btn .right {
    margin-left: 50px;
  }

  .lang {
    display: none;
  }

  .navbar .nav-item {
    padding: 15px 15px;
  }

  .description .title {
    padding: 40px 0;
    line-height: 40px;
  }

  .career-news .title {
    padding: 40px 0;
    line-height: 40px;
  }

  .navbar-brand {
    padding: 0;
    padding-left: 10px;
  }

  .thuong-hieu .logo {
    text-align: center;
  }

  .triet-li {
    padding: 30px 0;
  }

  .triet-li .title-text {
    padding: 40px 0 40px 0 !important;
    font-size: 2.25rem;
  }

  .triet-li .wrap {
    position: relative;
    width: 50%;
    left: 25%;
    text-align: center;
  }

  .triet-li .second,
  .triet-li .third {
    padding-top: 0;
  }

  .cau-chuyen .title {
    text-align: center !important;
    padding-top: 30px;
  }

  footer .container {
    max-width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  footer .title:first {
    margin-top: 0;
  }

  footer .title {
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
  }

  footer .pt-5 {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 576px) {
  .navbar .nav-item {
    margin: auto;
    text-align: center;
    width: 100%;
    padding: 12px 15px;
    border-bottom: 1px solid #fff;
  }

  .banners.home img {
    position: relative;
    width: auto;
    /* height: calc(100vh - 70px); */
  }

  .banners>.text-banner h1 {
    font-size: 2rem;
  }

  .banners>.text-banner .breadcrumbs {
    font-size: 18px;
  }

  .navbar .nav-item:first-child {
    border-top: 1px solid #fff;
  }

  .navbar .nav-item:last-child {
    width: auto;
    border-bottom: none;
  }

  .khang-dinh-chat-luong .title {
    padding: 40px 0 30px 0;
  }

  .khang-dinh-chat-luong .thuong-hieu {
    margin: 1rem 0 2rem 0 !important;
  }

  .tam-nhin-su-menh .content .text {
    padding: 30px 0 60px 0;
  }

  .tam-nhin-su-menh::before {
    width: 100%;
    height: 300px;
    bottom: 100px;
    background-image: url(./../images/day-pho-mobile.png);
  }

  .description {
    background-image: url(./../images/motip-song-min.png);
  }

  .tam-nhin-su-menh::after {
    display: none;
  }

  .menu button {
    font-size: 16px;
    padding: 10px 10px;
    width: 110px;
  }

  .menu button::before {
    left: -6px;
    width: 7px;
    height: 80%;
    top: 10%;
  }

  .menu button::after {
    right: -6px;
    width: 7px;
    height: 80%;
    top: 10%;
  }

  .loi-ngo .mdl-button {
    display: block;
    margin: auto;
    font-size: 16px;
    padding: 10px 25px;
  }

  .seperator {
    height: 50px;
  }

  .pin {
    column-count: 1;
  }

  .loi-ngo .text img {
    margin: 0;
    width: 100%;
  }

  .parallax {
    min-height: 300px !important;
    background-attachment: unset !important;
  }

  .banners {
    overflow: hidden;
  }

  .banners img {
    position: relative;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translateX(-50%);
  }

  .font-size-content {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .font-size-title {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .play-video {
    width: 40px;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 20px);
    right: calc(50% - 20px);
    display: none;
  }

  .video #click-to-play {
    width: 200px;
    font-weight: bold;
    position: absolute;
    font-size: 1rem;
    cursor: pointer;
    top: calc(50% - 60px);
    right: calc(50% - 100px);
  }

  .khang-dinh-chat-luong .title {
    font-size: 1.8rem;
  }

  .tam-nhin-su-menh .content img,
  .cau-chuyen .title {
    padding-top: 50px;
  }

  .cau-chuyen {
    padding-bottom: 50px;
    background-size: 100% auto;
    background-image: url(./../images/motip-song-min.png);
  }

  .triet-li .wrap {
    width: initial;
    left: 0;
  }

  .triet-li {
    padding-top: 0;
  }

  .triet-li::before,
  .triet-li::after {
    content: "";
  }

  .triet-li .second,
  .triet-li .third {
    padding-top: 0;
  }

  .navbar .nav-item:hover::after,
  .navbar .nav-item.active::after {
    width: 0;
  }

  .navbar .nav-item.active {
    font-weight: bold;
  }

  .banner-mobile {
    width: auto;
    height: 150px;
  }

  .career-news .content .gray {
    font-size: 16px;
  }

  .career-news .content .title-news {
    font-size: 18px;
  }

  .reservation h1 {
    padding-top: 50px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  footer .contact a {
    width: 100%;
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  .menu button {
    width: 90px;
    padding: 10px 5px;
    font-size: 15px;
  }

}

.form-contact {
  height: auto;
  background: #f7b466;
  width: 100%;
  margin: 0;
}

.form-contact:first-child {
  background: linear-gradient(90deg, #f7b466 50%, #fff 50%);
}

.form-contact:last-child {
  background: linear-gradient(90deg, #fff 50%, #f7b466 50%);
}

.form-contact .container {
  background: #fff;
  text-align: center;
}

.form-contact .container input {
  width: 60%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline;
  font-size: 0.9rem;
}

.form-contact .container button {
  background: #fff;
  border-color: #f7b466;
  color: #f7b466;
  padding: 10px 25px;
  border-radius: 0;
}

.form-contact .container button:hover {
  background: #f7b466;
  color: #fff;
}

input:focus,
button:focus {
  box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: initial !important;
  border-color: initial !important;
}

.form-contact .container label,
.form-contact .container .alert {
  text-align: left;
  width: 100%;
  width: 60%;
  font-size: 0.9rem;
  margin: auto;
}

.has-error {
  color: #d9534f;
}

.custom-notify {
  background-color: #fff !important;
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  width: auto;
  min-width: 250px;
  padding: 10px 30px 10px 10px;
  color: #000 !important;
}

.wow {
  visibility: hidden;
}

/* Phone style */
.support-online {
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 85px;
  top: auto !important;
}

.support-online a {
  display: block;
  position: relative;
  margin: 10px;
  text-align: left;
  width: 60px;
  height: 60px;
  box-shadow: rgb(0 0 0 / 37%) 0px 54px 55px, rgb(0 0 0 / 21%) 0px -12px 30px, rgb(0 0 0 / 28%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 21%) 0px -3px 5px;
  border-radius: 50%;
}

.support-online i {
  width: 60px;
  height: 60px;
  background: #a82825;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  position: relative;
  z-index: 999;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.zoomIn {
  animation-name: zoomIn;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* .kenit-alo-circle {
  width: 70px;
  height: 70px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  border-color: #a81310;
  opacity: .5;
} */

.support-online a span {
  border-radius: 2px;
  text-align: center;
  background: #a82825;
  padding: 9px;
  display: none;
  width: 150px;
  margin-right: 10px;
  position: absolute;
  color: #ffffff;
  z-index: 999;
  top: 10px;
  right: 65px;
  transition: all 0.2s ease-in-out 0s;
  -moz-animation: headerAnimation 0.7s 1;
  -webkit-animation: headerAnimation 0.7s 1;
  -o-animation: headerAnimation 0.7s 1;
  animation: headerAnimation 0.7s 1;
  padding: 6px 0;
}

.support-online a span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #a82825;
  position: absolute;
  right: -10px;
  top: 10px;
}

.support-online a:hover span {
  display: block;
}

.fb_dialog {
  background: none !important;
}