@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  background: white;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

.click_out {
  position: absolute;
  z-index: 99998;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

a {
  text-decoration: none !important;
}

.open-nav {
  font-size: 25px;
  color: #a81e52;
  z-index: 99;
  cursor: pointer;
  right: 0;
  position: absolute;
  display: none;
}

#menu-mobile {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 300px;
  height: 100%;
  transform: translateX(-300px);
  transition: all 0.4s;
  overflow: auto;
}
#menu-mobile .fa-window-close {
  color: #a81e52 !important;
  font-size: 28px !important;
  cursor: pointer;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 10px;
}
#menu-mobile .nav_mobile {
  padding: 20px 15px;
}
#menu-mobile .nav_mobile .logo_sidebar {
  text-align: center;
}
#menu-mobile .nav_mobile .logo_sidebar img {
  max-height: 55px;
  display: inline-block;
}
#menu-mobile .nav_mobile ul {
  list-style: none;
  padding: 0;
  overflow: auto;
  margin-top: 20px;
}
#menu-mobile .nav_mobile ul li {
  clear: both;
  border-top: 1px solid #e9e9e9;
  position: relative;
}
#menu-mobile .nav_mobile ul li:first-child {
  border: none;
}
#menu-mobile .nav_mobile ul li a {
  color: black;
  padding: 10px 0;
  display: block;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.2s;
}
#menu-mobile .nav_mobile ul li a:hover {
  transition: all 0.2s;
  color: #a81e52;
}
#menu-mobile .nav_mobile ul li .sub-menu {
  padding: 0;
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}
#menu-mobile .nav_mobile ul li .sub-menu li:first-child {
  border-top: 1px solid #e9e9e9;
}
#menu-mobile .nav_mobile ul li .sub-menu li a {
  padding-left: 20px;
  display: inline-block;
}
#menu-mobile .nav_mobile ul li .sub-menu .sub-menu {
  max-height: 0;
  overflow: hidden;
}
#menu-mobile .nav_mobile ul li .sub-menu .sub-menu a {
  padding-left: 40px;
}
#menu-mobile .nav_mobile ul .active a {
  font-weight: 700;
}
#menu-mobile .nav_mobile .user-nav-mb span {
  width: 50%;
  float: left;
}
#menu-mobile .nav_mobile .user-nav-mb span i {
  margin-right: 10px;
  color: white;
}
#menu-mobile .nav_mobile .user-nav-mb span a {
  color: black;
}
#menu-mobile .accordion {
  color: black;
  cursor: pointer;
  width: 10%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0;
  background: none;
}
#menu-mobile .accordion:after {
  content: "\f067";
  font-family: "Fontawesome";
  color: black;
  font-weight: bold;
  margin-left: 5px;
}
#menu-mobile .accordion.active:after {
  content: "\f068";
  font-family: "Fontawesome";
}

.top {
  background-color: #a81e52;
}
.top ul {
  padding: 0;
  margin: 0;
}
.top ul li {
  list-style: none;
  display: inline-block;
  padding: 7px;
  position: relative;
  /*&:after {
      position: absolute;
      top: 15px;
      right: -2px;
      content: '';
      width: 1px;
      height: 10px;
      background: #c5c3c3;
  };*/
}
.top ul li:last-child:after {
  display: none;
}
.top ul li a {
  color: white;
  font-size: 14px;
}
.top form input {
  background: transparent;
  border: 0;
  height: auto;
  padding: 0px;
  font-size: 14px;
  padding-left: 20px;
}
.top form input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e4e6eb;
  opacity: 1; /* Firefox */
}
.top form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e4e6eb;
  opacity: 1; /* Firefox */
}
.top form input:focus {
  border: none;
  background: transparent;
  box-shadow: none;
  outline: none;
}
.top form i {
  color: #e4e6eb;
  font-size: 15px;
  font-weight: normal;
}
.top .search {
  position: relative;
}
.top .search i {
  position: absolute;
  left: 0;
  top: 3px;
}
.top .social a {
  margin: 0 7px;
}
.top .right {
  text-align: right;
}

header {
  padding: 15px 0;
  padding-top: 25px;
  background-color: white;
}
header .logo {
  display: block;
  position: relative;
}
header .logo img {
  height: 60px;
  width: auto;
  transition: all 0.3s;
  border-radius: 5px;
  position: absolute;
  top: -10px;
  left: 0;
}
header .logo b {
  color: #a81e52;
  font-size: 25px;
  text-transform: uppercase;
  display: block;
  padding-left: 75px;
  line-height: 24px;
}
header .logo span {
  color: #4b5563;
  display: block;
  font-size: 14px;
  padding-left: 75px;
}
header .form-search {
  border: 1px solid #eaeaea;
  border-radius: 15px;
}
header .form-search input {
  border: 0;
  border-radius: 15px;
  font-size: 14px;
}
header .form-search i {
  display: inline-block;
  padding: 11px;
  color: #a81e52;
}

