header {
  line-height: 40px !important; }
  header .logo {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center; }
  header .slogan {
    width: 100%;
    background-color: #fff;
    position: relative; }
    header .slogan .img {
      margin-left: 10px;
      margin-right: 15px;
      width: 130px;
      float: left;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      position: absolute;
      background-color: #fff;
      z-index: 999;
      top: 0;
      left: 0;
      box-shadow: 1px 1px 3px #ddd;
      padding: 5px 15px; }
    header .slogan .search-header {
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      padding: 0;
      margin-left: 145px; }
      header .slogan .search-header .hotline span {
        color: #18609e;
        font-size: 17px;
        margin-right: 15px; }
      header .slogan .search-header .open > .dropdown-menu {
        width: 200px;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
      header .slogan .search-header .dropdown-menu {
        display: unset !important;
        min-width: unset;
        width: 0;
        overflow: hidden;
        border: none;
        box-shadow: none;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
      header .slogan .search-header .social-icons ul {
        display: flex;
        justify-content: flex-end;
        margin: 0; }
        header .slogan .search-header .social-icons ul li {
          float: none;
          border-radius: 0; }
          header .slogan .search-header .social-icons ul li.search:hover i {
            animation: none !important; }
          header .slogan .search-header .social-icons ul li i {
            color: #18609e; }
      header .slogan .search-header .input-group input {
        border: none;
        background-color: #eee;
        border-radius: 0;
        position: relative;
        overflow: hidden; }
      header .slogan .search-header .input-group .input-group-addon {
        border: none;
        box-shadow: none;
        background-color: #34a853; }
        header .slogan .search-header .input-group .input-group-addon a {
          background-color: transparent;
          color: #000; }
  header .location {
    position: absolute;
    right: 50px;
    z-index: 999; }
    header .location a {
      cursor: pointer; }
      header .location a i {
        font-size: 25px; }
      header .location a span {
        background-color: #f58220;
        border: none;
        margin-left: 5px;
        border-radius: 30px; }
      header .location a:hover span {
        background-color: #f68a2f;
        transform: scale(1.1); }
  header #mainMenu nav ul li:hover a.header-link {
    color: #FF5C01 !important; }
  header #mainMenu nav ul li:not(:last-child) a.header-link {
    border-right: 1px solid #FF5C01; }
  header #mainMenu nav ul li a.header-link {
    color: #fff !important;
    font-size: 14px !important;
    padding: 0 9px !important; }
  header #mainMenu nav ul li ul.dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #ddd; }
  header #mainMenu nav ul li ul.dropdown-menu li a {
    color: #000 !important;
    font-weight: bold !important;
    padding: 10px 3px; }
    header #mainMenu nav ul li ul.dropdown-menu li a:hover {
      color: #FF5C01 !important; }
  header .mega-menu-content {
    max-height: 90vh; }
    header .mega-menu-content .list-unstyled li:not(:last-child) {
      border-bottom: 1px solid #eee; }
    header .mega-menu-content .list-unstyled li.active a {
      color: #f58220 !important; }
    header .mega-menu-content .tab-content p, header .mega-menu-content .tab-content h5 {
      margin: 0; }
    header .mega-menu-content .tab-content .tab-header {
      border-bottom: 1px solid;
      width: 100%; }
      header .mega-menu-content .tab-content .tab-header h4 {
        color: #f58220; }
    header .mega-menu-content .tab-content .tab-detail .price {
      position: relative;
      margin-top: 15px; }
    header .mega-menu-content .tab-content .btn-detail {
      background-color: #f58220;
      border-color: #f58220;
      color: #fff !important; }
      header .mega-menu-content .tab-content .btn-detail:hover {
        background-color: #000; }

.btn-search {
  background: transparent;
  border: none; }

#mainMenu nav > ul > li .dropdown-submenu:before {
  font-weight: bold;
  color: #000; }

#mainMenu nav > ul > li .dropdown-menu {
  background-position: right bottom;
  background-repeat: no-repeat;
  visibility: hidden;
  display: block;
  opacity: 0;
  min-width: 0px;
  top: auto;
  transform: scale(0);
  background-color: #fff;
  border: 0 solid #eee;
  border-width: 1px;
  left: auto;
  margin: -6px 0 0;
  border-radius: 0;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
  padding: 10px;
  transition: all .3s ease; }
  #mainMenu nav > ul > li .dropdown-menu li span {
    color: #000;
    font-weight: bold; }
    #mainMenu nav > ul > li .dropdown-menu li span:hover {
      color: #888; }

#mainMenu nav > ul > li .dropdown-submenu:hover > ul, #mainMenu nav > ul > li:hover > ul {
  min-width: 200px;
  transform: scale(1); }

#mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:active, #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:focus, #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:hover, #mainMenu nav > ul > li .dropdown-menu > li > a:active, #mainMenu nav > ul > li .dropdown-menu > li > a:focus, #mainMenu nav > ul > li .dropdown-menu > li > a:hover, #mainMenu nav > ul > li .dropdown-menu > li > span:active, #mainMenu nav > ul > li .dropdown-menu > li > span:focus, #mainMenu nav > ul > li .dropdown-menu > li > span:hover {
  color: #f58220 !important; }

.group-link .a-link {
  float: left;
  margin-right: 5px; }

header #mainMenu .group-link .a-link a {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 13px;
  line-height: 20px;
  padding: 5px 30px 5px 0;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #ffffff !important;
  font-weight: normal !important;
  text-transform: uppercase;
  background-color: #337ab7;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: 'Roboto Condensed', sans-serif; }

header #mainMenu .group-link .a-link.active a {
  width: 155px;
  padding: 5px 35px 5px 5px !important;
  background-color: #cb1b14;
  color: #fff !important;
  font-weight: normal !important; }

header #mainMenu .group-link .a-link a:before {
  position: absolute;
  content: '';
  top: 0;
  right: 30px;
  width: 1px;
  height: 100%;
  background-color: #ffffff; }

header #mainMenu .group-link .a-link.l-detail a:after {
  content: '\f138'; }

header #mainMenu .group-link .a-link a:after {
  position: absolute;
  font-family: "fontawesome";
  content: '';
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background-color: inherit;
  text-align: center;
  font-size: 14px;
  line-height: 30px; }

header #mainMenu .group-link .a-link.l-register a:after {
  content: '\f1b9'; }

header #mainMenu .group-link .a-link.l-support a:after {
  content: '\f1ec'; }

