@charset "UTF-8";
body {
  font-size: 14px;
  font-family: "Roboto", "sans-serif", "Arial";
  position: relative;
  overflow-x: hidden;
  color: #333;
  background-color: #fff; }

.collapse:not(.show) {
  display: block; }

.wapper {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #fff; }

@media screen and (min-width: 1400px) {
  .wapper {
    max-width: 100%; } }
img {
  max-width: 100%; }

.div-table {
  display: table;
  width: 100%; }

.div-table-cell {
  display: table-cell;
  vertical-align: middle; }

.flex-row {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative; }

.flex-row-top {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

.flex-col {
  max-height: 100%; }

.flex-left {
  margin-right: auto; }

.flex-right {
  margin-left: auto; }

.div-table {
  display: table;
  width: 100%; }

.div-table-cell {
  display: table-cell;
  width: 100%; }

.visible-767 {
  display: none; }

.vertical {
  display: table;
  height: 100%;
  width: 100%; }

.middle {
  display: table-cell;
  vertical-align: middle; }

.left {
  float: left; }

.right {
  float: right; }

h1 {
  font-size: 34px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

.box-img-center {
  position: relative;
  overflow: hidden; }

.img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%; }

.img-zoom {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: .6s all ease;
  -webkit-transition: .6s all ease;
  -moz-transition: .6s all ease;
  -ms-transition: .6s all ease;
  -o-transition: .6s all ease; }

.img-zoom:hover {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transition: .6s all ease;
  -webkit-transition: .6s all ease;
  -moz-transition: .6s all ease;
  -ms-transition: .6s all ease;
  -o-transition: .6s all ease; }

.img-op {
  opacity: 1;
  transition: .6s all ease;
  -webkit-transition: .6s all ease;
  -moz-transition: .6s all ease;
  -ms-transition: .6s all ease;
  -o-transition: .6s all ease; }

.img-op:hover {
  opacity: 0.8;
  transition: .6s all ease;
  -webkit-transition: .6s all ease;
  -moz-transition: .6s all ease;
  -ms-transition: .6s all ease;
  -o-transition: .6s all ease; }

.img-mirror {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  opacity: 0.9;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s; }

.img-mirror:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }

.img-mirror:hover:after {
  webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

.img-mirror:hover {
  opacity: 1; }

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

a:hover {
  text-decoration: none; }

a:focus {
  text-decoration: none;
  outline: none; }

a, button, input {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s; }

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
textarea {
  border: 1px solid #e1e1e1;
  padding: 8px 15px;
  font-size: 14px;
  color: #888888;
  border-radius: 0;
  font-family: 'Roboto', sans-serif; }

button,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
  border-color: #666666;
  outline: none; }

.float-full {
  width: 100%;
  float: left; }

.container {
  max-width: 1170px; }

.tab-content > .active {
  opacity: 1; }

.price .price-old {
  color: #666666;
  padding-left: 15px;
  font-weight: 400;
  text-decoration: line-through; }
.price .price-market {
  color: #fc4a4a;
  font-weight: 400;
  font-size: 14px; }

.breadcrumb {
  background-color: transparent;
  padding: 10px 0px 10px 0px;
  margin-bottom: 0; }
  .breadcrumb a {
    color: #666;
    font-size: 12px;
    font-weight: 300;
    font-style: italic; }
    .breadcrumb a:hover {
      color: #333; }

.breadcrumb-item.active a {
  color: #333; }

.page-pagination {
  padding-bottom: 40px;
  text-align: right; }
  @media (max-width: 992px) {
    .page-pagination {
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .page-pagination {
      padding-bottom: 30px; } }
  .page-pagination .pagination {
    display: inline-flex; }
    .page-pagination .pagination li {
      padding: 0 3px; }
      .page-pagination .pagination li a {
        color: #000;
        border: 1px solid #002664;
        padding: 10px 15px; }
        @media (max-width: 767px) {
          .page-pagination .pagination li a {
            padding: 5px 8px; } }
      .page-pagination .pagination li:hover a {
        background-color: #002664;
        border-color: #002664;
        color: #fff; }
    .page-pagination .pagination li.active a {
      background-color: #002664;
      border-color: #002664; }

.time-user {
  color: #dc9019;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 400; }
  .time-user span {
    padding-right: 5px; }
    @media (max-width: 1200px) {
      .time-user span {
        padding-right: 8px; } }
    .time-user span i {
      padding-right: 5px; }

/*detail css customer*/
.content-standard-ck p {
  margin-bottom: 10px; }
.content-standard-ck table > thead > tr > th, .content-standard-ck table > tbody > tr > th, .content-standard-ck table > tfoot > tr > th, .content-standard-ck table > thead > tr > td, .content-standard-ck table > tbody > tr > td, .content-standard-ck table > tfoot > tr > td {
  border: 1px solid #eee; }
.content-standard-ck table > thead > tr > th, .content-standard-ck table > tbody > tr > th, .content-standard-ck table > tfoot > tr > th, .content-standard-ck table > thead > tr > td, .content-standard-ck table > tbody > tr > td, .content-standard-ck table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #eee;
  text-align: left;
  font: 13px/18px "Tahoma Regular"; }
.content-standard-ck table tr:hover {
  background-color: #F8FAFB; }
.content-standard-ck ol, .content-standard-ck ul {
  padding-left: 20px;
  margin-bottom: 10px;
  list-style: inherit; }
.content-standard-ck ol li, .content-standard-ck ul li {
  list-style: inherit;
  margin-bottom: 10px; }
.content-standard-ck iframe {
  width: 100%; }
.content-standard-ck img {
  margin-bottom: 10px;
  max-width: 100%; }

@media (max-width: 480px) {
  .content-standard-ck iframe {
    height: auto; } }
@media (max-width: 767px) {
  html {
    font-size: 4.3px !important; } }
@media (max-width: 767px) {
  .hidden-767 {
    display: none; }

  .visible-767 {
    display: block; }

  .flex-row-top {
    display: block; }
    .flex-row-top .flex-col {
      width: 100% !important;
      max-width: 100% !important;
      padding: 0px !important; }

  .box-img-center {
    height: auto !important; }

  .img-center {
    position: relative !important;
    width: 100% !important; }

  .img-fluid {
    width: 100%; } }
.date {
  color: #ffffff;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 5px; }
  .date i {
    color: #aeaeae;
    padding-right: 5px; }

.desc {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 5px; }

.btn-style-1, .btn-style-2 {
  white-space: nowrap;
  color: #29aae1;
  display: inline-block;
  font-size: 16px;
  padding: 12px 24px 12px 0px;
  font-weight: 600;
  text-transform: capitalize; }
  @media (max-width: 767px) {
    .btn-style-1, .btn-style-2 {
      font-size: 12px; } }

.btn-style-2 {
  color: #fff; }

.view-all {
  margin: auto;
  text-align: center; }
  .view-all .read-more {
    display: inline-block;
    background-color: #383838;
    padding: 0 25px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0px;
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .view-all .read-more:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #0099d7;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      border-radius: 3px; }
    .view-all .read-more:hover {
      transition: .6s all ease;
      -webkit-transition: .6s all ease;
      -moz-transition: .6s all ease;
      -ms-transition: .6s all ease;
      -o-transition: .6s all ease; }
    .view-all .read-more:hover:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

.view-all-1 {
  text-align: right; }
  .view-all-1 .read-more {
    display: inline-block;
    background-color: #418bca;
    padding: 0 25px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .view-all-1 .read-more:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #3a72aa;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      border-radius: 3px; }
    .view-all-1 .read-more:hover {
      transition: .6s all ease;
      -webkit-transition: .6s all ease;
      -moz-transition: .6s all ease;
      -ms-transition: .6s all ease;
      -o-transition: .6s all ease; }
    .view-all-1 .read-more:hover:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s; }

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00a2e0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-right:active,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:hover {
  color: #fff; }

.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.buttom-action a {
  width: 130px;
  height: 42px;
  color: #007aab;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 39px;
  border: 1px solid #007aab;
  display: inline-block;
  position: relative; }
  .buttom-action a .icon-detail {
    position: absolute;
    width: 20px;
    height: 25px;
    right: 5px;
    top: 5px; }
.buttom-action .buy-detail {
  background: #007aab;
  color: #fff; }

.slider-banner-index {
  width: 100%;
  float: left;
  position: relative; }

.banner-homepage {
  position: relative;
  z-index: 6;
  text-align: left; }
  @media (max-width: 991px) {
    .banner-homepage {
      background-size: 100%; } }
  @media (max-width: 767px) {
    .banner-homepage {
      background-size: cover; } }

.banner-homepage {
  height: 630px;
  overflow: hidden;
}
  @media (max-width: 1400px) {
    .banner-homepage {
      height: 448px; } }
  @media (max-width: 1200px) {
    .banner-homepage {
      height: initial; }
      .banner-homepage img {
        min-width: 100%; } }

.cont-banner-top {
  color: #4a4a4a;
  padding-top: 15.3rem; }
  @media (max-width: 991px) {
    .cont-banner-top {
      padding-top: 10.3rem; } }
  .cont-banner-top .title {
    margin: 0;
    font-size: inherit;
    position: relative;
    z-index: 9; }
    .cont-banner-top .title span.text-top {
      font-family: "Montserrat", "Arial", "sans-serif";
      font-size: 4.8em;
      margin: auto;
      font-weight: 400; }
      @media (min-width: 1440px) {
        .cont-banner-top .title span.text-top {
          font-size: 48px; } }
      @media (max-width: 767px) {
        .cont-banner-top .title span.text-top {
          font-size: 23px;
          line-height: 30px; } }
  .cont-banner-top .desc {
    margin-bottom: 3.5rem; }
    .cont-banner-top .desc b {
      font-family: "Montserrat", "Arial", "sans-serif";
      font-size: 4.8em;
      color: #14a9e3;
      font-weight: 800;
      line-height: 1.2; }
      @media (min-width: 1440px) {
        .cont-banner-top .desc b {
          font-size: 48px; } }
      @media (max-width: 767px) {
        .cont-banner-top .desc b {
          font-size: 23px;
          line-height: 30px; } }
  @media (min-width: 1440px) {
    .cont-banner-top {
      padding-top: 150px; } }
  @media (max-width: 767px) {
    .cont-banner-top {
      font-size: 4.3px !important;
      padding-top: 14em; } }
  @media (max-width: 767px) {
    .cont-banner-top {
      margin-top: -190px;
      position: relative;
      z-index: 99;
      padding-top: 9em;
      margin-bottom: 70px; } }
  .cont-banner-top .line-standard {
    display: block;
    height: 3px;
    width: 160px;
    background: #29aae1; }

.custom-dots {
  position: absolute;
  top: 64%;
  max-width: 940px;
  left: 0px;
  right: 0px;
  margin: auto;
  list-style: none; }
  .custom-dots li {
    display: inline-block;
    margin: 0px 4px; }
    .custom-dots li button {
      outline: none;
      text-indent: -8000px;
      border: 1px solid #29aae1;
      width: 13px;
      height: 13px;
      background: #fff; }
    .custom-dots li.slick-active button {
      background: #29aae1; }
    .custom-dots li:first-child {
      margin-left: 0px; }
  @media (max-width: 991px) {
    .custom-dots {
      max-width: 640px; } }
  @media (max-width: 767px) {
    .custom-dots {
      max-width: initial;
      padding: 0px 30px; } }
  @media (max-width: 767px) {
    .custom-dots {
      position: relative;
      top: -30px; } }

#banner-index {
  width: 100%;
  float: left;
  position: relative; }

.slick-dots {
  width: 100px;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto; }
  @media all and (max-width: 767px) {
    .slick-dots {
      bottom: 0px; } }
  .slick-dots li {
    width: 5px; }

.slick-prev:before,
.slick-next::before {
  position: absolute;
  z-index: 9;
  top: 13px;
  right: 10px;
  width: 28px;
  height: 28px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease; }
  @media all and (max-width: 767px) {
    .slick-prev:before,
    .slick-next::before {
      display: none; } }

.slick-prev:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.slick-next {
  right: 85px; }

.slick-prev {
  left: 85px; }

.slick-dots li {
  margin: 0 10px; }

.slick-dots li button:before {
  font-size: 14px;
  color: #b4b9be;
  opacity: 1; }

.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1; }

.banner-inpage {
  position: relative;
  min-height: 325px; }
  .banner-inpage .img-banner {
    display: block;
    width: 100%; }
    @media (max-width: 767px) {
      .banner-inpage .img-banner {
        height: 325px; } }
    .banner-inpage .img-banner img {
      min-width: 100%; }
      @media (max-width: 767px) {
        .banner-inpage .img-banner img {
          object-fit: cover;
          object-position: center;
          height: 100%; } }
  .banner-inpage .ctn-banner {
    position: absolute;
    top: 0px;
    bottom: 0px; }
    .banner-inpage .ctn-banner h2 {
      color: #ffffff;
      font-family: "Montserrat", "Arial", "sans-serif";
      font-size: 48px;
      font-weight: 700;
      line-height: 51px;
      letter-spacing: -0.5px;
      margin: 5rem 0px 4rem 0; }
      @media (max-width: 992px) {
        .banner-inpage .ctn-banner h2 {
          font-size: 36px; } }
      @media (max-width: 767px) {
        .banner-inpage .ctn-banner h2 {
          font-size: 24px;
          line-height: 34px; } }
    .banner-inpage .ctn-banner p {
      color: #ffffff;
      font-size: 36px;
      font-weight: 300;
      line-height: 42px;
      letter-spacing: -0.5px; }
      @media (max-width: 992px) {
        .banner-inpage .ctn-banner p {
          font-size: 24px; } }
      @media (max-width: 767px) {
        .banner-inpage .ctn-banner p {
          font-size: 18px;
          line-height: 22px; } }
    .banner-inpage .ctn-banner .circle-number span {
      color: #ffffff;
      font-family: "Roboto", Arial, sans-serif;
      font-size: 5.5rem;
      font-weight: 300;
      padding: 19px 13px 18px 13px;
      display: inline-block;
      text-align: center;
      border: 9px solid #ffdb00; }
      @media (max-width: 992px) {
        .banner-inpage .ctn-banner .circle-number span {
          padding: 17px 15px 16px 13px;
          border: 5px solid #ffdb00;
          font-size: 33px; } }

/*!
  menu mobile
*/
.menu-bar-mobile {
  position: fixed;
  height: 100%;
  width: 300px;
  background: #fff;
  z-index: 9999999;
  box-shadow: 1px 0px 1px #ccc;
  overflow-y: scroll;
  display: none; }

.logo-menu {
  float: left;
  width: 100%;
  text-align: center; }
  .logo-menu img {
    width: 180px;
    margin-bottom: 10px;
    margin-top: 10px; }

.menu-bar-lv-1 {
  float: left;
  width: 100%;
  position: relative; }
  .menu-bar-lv-1 a {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 30px;
    background: #fff;
    margin-bottom: 1px;
    padding: 5px 15px;
    font-size: 14px;
    border-top: 1px solid #ebebeb;
    color: #3e3e3e; }
    .menu-bar-lv-1 a:hover {
      box-shadow: 0px 0px 2px #443333; }
  .menu-bar-lv-1 span {
    position: absolute;
    right: 10px;
    top: 4px;
    width: 30px;
    height: 30px;
    font-size: 17px;
    text-align: center;
    padding-top: 9px;
    cursor: pointer;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s; }

.menu-bar-lv-2, .menu-bar-lv-3 {
  position: relative;
  float: left;
  width: 100%;
  display: none; }

.menu-bar-lv-2 a {
  position: relative;
  float: left;
  width: 100%;
  padding: 5px 15px; }
.menu-bar-lv-2 i:last-child {
  margin-right: 7px; }

.menu-bar-lv-3 a {
  position: relative;
  float: left;
  width: 100%;
  padding: 5px 33px; }

.rotate-menu {
  transform: rotate(180deg);
  top: 10px !important; }

.menu-btn-show {
  position: absolute;
  width: 28px;
  height: 27px;
  float: left;
  margin-right: 15px;
  cursor: pointer;
  right: 15px;
  top: 130px;
  z-index: 9999; }
  .menu-btn-show .border-style {
    width: 100%;
    height: 4px;
    background: #002664;
    float: left;
    margin-bottom: 5px;
    border-radius: 10px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s; }

.fixed-box .menu-btn-show .border-style {
  /*background: #fff;*/
  background: #38a7e0; }

.box-login-logout {
  float: left;
  width: 100%;
  position: relative;
  background: #f9f9f9; }

.boder-rotate {
  position: absolute;
  left: 50%;
  height: 40px;
  width: 1px;
  background: #ebebeb;
  transform: rotate(30deg); }

.box-login-logout i {
  margin-right: 6px; }
.box-login-logout .left {
  float: left;
  width: 50%;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  font-size: 15px;
  border-top: 1px solid #ebebeb; }

.shadow-open-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.51);
  z-index: 999;
  display: none; }

.menu-btn-show.active .border-style {
  background: #fff;
  display: none; }
  .menu-btn-show.active .border-style:first-child {
    transform: rotate(42deg);
    margin-top: 5px;
    display: block; }
  .menu-btn-show.active .border-style:last-child {
    transform: rotate(-42deg);
    margin-top: -9px;
    display: block; }

@media screen and (min-width: 992px) {
  .menu-btn-show {
    display: none; } }
@media screen and (max-width: 992px) {
  .menu-btn-show {
    display: block; }

  .main-menu, .hide-mobile {
    display: none; }

  .menu-btn-show {
    top: 75px;
    right: 1%; } }
@media screen and (max-width: 576px) {
  .menu-btn-show {
    top: 65px; } }
@media screen and (max-width: 360px) {
  .menu-bar-mobile {
    width: 250px; } }
/*Main menu ngang*/
.main-menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  text-align: left; }
  .main-menu > ul:before {
    content: "";
    display: table; }
  .main-menu > ul:after {
    content: "";
    display: table;
    clear: both; }
  .main-menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative; }
    .main-menu > ul > li a {
      text-decoration: none;
      padding: 13px 15px 13px 15px;
      display: block;
      font-size: 14px;
      position: relative;
      color: #333;
      transition: .6s all ease;
      -webkit-transition: .6s all ease;
      -moz-transition: .6s all ease;
      -ms-transition: .6s all ease;
      -o-transition: .6s all ease; }
    .main-menu > ul > li:first-child a {
      margin-left: 0px; }
    .main-menu > ul > li:last-child a {
      margin-right: 0px; }
    .main-menu > ul > li:hover > ul {
      opacity: 1;
      visibility: visible;
      transition: .6s all ease;
      -webkit-transition: .6s all ease;
      -moz-transition: .6s all ease;
      -ms-transition: .6s all ease;
      -o-transition: .6s all ease; }
    .main-menu > ul > li > ul {
      opacity: 0;
      visibility: hidden;
      width: 220px;
      background-color: #fff;
      padding: 0px;
      position: absolute;
      z-index: 99;
      left: 0px;
      margin: 0px;
      list-style: none;
      box-sizing: border-box;
      text-align: left;
      box-shadow: 0px 2px 3px rgba(154, 142, 142, 0.48);
      transition: .6s all ease;
      -webkit-transition: .6s all ease;
      -moz-transition: .6s all ease;
      -ms-transition: .6s all ease;
      -o-transition: .6s all ease; }
      .main-menu > ul > li > ul:before {
        content: "";
        display: table; }
      .main-menu > ul > li > ul:after {
        content: "";
        display: table;
        clear: both; }
      .main-menu > ul > li > ul > li {
        margin: 0;
        padding-bottom: 0;
        list-style: none;
        width: 100%;
        float: left;
        display: block;
        position: relative; }
        .main-menu > ul > li > ul > li a {
          padding: 8px 15px 8px 15px;
          width: 100%;
          display: block;
          border-bottom: 1px solid rgba(204, 204, 204, 0.63);
          font-size: 13px;
          font-weight: 400;
          text-transform: none;
          margin: 0px;
          clear: both;
          color: #333;
          white-space: nowrap; }
        .main-menu > ul > li > ul > li > ul {
          padding: 0;
          margin: 0px;
          list-style: none;
          box-sizing: border-box;
          position: absolute;
          left: 130%;
          min-width: 210px;
          background-color: #fff;
          top: 0px;
          box-shadow: 0px 0px 5px #ccc;
          transition: all 0.3s ease-in-out 0s;
          -moz-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -ms-transition: all 0.3s ease-in-out 0s;
          visibility: hidden;
          opacity: 0; }
        .main-menu > ul > li > ul > li:hover > a {
          background: #dee2e6; }
        .main-menu > ul > li > ul > li:hover > ul {
          left: 100%;
          visibility: visible;
          opacity: 1; }
        .main-menu > ul > li > ul > li > ul:before {
          content: "";
          display: table; }
        .main-menu > ul > li > ul > li > ul:after {
          content: "";
          display: table;
          clear: both; }
        .main-menu > ul > li > ul > li > ul > li {
          float: left;
          width: 100%;
          padding: 0px 0;
          margin: 0;
          border-bottom: 1px solid #ebebeb; }
        .main-menu > ul > li > ul > li .fa-caret-right {
          position: absolute;
          right: 11px;
          top: 12px;
          color: #fff; }
        .main-menu > ul > li > ul > li > ul > li a {
          border: 0; }
          .main-menu > ul > li > ul > li > ul > li a:hover {
            background: #dee2e6; }
      .main-menu > ul > li > ul.normal-sub {
        width: 200px;
        left: auto;
        padding: 5px 20px 9px 20px;
        background: rgba(8, 132, 57, 0.78);
        border-top: 5px solid #178544; }
        .main-menu > ul > li > ul.normal-sub > li {
          width: 100%; }
          .main-menu > ul > li > ul.normal-sub > li a {
            border: 0;
            padding: 1em 0;
            border: 0;
            padding: 9px 0px;
            border-bottom: 1px solid rgba(226, 222, 222, 0.31);
            color: #dad1d1; }
            .main-menu > ul > li > ul.normal-sub > li a:hover {
              color: #fff; }
          .main-menu > ul > li > ul.normal-sub > li:last-child a {
            border-bottom: none; }
    .main-menu > ul > li:last-child > ul {
      right: 0px;
      left: initial; }

.normal-sub li a:before {
  content: "•";
  line-height: 0;
  margin-right: 10px;
  font-size: 19px;
  position: static;
  color: #27AE61;
  margin-top: 9px;
  float: left; }

.main-menu > ul > li:hover > a:before, .main-menu > ul > li:hover > a:after {
  width: 50%;
  border-radius: 0;
  -moz-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  display: none; }
.main-menu > ul > li > a:after {
  content: "";
  height: 1px;
  position: absolute;
  right: 20px;
  width: 0;
  top: 75%;
  margin-top: 0px;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #ccc;
  display: none; }
.main-menu > ul > li > a:before {
  content: "";
  height: 1px;
  position: absolute;
  left: 20px;
  width: 0;
  top: 75%;
  margin-top: 0px;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  display: none;
  background: #ccc; }
.main-menu > ul > li.active > a:before, .main-menu > ul > li.active > a:after {
  width: 50%; }

#header, .header-top, .header-center, .nav {
  width: 100%;
  float: left; }

/*header-top*/
.header-top {
  height: 45px;
  background: #002664;
  color: #fff;
  font-size: 12px;
  font-family: 'Roboto';
  font-weight: 400; }
  .header-top .address {
    float: left; }
    @media (max-width: 567px) {
      .header-top .address {
        display: none; } }
    .header-top .address i {
      padding-right: 5px; }
    .header-top .address span {
      text-transform: uppercase;
      line-height: 44px; }
  .header-top a {
    color: #fff; }
    .header-top a:hover {
      color: #eaeaea; }

.social-lang {
  float: right;
  line-height: 45px; }
  @media (max-width: 567px) {
    .social-lang {
      width: 100%; } }
  .social-lang .login {
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin-right: 28px; }
    .social-lang .login ul li {
      display: inline-block; }
      .social-lang .login ul li a {
        font-size: 12px; }
    .social-lang .login ul i {
      font-size: 14px;
      margin-right: 10px; }
  .social-lang .social-hd {
    float: left;
    margin-right: 20px; }
    .social-lang .social-hd ul li {
      display: inline-block;
      margin-right: 30px; }
      .social-lang .social-hd ul li a {
        font-size: 16px; }
    @media (max-width: 992px) {
      .social-lang .social-hd {
        display: none; } }
  .social-lang .lang {
    float: left; }
    @media (max-width: 567px) {
      .social-lang .lang {
        float: right; } }

.header-center .logo {
  width: 120px;
  float: left; }
.header-center .nav-hd {
  float: left;
  margin-top: 20px; }
.header-center .search-hc {
  width: 215px;
  float: right;
  margin-top: 25px; }
  @media (max-width: 992px) {
    .header-center .search-hc {
      display: none; } }

.logo-content {
  height: 82px !important;
  position: relative;
  margin: 0; }
  @media (max-width: 992px) {
    .logo-content {
      height: 75px !important; } }
  @media (max-width: 767px) {
    .logo-content {
      height: 65px !important; }
      .logo-content .img-center {
        width: inherit !important;
        position: absolute !important;
        right: inherit;
        padding: 5px 0; } }
  .logo-content .img-center {
    right: inherit; }

.main-menu > ul > li > a {
  text-transform: uppercase;
  color: #002664;
  font-family: 'Roboto';
  font-weight: bold; }
  .main-menu > ul > li > a:hover {
    color: #ff0101; }
  @media (max-width: 1200px) {
    .main-menu > ul > li > a {
      padding: 13px 10px 13px 10px; } }

.main-menu > ul > li > ul > li a {
  color: #002664; }

.main-menu > ul > li > ul > li:hover > a,
.main-menu > ul > li > ul > li > ul > li a:hover {
  background: #002664;
  color: #fff; }

.box-search-hd {
  max-width: 215px;
  height: 31px;
  position: relative; }
  .box-search-hd .inputSearch {
    border: 1px solid #002664;
    border-radius: 15px;
    padding: 0px 0px 0px 15px;
    font-size: 12px;
    font-style: italic;
    height: 100%;
    color: #8c8c8c; }
    .box-search-hd .inputSearch::-webkit-input-placeholder, .box-search-hd .inputSearch::-moz-placeholder, .box-search-hd .inputSearch::-moz-placeholder, .box-search-hd .inputSearch:-ms-input-placeholder {
      color: #8c8c8c; }
  .box-search-hd .submitForm {
    width: 40px;
    height: 31px;
    background: transparent;
    color: #002664;
    height: 31px;
    border: none;
    border-radius: 15px;
    font-weight: bold;
    font-size: 15px;
    position: absolute;
    right: 0px;
    top: 0;
    cursor: pointer; }

.search-mobile {
  width: 100%;
  float: left; }

.box-search {
  height: 30px;
  position: relative;
  width: 90%;
  margin: auto;
  margin-bottom: 10px; }
  .box-search .inputSearch {
    border: 1px solid #002664;
    border-radius: 15px;
    padding: 0px 0px 0px 15px;
    font-size: 12px;
    font-style: italic;
    height: 100%;
    color: #8c8c8c;
    width: 100%; }
    .box-search .inputSearch::-webkit-input-placeholder, .box-search .inputSearch::-moz-placeholder, .box-search .inputSearch::-moz-placeholder, .box-search .inputSearch:-ms-input-placeholder {
      color: #8c8c8c; }
  .box-search .submitForm {
    width: 40px;
    height: 31px;
    background: transparent;
    color: #002664;
    height: 31px;
    border: none;
    border-radius: 15px;
    font-weight: bold;
    font-size: 15px;
    position: absolute;
    right: 0px;
    top: 0;
    cursor: pointer; }

#banner-homepage {
  position: relative; }
  #banner-homepage .owl-nav {
    margin: 0; }
    #banner-homepage .owl-nav button {
      position: absolute;
      z-index: 9;
      top: 40%;
      font-size: 50px;
      opacity: .5; }
      @media (max-width: 767px) {
        #banner-homepage .owl-nav button {
          top: 30%; } }
      @media (max-width: 575px) {
        #banner-homepage .owl-nav button {
          top: 20%; } }
      #banner-homepage .owl-nav button:hover {
        background: transparent;
        color: #000;
        opacity: 1; }
      #banner-homepage .owl-nav button:focus {
        outline: none; }
    #banner-homepage .owl-nav button.owl-prev {
      left: 10px; }
    #banner-homepage .owl-nav button.owl-next {
      right: 10px; }
  #banner-homepage .owl-dots {
    position: absolute;
    z-index: 9;
    bottom: 30px;
    margin: auto;
    left: 0;
    right: 0; }
    @media (max-width: 992px) {
      #banner-homepage .owl-dots {
        bottom: 10px; } }
    @media (max-width: 767px) {
      #banner-homepage .owl-dots {
        bottom: 0px; } }

footer {
  width: 100%;
  float: left;
  background: #262626;
  color: #fff;
  font-size: 14px; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #ccc; }

.layout-footer {
  width: 100%;
  float: left; }

.layout-footer1 {
  padding: 60px 0px 20px 0px; }
  @media (max-width: 992px) {
    .layout-footer1 {
      padding: 50px 0px 15px 0px; } }
  @media (max-width: 767px) {
    .layout-footer1 {
      padding: 40px 0px 10px 0px; } }

.title-ft h2 {
  font-size: 14px;
  font-family: 'Roboto';
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px; }
  @media (max-width: 992px) {
    .title-ft h2 {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .title-ft h2 {
      margin-bottom: 10px; } }

.content-ft {
  width: 100%;
  float: left;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .content-ft {
      margin-bottom: 5px; } }
  .content-ft p {
    margin-bottom: 5px; }

.menu-ft ul li {
  padding: 0px 0px 15px 0px;
  width: 100%;
  float: left; }
  .menu-ft ul li a {
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 300;
    color: #fff; }
    .menu-ft ul li a:hover {
      color: #ccc; }

.newsletter-form .form-group {
  margin-bottom: 10px; }
.newsletter-form .form-control {
  background: #888888;
  border: none;
  color: #d9d9d9;
  font-size: 12px;
  font-family: 'Roboto';
  font-weight: 300;
  font-style: italic;
  height: 32px; }
.newsletter-form .btn-ft2 {
  border: none;
  border-radius: 0;
  background: #002664;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 20px;
  font-size: 14px;
  font-family: 'Roboto';
  font-weight: bold;
  transition: .6s all ease;
  -webkit-transition: .6s all ease;
  -moz-transition: .6s all ease;
  -ms-transition: .6s all ease;
  -o-transition: .6s all ease; }
  .newsletter-form .btn-ft2:hover {
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
    background: #00214b; }

.newsletter-form input::placeholder,
.newsletter-form textarea::placeholder {
  color: #d9d9d9;
  opacity: 1; }

.newsletter-form input:-ms-input-placeholder,
.newsletter-form textarea:-ms-input-placeholder {
  color: #d9d9d9; }

.newsletter-form input::-webkit-input-placeholder,
.newsletter-form textarea::-webkit-input-placeholder {
  color: #d9d9d9; }

.newsletter-form input::-moz-placeholder,
.newsletter-form textarea::-moz-placeholder {
  color: #d9d9d9; }

.copy-web {
  background: #222222;
  color: #cfcfcf;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 13px;
  line-height: 40px;
  height: 40px; }
  .copy-web a {
    color: #cfcfcf; }
    .copy-web a:hover {
      color: #fff; }
  @media (max-width: 767px) {
    .copy-web {
      height: auto;
      line-height: 20px;
      padding: 10px 0px 10px 0px; } }

.nano {
  text-align: right; }
  @media (max-width: 767px) {
    .nano {
      text-align: left; } }

#main, .layout-main {
  width: 100%;
  float: left; }

.layout-main {
  padding: 40px 0px 40px 0px; }
  @media (max-width: 992px) {
    .layout-main {
      padding: 30px 0px 30px 0px; } }

.title-m {
  width: 100%;
  float: left; }
  .title-m h2 {
    margin: 0px 0px 30px 0px;
    padding: 0;
    text-align: center;
    display: block;
    position: relative; }
    .title-m h2 a {
      text-transform: uppercase;
      color: #002664;
      font-size: 30px;
      font-family: 'Roboto';
      font-weight: bold;
      line-height: 1.2; }
      @media (max-width: 992px) {
        .title-m h2 a {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .title-m h2 a {
          font-size: 24px; } }

.content-m {
  width: 100%;
  float: left; }

.introduce-index {
  background: #ebebeb;
  padding-bottom: 80px; }
  @media (max-width: 992px) {
    .introduce-index {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .introduce-index {
      padding-bottom: 40px; } }

.content-ii {
  height: 350px;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .content-ii {
      height: auto;
      overflow: hidden; } }
  .content-ii .box-img-intro {
    width: 530px;
    float: left; }
    @media (max-width: 1200px) {
      .content-ii .box-img-intro {
        width: 40%;
        margin-right: 15px;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .content-ii .box-img-intro {
        width: 100%;
        margin-right: 0px; } }
  .content-ii .box-info-intro {
    margin-left: 560px;
    color: #333333;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px; }
    @media (max-width: 1200px) {
      .content-ii .box-info-intro {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .content-ii .box-info-intro {
        width: 100%;
        float: left; } }

.box-img-pgic {
  height: 210px;
  margin-bottom: 30px; }
  @media (max-width: 992px) {
    .box-img-pgic {
      height: 300px;
      margin-bottom: 20px; } }
  @media (max-width: 992px) {
    .box-img-pgic a img {
      width: 100%;
      height: 100%;
      object-fit: cover; } }
  .box-img-pgic .description-product {
    position: absolute;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    bottom: 0;
    text-align: center; }
    .box-img-pgic .description-product:hover {
      background: rgba(0, 0, 0, 0.8);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .box-img-pgic .description-product a {
      color: #fff;
      font-family: 'Roboto';
      font-weight: 500;
      font-size: 14px;
      line-height: 18px;
      padding: 10px;
      display: block;
      text-transform: uppercase; }

.service-index-content .title-m h2 a {
  color: #fff; }

.box-csi .box-img-csi {
  margin-bottom: 16px; }
  .box-csi .box-img-csi .bd-opcity {
    border: 10px solid rgba(255, 255, 255, 0.4);
    height: 220px;
    width: 220px;
    border-radius: 50%;
    margin: auto;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
    @media (max-width: 767px) {
      .box-csi .box-img-csi .bd-opcity {
        height: 220px !important; } }
    .box-csi .box-img-csi .bd-opcity:hover {
      transform: translateY(-10px);
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px); }
      @media (max-width: 767px) {
        .box-csi .box-img-csi .bd-opcity:hover {
          transform: translateY(0);
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0); } }
    .box-csi .box-img-csi .bd-opcity a {
      height: 200px;
      width: 200px;
      border-radius: 50%;
      display: block;
      margin: auto;
      background: #ebebeb; }
      @media (max-width: 767px) {
        .box-csi .box-img-csi .bd-opcity a {
          height: 200px !important; } }
      @media (max-width: 767px) {
        .box-csi .box-img-csi .bd-opcity a img {
          width: initial !important;
          position: absolute !important; } }
.box-csi .box-info-csi h3 {
  margin: 0px 0px 10px 0px;
  text-align: center; }
  @media (max-width: 767px) {
    .box-csi .box-info-csi h3 {
      margin: 0px 0px 20px 0px; } }
  .box-csi .box-info-csi h3 a {
    color: #fff;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase; }
    .box-csi .box-info-csi h3 a:hover {
      color: #ff0101; }

.list-project {
  width: 100%;
  float: left;
  margin: 0 -8px; }
  @media (max-width: 767px) {
    .list-project {
      margin: 0; } }

.item-project {
  width: 50%;
  float: left;
  padding: 0 8px;
  margin-bottom: 18px; }
  .item-project .box-img-project {
    height: 247px; }
    @media (max-width: 992px) {
      .item-project .box-img-project img {
        width: 100%;
        height: 100%;
        object-fit: cover; } }
  @media (max-width: 767px) {
    .item-project {
      width: 100%;
      padding: 0; } }

.box-img-project .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0.5s; }
.box-img-project:before, .box-img-project:after {
  content: "";
  width: 20%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.2);
  transition: all 0.3s ease 0.1s;
  z-index: 1; }
.box-img-project .box-content:before, .box-img-project .box-content:after {
  content: "";
  width: 20%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.2);
  transition: all 0.3s ease 0.1s; }
.box-img-project .box-overlay {
  content: "";
  width: 20%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.2);
  transition: all 0.3s ease 0.1s; }
.box-img-project:after {
  left: 20%;
  transition-delay: 0.2s; }
.box-img-project .box-content:before {
  left: 40%;
  transition-delay: 0.3s; }
.box-img-project .box-content:after {
  left: 60%;
  transition-delay: 0.4s; }
.box-img-project .box-overlay {
  left: 80%;
  transition-delay: 0.5s; }
.box-img-project:hover:before, .box-img-project:hover:after {
  opacity: 1;
  transform: scale(1); }
.box-img-project:hover .box-content:before, .box-img-project:hover .box-content:after {
  opacity: 1;
  transform: scale(1); }
.box-img-project:hover .box-overlay {
  opacity: 1;
  transform: scale(1); }
.box-img-project .inner-content {
  width: 60%;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 6;
  transform: translate(-50%, -50%) scale(1.5);
  transition: all 0.3s ease 0.5s;
  background: rgba(255, 255, 255, 0.3); }
  .box-img-project .inner-content:hover {
    background: #000; }
  .box-img-project .inner-content h3 {
    margin: 0; }
    .box-img-project .inner-content h3 a {
      color: #f2f2f2;
      font-size: 18px;
      line-height: 24px;
      display: block;
      padding: 10px;
      text-transform: uppercase; }
.box-img-project:hover .inner-content {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1); }

.news-index {
  background: #383838; }

.news-index-content .title-m h2 a {
  color: #fff; }

.content-news .box-img-cni {
  height: 232px;
  margin-bottom: 20px; }
  @media (max-width: 992px) {
    .content-news .box-img-cni a img {
      width: 100%;
      height: 100%;
      object-fit: cover; } }
  @media (max-width: 992px) {
    .content-news .box-img-cni {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .content-news .box-img-cni {
      margin-bottom: 10px; } }
.content-news .box-info-cni h3 {
  margin: 0px 0px 10px 0px; }
  .content-news .box-info-cni h3 a {
    color: #fff;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase; }
    .content-news .box-info-cni h3 a:hover {
      color: #cccccc; }

.view-all {
  margin-top: 20px; }

.view-all-ni {
  display: inline-block;
  position: relative;
  border: none;
  cursor: pointer;
  margin: auto;
  text-align: center;
  background: #383838; }
  .view-all-ni::before, .view-all-ni::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.2s linear;
    background: #383838; }
  .view-all-ni a {
    border: 1px solid #fff;
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase; }
    .view-all-ni a::before, .view-all-ni a::after {
      content: "";
      width: 1px;
      height: 0;
      position: absolute;
      transition: all 0.2s linear;
      background: #383838; }

.view-all-ni:hover {
  background: #222;
  transition: all 0.2s linear; }
  .view-all-ni:hover::before, .view-all-ni:hover::after {
    width: 100%; }
  .view-all-ni:hover a::before, .view-all-ni:hover a::after {
    height: 100%; }

/*----- button 1 -----*/
.btn-1::before, .btn-1::after {
  transition-delay: 0.2s; }

.btn-1 a::before, .btn-1 a::after {
  transition-delay: 0s; }

.btn-1::before {
  right: 0;
  top: 0; }

.btn-1::after {
  left: 0;
  bottom: 0; }

.btn-1 a::before {
  left: 0;
  top: 0; }

.btn-1 a::after {
  right: 0;
  bottom: 0; }

.btn-1:hover::before, .btn-1:hover::after {
  transition-delay: 0s; }

.btn-1:hover a::before, .btn-1:hover a::after {
  transition-delay: 0.2s; }

.banner-in,
.main-in {
  width: 100%;
  float: left; }

.breadcrumbs {
  background: #ebebeb; }

.content-lni {
  width: 100%;
  float: left; }

.content-news-in {
  margin-bottom: 30px; }
  @media (max-width: 992px) {
    .content-news-in {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .content-news-in {
      margin-bottom: 20px; } }
  .content-news-in .box-info-cni {
    color: #333333; }
    .content-news-in .box-info-cni h3 a {
      color: #333333; }
      .content-news-in .box-info-cni h3 a:hover {
        color: #002664; }
    .content-news-in .box-info-cni .desc-cni {
      color: #333333;
      margin-bottom: 20px; }
      @media (max-width: 992px) {
        .content-news-in .box-info-cni .desc-cni {
          margin-bottom: 15px; } }
      @media (max-width: 767px) {
        .content-news-in .box-info-cni .desc-cni {
          margin-bottom: 10px; } }
    .content-news-in .box-info-cni .date-news-in {
      color: #555555;
      padding: 5px 0px 5px 0px;
      border-top: 1px solid #e1e1e1;
      border-bottom: 1px solid #e1e1e1; }
      .content-news-in .box-info-cni .date-news-in span {
        color: #555555; }
      .content-news-in .box-info-cni .date-news-in .time-user {
        padding-right: 10px; }

.layout-news-detail-content {
  width: 100%;
  float: left;
  margin-bottom: 20px; }

.title-detail {
  color: #002664;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px; }

.date-detail-news-in {
  margin: 0px 0px 10px 0px; }
  .date-detail-news-in span, .date-detail-news-in i {
    color: #666; }

.layout-news-relation {
  width: 100%;
  float: left; }

.content-rn-detail {
  width: 100%;
  float: left; }
  .content-rn-detail .col-12 {
    margin-bottom: 20px; }

.content-rnd-item .box-img-rnd {
  width: 165px;
  height: 108px;
  margin-right: 10px;
  float: left;
  overflow: hidden; }
  @media (max-width: 992px) {
    .content-rnd-item .box-img-rnd {
      width: 40%;
      height: auto;
      margin-right: 2%; } }
.content-rnd-item .box-info-rnd h3 {
  margin: 0px 0px 0px 0px; }
  .content-rnd-item .box-info-rnd h3 a {
    color: #333333;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 14px;
    line-height: 20px; }
    .content-rnd-item .box-info-rnd h3 a:hover {
      color: #002664; }

.layout-main-in {
  width: 100%;
  float: left;
  padding: 30px 0px 30px 0px; }
  @media (max-width: 992px) {
    .layout-main-in {
      padding: 25px 0px 25px 0px; } }
  @media (max-width: 767px) {
    .layout-main-in {
      padding: 20px 0px 20px 0px; } }

@media (max-width: 767px) {
  .content-lpi .col-left {
    margin-bottom: 20px; } }

.content-lpci {
  width: 100%;
  float: left; }
  .content-lpci .title-m {
    padding-top: 10px; }

.title-cate h2 {
  font-size: 18px;
  font-family: 'Roboto';
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 11px 15px;
  margin: 0 auto;
  background-color: #002664;
  text-align: center; }
  @media (max-width: 992px) {
    .title-cate h2 {
      font-size: 16px; } }

.content-cate {
  border: 1px solid #ebebeb;
  width: 100%;
  float: left;
  background: #fff; }

.menu-product-lv-1 {
  float: left;
  width: 100%;
  position: relative; }
  .menu-product-lv-1 > a {
    float: left;
    width: 100%;
    height: 45px;
    line-height: 44px;
    padding: 0px 15px;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: bold;
    color: #002664;
    background: #ebebeb;
    text-transform: uppercase; }
    .menu-product-lv-1 > a:hover {
      color: #ff0101; }
  .menu-product-lv-1 span {
    position: absolute;
    right: 2px;
    top: 4px;
    width: 30px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    padding-top: 9px;
    cursor: pointer;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s; }

.menu-product-lv-2, .menu-product-lv-3 {
  position: relative;
  float: left;
  width: 100%;
  display: none; }

.menu-product-lv-2 a {
  float: left;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 5px 15px;
  font-size: 14px;
  font-family: 'Roboto';
  font-weight: 400;
  color: #333333;
  background: #f9f9f9; }
  .menu-product-lv-2 a:hover {
    color: #002664; }

.menu-product-lv-3 a {
  padding: 5px 10px 5px 33px; }

.layout-cr {
  width: 100%;
  float: left; }

.content-lcr-category {
  margin-bottom: 40px; }
  @media (max-width: 992px) {
    .content-lcr-category {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .content-lcr-category {
      margin-bottom: 20px; } }
  .content-lcr-category .box-img-lcrc {
    height: 218px;
    border: 1px solid #ebebeb;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .content-lcr-category .box-img-lcrc a img {
        width: 100%;
        height: 100%;
        object-fit: cover; } }
  .content-lcr-category .box-info-lcrc {
    text-align: center; }
    .content-lcr-category .box-info-lcrc h3 {
      margin: 0px 0px 10px 0px; }
      .content-lcr-category .box-info-lcrc h3 a {
        color: #002664;
        font-size: 14px;
        font-family: 'Roboto';
        font-weight: bold;
        text-transform: uppercase; }
        .content-lcr-category .box-info-lcrc h3 a:hover {
          color: #ff0101; }
    .content-lcr-category .box-info-lcrc .model-lcrc {
      margin: 0px 0px 10px 0px; }

@media (max-width: 767px) {
  .layout-cr-img-detail .col-12 {
    margin-bottom: 10px; } }

#Zoom-1 .mz-expand div a {
  text-indent: 9000px !important;
  color: #000 !important;
  opacity: 0; }

html body .mz-expand div:last-child a, html body .mz-expand div:first-child a {
  text-indent: 9000px !important;
  color: #000 !important;
  opacity: 0; }

.mz-expand a {
  text-indent: 9000px !important;
  color: #000 !important;
  opacity: 0; }

.mz-zoom-window div:last-child, .mz-zoom-window div:first-child {
  text-indent: 9000px !important;
  color: #000 !important;
  opacity: 0; }
.mz-zoom-window a {
  text-indent: 9000px !important;
  color: #000 !important;
  opacity: 0; }

.mz-figure span {
  text-indent: 9000px !important;
  color: #000 !important;
  opacity: 0; }
.mz-figure div:first-child, .mz-figure div:last-child {
  text-indent: 9000px !important;
  color: #000 !important;
  opacity: 0; }
.mz-figure span:first-child {
  text-indent: 9000px !important;
  color: #000 !important;
  opacity: 0; }

.mz-zoom-window span, .mz-active span {
  text-indent: 9000px !important;
  color: #000 !important;
  opacity: 0; }

.big-img {
  text-align: center;
  max-height: 500px;
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  position: relative;
  border: 1px solid #ebebeb;
  padding: 0px; }

.thumb-img {
  text-align: center;
  float: left;
  width: 100%; }
  .thumb-img a {
    border: 1px solid #ebebeb;
    padding: 3px;
    height: 50px;
    overflow: hidden; }

a[data-zoom-id] img, .mz-thumb img {
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
  width: initial;
  height: 100%; }

.selectors {
  float: left;
  width: 100%;
  margin-top: 30px; }

.img-detail-product .owl-carousel .owl-nav.disabled {
  display: block; }

#owl-detail {
  opacity: 1;
  display: block;
  width: 95%;
  margin: 30px auto;
  display: inline-block !important;
  float: initial; }
  #owl-detail .owl-item a {
    width: 71px;
    height: 71px;
    border: 1px solid #ebebeb;
    text-align: center; }
  #owl-detail .owl-prev {
    position: absolute;
    left: -17px;
    bottom: 30px;
    font-size: 22px;
    color: #000;
    background: none;
    border-radius: 0px; }
    #owl-detail .owl-prev:focus {
      outline: none; }
  #owl-detail .owl-next {
    position: absolute;
    right: -17px;
    bottom: 30px;
    font-size: 22px;
    color: #000;
    background: none;
    border-radius: 0px; }
    #owl-detail .owl-next:focus {
      outline: none; }

.mz-thumb-selected img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%); }

#owl-detail .owl-item .mz-thumb-selected {
  border: 1px solid #000; }

.mz-thumb:hover:not(.mz-thumb-selected) img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%); }

.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
  opacity: 1;
  filter: alpha(opacity=1); }

.title-product-detail {
  color: #002664;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0px 0px 15px 0px; }

.model-detail {
  color: #333;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin: 0px 0px 10px 0px; }

.tdbold {
  font-family: 'Roboto';
  font-weight: bold;
  width: 40%; }

.description-detail table {
  border-top: 1px dotted #002664;
  border-bottom: 1px dotted #002664; }

.detail-detail-product .table td,
.detail-detail-product .table th {
  border: none;
  padding: 5px 0px; }

.description-detail {
  margin-bottom: 30px; }
  @media (max-width: 992px) {
    .description-detail {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .description-detail {
      margin-bottom: 20px; } }
  .description-detail ul {
    padding-left: 20px; }
    .description-detail ul li {
      list-style-type: disc;
      color: #333333;
      font-family: 'Roboto';
      font-weight: 400;
      font-size: 14px; }

.price-detail {
  width: 100%;
  float: left; }
  @media (max-width: 992px) {
    .price-detail {
      margin-bottom: 10px; } }
  .price-detail .price-buy {
    color: #002664;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    margin: 0px 0px 15px 0px; }
    .price-detail .price-buy .title-buy {
      color: #333333; }

.hotline-detail {
  width: 100%;
  float: left; }
  @media (max-width: 992px) {
    .hotline-detail {
      margin-bottom: 10px; } }
  .hotline-detail span, .hotline-detail a {
    color: #ff3131;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase; }

.layout-cr-desc-detail {
  width: 100%;
  float: left;
  margin-bottom: 20px; }

.tab-content-detail {
  width: 100%;
  float: left;
  margin-top: 10px; }
  .tab-content-detail table tr td:nth-child(2) {
    width: 30%; }

.nav-tabs .nav-item {
  margin-right: 2px; }

.nav-tabs .nav-link {
  color: #002664;
  background-color: #b9b9b9;
  border: none;
  padding: 10px 35px 10px 35px;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase; }
  .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #002664; }
  @media (max-width: 992px) {
    .nav-tabs .nav-link {
      padding: 8px 25px 8px 25px; } }
  @media (max-width: 767px) {
    .nav-tabs .nav-link {
      padding: 5px 20px 5px 20px; } }

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #002664;
  border: none; }

.nav-tabs .nav-link {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.title-rn-detail h2 {
  text-align: left;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #002664;
  color: #002664;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase; }

.content-rp-detail {
  width: 100%;
  float: left; }

.introduce-in, .layout-introduce {
  width: 100%;
  float: left; }

@media screen and (max-width: 767px) {
  .content-ni .col-12 {
    margin-bottom: 20px; }

  .layout-footer1 .col-12 {
    margin-bottom: 20px; } }

.callus-pc {
    background: #ec1c24;
    position: fixed;
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 0px;
    border-radius: 40px;
    color: #fff;
    z-index: 99999;
    opacity: 0.9;
    left: 60px;
    float: right;
    bottom: 10px;

}
    @media (max-width: 768px) { 
     .callus-pc{
      display: none;
     }
    }
.callus-pc i {
    background: #ec1c24 url(../images/i_phone.png) no-repeat 4px 4px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: block;
    float: left;
}
.callus-pc a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

/*hotline-mobie*/
@media(min-width:769px){
  .callus-mobi{
    display: none;
  }
}
.echbay-alo-phone {
    position: fixed;
    left: -30px;
    bottom: 125px;
    z-index: 999;
}
.echbay-alo-phone, .phonering-alo-ph-circle {
}
.phonering-alo-ph-circle {
    width: 145px;
    height: 145px;
    background-color: transparent;
    border: 2px solid rgba(30,30,30,0.4);
    top: -2px;
    left: -2px;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
}
.phonering-alo-ph-circle, .phonering-alo-ph-circle-fill, .phonering-alo-ph-img-circle {
    position: absolute;
    border-radius: 50% !important;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color: #199bcc;
}

.phonering-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 25px;
    left: 25px;
}
.phonering-alo-ph-circle-fill {
    width: 90px;
    height: 90px;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
}

.phonering-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    top: 50px;
    left: 50px;
}
.phonering-alo-ph-img-circle a {
    width: 50px;
    line-height: 50px;
}

.phonering-alo-ph-img-circle a {
    display: block;
    width: 45px;
    line-height: 45px;
    text-indent: -9999px;
}

.phonering-alo-ph-circle, .phonering-alo-ph-circle-fill, 
.phonering-alo-ph-img-circle{ 
    background: rgba(30,30,30,0.1) url(../images/call.png) no-repeat center center;
    position: absolute; 
    border-radius: 50% !important; 
    -webkit-transform-origin: 50% 50%; 
    -ms-transform-origin: 50% 50%; 
    transform-origin: 50% 50%;
}
.phonering-alo-ph-circle{
    width: 145px; 
    height: 145px; 
    background-color: transparent; 
    border: 2px solid rgba(30,30,30,0.4); 
    top: -2px; 
    left: -2px; 
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out; 
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out; 
    transition: all .5s;
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle{
    border-color: #199bcc; opacity: .5 
}

.phonering-alo-ph-img-circle{
    width: 45px; 
    height: 45px; 
    background-size: auto 80%; 
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out; animation: phonering-alo-circle-img-anim 1s infinite ease-in-out; 
    z-index: 999;
    }.phonering-alo-ph-img-circle a{
        display: block; 
        width: 45px; 
        line-height: 45px; 
        text-indent: -9999px
    }
    .phonering-alo-ph-img-circle a:hover{
        background: rgba( 255, 255, 255, .2 )
    }
    .phonering-alo-ph-img-circle a:before{
        color: #fff; 
        font-size: 30px; 
        display: inline-block
    }
    .phonering-alo-phone:hover .phonering-alo-ph-img-circle{
        background-color: #199bcc
    } 
    .phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle{
        background-color: #199bcc
    } 
    @-webkit-keyframes phonering-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg); -webkit-opacity:.1 ;} 30%{-webkit-transform:rotate(0) scale(.7) skew(1deg); -webkit-opacity:.5 } 100%{-webkit-transform:rotate(0) scale(1) skew(1deg); -webkit-opacity:.1 ;} } 
    @-webkit-keyframes phonering-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg); opacity:.2 } 50%{-webkit-transform:rotate(0) scale(1) skew(1deg); opacity:.2 } 100%{-webkit-transform:rotate(0) scale(.7) skew(1deg); opacity:.2 } }
    @-webkit-keyframes phonering-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) } } 
    @-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 } }
    @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 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) } } 
    @-webkit-keyframes phonering-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg); transform:rotate(0) scale(.5) skew(1deg); opacity:.1 } 30%{-webkit-transform:rotate(0) scale(.7) skew(1deg); transform:rotate(0) scale(.7) skew(1deg); opacity:.5 } 100%{-webkit-transform:rotate(0) scale(1) skew(1deg); transform:rotate(0) scale(1) skew(1deg); opacity:.1 } } 
    @keyframes phonering-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg); transform:rotate(0) scale(.5) skew(1deg); opacity:.1 } 30%{-webkit-transform:rotate(0) scale(.7) skew(1deg); transform:rotate(0) scale(.7) skew(1deg); opacity:.5 } 100%{-webkit-transform:rotate(0) scale(1) skew(1deg); transform:rotate(0) scale(1) skew(1deg); opacity:.1 } } 
    @-webkit-keyframes phonering-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg); transform:rotate(0) scale(.7) skew(1deg); opacity:.2 } 50%{-webkit-transform:rotate(0) scale(1) skew(1deg); transform:rotate(0) scale(1) skew(1deg); opacity:.2 } 100%{-webkit-transform:rotate(0) scale(.7) skew(1deg); transform:rotate(0) scale(.7) skew(1deg); opacity:.2 } } 
    @keyframes phonering-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg); transform:rotate(0) scale(.7) skew(1deg); opacity:.2 } 50%{-webkit-transform:rotate(0) scale(1) skew(1deg); transform:rotate(0) scale(1) skew(1deg); opacity:.2 } 100%{-webkit-transform:rotate(0) scale(.7) skew(1deg); transform:rotate(0) scale(.7) skew(1deg); opacity:.2 } } 
    @-webkit-keyframes phonering-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg); transform:rotate(0) scale(1) skew(1deg) } 10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg); transform:rotate(-25deg) scale(1) skew(1deg) } 20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg); transform:rotate(25deg) scale(1) skew(1deg) } 30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg); transform:rotate(-25deg) scale(1) skew(1deg) } 40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg); transform:rotate(25deg) scale(1) skew(1deg) } 50%{-webkit-transform:rotate(0) scale(1) skew(1deg); transform:rotate(0) scale(1) skew(1deg) } 100%{-webkit-transform:rotate(0) scale(1) skew(1deg); transform:rotate(0) scale(1) skew(1deg) } } 
    @keyframes phonering-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg); transform:rotate(0) scale(1) skew(1deg) } 10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg); transform:rotate(-25deg) scale(1) skew(1deg) } 20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg); transform:rotate(25deg) scale(1) skew(1deg) } 30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg); transform:rotate(-25deg) scale(1) skew(1deg) } 40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg); transform:rotate(25deg) scale(1) skew(1deg) } 50%{-webkit-transform:rotate(0) scale(1) skew(1deg); transform:rotate(0) scale(1) skew(1deg) } 100%{-webkit-transform:rotate(0) scale(1) skew(1deg); transform:rotate(0) scale(1) skew(1deg) 
    } 
}  
.style-for-position-br{
    left: auto; right: 0
}
.style-for-position-cl{
    bottom: auto; top: 50%
}
.style-for-position-cr{
    left: auto; bottom: auto; top: 50%; right: 0
}
.style-for-position-tl{
    bottom: auto; top: 0
}
.style-for-position-tr{
    left: auto; bottom: auto; top: 0; right: 0
}
/*# sourceMappingURL=style.css.map */
