* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'UTM-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: 'UTM-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: 'UTM-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;
}

@font-face {
  font-family: 'UTM-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;
}

html {
  overflow-x: hidden;
}

body {
  box-sizing: border-box;
  color: #000000;
  padding: 0 !important;
  font-size: 16px;
  line-height: 1.6;
  transition: .3s all;
  position: relative;
  font-weight: 400;
  font-family: 'UTM-Avo';
  background: #fff;
  overflow-x: hidden;
}

body.active {
  overflow: hidden;
}

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 a:hover {
  color: #a9521e;
}

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 .slick-slider {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.alignright {
  display: block;
  float: right;
  padding-left: 10px;
}

.alignleft {
  float: left;
  padding-right: 10px;
}

.detail h2 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: initial;
}

.detail h3 {
  font-size: 19px;
  margin-bottom: 15px;
  line-height: initial;
}

.detail h4 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: initial;
}

.detail h5 {
  font-size: 17px;
  margin-bottom: 15px;
  line-height: initial;
}

.detail h6 {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: initial;
}

.slick-dots {
  bottom: 15px;
}

.slick-dots button {
  display: none !important;
}

.slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #dedddd;
}

.slick-dots li.slick-active {
  background: #a9521e;
}

.header-top {
  padding: 16px 0;
}

.header-top .hotline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-top .hotline img {
  margin-right: 12px;
}

.header-menu {
  background: #ffde59;
  padding: 8px 0;
}

.h-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h-menu .clc-scroll a:after {
  display: none;
}

.h-menu a {
  position: relative;
  color: #000000 !important;
  padding: 5px 0;
}

.h-menu a:After {
  content: "";
  width: 100%;
  height: 1px;
  background: #a9521e;
  position: absolute;
  left: 0;
  bottom: -4px;
  transition: .3s all !important;
  opacity: 0;
}

.h-menu ul {
  list-style: none;
  display: flex;
  flex: 0 0 calc(100% - 350px);
}

.h-menu ul li {
  margin-right: 50px;
  position: relative;
}

.h-menu ul li:last-child {
  margin-right: 0;
}

.h-menu .current-menu-item a:after, .h-menu a:hover:After {
  opacity: 1;
}

.h-menu ul li .sub-menu {
    background: #fff;
    width: 250px;
    position: absolute;
    z-index: 2;
    border-radius: 5px;
    padding: 10px 0;
    display: block;
    top: 25px;
    left: 0;
    transition: .3s all !important;
    pointer-events: none;
    opacity: 0;
}

.h-menu ul li .sub-menu a {
    padding: 0 10px;
    display: block;
    font-size: 14px;
}

.h-menu ul li:hover .sub-menu {
    pointer-events: unset;
    opacity: 1;
}

.h-menu ul li .sub-menu a:after {
    display: none;
}
@media (max-width: 1200px) {
  .h-menu>ul li {
    margin-right: 35px;
  }
}

@media (max-width: 1100px) {
  .h-menu>ul {
    flex: 0 0 calc(100% - 280px);
  }
}

.box-search {
  flex: 0 0 310px;
  margin-left: 30px;
  position: relative;
}
.box-search button {
    border: 0;
    background: transparent;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}
.box-search input {
  width: 100%;
  height: 30px;
  font-size: 15px;
  padding: 0 15px;
  border: 0;
  border-radius: 12px;
}

@media (max-width: 1100px) {
  .box-search {
    flex: 0 0 260px;
    margin-left: 20px;
  }
}

@media (max-width: 1203px) {
  .header-top,
  .header-menu {
    display: none;
  }
  .header-mobile {
    display: block !important;
    padding: 8px 0;
    box-shadow: 0px 2px 20px 1px #a9521e82;
  }
  .header-mobile .logo img {
    max-height: 42px;
  }
  .header-mobile .btn-header a {
    color: #a9521e;
    font-size: 21px;
  }
}