#footer {
  background: url("../images/footer.jpg") repeat;
  -webkit-background-size: auto;
  background-size: auto; }
  #footer .footer-content {
    padding: 30px 0; }
    #footer .footer-content .widget span {
      color: #fff !important;
      font-weight: bold; }
    #footer .footer-content .widget h5 {
      text-transform: uppercase;
      color: #fff;
      border-bottom: 2px solid #fff; }
      #footer .footer-content .widget h5.receive {
        color: #fff;
        border-bottom: none; }
    #footer .footer-content .widget p {
      margin: 0;
      color: #fff; }
    #footer .footer-content .widget a {
      color: #fff; }
    #footer .footer-content .widget form .btn-footer {
      background-color: #f58220;
      border-color: #f58220; }
      #footer .footer-content .widget form .btn-footer:hover {
        background-color: #f69038; }
  #footer .copyright-content {
    min-height: 25px;
    line-height: 25px;
    padding: 3px 0;
    background-color: #347ab6 !important; }
    #footer .copyright-content .copyright-text, #footer .copyright-content a {
      padding: 0;
      color: #f1f1f1; }

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f58220; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

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

@supports (display: grid) {
  .grid-big-column {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 10px 15px; } }

.grid-display {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1rem;
  grid-auto-rows: minmax(200px, auto); }

@media screen and (max-width: 1024px) {
  .grid-display {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 1rem;
    grid-auto-rows: minmax(200px, auto); } }
@media screen and (min-width: 998px) {
  .col-custom {
    width: 20% !important; } }
@font-face {
  font-family: 'RC';
  src: url("../fonts/RobotoCondensed-Regular.ttf"); }
