<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --primary-color: #3951A3;
  --highlight-color: #A6CE3A;
  --background-color: #f7f7f5;
  --border-color: #dcdee6;
  --text-color: #191919;
  --lightgray: #ECEEF0;
  --cookie: #666444;
  --background-topic: #CCCEC0; }

* {
  font-weight: 300;
  font-family: 'Roboto', sans-serif; }

.header-top {
  background-color: #191919;
  padding: 10px 0; }
  .header-top &gt; .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    @media only screen and (min-width: 768px) {
      .header-top &gt; .container {
        justify-content: space-between; } }
    .header-top &gt; .container &gt; div {
      display: flex;
      align-items: center;
      color: #d1d1d1;
      position: relative;
      width: 100%;
      justify-content: center; }
      @media only screen and (min-width: 768px) {
        .header-top &gt; .container &gt; div {
          width: auto; } }
      .header-top &gt; .container &gt; div:first-child {
        width: 100%;
        margin-bottom: 10px; }
        @media only screen and (min-width: 768px) {
          .header-top &gt; .container &gt; div:first-child {
            margin-bottom: 0; } }
        .header-top &gt; .container &gt; div:first-child .email, .header-top &gt; .container &gt; div:first-child .tel {
          width: 50%; }
        @media only screen and (min-width: 576px) {
          .header-top &gt; .container &gt; div:first-child {
            width: auto; }
            .header-top &gt; .container &gt; div:first-child .email, .header-top &gt; .container &gt; div:first-child .tel {
              width: auto; } }
      .header-top &gt; .container &gt; div .email, .header-top &gt; .container &gt; div .tel {
        display: flex;
        align-items: center;
        justify-content: center; }
        .header-top &gt; .container &gt; div .email svg, .header-top &gt; .container &gt; div .tel svg {
          margin-right: 5px; }
      .header-top &gt; .container &gt; div .btn-menu {
        position: absolute;
        right: 0; }
      .header-top &gt; .container &gt; div &gt; * {
        margin-right: 5px; }
        @media only screen and (min-width: 768px) {
          .header-top &gt; .container &gt; div &gt; * {
            margin-right: 20px; } }
      .header-top &gt; .container &gt; div a {
        font-size: 13px;
        color: #d1d1d1;
        text-decoration: none;
        white-space: nowrap; }
        .header-top &gt; .container &gt; div a.facebook svg {
          font-size: 16px; }
        .header-top &gt; .container &gt; div a.btn {
          background-color: var(--primary-color);
          border-color: var(--primary-color);
          color: white;
          border-radius: 18px;
          padding: 8px 18px;
          line-height: 18px; }
          .header-top &gt; .container &gt; div a.btn svg {
            margin-right: 5px; }
