@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');*/
@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: "Lexend Deca", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #0c0c0c;
}
a:link {
  text-decoration: none;
}
a,
a:link,
a:visited {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #e86729;
}
a:focus {
  color: #e86729;
  text-decoration: none;
}
a {
  color: #be100f;
  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: #005596;
}
@media (max-width: 767px) {
  .st-pd {
    padding: 30px 0;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@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;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}
/*header*/
.header-top a {
  color: #fff;
}
.header-top {
  font-size: 15px;
  background: #be100f;
  color: #fff;
}
.ht-inner {
  min-height: 40px;
}
.ht-left li {
  font-size: 14px;
  font-weight: 600;
}
.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: #2ba552;*/
  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;
}
.ht-languages ul {
  display: flex;
}
.ht-languages a {
  display: block;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
  width: 25px;
  height: 16px;
  margin-right: 6px;
}
.ht-languages ul > li.lang-item img {
  width: 25px !important;
  height: 16px !important;
  border-radius: 3px;
  /* border: 1px solid #ddd; */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
.hn-row {
  height: 100px;
  transition: all 0.3s;
}
.ul-nav-header > li {
  display: inline-block;
  float: left;
  /* margin-left: 5px; */
  border-radius: 4px;
}
.ul-nav-header > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 44px;
  padding: 0px 10px;
  display: block;
}
/*.ul-nav-header>li:hover>a,
.ul-nav-header>li.current-menu-item>a{
    color: #ffc107;
}*/
.ul-nav-header > li:hover {
  background-color: #fdbf08;
}
.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: 80px;
}
.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: max-content;
  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: #fff;
  color: #ffc107;
}
.nav-header-inner {
  float: left;
  position: relative;
  height: 54px;
  font-size: 14px;
}
.ul-nav-header li.col li a {
  padding: 6px 0;
}
.ul-nav-header li.col > ul {
  border-top: 2px solid #45ab40;
  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: #ffc107;
}

/* header-nav */
.hn-logo {
  margin-left: 30px;
}

.nh-search-wrapper {
  width: 100%;
  min-width: 500px;
  margin: 8px auto;
  position: relative;
}

.nh-search-box {
  display: flex;
  align-items: center;
  border: 2px solid #eaeaec;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  height: 36px;
  padding-right: 50px;
  position: relative;
}

.nh-search-box input {
  flex: 1;
  border: none;
  padding: 10px 15px;
  font-size: 12px;
  outline: none;
}

.nh-search-box select {
  width: 114px;
  border: none;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  outline: none;
  background-color: transparent;
  color: #333;
}

.nh-search-box button {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-color: #fbbc05;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.nh-search-box button .glyphicon {
  color: #7c7972;
  font-size: 15px;
}

.nh-keywords {
  margin: 10px 0;
  font-size: 12px;
}

.nh-keyword-label {
  font-weight: 600;
  color: #b91c1c;
  margin: 10px 8px 0;
}

.nh-keywords a {
  color: #b91c1c;
  margin-right: 12px;
  text-decoration: none;
  font-weight: 500;
}

.nh-keywords a:hover {
  text-decoration: underline;
}

/* .nh-contact-info {
  display: flex;
  justify-content: flex-end;
} */

.nh-contact-group {
  display: flex;
  gap: 24px;
  align-items: center;
  /* justify-content: flex-end; */
}

.nh-contact-item-showroom {
  display: flex;
  align-items: center;
  gap: 2px;
  background-color: #be100f;
  color: #fff;
  border-radius: 20px;
  padding: 2px 12px;
}

.nh-icon-circle-showroom {
  width: 12px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/wp-content/themes/cmskk/images/icon-location-cropped.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.nh-contact-text {
  position: relative;
  cursor: pointer;
}

.nh-contact-text .nh-number {
  font-size: 20px;
  font-weight: bold;
  color: #be100f;
  line-height: 1;
}

.nh-contact-text .nh-showroom {
  font-size: 12px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  padding: 6px;
}

.nh-contact-text-label {
  display: flex;
  margin-bottom: 0;
}

/* Box hiển thị danh sách showroom */
.nh-list {
  position: absolute;
  top: calc(100% + 10px);
  right: -200%;
  width: 1200px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 999;
  display: none;
  flex-wrap: wrap;
  gap: 20px;
}

.nh-list::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: 24px; /* Chiều cao vùng cầu nối */
  background: transparent;
  pointer-events: auto;
}