@font-face {
  font-family: 'RC bold';
  src: url("../fonts/RobotoCondensed-Bold.ttf"); }
@font-face {
  font-family: 'RC bold italic';
  src: url("../fonts/RobotoCondensed-BoldItalic.ttf"); }
@font-face {
  font-family: 'RC italic';
  src: url("../fonts/RobotoCondensed-Italic.ttf"); }
@font-face {
  font-family: 'RC light';
  src: url("../fonts/RobotoCondensed-Light.ttf"); }
@font-face {
  font-family: 'RC light italic';
  src: url("../fonts/RobotoCondensed-LightItalic.ttf"); }
@font-face {
  font-family: 'Tahoma';
  src: url("../fonts/Tahoma.ttf"); }
body {
  font-family: 'Roboto', sans-serif !important; }

h1 {
  font-family: 'Roboto', sans-serif !important; }

h2, h3, h4, h5, h6, a, p {
  font-family: 'Roboto', sans-serif !important; }

p {
  margin: 0; }

a:hover {
  color: #FF5C01; }

img {
  max-width: 100% !important; }

#ninja-slider li.ns-show .caption {
  animation: titleAnimation 7s linear both !important; }
#ninja-slider .caption {
  font-size: 17px;
  font-family: 'Roboto', sans-serif !important;
  position: absolute;
  text-align: left;
  color: #fff;
  bottom: 20%; }
  #ninja-slider .caption .background {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px 0; }
    #ninja-slider .caption .background h3 {
      color: #222;
      margin: 0;
      border-left: 5px solid #251A90;
      padding-left: 15px; }
    #ninja-slider .caption .background p {
      color: #222;
      padding-left: 15px;
      padding-right: 15px; }
    #ninja-slider .caption .background .btn-detail {
      margin-left: 15px;
      background-color: #251A90;
      border-color: #251A90; }
      #ninja-slider .caption .background .btn-detail:hover {
        border-color: #FF5C01;
        background-color: #FF5C01; }

