@font-face {
  font-family: AIAEverest;
  src: url(../fonts/AIAEverest-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: AIAEverest;
  src: url(../fonts/AIAEverest-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: MYRIADPRO;
  src: url(../fonts/MYRIADPRO-REGULAR.OTF);
}
@media (min-width: 1200px) {
  .container {
    max-width: 90%;
    margin: auto;
  }
}
* {
  padding: 0px;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 992px) {
  html {
    font-size: 58%;
  }
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 40%;
  }
}

body {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  overflow-x: hidden;
  max-width: 1920px;
  margin: auto;
}

img {
  max-width: 100%;
}

.grid {
  display: grid;
}

a {
  text-decoration: none;
  color: unset;
  transition: all 0.5s ease;
}

a:hover {
  color: unset;
  text-decoration: none;
}

.gap-1 {
  grid-gap: 1rem;
}

.gap-2 {
  grid-gap: 2rem;
}

.gap-3 {
  grid-gap: 3rem;
}

.gap-4 {
  grid-gap: 4rem;
}

.gap-5 {
  grid-gap: 5rem;
}

.gap-6 {
  grid-gap: 6rem;
}

@media only screen and (max-width: 600px) {
  .gap-sm-0 {
    grid-gap: 0;
  }
}
.grid-col-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-col-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-col-6 {
  grid-template-columns: repeat(6, 1fr);
}

@media only screen and (max-width: 1200px) {
  .grid-col-xl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 1200px) {
  .grid-col-xl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 1200px) {
  .grid-col-xl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 1200px) {
  .grid-col-xl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 1200px) {
  .grid-col-xl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media only screen and (max-width: 1200px) {
  .grid-col-xl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media only screen and (max-width: 992px) {
  .grid-col-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 992px) {
  .grid-col-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 992px) {
  .grid-col-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 992px) {
  .grid-col-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 992px) {
  .grid-col-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media only screen and (max-width: 992px) {
  .grid-col-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media only screen and (max-width: 600px) {
  .grid-col-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 600px) {
  .grid-col-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 600px) {
  .grid-col-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 600px) {
  .grid-col-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 600px) {
  .grid-col-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media only screen and (max-width: 600px) {
  .grid-col-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

.cate-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media(max-width:992px){
  .cate-list{
    grid-template-columns: repeat(1,1fr);
  }
}
.cate-list-item {
  position: relative;
}
.cate-list-item::before {
  content: "";
  display: block;
  padding-top: 85%;
}
.cate-list-item-1 {
  background: url(../img/cate11.jpeg) no-repeat center;
  background-size: cover;
  cursor: pointer;
  display: flex;
  justify-content: start;
}
.cate-list-item-1 h3 {
  color: #313131;
  font-size: 50px;
  font-weight: 500;
  padding: 30px 0 0px 50px;
}
@media(max-width:992px){
  .cate-list-item-1 h3 {
    font-size: 20px;
  }
}
.cate-list-item-2 {
  float: left;
  background: url(../img/cate22.jpeg) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: end;
  cursor: pointer;
}
.cate-list-item-2 h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  padding: 30px;
}
@media(max-width:992px){
  .cate-list-item-2 h3 {
    font-size: 20px;
  }
}
.header .icon-show-menu {
  display: none;
  padding-top: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 992px) {
  .header .icon-show-menu {
    display: block;
    padding-top: 0;
  }
}
.header .icon-show-menu svg {
  width: 30px;
  color: #fff;
}

#top-line,
#bottom-line,
#middle-line {
  transform-box: fill-box;
  transform-origin: center;
}

.icon-show-menu.active svg #top-line {
  animation: down-rotate 0.6s ease-out both;
}

.icon-show-menu.active svg #bottom-line {
  animation: up-rotate 0.6s ease-out both;
}

.icon-show-menu.active svg #middle-line {
  animation: hide 0.6s ease-out forwards;
}

@keyframes up-rotate {
  0% {
    animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
    transform: translateY(0px);
  }
  30% {
    transform-origin: center;
    animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(-10px);
  }
  100% {
    transform-origin: center;
    transform: translateY(-10px) rotate(45deg) scale(0.9);
  }
}
@keyframes down-rotate {
  0% {
    animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
    transform: translateY(0px);
  }
  30% {
    transform-origin: center;
    animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(10px);
  }
  100% {
    transform-origin: center;
    transform: translateY(10px) rotate(-45deg) scale(0.9);
  }
}
@keyframes hide {
  29% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.header {
  background-color: #313131;
  color: #fff;
}
.header-container {
  width: 90%;
  margin: auto;
}
.header-content {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .header-content {
    height: 50px;
  }
}
.header-content-logo {
  width: 200px;
}
@media only screen and (max-width: 992px) {
  .header-content-logo {
    width: 100px;
  }
}
.header-content-menu {
  padding-left: 100px;
  width: calc(100% - 200px);
  height: 100%;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .header-content-menu {
    padding-left: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-content-menu {
    padding-left: 30px;
  }
}
.header-content-menu ul {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .header-content-menu ul {
    position: absolute;
    display: none;
    width: 300px;
    top: 100%;
    background: #Fff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    right: -100px;
    height: calc(100vh - 100px);
    z-index: 3;
  }
}
.header-content-menu ul li {
  list-style: none;
  margin: 0 30px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-content-menu ul li {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 992px) {
  .header-content-menu ul li {
    margin: 20px 0;
    padding-left: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
}
.header-content-menu ul li a {
  font-size: 18px;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1240px) {
  .header-content-menu ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .header-content-menu ul li a {
    color: #000;
    font-size: 16px;
  }
}

h3.title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.2;
  padding-top: 40px;
  padding-left: 40px;
}
@media only screen and (max-width: 992px) {
  h3.title {
    font-size: 24px;
  }
}

.section-2-content {
  padding-top: 20px;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .section-2-content {
    display: block;
  }
}
.section-2-content-left {
  width: 60%;
  background-color: #F1F2F2;
  margin-left: 30px;
  padding: 30px;
}
@media only screen and (max-width: 992px) {
  .section-2-content-left {
    width: 100%;
    margin-left: 0;
  }
}
.section-2-content-left li {
  font-family: AIAEverest;
  font-weight: 400;
  list-style: none;
  position: relative;
  padding-left: 35px;
  margin: 20px 0;
  font-size: 20px;
}
.section-2-content-left li::before {
  content: "";
  display: block;
  background-image: url(../img/checked.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  position: absolute;
}
.section-2-content-right {
  padding-left: 10px;
  width: 40%;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .section-2-content-right {
    width: 100%;
  }
}
.section-2-content-right::before {
  content: "";
  display: block;
  padding-top: 80%;
}
.section-2-content-right img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-3-content {
  background-color: #F1F2F2;
  margin-top: 30px;
  padding: 20px 50px;
  position: relative;
}

.sanpham-list {
  position: relative;
}
.sanpham-list-item {
  margin: 0 30px;
}
.sanpham-list-item img {
  width: 100%;
}
.sanpham-list-func {
  position: absolute;
  padding: 20px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.sanpham-list-func-prev, .sanpham-list-func-next {
  background-color: #313131;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media(max-width:575px){
  .sanpham-list-item{
    margin: 0 5px;
  }
  .section-3-content{
    padding: 10px;
  }
  .sanpham-list-func-prev, .sanpham-list-func-next {
    width: 30px;
    height: 30px;
  }
}
.sanpham-list-func-next {
  margin-left: 10px;
}

.footer {
  margin-top: 100px;
}
.footer-content {
  display: flex;
  background-color: #313131;
  color: #fff;
  padding: 30px 50px 20px 50px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .footer-content {
    display: block;
    padding: 50px 20px;
  }
}
.footer-content p {
  font-size: 18px;
  font-family: AIAEverest;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .footer-content p {
    font-size: 16px;
  }
}
.footer-content-logo {
  max-width: 300px;
  padding-right: 30px;
}
@media only screen and (max-width: 992px) {
  .footer-content-logo {
    padding-bottom: 30px;
    width: 200px;
  }
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
}
.footer-social-item {
  padding-bottom: 20px;
}
.footer-social-item img {
  width: 75%;
}

#mobile-nav-backdrop {
  width: 100%;
  height: 100vh;
  background-color: rgba(2, 2, 2, 0.68);
  display: none;
  position: fixed;
  top: 100px;
  right: 0px;
  z-index: 2 !important;
  padding: 0px 0px;
  box-sizing: border-box;
}

.breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 20px 0;
}
.breadcrumb span {
  padding: 0 10px;
  font-size: 20px;
}
.breadcrumb a {
  font-size: 20px;
}
@media only screen and (max-width: 992px) {
  .breadcrumb a {
    font-size: 16px;
  }
}
.breadcrumb span.current-item {
  font-weight: 600;
}

.banner-showroom .slick-dots {
  bottom: 20px;
}
.banner-showroom .slick-dots li {
  width: 30px;
  height: 30px;
}
.banner-showroom .slick-dots li button:before {
  font-size: 20px;
}
.banner-showroom .slick-dots li button:before {
  color: #fff;
}
.banner-showroom .slick-dots li.slick-active button:before {
  color: #fff;
}

.showroom-1 {
  padding-top: 30px;
}
.showroom-1 .title h1 {
  font-size: 100px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 992px) {
  .showroom-1 .title h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .showroom-1 .title h1 {
    font-size: 40px;
  }
}
.showroom-1 .title h2 {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 992px) {
  .showroom-1 .title h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .showroom-1 .title h2 {
    font-size: 25px;
  }
}
.showroom-1 .title h3 {
  font-family: AIAEverest;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  margin: auto;
  max-width: 900px;
  padding-top: 30px;
}
@media only screen and (max-width: 992px) {
  .showroom-1 .title h3 {
    padding: 20px 20px 0 20px;
    font-size: 18px;
  }
}

.showroom-list {
  padding-top: 50px;
}
.showroom-list-item {
  margin: 0 40px;
}
@media (min-width: 1200) and (max-width: 1400px) {
  .showroom-list-item {
    margin: 0 20px;
  }
}
@media (max-width: 1200px) {
  .showroom-list-item {
    margin: 0 10px;
  }
}
.showroom-list-item img {
  width: 100%;
}
.showroom-list-item h3.title-sp {
  padding-top: 20px;
  font-size: 22px;
}
@media only screen and (max-width: 992px) {
  .showroom-list-item h3.title-sp {
    font-size: 17px;
  }
}
.showroom-list-item p {
  padding-top: 10px;
  font-size: 16px;
  font-family: AIAEverest;
  font-weight: 400;
}
.showroom-list-func {
  position: absolute;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.showroom-list-func-prev {
  left: -23px;
  position: relative;
}
@media (min-width: 1200) and (max-width: 1400px) {
  .showroom-list-func-prev {
    left: -50px;
  }
}
@media (max-width: 1200px) {
  .showroom-list-func-prev {
    left: -60px;
  }
}
@media only screen and (max-width: 600px) {
  .showroom-list-func-prev {
    left: 0;
  }
}
.showroom-list-func-next {
  right: -30px;
  position: relative;
}
@media (min-width: 1200) and (max-width: 1400px) {
  .showroom-list-func-next {
    right: -50px;
  }
}
@media (max-width: 1200px) {
  .showroom-list-func-next {
    right: -60px;
  }
}
@media only screen and (max-width: 600px) {
  .showroom-list-func-next {
    right: 0;
  }
}
.showroom-list-func-prev, .showroom-list-func-next {
  background-color: #313131;
  border-radius: 5px;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .showroom-list-func-prev, .showroom-list-func-next {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
}
.showroom-list-func-next {
  margin-left: 10px;
}

.sanpham-1 h1 {
  text-align: center;
  padding-bottom: 20px;
}
@media(max-width:575px){
  .sanpham-1 h1{
    font-size: 30px;
  }
}
.sanpham-2 {
  padding: 30px;
}
.sanpham-2 h3.title-sidebar {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.sanpham-2 h3.title-sidebar i {
  transition: all 0.5s;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .sanpham-2 h3.title-sidebar {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .sanpham-2 h3.title-sidebar {
    font-size: 20px;
  }
}
.sanpham-2 h3.title-sidebar.open i {
  transform: rotate(180deg);
}
.sanpham-2 ul {
  margin: 0;
  padding: 0;
  padding-top: 10px;
}
@media only screen and (max-width: 992px) {
  .sanpham-2 ul {
    display: none;
  }
}
.sanpham-2 ul li {
  list-style: none;
  padding: 5px 0;
}
.sanpham-2 ul li a {
  font-size: 16px;
  font-weight:600;
}

.sanpham {
  margin-bottom: 30px;
  border: 0.5px solid #313131;
  border-radius: 20px;
  padding: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.sanpham .img-thumb {
  text-align: center;
}
.sanpham h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.sanpham p.capacity {
  font-weight: 300;
  font-size: 14px;
}
.sanpham p.price {
  font-size: 16px;
  font-weight: 600;
  color: red;
}

.ttsp {
  font-size: 30px;
  font-weight: 600;
  border-bottom: 2px solid #000;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: auto;
  padding-bottom: 10px;
}

.content-ttsp {
  border-bottom: 1px solid #000;
}

.sanpham-chitiet {
  padding-top: 50px;
}

h3.splq {
  border-bottom: 5px solid #000;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  h3.splq {
    font-size: 16px;
  }
}

.content-splq {
  padding-left: 100px;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .content-splq {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .content-splq {
    padding-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .content-splq {
    padding: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .content-splq-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.chitiet-right {
  padding-top: 50px;
}
.chitiet-right h1 {
  font-size: 30px;
  padding-bottom: 10px;
}
.chitiet-right p.capacity {
  font-size: 16px;
  font-weight: 300;
}
.chitiet-right .short-discription p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}

.dichvu-1-content h3 {
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: AIAEverest;
  font-weight: 700;
}
.dichvu-1-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-align: justify;
  font-family: AIAEverest;
  font-weight: 400;
}

.text h3 {
  font-family: AIAEverest;
  font-weight: 700;
  font-size: 20px;
  font-weight: 600;
}

.dichvu-2-title {
  padding-top: 30px;
  display: flex;
}
.dichvu-2-title .text h3 {
  padding-right: 30px;
}
.dichvu-2-title .line {
  border-top: 5px solid #E6E7E8;
  flex: 1;
  margin-top: 13px;
  position: relative;
  height: 5px;
}

.slider-thumb {
  margin: 70px 0;
}

.slider-thumb-func-next, .slider-thumb-func-prev {
  background-color: #DBDCDD;
  padding: 5px 10px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .slider-thumb-func-next, .slider-thumb-func-prev {
    padding: 2px 5px;
  }
}
.slider-thumb-func-next i, .slider-thumb-func-prev i {
  color: #A6A8AB;
}
@media only screen and (max-width: 600px) {
  .slider-thumb-func-next i, .slider-thumb-func-prev i {
    font-size: 12px;
  }
}
.slider-thumb-func-next {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.slider-thumb-func-prev {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.phantrang{
  display: flex;
  justify-content: end;
  padding-top: 40px;
}
.phantrang span,.phantrang a{
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  margin-right: 10px;
  padding: 5px 10px;
}
.phantrang a{
  background-color: #000;
  color: #fff;
}
.dich-vu-bs h3{
  font-size: 20px;
  font-weight: 700;
}
.icon-list{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.icon-list-item {
  text-align: center;
  margin: 20px;
  width: 25%;
}
.icon-list-item h4{
  padding-top: 20px;
  font-size: 13px;
  min-height: 50px;
}
.icon-list-item img{
  max-width: 70px;
  min-height: 79px;
  min-width: 70px;
}
@media(max-width:992px){
  .icon-list-item img{
    max-width: 30px;
    min-width: 30px;
    min-height: 50px;
  }
}
@media(max-width:575px){
  .icon-list{
    flex-wrap: wrap;
  }
}
.icon-list img.right{
  width: 10px;
}
.dich-vu-bs .col-lg-4{
  margin: auto;
}
.dich-vu-bs{
  margin-top: 20px;
  background-color: #f1f2f2;
  padding: 30px 0;
}
.she-tuvan-list-item{
  margin-top: 20px;
  text-align: center;
}
.she-tuvan-list-item img{
  max-width: 160px;
}
@media(max-width:1200px){
  .she-tuvan-list-item img{
    max-width: 100px;
  }
}
.she-tuvan-list-item .content{
  background-color: #E6E7E8;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  min-height: 180px;
}
.banner-whyshe{
  position: relative;
}
.text-banner{
  top: 10%;
  left: 10%;
  width: 100%;
  position: absolute;
  color: #fff;
}

.text-banner h1{
  font-size: 30px;
  font-weight: 700;
}
@media(max-width:575px){
  .text-banner h1{
    font-size: 20px;
  }
}
.why-she img{
  width: 100%;
  height: auto;
}
.has-text-align-center{
  text-align: center;
}
.has-text-align-left{
  text-align: left;
}
.has-text-align-right{
  text-align: right;
}
ul.sub-sidebar li{
  border-bottom: 1px solid #DBDCDD;
}
ul.sub-sidebar li.active{
  border: none;
}
ul.sub-sidebar li ul.sub-sidebar{
  padding-left: 15px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-left: 3px solid #DBDCDD;
  padding-top: 0;
}
ul.sub-sidebar li ul.sub-sidebar li{
  border: none;
}
ul.sub-sidebar li ul.sub-sidebar{
  display: none;
}
ul.sub-sidebar li ul.sub-sidebar li a{
  font-size: 15px;
  padding: 0;
}
ul.sub-sidebar li{
  position: relative;
}
.toggle-submenu{
  position: absolute;
  right: -5px;
  top: 10px;
  font-size: 12px;
  width: 30px;
  display: flex;
  justify-content: center;
  transition: all 0.4s;
}
.toggle-submenu.active{
  transform: rotate(180deg);
}
@media(max-width:575px){
  .breadcrumb{
    padding: 10px 0;
    margin-left: -10px;
  }
  .breadcrumb span{
    font-size: 16px;
    
  }
  .icon-list-item{
    margin: 0;
    padding: 10px;
    width: 45%;
  }
  .footer-content{
    padding: 20px;
  }
  .footer-social-item img{
    width: 30px;
    margin-right: 5px;
  }
  .dichvu-1-content img{
    width: 150px;
  }
}
.fixed-ctact {
  position: fixed;
  bottom: 10%;
  left: 20px;
  z-index: 100;
}
.fixed-ctact button {
  border: none;
}
.fixed-ctact .chat-zalo {
  background: #8eb22b;
  border-radius: 20px;
  padding: 0 18px;
  color: white;
  display: block;
  margin-bottom: 6px;
}
.fixed-ctact .chat-face {
  background: #125c9e;
  border-radius: 20px;
  padding: 0 18px;
  color: white;
  display: block;
  margin-bottom: 6px;
}
.fixed-ctact .hotline {
  background: #d11a59 !important;
  border-radius: 20px;
  padding: 0 18px;
  color: white;
  display: block;
  margin-bottom: 6px;
}
.fixed-ctact .chat-zalo a, .fixed-ctact .chat-face a, .fixed-ctact .hotline a {
  font-size: 15px;
  color: white;
  font-weight: 400;
  text-transform: none;
  line-height: 0;
  padding: 18px 20px;
  display: block;
}

/*# sourceMappingURL=style.css.map */