.nav hr {
  background-color: #fafafa;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}
.nav ul {
  padding: 0;
  margin: 0;
}
.nav ul .active a {
  color: #a81e52;
}
.nav ul .fa-chevron-down {
  float: right;
  padding-left: 5px;
  margin-top: 5px;
  font-size: 12px;
}
.nav ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.nav ul li a {
  padding: 15px 20px;
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
  color: #333;
  transition: all 0.3s;
}
.nav ul li a:hover {
  transition: all 0.3s;
}
.nav ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.nav ul li .sub-menu {
  position: absolute;
  padding: 0;
  width: 240px;
  text-align: left;
  box-shadow: none;
  display: block;
  border-radius: 0;
  z-index: 10;
  opacity: 0;
  border-top: 4px solid #a81e52;
  visibility: hidden;
  background: #a81e52;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
.nav ul li .sub-menu li {
  list-style: none;
  padding: 0px !important;
  position: relative;
  margin: 0;
  display: block;
  border-bottom: 0;
}
.nav ul li .sub-menu li:last-child {
  border-bottom: 0px;
}
.nav ul li .sub-menu li a {
  font-size: 13px;
  height: auto;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 7px 12px !important;
  color: #fff;
}
.nav ul li .sub-menu li a::before {
  background: none;
}
.nav ul li .sub-menu li:hover {
  transition: all 0.1s;
}
.nav ul li .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
  top: -4px !important;
}
.nav ul li .sub-menu li .sub-menu {
  position: absolute;
  padding: 0;
  width: 240px;
  top: 100px !important;
  right: -100%;
  border: none;
  box-shadow: none;
  display: block;
  border-radius: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  background: white;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  border-top: 0;
}
.nav ul .lang-item a {
  padding: 30px 5px;
}

.slider {
  transition: all 0.5s;
  font-family: "Open Sans", sans-serif;
}
.slider .owl-nav {
  margin: 0;
}
.slider .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.slider .owl-theme .item img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .owl-theme .owl-dots .owl-dot span {
  background: none;
  border: 1px solid #a81e52;
  border-radius: 50%;
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #a81e52;
  border-radius: 50%;
}
.slider:hover .owl-prev {
  left: 40px;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.slider:hover .owl-next {
  right: 40px;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.slider .owl-prev {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  color: #a81e52 !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px !important;
  margin: 0 !important;
  border: 1px solid white;
  background-color: white !important;
  border-radius: 5px !important;
  transition: all 0.5s;
}
.slider .owl-prev:hover {
  background-color: #a81e52 !important;
  transition: all 0.3s;
}
.slider .owl-next {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  color: #a81e52 !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px !important;
  border-radius: 0% !important;
  margin: 0 !important;
  border: 1px solid white;
  border-radius: 5px !important;
  background-color: white !important;
  transition: all 0.5s;
}
.slider .owl-next:hover {
  background-color: #a81e52 !important;
  transition: all 0.3s;
}

.intro {
  padding: 50px 0;
}
.intro .box {
  border-radius: 10px;
  position: relative;
}
.intro .box:before {
  position: absolute;
  content: "";
  top: 30px;
  left: -30px;
  background-color: #fecdd3;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
.intro h2 {
  font-size: 35px;
  color: #4b5563;
  font-weight: bold;
}
.intro .text p {
  line-height: 27px;
  font-size: 16px;
}
.intro .btn-success {
  padding: 12px 20px;
  margin-top: 20px;
  min-width: 220px;
  text-align: center;
  background: #a81e52;
  border: 0;
  color: white;
  border-radius: 30px;
}
.intro .btn-success img {
  width: 25px;
  height: 25px;
  float: right;
}

.error-page {
  background: #a81e52;
  text-align: center;
  padding: 60px 0;
}
.error-page h2 {
  font-style: normal;
  line-height: 1.4;
  margin-bottom: 15px;
  margin-top: 15px;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  font-size: 40px;
  color: #fff;
}
.error-page a {
  color: #fff;
  border: 2px solid #fff;
  padding: 12px 32px;
  margin: 10px 5px;
  height: auto;
  min-height: 36px;
  line-height: 36px;
  font-size: 24px;
  display: inline-block;
}

.fix-top {
  z-index: 10000;
}
.fix-top .hd_top {
  display: none;
}

.dichvu {
  padding: 50px 0;
  background-color: #f9fafb;
}
.dichvu .title {
  text-align: center;
  margin-bottom: 50px;
}
.dichvu .title h3 {
  color: #4b5563;
  font-weight: 500;
  font-family: "Montserrat", cursive;
  font-size: 40px;
}
.dichvu .title p {
  font-size: 20px;
  color: #4b5563;
}
.dichvu .item1 {
  position: relative;
}
.dichvu .item1:before {
  position: absolute;
  content: "";
  top: 5px;
  left: -5px;
  background-color: #fecdd3;
  border-radius: 15px;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.dichvu .item {
  background: white;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.dichvu .item img {
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.dichvu .item span {
  display: inline-block;
  background-color: #ffe4e6;
  padding: 15px;
  border-radius: 10px;
}
.dichvu .item h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 10px;
}
.dichvu .item h3 a {
  color: black;
}
.dichvu .item p {
  font-size: 15px;
  color: #4b5563;
  line-height: 23px;
}

.feedback {
  padding: 30px 0;
  background-color: #f6f5f1;
}
.feedback .title {
  margin-bottom: 50px;
  text-align: center;
}
.feedback .title h3 {
  text-align: center;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
  font-family: "Montserrat", cursive;
  font-size: 30px;
}
.feedback .title h3 span {
  color: #a81e52;
}
.feedback .owl-carousel .owl-nav {
  position: absolute;
  top: -60px;
  right: 10px;
}
.feedback .owl-carousel button {
  color: white !important;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 34px;
  font-size: 24px !important;
  border: 1px solid #a81e52;
  background-color: #a81e52 !important;
  border-radius: 5px !important;
}
.feedback .item {
  text-align: center;
  margin: 10px;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.12);
}
.feedback .item h3 {
  font-size: 16px;
  font-weight: bold;
}
.feedback .item ul {
  padding: 0;
}
.feedback .item ul li {
  list-style: none;
  color: orange;
  display: inline-block;
  font-size: 16px;
}
.feedback .item p {
  margin: 0;
}
.feedback .item .content {
  text-align: justify;
}
.feedback .item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  margin-bottom: 10px;
}

.review {
  padding: 30px 0;
  background-color: #fafafa;
}
.review .row {
  margin: 0 -10px;
}
.review [class*=col-] {
  padding: 0 10px;
}
.review .title {
  margin-bottom: 50px;
}
.review .title h3 {
  text-align: center;
  color: #a81e52;
  font-weight: 500;
  font-family: "Montserrat", cursive;
  font-size: 30px;
}
.review .item {
  margin-bottom: 20px;
  text-align: center;
}
.review .item i {
  font-size: 50px;
  color: #a81e52;
}
.review .item .content {
  padding: 10px;
}
.review .item h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  padding: 15px 0;
  margin-top: 20px;
  text-align: center;
  color: #a81e52;
}
.review .item p {
  font-size: 16px;
}

.news_home {
  padding: 50px 0;
  background: #fafafa;
}
.news_home .title {
  text-align: center;
  margin-bottom: 50px;
}
.news_home .title h3 {
  color: #4b5563;
  font-weight: 500;
  font-family: "Montserrat", cursive;
  font-size: 40px;
}
.news_home .title p {
  font-size: 20px;
  color: #4b5563;
}
.news_home .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.news_home .item img {
  height: 110px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.news_home .item h3 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  height: 45px;
  overflow: hidden;
}
.news_home .item h3 a {
  color: black;
}
.news_home .item p {
  font-size: 14px;
  margin: 0;
  color: #4b5563;
}
.news_home .item:last-child {
  border: 0;
}
.news_home .featured {
  margin-bottom: 20px;
}
.news_home .featured img {
  height: 330px;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_home .featured .content {
  padding: 15px 0;
}
.news_home .featured .content h3 {
  font-size: 16px;
  font-weight: 500;
}
.news_home .featured .content h3 a {
  color: black;
}
.news_home .featured .content p {
  color: #4b5563;
}

.tuyendung {
  padding: 50px 0;
  background: white;
}
.tuyendung .title {
  text-align: center;
  margin-bottom: 50px;
}
.tuyendung .title h3 {
  color: #4b5563;
  font-weight: 500;
  font-family: "Montserrat", cursive;
  font-size: 40px;
}
.tuyendung .title p {
  font-size: 20px;
  color: #4b5563;
}
.tuyendung .item {
  margin-bottom: 30px;
  background: #ffe4e6;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.tuyendung .item img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tuyendung .item .content {
  padding: 15px;
}
.tuyendung .item h3 {
  font-size: 15px;
  line-height: 22px;
  height: 75px;
  font-weight: 500;
  overflow: hidden;
}
.tuyendung .item h3 a {
  color: black;
}
.tuyendung .item .btn-success {
  padding: 7px 15px;
  margin-top: 20px;
  min-width: 180px;
  text-align: center;
  background: #a81e52;
  border: 0;
  color: white;
  font-size: 14px;
  border-radius: 30px;
}
.tuyendung .item .btn-success img {
  width: 22px;
  height: 22px;
  float: right;
}

.hot {
  margin-bottom: 20px;
}
.hot h2 {
  background: #a81e52;
  font-size: 17px;
  text-transform: uppercase;
  margin: 0;
  color: white;
  padding: 15px 20px;
  font-family: "Montserrat";
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
}
.hot ul {
  padding: 10px 20px;
  background: white;
  margin: 0;
  margin-bottom: 20px;
}
.hot ul li {
  list-style: none;
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
}
.hot ul li a {
  color: #333;
}
.hot ul li ul {
  padding: 0px;
  padding-left: 10px;
  margin: 0;
}
.hot ul li ul li {
  font-weight: normal;
  position: relative;
  padding-left: 5px;
}
.hot ul li ul li:before {
  position: absolute;
  top: 0;
  left: -10px;
  font-family: "FontAwesome";
  content: "\f105";
}
.hot .list {
  padding: 10px 15px;
  background: white;
}
.hot .list .item {
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
.hot .list .item a {
  display: block;
  overflow: hidden;
}
.hot .list .item h3 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}
.hot .list .item h3 a {
  color: #333;
}
.hot .list .item h3 a:hover {
  color: #a81e52;
}
.hot .list .item .price bdi {
  font-family: "Montserrat";
  color: black;
  text-decoration: none;
  font-size: 14px;
}
.hot .list .item .price ins {
  font-family: "Montserrat";
  color: black;
  text-decoration: none;
  font-size: 14px;
}
.hot .list .item .price del {
  font-size: 13px;
  font-weight: 400;
  color: black;
}
.hot .list .item .price del bdi {
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  color: black;
}
.hot .list .item .row {
  margin: 0 -5px !important;
}
.hot .list .item .row [class*=col-] {
  padding: 0 5px !important;
}

.doitac {
  padding: 30px 0;
  background: #eaeaea;
}
.doitac .title {
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.doitac .title h3 {
  text-align: center;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
  font-family: "Montserrat", cursive;
  font-size: 30px;
}
.doitac .title h3 span {
  color: #a81e52;
}
.doitac .item {
  text-align: center;
  background: white;
}
.doitac .item .thumb {
  display: block;
  padding: 10px;
}
.doitac .item h4 {
  background: #a81e52;
  padding: 10px;
  font-size: 14px;
}
.doitac .item h4 a {
  color: white;
}
.doitac .item img {
  height: 90px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta {
  background: #a81e52;
  text-align: center;
  padding: 20px 0;
}
.cta p {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: white;
}
.cta p .btn {
  display: inline-block;
  background-color: white;
  padding: 7px 25px;
  color: #a81e52;
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
.cta p .hotline {
  font-size: 1.2em;
  color: white;
  text-decoration: underline;
}

.news {
  padding: 50px 0;
}
.news .row {
  margin: 0 -10px;
}
.news [class*=col-] {
  padding: 0 10px;
}
.news .title {
  margin-bottom: 50px;
}
.news .title h3 {
  text-align: center;
  color: #a81e52;
  font-weight: bold;
}
.news .featured .thumb {
  position: relative;
  display: block;
}
.news .featured .thumb p {
  position: absolute;
  left: 0;
  color: #e4e6eb;
  bottom: 0;
  border-radius: 5px;
  background: #a81e52;
  margin-bottom: 0;
  padding: 5px;
  text-align: center;
}
.news .featured .thumb p b {
  display: block;
  font-size: 16px;
}
.news .featured .thumb p span {
  display: block;
}
.news .featured img {
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 5px;
}
.news .featured h4 {
  font-size: 22px;
  margin: 15px 0;
  font-weight: bold;
  line-height: 24px;
}
.news .featured h4 a {
  color: black;
}
.news .item {
  margin-bottom: 20px;
}
.news .item .thumb {
  position: relative;
  display: block;
}
.news .item .thumb p {
  position: absolute;
  left: 0;
  color: #e4e6eb;
  bottom: 0;
  border-radius: 5px;
  background: #a81e52;
  margin-bottom: 0;
  padding: 5px;
  text-align: center;
}
.news .item .thumb p b {
  display: block;
  font-size: 16px;
}
.news .item .thumb p span {
  display: block;
}
.news .item img {
  height: 180px;
  border-radius: 5px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .item h4 {
  font-size: 16px;
  margin-top: 10px;
  line-height: 24px;
}
.news .item h4 a {
  color: #e4e6eb;
}
.news .item p {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  max-height: 82px;
}

footer {
  background: #111827;
  padding: 50px 0 50px 0;
}
footer .logo {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
footer .logo img {
  height: 60px;
  width: auto;
  transition: all 0.3s;
  border-radius: 5px;
  position: absolute;
  top: -10px;
  left: 0;
}
footer .logo b {
  color: #a81e52;
  font-size: 25px;
  text-transform: uppercase;
  display: block;
  padding-left: 75px;
  line-height: 24px;
}
footer .logo span {
  color: white;
  display: block;
  font-size: 14px;
  padding-left: 75px;
}
footer h3 {
  color: white;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  margin-bottom: 15px;
  text-transform: uppercase;
}
footer .contact {
  font-size: 30px;
  color: white;
}
footer p {
  color: #9ca3af;
  margin-bottom: 10px;
  text-align: justify;
  font-size: 14px;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul .li_thumb {
  display: none;
}
footer ul li {
  list-style: none;
  position: relative;
  padding: 5px 0;
  color: #9ca3af;
  width: 100%;
  display: block;
  font-size: 14px;
}
footer ul li h4 {
  font-size: 15px;
  font-weight: normal;
  line-height: 23px;
  margin: 0;
}
footer ul li a {
  color: #9ca3af;
  display: inline-block;
  font-size: 14px;
}
footer .ct p a {
  color: #9ca3af;
}
footer .social {
  padding: 0;
  margin: 10px 0;
}
footer .social li {
  list-style: none;
  display: inline-block;
  text-align: center;
  width: auto;
  border: 0;
}
footer .social li:before {
  content: "";
}
footer .social li a {
  background-color: #fff;
  color: #a81e52;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  font-size: 22px;
  margin-right: 5px;
}

.copy_right {
  background: #111827;
  text-align: center;
  border-top: 1px solid #3c3838;
}
.copy_right p {
  color: #9ca3af;
  margin: 0;
  padding: 10px;
  font-size: 15px;
}
.copy_right p a {
  color: #9ca3af;
}

.form_checklist {
  border: 1px solid #eaeaea;
  padding: 10px;
}
.form_checklist form {
  background: #eaeaea;
}
.form_checklist h3 {
  background: #a81e52;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  margin: 15px 0;
}
.form_checklist .col-md-12, .form_checklist .col-md-6 {
  padding: 0 30px;
}
.form_checklist p {
  padding: 0 15px;
}
.form_checklist .btn-success {
  background: #a81e52;
  border: 0;
}

.form_sidebar {
  background: #a81e52;
  padding: 20px;
}
.form_sidebar h3 {
  text-align: center;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  margin: 20px 0;
}
.form_sidebar .btn {
  background: white;
  border: 0;
  color: #a81e52;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .intro .box {
    border: 3px solid #a81e52;
    margin-bottom: 30px;
  }
  .intro .box img {
    margin-top: 15px;
    height: 350px;
    margin: -15px 0 15px 15px;
  }
  .intro .content {
    padding: 0;
  }
  .news_home .item {
    margin-bottom: 20px;
  }
  .news_home .item img {
    height: 80px;
  }
  .slider {
    transition: all 0.5s;
    font-family: "Open Sans", sans-serif;
  }
  .slider .owl-nav {
    margin: 0;
  }
  .slider .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
  }
  .slider .owl-theme .item img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slider .owl-theme .owl-dots .owl-dot span {
    background: none;
    border: 1px solid #a81e52;
    border-radius: 50%;
  }
  .slider .owl-theme .owl-dots .owl-dot.active span,
  .slider .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #a81e52;
    border-radius: 50%;
  }
  .slider:hover .owl-prev {
    left: 10px;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
  }
  .slider:hover .owl-next {
    right: 10px;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
  }
  .slider .owl-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #a81e52 !important;
    width: 30px;
    height: 30px;
    line-height: 24px;
    font-size: 16px !important;
    margin: 0 !important;
    border: 1px solid white;
    background-color: white !important;
    border-radius: 5px !important;
    transition: all 0.5s;
    padding-top: 2px !important;
  }
  .slider .owl-prev:hover {
    background-color: transparent !important;
    transition: all 0.3s;
  }
  .slider .owl-next {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #a81e52 !important;
    width: 30px;
    height: 30px;
    line-height: 24px;
    font-size: 16px !important;
    border-radius: 0% !important;
    margin: 0 !important;
    border: 1px solid white;
    border-radius: 5px !important;
    background-color: white !important;
    transition: all 0.5s;
    padding-top: 2px !important;
  }
  .slider .owl-next:hover {
    background-color: transparent !important;
    transition: all 0.3s;
  }
  .intro img.img {
    height: auto !important;
    margin-bottom: 20px;
  }
  .intro .content1 {
    position: static;
  }
  .intro .content1 .ct {
    padding: 0;
  }
  .intro .btn {
    float: left;
  }
  .news .featured {
    margin-bottom: 20px;
  }
  .news .featured h4 {
    font-size: 18px;
  }
  .news .featured img {
    height: auto;
  }
  .news .item img {
    height: auto;
  }
  .dichvu .title p {
    font-size: 16px;
  }
  .dichvu .item .content {
    padding: 15px 20px;
  }
  .vieclam .title p {
    font-size: 16px;
  }
  .nhansu .item img {
    height: 300px;
  }
  .vl .container {
    padding: 0;
  }
  .vl .container .content {
    padding: 50px 20px;
  }
  .bannner2 {
    height: 200px !important;
  }
  .bannner2 h1 {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #e4e6eb;
    padding: 15px;
    font-size: 20px;
    width: calc(100% - 30px);
  }
  .related .item {
    margin: 10px 0;
  }
  .related .item h4 {
    margin: 0 !important;
  }
  .related .item .thumb img {
    height: auto !important;
  }
  .related .item .content {
    padding: 13px;
    padding-left: 0;
  }
  .related .row {
    margin: 0 -7px;
  }
  .related [class*=col-] {
    padding: 0 7px;
  }
  .counter_home .item .counter {
    font-size: 38px !important;
  }
  .intro .list_info .item h4 {
    width: 85%;
  }
  .open-nav {
    display: inline-table;
    right: 0px;
    top: 5px;
  }
  header {
    padding-top: 15px;
  }
  header .logo {
    width: 100%;
    text-align: left;
    position: relative;
  }
  header .logo img {
    height: 50px;
    margin-left: 10px;
    top: -4px;
  }
  .news_main .news_right {
    padding-left: 0px;
  }
  .title h3 {
    font-size: 28px !important;
  }
  header .hd_menu .search_hd {
    margin-right: 40px !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    margin-top: 25px !important;
  }
  footer .item {
    margin-bottom: 20px;
  }
  .menu_footer {
    margin-top: 10px;
  }
  .menu_footer ul li {
    width: 50%;
    float: left;
    padding: 0;
  }
  .menu_footer ul li::before {
    display: none;
  }
  .menu_footer ul li > a {
    font-weight: bold;
    text-transform: uppercase;
  }
  .menu_footer ul li ul {
    margin-top: 10px;
  }
  .menu_footer ul li ul li {
    margin: 5px 0;
    width: 100%;
  }
  .menu_footer ul li ul li a {
    font-weight: normal;
    text-transform: capitalize;
  }
}
.phone_center .alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 130px;
  position: fixed;
  left: -20px;
  bottom: -20px;
  transition: visibility 0.5s ease 0s;
  visibility: hidden;
  width: 150px;
  z-index: 20;
}
.phone_center .alo-phone.alo-show {
  visibility: visible;
}
.phone_center .fadeOutRight {
  animation-name: fadeOutRight;
}
.phone_center .alo-phone.alo-static {
  opacity: 0.6;
}
.phone_center .alo-phone.alo-hover,
.phone_center .alo-phone:hover {
  opacity: 1;
}
.phone_center .alo-phone.alo-hover .alo-ph-text,
.phone_center .alo-phone:hover .alo-ph-text {
  background-color: #75eb50;
}
.phone_center .alo-ph-circle {
  animation: 1.2s ease-in-out 0s normal none infinite running alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(117, 235, 80, 0.4);
  border-radius: 100%;
  height: 100px;
  left: 30px;
  opacity: 0.1;
  position: absolute;
  top: -10px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 100px;
}
.phone_center .alo-phone.alo-active .alo-ph-circle {
  animation: 1.1s ease-in-out 0s normal none infinite running alo-circle-anim !important;
}
.phone_center .alo-phone.alo-static .alo-ph-circle {
  animation: 2.2s ease-in-out 0s normal none infinite running alo-circle-anim !important;
}
.phone_center .alo-phone.alo-hover .alo-ph-circle,
.phone_center .alo-phone:hover .alo-ph-circle {
  border-color: #cd3121;
  opacity: 0.5;
}
.phone_center .alo-phone.alo-green.alo-hover .alo-ph-circle,
.phone_center .alo-phone.alo-green:hover .alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}
.phone_center .alo-phone.alo-green .alo-ph-circle {
  border-color: #d71149;
  opacity: 0.5;
}
.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-circle,
.phone_center .alo-phone.alo-gray:hover .alo-ph-circle {
  border-color: #ccc;
  opacity: 0.5;
}
.phone_center .alo-phone.alo-gray .alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}
.phone_center .alo-ph-circle-fill {
  animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim;
  background-color: #75eb50;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 70px;
  left: 45px;
  opacity: 0.1;
  position: absolute;
  top: 4px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 70px;
}
.phone_center .alo-phone.alo-active .alo-ph-circle-fill {
  animation: 1.7s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
}
.phone_center .alo-phone.alo-static .alo-ph-circle-fill {
  animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
  opacity: 0 !important;
}
.phone_center .alo-phone.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone:hover .alo-ph-circle-fill {
  background-color: rgba(233, 59, 53, 0.5);
  opacity: 0.75 !important;
}
.phone_center .alo-phone.alo-green.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone.alo-green:hover .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.phone_center .alo-phone.alo-green .alo-ph-circle-fill {
  background-color: rgba(233, 59, 53, 0.5);
  opacity: 0.75 !important;
}
.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone.alo-gray:hover .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.phone_center .alo-phone.alo-gray .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.phone_center .alo-ph-img-circle {
  animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim;
  border: 2px solid transparent;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  height: 40px;
  left: 60px;
  opacity: 0.7;
  position: absolute;
  top: 20px;
  transform-origin: 50% 50% 0;
  width: 40px;
}
.phone_center .alo-ph-text {
  background-color: #a81e52;
  color: #fff;
  border-radius: 4px;
  padding: 3px 5px;
  bottom: 30px;
  display: block;
  font-size: 0.875rem;
  margin-right: -50px;
  position: absolute;
  left: 20%;
  text-align: center;
  text-transform: uppercase;
  width: 115px;
  font-size: 15px;
  font-weight: 600;
}
.phone_center .alo-phone.alo-active .alo-ph-img-circle {
  animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
}
.phone_center .alo-phone.alo-static .alo-ph-img-circle {
  animation: 0s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
}
.phone_center .alo-phone.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone:hover .alo-ph-img-circle {
  background-color: #cd3121;
}
.phone_center .alo-phone.alo-green.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone.alo-green:hover .alo-ph-img-circle {
  background-color: #75eb50;
}
.phone_center .alo-phone.alo-green .alo-ph-img-circle {
  background-color: #a81e52;
}
.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone.alo-gray:hover .alo-ph-img-circle {
  background-color: #ccc;
}
.phone_center .alo-phone.alo-gray .alo-ph-img-circle {
  background-color: #75eb50;
}
.phone_center .bg-eee {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}
.phone_center .bg-eee .row {
  margin: 0px;
  background: #75eb50;
}
.phone_center .bg-eee .row:last-child {
  padding-bottom: 30px;
}
.phone_center .bg-eee .title {
  background: #46be8a;
  color: #fff;
  margin: 0px -15px 15px -15px;
  padding: 15px 15px;
}
.phone_center .panel-title i {
  margin-right: 10px;
}
.phone_center .panel-body {
  font-size: 15px;
  line-height: 25px;
}
@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
@keyframes alo-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}
@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.1;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.1;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
@keyframes alo-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

.scrollup {
  position: fixed;
  right: 2%;
  bottom: 5%;
  background-color: #a81e52;
  z-index: 99999 !important;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.scrollup a {
  color: #fff;
  line-height: 40px;
  font-size: 30px;
  text-decoration: none;
  font-weight: 700;
}

article {
  line-height: 26px;
  text-align: justify;
  color: #333;
}
article .title {
  font-size: 30px;
  font-weight: 700;
  /*text-transform: uppercase;*/
  color: black;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
  font-weight: bold;
}
article figure {
  max-width: 100% !important;
}
article img {
  max-width: 100%;
  height: auto;
}
article h1 {
  font-size: 32px;
}
article h2 {
  font-size: 27px;
}
article h3 {
  font-size: 22px;
}
article h4 {
  font-size: 19px;
}
article h5 {
  font-size: 17px;
}
article h6 {
  font-size: 15px;
}
article table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
article table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
article table tr {
  border: 1px solid #e1e1e1;
}
article table tr td {
  border: 1px solid #e1e1e1;
  padding: 10px 5px 10px 10px;
}
article table tr th {
  border: 1px solid #e1e1e1;
  padding: 10px 5px;
  text-align: center;
}

.phantrang {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.phantrang .pagination {
  padding: 0;
}
.phantrang .pagination li {
  margin: 0 5px;
  list-style: none;
  display: inline-block;
}
.phantrang .pagination li a, .phantrang .pagination li span {
  padding: 7px 15px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: black;
}
.phantrang .pagination li span {
  background-color: #a81e52;
  border-color: #a81e52;
  color: #e4e6eb;
}

.related .row {
  margin: 0 -10px;
}
.related [class*=col-] {
  padding: 0 10px;
}
.related h3 {
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 22px;
  border-left: 3px solid #a81e52;
  font-weight: bold;
  color: #333;
  padding-left: 10px;
}
.related .item {
  margin-bottom: 15px;
  border-radius: 5px;
}
.related .item .thumb {
  display: block;
  margin-bottom: 10px;
}
.related .item .thumb img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.related .item h4 {
  padding: 0;
  line-height: 18px;
}
.related .item h4 a {
  font-size: 15px !important;
  color: #333;
}

.info_home {
  padding: 20px 0;
}
.info_home .title {
  margin-bottom: 50px;
}
.info_home .title h3 {
  text-align: center;
  color: #a81e52;
  text-transform: uppercase;
  font-weight: bold;
}
.info_home .item {
  margin-bottom: 15px;
}
.info_home .item img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info_home .item .content h4 {
  font-size: 18px;
  margin: 10px 0;
}
.info_home .item .content h4 a {
  color: #e4e6eb;
}

.box1 {
  background: #eaeaea;
  padding: 15px;
}

.news_main {
  padding: 30px 0;
  background: white;
}
.news_main .cate_title {
  margin-bottom: 20px;
}
.news_main .cate_title h1 {
  color: #333;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
}
.news_main .new_left {
  margin-bottom: 30px;
}
.news_main .new_left .info_pro {
  margin-bottom: 35px;
}
.news_main .new_left .info_pro .info_thumb {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.news_main .new_left .info_pro .info_thumb:hover img {
  transform: scale(1.2);
  transition: all 1s;
}
.news_main .new_left .info_pro .info_thumb img {
  height: 200px;
  width: 100%;
  transition: all 1s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: inline-block;
  border-radius: 15px;
}
.news_main .new_left .info_pro .info_title h3 {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  font-weight: 600;
  height: 45px;
}
.news_main .new_left .info_pro .info_title h3 a {
  color: #333;
  font-size: 16px;
  display: block;
  line-height: 22px;
  transition: all 0.2s;
}
.news_main .new_left .info_pro .info_title h3 a:hover {
  transition: all 0.2s;
  color: #a81e52;
}
.news_main .new_left .info_pro .info_title p {
  line-height: 22px;
  max-height: 66px;
  color: #333;
  overflow: hidden;
  font-size: 14px;
  margin: 0;
}
.news_main .news_cate {
  margin-bottom: 30px;
}
.news_main .news_cate .news_title h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 22px;
  border-left: 3px solid #a81e52;
  font-weight: 500;
  padding-left: 10px;
}
.news_main .news_cate .news_link ul {
  list-style: none;
  padding: 0;
  overflow: auto;
}
.news_main .news_cate .news_link ul li {
  clear: both;
  border-top: 1px solid #e9e9e9;
  position: relative;
}
.news_main .news_cate .news_link ul li:first-child {
  border: none;
}
.news_main .news_cate .news_link ul li a {
  color: black;
  padding: 10px 0;
  display: block;
  font-weight: bold;
  transition: all 0.2s;
}
.news_main .news_cate .news_link ul li a:hover {
  transition: all 0.2s;
  color: #a81e52;
}
.news_main .news_cate .news_link ul li .sub-menu {
  padding: 0;
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}
.news_main .news_cate .news_link ul li .sub-menu li:first-child {
  border-top: 1px solid #e9e9e9;
}
.news_main .news_cate .news_link ul li .sub-menu li a {
  padding-left: 20px;
  display: inline-block;
}
.news_main .news_cate .news_link ul li .sub-menu .sub-menu {
  left: 240px;
  max-height: 0;
  overflow: hidden;
}
.news_main .news_cate .news_link ul li .sub-menu .sub-menu li:first-child {
  border-top: 0;
}
.news_main .news_cate .news_link ul li .sub-menu .sub-menu a {
  padding-left: 40px;
}
.news_main .news_cate .news_link ul .accordion {
  color: black;
  cursor: pointer;
  width: 10%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0;
  background: none;
}
.news_main .news_cate .news_link ul .accordion:after {
  content: "\f067";
  font-family: "FontAwesome";
  color: black;
  font-weight: bold;
  margin-left: 5px;
}
.news_main .news_cate .news_link ul .accordion.active:after {
  content: "\f068";
  font-family: "FontAwesome";
}
.news_main .news_cate .news_link ul .active a {
  font-weight: 700;
}
.news_main .news_cate .news_list ul {
  padding: 0;
  margin-bottom: 0;
}
.news_main .news_cate .news_list ul li {
  list-style: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #eee;
}
.news_main .news_cate .news_list ul li .li_thumb {
  width: 30%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.news_main .news_cate .news_list ul li .li_thumb img {
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 80px;
}
.news_main .news_cate .news_list ul li .li_title {
  width: 70%;
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}
.news_main .news_cate .news_list ul li .li_title a {
  font-size: 15px;
  color: black;
  display: block;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
  transition: all 0.2s;
}
.news_main .news_cate .news_list ul li .li_title a:hover {
  color: #a81e52;
  transition: all 0.2s;
}
.news_main .news_cate .news_tag ul {
  padding: 0;
}
.news_main .news_cate .news_tag ul li {
  list-style: none;
  display: inline-block;
}
.news_main .news_cate .news_tag ul li a {
  color: white;
  height: 30px;
  line-height: 27px;
  padding: 0 25px;
  margin: 0 5px 5px 0;
  font-size: 12px;
  display: inline-block;
  position: relative;
  background: black;
  border-radius: 20px;
  transition: all 0.3s;
}
.news_main .news_cate .news_tag ul li a:hover {
  transition: all 0.3s;
  background: #a81e52;
}

.banner_bread {
  background-color: #e9ecef;
  padding: 10px 0;
}
.banner_bread .woocommerce-breadcrumb {
  margin: 0;
}
.banner_bread ul {
  position: relative;
  z-index: 10;
  display: block;
  padding: 0;
  margin: 0;
}
.banner_bread ul li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
}
.banner_bread ul li a {
  color: black;
  transition: all 0.2;
}
.banner_bread ul li a:hover {
  transition: all 0.2s;
  color: #a81e52;
}

.xemthem {
  display: block;
  margin-top: 12px;
}
.xemthem a {
  color: white;
  border-radius: 0px;
  font-size: 15px;
  display: inline-block;
  font-weight: 300;
  border: 1px solid #a81e52;
  transition: all 0.5s;
  padding: 7px 10px;
}
.xemthem a:hover {
  transition: all 0.5s;
  background: none;
  color: #a81e52;
}

.banner_qc {
  margin: 15px 0;
}
.banner_qc img {
  width: 100%;
}

.contact {
  padding: 50px 0;
}
.contact form input, .contact form textarea {
  margin: 10px 0;
  padding: 15px;
  height: auto;
  border: 1px solid #eaeaea;
}
.contact form select {
  padding: 15px;
  margin: 10px 0;
  height: auto;
}
.contact form button {
  margin: 10px 0;
  padding: 10px 20px;
  background: #a81e52;
  border: 0;
}
.contact h3 {
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 22px;
  border-left: 3px solid #a81e52;
  font-weight: 500;
  padding-left: 10px;
}
.contact .social {
  padding: 0;
  margin: 10px 0;
}
.contact .social li {
  list-style: none;
  display: inline-block;
  text-align: center;
}
.contact .social li:before {
  content: "";
}
.contact .social li a {
  background-color: #a81e52;
  color: #e4e6eb;
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
}
.contact .info {
  margin: 0;
  padding: 0;
}
.contact .info li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.contact .info li p {
  margin: 0;
}
.contact .info li b {
  text-transform: uppercase;
}
.contact .info li i {
  font-size: 23px;
  color: #a81e52;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
}
.contact .info li a {
  color: #e4e6eb;
  transition: all 0.3s;
}
.contact .info li a::before {
  content: "\f101";
  font-family: "Fontawesome";
  font-weight: 600;
  padding-right: 5px;
}
.contact .info li a:hover {
  transition: all 0.3s;
  padding-left: 10px;
}

.bando {
  position: relative;
  background-image: url("../images/mapbando.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}
.bando h3 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding-top: 35px;
  font-size: 32px;
  font-weight: bold;
  font-family: "Montserrat";
}
.bando .flags {
  position: absolute;
  height: 77px;
  width: 68px;
}
.bando .flags img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.bando .flags:hover {
  transform: scale3d(1.2, 1.2, 1.2);
}
.bando .america-flag {
  top: 50%;
  left: 23.75%;
}
.bando .canada-flag {
  top: 23%;
  left: 23.75%;
}
.bando .germany-flag {
  top: 27%;
  left: 46.55%;
}
.bando .korea-flag {
  top: 32%;
  left: 72.68%;
}
.bando .japan-flag {
  top: 52%;
  left: 75.15%;
}
.bando .singapore-flag {
  top: 52%;
  left: 69.3%;
}
.bando .australia-flag {
  top: 78.5%;
  left: 73.5%;
}

.woocommerce .star-rating {
  color: orange;
}
.woocommerce .product {
  margin-top: 15px;
}
.woocommerce .product_item {
  margin: 10px 0;
  text-align: center;
}
.woocommerce .product_item h4 {
  font-size: 16px;
  margin-top: 10px;
}
.woocommerce .product_item a {
  display: block;
  color: #e4e6eb;
}
.woocommerce .product_item img {
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce .product_item .button {
  border: 2px solid #a81e52;
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  margin: 10px 0;
  font-size: 15px;
}
.woocommerce .woocommerce-ordering .orderby {
  background-color: transparent;
  padding: 10px;
}
.woocommerce .woocommerce-result-count {
  margin: 10px 0;
}
.woocommerce .woocommerce-pagination {
  margin-top: 20px;
}
.woocommerce .woocommerce-pagination .page-numbers {
  border: 0;
}
.woocommerce .woocommerce-pagination .page-numbers li {
  margin: 0 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 2px solid #a81e52;
}
.woocommerce .woocommerce-pagination .page-numbers li span.current {
  width: 100%;
  height: 100%;
  background: #a81e52;
  color: #e4e6eb;
  display: block;
  padding-top: 10px;
  font-weight: bold;
}
.woocommerce .woocommerce-pagination .page-numbers li a {
  color: #e4e6eb;
  width: 100%;
  display: block;
  height: 100%;
  padding-top: 10px;
}
.woocommerce #comments .woocommerce-Reviews-title {
  font-size: 25px;
  font-weight: bold;
}
.woocommerce #comments form label {
  display: block;
  margin: 10px 0;
  font-weight: bold;
}
.woocommerce #comments form input {
  width: 100%;
  padding: 10px;
}
.woocommerce #comments form .comment-form-cookies-consent input {
  width: auto;
}
.woocommerce #comments form .comment-form-cookies-consent label {
  display: inline-block;
}
.woocommerce #comments form .form-submit input {
  width: auto;
  background: #a81e52 !important;
  color: #e4e6eb !important;
  border: 0 !important;
  padding: 10px 20px !important;
}
.woocommerce .checkout h3 {
  margin-top: 10px;
}
.woocommerce .checkout p {
  margin: 0;
}
.woocommerce .checkout .form-row label {
  display: block;
  margin: 2px 0;
  line-height: auto;
  width: 100%;
  font-weight: bold;
}
.woocommerce .checkout .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce .checkout .woocommerce-input-wrapper input {
  width: 100%;
  padding: 8px;
}
.woocommerce .checkout .woocommerce-input-wrapper textarea {
  padding: 10px;
}