section {
  padding: 10px 0 !important; }
  section #page-content {
    padding: 10px 0 !important; }
  section .panel-custom {
    border: none;
    box-shadow: none; }
    section .panel-custom .panel-heading {
      background-color: #F3F3F3;
      border-bottom: 1px solid #347ab6; }
      section .panel-custom .panel-heading h1 {
        font-weight: 400; }
    section .panel-custom .panel-body {
      background-color: #F3F3F3; }
  section .giatang .panel-heading {
    background-color: #fff; }
  section .giatang .panel-body {
    background-color: #fff; }
    section .giatang .panel-body .title h5 {
      color: #f58220;
      font-weight: bold; }
  section .lienhe .panel-heading {
    background-color: #fff;
    padding: 15px 0; }
  section .lienhe .panel-body {
    background-color: #fff;
    padding: 15px 0; }
    section .lienhe .panel-body .title h5 {
      color: #f58220;
      font-weight: bold; }
    section .lienhe .panel-body form .bootstrap-select .btn {
      background-color: #ddd;
      border-color: #ddd;
      border-radius: 0;
      color: #000;
      font-weight: 100; }
    section .lienhe .panel-body form .dropdown-menu > .active > a, section .lienhe .panel-body form .dropdown-menu > .active > a:focus, section .lienhe .panel-body form .dropdown-menu > .active > a:hover {
      background-color: #f58220; }
    section .lienhe .panel-body form input, section .lienhe .panel-body form textarea {
      background-color: #ddd;
      border-color: #ddd;
      border-radius: 0; }
      section .lienhe .panel-body form input::placeholder, section .lienhe .panel-body form textarea::placeholder {
        color: #555; }
    section .lienhe .panel-body form .btn-send {
      background-color: #f58220;
      border-color: #f58220;
      padding: 15px 55px; }
      section .lienhe .panel-body form .btn-send:hover {
        background-color: #f69038; }

.panel-no-border {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.lmore {
  display: none; }

#page-content {
  background-color: #F3F3F3; }
  #page-content .dongxe .panel-body .list-vehical {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 2em; }
    #page-content .dongxe .panel-body .list-vehical .item {
      margin: 0 10px;
      display: inline-block;
      padding-bottom: 0.3em;
      cursor: pointer;
      color: #666;
      border-bottom: 2px solid transparent; }
      #page-content .dongxe .panel-body .list-vehical .item:hover {
        border-bottom: 2px solid #000;
        color: #000; }
      #page-content .dongxe .panel-body .list-vehical .item.active {
        border-bottom: 2px solid #f58220;
        color: #000; }
  #page-content .dongxe .panel-body .product:hover {
    transition: all 0.3s; }
    #page-content .dongxe .panel-body .product:hover .option {
      opacity: 1; }
    #page-content .dongxe .panel-body .product:hover .img:after {
      opacity: 0.4; }
    #page-content .dongxe .panel-body .product:hover img {
      transform: scale(1.3); }
  #page-content .dongxe .panel-body .product .img {
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    #page-content .dongxe .panel-body .product .img:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #000;
      opacity: 0;
      transition: opacity 0.3s ease; }
    #page-content .dongxe .panel-body .product .img img {
      width: 100%;
      transition: 0.8s ease; }
    #page-content .dongxe .panel-body .product .img a:hover {
      cursor: pointer; }
      #page-content .dongxe .panel-body .product .img a:hover img {
        transform: scale(1.1); }
  #page-content .dongxe .panel-body .product p, #page-content .dongxe .panel-body .product h3, #page-content .dongxe .panel-body .product h4 {
    margin: 0; }
  #page-content .dongxe .panel-body .product .name {
    font-weight: bold;
    margin-top: 15px;
    font-size: 14px;
    display: block;
    height: 40px;
    overflow: hidden; }
    #page-content .dongxe .panel-body .product .name a:hover {
      color: #f58220; }
  #page-content .dongxe .panel-body .product .price {
    font-weight: bold;
    font-size: 20px;
    color: #f58220; }
  #page-content .dongxe .panel-body .product .description ul {
    padding-left: 20px; }
  #page-content .dongxe .panel-body .product .option {
    opacity: 0; }
    #page-content .dongxe .panel-body .product .option span {
      padding: 0 5px; }
      #page-content .dongxe .panel-body .product .option span:first-child {
        border-right: 1px solid; }
      #page-content .dongxe .panel-body .product .option span a {
        color: #f58220; }
  #page-content .advertise .col-sm-6 {
    padding: 15px; }
    #page-content .advertise .col-sm-6 img {
      transition: all 0.3s; }
    #page-content .advertise .col-sm-6 a:hover img {
      transform: scale(1.1); }
  #page-content .tech .panel-heading .tabs-navigation li a {
    border: none;
    background-color: #fff;
    color: #000;
    margin: 0 5px;
    font-weight: bold;
    padding: 10px 40px; }
  #page-content .tech .panel-heading .tabs-navigation li.active a {
    background-color: #f58220;
    color: #fff; }
  #page-content .tech .panel-body .tabs-content {
    border: none;
    padding: 15px 0; }
    #page-content .tech .panel-body .tabs-content .more {
      margin-bottom: 2.5em;
      width: 100%;
      height: 1px;
      background-color: #ddd;
      position: relative;
      display: inline-block;
      margin-top: 3.5em; }
      #page-content .tech .panel-body .tabs-content .more:hover span {
        border-color: #000; }
      #page-content .tech .panel-body .tabs-content .more:before {
        left: 0;
        background: -webkit-gradient(linear, right top, left top, from(#ccc), color-stop(#ccc), to(#fff));
        background: -webkit-linear-gradient(right, #ccc, #ccc, #fff);
        background: -o-linear-gradient(right, #ccc, #ccc, #fff);
        background: linear-gradient(to left, #ccc, #ccc, #fff); }
      #page-content .tech .panel-body .tabs-content .more span {
        position: absolute;
        left: 50%;
        margin-left: -50px;
        min-width: 100px;
        background-repeat: no-repeat;
        background-position: 95% center;
        background-color: #fff;
        border-radius: 25px;
        top: 50%;
        padding: 5px 15px;
        padding-left: 15px;
        text-align: center;
        margin-top: -18px;
        z-index: 2;
        cursor: pointer;
        border: 1px solid #f58220;
        color: #f58220; }
  #page-content .tintuc .panel-heading {
    background-color: #f4f4f4; }
    #page-content .tintuc .panel-heading .tabs-navigation li {
      background-color: #fff;
      border-radius: 50px;
      overflow: hidden;
      margin-right: 5px; }
      #page-content .tintuc .panel-heading .tabs-navigation li a {
        border: none;
        color: #000;
        background-color: #fff;
        margin: 0 5px;
        font-weight: bold;
        padding: 10px 40px; }
      #page-content .tintuc .panel-heading .tabs-navigation li.active {
        background-color: #347ab6; }
        #page-content .tintuc .panel-heading .tabs-navigation li.active a {
          background-color: #347ab6;
          color: #fff; }
  #page-content .tintuc .panel-body {
    background-color: #f4f4f4; }
    #page-content .tintuc .panel-body .tabs-content {
      border: none;
      padding: 15px 0; }
    #page-content .tintuc .panel-body .blog {
      border-radius: 0;
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4), 0 4px 8px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4), 0 4px 8px rgba(0, 0, 0, 0.4);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.4), 0 4px 8px rgba(0, 0, 0, 0.4); }
      #page-content .tintuc .panel-body .blog .panel-body {
        background-color: #fff;
        padding: 0; }
        #page-content .tintuc .panel-body .blog .panel-body .img {
          width: 100%;
          position: relative;
          overflow: hidden; }
          #page-content .tintuc .panel-body .blog .panel-body .img:hover img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1); }
          #page-content .tintuc .panel-body .blog .panel-body .img:hover .ngangon {
            bottom: 0; }
          #page-content .tintuc .panel-body .blog .panel-body .img img {
            width: 100%;
            height: auto;
            -webkit-transition: 0.5s ease;
            -moz-transition: 0.5s ease;
            -ms-transition: 0.5s ease;
            -o-transition: 0.5s ease;
            transition: 0.5s ease; }
          #page-content .tintuc .panel-body .blog .panel-body .img .ngangon {
            position: absolute;
            background: rgba(0, 0, 0, 0.6);
            bottom: -150px;
            color: #fff;
            font-weight: bold;
            padding: 5px 15px;
            -webkit-transition: 0.5s ease;
            -moz-transition: 0.5s ease;
            -ms-transition: 0.5s ease;
            -o-transition: 0.5s ease;
            transition: 0.5s ease; }
        #page-content .tintuc .panel-body .blog .panel-body .title {
          margin-top: 5px;
          border-left: 3px solid #555;
          padding: 5px 0 5px 15px;
          height: 60px;
          font-family: 'RC';
          font-weight: bold; }
          #page-content .tintuc .panel-body .blog .panel-body .title:hover {
            border-left: 3px solid #FF5C01; }
            #page-content .tintuc .panel-body .blog .panel-body .title:hover a {
              color: #FF5C01; }
        #page-content .tintuc .panel-body .blog .panel-body .date {
          display: flex;
          justify-content: flex-end;
          padding: 15px; }