.nh-contact-item-showroom .nh-list .nh-list-item:hover {
  border: 1px solid #ff9800;
}

/* Khi có class "show", thì hiện ra (JS sẽ thêm class này trên mobile) */
.nh-contact-item-showroom.mobile-open .nh-list {
  display: flex !important;
}
/* Một item showroom */
.nh-list-item {
  width: calc(33.333% - 13.33px);
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 10px;
  background-color: #f9f9f9;
}

.nh-list-item h4 {
  margin: 0 0 5px;
  font-size: 16px;
  color: #000;
}

.nh-list-item p {
  margin: 5px 0;
  font-size: 14px;
  color: #555;
}

.nh-list-item p strong {
  color: #000;
}

.nh-contact-text .nh-title {
  font-size: 13px;
  color: #be100f;
}

.nh-cart-box {
  position: relative;
  display: inline-block;
}

.nh-cart-icon {
  font-size: 32px;
  color: #555;
}

.nh-cart-badge {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background-color: #e74c3c;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}

/* End-header-nav */

@media (min-width: 1200px) {
  .nav-header-nh {
    background-color: #be100f;
    height: 54px;
  }
  .ul-nav-header li.col {
    position: initial;
  }
  .ul-nav-header li.col > a:before {
    border: solid transparent;
    border-bottom-color: #45ab40;
    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: #45ab40;
    border-color: #45ab40;
    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: 102%;
    min-width: 100%;
    display: none;
    background-color: #fff;
    /*        border-top: 3px solid #009540;*/
  }
  .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: #fff;
    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: #005596;
    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: #be100f;
    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-dm {
    margin-top: 30px;
  }
  .ul-nav-header {
    margin-top: 30px;
    float: left;
    width: 100%;
  }
  .ul-nav-header > li {
    width: 100%;
    position: relative;
    padding: 0;
  }
  .ul-nav-header-dm > li > a {
    border-bottom: 1px solid #bbbbbb;
  }
  .ul-nav-header > li > a {
    display: block;
    color: #000;
    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: #000 !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: #000;
    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: #000;
  }
  .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 (min-width: 768px) {
  .ht-left {
    /* width: calc(37% - 15px); */
    padding: 5px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nh-list {
    right: 0%;
    width: 500px;
    max-height: 600px;
    overflow-y: auto;
  }
  .nh-list-item {
    width: calc(50% - 13.33px);
  }
  .nh-list {
    top: calc(100% + 30px);
  }
  .hn-logo {
    margin-left: 160px;
  }
}
@media (max-width: 767px) {
  .hn-logo img {
    /* height: 50px; */
  }
  .ht-left {
    padding: 5px 0;
  }
  .ht-left li {
    font-size: 11px;
  }
  .nh-contact-text {
    position: inherit;
  }
  .nh-list {
    right: 0%;
    width: 400px;
    max-height: 600px;
    overflow-y: auto;
  }
  .nh-list-item {
    width: calc(100% - 13.33px);
  }
}
@media (max-width: 768px) {
  .nh-search-wrapper {
    display: none;
  }
  .ul-nav-header > li {
    display: inline-block;
    float: left;
    margin-left: 0;
    border-radius: 0;
  }
  .hn-row {
    flex-wrap: nowrap;
  }
  .nh-contact-item,
  .nh-showroom,
  .nh-search-wrapper-box {
    display: none;
  }
  .nh-contact-group {
    margin-right: 46px;
  }
}
@media (min-width: 992px) {
  /* Box hiển thị khi hover */
  .nh-contact-item-showroom:hover .nh-list {
    display: flex;
  }
}
@media (max-width: 991px) {
  /* .hn-logo {
    margin-left: 80px;
  } */
}
@media (min-width: 576px) {
  .hn-row.hn-row-mobile.flex.align-item-center.justify-content-space-between {
    display: none;
  }
}
@media (max-width: 575px) {
  .hn-row.flex.align-item-center.justify-content-space-between {
    display: none;
  }
  .hn-row.hn-row-mobile.flex.align-item-center.justify-content-space-between {
    display: block;
  }
  .nh-contact-item-showroom {
    margin-left: 60px;
  }
  .hn-logo {
    margin-left: 0;
  }
  .header.fixed .hn-row-mobile .nh-contact-group {
    height: 80px;
  }
}
/*End header*/

/*search*/
.search-btn {
  color: #444;
  padding-left: 15px;
  font-size: 24px;
  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-heading {
  text-align: center;
}
.st1-title {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
  margin: 0 0 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 9;
  color: #232323;
  text-transform: uppercase;
}
.st1-title2 {
  color: #232323;
}
.st1-title b {
  display: inline-block;
  width: 42px;
  height: 2px;
  background: #ffb607;
  margin: 8px 10px;
}
/*.st1-title::before,
.st1-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30px; 
    height: 2px;
    background-color: #f26522; 
    transform: translateY(-50%);
}

.st1-title::before {
    right: 100%;         
    margin-right: 10px;  
}

.st1-title::after {
    left: 100%;         
    margin-left: 10px;   
}*/
/*.st1-title:before {
    content: "";
    position: absolute;
    width: 50px;
    border-top: 4px solid #00a651;
    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,
  .st-problem .st1-heading .st1-title {
    font-size: 22px;
  }
  .ul-nav-header-dm {
    display: none;
  }
}
@media (max-width: 767px) {
  .st1-heading p {
    width: 100%;
    text-align: center;
  }
  .st1-title {
    line-height: 1.5;
  }
  .id-title {
    margin-bottom: 10px;
  }
}

/*footer*/
/*.footer{
    padding: 30px 0 0;
    color: #fff;
    font-size: 14px;
    text-align: justify;
}
.footer a{
    color: #fff;
}
.footer a:hover{
    color: #ffcc00
}
.ft-title{
    font-size: 16px;
    color: #ffcc00;
    line-height: 25px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 10px;
}
.ft-address li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.ft-address li:before{
    position: absolute;
    content: "\f3c5";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    left: 0;
    top: 1px;
}
.ft-menu li{
    margin-bottom: 10px;
}
.ft-menu li:before{
    content: "》"
}
.ft-social{
    margin: 20px 0 10px;
}
.ft-social li{
    float: left;
}
.ft-social li a{
    width: 33px;
    height: 33px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #ffd33a;
    background: #222222;
    margin-right: 7px;
    margin-bottom: 7px;
    border: 2px solid #ffd33a;
}
.ft-social li a:hover{
    color: #fff;
}
.ft-social li a.face:hover{
    background: #3a589d;
    border-color: #3a589d;
}
.ft-social li a.instagram:hover{
    background: #e80c26;
    border-color: #e80c26;
}
.ft-social li a.twitter:hover{
    background: #2478ba;
    border-color: #2478ba;
}
.ft-social li a.gooogle:hover{
    background: #dd4e31;
    border-color: #dd4e31;
}
.ft-social li a.email:hover{
    background: #111;
    border-color: #111;
}
.ft-social li a.linkedin:hover{
    background: #0072b7;
    border-color: #0072b7;
}
@media(max-width: 767px){
    .ft-item{
        margin-bottom: 20px;
    }
    .footer{
        padding-bottom: 0;
    }
}

.footer .registration-form-ft {
  background-color: #8CD63F; 
  border-radius: 10px;
  padding: 20px;
  max-width: 500px;
  margin: 10px auto;
}

.footer .form-title-ft {
  color: white;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: uppercase;
}

.footer .form-ct-ft {
  border-radius: 25px;
  border: none;
  height: 40px;
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 10px;
}

.footer .btn-register-ft {
  background-color: white;
  color: #8CD63F;
  border: none;
  border-radius: 25px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  letter-spacing: 1px;
    transition: all 0.3s ease;
}

.footer .btn-register-ft:hover {
  background-color: #69A21F; 
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  transform: translateY(-2px); 
}

.footer .btn-register-ft:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.footer .form-inputs-ft {
  display: flex;
  gap: 10px;
}

.footer .form-inputs-ft .form-group {
  flex: 1;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .footer .form-inputs-ft {
    flex-direction: column;
    gap: 0;
  }
}*/

/*---------*/
/*footer*/
.ft-bottom {
  background-color: #303036;
  color: #fff;
  padding: 40px 0 30px;
}
.ftb-title {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  margin: 0 0 20px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 6px;
}
.ftb-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #ccc;
}
.ft-logo img {
  height: 120px;
  margin-bottom: 10px;
}
.ftb-menu a {
  line-height: 25px;
  padding: 3px 0;
  color: #fff;
  display: block;
}
.ftt-content i {
  padding-right: 5px;
  color: #eb191e;
}
.ftt-content p {
  margin-bottom: 5px;
}
.ft-bottom a {
  color: #fff;
  font-size: 14px;
}
.ft-bottom a:hover {
  color: #aaa;
}
.ft-bottom .ftt-content i {
  color: #ccc;
}
.copyright {
  background: #000;
  padding: 10px 0;
  color: #ccc;
  /*border-top: 1px solid #EEE;*/
}
.social-ft {
  display: flex;
  align-items: center;
}
.social-ft li {
  float: left;
  margin-right: 10px;
}
.social-ft li img {
  max-height: 30px;
}
.social-ft li i {
  font-size: 13px;
  border-radius: 2px;
  padding: 5px;
  text-align: center;
  width: 24px;
  height: 24px;
  color: #fff;
}
.social-ft li i.fa-facebook-f {
  background: #3b5997;
}
.social-ft li i.fa-youtube {
  background: #ff0000;
}
.social-ft li i.fa-twitter {
  background: #00aced;
}
@media (max-width: 991px) {
  .ftb-bot {
    margin-top: 20px;
  }
  .title-ftt {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .copyright-left {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer-contact .ft-contact-form-inner {
  width: 100%;
}
.footer-contact .ft-form-style input {
  width: 100%;
  float: left;
  height: 31px;
  background: none;
  border: none;
  border-bottom: 1px dotted #525252;
  font-size: 15px;
  margin-bottom: 0.4em;
  background: #fff;
  border-radius: 0px;
}
.footer-contact .ft-form-style input[type="submit"] {
  border: none;
  background: #e7a922;
  color: #fff;
  width: 100px;
  margin: 0px auto 10px;
  transition: all 0.3s;
  display: block;
  text-transform: uppercase;
}
.footer-contact .ft-form-style input[type="submit"]:hover {
  background: #ffc107;
}

.footer-contact .ft-form-style textarea {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px dotted #525252;
  font-size: 15px;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 0px;
}
/*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) {
  .st1-title b {
    display: none;
  }
  .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: 15px;
}
.breadcrumb-st a {
  color: #000;
}
.breadcrumb-st .breadcrumb_last {
  color: #be100f;
}
/*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*/

/*st6doitac*/
.item-doitac {
  background: #fff;
  border: 1px solid #ddd;
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: all 0.3s;
  overflow: hidden;
}
.item-doitac:hover {
  border-color: #020475;
}
/*End st6doitac*/

/*st6*/
.st6-content {
  display: flex;
  flex-wrap: wrap;
}
.st6-item {
  width: calc(33% - 7px);
  margin: 0px 10.5px 10px 0px;
  float: left;
}
.st6-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (min-width: 768px) {
  .st6-item {
    width: calc(25% - 7.5px);
    margin: 0px 10px 10px 0px;
  }

  .st6-item:nth-child(4n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .st6-item {
    width: calc(50% - 5px);
    margin: 0px 10px 10px 0;
  }
  .st6-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .search-btn {
    display: none;
  }
}
/*End st6*/

.wp-caption {
  max-width: 100%;
}

.title-dtnew.text-center {
  color: #be100f;
}
.title-dtnew:before {
  border-top: 4px solid #be100f;
}
.woocommerce-info {
  border-top-color: #f6f5f8;
}