.menu-header {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1000; }
  .menu-header &gt; .container {
    display: flex;
    justify-content: space-between;
    padding-top: 20px; }
    .menu-header &gt; .container .site-branding img {
      width: 140px; }
    .menu-header &gt; .container .main-navigation {
      display: flex;
      justify-content: flex-end; }
      @media only screen and (min-width: 768px) {
        .menu-header &gt; .container .main-navigation {
          margin-top: 10px; } }
      .menu-header &gt; .container .main-navigation .menu-main-menu-container {
        position: absolute;
        background-color: white;
        top: 60px;
        right: 10px;
        border: 1px solid #ccc; }
        @media only screen and (min-width: 768px) {
          .menu-header &gt; .container .main-navigation .menu-main-menu-container {
            position: relative;
            background-color: transparent;
            top: 0;
            border: none; } }
      .menu-header &gt; .container .main-navigation li {
        padding: 5px 20px; }
        @media only screen and (min-width: 768px) {
          .menu-header &gt; .container .main-navigation li {
            padding: 0;
            margin-right: 70px; } }
        .menu-header &gt; .container .main-navigation li a {
          color: black;
          font-size: 18px; }
        .menu-header &gt; .container .main-navigation li:hover &gt; a {
          text-decoration: underline; }
        .menu-header &gt; .container .main-navigation li .sub-menu {
          background-color: white;
          float: none;
          flex-direction: column;
          top: calc(100% + 15px);
          padding: 15px 20px 10px;
          width: 300px;
          right: 0; }
          .menu-header &gt; .container .main-navigation li .sub-menu:before {
            content: "";
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 20px solid white;
            position: absolute;
            top: -20px;
            display: none; }
          @media only screen and (min-width: 768px) {
            .menu-header &gt; .container .main-navigation li .sub-menu {
              right: auto; }
              .menu-header &gt; .container .main-navigation li .sub-menu:before {
                display: block; } }
          .menu-header &gt; .container .main-navigation li .sub-menu li {
            margin-bottom: 10px;
            margin-right: 0; }
            .menu-header &gt; .container .main-navigation li .sub-menu li a {
              line-height: 20px;
              width: 300px;
              white-space: nowrap; }
.site-menu {left: 0;
  width: 100%;}
.site-menu .containert {
    display: flex;
    justify-content: space-between;
    padding-top: 10px; 
	padding-bottom: 10px;
    padding-left: 90px;
    padding-right: 30px;
}
.site-menu .containert .site-branding img {
	left: 0;
	padding: 0;
    margin: 0;
    width: 150px; }
.site-menu .containert .main-navigation {
	  padding-left: 90px;
      display: flex;
}
/* Style for the main navigation menu */
.site-menu .containert .main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-menu .containert .main-navigation li {
	   position: relative;
    display: inline-block;
   /* margin-right: 10px; /* ThĂªm khoáº£ng cĂ¡ch giá»¯a cĂ¡c má»¥c danh sĂ¡ch */
}

.site-menu .containert .main-navigation a {
    display: block;
    padding: 10px 15px;
    text-decoration: underline; /* Gáº¡ch chĂ¢n cho liĂªn káº¿t */
    font-size: 18px; /* Cá»¡ chá»¯ 18px */
    color: #007700; /* MĂ&nbsp;u xanh */
	font-weight: bold;
    text-transform: uppercase; /* Chuyá»ƒn Ä‘á»•i vÄƒn báº£n thĂ&nbsp;nh chá»¯ hoa */
    text-align: center; /* CÄƒn giá»¯a vÄƒn báº£n */
    text-decoration: none; /* Loáº¡i bá» gáº¡ch chĂ¢n máº·c Ä‘á»‹nh */
}
/* Style for the sub-menu */
.site-menu .containert .main-navigation ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.site-menu .containert .main-navigation ul ul li {
    display: block;
	width: 300px;
}

.site-menu .containert .main-navigation ul ul a {
    padding: 10px 15px;
    color: #333;
	text-align: left;
    text-decoration: none;
	font-weight: normal;
	text-transform: inherit; /* Chuyá»ƒn Ä‘á»•i vÄƒn báº£n thĂ&nbsp;nh chá»¯ hoa */
    display: block;
	width: 100%;
}
/*Show the sub-menu on hover */
.site-menu .main-navigation li:hover ul {
    display: block;
}
/* Hover effect - mĂ&nbsp;u ná»n Ä‘áº­m hÆ¡n khi di chuá»™t qua má»¥c menu */
.site-menu .containert .main-navigation a:hover {
    background-color: #e0e0e0;
}
	/* Style for the main navigation menu 
.site-menu .containert {
    display: flex;
    justify-content: space-between;
    padding-top: 20px; 
    padding-left: 90px;
    padding-right: 30px;
}
.site-menu .containert .site-branding img {
	left: 0;
	padding: 0;
    margin: 0;
    width: 150px; }
.site-menu .containert .main-navigation {
      display: flex;
      justify-content: flex;
	text-justify
}
.site-menu .containert .main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
	background-color: white;
    border: 0px solid #174eb3;
      @media only screen and (min-width: 768px) {
        .site-menu .containert .main-navigation {
          margin-top: 10px; } }
}

.site-menu .containert .main-navigation li {
    position: relative;
    display: inline-block;
}

.site-menu .containert .main-navigation a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
}

/* Style for the sub-menu
.site-menu .containert .main-navigation ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.site-menu .containert .main-navigation ul ul li {
    display: block;
}

.site-menu .containert .main-navigation ul ul a {
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    display: block;
}
Show the sub-menu on hover 
.site-menu .main-navigation li:hover ul {
    display: block;
}
*/

/* */
.site-header {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1000; }
  .site-header &gt; .container {
    display: flex;
    justify-content: space-between;
    padding-top: 20px; }
    .site-header &gt; .container .site-branding img {
      width: 140px; }
    .site-header &gt; .container .main-navigation {
      display: flex;
      justify-content: flex-end; }
      @media only screen and (min-width: 768px) {
        .site-header &gt; .container .main-navigation {
          margin-top: 10px; } }
      .site-header &gt; .container .main-navigation .menu-main-menu-container {
        position: absolute;
        background-color: white;
        top: 60px;
        right: 10px;
        border: 1px solid #ccc; }
        @media only screen and (min-width: 768px) {
          .site-header &gt; .container .main-navigation .menu-main-menu-container {
            position: relative;
            background-color: transparent;
            top: 0;
            border: none; } }
      .site-header &gt; .container .main-navigation li {
        padding: 5px 20px; }
        @media only screen and (min-width: 768px) {
          .site-header &gt; .container .main-navigation li {
            padding: 0;
            margin-right: 70px; } }
        .site-header &gt; .container .main-navigation li a {
          color: black;
          font-size: 18px; }
        .site-header &gt; .container .main-navigation li:hover &gt; a {
          text-decoration: underline; }
        .site-header &gt; .container .main-navigation li .sub-menu {
          background-color: white;
          float: none;
          flex-direction: column;
          top: calc(100% + 15px);
          padding: 15px 20px 10px;
          width: 300px;
          right: 0; }
          .site-header &gt; .container .main-navigation li .sub-menu:before {
            content: "";
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 20px solid white;
            position: absolute;
            top: -20px;
            display: none; }
          @media only screen and (min-width: 768px) {
            .site-header &gt; .container .main-navigation li .sub-menu {
              right: auto; }
              .site-header &gt; .container .main-navigation li .sub-menu:before {
                display: block; } }
          .site-header &gt; .container .main-navigation li .sub-menu li {
            margin-bottom: 10px;
            margin-right: 0; }
            .site-header &gt; .container .main-navigation li .sub-menu li a {
              line-height: 20px;
              width: 300px;
              white-space: nowrap; }
/* .modal strong {
    font-weight: 700; }
.modal button {
    background-color: var(--primary-color);
    color: white; } */
.homepage {
  background-color: var(--background-color); }
  .homepage .modal strong {
    font-weight: 700; }
  .homepage .modal button {
    background-color: var(--primary-color);
    color: white; }
  .homepage #mvcwid {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background-color: var(--primary-color);
    z-index: 1000;
    width: auto;
    border-radius: 5px; }
    .homepage #mvcwid h3, .homepage #mvcwid #wpsvccount, .homepage #mvcwid #wpsvcattribution {
      display: none; }
    .homepage #mvcwid #wpsvctable &gt; div {
      color: white !important;
      display: flex;
      align-items: center;
      font-size: 13px; }
      .homepage #mvcwid #wpsvctable &gt; div img {
        margin-right: 7px; }
  .homepage .header-slider {
    position: relative;
    max-height: calc(100vh + 60px); }
    .homepage .header-slider .slider {
      position: relative; }
      .homepage .header-slider .slider .slide {
        position: relative;
        max-height: calc(100vh + 60px);
        overflow: hidden; }
        .homepage .header-slider .slider .slide img {
          width: 100%; }
        .homepage .header-slider .slider .slide:before {
          content: "";
          background: linear-gradient(to bottom, black 0%, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 35%, black 100%);
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          z-index: 1;
          display: none; }
          @media only screen and (min-width: 768px) {
            .homepage .header-slider .slider .slide:before {
              display: block; } }
        .homepage .header-slider .slider .slide .slide-content {
          position: relative;
          padding: 0 20px; }
          .homepage .header-slider .slider .slide .slide-content .slide-title {
            font-size: 40px;
            font-weight: bold;
            color: var(--text-color);
            margin-bottom: 10px;
            text-align: center; }
          .homepage .header-slider .slider .slide .slide-content .slide-subtitle {
            font-size: 20px;
            color: var(--text-color);
            font-style: italic;
            text-align: center; }
          @media only screen and (min-width: 768px) {
            .homepage .header-slider .slider .slide .slide-content {
              position: absolute;
              bottom: 200px;
              left: 50%;
              z-index: 2;
              padding: 0; }
              .homepage .header-slider .slider .slide .slide-content .slide-title {
                color: white;
                text-align: left;
                font-size: 100px;
                line-height: 100px; }
              .homepage .header-slider .slider .slide .slide-content .slide-subtitle {
                font-size: 25px;
                color: #d1d1d1;
                text-align: left; } }
      .homepage .header-slider .slider .slick-track {
        display: flex !important; }
      .homepage .header-slider .slider .slick-slide {
        height: inherit !important; }
      .homepage .header-slider .slider .slick-dots {
        display: flex;
        position: absolute;
        justify-content: center;
        top: calc(100vw / 1.78); }
        .homepage .header-slider .slider .slick-dots li button:before {
          color: white;
          font-size: 15px;
          opacity: 1; }
        .homepage .header-slider .slider .slick-dots li.slick-active button:before {
          color: var(--highlight-color); }
        @media only screen and (min-width: 1200px) {
          .homepage .header-slider .slider .slick-dots {
            top: auto;
            bottom: 130px; } }
    .homepage .header-slider .bubble {
      position: absolute;
      bottom: -60px;
      left: 0;
      z-index: 10;
      width: 230px; }
      @media only screen and (min-width: 1200px) {
        .homepage .header-slider .bubble {
          width: 400px; } }
    .homepage .header-slider .bottom-coverage {
      position: absolute;
      right: 0;
      left: 0;
      pointer-events: none;
      z-index: 2;
      bottom: -1px; }
      .homepage .header-slider .bottom-coverage img {
        width: 100%;
        height: auto;
        display: block;
        user-select: none;
        float: left; }
  .homepage .about-us {
    margin-top: 50px;
    position: relative;
    padding-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .homepage .about-us {
        padding-bottom: 0; } }
    .homepage .about-us .row {
      position: relative;
      z-index: 1; }
      .homepage .about-us .row &gt; div:first-child {
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .homepage .about-us .row &gt; div:first-child h2 {
          font-weight: 700;
          margin-bottom: 30px;
          margin-top: 30px; }
        .homepage .about-us .row &gt; div:first-child .description {
          font-size: 20px; }
          .homepage .about-us .row &gt; div:first-child .description strong, .homepage .about-us .row &gt; div:first-child .description b {
            font-weight: 700; }
        .homepage .about-us .row &gt; div:first-child h3 {
          font-size: 20px;
          line-height: 26px;
          font-weight: 700;
          margin-top: 20px; }
        .homepage .about-us .row &gt; div:first-child .strong-points {
          padding-left: 20px; }
          .homepage .about-us .row &gt; div:first-child .strong-points .strong-point {
            display: flex;
            margin-bottom: 10px; }
            .homepage .about-us .row &gt; div:first-child .strong-points .strong-point svg {
              color: var(--highlight-color);
              margin-right: 10px;
              margin-top: 4px; }
      .homepage .about-us .row &gt; div:nth-child(2) &gt; div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 30px; }
        @media screen and (min-width: 768px) {
          .homepage .about-us .row &gt; div:nth-child(2) &gt; div {
            margin-top: 0; } }
        .homepage .about-us .row &gt; div:nth-child(2) &gt; div .card {
          height: fit-content;
          width: 100%;
          margin-bottom: 20px; }
          .homepage .about-us .row &gt; div:nth-child(2) &gt; div .card .card-title {
            font-weight: 700;
            margin-bottom: 15px; }
          .homepage .about-us .row &gt; div:nth-child(2) &gt; div .card .card-text {
            font-size: 14px;
            line-height: 18px; }
          @media screen and (min-width: 768px) {
            .homepage .about-us .row &gt; div:nth-child(2) &gt; div .card {
              width: 40%; }
              .homepage .about-us .row &gt; div:nth-child(2) &gt; div .card:first-child {
                margin-top: 50px; }
              .homepage .about-us .row &gt; div:nth-child(2) &gt; div .card:nth-child(2) {
                margin-bottom: 40px; }
              .homepage .about-us .row &gt; div:nth-child(2) &gt; div .card:nth-child(3) {
                margin-top: 50px; } }
    .homepage .about-us .bottom-coverage {
      position: absolute;
      right: 0;
      left: 0;
      pointer-events: none;
      z-index: 0;
      bottom: 0; }
      .homepage .about-us .bottom-coverage img {
        width: 100%;
        height: auto;
        display: block;
        user-select: none;
        float: left; }
  .homepage .our-services {
    background-color: #1298e1;
    padding-top: 120px;
    padding-bottom: 100px; }
    .homepage .our-services h2 {
      font-weight: 700;
      text-align: center;
      margin-bottom: 20px;
      font-size: 40px;
      color: white; }
    .homepage .our-services .all-services {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; }
      .homepage .our-services .all-services .service {
        width: 300px;
        position: relative;
        overflow: hidden;
        margin-top: 50px; }
        .homepage .our-services .all-services .service .card-img-top {
          position: relative;
          padding-top: 60%;
          overflow: hidden; }
          .homepage .our-services .all-services .service .card-img-top img {
            position: absolute;
            width: 100%;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
        .homepage .our-services .all-services .service .service-content {
          text-align: center;
          padding: 0 20px 80px; }
          .homepage .our-services .all-services .service .service-content h3 {
            font-weight: 700;
            font-size: 21px;
            margin-top: 20px; }
          .homepage .our-services .all-services .service .service-content div {
            margin-top: 20px;
            font-weight: 400;
            font-size: 16px;
            line-height: 23px;
            font-style: italic; }
        .homepage .our-services .all-services .service .btn {
          color: white;
          position: absolute;
          bottom: 10px;
          left: 50%;
          transform: translateX(-50%); }
  .homepage .our-advantages {
    position: relative; }
    .homepage .our-advantages:before {
      content: "";
      background: linear-gradient(to bottom, black 0%, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0) 90%, black 100%);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      display: none; }
      @media screen and (min-width: 1200px) {
        .homepage .our-advantages:before {
          display: block; } }
    .homepage .our-advantages .bubble-1 {
      position: absolute;
      top: 100px;
      left: 100px;
      z-index: 10; }
    .homepage .our-advantages .bubble-2 {
      position: absolute;
      bottom: 0;
      left: -120px;
      z-index: 10;
      width: 300px; }
    .homepage .our-advantages .top-coverage {
      position: absolute;
      right: 0;
      left: 0;
      pointer-events: none;
      z-index: 2;
      top: 0; }
      .homepage .our-advantages .top-coverage img {
        width: 100%;
        height: auto;
        display: block;
        user-select: none;
        float: left; }
    .homepage .our-advantages .bottom-coverage {
      position: absolute;
      right: 0;
      left: 0;
      pointer-events: none;
      z-index: 2;
      bottom: 0;
      top: calc(100vw / 1.78  - 100vw / 5.33); }
      .homepage .our-advantages .bottom-coverage img {
        width: 100%;
        height: auto;
        display: block;
        user-select: none;
        float: left; }
      @media screen and (min-width: 1200px) {
        .homepage .our-advantages .bottom-coverage {
          top: auto;
          bottom: 0; } }
    .homepage .our-advantages .our-advantages-content {
      position: relative;
      margin-top: 30px;
      z-index: 100; }
      .homepage .our-advantages .our-advantages-content h2 {
        font-size: 30px;
        color: var(--primary-color);
        font-weight: 700;
        text-align: center;
        width: 100%;
        margin-left: 0; }
      .homepage .our-advantages .our-advantages-content .all-advantages {
        margin-left: 0;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-around; }
        .homepage .our-advantages .our-advantages-content .all-advantages .advantage {
          background-color: var(--primary-color);
          color: white;
          width: 30%;
          border-radius: 10px;
          padding: 10px;
          margin-top: 20px;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column; }
          .homepage .our-advantages .our-advantages-content .all-advantages .advantage svg {
            font-size: 20px;
            margin-bottom: 5px; }
          .homepage .our-advantages .our-advantages-content .all-advantages .advantage span {
            font-weight: 700;
            font-size: 20px; }
          @media screen and (min-width: 768px) {
            .homepage .our-advantages .our-advantages-content .all-advantages .advantage {
              flex-direction: row; }
              .homepage .our-advantages .our-advantages-content .all-advantages .advantage svg {
                margin-bottom: 0;
                margin-right: 5px; } }
      @media screen and (min-width: 1200px) {
        .homepage .our-advantages .our-advantages-content {
          position: absolute;
          bottom: 220px;
          left: 0;
          z-index: 100;
          margin-top: 0; }
          .homepage .our-advantages .our-advantages-content h2 {
            font-size: 50px;
            margin-left: 80px;
            text-align: left; }
          .homepage .our-advantages .our-advantages-content .all-advantages {
            bottom: 200px;
            margin-left: 50px; } }
  .homepage .news {
    background-color: white;
    padding-bottom: 100px;
    padding-top: 150px; }
    @media screen and (min-width: 1200px) {
      .homepage .news {
        padding-top: 0; } }
    .homepage .news h2 {
      text-align: center;
      font-weight: 700;
      margin-bottom: 50px;
      font-size: 30px; }
      @media screen and (min-width: 768px) {
        .homepage .news h2 {
          font-size: 37px; } }
    .homepage .news .all-news {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap; }
      .homepage .news .all-news .article {
        width: 100%;
        overflow: hidden;
        text-decoration: none;
        margin-bottom: 30px; }
        .homepage .news .all-news .article .card-title {
          font-size: 20px;
          font-weight: 700;
          color: #191919; }
        .homepage .news .all-news .article .article-date {
          font-style: italic;
          font-size: 14px;
          color: #191919; }
        @media screen and (min-width: 768px) {
          .homepage .news .all-news .article {
            width: 45%; } }
        @media screen and (min-width: 1200px) {
          .homepage .news .all-news .article {
            width: 30%; } }

body.single-post article, body.page article {
  margin-top: 150px; }
  body.single-post article h1, body.page article h1 {
    text-align: left;
    font-weight: 700; }
  body.single-post article .entry-meta, body.page article .entry-meta {
    text-align: left;
    font-size: 13px;
    position: relative; }
    body.single-post article .entry-meta:before, body.page article .entry-meta:before {
      content: "";
      position: absolute;
      top: -10px;
      left: 0;
      width: 30px;
      height: 4px;
      display: inline-block;
      background-color: #e5e5e5; }
  body.single-post article h2, body.page article h2 {
    font-size: 18px;
    font-weight: 700; }
  body.single-post article h3, body.page article h3 {
    font-size: 18px;
    font-weight: 700; }
  body.single-post article h4, body.page article h4 {
    font-size: 16px;
    font-weight: 700; }

body.archive.category main {
  margin-top: 130px; }

body.archive.category article {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    body.archive.category article {
      flex-direction: row; } }
  body.archive.category article .post-left {
    min-width: 100%;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      body.archive.category article .post-left {
        min-width: 300px;
        max-width: 300px; } }
    body.archive.category article .post-left img {
      width: 100%; }
  @media screen and (min-width: 768px) {
    body.archive.category article .post-right {
      padding-left: 30px; } }
  body.archive.category article .post-right .entry-title {
    font-size: 20px; }
  body.archive.category article .post-right .entry-meta {
    font-size: 13px; }

.site-footer {
  position: relative;
  padding-top: 80px; }
  @media screen and (min-width: 768px) {
    .site-footer {
      padding-top: 150px; } }
  @media screen and (min-width: 1200px) {
    .site-footer {
      padding-top: 280px; } }
  .site-footer .top-coverage {
    position: absolute;
    right: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    top: 0;
    width: 100%; }
    .site-footer .top-coverage img {
      width: 100%;
      height: auto;
      display: block;
      user-select: none;
      float: left; }
  .site-footer .footer-content {
    position: relative;
    z-index: 2;
    background-color: #1298e1; }
    .site-footer .footer-content .custom-logo-link img {
      width: 150px;
      margin-bottom: 10px; }
    .site-footer .footer-content .info {
      margin-bottom: 10px;
      display: flex;
      flex-direction: column; }
      .site-footer .footer-content .info a {
        color: white; }
      .site-footer .footer-content .info &gt; div {
        margin-bottom: 10px; }
      .site-footer .footer-content .info svg {
        color: white; }
    .site-footer .footer-content .maps {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap; }
      .site-footer .footer-content .maps .map-address {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 10px;
        color: white; }
        .site-footer .footer-content .maps .map-address &gt; div {
          margin-bottom: 5px; }
      @media screen and (min-width: 768px) {
        .site-footer .footer-content .maps {
          flex-direction: row; }
          .site-footer .footer-content .maps .map-address {
            width: 40%; } }
      @media screen and (min-width: 1200px) {
        .site-footer .footer-content .maps .map-address {
          width: 300px; } }
    .site-footer .footer-content .contact {
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media screen and (min-width: 1200px) {
        .site-footer .footer-content .contact {
          align-items: flex-start; } }
      .site-footer .footer-content .contact h2 {
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 700;
        margin-top: 30px;
        color: white; }
      .site-footer .footer-content .contact .contact-form {
        width: 100%; }
        .site-footer .footer-content .contact .contact-form label {
          text-align: left; }
    .site-footer .footer-content .qr-links {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .site-footer .footer-content .qr-links .zalo-qr {
        width: 150px;
        margin-top: 20px; }
      .site-footer .footer-content .qr-links .links {
        display: flex;
        padding-left: 10px;
        margin-top: 10px; }
        .site-footer .footer-content .qr-links .links a {
          color: white;
          margin-right: 20px; }
          .site-footer .footer-content .qr-links .links a svg {
            font-size: 30px; }
  .site-footer .bct-registration {
    text-align: center;
    padding: 10px 0;
    background-color: #191919; }
    .site-footer .bct-registration img {
      width: 140px; }
  .site-footer .copyright {
    background-color: #191919;
    text-align: center;
    color: white;
    font-size: 13px;
    padding: 10px 0; }
</pre></body></html>