nav#menu {
  z-index: 1001;
  display: none;
}

nav#menu.mm-menu_opened {
  display: block;
}

footer {
  background: #ffde59;
  padding: 0 0 15px 0;
}

footer ul {
  list-style: none;
}

.footer-top {
  padding: 35px 0;
}

.footer-top .logo {
  margin-bottom: 20px;
}

.footer-top .logo img {
  max-height: 80px;
}

@media (max-width: 767px) {
  .footer-top .col-md-3 {
    padding: 20px 15px;
  }
}

.place-info ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
}

.place-info ul li:last-child {
  margin-bottom: 0;
}

.place-info ul li img {
  max-width: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

.item-ft h3 {
  line-height: initial;
  font-size: 25px;
  font-weight: bold;
  display: flex;
  height: 80px;
  align-items: center;
  margin-bottom: 20px;
}

.item-ft .link-ft li {
  margin-bottom: 15px;
}

.item-ft .link-ft li:last-child {
  margin-bottom: 0;
}

.item-ft .social ul {
  display: flex;
}

.item-ft .social ul li {
  margin-right: 15px;
}

.item-ft .social ul li:last-child {
  margin-right: 0;
}

@media (max-width: 1023px) {
  .item-ft h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .item-ft h3 {
    font-size: 18px;
    height: auto;
    margin-bottom: 15px;
  }
}

.title {
  margin-bottom: 30px;
}

.title h2 {
  line-height: initial;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .title {
    margin-bottom: 15px;
  }
  .title h2 {
    font-size: 18px;
  }
}

.box-srv-home {
  padding: 35px 0;
}

.item-srv {
  margin-bottom: 40px;
}

.item-srv:last-child {
  margin-bottom: 0;
}

.item-srv .icon {
  margin-bottom: 20px;
}

.item-srv .info h2 a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: initial;
}

.item-srv .info .desc {
  padding: 12px 0;
}

.item-srv .info .readmore a {
  color: #a9521e;
}

@media (max-width: 575px) {
  .item-srv {
    text-align: center;
    border: 1px solid #a9521e;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 15px !important;
  }
}

.content-ab {
  background: #ffde59;
  padding: 10px 0 35px 0;
}

.item-about {
  text-align: center;
  max-width: 290px;
  margin: 0 auto;
  color: #333f4f;
}

.item-about .icon {
  margin-bottom: 15px;
  overflow: hidden;
}

.item-about .icon img {
  max-height: 100px;
  transition: .3s all !important;
}

.item-about .info h3 {
  color: #333f4f;
  font-size: 16px;
  font-weight: bold;
  line-height: inherit;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .item-about .icon img {
    height: 60px;
  }
}

@media (max-width: 575px) {
  .list-ab .col-md-4 {
    margin-bottom: 30px;
  }
  .list-ab .col-md-4:last-child {
    margin-bottom: 0;
  }
}

.box-feedback {
  padding: 35px 0 60px 0;
}

.box-feedback .slick-dots {
  bottom: -30px;
}

.item-feed {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 30px;
}

.item-feed .desc {
  position: relative;
  flex: 0 0 50%;
  padding-right: 15px;
}

.item-feed .desc .icon-kep {
  margin-bottom: 15px;
}

.item-feed .user-feed {
  flex: 0 0 50%;
  padding: 0 15px;
  text-align: right;
}

.item-feed .info-user {
  display: inline-flex;
  align-items: center;
  text-align: left;
}

.item-feed .info-user h5,
.item-feed .info-user h6 {
  color: #484848;
  font-weight: bold;
  font-size: 16px;
  line-height: inherit;
  padding: 2px 0;
}

.item-feed .info-user .avr-fb {
  margin-left: 20px;
  position: relative;
}

.item-feed .info-user .avr-fb:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #a9521e;
  position: absolute;
  top: 15px;
  left: 15px;
}