.sidebar_product .categories {
  margin-top: 20px;
}
.sidebar_product .categories h2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.sidebar_product .categories ul {
  padding: 0;
}
.sidebar_product .categories ul li {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
.sidebar_product .categories ul li a {
  color: #e4e6eb;
}
.sidebar_product .categories ul li .accordion {
  color: #e4e6eb;
  cursor: pointer;
  width: 10%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0;
  background: none;
}
.sidebar_product .categories ul li .accordion:after {
  content: "\f107";
  font-family: "Fontawesome";
  color: #e4e6eb;
  font-weight: bold;
  margin-left: 5px;
}
.sidebar_product .categories ul li .accordion.active:after {
  content: "\f105";
  font-family: "Fontawesome";
}
.sidebar_product .categories ul li ul {
  margin-left: 20px;
}
.sidebar_product .categories ul li ul li {
  font-weight: normal;
  border: 0;
}
.sidebar_product .news_product {
  margin-top: 30px;
}
.sidebar_product .news_product h2 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.sidebar_product .news_product .row {
  margin: 0 -10px;
  margin-bottom: 15px;
}
.sidebar_product .news_product .row [class*=col-] {
  padding: 0 10px;
}
.sidebar_product .news_product .row h3 {
  font-size: 16px;
}
.sidebar_product .news_product .row h3 a {
  color: #e4e6eb;
}

.lSSlideOuter {
  margin-bottom: 20px;
}

p.nameuser a {
  color: #a9883f;
}

div.error {
  color: red;
  font-size: 12px;
  text-align: left;
  line-height: 15px;
}

.bannner1 {
  padding: 50px 0;
  text-align: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bannner1 h1 {
  color: #e4e6eb;
}
.bannner1 p {
  color: #e4e6eb;
}

.bannner2 {
  height: 300px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bannner2 h1 {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #e4e6eb;
  padding: 15px;
}

.lienhe {
  padding: 50px 0;
  text-align: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lienhe h2 {
  color: #e4e6eb;
  text-align: center;
}
.lienhe p {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}
.lienhe p .btn {
  background: transparent;
  border: 2px solid #e4e6eb;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 22px;
  /*font-weight: bold;*/
  color: #e4e6eb;
}

.vieclam {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 50px 0;
}
.vieclam h2 {
  color: #e4e6eb;
}
.vieclam p {
  margin-top: 20px;
  margin-bottom: 0;
  color: #e4e6eb;
}
.vieclam p .btn {
  background: transparent;
  border: 2px solid #e4e6eb;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 22px;
  /*font-weight: bold;*/
  color: #e4e6eb;
}
.vieclam .content {
  background: rgba(0, 0, 0, 0.8);
  padding: 70px 50px;
}
.vieclam .content h4 {
  color: #e4e6eb;
  margin: 20px 0;
  font-size: 18px;
}
.vieclam .content ul li {
  color: #e4e6eb;
}

.social-ring {
  position: fixed;
  top: 50%;
  left: 10px;
  z-index: 10000;
}
.social-ring ul {
  padding: 0;
  margin: 0;
}
.social-ring ul li {
  margin: 15px 0;
  list-style: none;
}
.social-ring ul li:hover img {
  transform: scale(1.2);
  transition: all 0.4s;
}
.social-ring ul img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  transition: all 0.4s;
}

.page-title {
  color: #e4e6eb;
}

.page-content {
  color: #e4e6eb;
}/*# sourceMappingURL=style.css.map */