.portfolio-item .portfolio-image {
  height: 150px;
  display: flex;
  align-items: center;
  border: 1px solid #eee; }

#goToTop:after, #goToTop:before {
  background-color: #f58220; }

.tool {
  position: fixed;
  top: 30%;
  right: 0;
  width: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 9;
  border-radius: 10px 0 0 10px;
  opacity: 1; }
  .tool ul {
    margin-bottom: 0; }
    .tool ul li {
      position: relative;
      z-index: 999; }
      .tool ul li:first-child a {
        border-top-left-radius: 10px; }
      .tool ul li:last-child a {
        border-bottom-left-radius: 10px; }
      .tool ul li a.hover {
        background-color: #555;
        padding: 10px 5px; }
      .tool ul li:hover .hover {
        background-color: #000; }
      .tool ul li:hover .show {
        right: 35px; }
      .tool ul li .show {
        position: absolute;
        top: 0;
        width: 200px;
        height: 35px;
        right: -200px;
        background-color: #f58220;
        transition: right 0.5s;
        line-height: 35px;
        z-index: -1; }
        .tool ul li .show a {
          color: #fff;
          font-weight: bold; }

.noidung img {
  max-width: 700px;
  margin-bottom: 10px; }

.more {
  margin-bottom: 2.5em;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: relative;
  display: inline-block;
  margin-top: 3.5em; }
  .more:hover span {
    border-color: #000; }
  .more:before {
    left: 0;
    background: -webkit-gradient(linear, right top, left top, from(#ccc), color-stop(#ccc), to(#fff));
    background: -webkit-linear-gradient(right, #ccc, #ccc, #fff);
    background: -o-linear-gradient(right, #ccc, #ccc, #fff);
    background: linear-gradient(to left, #ccc, #ccc, #fff); }
  .more span {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    min-width: 100px;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-color: #fff;
    border-radius: 25px;
    top: 50%;
    padding: 5px 15px;
    padding-left: 15px;
    text-align: center;
    margin-top: -18px;
    z-index: 2;
    cursor: pointer;
    border: 1px solid #f58220;
    color: #f58220; }

.side-menu {
  list-style: none;
  padding: 0;
  position: relative; }
  .side-menu li {
    width: 100%;
    display: block;
    padding: 10px 0;
    margin-bottom: 5px;
    background-color: #ddd;
    position: relative; }
    .side-menu li.active {
      background-color: #f58220; }
      .side-menu li.active a {
        color: #fff; }
        .side-menu li.active a:before {
          position: absolute;
          right: 10px;
          top: 48%;
          height: 2px;
          width: 10px;
          background: #777;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-transition-duration: 0.2s;
          -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
          content: "";
          transform: rotate(-45deg);
          background-color: #FFF;
          margin-top: 4px; }
        .side-menu li.active a:after {
          position: absolute;
          right: 10px;
          top: 48%;
          height: 2px;
          width: 10px;
          background: #777;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-transition-duration: 0.2s;
          -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
          content: "";
          transform: rotate(45deg);
          background-color: #FFF;
          margin-top: -2px; }
    .side-menu li a {
      display: block;
      font-weight: bold;
      padding: 5px 15px;
      overflow: hidden; }

.sidebar h2 {
  font-size: 30px; }
.sidebar .btn-sidebar {
  width: 100%; }
  .sidebar .btn-sidebar:hover {
    background-color: #000; }
  .sidebar .btn-sidebar:focus {
    background-color: #000; }

.chitietsp .header {
  border-bottom: 1px solid;
  width: 40%; }
  .chitietsp .header h4 {
    color: #f58220; }
.chitietsp .detail .price {
  position: relative;
  width: 200px; }
  .chitietsp .detail .price span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    line-height: normal; }
.chitietsp .img .color-name {
  border-bottom: 2px solid #000;
  width: 100%;
  text-align: right;
  font-weight: bold;
  margin-bottom: 15px; }
.chitietsp .btn-compair {
  background-color: #fff;
  color: #000;
  border: 1px solid #000; }
  .chitietsp .btn-compair:hover {
    background-color: #000;
    color: #fff; }
  .chitietsp .btn-compair:focus {
    background-color: #000;
    color: #fff; }
.chitietsp .other {
  border-left: 3px solid #f58220;
  padding-left: 15px;
  margin-top: 15px; }
.chitietsp .pick-color {
  list-style: none; }
  .chitietsp .pick-color li {
    display: inline-block;
    border: 3px solid #fff; }
    .chitietsp .pick-color li.active {
      border: 3px solid #f58220; }
    .chitietsp .pick-color li a {
      display: block; }
      .chitietsp .pick-color li a .color {
        width: 50px;
        height: 50px; }
        .chitietsp .pick-color li a .color.bac {
          background-color: #eee; }
        .chitietsp .pick-color li a .color.den {
          background-color: #000; }
        .chitietsp .pick-color li a .color.nau {
          background-color: brown; }
        .chitietsp .pick-color li a .color.trang {
          background-color: #fff;
          border: 3px solid #000; }
        .chitietsp .pick-color li a .color.xam {
          background-color: #999; }

.scrollspy {
  background-color: #eee; }
  .scrollspy .scrollspy-menu {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    margin: 0;
    width: 100%; }
    .scrollspy .scrollspy-menu li {
      width: calc(100%/5);
      background-color: #eee; }
      .scrollspy .scrollspy-menu li.active {
        border-bottom: 3px solid #f58220; }
        .scrollspy .scrollspy-menu li.active a {
          background-color: #ddd; }
      .scrollspy .scrollspy-menu li a {
        display: block;
        font-size: 14px; }
      .scrollspy .scrollspy-menu li .icon {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin: 0; }
        .scrollspy .scrollspy-menu li .icon img {
          margin: 0 auto; }

.btn-detail {
  background-color: #f58220;
  color: #fff;
  border: 1px solid #f58220; }
  .btn-detail:hover {
    background-color: #000;
    color: #fff; }
  .btn-detail:focus {
    background-color: #000;
    color: #fff; }

#ngoaithat .padding {
  padding-left: 45px; }
#ngoaithat a {
  color: #f58220; }

.owl-dots {
  display: none !important; }

#lienhe {
  display: flex;
  justify-content: center; }
  #lienhe .text {
    width: 500px; }
    #lienhe .text img {
      width: 100%; }

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }

.clearfixed {
  position: static !important; }

.banner .item-banner {
  display: flex;
  cursor: pointer; }
  .banner .item-banner:hover .text {
    color: #f58220; }
  .banner .item-banner:hover .img1 {
    display: none; }
  .banner .item-banner:hover .img2 {
    display: block !important; }
  .banner .item-banner .img img {
    width: 60px;
    position: relative;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .banner .item-banner .img img.img2 {
      display: none; }
  .banner .item-banner .text {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.8em;
    text-transform: uppercase;
    height: 80px;
    line-height: 80px;
    transition: all 0.2s;
    font-weight: bold;
    text-align: left;
    padding: 0 15px; }

.sidebar:before {
  display: none; }

.widget-shop .widget-title {
  padding-bottom: 15px;
  border-bottom: 2px solid #f58220; }
.widget-shop .product {
  min-height: 40px; }
  .widget-shop .product .product-image {
    width: 30%; }
  .widget-shop .product .product-description {
    width: 70%; }

.sidebar, .sidebar-right .content {
  padding-right: 15px; }

.product-lienquan {
  border: 1px solid #eee;
  padding: 15px;
  margin-top: 15px; }
  .product-lienquan:hover {
    transition: all 0.3s; }
    .product-lienquan:hover .option {
      opacity: 1; }
    .product-lienquan:hover .img:after {
      opacity: 0.4; }
    .product-lienquan:hover img {
      transform: scale(1.3); }
  .product-lienquan .img {
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    .product-lienquan .img:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #000;
      opacity: 0;
      transition: opacity 0.3s ease; }
    .product-lienquan .img img {
      width: 100%;
      transition: 0.8s ease; }
    .product-lienquan .img a:hover {
      cursor: pointer; }
      .product-lienquan .img a:hover img {
        transform: scale(1.1); }
  .product-lienquan p, .product-lienquan h3, .product-lienquan h4 {
    margin: 0; }
  .product-lienquan .name {
    font-weight: bold;
    margin-top: 15px; }
    .product-lienquan .name a:hover {
      color: #f58220; }
  .product-lienquan .price {
    font-weight: bold;
    font-size: 20px;
    color: #f58220; }
  .product-lienquan .description ul {
    padding-left: 20px; }
    .product-lienquan .description ul li {
      font-weight: bold; }
  .product-lienquan .option {
    opacity: 0; }
    .product-lienquan .option span {
      padding: 0 5px; }
      .product-lienquan .option span:first-child {
        border-right: 1px solid; }
      .product-lienquan .option span a {
        color: #f58220; }

.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;
  height: 200px;
  cursor: pointer;
  z-index: 200000 !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;
  opacity: .7;
  -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: #f5ea1e;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -moz-transition: all 1s ease; }

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

.separator2 {
  margin-bottom: 2.5em;
  width: 100%;
  height: 1px;
  background-color: #347ab6;
  position: relative;
  display: inline-block;
  margin-top: 3.5em; }
  .separator2 span {
    position: absolute;
    min-width: 100px;
    top: 50%;
    width: 100%;
    margin-top: -26px;
    padding: 5px 15px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    display: flex;
    justify-content: center; }
    .separator2 span .border {
      position: relative;
      border: 1px solid #347ab6;
      border-radius: 50px;
      min-width: 400px;
      padding: 8px 36px;
      background-color: #fff;
      color: #347ab6;
      font-size: 18px;
      font-weight: bold; }

.hover-animation:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }
.hover-animation:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }
.hover-animation:hover:before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, 0.3); }
.hover-animation:hover:after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.3); }
.hover-animation:hover img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }

.cuuho {
  position: fixed;
  bottom: 10px;
  right: 15px;
  background-color: #c70000;
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 30px;
  z-index: 99; }
  .cuuho a {
    color: #f5ea1e; }

.click-dropdown {
  display: none; }

@media screen and (min-width: 991px) {
  .list-car {
    border-left: 1px solid #eee; }

  #mainMenu nav ul li:nth-child(2) {
    margin-left: 0; }
    #mainMenu nav ul li:nth-child(2) a.header-link {
      padding-left: 0 !important; } }
@media screen and (max-width: 1024px) {
  .location span {
    display: none; } }
@media screen and (max-width: 768px) {
  .grid-display {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }

  .lines, .lines:after, .lines:before {
    background-color: #fff; }

  .click-dropdown {
    display: inline-block;
    border: none !important;
    background-color: transparent !important;
    color: #000;
    margin-top: -26px;
    position: absolute;
    right: 10px; }
    .click-dropdown:focus {
      outline: none !important; }

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

  .mega-menu-item .click-dropdown {
    display: none; }

  .list-vehical {
    display: block;
    padding: 0; }
    .list-vehical li {
      display: block !important; }

  #header {
    height: 45px; }
    #header .hotline {
      position: absolute;
      right: 15px;
      top: 35px; }
      #header .hotline h5 {
        color: #fff;
        margin: -7px  0; }
    #header #mainMenu {
      position: relative;
      overflow-y: unset !important; }
      #header #mainMenu nav ul li {
        padding: 10px 0 !important; }
        #header #mainMenu nav ul li a.header-link {
          color: #fff; }
        #header #mainMenu nav ul li ul.dropdown-menu li a {
          padding: 1px 0 !important;
          color: #fff !important; }
    #header #mainMenu-trigger {
      height: 45px; }
    #header #header-wrap {
      /*background-color: #fff; */
        
    }
      #header #header-wrap .logo-mobile {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        #header #header-wrap .logo-mobile .img {
          width: 100%;
          z-index: 9999;
          margin: 0 30px; }
      #header #header-wrap .location {
        height: 100%;
        top: 5px; }
        #header #header-wrap .location ul {
          margin: 0; }

  .banner .item-banner {
    display: flex;
    flex-direction: column;
    text-align: center; }
    .banner .item-banner .text {
      text-align: center;
      padding: 0; }

  .giatang {
    text-align: center; }

  #ngoaithat .padding, #noithat .padding {
    padding: 0 15px; }

  .menu {
    margin-left: 0 !important; }

  .grid-item .grid-description, .grid-item .portfolio-description, .portfolio-item .grid-description, .portfolio-item .portfolio-description {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, -50%, 0); }
    .grid-item .grid-description i, .grid-item .portfolio-description i, .portfolio-item .grid-description i, .portfolio-item .portfolio-description i {
      background-color: #c70000 !important;
      color: #fff !important; } }
@media screen and (max-width: 435px) {
  .single-post .post-item .post-item-description > h2, .single-post .post-item .post-item-description > h2 > a {
    font-size: 18px;
    line-height: unset; } }
@media screen and (max-width: 325px) {
  .grid-display {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); }

  .separator2 span .border {
    font-size: 14px; } }

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