@charset "UTF-8";
.arizonia-regular {
  font-family: "Arizonia", cursive;
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../font/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../font/MaterialIcons-Regular.woff2) format("woff2"), url(../font/MaterialIcons-Regular.woff) format("woff"), url(../font/MaterialIcons-Regular.ttf) format("truetype");
  font-display: swap; }
.material-icons {
  font-family: 'Material Icons';
  font-weight: 200;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

@keyframes animate__fadeInDown {
  0% {
    transform: translateZ(200px) transLateY(40px); }
  80% {
    transform: translateZ(-10px) transLateY(0px); }
  100% {
    transform: translateZ(0px) transLateY(0px); } }
a {
  color: #313131;
  text-decoration: none !important; }
  a:hover {
    color: #f8ab47 !important; }

.text-color-second {
  color: #f8ab47; }

.text-color-main {
  color: #179aa3; }

body {
  font-family: "GoogleSans Regular", sans-serif;
  color: #313131 !important;
  background: #fdfdfd;
  line-height: 25px; }

.bgfontend {
  background-image: url("../images/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: 'GoogleSans', sans-serif;
  color: #179aa3; }

strong, b {
  font-weight: 600; }

.fontsmall {
  font-size: 13px; }

.box-cat-news {
  text-align: center; }
  .box-cat-news h3 {
    font-size: 14px;
    text-transform: uppercase; }

section {
  width: 100%; }

.container {
  max-width: 1200px; }
  .container.content-page {
    background: #fff; }
    .container.content-page .sticky-sm-top {
      top: 50px;
      z-index: 1010; }

.fiximgmobile img {
  max-width: 100% !important;
  height: auto; }

.color {
  width: 50px;
  height: 27px;
  cursor: pointer;
  display: inline-block; }

.fixed_sticky {
  background: #fff;
  padding: 5px 0 !important; }

h1 {
  font-size: 25px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

.text-success {
  color: #179aa3 !important; }

header {
  position: relative; }
  header .iconcart {
    font-size: 35px;
    position: relative; }
    header .iconcart .totalcart {
      background: red;
      color: #fff;
      font-size: 12px;
      width: 15px;
      height: 15px;
      line-height: 15px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      right: 0;
      top: 0;
      text-align: center; }

.mainmenu {
  background-color: #ffd9e8; }
  .mainmenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .mainmenu ul li {
      position: relative; }
      .mainmenu ul li a {
        color: #313131; }
        .mainmenu ul li a:hover {
          text-decoration: none;
          color: #179aa3; }
      .mainmenu ul li ul {
        display: none;
        position: absolute;
        left: 0;
        top: 40px;
        width: 300px;
        background: #fff;
        border-bottom: 1px #e8e8e8 solid;
        box-shadow: 0 4px 7px #f1f1f1; }
        .mainmenu ul li ul li {
          border-bottom: 1px #ccc solid;
          position: relative; }
          .mainmenu ul li ul li ul {
            position: absolute;
            left: 100%;
            top: 0; }
          .mainmenu ul li ul li:hover {
            background: transparent; }
      .mainmenu ul li:hover a {
        color: #f8ab47; }
      .mainmenu ul li:hover > ul {
        display: block;
        animation: animate__fadeInDown;
        animation-duration: 0.5s; }
      .mainmenu ul li a {
        color: #313131 !important; }
        .mainmenu ul li a:hover {
          color: #f8ab47 !important; }

.flag img {
  border-radius: 50%; }

.btn-outline {
  border: 2px #f8ab47 solid !important;
  border-radius: 30px !important; }
  .btn-outline:hover {
    background: #f8ab47 !important;
    color: #fff !important; }

.btn-outline-blue {
  border: 2px #179aa3 solid !important;
  border-radius: 30px !important; }
  .btn-outline-blue:hover {
    background: #179aa3 !important;
    color: #fff !important; }

.btn-main {
  border: 2px #f8ab47 solid !important;
  border-radius: 30px !important;
  background: #f8ab47 !important;
  color: #fff !important; }
  .btn-main:hover {
    background: #dfb04c !important;
    color: #fff !important; }

.btn-blue {
  border: 2px #179aa3 solid !important;
  border-radius: 30px !important;
  background: #179aa3 !important;
  color: #fff !important; }
  .btn-blue:hover {
    background: #035558 !important;
    color: #fff !important; }

.offcanvas h3 {
  float: left;
  width: 100%;
  margin: 10px 0;
  font-weight: 700; }
.offcanvas .block_social {
  text-align: left; }
  .offcanvas .block_social .social-icon {
    margin: 20px;
    font-size: 25px; }

.menu_mobile ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .menu_mobile ul li {
    border-bottom: 1px #d1d1d1 solid; }
    .menu_mobile ul li a {
      color: #179aa3; }
  .menu_mobile ul .nav-link {
    color: #179aa3; }
  .menu_mobile ul ul {
    display: none; }
    .menu_mobile ul ul li {
      padding-left: 20px; }

.block-slide .title_head h1 {
  font-size: 20px;
  color: #f8ab47;
  font-weight: 600; }

.slick-dots li.slick-active button:before {
  font-size: 14px;
  color: #179aa3 !important; }

@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%; }
  100% {
    border-radius: 40% 60%; } }
@keyframes spin {
  to {
    transform: rotate(1turn); } }
.title_block h3 {
  font-size: 28px; }
.title_block h2 {
  font-size: 40px;
  font-weight: 700;
  color: #179aa3; }
.title_block .description {
  padding: 0 20%; }
.title_block .textmain {
  color: #179aa3; }

.block-post .description {
  padding: 0 200px; }
.block-post .one_post .cover {
  height: 250px;
  overflow: hidden; }
.block-post .one_post h3 {
  font-weight: 700; }
.block-post .one_post .des {
  color: #179aa3; }

.brand_box {
  padding: 40px 0; }
  .brand_box h3 {
    font-size: 20px;
    font-family: "GoogleSans Regular", sans-serif;
    margin-bottom: 20px; }

@keyframes zoomImg {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.2); } }
footer ul, footer ol {
  list-style-type: none;
  padding: 0; }
footer .listcat {
  column-count: 5;
  /* Chia thành 3 cột */
  column-gap: 30px;
  /* Khoảng cách giữa các cột */
  list-style-position: inside;
  /* Giữ dấu đầu dòng nằm trong cột */
  padding: 0; }
  footer .listcat li {
    break-inside: avoid;
    /* Tránh việc 1 dòng của li bị cắt đôi sang cột khác */
    margin-bottom: 10px; }
    footer .listcat li a {
      color: #313131;
      font-size: 0.9rem; }

.copyright {
  background: #053537;
  color: #fff; }
  .copyright .social-icon {
    font-size: 25px;
    padding: 10px; }
    .copyright .social-icon a {
      color: #dfb04c; }

.title_page h1 {
  font-size: 35px;
  font-weight: 700;
  font-family: "GoogleSans Regular", sans-serif; }

.bg-header {
  background: #179aa3;
  color: #fff; }
  .bg-header h1, .bg-header h2, .bg-header h3, .bg-header h4 {
    color: #fff; }
  .bg-header a {
    color: #f8ab47; }

.bg-header-location {
  position: relative;
  height: 500px;
  overflow: hidden; }
  .bg-header-location .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .bg-header-location .container {
    position: relative;
    z-index: 2;
    padding: 70px 0; }
  .bg-header-location h1 {
    font-size: 50px; }
  .bg-header-location h1, .bg-header-location h2, .bg-header-location h3, .bg-header-location h4 {
    color: #fff; }
  .bg-header-location a {
    color: #f8ab47; }

.bg-header-service {
  padding: 0; }
  .bg-header-service h1 {
    font-size: 20px; }

.title_page_nocover {
  position: relative;
  overflow: hidden; }
  .title_page_nocover h1 {
    font-size: 45px;
    font-weight: 700;
    color: #fff; }
  .title_page_nocover ol li a {
    color: #fff; }
  .title_page_nocover .breadcrumb-item::before {
    color: #d1d1d1; }

.detail_news .sticky-sm-top {
  top: 100px;
  z-index: 2; }
.detail_news table {
  border: 1px; }
  .detail_news table tr td {
    border: 1px #ccc solid;
    padding: 5px;
    background: #f9f9f9;
    font-size: 16px; }
  .detail_news table tr:first-child td {
    background: #179aa3;
    color: #fff; }
  .detail_news table tr:first-child th {
    background: #179aa3;
    color: #fff; }

.sidebar .nav-sidebar {
  float: left;
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px #ccc dashed;
  color: #fff; }

ul#menudetail {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 500px;
  overflow-y: scroll;
  display: none; }
  ul#menudetail::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  ul#menudetail::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px; }
  ul#menudetail li {
    padding: 5px 0;
    border-bottom: 1px #d1d1d1 dashed; }
    ul#menudetail li a {
      font-size: 16px; }
    ul#menudetail li.styleH2 {
      text-transform: none;
      font-weight: 700; }
    ul#menudetail li.styleH3 {
      padding-left: 15px; }
    ul#menudetail li.styleH3:before {
      margin-right: 5px; }
    ul#menudetail li.styleH4 {
      padding-left: 30px; }
    ul#menudetail li.styleH4:before {
      margin-right: 5px; }

.list_post h2.title {
  font-size: 30px;
  color: #313131; }
.list_post .box_post {
  margin-bottom: 20px; }
  .list_post .box_post .cover {
    height: 250px;
    overflow: hidden;
    border-radius: 15px; }
  .list_post .box_post h3 {
    font-weight: 600;
    font-size: 17px;
    min-height: 65px;
    font-family: "GoogleSans Regular", sans-serif; }
.list_post .box_sidebar .nav-item {
  padding: 7px 0;
  border-bottom: 1px #f2f2f2 solid;
  width: 100%; }
  .list_post .box_sidebar .nav-item a {
    color: #313131; }
.list_post .title_ourservice {
  font-size: 30px; }
.list_post .ls_li_service {
  position: relative;
  padding-left: 30px; }
  .list_post .ls_li_service::before {
    background: #f8ab47;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    border-radius: 50%; }
  .list_post .ls_li_service a {
    color: #313131; }

.founder_action .cover {
  background: url("../images/bg-hoasen.png") no-repeat center center;
  background-size: cover;
  text-align: center; }

.block-service .box_service ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2; }

.box_team {
  padding: 30px 0; }
  .box_team .cover {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto; }
  .box_team .odd {
    background: #179aa3;
    border: 3px #179aa3 solid; }
  .box_team .even {
    background: #f8ab47;
    border: 3px #f8ab47 solid; }
  .box_team .des {
    text-align: center;
    margin-top: 20px; }

/* gioi thieu */
.titlehcenter {
  font-size: 40px !important;
  color: #179aa3; }

.muctieu .cover_muctieu {
  width: 270px;
  height: 270px;
  overflow: hidden;
  border-radius: 50%; }
  .muctieu .cover_muctieu img {
    height: 100%; }

.onlymobile {
  display: none !important; }

.viewall_mobile {
  display: none; }

.fixWidthSinglePage {
  padding: 0 150px; }

.contact .icon {
  font-size: 50px;
  color: #179aa3; }

.layout-news-3 .box_layout_3 {
  padding: 0;
  border-radius: 10px;
  overflow: hidden; }
  .layout-news-3 .box_layout_3 .box_head {
    padding: 20px;
    min-height: 151px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    .layout-news-3 .box_layout_3 .box_head .title_box {
      width: 100%;
      padding: 10px;
      text-align: center;
      font-size: 18px;
      border-radius: 10px; }
  .layout-news-3 .box_layout_3 .box_center {
    padding: 20px;
    min-height: 325px; }
  .layout-news-3 .box_layout_3 .box_footer {
    padding: 20px;
    min-height: 150px; }
.layout-news-3 .box_odd .box_head {
  background: #282828;
  color: #fff; }
  .layout-news-3 .box_odd .box_head .title_box {
    color: #313131;
    background: #fff; }
.layout-news-3 .box_odd .box_center {
  background: #ffebc0; }
.layout-news-3 .box_odd .box_footer {
  background: #f8ab47;
  color: #fff; }
.layout-news-3 .box_even .box_head {
  background: #282828;
  color: #fff; }
  .layout-news-3 .box_even .box_head .title_box {
    color: #313131;
    background: #fff; }
.layout-news-3 .box_even .box_center {
  background: #e0feff; }
.layout-news-3 .box_even .box_footer {
  background: #179aa3;
  color: #fff; }
.layout-news-3 .box_white .box_head {
  background: #282828;
  color: #fff; }
  .layout-news-3 .box_white .box_head .title_box {
    color: #313131;
    background: #fff; }
.layout-news-3 .box_white .box_center {
  background: #f3f3f3; }
.layout-news-3 .box_white .box_footer {
  background: #dadada;
  color: #313131 !important; }

.layout-news-4 .heading {
  padding: 0 100px;
  margin-bottom: 40px; }
  .layout-news-4 .heading h2 {
    font-size: 30px; }
.layout-news-4 .box_layout_4 {
  border-radius: 10px;
  padding: 30px;
  background: #f2f2f2; }

.layout-news-5 .box_layout_5 {
  border-radius: 10px;
  padding: 30px; }
.layout-news-5 .right {
  border-right: 1px #ccc dashed; }

.layout-news-6 .box_layout_6 {
  position: relative; }
  .layout-news-6 .box_layout_6 .idlistbox {
    position: absolute;
    top: 15%;
    left: 5%;
    z-index: 1;
    text-align: right; }
    .layout-news-6 .box_layout_6 .idlistbox .item_list {
      background: #ffebc0;
      padding: 10px;
      border-radius: 10px;
      box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6); }
  .layout-news-6 .box_layout_6 .cover {
    position: relative;
    left: 20%;
    z-index: 0;
    border: 2px #f8ab47 solid;
    overflow: hidden;
    width: 399px;
    height: 600px;
    -webkit-border-radius: 80px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 80px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 80px;
    border-bottom-left-radius: 0; }
  .layout-news-6 .box_layout_6 .content_box {
    z-index: 1;
    position: absolute;
    top: 15%;
    right: -20%;
    background: #ffebc0;
    width: 376px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px; }

.layout-news-7 .box_layout_7 {
  position: relative; }
  .layout-news-7 .box_layout_7 .idlistbox {
    position: absolute;
    top: 15%;
    right: -5%; }
    .layout-news-7 .box_layout_7 .idlistbox .item_list {
      background: #ffebc0;
      padding: 10px;
      border-radius: 10px;
      box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6); }
  .layout-news-7 .box_layout_7 .cover {
    position: relative;
    left: 35%;
    z-index: 0;
    border: 2px #f8ab47 solid;
    overflow: hidden;
    width: 399px;
    height: 600px;
    -webkit-border-radius: 80px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 80px;
    -moz-border-radius-bottomright: 0;
    border-radius: 80px;
    border-bottom-right-radius: 0; }
  .layout-news-7 .box_layout_7 .content_box {
    z-index: 1;
    position: absolute;
    top: 15%;
    left: -10%;
    z-index: 1;
    width: 376px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
    background: #ffebc0; }

.box_layout_custom_1 .box_layout_style {
  padding: 0;
  border-radius: 10px;
  overflow: hidden; }
  .box_layout_custom_1 .box_layout_style .box_head {
    padding: 20px;
    min-height: 151px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    .box_layout_custom_1 .box_layout_style .box_head .title_box {
      width: 100%;
      padding: 10px;
      text-align: center;
      font-size: 18px;
      border-radius: 10px; }
  .box_layout_custom_1 .box_layout_style .box_center {
    padding: 20px;
    min-height: 325px; }
  .box_layout_custom_1 .box_layout_style .box_footer {
    padding: 20px;
    min-height: 150px; }
.box_layout_custom_1 .box_odd .box_head {
  background: #282828;
  color: #fff; }
  .box_layout_custom_1 .box_odd .box_head .title_box {
    color: #313131;
    background: #fff; }
.box_layout_custom_1 .box_odd .box_center {
  background: #ffebc0; }
.box_layout_custom_1 .box_odd .box_footer {
  background: #f8ab47;
  color: #fff; }
.box_layout_custom_1 .box_even .box_head {
  background: #282828;
  color: #fff; }
  .box_layout_custom_1 .box_even .box_head .title_box {
    color: #313131;
    background: #fff; }
.box_layout_custom_1 .box_even .box_center {
  background: #e0feff; }
.box_layout_custom_1 .box_even .box_footer {
  background: #179aa3;
  color: #fff; }
.box_layout_custom_1 .box_white .box_head {
  background: #282828;
  color: #fff; }
  .box_layout_custom_1 .box_white .box_head .title_box {
    color: #313131;
    background: #fff; }
.box_layout_custom_1 .box_white .box_center {
  background: #f3f3f3; }
.box_layout_custom_1 .box_white .box_footer {
  background: #dadada;
  color: #313131 !important; }

.box_layout_custom_2 {
  overflow: hidden;
  border-radius: 5px;
  background: #f2f2f2; }
  .box_layout_custom_2 .cover {
    overflow: hidden; }
  .box_layout_custom_2 h3 {
    font-size: 20px; }
  .box_layout_custom_2 .box-content {
    padding: 15px; }

.box_layout_custom_3 {
  overflow: hidden;
  border-radius: 5px; }
  .box_layout_custom_3 h3 {
    font-size: 20px; }

.box_bg {
  background: #f8f9fa; }

#btn-menu-detail {
  display: none;
  font-size: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%; }

.stickybtnmenudetail {
  position: -webkit-sticky;
  /* Safari */
  position: fixed;
  display: block !important;
  top: 30%;
  right: 17%; }

#menudetail {
  list-style-type: none; }
  #menudetail li {
    padding: 3px 0; }
  #menudetail .styleH2 {
    font-size: 14px;
    font-weight: bold; }
  #menudetail .styleH3 {
    font-size: 13px;
    padding-left: 30px; }
  #menudetail a {
    color: #313131; }
    #menudetail a:hover {
      color: #1398b3; }

ul.menudetail, ul#menudetail2 {
  padding: 0;
  list-style-type: none; }

ul.menudetail::-webkit-scrollbar {
  width: 0.1em; }
ul.menudetail::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
ul.menudetail::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey; }
ul.menudetail li {
  padding: 3px 0; }
  ul.menudetail li a {
    color: #313131 !important;
    font-size: 16px !important; }
    ul.menudetail li a:hover {
      color: #1a6177 !important; }
  ul.menudetail li.styleH2 {
    text-transform: none;
    font-weight: 600;
    border-bottom: 1px #ccc dashed; }
  ul.menudetail li.styleH3 {
    padding-left: 15px; }
    ul.menudetail li.styleH3:before {
      margin-right: 5px; }
  ul.menudetail li.styleH4 {
    padding-left: 30px; }
    ul.menudetail li.styleH4:before {
      content: "◉";
      margin-right: 5px; }

.box_partners {
  height: 80px;
  text-align: center;
  border: 1px #ccc solid;
  padding: 5px;
  margin: 5px;
  justify-content: center;
  align-items: center;
  display: flex; }
  .box_partners img {
    max-height: 80%;
    width: auto; }

/* devices (tablets, less than 992px) */
@media screen and (max-width: 1024px) {
  .mainmenu ul li {
    padding: 0; }

  .block-slide .title_head h1 {
    font-size: 25px;
    padding-right: 0; }
  .block-slide .title_head h2 {
    font-size: 30px; }
  .block-slide .title_head .description {
    padding: 0; }
  .block-slide .title_head .btn {
    padding: 10px 10px; }

  .title_block .description {
    padding: 0; }
  .title_block h2 {
    font-size: 28px; }

  .block-post .description {
    padding: 0; }
  .block-post .one_post .cover {
    height: 120px; }
  .block-post .one_post h3 {
    font-size: 18px;
    min-height: 100px; }

  .fixWidthSinglePage {
    padding: 0; }

  .block_server .box_promotion {
    width: 100%; }
    .block_server .box_promotion .col_promotion {
      white-space: nowrap; } }
/* mobile small devices (landscape phones, less than 768px) */
@media screen and (max-width: 767.98px) {
  .mainmenu {
    display: none; }

  .onlymobile {
    display: inline-block !important; }

  .onlydesktop {
    display: none; }

  .block-slide {
    padding: 0;
    overflow: hidden; }
    .block-slide .title_head {
      margin-top: 0; }

  .box {
    width: 70vmin;
    height: 70vmin;
    left: 10%; }

  .box3 {
    width: 70vmin;
    height: 70vmin;
    left: 10%; }

  .box2 {
    width: 65vmin;
    height: 65vmin;
    left: 10%; }

  .bg-header-location {
    position: relative;
    height: 300px;
    overflow: hidden; }
    .bg-header-location .bg {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
    .bg-header-location .container {
      position: relative;
      z-index: 2;
      padding: 0.75rem; }
    .bg-header-location h1 {
      font-size: 30px; }

  .bg-header-service {
    position: relative;
    overflow: hidden; }
    .bg-header-service h1 {
      font-size: 30px; }
    .bg-header-service .bg-service {
      position: absolute;
      right: -10%;
      top: -10%;
      width: 150px;
      height: 150px;
      overflow: hidden;
      border-radius: 50%; }
      .bg-header-service .bg-service img {
        transform: scale(2); }

  footer .listcat {
    column-count: 2; } }

/*# sourceMappingURL=style.css.map */