.item-feed .info-user .avr-fb img {
  width: 240px;
  height: 310px;
  object-fit: cover;
  position: relative;
  z-index: 2;
  transition: .3s all !important;
}

@media (max-width: 767px) {
  .item-feed .info-user {
    flex-wrap: wrap;
    text-align: center;
  }
  .item-feed .info-user .name-user {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .item-feed .info-user .avr-fb {
    margin: 0;
    flex: 0 0 100%;
  }
}

@media (max-width: 575px) {
  .item-feed {
    flex-wrap: wrap;
    padding: 15px;
  }
  .item-feed .desc {
    padding-right: 0;
    flex: 0 0 100%;
    order: 2;
  }
  .item-feed .user-feed {
    padding: 0;
    flex: 0 0 100%;
    order: 1;
  }
  .item-feed .info-user {
    flex-wrap: wrap;
    text-align: center;
  }
  .item-feed .info-user .name-user {
    order: 2;
  }
  .item-feed .info-user .avr-fb {
    order: 1;
  }
  .item-feed .info-user .avr-fb:after {
    display: none;
  }
}

.box-subscribe {
  background: #ffde59;
  padding: 25px 0;
}

.box-subscribe .txt-subs h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media (max-width: 575px) {
  .box-subscribe .txt-subs {
    text-align: center;
    margin-bottom: 15px;
  }
  .box-subscribe .txt-subs h3 {
    font-size: 18px;
  }
}

.form-subs {
  position: relative;
}

.form-subs .txt_field {
  height: 45px;
  padding: 0 15px;
  border: 0;
  width: 100%;
}

.form-subs .btn-sub {
  cursor: pointer;
  width: 150px;
  height: 45px;
  background: #a9521e;
  border: 0;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.item-w {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.item-w:last-child {
  margin-bottom: 0;
}

.item-w .icon {
  flex: 0 0 102px;
  margin-right: 20px;
}

.item-w h4 {
  line-height: initial;
  margin-bottom: 8px;
  font-size: 25px;
}

@media (max-width: 1023px) {
  .item-w .icon {
    flex: 0 0 60px;
  }
  .item-w h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .item-w {
    margin-bottom: 15px;
  }
  .item-w:first-child {
    margin-top: 15px;
  }
  .item-w .icon {
    margin-right: 15px;
  }
  .item-w h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
  }
}

.box-why {
  padding: 35px 0;
}

.box-blog {
  padding: 35px 0;
  background: #ffde59;
}

.box-blog .view-all {
  margin-top: 30px;
}

.box-blog .view-all a {
  background: #a9521e;
  display: inline-flex;
  height: 40px;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  padding: 0 20px;
  border: 1px solid #a9521e;
}

.list-blog .row {
  margin: 0 -25px;
}

.list-blog .row>div {
  padding: 0 25px;
}

@media (max-width: 1023px) {
  .list-blog .row {
    margin: 0 -7px;
  }
  .list-blog .row>div {
    padding: 0 7px;
  }
}

@media (max-width: 575px) {
  .list-blog .col-md-4 {
    margin-top: 15px;
  }
  .list-blog .col-md-4:first-child {
    margin-top: 0;
  }
}

.item-blog {
  position: relative;
}

.item-blog .avarta img {
  object-fit: cover;
  height: 315px;
  transition: .3s all !important;
}

.item-blog .info {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #a9521eb3;
}

.item-blog .info a {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  padding: 10px;
  line-height: initial;
}

@media (max-width: 767px) {
  .item-blog .avarta img {
    height: 200px;
  }
  .item-blog .info a {
    font-size: 14px;
  }
}

.box-part {
  padding: 35px 0;
}

.box-part .slick-dots {
  position: unset;
}

@media (max-width: 767px) {
  .box-part .slick-dots {
    margin-top: 15px;
  }
}

.slide-partner {
  margin: 0 -15px;
}

.slide-partner .item-slide {
  padding: 0 15px;
}

.item-part {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding: 0 15px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .item-part {
    height: 55px;
    padding: 0 7px;
  }
}

.contact-cate {
  padding: 35px 0;
}

.txt-contact {
  max-width: 480px;
}

.txt-contact h1 {
  font-size: 25px;
  font-weight: bold;
  line-height: inherit;
}

.txt-contact ul {
  padding: 20px 0;
  list-style: none;
}

.txt-contact ul li {
  margin-bottom: 8px;
}

.txt-contact ul li:last-child {
  margin-bottom: 0;
}

.txt-contact .maps iframe {
  width: 100%;
  height: 180px;
}

@media (max-width: 575px) {
  .txt-contact .maps {
    margin-bottom: 15px;
  }
}

.frm-contact {
  max-width: 500px;
  margin-left: auto;
}

.frm-contact .item-form {
  margin-bottom: 20px;
  position: relative;
}
.frm-contact .item-form span.wpcf7-spinner {
    position: absolute;
    margin: 0 0 0 15px;
    top: calc(50% - 12px);
}
.frm-contact .item-form:last-child {
  margin-bottom: 0;
}

.frm-contact .txt_field {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border-radius: 10px;
  border: 2px solid #a9521e;
}

.frm-contact textarea {
  width: 100%;
  height: 100px;
  padding: 5px 15px;
  border-radius: 10px;
  border: 2px solid #a9521e;
  outline: none;
}

.frm-contact .btn-ctn {
  cursor: pointer;
  height: 50px;
  background: #a9521e;
  border: 0;
  border-radius: 10px;
  padding: 0 25px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.list-tuvan .row {
  margin: 0 -45px;
}

.list-tuvan .row>div {
  padding: 0 45px;
}

.list-tuvan .row .col-md-4 {
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .list-tuvan .row {
    margin: 0 -7px;
  }
  .list-tuvan .row>div {
    padding: 0 7px;
  }
}

.item-tvan .avarta {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  margin-bottom: 10px;
}

.item-tvan .avarta>img {
  height: 230px;
  object-fit: cover;
}

.item-tvan .avarta:hover .more-eye {
  transform: scale(1);
}

.item-tvan .more-eye {
  background: #000000a6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffde59;
  pointer-events: none;
  transition: .4s all !important;
  transform: scale(0);
}

.item-tvan .more-eye:after {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
  border: 1px solid #ffde59;
  border-radius: 15px;
}

.item-tvan .more-eye img {
  margin-right: 10px;
}

.item-tvan .info a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #484848;
  line-height: initial;
}

@media (max-width: 1023px) {
  .item-tvan .avarta>img {
    height: 130px;
  }
  .item-tvan .info a {
    font-size: 14px;
  }
}

.list-cung .row {
  margin: 0 -25px;
}

.list-cung .row>div {
  padding: 0 25px;
}

.list-cung .col-md-4 {
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .list-cung .row {
    margin: 0 -7px;
  }
  .list-cung .row>div {
    padding: 0 7px;
  }
  .list-cung .col-md-4 {
    margin-bottom: 15px;
  }
}

.item-cung {
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}

.item-cung .avarta img {
  height: 230px;
  object-fit: cover;
}

.item-cung .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.item-cung .info a {
  display: block;
  line-height: initial;
  font-size: 16px;
  color: #484848;
  background: #ffde59bd;
  padding: 5px;
}

@media (max-width: 767px) {
  .item-cung .avarta img {
    height: 145px;
  }
  .item-cung .info a {
    font-size: 13px;
  }
}

.pagination ul.page-numbers {
  display: flex;
  list-style: none;
}

.pagination ul.page-numbers li {
  padding: 0 3px;
}

.pagination a {
  display: flex;
  min-width: 25px;
  justify-content: center;
}

.pagination span.current {
  display: flex;
  width: 25px;
  justify-content: center;
  background: #a9521e;
  color: #fff;
}

.box-bar {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.box-bar:last-child {
  margin-bottom: 0;
}

.box-bar h4 {
  background: #ffde59;
  font-size: 22px;
  line-height: initial;
  color: #484848;
  padding: 12px 10px;
}

@media (max-width: 1023px) {
  .box-bar h4 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .box-bar {
    margin-bottom: 15px;
  }
}

.form-bar {
  border-radius: 10px;
  overflow: hidden;
}

.ctn-fotm-bar {
  background: #dadada;
  padding: 18px;
}

.ctn-fotm-bar .item {
  margin-bottom: 10px;
}

.ctn-fotm-bar .item:last-child {
  margin-bottom: 0;
}

.ctn-fotm-bar .item .txt_field {
  height: 38px;
  font-size: 14px;
  border: 0;
  border-radius: 6px;
  padding: 0 10px;
  width: 100%;
}

.ctn-fotm-bar .item .btn_field {
  color: #fff;
  background: #a9521e;
  cursor: pointer;
  height: 38px;
  border: 0;
  border-radius: 10px;
  padding: 0 30px;
}

@media (max-width: 1023px) {
  .ctn-fotm-bar {
    padding: 10px;
  }
}

.link-bar {
  background: #dadada;
  padding: 15px 20px;
}

.link-bar ul {
  list-style: none;
}

.link-bar ul li {
  border-bottom: 1px solid #b4b4b4;
  position: relative;
  padding-left: 18px;
}

.link-bar ul li:last-child {
  border-bottom: 0px solid #000;
}

.link-bar ul li:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #a9521e;
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
}

.link-bar a {
  color: #484848;
  display: block;
  padding: 13px 0;
}

@media (max-width: 1023px) {
  .link-bar {
    padding: 10px;
  }
  .link-bar a {
    padding: 6px 0;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .col-left {
    order: 2;
  }
  .col-right {
    order: 1;
    margin-bottom: 30px;
  }
}

.detail-content {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .detail-content {
    padding: 30px 0;
  }
}

.detail-top {
  margin-bottom: 30px;
}

.detail-top h1 {
  line-height: initial;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #fec003;
}

@media (max-width: 767px) {
  .detail-top {
    margin-bottom: 15px;
  }
  .detail-top h1 {
    font-size: 20px;
  }
}

.info-detail img {
  max-width: 100%;
  height: auto !important;
}

.info-detail p {
  margin-bottom: 15px;
}

.info-detail p img {
  max-width: 100%;
  height: auto !important;
}

.info-detail ul {
  margin-bottom: 15px;
  padding-left: 18px;
}

.info-detail ul li {
  margin-bottom: 8px;
}

.box-other {
  padding: 0 0 60px 0;
}

@media (max-width: 767px) {
  .box-other {
    padding: 0 0 20px 0;
  }
}

.list-other .row {
  margin: 0 -7px;
}

.list-other .row>div {
  padding: 5px 7px;
}

.box-form-detail {
  padding: 40px 0;
  background: #f9f9f9;
  font-size: 14px;
}

.form-congtacvien {
  max-width: 600px;
  width: 100%;
  border: 1px solid #ffde59;
  border-radius: 5px;
  margin: 0 auto;
  padding: 15px;
}

.form-congtacvien .title-ctv {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}

.form-congtacvien ul {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 0 -5px;
}

.form-congtacvien ul li {
  padding: 0 5px;
  flex: 0 0 calc(100% / 3);
}

.form-congtacvien .txt_field {
  width: 100%;
  border: 1px solid #ffde59;
  padding: 0 10px;
  height: 36px;
  border-radius: 5px;
}

.form-congtacvien .btn-sub-ctv {
  padding-top: 15px;
  position: relative;
  width: max-content;
  margin: 0 auto;
}
.form-congtacvien .btn-sub-ctv span.wpcf7-spinner {
    position: absolute;
    right: -30px;
    top: calc(50% - 4px);
    margin: 0;
}
.form-congtacvien .btn-sub-ctv .btn-ctv {
  background: #ffde59;
  height: 40px;
  padding: 0 15px;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #484848;
}

@media (max-width: 575px) {
  .form-congtacvien ul {
    margin: 0;
    display: block;
  }
  .form-congtacvien ul li {
    margin-bottom: 10px;
  }
  .form-congtacvien ul li:last-child {
    margin-bottom: 0;
  }
}


/*# sourceMappingURL=style.css.map */

.form-subs p .wpcf7-spinner {
    position: absolute;
    margin: 0;
    top: calc(50% - 12px);
    right: 5px;
}
.item-about .icon img:hover {
    transform: scale(1.04);
}

.avr-why {
    overflow: hidden;
}

.avr-why img {
    width: 100%;
    transition: .3s all !important;
}

.avr-why img:hover {
    transform: scale(1.08);
}

.content-srv .avr {
    overflow: hidden;
}

.content-srv .avr img {
    transition: .3s all !important;
}

.content-srv .avr img:hover {
    transform: scale(1.06);
}

.item-feed .info-user .avr-fb img:hover {
    transform: scale(1.03);
}

.item-blog .avarta img:hover {
    transform: scale(1.05);
}

.item-blog .avarta {
    overflow: hidden;
}

.item-part img {
    transition: .3s all !important;
}

.item-part img:hover {
    transform: scale(1.06);
}
.item-srv .info .readmore a:hover {
    color: red;
}

.box-blog .view-all a:hover {
    background: #Fff;
    color: #a9521e;
}


.mobile-hotline{display:none}@media (max-width:767px){.mobile-hotline{display:block;bottom:0;width:100%;background:rgba(0,0,0,.5);height:60px;position:fixed;z-index:9999999}.mobile-hotline .mobile-hotline-left{width:45%;float:left;text-align:center;background:#00a502;margin-left:10px;margin-right:5px;margin-top:7px;height:45px;border-radius:4px}.mobile-hotline .mobile-hotline-left a{color:#fff;line-height:46px;font-size:16px;font-weight:700}.mobile-hotline .mobile-hotline-right{width:45%;float:right;text-align:center;background:#fac100;margin-left:5px;margin-right:10px;margin-top:7px;height:45px;border-radius:4px}.mobile-hotline .mobile-hotline-right a{color:red;line-height:46px;font-size:16px;font-weight:700}}.hotline-phone-ring-wrap{position:fixed;bottom:0;left:0;z-index:999999}@media screen (max-width:768px){.hotline-phone-ring-wrap{bottom:30%;right:0}}.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 #e60808;-webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;transition:all .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;opacity:.5}.hotline-phone-ring-circle-fill{width:55px;height:55px;top:25px;left:25px;position:absolute;background-color:rgba(230,8,8,.7);border-radius:100%;border:2px solid transparent;-webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;transition:all .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.hotline-phone-ring-img-circle{background-color:#e60808;width:33px;height:33px;top: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:rgba(230,8,8,.75);height:40px;width:160px;line-height:40px;border-radius:3px;padding:0;background-size:100%;cursor:pointer;transition:all .8s;-webkit-transition:all .8s;z-index:9;box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.1);border-radius:50px!important;left:33px;bottom:37px}.hotline-bar>a{color:#fff;text-decoration:none;font-size:15px;font-weight:700;text-indent:42px;display:block;letter-spacing:1px;line-height:40px;font-family:Arial}.hotline-bar>a:active,.hotline-bar>a:hover{color:#fff}@-webkit-keyframes phonering-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}}@-webkit-keyframes phonering-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.6}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.6}100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.6}}@-webkit-keyframes phonering-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}}@media (max-width:768px){.hotline-bar{display:none}}
.icon-zalo {
    position: fixed;
    left: 30px;
    bottom: 120px;
    z-index: 10;
}
.icon-zalo a {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.icon-zalo a img {
    max-width: 100%;
}