.text-main {
  color: #024FFD !important; }

body {
  background-color: #fff;
  font-family: 'Times New Roman';
  font-size: 14px; }

a {
  text-decoration: none !important; }

section {
  padding: 30px 0; }
  section.section-gray {
    background: #f4f4f4; }

.font-main {
  font-family: 'Times New Roman' !important; }

.btn-rounded {
  border-radius: 30px; }

.bg-main {
  background-color: #024FFD; }

.no-radius {
  border-radius: 0 !important; }

.pointer-none {
  pointer-events: none !important; }

.lmore {
  display: none; }

.seperator {
  color: #ccc;
  width: 100%;
  margin: 10px auto;
  overflow: hidden;
  text-align: center;
  line-height: 1.2em; }
  .seperator:before {
    border-bottom: 1px solid #eee;
    content: "";
    display: inline-block;
    height: .65em;
    margin: 0 0 0 -100%;
    vertical-align: top;
    width: 50%; }
  .seperator:after {
    border-bottom: 1px solid #eee;
    content: "";
    display: inline-block;
    height: .65em;
    margin: 0 -100% 0 0;
    vertical-align: top;
    width: 50%; }

.header-mobile {
  display: none; }

div.header-first {
  background: linear-gradient(to bottom, #fff, rgba(0, 0, 0, 0.2));
  border-bottom: 1px solid #eee;
  padding: 0; }
  div.header-first .header-brand .header-brand-img {
    height: 8rem; }

#searchForm, #searchFormMobile {
  position: relative; }
  #searchForm input, #searchFormMobile input {
    border: 1px solid #024FFD; }
  #searchForm .input-icon-addon, #searchFormMobile .input-icon-addon {
    color: #024FFD; }
  #searchForm .btn-addon, #searchFormMobile .btn-addon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    color: #024FFD;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 2.5rem; }
    #searchForm .btn-addon button, #searchFormMobile .btn-addon button {
      background-color: #024FFD;
      border-color: #024FFD;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding-left: 30px;
      padding-right: 30px; }
  #searchForm .timkiem, #searchFormMobile .timkiem {
    position: absolute;
    z-index: 1050; }
    #searchForm .timkiem .ketquatim, #searchFormMobile .timkiem .ketquatim {
      background-color: #fff;
      border: 1px solid #eee;
      padding: 0;
      max-height: 400px;
      overflow-y: scroll; }
      #searchForm .timkiem .ketquatim .d-flex, #searchFormMobile .timkiem .ketquatim .d-flex {
        margin-bottom: 5px; }
        #searchForm .timkiem .ketquatim .d-flex .image, #searchFormMobile .timkiem .ketquatim .d-flex .image {
          border: 1px solid #eee;
          border-radius: 3px;
          margin-right: 5px;
          width: 30%; }
        #searchForm .timkiem .ketquatim .d-flex .info, #searchFormMobile .timkiem .ketquatim .d-flex .info {
          width: 70%; }

