@import url(font-face.css);
object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit; }

b, strong, th {
  font-weight: bold; }

i, em {
  font-style: italic; }

sub, sup {
  font-size: 75%; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none; }

ol, ul, li {
  padding: 0;
  list-style: none;
  margin: 0; }

label {
  font-weight: normal; }

input[type="text"], input[type="email"], input[type="password"] {
  padding-left: 12px;
  padding-right: 12px; }

select {
  padding-left: 8px;
  cursor: pointer; }

input[type="number"] {
  padding-left: 5px; }

textarea {
  padding: 8px 12px 5px 12px; }

input, textarea, select, button, a, button:hover, button:active, button:focus {
  outline: none; }

button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer; }

* {
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-top: constant(safe-area-inset-top); }

img {
  max-width: 100%;
  vertical-align: middle;
  object-fit: cover; }

body {
  font-size: 18px;
  line-height: 1.5;
  color: #000; }
  @media (max-width: 1650px) {
    body {
      font-size: 14px; } }

.col-f20, .col-sm-f20, .col-md-f20, .col-lg-f20, .col-xl-f20 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.back-to-top {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: #0361bd;
  color: white;
  border-radius: 50%;
  z-index: 9;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .back-to-top:hover {
    background-color: white;
    color: #0361bd; }

.col-f20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 576px) {
  .col-sm-f20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 768px) {
  .col-md-f20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 992px) {
  .col-lg-f20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 1200px) {
  .col-xl-f20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
.smooth, header .header-nav .main-nav > li > a:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

@media all and (max-width: 991px) {
  .md-pad-7 {
    margin: 0 -7px; }
    .md-pad-7 > [class^="col-"] {
      padding: 0 7px; }

  .md-pad-5 {
    margin: 0 -5px; }
    .md-pad-5 > [class^="col-"] {
      padding: 0 5px; } }
.s-content {
  word-break: break-word; }
  .s-content a[href] {
    color: #007bff; }
    .s-content a[href]:hover {
      text-decoration: underline; }
  .s-content a, .s-content a:hover, .s-content a:focus, .s-content a:active {
    text-decoration: underline; }
  .s-content ol {
    list-style: decimal;
    margin-left: 15px;
    margin-bottom: 10px; }
  .s-content ul {
    list-style: initial;
    margin-left: 15px;
    margin-bottom: 10px; }
  .s-content li {
    list-style: inherit;
    margin-bottom: 5px; }
  .s-content p {
    margin-bottom: 10px; }
  .s-content img {
    max-width: 100%;
    height: auto !important;
    margin: 10px auto;
    object_fit: initial; }
  .s-content .alignleft, .s-content img.alignleft {
    margin-right: 1.5rem;
    display: inline;
    float: left; }
  .s-content .alignright, .s-content img.alignright {
    margin-left: 1.5rem;
    display: inline;
    float: right; }
  .s-content .aligncenter, .s-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both; }
  .s-content blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left; }
  .s-content blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right; }
  .s-content table, .s-content iframe {
    max-width: 100%;
    max-width: calc(100vw - 30px);
    margin: auto; }
  .s-content iframe {
    display: block; }
  .s-content h1, .s-content h2, .s-content h3, .s-content h4, .s-content h5, .s-content h6 {
    font-weight: bold; }
  .s-content h1 {
    font-size: 2rem;
    margin-top: 0.67rem;
    margin-bottom: 0.67rem; }
  .s-content h2 {
    font-size: 1.5rem;
    margin-top: 0.83rem;
    margin-bottom: 0.83rem; }
  .s-content h3 {
    font-size: 1.17rem;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .s-content h4 {
    font-size: 1rem;
    margin-top: 1.33rem;
    margin-bottom: 1.33rem; }
  .s-content h5 {
    font-size: .83rem;
    margin-top: 1.67rem;
    margin-bottom: 1.67rem; }
  .s-content h6 {
    font-size: .67rem;
    margin-top: 2.33rem;
    margin-bottom: 2.33rem; }

.delay1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.delay2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.delay4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.delay6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.delay7 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.delay8 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.delay9 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.delay11 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

.delay12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.delay13 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s; }

.delay14 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }

.delay15 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.delay16 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s; }

.delay17 {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s; }

.delay18 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s; }

.delay19 {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s; }

.delay20 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

@keyframes Tzoom {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.06); }
  100% {
    transform: scale(1); } }
.animated.Tzoom {
  animation-name: Tzoom;
  animation-duration: 8s !important;
  animation-direction: alternate; }

.m-0 {
  margin: 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-5 {
  margin: 5px !important; }

.m-t-5 {
  margin-top: 5px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.m-r-5 {
  margin-right: 5px !important; }

.m-10 {
  margin: 10px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.m-15 {
  margin: 0.9375rem !important; }

.m-t-15 {
  margin-top: 0.9375rem !important; }

.m-b-15 {
  margin-bottom: 0.9375rem !important; }

.m-l-15 {
  margin-left: 0.9375rem !important; }

.m-r-15 {
  margin-right: 0.9375rem !important; }

.m-20 {
  margin: 1.25rem !important; }

.m-t-20 {
  margin-top: 1.25rem !important; }

.m-b-20 {
  margin-bottom: 1.25rem !important; }

.m-l-20 {
  margin-left: 1.25rem !important; }

.m-r-20 {
  margin-right: 1.25rem !important; }

.m-25 {
  margin: 1.5625rem !important; }

.m-t-25 {
  margin-top: 1.5625rem !important; }

.m-b-25 {
  margin-bottom: 1.5625rem !important; }

.m-l-25 {
  margin-left: 1.5625rem !important; }

.m-r-25 {
  margin-right: 1.5625rem !important; }

.m-30 {
  margin: 1.875rem !important; }

.m-t-30 {
  margin-top: 1.875rem !important; }

.m-b-30 {
  margin-bottom: 1.875rem !important; }

.m-l-30 {
  margin-left: 1.875rem !important; }

.m-r-30 {
  margin-right: 1.875rem !important; }

.p-0 {
  padding: 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-5 {
  padding: 5px !important; }

.p-t-5 {
  padding-top: 5px !important; }

.p-b-5 {
  padding-bottom: 5px !important; }

.p-l-5 {
  padding-left: 5px !important; }

.p-r-5 {
  padding-right: 5px !important; }

.p-10 {
  padding: 10px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.p-15 {
  padding: 0.9375rem !important; }

.p-t-15 {
  padding-top: 0.9375rem !important; }

.p-b-15 {
  padding-bottom: 0.9375rem !important; }

.p-l-15 {
  padding-left: 0.9375rem !important; }

.p-r-15 {
  padding-right: 0.9375rem !important; }

.p-20 {
  padding: 1.25rem !important; }

.p-t-20 {
  padding-top: 1.25rem !important; }

.p-b-20 {
  padding-bottom: 1.25rem !important; }

.p-l-20 {
  padding-left: 1.25rem !important; }

.p-r-20 {
  padding-right: 1.25rem !important; }

.p-25 {
  padding: 1.5625rem !important; }

.p-t-25 {
  padding-top: 1.5625rem !important; }

.p-b-25 {
  padding-bottom: 1.5625rem !important; }

.p-l-25 {
  padding-left: 1.5625rem !important; }

.p-r-25 {
  padding-right: 1.5625rem !important; }

.p-30 {
  padding: 1.875rem !important; }

.p-t-30 {
  padding-top: 1.875rem !important; }

.p-b-30 {
  padding-bottom: 1.875rem !important; }

.p-l-30 {
  padding-left: 1.875rem !important; }

.p-r-30 {
  padding-right: 1.875rem !important; }

.f-8 {
  font-size: 8px !important; }

.f-9 {
  font-size: 9px !important; }

.f-10 {
  font-size: 10px !important; }

.f-11 {
  font-size: 11px !important; }

.f-12 {
  font-size: 12px !important; }

.f-13 {
  font-size: 13px !important; }

.f-14 {
  font-size: 14px !important; }

.f-15 {
  font-size: 0.9375rem !important; }

.f-16 {
  font-size: 1rem !important; }

.f-17 {
  font-size: 1.0625rem !important; }

.f-18 {
  font-size: 1.125rem !important; }

.f-19 {
  font-size: 1.1875rem !important; }

.f-20 {
  font-size: 1.25rem !important; }

.f-300 {
  font-weight: 300 !important; }

.f-400 {
  font-weight: 400 !important; }

.f-500 {
  font-weight: 500 !important; }

.f-700 {
  font-weight: 700 !important; }

.active {
  color: #32c5d2; }

.rowdate {
  padding-bottom: 2px !important;
  padding-top: 2px !important;
  background: #F7F7F7 !important; }

header .name-company {
  font-size: 24px;
  color: #007cc2;
  text-transform: uppercase;
  font-weight: bold; }
header .hotline {
  font-size: 18px;
  color: #f84a4b;
  text-transform: uppercase;
  font-weight: bold; }
header .header-nav {
  background-color: #007cc2;
  color: white;
  position: sticky;
  transition: .3s;
  top: 0; }
  header .header-nav .main-nav > li {
    display: inline-flex;
    margin: 0 30px; }
    header .header-nav .main-nav > li:first-child {
      margin-left: 0; }
    header .header-nav .main-nav > li:last-child {
      margin-right: 0; }
    header .header-nav .main-nav > li:hover > a {
      color: #f84a4b; }
      header .header-nav .main-nav > li:hover > a:after {
        width: 100%; }
    header .header-nav .main-nav > li > a {
      font-size: 1rem;
      display: block;
      padding: 0.9375rem 0;
      text-transform: capitalize;
      position: relative; }
      header .header-nav .main-nav > li > a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
        background-color: #f84a4b; }
header .btn-menu {
  display: none; }
@media (max-width: 768px) {
  header {
    box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.17);
    position: fixed;
    background-color: white;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0; }
    header .company-info {
      display: none; }
    header .col-logo {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    header .btn-menu {
      display: flex;
      width: 40px;
      height: 40px;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      margin-right: -10px; }
    header .logo img {
      height: 50px; }
    header .header-nav {
      display: none;
      transition: none; }
      header .header-nav .main-nav li {
        display: block;
        margin: 0;
        border-bottom: 1px solid white; }
        header .header-nav .main-nav li:last-child {
          border-bottom: none; }
        header .header-nav .main-nav li a {
          padding: 5px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1360px; } }
html {
  font-size: 18px; }

a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

@media (max-width: 767px) {
  body {
    padding-top: 70px; } }

.boxShadow {
  box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.17); }

.main-content {
  box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.17);
  padding: 20px; }

.category-title {
  font-size: 21px;
  color: white;
  background-color: #007cc2;
  padding: 10px 15px; }

.list-posts li {
  display: block; }
  .list-posts li.active {
    color: #f84a4b; }
  .list-posts li a {
    display: block;
    border-bottom: 1px solid #DDDDDD;
    padding: 5px; }
    .list-posts li a:hover {
      color: #007cc2;
      padding-left: 15px; }

footer {
  background-color: #007cc2;
  color: white; }
  footer .footer-content {
    padding: 50px 0; }
    footer .footer-content .f-title {
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase; }
    footer .footer-content .f-list li {
      margin-bottom: 10px;
      line-height: 1.8;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  footer .footer-copyright {
    background: black;
    text-align: center;
    padding: 10px 0; }

.sidebar-info .phone {
  display: flex;
  align-items: center;
  margin: 10px;
  transition: .3s;
  color: red; }
  .sidebar-info .phone:hover {
    color: #007cc2; }
    .sidebar-info .phone:hover .icon {
      border-color: #007cc2; }
  .sidebar-info .phone .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid red;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim; }
  .sidebar-info .phone .number {
    flex-grow: 1;
    font-weight: bold;
    padding-left: 10px;
    font-size: 25px; }

@keyframes ring-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 ring-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 ring-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); } }
.s-content {
  max-width: 100% !important;
  overflow: hidden; }
  .s-content img, .s-content iframe, .s-content video {
    max-width: 100%; }

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