.header-toggler {
  color: #024FFD; }
  .header-toggler:hover {
    color: #024FFD; }

div.header-second {
  background: url(../images/tt-bgmenu.png) top center repeat-x;
  position: relative; }
  div.header-second #mainMenu {
    padding: 0; }
    div.header-second #mainMenu nav ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex; }
      div.header-second #mainMenu nav ul li {
        border: 0;
        transition: all .3s ease;
        position: relative;
        margin-left: 0;
        text-transform: uppercase;
        font-size: 18px; }
        div.header-second #mainMenu nav ul li .dropdown-menu {
          display: block;
          transition: all 0.3s ease;
          min-width: 230px;
          -webkit-transform: scale(0);
          transform: scale(0);
          top: 100%;
          border: none;
          background-color: #fff;
          left: auto;
          margin: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0;
          box-shadow: 0px 0px 18px 0 rgba(0, 0, 0, 0.05); }
          div.header-second #mainMenu nav ul li .dropdown-menu > li {
            background-color: #fff;
            padding: 0; }
            div.header-second #mainMenu nav ul li .dropdown-menu > li > a,
            div.header-second #mainMenu nav ul li .dropdown-menu > li > span,
            div.header-second #mainMenu nav ul li .dropdown-menu > li [class*="col-"] > ul > li > a {
              font-size: 13px;
              line-height: 14px;
              font-weight: 400;
              font-style: normal;
              color: #024FFD !important;
              padding: 12px 20px 12px 18px;
              display: block;
              transition: .3s ease;
              border-bottom: 1px solid #aaa; }
              div.header-second #mainMenu nav ul li .dropdown-menu > li > a:focus, div.header-second #mainMenu nav ul li .dropdown-menu > li > a:hover, div.header-second #mainMenu nav ul li .dropdown-menu > li > a:active, div.header-second #mainMenu nav ul li .dropdown-menu > li > a.hover-active,
              div.header-second #mainMenu nav ul li .dropdown-menu > li > span:focus,
              div.header-second #mainMenu nav ul li .dropdown-menu > li > span:hover,
              div.header-second #mainMenu nav ul li .dropdown-menu > li > span:active,
              div.header-second #mainMenu nav ul li .dropdown-menu > li > span.hover-active,
              div.header-second #mainMenu nav ul li .dropdown-menu > li [class*="col-"] > ul > li > a:focus,
              div.header-second #mainMenu nav ul li .dropdown-menu > li [class*="col-"] > ul > li > a:hover,
              div.header-second #mainMenu nav ul li .dropdown-menu > li [class*="col-"] > ul > li > a:active,
              div.header-second #mainMenu nav ul li .dropdown-menu > li [class*="col-"] > ul > li > a.hover-active {
                background-color: #024FFD;
                color: #d50000 !important;
                cursor: pointer; }
              div.header-second #mainMenu nav ul li .dropdown-menu > li > a a,
              div.header-second #mainMenu nav ul li .dropdown-menu > li > span a,
              div.header-second #mainMenu nav ul li .dropdown-menu > li [class*="col-"] > ul > li > a a {
                color: #fff !important;
                text-decoration: none !important; }
              div.header-second #mainMenu nav ul li .dropdown-menu > li > a > i,
              div.header-second #mainMenu nav ul li .dropdown-menu > li > span > i,
              div.header-second #mainMenu nav ul li .dropdown-menu > li [class*="col-"] > ul > li > a > i {
                margin-left: -4px;
                margin-right: 6px;
                min-width: 14px; }
            div.header-second #mainMenu nav ul li .dropdown-menu > li.current > a,
            div.header-second #mainMenu nav ul li .dropdown-menu > li.current > span, div.header-second #mainMenu nav ul li .dropdown-menu > li:hover > a,
            div.header-second #mainMenu nav ul li .dropdown-menu > li:hover > span, div.header-second #mainMenu nav ul li .dropdown-menu > li:focus > a,
            div.header-second #mainMenu nav ul li .dropdown-menu > li:focus > span, div.header-second #mainMenu nav ul li .dropdown-menu > li:active > a,
            div.header-second #mainMenu nav ul li .dropdown-menu > li:active > span {
              color: #d50000 !important;
              text-decoration: none; }
        div.header-second #mainMenu nav ul li .dropdown-submenu {
          position: relative; }
          div.header-second #mainMenu nav ul li .dropdown-submenu:before {
            line-height: 40px;
            content: "\f105";
            font-family: fontawesome;
            font-size: 12px;
            opacity: 0.6;
            position: absolute;
            right: 18px;
            color: #fff;
            transition: .3s ease; }
          div.header-second #mainMenu nav ul li .dropdown-submenu > .dropdown-menu {
            margin-left: -6px;
            left: 100%;
            top: -1px; }
            div.header-second #mainMenu nav ul li .dropdown-submenu > .dropdown-menu.menu-invert {
              right: 100%;
              left: auto; }
          div.header-second #mainMenu nav ul li .dropdown-submenu:hover:before {
            right: 14px; }
          div.header-second #mainMenu nav ul li .dropdown-submenu:hover > ul {
            min-width: 230px;
            -webkit-transform: scale(1);
            transform: scale(1); }
          div.header-second #mainMenu nav ul li .dropdown-submenu > a:after {
            content: "\f105";
            font-family: fontawesome;
            font-size: 12px;
            position: absolute;
            right: 14px;
            color: #024FFD;
            transition: .3s ease; }
        div.header-second #mainMenu nav ul li:hover > ul {
          min-width: 230px;
          -webkit-transform: scale(1);
          transform: scale(1); }
        div.header-second #mainMenu nav ul li:last-child {
          margin-right: 0; }
        div.header-second #mainMenu nav ul li > a {
          display: block;
          position: relative;
          padding: 11px 9px;
          font-size: 14px;
          font-weight: 700;
          letter-spacing: 1px;
          color: #fff;
          text-transform: uppercase;
          transition: all .3s ease;
          line-height: normal; }
          div.header-second #mainMenu nav ul li > a > i {
            margin-left: 2px;
            margin-right: 6px;
            min-width: 14px;
            font-size: 14px; }
          div.header-second #mainMenu nav ul li > a:after, div.header-second #mainMenu nav ul li > a:before {
            transition: all .3s ease; }
        div.header-second #mainMenu nav ul li.hover-active > a,
        div.header-second #mainMenu nav ul li.hover-active > span, div.header-second #mainMenu nav ul li.current > a,
        div.header-second #mainMenu nav ul li.current > span, div.header-second #mainMenu nav ul li:hover > a,
        div.header-second #mainMenu nav ul li:hover > span, div.header-second #mainMenu nav ul li:focus > a,
        div.header-second #mainMenu nav ul li:focus > span {
          text-decoration: none; }
        div.header-second #mainMenu nav ul li.hover-active > a, div.header-second #mainMenu nav ul li.current > a, div.header-second #mainMenu nav ul li:hover > a, div.header-second #mainMenu nav ul li:focus > a {
          color: #d50000; }

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1500;
  transition: top 0.3s ease; }

.contact-module {
  text-align: center; }
  .contact-module-header > h3 {
    color: #111; }
  .contact-module-header .btn-contact-module {
    display: inline-block;
    background: #0095ff;
    border-radius: .5rem;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    margin-bottom: .5rem;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .contact-module-header .btn-contact-module:hover {
      background: #33aaff; }
  .contact-module-header .group-box {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 1rem; }
    .contact-module-header .group-box .input-group .input-group-text {
      border-radius: 0;
      border-right: none; }
      .contact-module-header .group-box .input-group .input-group-text .fa {
        font-size: 24px; }
    .contact-module-header .group-box .input-group input {
      border-radius: 0;
      border-left: none; }
    .contact-module-header .group-box .input-group button {
      border-radius: 0;
      background: #0095ff;
      color: #fff; }
  .contact-module-header .call-box .btn-call {
    background: #f16d6a;
    color: #fff;
    padding: 10px 30px;
    display: flex;
    border-radius: .5rem;
    max-width: 200px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: .5rem;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .contact-module-header .call-box .btn-call:hover {
      background: #f38481; }
    .contact-module-header .call-box .btn-call .fa {
      font-size: 30px;
      margin-right: 5px; }
  .contact-module-header .call-box p {
    font-size: 12px; }
  .contact-module-body .modal-content {
    border: none;
    background: transparent; }
  .contact-module-body .modal-body {
    position: relative;
    padding: 70px 30px;
    border-radius: 1.5rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2af598), to(#009efd));
    background-image: -webkit-linear-gradient(top, #2af598 0%, #009efd 100%);
    background-image: -o-linear-gradient(top, #2af598 0%, #009efd 100%);
    background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%); }
    .contact-module-body .modal-body .btn-close-module {
      position: absolute;
      right: -11px;
      top: -11px;
      background: #fff;
      display: inline-block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: none;
      box-shadow: 2px 2px 8px #ddd;
      cursor: pointer; }
      .contact-module-body .modal-body .btn-close-module:focus, .contact-module-body .modal-body .btn-close-module:hover {
        outline: none !important; }
    .contact-module-body .modal-body .form-contact-module > h3 {
      color: #fff; }
    .contact-module-body .modal-body .form-contact-module .form-module-control {
      background: #fff;
      border: none;
      padding: 10px 15px;
      border-radius: 1.5rem;
      -webkit-box-shadow: 0px 3px 15px #666;
      box-shadow: 0px 3px 15px #666; }
      .contact-module-body .modal-body .form-contact-module .form-module-control:focus, .contact-module-body .modal-body .form-contact-module .form-module-control:hover {
        outline: none !important; }
    .contact-module-body .modal-body .form-contact-module .btn-module-send {
      background: #ef5350;
      color: #fff;
      font-weight: bold;
      display: inline-block;
      padding: 5px 40px;
      border-radius: 1.5rem;
      border: none;
      cursor: pointer;
      -webkit-box-shadow: 0px 3px 15px #666;
      box-shadow: 0px 3px 15px #666;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .contact-module-body .modal-body .form-contact-module .btn-module-send:hover {
        background: #f3817f; }

.social-icons ul {
  padding: 0; }

.text-center.social-icons ul {
  display: inline-block; }

.social-icons li {
  float: left;
  list-style: none; }

.social-icons li a {
  float: left;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  margin: 0 4px 4px 0;
  border-radius: 4px;
  border: 0;
  background: transparent;
  color: #333;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.social-icons.social-icons-colored a,
.social-icons.social-icons-colored-hover a:hover {
  color: #fff;
  border: 0; }

.social-icons.social-icons-colored .social-rss a,
.social-icons.social-icons-colored-hover .social-rss a:hover {
  background-color: #faa33d; }

.social-icons.social-icons-colored .social-facebook a,
.social-icons.social-icons-colored-hover .social-facebook a:hover {
  background-color: #5d82d1; }

.social-icons.social-icons-colored .social-twitter a,
.social-icons.social-icons-colored-hover .social-twitter a:hover {
  background-color: #40bff5; }

.social-icons.social-icons-colored .social-vimeo a,
.social-icons.social-icons-colored-hover .social-vimeo a:hover {
  background-color: #35c6ea; }

.social-icons.social-icons-colored .social-myspace a,
.social-icons.social-icons-colored-hover .social-myspace a:hover {
  background-color: #008dde; }

.social-icons.social-icons-colored .social-youtube a,
.social-icons.social-icons-colored-hover .social-youtube a:hover {
  background-color: #ef4e41; }

.social-icons.social-icons-colored .social-instagram a,
.social-icons.social-icons-colored-hover .social-instagram a:hover {
  background-color: #548bb6; }

.social-icons.social-icons-colored .social-gplus a,
.social-icons.social-icons-colored-hover .social-gplus a:hover {
  background-color: #d68400; }

.social-icons.social-icons-colored .social-stumbleupon a,
.social-icons.social-icons-colored-hover .social-stumbleupon a:hover {
  background-color: #ff5c30; }

.social-icons.social-icons-colored .social-lastfm a,
.social-icons.social-icons-colored-hover .social-lastfm a:hover {
  background-color: #f34320; }

.social-icons.social-icons-colored .social-pinterest a,
.social-icons.social-icons-colored-hover .social-pinterest a:hover {
  background-color: #e13138; }

.social-icons.social-icons-colored .social-google a,
.social-icons.social-icons-colored-hover .social-google a:hover {
  background-color: #eb5e4c; }

.social-icons.social-icons-colored .social-evernote a,
.social-icons.social-icons-colored-hover .social-evernote a:hover {
  background-color: #9acf4f; }

.social-icons.social-icons-colored .social-dribbble a,
.social-icons.social-icons-colored-hover .social-dribbble a:hover {
  background-color: #f7659c; }

.social-icons.social-icons-colored .social-skype a,
.social-icons.social-icons-colored-hover .social-skype a:hover {
  background-color: #13c1f3; }

.social-icons.social-icons-colored .social-forrst a,
.social-icons.social-icons-colored-hover .social-forrst a:hover {
  background-color: #45ad76; }

.social-icons.social-icons-colored .social-linkedin a,
.social-icons.social-icons-colored-hover .social-linkedin a:hover {
  background-color: #238cc8; }

.social-icons.social-icons-colored .social-wordpress a,
.social-icons.social-icons-colored-hover .social-wordpress a:hover {
  background-color: #2592c3; }

.social-icons.social-icons-colored .social-grooveshark a,
.social-icons.social-icons-colored-hover .social-grooveshark a:hover {
  background-color: #ffb21d; }

.social-icons.social-icons-colored .social-delicious a,
.social-icons.social-icons-colored-hover .social-delicious a:hover {
  background-color: #377bda; }

.social-icons.social-icons-colored .social-behance a,
.social-icons.social-icons-colored-hover .social-behance a:hover {
  background-color: #1879fd; }

.social-icons.social-icons-colored .social-dropbox a,
.social-icons.social-icons-colored-hover .social-dropbox a:hover {
  background-color: #17a3eb; }

.social-icons.social-icons-colored .social-soundcloud a,
.social-icons.social-icons-colored-hover .social-soundcloud a:hover {
  background-color: #ff7e30; }

.social-icons.social-icons-colored .social-deviantart a,
.social-icons.social-icons-colored-hover .social-deviantart a:hover {
  background-color: #6a8a7b; }

.social-icons.social-icons-colored .social-yahoo a,
.social-icons.social-icons-colored-hover .social-yahoo a:hover {
  background-color: #ab47ac; }

.social-icons.social-icons-colored .social-flickr a,
.social-icons.social-icons-colored-hover .social-flickr a:hover {
  background-color: #ff48a3; }

.social-icons.social-icons-colored .social-digg a,
.social-icons.social-icons-colored-hover .social-digg a:hover {
  background-color: #75788d; }

.social-icons.social-icons-colored .social-blogger a,
.social-icons.social-icons-colored-hover .social-blogger a:hover {
  background-color: #ff9233; }

.social-icons.social-icons-colored .social-tumblr a,
.social-icons.social-icons-colored-hover .social-tumblr a:hover {
  background-color: #426d9b; }

.social-icons.social-icons-colored .social-quora a,
.social-icons.social-icons-colored-hover .social-quora a:hover {
  background-color: #ea3d23; }

.social-icons.social-icons-colored .social-github a,
.social-icons.social-icons-colored-hover .social-github a:hover {
  background-color: #3f91cb; }

.social-icons.social-icons-colored .social-amazon a,
.social-icons.social-icons-colored-hover .social-amazon a:hover {
  background-color: #ff8e2e; }

.social-icons.social-icons-colored .social-xing a,
.social-icons.social-icons-colored-hover .social-xing a:hover {
  background-color: #1a8e8c; }

.social-icons.social-icons-colored .social-wikipedia a,
.social-icons.social-icons-colored-hover .social-wikipedia a:hover {
  background-color: #b3b5b8; }

.social-icons.social-icons-border li a {
  border: 1px solid #d7d7d7;
  background: transparent;
  color: #333; }

.social-icons.social-icons-dark li a {
  background: #888;
  color: #fff; }

.social-icons.social-icons-light li a {
  background: #fff;
  color: #333;
  border: 1px solid #eee; }

.social-icons.social-icons-rounded li a {
  border-radius: 50%; }

.social-icons.social-icons-medium li a {
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-size: 18px; }

.social-icons.social-icons-large li a {
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 18px; }

.social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover {
  background-color: #eee; }

.social-icons li:hover i {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards; }

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%); }
  51% {
    opacity: 1; } }
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%); }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%); }
  51% {
    opacity: 1; } }
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%); }
  50% {
    opacity: 0;
    transform: translateY(100%); }
  51% {
    opacity: 1; } }
.drdtaikhoan > a {
  color: #111 !important;
  font-weight: bold; }
.drdtaikhoan .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #eee; }
.drdtaikhoan .dropdown-menu li a {
  display: block;
  padding: 0 10px;
  color: #111; }
  .drdtaikhoan .dropdown-menu li a:hover {
    background: #111;
    color: #fff; }

#topbar {
  position: relative;
  z-index: 200;
  background-color: #f3f3f3; }
  #topbar .top-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0; }
    #topbar .top-menu > li {
      display: inline-block;
      height: 30px;
      line-height: 30px;
      padding: 0 5px;
      color: #111; }
      #topbar .top-menu > li > a {
        display: block;
        color: #111;
        height: 30px;
        margin-right: 16px;
        text-decoration: none; }
      #topbar .top-menu > li strong {
        color: #d50000; }
  #topbar .top-links {
    position: relative; }
  #topbar .social-icons {
    float: right;
    height: 100%;
    overflow: hidden; }
    #topbar .social-icons li,
    #topbar .social-icons li a {
      float: left;
      list-style: outside none none; }
    #topbar .social-icons li a {
      border-radius: 0px;
      font-size: 15px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      width: 35px;
      overflow: hidden;
      margin: 0;
      color: #fff; }

div.footer {
  background: #024FFD; }
  div.footer .btn-baogia {
    background: linear-gradient(#0053bc, #173a80);
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 9px 45px;
    transition: 0.1s;
    cursor: pointer; }
    div.footer .btn-baogia:hover {
      transition: 0.1s;
      background: linear-gradient(#4090f5, #244280); }
  div.footer .btn-nhantin {
    background: linear-gradient(#0053bc, #173a80);
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 9px 45px;
    transition: 0.1s;
    cursor: pointer; }
    div.footer .btn-nhantin:hover {
      transition: 0.1s;
      background: linear-gradient(#4090f5, #244280); }
  div.footer .footer-title h4 {
    position: relative;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: .5rem; }
    div.footer .footer-title h4:after {
      content: '';
      height: 3px;
      width: 100%;
      background-color: #d50000;
      position: absolute;
      left: 0;
      bottom: -3px; }
  div.footer .footer-info .title {
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 1rem 0;
    margin-bottom: 1rem; }
    div.footer .footer-info .title img {
      position: absolute;
      left: 0;
      bottom: .25rem;
      width: 40px;
      height: auto; }
    div.footer .footer-info .title h4 {
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 0; }
  div.footer p, div.footer a {
    color: #fff !important; }

footer {
  border-top: none !important;
  background: #0247e4 !important;
  padding: .5rem 0 !important; }

.copyright {
  color: #fff;
  font-size: .75rem; }

.idex-alo-phone {
  right: -119px;
  top: auto;
  bottom: 440px;
  zoom: 0.8; }

.idex-alo-phone.idex-alo-green .idex-alo-ph-img-circle {
  background-color: #e9393b !important; }

.idex-alo-phone.idex-alo-green .idex-alo-ph-circle {
  border-color: #e9393b !important;
  opacity: 0.5; }

.idex-alo-phone.idex-alo-green .idex-alo-ph-circle-fill {
  background-color: #e9393b !important;
  opacity: 0.75 !important; }

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-img-circle, .idex-alo-phone.idex-alo-green:hover .idex-alo-ph-img-circle {
  background-color: #81d742 !important; }

.idex-alo-phone.idex-alo-hover .idex-alo-ph-circle,
.idex-alo-phone:hover .idex-alo-ph-circle {
  border-color: #81d742 !important;
  opacity: 0.5; }

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-circle-fill,
.idex-alo-phone.idex-alo-green:hover .idex-alo-ph-circle-fill {
  background-color: #81d742 !important;
  opacity: 0.75 !important; }

.idex-alo-phone {
  position: fixed;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  cursor: pointer;
  z-index: 200 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
  left: 5px;
  bottom: 0; }

.idex-alo-phone.idex-alo-show {
  visibility: visible; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

.idex-alo-phone.idex-alo-static {
  opacity: 0.6; }

.idex-alo-phone.idex-alo-hover, .idex-alo-phone:hover {
  opacity: 1; }

.idex-alo-ph-circle {
  width: 160px;
  height: 160px;
  bottom: -50px;
  right: 44%;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border: 2px solid #bfebfc 9;
  opacity: .1;
  -webkit-animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
  animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.idex-alo-phone.idex-alo-active .idex-alo-ph-circle {
  -webkit-animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important;
  animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important; }

.idex-alo-phone.idex-alo-static .idex-alo-ph-circle {
  -webkit-animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important;
  animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important; }

.idex-alo-phone.idex-alo-hover .idex-alo-ph-circle, .idex-alo-phone:hover .idex-alo-ph-circle {
  border-color: #00aff2;
  opacity: 0.5; }

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-circle, .idex-alo-phone.idex-alo-green:hover .idex-alo-ph-circle {
  border-color: #75eb50;
  border-color: #baf5a7 9;
  opacity: 0.5; }

.idex-alo-phone.idex-alo-green .idex-alo-ph-circle {
  border-color: #00aff2;
  border-color: #bfebfc 9;
  opacity: 0.5; }

.idex-alo-ph-circle-fill {
  width: 100px;
  height: 100px;
  bottom: -20px;
  right: 60%;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .1;
  -webkit-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.idex-alo-phone.idex-alo-active .idex-alo-ph-circle-fill {
  -webkit-animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important; }

.idex-alo-phone.idex-alo-static .idex-alo-ph-circle-fill {
  -webkit-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important; }

.idex-alo-phone.idex-alo-hover .idex-alo-ph-circle-fill, .idex-alo-phone:hover .idex-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  background-color: #00aff2 9;
  opacity: 0.75 !important; }

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-circle-fill, .idex-alo-phone.idex-alo-green:hover .idex-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  background-color: #baf5a7 9;
  opacity: 0.75 !important; }

.idex-alo-phone.idex-alo-green .idex-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  background-color: #a6e3fa 9;
  opacity: 0.75 !important; }

.idex-alo-ph-img-circle {
  z-index: 9;
  width: 60px;
  height: 60px;
  bottom: 0px;
  right: 70%;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url(../images/phone.png) no-repeat center center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: idex-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: idex-alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: idex-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: idex-alo-circle-img-anim 1s infinite ease-in-out;
  animation: idex-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.idex-alo-phone.idex-alo-active .idex-alo-ph-img-circle {
  -webkit-animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important;
  animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important; }

.idex-alo-phone.idex-alo-static .idex-alo-ph-img-circle {
  -webkit-animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important;
  animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important; }

.idex-alo-phone.idex-alo-hover .idex-alo-ph-img-circle, .idex-alo-phone:hover .idex-alo-ph-img-circle {
  background-color: #00aff2; }

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-img-circle, .idex-alo-phone.idex-alo-green:hover .idex-alo-ph-img-circle {
  background-color: #75eb50;
  background-color: #75eb50; }

.idex-alo-phone.idex-alo-green .idex-alo-ph-img-circle {
  background-color: #00aff2;
  background-color: #00aff2; }

@-moz-keyframes idex-alo-circle-anim {
  0% {
    -moz-transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: 0.1; }
  30% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -o-opacity: 0.5; }
  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -o-opacity: 0.1; } }
@-webkit-keyframes idex-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1; }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5; }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1; } }
@-o-keyframes idex-alo-circle-anim {
  0% {
    -o-transform: rotate(0) kscale(0.5) skew(1deg);
    -o-opacity: 0.1; }
  30% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    -o-opacity: 0.5; }
  100% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    -o-opacity: 0.1; } }
@-moz-keyframes idex-alo-circle-fill-anim {
  0% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; }
  50% {
    -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
    opacity: 0.2; }
  100% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; } }
@-webkit-keyframes idex-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2; }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; } }
@-o-keyframes idex-alo-circle-fill-anim {
  0% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2; }
  100% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; } }
@-moz-keyframes idex-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg); } }
@-webkit-keyframes idex-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); } }
@-o-keyframes idex-alo-circle-img-anim {
  0% {
    -o-transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -o-transform: rotate(0) scale(1) skew(1deg); } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@-moz-keyframes idex-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1; }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5; }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1; } }
@-webkit-keyframes idex-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1; }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5; }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1; } }
@-o-keyframes idex-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1; }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5; }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1; } }
@keyframes idex-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1; }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5; }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1; } }
@-moz-keyframes idex-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2; }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; } }
@-webkit-keyframes idex-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2; }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; } }
@-o-keyframes idex-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2; }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; } }
@keyframes idex-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2; }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; } }
@-moz-keyframes idex-alo-circle-img-anim {
  0% {
    transform: rotate(0) 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(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }
@-webkit-keyframes idex-alo-circle-img-anim {
  0% {
    transform: rotate(0) 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(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }
@-o-keyframes idex-alo-circle-img-anim {
  0% {
    transform: rotate(0) 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(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }
@keyframes idex-alo-circle-img-anim {
  0% {
    transform: rotate(0) 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(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }
a.hotline-mb {
  display: none; }

.phone {
  position: relative; }

.phone-hotline {
  background: #9b2022;
  padding: 13px 30px 13px 70px;
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  border-radius: 100px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease; }

.phone-hover {
  width: 260px;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease; }

.phone-hotline a {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -moz-transition: all 1s ease; }

.phone-hotline a:hover {
  color: #fff;
  text-decoration: none; }

.related-blog {
  list-style: square;
  padding-left: 1.5rem; }
  .related-blog li a {
    color: #111; }
    .related-blog li a:hover {
      color: #d50000; }

.blog-item {
  display: flex;
  background: #fff;
  border: 1px solid #ddd;
  padding: 1rem;
  margin-bottom: 15px;
  position: relative; }
  .blog-item .blog-image {
    width: 30%;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd; }
    .blog-item .blog-image img {
      width: 100%; }
  .blog-item .blog-info {
    width: 70%;
    padding-left: 1rem; }
    .blog-item .blog-info .blog-title {
      color: #d50000;
      font-weight: bold;
      height: 65px;
      overflow: hidden; }
      .blog-item .blog-info .blog-title:hover {
        color: #024FFD; }
    .blog-item .blog-info .blog-short {
      height: 65px;
      overflow: hidden; }
    .blog-item .blog-info .readmore {
      display: block;
      text-align: right;
      color: #d50000;
      font-size: 12px; }

.product-item {
  display: flex;
  flex-direction: column; }
  .product-item:hover .product-image img {
    transform: scale(1.1); }
  .product-item .product-image {
    border: 3px solid #024FFD;
    border-radius: .5rem;
    width: 100%;
    overflow: hidden; }
    .product-item .product-image img {
      width: 100%;
      -webkit-transition: .4s ease;
      -moz-transition: .4s ease;
      -ms-transition: .4s ease;
      -o-transition: .4s ease;
      transition: .4s ease; }
  .product-item .product-info {
    width: 100%;
    padding: 15px; }
    .product-item .product-info .product-title {
      display: block;
      height: 48px;
      margin: 0;
      overflow: hidden;
      padding: 0 5px;
      font-size: 15px;
      color: #024FFD;
      font-weight: bold;
      text-align: center; }
      .product-item .product-info .product-title:hover {
        color: #222; }

.header-section {
  height: 39px;
  background: url(../images/tt-titlesp.png) center center no-repeat;
  background-size: 100% 100%;
  margin-bottom: .5rem; }
  .header-section h2 {
    line-height: 35px;
    color: #FFF;
    padding-left: 35px;
    font-size: 16px;
    margin-top: 1px; }

.img-preview {
  border: 1px solid #eee;
  border-radius: 5px; }
  .img-preview img {
    width: 100%;
    cursor: zoom-in; }

.table-file thead {
  background: #0099ff; }
  .table-file thead th {
    color: #fff; }

.img-nav {
  margin-top: 15px; }
  .img-nav img {
    width: 100%;
    cursor: pointer; }

.list-product .list-title {
  border-bottom: 2px solid #024FFD;
  margin-bottom: 15px; }
  .list-product .list-title h4 {
    text-transform: uppercase; }

.product-detail .title {
  color: #d50000;
  font-size: 22px; }

.owl-main {
  border: 1px solid #eee; }
  .owl-main .owl-nav {
    width: 100%; }
    .owl-main .owl-nav button.owl-prev {
      position: absolute;
      top: calc(50% - 50px);
      left: 0;
      font-size: 50px;
      padding: 6px 3px !important;
      background-color: #024FFD;
      opacity: .7;
      color: #fff; }
    .owl-main .owl-nav button.owl-next {
      position: absolute;
      top: calc(50% - 50px);
      right: 0;
      font-size: 50px;
      padding: 6px 3px !important;
      background-color: #024FFD;
      opacity: .7;
      color: #fff; }
  .owl-main .owl-dots {
    text-align: center; }
    .owl-main .owl-dots .owl-dot.active span {
      background: #024FFD; }
    .owl-main .owl-dots .owl-dot span {
      background: none repeat scroll 0 0 #869791;
      border-radius: 20px;
      display: block;
      height: 7px;
      margin: 5px 7px;
      opacity: 0.5;
      width: 32px; }

.sidebar.sidebar-1 {
  margin-bottom: 10px;
  background: url(../images/tt-bgdm1.jpg) top center;
  border-radius: 5px;
  padding: .25rem; }
  .sidebar.sidebar-1 .sidebar-title {
    background: url(../images/tt-bgtitle1.jpg) top center repeat-x;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    padding: .5rem;
    box-shadow: 0 1px 5px #333; }
  .sidebar.sidebar-1 .sidebar-content .category-menu > a {
    display: block;
    background: url(../images/tt-tugiac.png) left center no-repeat;
    color: yellow;
    font-weight: bold;
    text-align: left;
    border-bottom: 2px solid #fff; }
    .sidebar.sidebar-1 .sidebar-content .category-menu > a:hover {
      color: #d50000; }
    .sidebar.sidebar-1 .sidebar-content .category-menu > a:after {
      content: "\f107";
      font-family: fontawesome;
      font-size: 12px;
      position: absolute;
      right: 24px;
      color: yellow;
      font-size: 15px;
      transition: .3s ease; }
  .sidebar.sidebar-1 .sidebar-content .category-menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .sidebar.sidebar-1 .sidebar-content .category-menu ul > li {
      position: relative; }
      .sidebar.sidebar-1 .sidebar-content .category-menu ul > li:not(:last-child) {
        border-bottom: 1px solid #ddd; }
      .sidebar.sidebar-1 .sidebar-content .category-menu ul > li > a {
        display: block;
        color: #fff;
        padding: .5rem 1.5rem .5rem .5rem;
        font-weight: 500;
        font-size: 16px; }
        .sidebar.sidebar-1 .sidebar-content .category-menu ul > li > a:hover {
          color: #ec076e; }
      .sidebar.sidebar-1 .sidebar-content .category-menu ul > li.sub-category .open-sub {
        position: absolute;
        top: 5px;
        right: 0;
        border: none;
        border-radius: 50%;
        background: #fff;
        color: #024FFD;
        width: 25px;
        height: 25px;
        font-size: 11px;
        cursor: pointer;
        -webkit-transition: .3s ease;
        -moz-transition: .3s ease;
        -ms-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
        .sidebar.sidebar-1 .sidebar-content .category-menu ul > li.sub-category .open-sub:focus, .sidebar.sidebar-1 .sidebar-content .category-menu ul > li.sub-category .open-sub:active {
          outline: none !important; }
        .sidebar.sidebar-1 .sidebar-content .category-menu ul > li.sub-category .open-sub.opened {
          transform: rotate(180deg); }
      .sidebar.sidebar-1 .sidebar-content .category-menu ul > li.sub-category > ul {
        background: #fff;
        display: none;
        overflow: hidden; }
        .sidebar.sidebar-1 .sidebar-content .category-menu ul > li.sub-category > ul.active {
          display: block; }
        .sidebar.sidebar-1 .sidebar-content .category-menu ul > li.sub-category > ul > li a {
          color: #024FFD; }
        .sidebar.sidebar-1 .sidebar-content .category-menu ul > li.sub-category > ul > li.sub-category2 {
          position: relative; }
          .sidebar.sidebar-1 .sidebar-content .category-menu ul > li.sub-category > ul > li.sub-category2 .open-sub2 {
            position: absolute;
            top: 5px;
            right: 0;
            border: none;
            border-radius: 50%;
            background: #024FFD;
            color: #fff;
            width: 25px;
            height: 25px;
            font-size: 11px;
            cursor: pointer;
            -webkit-transition: .3s ease;
            -moz-transition: .3s ease;
            -ms-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease; }
            .sidebar.sidebar-1 .sidebar-content .category-menu ul > li.sub-category > ul > li.sub-category2 .open-sub2:focus, .sidebar.sidebar-1 .sidebar-content .category-menu ul > li.sub-category > ul > li.sub-category2 .open-sub2:active {
              outline: none !important; }
            .sidebar.sidebar-1 .sidebar-content .category-menu ul > li.sub-category > ul > li.sub-category2 .open-sub2.opened {
              transform: rotate(180deg); }
          .sidebar.sidebar-1 .sidebar-content .category-menu ul > li.sub-category > ul > li.sub-category2 > ul {
            display: none;
            overflow: hidden;
            padding-left: 10px; }
            .sidebar.sidebar-1 .sidebar-content .category-menu ul > li.sub-category > ul > li.sub-category2 > ul.active {
              display: block; }
  .sidebar.sidebar-1 .sidebar-content .category-menu p {
    background-color: #fff;
    color: #024FFD;
    text-align: center;
    margin-bottom: 0; }
.sidebar.sidebar-2 {
  margin-bottom: 10px;
  background: url(../images/tt-bgdm2.jpg) top center;
  border-radius: 5px;
  padding: .25rem;
  border: 1px solid #CCC; }
  .sidebar.sidebar-2 .sidebar-title {
    background: url(../images/tt-titledm2.jpg) top center repeat-x;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    padding: .5rem;
    box-shadow: 0 1px 5px #333; }
  .sidebar.sidebar-2 .sidebar-content .sidebar-info {
    text-align: left;
    padding: .5rem;
    border-bottom: 1px solid #ddd; }
    .sidebar.sidebar-2 .sidebar-content .sidebar-info p {
      margin-bottom: 0; }
    .sidebar.sidebar-2 .sidebar-content .sidebar-info span {
      color: #d50000;
      font-weight: bold;
      font-size: 20px; }
  .sidebar.sidebar-2 .sidebar-content .sidebar-info-contact {
    padding: .5rem; }
    .sidebar.sidebar-2 .sidebar-content .sidebar-info-contact .title {
      color: #024FFD;
      font-weight: bold; }
    .sidebar.sidebar-2 .sidebar-content .sidebar-info-contact ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .sidebar.sidebar-2 .sidebar-content .sidebar-info-contact ul li a {
        color: #d50000;
        font-weight: bold; }
  .sidebar.sidebar-2 .sidebar-content .sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .sidebar.sidebar-2 .sidebar-content .sidebar-list li {
      padding: .5rem; }
      .sidebar.sidebar-2 .sidebar-content .sidebar-list li:not(:last-child) {
        border-bottom: 1px dashed #ddd; }

.fb-comments iframe {
  width: 100% !important; }

.dangload {
  position: fixed;
  background-color: rgba(175, 180, 189, 0.15);
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: 0px;
  left: 0px;
  display: none; }
  .dangload .boxdangload {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    background: #f9f9f9;
    text-align: center;
    border-radius: 5px;
    width: 252px;
    margin: auto;
    position: absolute;
    top: 45%; }
  .dangload .load .loading-bar {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 1px;
    background-color: #dc6082;
    animation: loading-bar-animation .9s ease-in-out infinite;
    /* -webkit-animation: loading-bar-animation .9s ease-in-out infinite; */ }
  .dangload .load .loading-bar:nth-child(2) {
    animation-delay: .13s;
    /* -webkit-animation-delay: .13s; */ }
  .dangload .load .loading-bar:nth-child(3) {
    animation-delay: .26s;
    /* -webkit-animation-delay: .13s; */ }
  .dangload .load .loading-bar:nth-child(4) {
    animation-delay: .39s;
    /* -webkit-animation-delay: .13s; */ }
@-webkit-keyframes loading-bar-animation {
  0%, 50% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(1, 2.2); } }
.click-dropdown {
  display: none; }

@media screen and (max-width: 768px) {
  .phone {
    color: #111 !important; }

  .click-dropdown {
    display: inline-block;
    border: none !important;
    background-color: transparent !important;
    color: #024FFD;
    position: absolute;
    top: 0;
    right: 16px;
    width: 100%;
    height: 35px;
    text-align: right; }
    .click-dropdown:focus {
      outline: none !important; }
    .click-dropdown i.fa {
      position: absolute;
      top: 10px;
      right: 10px; }

  .fa-angle-down {
    display: none !important; }

  div.header-first .header-brand .header-brand-img {
    height: 2rem; }

  div.header-second {
    background-color: #fff;
    padding-bottom: 15px !important; }
    div.header-second #mainMenu nav ul {
      display: block !important;
      width: 100%;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important; }
      div.header-second #mainMenu nav ul li {
        margin-left: 0 !important;
        padding: 0 15px !important;
        background-color: #fff !important;
        overflow: hidden; }
        div.header-second #mainMenu nav ul li .dropdown-menu {
          background-color: #fff !important;
          -webkit-transform: scale(0);
          transform: scale(0);
          top: auto; }
          div.header-second #mainMenu nav ul li .dropdown-menu li {
            background-color: #fff;
            padding: 0 !important; }
            div.header-second #mainMenu nav ul li .dropdown-menu li.dropdown-submenu a {
              color: #024FFD !important; }
            div.header-second #mainMenu nav ul li .dropdown-menu li.dropdown-submenu .dropdown-menu {
              left: unset !important;
              top: unset !important;
              margin-left: unset !important; }
            div.header-second #mainMenu nav ul li .dropdown-menu li:hover {
              background-color: #f7595b;
              color: #fff !important; }
            div.header-second #mainMenu nav ul li .dropdown-menu li a {
              color: #024FFD !important; }
        div.header-second #mainMenu nav ul li > a {
          display: block;
          background-color: #fff;
          color: #024FFD !important;
          border-radius: 0;
          border-bottom: 1px solid #024FFD; }
        div.header-second #mainMenu nav ul li:hover > a {
          background-color: #fff; }
        div.header-second #mainMenu nav ul li:hover > ul {
          min-width: 230px;
          -webkit-transform: scale(1);
          transform: scale(1); }
        div.header-second #mainMenu nav ul li.hover-active > a {
          background-color: #fff !important;
          color: #024FFD !important; }
        div.header-second #mainMenu nav ul li.hover-active > ul {
          position: relative;
          min-width: 230px;
          -webkit-transform: scale(1);
          transform: scale(1);
          margin-bottom: 15px; } }
@media screen and (max-width: 425px) {
  .header-section h2 {
    color: #d50000; } }

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