tr#user-2 {
  display: none !important; }

@font-face {
  font-family: "TisonFont";
  font-weight: 700;
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: "TisonFontLight";
  font-weight: 400;
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: "TisonFontBold";
  font-weight: 400;
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-display: swap; }
body {
  font-family: "TisonFont" !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: "TisonFontBold" !important; }

div {
  font-family: "TisonFontLight" !important; }

.owl-theme .owl-nav {
  margin-top: 0px !important; }

.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  /*padding-top: 100px; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center; }

.modal-header_cus {
  height: 35px; }

.close_custom {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: 0.3; }

.close_custom:hover {
  opacity: 1; }

.close_custom:before, .close_custom:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333; }

.close_custom:before {
  transform: rotate(45deg); }

.close_custom:after {
  transform: rotate(-45deg); }

.custom-body-modal {
  display: flex;
  justify-content: center;
  padding: 20px; }

.title-modal {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  padding: 6px 0; }

.description-modal {
  overflow-y: scroll; }
  .description-modal::-webkit-scrollbar {
    width: 12px; }
  .description-modal::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2) !important;
    border-radius: 10px; }
  .description-modal::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #012169 !important; }

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  /*border: 1px solid #888;*/
  max-width: 400px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s; }

.modal-content_custom {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  /*border: 1px solid #888;*/
  min-width: 400px;
  max-width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s; }
  .modal-content_custom .image-modal {
    display: flex;
    justify-content: center; }

@media screen and (max-width: 767px) {
  .modal-content, .modal-content_custom {
    max-width: 300px;
    min-width: 250px !important; }
    .modal-content .image-modal, .modal-content_custom .image-modal {
      display: block; }

  .description-modal {
    max-height: 180px; } }
.notice {
  background: #193677;
  color: white;
  text-align: center;
  padding: 3px; }

.container-choose {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px; }

.container-choose a {
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #193677;
  display: flex; }

.yealOld {
  width: 80%;
  background: #dddd;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  font-family: "TisonFontBold" !important; }

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.modal-header {
  padding: 0 !important;
  background-color: #5cb85c; }

.modal-body {
  padding: 0; }

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white; }

.navigation-top .wrap {
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  padding: 0; }

.custom-breadcrumb {
  display: block;
  position: absolute;
  bottom: 0;
  left: 10px; }
  .custom-breadcrumb span {
    color: white; }
  .custom-breadcrumb #breadcrumb-archive {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem;
    margin: 10px;
    background: none !important; }
    .custom-breadcrumb #breadcrumb-archive a {
      color: #fff; }

#page {
  overflow: hidden; }

header#masthead img.logo {
  width: 130px;
  margin-top: -15px; }
  @media screen and (width: 1024px) {
    header#masthead img.logo {
      margin-right: 20px; } }
  @media screen and (max-width: 991px) {
    header#masthead img.logo {
      width: 110px;
      margin-top: 0;
      display: none; } }
header#masthead .search-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px; }
  @media screen and (max-width: 991px) and (min-width: 426px) {
    header#masthead .search-box {
      display: none; } }
  @media screen and (max-width: 425px) {
    header#masthead .search-box {
      position: absolute;
      left: 35%;
      right: 0;
      z-index: 998;
      top: 7px;
      max-width: 140px; } }
  header#masthead .search-box label {
    display: none; }
  header#masthead .search-box .screen-reader-text {
    display: none; }
  header#masthead .search-box .search-submit {
    padding: 5px 5px !important;
    position: absolute;
    right: 109px;
    top: 5px;
    background: none; }
    @media screen and (width: 1024px) {
      header#masthead .search-box .search-submit {
        font-size: 12px; } }
    @media screen and (max-width: 991px) {
      header#masthead .search-box .search-submit {
        right: 10px !important; } }
  header#masthead .search-box .search-form .search-submit .icon {
    height: 15px;
    top: -6px;
    width: 16px;
    color: black; }
  header#masthead .search-box input#search-form-1 {
    overflow: hidden;
    padding-left: 35px;
    max-width: 140px; }
    @media screen and (width: 1024px) {
      header#masthead .search-box input#search-form-1 {
        font-size: 13px;
        max-width: 250px; } }
    @media screen and (max-width: 425px) {
      header#masthead .search-box input#search-form-1 {
        padding-left: 10px !important; } }
  header#masthead .search-box input[type="search"] {
    padding: 5px 5px !important;
    border-radius: 20px !important;
    padding-left: 35px !important;
    border: 1px solid #012169;
    color: #012169; }
header#masthead .custom-form-language {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: unset !important; }
  @media screen and (max-width: 991px) {
    header#masthead .custom-form-language {
      display: none; } }
  header#masthead .custom-form-language .form-control {
    padding: unset !important;
    border: 0px solid !important;
    color: #012169 !important;
    font-weight: 300; }
    @media screen and (width: 1024px) {
      header#masthead .custom-form-language .form-control {
        font-size: 12px; } }
    header#masthead .custom-form-language .form-control:focus {
      box-shadow: none !important; }
header#masthead #top-menu li > a {
  color: #012169 !important;
  font-weight: 600; }

div#primary {
  margin: 0 auto;
  max-width: auto; }

.container-footer {
  background: #012169;
  color: white;
  margin-top: 15px;
  margin: 0 auto; }
  .container-footer .title1, .container-footer .title2, .container-footer .contact {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 600; }
  .container-footer .icon-phone {
    display: flex;
    justify-content: center;
    align-items: center; }
    .container-footer .icon-phone img {
      width: 30px; }
  .container-footer .tison-footer {
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 80px 80px; }
    .container-footer .tison-footer .row {
      margin-right: unset !important;
      margin-left: unset !important; }
    .container-footer .tison-footer .custom-row-social {
      margin-top: 10px; }
      .container-footer .tison-footer .custom-row-social img {
        width: 50px; }
  .container-footer .footer-left {
    border-right-color: #fff;
    border-right-style: outset;
    border-right-width: thin; }
  .container-footer .footer-right {
    overflow: hidden; }
  .container-footer .footer-center {
    padding-left: 25px; }
    .container-footer .footer-center .phone p {
      margin-bottom: unset !important;
      padding-left: 18px; }
  .container-footer .copyright {
    /*padding-bottom: 18px;*/
    font-size: 18px;
    font-weight: 700; }
  .container-footer .row.d-flex.justify-content-center {
    padding-bottom: 18px; }
  .container-footer .space-phone-mail {
    padding-top: 10px; }
  .container-footer .custom-style-content {
    grid-template-columns: 35px auto;
    display: grid; }
    .container-footer .custom-style-content .line-height {
      width: 18px;
      height: 2px;
      background: #F39C12;
      position: relative;
      top: 12px; }

#main {
  margin: 0 auto; }
  #main .info-company .owl-carousel {
    height: 100%; }
    #main .info-company .owl-carousel .owl-dots {
      display: none; }
    #main .info-company .owl-carousel .item-owl {
      height: 100%; }
    #main .info-company .owl-carousel .owl-carousel, #main .info-company .owl-carousel .owl-stage-outer, #main .info-company .owl-carousel .owl-stage, #main .info-company .owl-carousel .owl-item, #main .info-company .owl-carousel img {
      height: 100%; }
    #main .info-company .owl-carousel button.owl-prev {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 40%;
      display: block !important;
      border-radius: 50%;
      left: 20px;
      background: #D8D3D3; }
      #main .info-company .owl-carousel button.owl-prev:focus {
        outline: none !important; }
      #main .info-company .owl-carousel button.owl-prev span {
        color: white;
        font-size: 50px;
        position: relative;
        top: -23px;
        font-weight: 100; }
      #main .info-company .owl-carousel button.owl-prev:hover {
        transform: scale(1.2);
        transition: all 700ms ease; }
      #main .info-company .owl-carousel button.owl-prev:not(:hover) {
        transform: scale(1);
        transition: all 700ms ease; }
    #main .info-company .owl-carousel button.owl-next {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 40%;
      display: block !important;
      border-radius: 50%;
      right: 20px;
      background: #D8D3D3; }
      #main .info-company .owl-carousel button.owl-next:focus {
        outline: none !important; }
      #main .info-company .owl-carousel button.owl-next span {
        color: white;
        font-size: 50px;
        position: relative;
        top: -23px;
        font-weight: 100; }
      #main .info-company .owl-carousel button.owl-next:hover {
        transform: scale(1.2);
        transition: all 700ms ease; }
      #main .info-company .owl-carousel button.owl-next:not(:hover) {
        transform: scale(1);
        transition: all 700ms ease; }
  #main .info-company .customize-info-company {
    padding: 0; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      #main .info-company .customize-info-company .content {
        width: 60%; } }
  #main .info-company img.icon-info-home {
    width: 70px;
    margin-right: 15px; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      #main .info-company img.icon-info-home {
        width: 70px;
        height: 70px; } }
  #main .info-company .row {
    margin-right: unset;
    margin-left: unset; }
  #main .info-company .background-info-company {
    background: #F2F2F2;
    padding: 50px; }
    @media only screen and (max-width: 991px) and (min-width: 768px) {
      #main .info-company .background-info-company {
        padding: 20px; } }
    #main .info-company .background-info-company .customise-width {
      margin: 0 auto; }
    #main .info-company .background-info-company .text {
      font-size: 14px;
      color: #1A1F65;
      font-weight: bold; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        #main .info-company .background-info-company .text {
          font-size: 10px; } }
    #main .info-company .background-info-company .number-home {
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 1px;
      white-space: nowrap;
      color: #1A1F65; }
      @media screen and (min-width: 1025px) {
        #main .info-company .background-info-company .number-home {
          font-size: 38px;
          color: #1A1F65; } }
    #main .info-company .background-info-company span.Count {
      font-size: 24px;
      font-weight: 600; }
      @media screen and (min-width: 1025px) {
        #main .info-company .background-info-company span.Count {
          font-size: 38px; } }
  #main .info-company .height-customize {
    height: 100%; }
  #main .info-company .custom-col {
    padding-right: 0px;
    padding-left: 0px; }
  #main .info-company .background-red {
    background: #A90B1B;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px !important; }
    #main .info-company .background-red h3 {
      color: white;
      margin-bottom: 20px; }
  #main .info-company .btn-info-more {
    width: 150px;
    background: white;
    color: #A90B1B;
    text-align: center;
    border-radius: 5px;
    margin-top: 25px;
    font-weight: bold;
    padding: 10px; }
    #main .info-company .btn-info-more:hover {
      background: #012169;
      color: white;
      cursor: pointer; }
  #main .info-company a {
    color: #BB2026; }
    #main .info-company a:hover {
      color: white; }
  #main .section-color-pattern {
    color: #fff; }
    #main .section-color-pattern h3 {
      color: #fff; }
    #main .section-color-pattern .background-blue {
      background: #012169; }
    #main .section-color-pattern .content-color-pattern {
      padding: 10px 0px 20px 0; }
    #main .section-color-pattern .owl-carousel {
      height: 100%; }
      #main .section-color-pattern .owl-carousel .owl-dots {
        display: none; }
      #main .section-color-pattern .owl-carousel .item-owl {
        height: 100%; }
      #main .section-color-pattern .owl-carousel .owl-carousel, #main .section-color-pattern .owl-carousel .owl-stage-outer, #main .section-color-pattern .owl-carousel .owl-stage, #main .section-color-pattern .owl-carousel .owl-item, #main .section-color-pattern .owl-carousel img {
        height: 100%; }
      #main .section-color-pattern .owl-carousel button.owl-prev {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 40%;
        display: block !important;
        border-radius: 50%;
        left: 20px;
        background: #D8D3D3; }
        #main .section-color-pattern .owl-carousel button.owl-prev:focus {
          outline: none !important; }
        #main .section-color-pattern .owl-carousel button.owl-prev span {
          color: white;
          font-size: 50px;
          position: relative;
          top: -23px;
          font-weight: 100; }
        #main .section-color-pattern .owl-carousel button.owl-prev:hover {
          transform: scale(1.2);
          transition: all 700ms ease; }
        #main .section-color-pattern .owl-carousel button.owl-prev:not(:hover) {
          transform: scale(1);
          transition: all 700ms ease; }
      #main .section-color-pattern .owl-carousel button.owl-next {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 40%;
        display: block !important;
        border-radius: 50%;
        right: 20px;
        background: #D8D3D3; }
        #main .section-color-pattern .owl-carousel button.owl-next:focus {
          outline: none !important; }
        #main .section-color-pattern .owl-carousel button.owl-next span {
          color: white;
          font-size: 50px;
          position: relative;
          top: -23px;
          font-weight: 100; }
        #main .section-color-pattern .owl-carousel button.owl-next:hover {
          transform: scale(1.2);
          transition: all 700ms ease; }
        #main .section-color-pattern .owl-carousel button.owl-next:not(:hover) {
          transform: scale(1);
          transition: all 700ms ease; }
    #main .section-color-pattern .custom-row {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
    #main .section-color-pattern .pattern-image {
      object-fit: cover; }
      @media only screen and (max-width: 425px) {
        #main .section-color-pattern .pattern-image {
          margin-bottom: 30px; } }
    #main .section-color-pattern .customise-row {
      height: 85vh;
      margin-right: 0px;
      margin-left: 0px;
      overflow: hidden; }
      @media screen and (max-width: 1280px) {
        #main .section-color-pattern .customise-row {
          height: auto; } }
    #main .section-color-pattern .custom-col1 {
      padding-right: 0px;
      padding-left: 0px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 20px; }
    #main .section-color-pattern .custom-col2 {
      padding-right: 0px;
      padding-left: 0px;
      height: 100%; }
    #main .section-color-pattern .btn-info-more {
      width: 150px;
      background: white;
      color: #012169;
      text-align: center;
      border-radius: 5px;
      margin-top: 20px;
      font-weight: bold;
      padding: 10px; }
      #main .section-color-pattern .btn-info-more:hover {
        background: #A90B1B;
        color: #fff;
        cursor: pointer; }
  #main .section-trending-colors {
    color: #fff; }
    @media screen and (width: 1024px) {
      #main .section-trending-colors {
        height: 41vh; } }
    #main .section-trending-colors h3, #main .section-trending-colors h2 {
      color: #fff;
      margin: unset;
      padding: unset; }
    #main .section-trending-colors .text-trending-color {
      padding-bottom: 10px; }
    #main .section-trending-colors .year {
      font-size: 20px;
      padding-bottom: 10px;
      font-weight: 600; }
    #main .section-trending-colors .background-change-color {
      background: #a90b1b; }
    #main .section-trending-colors .list-btn-color {
      display: flex;
      justify-content: space-evenly;
      align-items: stretch;
      flex-direction: row;
      width: 100%;
      padding: 0 25px;
      margin-bottom: 10px; }
      #main .section-trending-colors .list-btn-color .btn-color {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 2px solid #ffff; }
        @media screen and (min-width: 768px) and (max-width: 991px) {
          #main .section-trending-colors .list-btn-color .btn-color {
            height: 80px;
            width: 80px; } }
        @media screen and (max-width: 767px) {
          #main .section-trending-colors .list-btn-color .btn-color {
            height: 40px;
            width: 40px;
            margin-right: 10px; } }
        #main .section-trending-colors .list-btn-color .btn-color.btn-red {
          background: #a90b1b; }
        #main .section-trending-colors .list-btn-color .btn-color.btn-green {
          background: #44919E; }
        #main .section-trending-colors .list-btn-color .btn-color.btn-yellow {
          background: #004E9A; }
        #main .section-trending-colors .list-btn-color .btn-color.btn-grey {
          background: #F3B83D; }
        #main .section-trending-colors .list-btn-color .btn-color.btn-blue {
          background: #889D72; }
        #main .section-trending-colors .list-btn-color .btn-color.active {
          transform: scale(1.2); }
        #main .section-trending-colors .list-btn-color .btn-color:hover {
          transform: scale(1.2);
          transition: all 700ms ease; }
    #main .section-trending-colors .line-width {
      height: 1px;
      width: 400px;
      background: #fff;
      margin: 20px 0px; }
      @media screen and (max-width: 767px) {
        #main .section-trending-colors .line-width {
          width: 100%; } }
    #main .section-trending-colors .customise-row {
      margin-right: 0px;
      margin-left: 0px; }
    #main .section-trending-colors .custom-col1 {
      padding-right: 0px;
      padding-left: 0px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 50px;
      align-items: center;
      text-align: center; }
      @media screen and (max-width: 1280px) and (min-width: 768px) {
        #main .section-trending-colors .custom-col1 {
          padding: 0px 15px !important; } }
      @media screen and (max-width: 767px) {
        #main .section-trending-colors .custom-col1 {
          padding: 35px !important; } }
    #main .section-trending-colors .custom-col2 {
      padding-right: 0px;
      padding-left: 0px; }
      @media screen and (width: 1024px) {
        #main .section-trending-colors .custom-col2 img {
          height: -webkit-fill-available; } }
    #main .section-trending-colors .btn-info-more {
      width: 150px;
      background: white;
      color: #BB2026;
      text-align: center;
      border-radius: 5px;
      margin-top: 20px;
      font-weight: bold;
      padding: 10px; }
      #main .section-trending-colors .btn-info-more a {
        color: #BB2026;
        text-decoration: none; }
        #main .section-trending-colors .btn-info-more a:hover {
          color: #fff;
          cursor: pointer; }
      #main .section-trending-colors .btn-info-more:hover {
        background: #012169;
        color: #fff;
        cursor: pointer; }
        #main .section-trending-colors .btn-info-more:hover a {
          color: white; }
  #main .section-maple-colors {
    color: #fff; }
    #main .section-maple-colors h3 {
      color: #fff; }
    #main .section-maple-colors .background-blue {
      background: #012169; }
    #main .section-maple-colors .content-color-pattern {
      padding: 10px 0px 20px 0; }
    #main .section-maple-colors .customise-row {
      margin-right: 0px;
      margin-left: 0px; }
    #main .section-maple-colors .custom-col1 {
      padding-right: 0px;
      padding-left: 0px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 35px; }
    #main .section-maple-colors .custom-col2 {
      padding-right: 0px;
      padding-left: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 40px; }
    #main .section-maple-colors .btn-info-more {
      width: 150px;
      background: white;
      color: #012169;
      text-align: center;
      border-radius: 5px;
      margin-top: 20px;
      font-weight: bold;
      padding: 10px; }
      #main .section-maple-colors .btn-info-more a {
        color: #012169;
        text-decoration: none; }
      #main .section-maple-colors .btn-info-more:hover {
        background: #BB2026;
        color: #fff;
        cursor: pointer; }
        #main .section-maple-colors .btn-info-more:hover a {
          color: white; }
    #main .section-maple-colors .owl-carousel .item-owl {
      padding: 40px;
      border-radius: 10px;
      overflow: hidden;
      margin-right: 30px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (min-width: 992px) and (max-width: 1680px) {
        #main .section-maple-colors .owl-carousel .item-owl {
          padding: 20px; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        #main .section-maple-colors .owl-carousel .item-owl {
          padding: unset; } }
      #main .section-maple-colors .owl-carousel .item-owl img {
        height: auto;
        border-radius: 15px;
        overflow: hidden; }
    #main .section-maple-colors .owl-carousel button.owl-prev {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 40%;
      display: block !important;
      border-radius: 50%;
      margin-left: -50px;
      background: rgba(216, 211, 211, 0.5); }
      #main .section-maple-colors .owl-carousel button.owl-prev:focus {
        outline: none !important; }
      #main .section-maple-colors .owl-carousel button.owl-prev span {
        color: white;
        font-size: 50px;
        position: relative;
        top: -24px;
        font-weight: 100; }
      #main .section-maple-colors .owl-carousel button.owl-prev:hover {
        transform: scale(1.2);
        transition: all 700ms ease; }
      #main .section-maple-colors .owl-carousel button.owl-prev:not(:hover) {
        transform: scale(1);
        transition: all 700ms ease; }
    #main .section-maple-colors .owl-carousel button.owl-next {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 40%;
      display: block !important;
      border-radius: 50%;
      right: -20px;
      background: rgba(216, 211, 211, 0.5); }
      #main .section-maple-colors .owl-carousel button.owl-next:focus {
        outline: none !important; }
      #main .section-maple-colors .owl-carousel button.owl-next span {
        color: white;
        font-size: 50px;
        position: relative;
        top: -24px;
        font-weight: 100; }
      #main .section-maple-colors .owl-carousel button.owl-next:hover {
        transform: scale(1.2);
        transition: all 700ms ease; }
      #main .section-maple-colors .owl-carousel button.owl-next:not(:hover) {
        transform: scale(1);
        transition: all 700ms ease; }
  #main .our-products {
    color: #012169;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #main .our-products .row {
      margin: 0; }
    #main .our-products .custom-row-product {
      margin: 0 20px; }
    #main .our-products .title-our-products {
      text-align: center;
      color: #012169;
      padding: 50px 10px 50px 10px;
      margin-bottom: 0;
      font-weight: bold; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        #main .our-products .title-our-products {
          padding: 10px 10px 30px 10px; } }
    #main .our-products .image-our-product {
      width: auto;
      height: 265px;
      object-fit: cover; }
      @media screen and (max-width: 425px) {
        #main .our-products .image-our-product {
          height: 225px; } }
    #main .our-products .btn-see-more {
      width: 150px;
      background: #012169;
      color: #fff;
      text-align: center;
      border-radius: 5px;
      margin-top: 20px;
      font-weight: bold;
      padding: 10px;
      margin-top: 40px;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        #main .our-products .btn-see-more {
          margin-top: 10px;
          margin-bottom: 10px; } }
      #main .our-products .btn-see-more a {
        color: #fff;
        text-decoration: none; }
    #main .our-products .custom-col {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #424242; }
      @media screen and (min-width: 992px) {
        #main .our-products .custom-col {
          padding-right: 30px;
          padding-left: 30px; } }
      @media screen and (max-width: 991px) {
        #main .our-products .custom-col {
          padding-bottom: 30px; } }
      #main .our-products .custom-col img.image-box-paint {
        position: absolute;
        bottom: -20px;
        right: -10px;
        cursor: pointer;
        z-index: 9;
        width: auto; }
        @media screen and (max-width: 991px) {
          #main .our-products .custom-col img.image-box-paint {
            bottom: 10px; } }
        @media screen and (max-width: 425px) {
          #main .our-products .custom-col img.image-box-paint {
            width: 90px; } }
        #main .our-products .custom-col img.image-box-paint:hover {
          transform: scale(1.2);
          transition: all 700ms ease;
          cursor: pointer; }
        #main .our-products .custom-col img.image-box-paint:not(:hover) {
          transform: scale(1);
          transition: all 700ms ease; }
      #main .our-products .custom-col .text-product {
        color: #424242;
        font-size: 16px;
        font-weight: 600; }
  #main .Typical-projects {
    color: #012169;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #main .Typical-projects .title-Typical-projects {
      text-align: center;
      color: #012169;
      padding: 50px 10px 50px 10px;
      margin-bottom: 0;
      font-weight: 600; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        #main .Typical-projects .title-Typical-projects {
          padding: 0px 10px 30px 10px; } }
      @media screen and (max-width: 767px) {
        #main .Typical-projects .title-Typical-projects {
          padding: 10px 10px 30px 10px; } }
    #main .Typical-projects .item-typical-project {
      position: relative;
      overflow: hidden;
      -webkit-transition: -webkit-transform 0.4s;
      transition: transform 0.4s; }
      #main .Typical-projects .item-typical-project:hover img {
        transform: scale(1.1); }
      #main .Typical-projects .item-typical-project:hover .overlay-background {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        top: 0; }
      #main .Typical-projects .item-typical-project .Content-project {
        position: absolute;
        z-index: 999;
        bottom: -15px;
        color: white;
        padding: 10px;
        display: none; }
        #main .Typical-projects .item-typical-project .Content-project h3 {
          color: #fff; }
        #main .Typical-projects .item-typical-project .Content-project h3.title {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          max-width: 350px; }
        #main .Typical-projects .item-typical-project .Content-project a:hover {
          text-decoration: none; }
        #main .Typical-projects .item-typical-project .Content-project .title {
          margin-bottom: 5px;
          font-size: 20px;
          font-weight: 600; }
      #main .Typical-projects .item-typical-project img {
        height: 300px;
        width: 100%;
        -webkit-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        object-fit: cover; }
        #main .Typical-projects .item-typical-project img:hover .overlay-background {
          transform: scale(1.2);
          transition: all 700ms ease; }
    #main .Typical-projects .btn-see-more {
      width: 150px;
      background: #012169;
      color: #fff;
      text-align: center;
      border-radius: 5px;
      margin-top: 20px;
      font-weight: bold;
      padding: 10px;
      margin-top: 40px;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        #main .Typical-projects .btn-see-more {
          margin-top: 15px;
          margin-bottom: 5px; } }
      #main .Typical-projects .btn-see-more a {
        color: #fff;
        text-decoration: none; }
    #main .Typical-projects .row-customise {
      margin-right: 0px;
      margin-left: 0px; }
    #main .Typical-projects .custom-col {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #424242;
      padding-right: 0px;
      padding-left: 0px; }
      #main .Typical-projects .custom-col .image-our-product {
        border-radius: 15px; }
      #main .Typical-projects .custom-col img.image-box-paint {
        position: absolute;
        width: 100px;
        bottom: 0px;
        right: 3px; }
  #main .section-media {
    color: #012169;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #main .section-media .title-media {
      text-align: center;
      color: #012169;
      padding: 50px 10px 50px 10px;
      margin-bottom: 0;
      font-weight: 600; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        #main .section-media .title-media {
          padding: 10px; } }
      @media screen and (max-width: 767px) {
        #main .section-media .title-media {
          padding: 10px; } }
    #main .section-media .btn-see-more {
      width: 137px;
      background: #012169;
      color: #fff;
      text-align: center;
      border-radius: 5px;
      margin-top: 20px;
      font-weight: 600;
      padding: 6px;
      margin-bottom: 20px; }
      #main .section-media .btn-see-more a {
        color: #fff;
        text-decoration: none; }
    #main .section-media a.tag-a-customize {
      color: #000000;
      font-weight: bold;
      font-family: "TisonFontBold"; }
    #main .section-media img.image-our-product {
      width: 100%;
      height: auto;
      object-fix: cover; }
    #main .section-media .row-child {
      padding-top: 10px; }
    #main .section-media .item-child {
      border-right-color: #FEB200;
      border-right-style: outset;
      border-right-width: thin; }
    #main .section-media .custom-col {
      position: relative;
      display: flex;
      flex-direction: column;
      color: #424242; }
      #main .section-media .custom-col .day {
        font-size: 17px;
        text-align: left;
        font-weight: 600; }
      #main .section-media .custom-col .month {
        font-size: 13px;
        text-align: left; }
      #main .section-media .custom-col img.image-box-paint {
        position: absolute;
        width: 100px;
        bottom: 0px;
        right: 3px; }

#owl-carousel-media .owl-nav img {
  width: 100%;
  height: 235px; }
#owl-carousel-media .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30%;
  display: block !important;
  border-radius: 50%;
  border: 2px solid rgba(221, 221, 221, 0.8);
  background: rgba(221, 221, 221, 0.8);
  margin-left: 20px; }
  #owl-carousel-media .owl-nav button.owl-prev:focus {
    outline: none !important; }
  #owl-carousel-media .owl-nav button.owl-prev span {
    color: white;
    font-size: 50px;
    position: relative;
    top: -24px; }
  #owl-carousel-media .owl-nav button.owl-prev:hover {
    transform: scale(1.2);
    transition: all 700ms ease; }
  #owl-carousel-media .owl-nav button.owl-prev:not(:hover) {
    transform: scale(1);
    transition: all 700ms ease; }
#owl-carousel-media .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30%;
  display: block !important;
  border-radius: 50%;
  border: 2px solid rgba(221, 221, 221, 0.8);
  background: rgba(221, 221, 221, 0.8);
  right: 10px; }
  #owl-carousel-media .owl-nav button.owl-next:focus {
    outline: none !important; }
  #owl-carousel-media .owl-nav button.owl-next span {
    color: white;
    font-size: 50px;
    position: relative;
    top: -24px; }
  #owl-carousel-media .owl-nav button.owl-next:hover {
    transform: scale(1.2);
    transition: all 700ms ease; }
  #owl-carousel-media .owl-nav button.owl-next:not(:hover) {
    transform: scale(1);
    transition: all 700ms ease; }

.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.animation_duration_50 {
  -webkit-animation-delay: 0.05s !important;
  animation-delay: 0.1s !important;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }
.animation_duration_100 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }
.animation_duration_200 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }
.animation_duration_300 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }
.animation_duration_400 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }
.animation_duration_500 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }
.animation_duration_600 {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }
.animation_duration_700 {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }
.animation_duration_800 {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }
.animation_duration_900 {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }

.site-content {
  padding: 0; }

.product-container .banner, .featured-article .banner {
  background-image: linear-gradient(0deg, rgba(123, 115, 120, 0.3), rgba(123, 115, 120, 0.3)), url("../images/banner-products.jpg");
  background-size: 100% 100%;
  z-index: 99;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative; }
  .product-container .banner .css-color-red, .featured-article .banner .css-color-red {
    color: #fff;
    font-weight: 600;
    text-align: center; }
  .product-container .banner .custom-breadcrumb, .featured-article .banner .custom-breadcrumb {
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px; }
  .product-container .banner .breadcrumb, .featured-article .banner .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem;
    margin: 10px;
    background: none !important; }
    .product-container .banner .breadcrumb a, .featured-article .banner .breadcrumb a {
      color: #fff; }
  .product-container .banner .breadcrumb-item.active, .featured-article .banner .breadcrumb-item.active {
    color: #fff !important; }
    .product-container .banner .breadcrumb-item.active::before, .featured-article .banner .breadcrumb-item.active::before {
      color: #fff !important;
      content: '>' !important; }
.product-container .content h2.text-product, .featured-article .content h2.text-product {
  color: #193677;
  font-weight: 600;
  padding-top: 50px;
  text-align: center; }
.product-container .content .line-width, .featured-article .content .line-width {
  width: 400px;
  height: 2px;
  background: #ddd;
  border-radius: 20px;
  margin: 0px 10px 10px 10px;
  margin: 0 auto; }
.product-container .content .text-description, .featured-article .content .text-description {
  padding: 10px 200px;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .product-container .content .text-description, .featured-article .content .text-description {
      padding: 10px 50px; } }
@media screen and (max-width: 767px) {
  .product-container .row-product, .featured-article .row-product {
    margin: 0 !important; } }
.product-container .customise-row-tag-select, .featured-article .customise-row-tag-select {
  width: 60%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .product-container .customise-row-tag-select, .featured-article .customise-row-tag-select {
      width: 80%; } }
  @media screen and (max-width: 767px) {
    .product-container .customise-row-tag-select, .featured-article .customise-row-tag-select {
      width: 100%; } }
  .product-container .customise-row-tag-select select, .featured-article .customise-row-tag-select select {
    word-wrap: normal;
    background: #193677;
    color: white;
    font-size: 14px;
    font-weight: 600;
    margin: 20px 10px;
    width: 100%; }
.product-container .customise-row-status, .featured-article .customise-row-status {
  margin-top: 40px; }
.product-container .customise-row, .featured-article .customise-row {
  width: 70%;
  margin: 0 auto; }
  @media screen and (max-width: 991px) {
    .product-container .customise-row, .featured-article .customise-row {
      width: 100%; } }
  @media screen and (min-width: 992px) and (max-width: 1024px) {
    .product-container .customise-row, .featured-article .customise-row {
      width: 90%;
      margin: 0 auto; } }
.product-container .custom-col-product, .featured-article .custom-col-product {
  margin-bottom: 30px; }
  .product-container .custom-col-product .item-product, .featured-article .custom-col-product .item-product {
    border: 1px solid #ddd; }
    .product-container .custom-col-product .item-product .contain-image, .featured-article .custom-col-product .item-product .contain-image {
      border-bottom: 1px solid #ddd;
      padding: 20px; }
      .product-container .custom-col-product .item-product .contain-image img, .featured-article .custom-col-product .item-product .contain-image img {
        transform: scale(1);
        transition: all .5s ease; }
    .product-container .custom-col-product .item-product .content-box-paint, .featured-article .custom-col-product .item-product .content-box-paint {
      color: #000000;
      background: #eae6e6;
      width: 100%;
      padding: 10px 20px; }
    .product-container .custom-col-product .item-product .surface-type, .featured-article .custom-col-product .item-product .surface-type {
      height: 50px; }
      .product-container .custom-col-product .item-product .surface-type h2, .featured-article .custom-col-product .item-product .surface-type h2 {
        font-size: 20px;
        font-weight: bold;
        color: #000; }
  .product-container .custom-col-product .item-product:hover, .featured-article .custom-col-product .item-product:hover {
    border: none;
    border-color: transparent;
    -webkit-box-shadow: 0 0px 13px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 13px 1px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }
    .product-container .custom-col-product .item-product:hover .contain-image img, .featured-article .custom-col-product .item-product:hover .contain-image img {
      transform: scale(1.1);
      transition: all .5s ease;
      cursor: pointer; }
    .product-container .custom-col-product .item-product:hover .content-box-paint, .featured-article .custom-col-product .item-product:hover .content-box-paint {
      background-color: #012169;
      -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
      color: #fff; }
      .product-container .custom-col-product .item-product:hover .content-box-paint .surface-type h2, .featured-article .custom-col-product .item-product:hover .content-box-paint .surface-type h2 {
        color: #fff; }
.product-container .btn-load-more, .featured-article .btn-load-more {
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 23px; }
  .product-container .btn-load-more button, .featured-article .btn-load-more button {
    background: #012169;
    border-radius: 10px; }

.information-company .banner-new {
  position: relative; }
  .information-company .banner-new .overlay-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    top: 0; }
    .information-company .banner-new .overlay-background .custom-breadcrumb {
      display: block;
      position: absolute;
      bottom: 0;
      left: 10px; }
.information-company .background-info-company {
  background: #F2F2F2;
  padding: 50px; }
  @media only screen and (max-width: 992px) {
    .information-company .background-info-company {
      padding: 22px; } }
  .information-company .background-info-company .customise-width {
    margin: 0 auto;
    padding: 0 70px; }
    @media only screen and (max-width: 1140px) {
      .information-company .background-info-company .customise-width {
        padding: 0 10px; } }
    @media only screen and (max-width: 1140px) {
      .information-company .background-info-company .customise-width .justify-content-center {
        justify-content: unset !important; } }
  .information-company .background-info-company .text {
    font-size: 14px;
    color: #1A1F65;
    font-weight: bold; }
  @media only screen and (min-width: 1025px) {
    .information-company .background-info-company .number-home {
      font-size: 38px; }
    .information-company .background-info-company .text {
      font-size: 20px; } }
  .information-company .background-info-company .number-home {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px; }
  .information-company .background-info-company span.Count {
    font-size: 24px;
    color: #1A1F65;
    font-weight: 600; }
  .information-company .background-info-company img.icon-info-home {
    width: 60px;
    margin-right: 15px; }
@media screen and (max-width: 1140px) {
  .information-company .description-container {
    padding: 45px 15px !important; } }
.information-company .info-container.row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 15px; }
.information-company .text-info {
  padding: 80px 10px 80px 0px; }
  .information-company .text-info h2.info {
    color: #000000;
    font-weight: 600; }
  .information-company .text-info p {
    color: #000000;
    font-size: 14px; }
.information-company .image-info {
  padding: 100px 10px 100px 10px; }
.information-company .description-container {
  background: #A90B1B;
  padding: 70px 150px;
  color: #fff; }
  .information-company .description-container .max-width_1240 {
    display: flex;
    flex-direction: column;
    max-width: 1240px;
    margin: 0 auto; }
  .information-company .description-container h3 {
    color: #fff;
    padding: 0;
    margin-bottom: 1rem; }
  .information-company .description-container p {
    color: #fff;
    font-size: 14px; }
.information-company .customer-reviews {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 60px 120px 40px 120px;
  max-width: 1240px;
  margin: 0 auto; }
  .information-company .customer-reviews div.text-reviews {
    font-size: 16px;
    padding-top: 70px; }
  .information-company .customer-reviews h2.text-reviews {
    font-weight: bold;
    color: #000000;
    margin-bottom: 50px;
    margin-top: 15px;
    padding-top: 10px; }
  .information-company .customer-reviews .comment {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 7px; }
  .information-company .customer-reviews .background_grey {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #f2f2f2;
    margin-top: 20px;
    padding: 10px; }
  .information-company .customer-reviews .owl-carousel .owl-nav {
    display: none; }
  .information-company .customer-reviews .owl-carousel .item-owl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .information-company .customer-reviews .owl-carousel img.avatar {
    width: 150px !important;
    overflow: hidden;
    border-radius: 50%;
    height: 150px !important;
    object-fit: cover; }
  .information-company .customer-reviews .owl-theme .owl-controls .owl-page {
    display: inline-block; }
  .information-company .customer-reviews .owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px; }
  .information-company .customer-reviews .owl-dots {
    margin-top: 50px; }
  .information-company .customer-reviews .owl-theme .owl-dots .owl-dot.active span, .information-company .customer-reviews .owl-theme .owl-dots .owl-dot:hover span {
    background: #DC8D90 !important; }
.information-company .timeLine {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 120px 120px 120px; }
  .information-company .timeLine div.text-reviews {
    font-size: 16px;
    padding-top: 70px; }
  .information-company .timeLine h2.text-reviews {
    font-weight: bold;
    color: #000000;
    margin-bottom: 50px;
    margin-top: 15px;
    padding-top: 10px; }

.TypicalProjects-container .banner {
  background-image: linear-gradient(0deg, rgba(123, 115, 120, 0.3), rgba(123, 115, 120, 0.3)), url("../images/BannerAllPage/Banner-gioi-thieu.png");
  background-size: 100% 100%;
  z-index: 99;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative; }
  .TypicalProjects-container .banner .css-color-red {
    color: #fff;
    font-weight: 600;
    text-align: center; }
  .TypicalProjects-container .banner .custom-breadcrumb {
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px; }
  .TypicalProjects-container .banner .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem;
    margin: 10px;
    background: none !important; }
    .TypicalProjects-container .banner .breadcrumb a {
      color: #fff; }
  .TypicalProjects-container .banner .breadcrumb-item.active {
    color: #fff !important; }
    .TypicalProjects-container .banner .breadcrumb-item.active::before {
      color: #fff !important;
      content: '>' !important; }
.TypicalProjects-container .title-TypicalProjects {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 30px; }
  .TypicalProjects-container .title-TypicalProjects h2.text-product {
    color: #193677;
    font-weight: 600; }
  .TypicalProjects-container .title-TypicalProjects .line-width {
    width: 400px;
    height: 2px;
    background: #ddd;
    border-radius: 20px;
    margin: 0px 10px 10px 10px; }
.TypicalProjects-container .list-projects {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
  margin: 0 auto;
  overflow-y: scroll; }
  .TypicalProjects-container .list-projects .item-project {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .TypicalProjects-container .list-projects .item-project img.icon-info-home {
      width: 40px; }
    .TypicalProjects-container .list-projects .item-project .text {
      text-align: center; }
    .TypicalProjects-container .list-projects .item-project.active p {
      border-bottom: 2px solid #000; }
.TypicalProjects-container .branch-tison {
  padding: 30px; }
  .TypicalProjects-container .branch-tison .brach-one {
    margin: 7px 0;
    padding: 0 7px; }
  .TypicalProjects-container .branch-tison .item-contact {
    background: #E5E4E4;
    padding: 10px; }
    .TypicalProjects-container .branch-tison .item-contact .title {
      color: #000;
      font-size: 24px;
      font-family: "TisonFontBold" !important;
      padding: 6px 0; }
    .TypicalProjects-container .branch-tison .item-contact a {
      color: #000; }
    .TypicalProjects-container .branch-tison .item-contact img {
      height: 250px;
      object-fit: cover; }
    @media only screen and (max-width: 992px) and (min-width: 768px) {
      .TypicalProjects-container .branch-tison .item-contact img {
        height: 200px !important; } }
    @media only screen and (max-width: 767px) {
      .TypicalProjects-container .branch-tison .item-contact img {
        height: 140px !important; } }
.TypicalProjects-container .view-see-more {
  display: flex;
  justify-content: center;
  align-items: center; }
  .TypicalProjects-container .view-see-more div#btn-load-more-cttb {
    background: #012169;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600; }

.contact-container .banner {
  background-image: linear-gradient(0deg, rgba(123, 115, 120, 0.3), rgba(123, 115, 120, 0.3)), url("../images/infomationCompany/banner-infomation-company.jpg");
  background-size: 100% 100%;
  z-index: 99;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative; }
  .contact-container .banner .css-color-red {
    color: #fff;
    font-weight: 600;
    text-align: center; }
  .contact-container .banner .custom-breadcrumb {
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px; }
  .contact-container .banner .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem;
    margin: 10px;
    background: none !important; }
    .contact-container .banner .breadcrumb a {
      color: #fff; }
  .contact-container .banner .breadcrumb-item.active {
    color: #fff !important; }
    .contact-container .banner .breadcrumb-item.active::before {
      color: #fff !important;
      content: '>' !important; }
.contact-container .title-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 30px; }
  .contact-container .title-contact h2.text-product {
    color: #193677;
    font-weight: 600; }
  .contact-container .title-contact .line-width {
    width: 400px;
    height: 2px;
    background: #ddd;
    border-radius: 20px;
    margin: 0px 10px 10px 10px; }
.contact-container .list-projects {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
  margin: 0 auto;
  overflow-y: scroll; }
  .contact-container .list-projects .item-project {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .contact-container .list-projects .item-project img.icon-info-home {
      width: 40px; }
    .contact-container .list-projects .item-project .text {
      text-align: center; }
.contact-container .background-contact {
  background: #F9F9F9; }
.contact-container .branch-tison {
  padding: 30px;
  max-width: 1024px;
  margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    .contact-container .branch-tison {
      padding: 80px 30px 80px 30px;
      margin-bottom: 60px; } }
  .contact-container .branch-tison .brach-one {
    margin: 10px 0;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .contact-container .branch-tison .brach-one iframe {
      margin-bottom: 10px; }
    .contact-container .branch-tison .brach-one .content-maps .title-branch {
      color: #193677;
      text-align: center;
      font-size: 22px;
      font-weight: 600;
      font-family: "TisonFontBold" !important; }
    .contact-container .branch-tison .brach-one .content-maps .line-width-bottom {
      font-size: 14px;
      text-align: center; }
    .contact-container .branch-tison .brach-one .content-maps .address-branch, .contact-container .branch-tison .brach-one .content-maps .phone-on-branh {
      text-align: center;
      padding-top: 5px;
      padding-bottom: 5px; }
  .contact-container .branch-tison .item-contact {
    background: #E5E4E4;
    padding: 10px; }
    .contact-container .branch-tison .item-contact .title {
      color: #000;
      font-size: 24px;
      font-weight: 600;
      padding: 6px 0; }
.contact-container .view-see-more {
  display: flex;
  justify-content: center;
  align-items: center; }
  .contact-container .view-see-more div#btn-load-more-cttb {
    background: #012169;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600; }

.Witnesses-container .all-center {
  display: flex;
  align-items: center;
  justify-content: center; }
.Witnesses-container #icon-preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: 0;
  display: none;
  z-index: 10; }
.Witnesses-container .view-see-more {
  display: flex;
  justify-content: center;
  align-items: center; }
  .Witnesses-container .view-see-more div#btn-load-more-certification {
    background: #012169;
    padding: 10px 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600; }
    .Witnesses-container .view-see-more div#btn-load-more-certification:hover {
      cursor: pointer; }
.Witnesses-container .content-box-paint .description {
  display: block;
  display: -webkit-box;
  max-width: 400px;
  height: 62.4px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000; }
.Witnesses-container .title-Witnesses {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 30px; }
  .Witnesses-container .title-Witnesses h2.text-product {
    color: #193677;
    font-weight: 600; }
  .Witnesses-container .title-Witnesses .line-width {
    width: 400px;
    height: 2px;
    background: #ddd;
    border-radius: 20px;
    margin: 0px 10px 10px 10px; }
.Witnesses-container .Witnesses-tison {
  padding: 30px;
  max-width: 1024px;
  margin: 0 auto; }
  .Witnesses-container .Witnesses-tison .brach-one {
    margin: 30px 0;
    padding: 0 15px;
    cursor: pointer; }
    .Witnesses-container .Witnesses-tison .brach-one:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  .Witnesses-container .Witnesses-tison .contain-image {
    display: flex;
    justify-content: center;
    align-items: center; }
    .Witnesses-container .Witnesses-tison .contain-image img.image-contact {
      width: 257px; }
  .Witnesses-container .Witnesses-tison .item-contact {
    padding: 10px; }
    .Witnesses-container .Witnesses-tison .item-contact .title {
      color: #000;
      font-size: 24px;
      font-weight: 600;
      padding: 6px 0; }

.service-container .title-service {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 30px; }
  .service-container .title-service h2.text-product {
    color: #193677;
    font-weight: 600; }
  .service-container .title-service .line-width {
    width: 400px;
    height: 2px;
    background: #ddd;
    border-radius: 20px;
    margin: 0px 10px 10px 10px; }
.service-container .container-note {
  max-width: 1024px;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .service-container .container-note .note {
    padding: 25px;
    background-color: #f9f9f9;
    border-radius: 5px;
    color: #193677; }
    .service-container .container-note .note ul {
      margin-bottom: 0px; }
      .service-container .container-note .note ul li {
        padding-bottom: 5px; }
.service-container .tab-color::-webkit-scrollbar {
  width: 12px; }
.service-container .tab-color::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2) !important;
  border-radius: 10px; }
.service-container .tab-color::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #012169 !important; }
.service-container input[type=submit], .service-container input[type=submit]:hover {
  background: #012169 !important; }
.service-container .choose-color {
  width: 28px !important;
  height: 28px !important; }
.service-container .contain-width {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 40px auto; }
  .service-container .contain-width .btn-input-info {
    color: white;
    background: #012169;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    width: 300px;
    align-items: center;
    text-align: center; }

.register-container .banner {
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative; }
  .register-container .banner .custom-breadcrumb {
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px; }
  .register-container .banner .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem;
    margin: 10px;
    background: none !important; }
    .register-container .banner .breadcrumb a {
      color: #fff; }
  .register-container .banner .breadcrumb-item.active {
    color: #fff !important; }
    .register-container .banner .breadcrumb-item.active::before {
      color: #fff !important;
      content: '>' !important; }
.register-container .form-dich-vu-phoi-mau label {
  font-family: "TisonFont"; }
  .register-container .form-dich-vu-phoi-mau label .wpcf7-form-control-wrap input {
    margin-top: 5px; }
.register-container .title-service {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 30px; }
  .register-container .title-service h2.text-product {
    color: #193677;
    font-weight: 600; }
  .register-container .title-service .line-width {
    width: 400px;
    height: 2px;
    background: #ddd;
    border-radius: 20px;
    margin: 0px 10px 10px 10px; }
.register-container .contain-width {
  width: 100%;
  justify-content: left;
  align-items: center;
  display: flex;
  margin: 10px auto; }
  .register-container .contain-width .btn-input-info {
    color: #193677;
    font-size: 18px;
    font-weight: 700;
    width: 300px;
    align-items: center;
    text-align: left;
    font-family: "TisonFontBold" !important; }
    @media screen and (max-width: 991px) {
      .register-container .contain-width .btn-input-info {
        padding-left: 15px; } }

.ColorsTrending-container .banner {
  background-image: linear-gradient(0deg, rgba(123, 115, 120, 0.3), rgba(123, 115, 120, 0.3)), url("../images/banner-dich-vu.png");
  background-size: 100% 100%;
  z-index: 99;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative; }
  .ColorsTrending-container .banner .css-color-red {
    color: #fff;
    font-weight: 600;
    text-align: center; }
  .ColorsTrending-container .banner .custom-breadcrumb {
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px; }
  .ColorsTrending-container .banner .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem;
    margin: 10px;
    background: none !important; }
    .ColorsTrending-container .banner .breadcrumb a {
      color: #fff; }
  .ColorsTrending-container .banner .breadcrumb-item.active {
    color: #fff !important; }
    .ColorsTrending-container .banner .breadcrumb-item.active::before {
      color: #fff !important;
      content: '>' !important; }
.ColorsTrending-container .title-ColorsTrending {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 30px; }
  .ColorsTrending-container .title-ColorsTrending h2.text-product {
    color: #193677;
    font-weight: 600; }
  .ColorsTrending-container .title-ColorsTrending .line-width {
    width: 400px;
    height: 2px;
    background: #ddd;
    border-radius: 20px;
    margin: 0px 10px 10px 10px; }
.ColorsTrending-container .background-grey {
  background-color: #F2F2F2; }
.ColorsTrending-container .background-brown {
  background-color: #FCD99D; }
.ColorsTrending-container .background-green {
  background-color: #C2F2B5; }
.ColorsTrending-container .background-yellow {
  background-color: #FCFCB8; }
.ColorsTrending-container .background-red {
  background-color: #F2AE9D; }
.ColorsTrending-container .background-orange {
  background-color: #F4D8B0; }
.ColorsTrending-container .background-blue {
  background-color: #CAE2F7; }
.ColorsTrending-container .background-purple {
  background-color: #DEC9FC; }
.ColorsTrending-container .background-customize {
  padding: 50px;
  color: #000000; }
  .ColorsTrending-container .background-customize img.image-box-paint {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .ColorsTrending-container .background-customize img:hover {
    opacity: 0.8; }
  .ColorsTrending-container .background-customize .row.custom-row {
    margin: 0 auto;
    max-width: 1024px; }
  .ColorsTrending-container .background-customize h3.title {
    font-size: 22px !important;
    font-weight: bold; }
  .ColorsTrending-container .background-customize .custom-col {
    justify-content: center;
    display: flex;
    flex-direction: column; }
  .ColorsTrending-container .background-customize .custom-col-content {
    padding: 28px 8px; }
  @media only screen and (max-width: 425px) {
    .ColorsTrending-container .background-customize .custom-col-content1 {
      padding-bottom: 30px !important; }
    .ColorsTrending-container .background-customize .custom-col-content2 {
      padding-top: 30px !important; } }
.ColorsTrending-container .owl-carousel button.owl-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  display: block !important;
  border-radius: 50%;
  border: 2px solid;
  left: 0px; }
  .ColorsTrending-container .owl-carousel button.owl-prev:focus {
    outline: none !important; }
  @media only screen and (max-width: 425px) {
    .ColorsTrending-container .owl-carousel button.owl-prev {
      top: 47% !important; } }
  .ColorsTrending-container .owl-carousel button.owl-prev span {
    color: black;
    font-size: 50px;
    position: relative;
    top: -24px; }
  .ColorsTrending-container .owl-carousel button.owl-prev:hover {
    transform: scale(1.2);
    transition: all 700ms ease;
    background: none !important;
    color: unset !important; }
  .ColorsTrending-container .owl-carousel button.owl-prev:not(:hover) {
    transform: scale(1);
    transition: all 700ms ease; }
.ColorsTrending-container .owl-carousel button.owl-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  display: block !important;
  border-radius: 50%;
  border: 2px solid;
  right: 0px; }
  @media only screen and (max-width: 425px) {
    .ColorsTrending-container .owl-carousel button.owl-next {
      top: 47% !important; } }
  .ColorsTrending-container .owl-carousel button.owl-next:focus {
    outline: none !important; }
  .ColorsTrending-container .owl-carousel button.owl-next span {
    color: black;
    font-size: 50px;
    position: relative;
    top: -24px; }
  .ColorsTrending-container .owl-carousel button.owl-next:hover {
    transform: scale(1.2);
    transition: all 700ms ease;
    background: none !important;
    color: unset !important; }
  .ColorsTrending-container .owl-carousel button.owl-next:not(:hover) {
    transform: scale(1);
    transition: all 700ms ease; }

.FengShui-containe .banner {
  background-image: linear-gradient(0deg, rgba(123, 115, 120, 0.3), rgba(123, 115, 120, 0.3)), url("../images/banner-dich-vu.png");
  background-size: 100% 100%;
  z-index: 99;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative; }
  .FengShui-containe .banner .css-color-red {
    color: #fff;
    font-weight: 600;
    text-align: center; }
  .FengShui-containe .banner .custom-breadcrumb {
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px; }
  .FengShui-containe .banner .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem;
    margin: 10px;
    background: none !important; }
    .FengShui-containe .banner .breadcrumb a {
      color: #fff; }
  .FengShui-containe .banner .breadcrumb-item.active {
    color: #fff !important; }
    .FengShui-containe .banner .breadcrumb-item.active::before {
      color: #fff !important;
      content: '>' !important; }
.FengShui-containe .title-fengShui {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 30px; }
  .FengShui-containe .title-fengShui h2.text-product {
    color: #193677;
    font-weight: 600; }
  .FengShui-containe .title-fengShui .line-width {
    width: 400px;
    height: 2px;
    background: #ddd;
    border-radius: 20px;
    margin: 0px 10px 10px 10px; }
.FengShui-containe .container-body {
  background: white;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1024px; }
  .FengShui-containe .container-body .custom-col {
    padding: 10px 10px;
    cursor: pointer; }
    .FengShui-containe .container-body .custom-col p.tuoi {
      font-size: 20px;
      margin-bottom: 5px;
      margin-top: 15px;
      font-weight: 600; }

a:hover {
  text-decoration: none; }

.media-container .banner {
  background-image: url("../images/banner-products.jpg");
  background-size: 100% 100%;
  z-index: 99;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative; }
  .media-container .banner .css-color-red {
    color: #fff;
    font-weight: 600;
    text-align: center; }
  .media-container .banner .custom-breadcrumb {
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px; }
  .media-container .banner .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem;
    margin: 10px;
    background: none !important; }
    .media-container .banner .breadcrumb a {
      color: #fff; }
  .media-container .banner .breadcrumb-item.active {
    color: #fff !important; }
    .media-container .banner .breadcrumb-item.active::before {
      color: #fff !important;
      content: '>' !important; }
.media-container h2.title-breaking-news {
  color: #193677;
  font-weight: 600;
  padding-top: 30px; }
.media-container span.color-red {
  color: red;
  font-size: 32px;
  font-weight: bold; }
.media-container .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1180px;
  margin: 0 auto; }
  .media-container .content .featured-article {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px; }
    .media-container .content .featured-article .title {
      font-weight: 600;
      font-size: 20px; }
  .media-container .content .content-featured-article {
    padding-left: 10px; }
    .media-container .content .content-featured-article .title {
      font-size: 22px;
      font-weight: 600; }
    .media-container .content .content-featured-article .description {
      font-size: 14px; }
  .media-container .content a {
    color: #193677;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600; }
  .media-container .content .newspaper-news-row {
    padding: 5px 0; }
  .media-container .content .breaking-news .custom-column2 {
    display: flex; }
  .media-container .content .breaking-news .customise-row {
    margin-bottom: 10px; }
    .media-container .content .breaking-news .customise-row ul {
      margin-bottom: 5px;
      list-style: none;
      display: flex; }
      .media-container .content .breaking-news .customise-row ul li {
        margin-right: 15px; }
      .media-container .content .breaking-news .customise-row ul a {
        color: #193677;
        text-decoration: none; }
  .media-container .content .breaking-news .search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    width: 300px; }
    @media screen and (max-width: 991px) {
      .media-container .content .breaking-news .search-box {
        width: 90%;
        margin-left: 0px; } }
    .media-container .content .breaking-news .search-box label {
      display: none; }
    .media-container .content .breaking-news .search-box .screen-reader-text {
      display: none; }
    .media-container .content .breaking-news .search-box .search-submit {
      padding: 5px 5px !important;
      position: absolute;
      left: 5px;
      top: 5px;
      background: none; }
      @media screen and (width: 1024px) {
        .media-container .content .breaking-news .search-box .search-submit {
          font-size: 12px; } }
    @media screen and (max-width: 425px) {
      .media-container .content .breaking-news .search-box .search-submit {
        left: 5px !important;
        right: unset !important; } }
    .media-container .content .breaking-news .search-box .search-form {
      width: 100%; }
    .media-container .content .breaking-news .search-box .search-form .search-submit .icon {
      height: 15px;
      top: -6px;
      width: 16px;
      color: black; }
    .media-container .content .breaking-news .search-box input#search-form-1 {
      overflow: hidden;
      padding-left: 35px;
      max-width: 140px; }
      @media screen and (width: 1024px) {
        .media-container .content .breaking-news .search-box input#search-form-1 {
          font-size: 13px; } }
    .media-container .content .breaking-news .search-box input[type="search"] {
      padding: 5px 5px !important;
      border-radius: 20px !important;
      padding-left: 35px !important;
      border: 1px solid #012169;
      color: #012169; }
  .media-container .content .line-width {
    width: 400px;
    height: 2px;
    background: #ddd;
    border-radius: 20px;
    margin: 0px 10px 10px 10px; }
  .media-container .content .text-description {
    padding: 10px 200px; }
  .media-container .content .btn-load-more {
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 23px; }
    .media-container .content .btn-load-more button {
      background: #012169;
      border-radius: 5px;
      padding: 10px;
      width: 150px; }
      .media-container .content .btn-load-more button a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-family: "TisonFontBold"; }

p.link-more {
  display: none !important; }

.all-center {
  display: flex;
  align-items: center;
  justify-content: center; }

#icon-preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: 0;
  display: none;
  z-index: 10; }

#icon-preloader img {
  width: 25px;
  height: auto; }

.caculatePaint-container .banner {
  background-image: url("../images/banner-products.jpg");
  background-size: 100% 100%;
  z-index: 99;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative; }
  .caculatePaint-container .banner .css-color-red {
    color: #fff;
    font-weight: 600;
    text-align: center; }
  .caculatePaint-container .banner .custom-breadcrumb {
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px; }
  .caculatePaint-container .banner .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem;
    margin: 10px;
    background: none !important; }
    .caculatePaint-container .banner .breadcrumb a {
      color: #fff; }
  .caculatePaint-container .banner .breadcrumb-item.active {
    color: #fff !important; }
    .caculatePaint-container .banner .breadcrumb-item.active::before {
      color: #fff !important;
      content: '>' !important; }
.caculatePaint-container .content .title-caculatePaint {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 30px; }
  .caculatePaint-container .content .title-caculatePaint h2.text-product {
    color: #193677;
    font-weight: 600; }
  .caculatePaint-container .content .title-caculatePaint .line-width {
    width: 400px;
    height: 2px;
    background: #ddd;
    border-radius: 20px;
    margin: 0px 10px 10px 10px; }
.caculatePaint-container .content .tab-selected {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center; }
  .caculatePaint-container .content .tab-selected .item-tab {
    width: 50%;
    background-color: white;
    color: #012169;
    border: 1px solid #012169;
    font-family: "TisonFontBold" !important; }
    .caculatePaint-container .content .tab-selected .item-tab.active {
      background-color: #012169;
      font-family: "TisonFontBold" !important;
      color: white; }
.caculatePaint-container .content .customise-row {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F7F7F7;
  padding: 20px 25px; }
  .caculatePaint-container .content .customise-row:nth-of-type(2) {
    padding-bottom: 80px; }
  .caculatePaint-container .content .customise-row .label {
    color: #193677; }
  .caculatePaint-container .content .customise-row .form-group.custom-form-select {
    padding: 0px !important;
    margin: 0px;
    border: none; }
    .caculatePaint-container .content .customise-row .form-group.custom-form-select select.form-control {
      color: #A3A3A4;
      border: none;
      background-color: #F7F7F7;
      border-bottom: 1px solid #193677;
      border-radius: unset;
      padding: 0px;
      min-height: 35px; }
      .caculatePaint-container .content .customise-row .form-group.custom-form-select select.form-control:focus {
        outline: none !important;
        box-shadow: none !important; }
  .caculatePaint-container .content .customise-row input {
    border-bottom: 1px solid #193677 !important;
    border: none;
    background: #F7F7F7;
    min-height: 35px;
    padding: 0px; }
    .caculatePaint-container .content .customise-row input::placeholder {
      color: #A3A3A4; }
.caculatePaint-container .content .customise-btn-submit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 22px; }
  .caculatePaint-container .content .customise-btn-submit .btn-submit {
    border: 1px solid;
    text-align: center;
    background: #012169;
    border-radius: 10px;
    padding: 10px 30px;
    color: white;
    font-family: "TisonFontBold" !important; }
.caculatePaint-container .content .showProduct {
  display: none;
  max-width: 1024px;
  margin: 10px auto 30px auto;
  background: #F7F7F7;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 2s linear 1s; }
  .caculatePaint-container .content .showProduct .customise-row {
    margin-right: 0px;
    margin-left: 0px; }
  .caculatePaint-container .content .showProduct .custom-col1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .caculatePaint-container .content .showProduct p {
    color: #193677; }
    .caculatePaint-container .content .showProduct p .color-cus {
      font-weight: bold; }
.caculatePaint-container .content .background-hotline {
  max-width: 1024px;
  margin: 30px auto;
  background: #F7F7F7;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .caculatePaint-container .content .background-hotline .title {
    color: #193677;
    text-align: center;
    max-width: 600px;
    padding-top: 50px;
    padding-bottom: 30px; }
  .caculatePaint-container .content .background-hotline .hot-line {
    background: #193677;
    width: 270px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    margin-bottom: 40px;
    font-family: "TisonFontBold" !important; }
.caculatePaint-container #ngoaithat {
  display: none; }

#icon-preloader img {
  width: 25px;
  height: auto; }

.tuyen-dung {
  background-image: url("../images/hand_shake.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 0 100px 0;
  margin-bottom: 50px; }

.breadcrumb_last {
  font-weight: bold; }

@media only screen and (min-width: 1281px) {
  #main .section-maple-colors .customise-row {
    height: 85vh; } }
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  #main .section-maple-colors .customise-row {
    height: 60vh; } }
@media only screen and (max-width: 767px) {
  #main .section-maple-colors .customise-row {
    height: auto; } }
.mediaInternal-container .banner {
  background-image: url("../images/banner-products.jpg");
  background-size: 100% 100%;
  z-index: 99;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative; }
  .mediaInternal-container .banner .css-color-red {
    color: #fff;
    font-weight: 600;
    text-align: center; }
  .mediaInternal-container .banner .custom-breadcrumb {
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px; }
  .mediaInternal-container .banner .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem;
    margin: 10px;
    background: none !important; }
    .mediaInternal-container .banner .breadcrumb a {
      color: #fff; }
  .mediaInternal-container .banner .breadcrumb-item.active {
    color: #fff !important; }
    .mediaInternal-container .banner .breadcrumb-item.active::before {
      color: #fff !important;
      content: '>' !important; }
.mediaInternal-container .content-mediaInternal {
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 35px;
  padding: 10px; }
  .mediaInternal-container .content-mediaInternal h2.title-breaking-news {
    color: #193677;
    font-weight: 600;
    padding-top: 30px; }
  .mediaInternal-container .content-mediaInternal span.color-red {
    color: red;
    font-size: 32px;
    font-weight: bold; }
  .mediaInternal-container .content-mediaInternal .custom-row-internal {
    margin-top: 20px; }
    .mediaInternal-container .content-mediaInternal .custom-row-internal .title h4 {
      color: #193677; }
    .mediaInternal-container .content-mediaInternal .custom-row-internal a {
      color: #193677; }

.spaginate .spaginate-title {
  display: none; }

.entry-meta {
  display: none; }

.spaginate .spaginate-link, .spaginate .spaginate-current, .spaginate .spaginate-next, .spaginate .spaginate-prev {
  color: #555555;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  margin: 0 4px;
  padding: 0.4em;
  position: relative;
  text-decoration: none;
  width: 40px;
  height: 40px;
  text-align: center; }

.spaginate .spaginate-current, .spaginate .spaginate-link:hover, .spaginate .spaginate-next:hover, .spaginate .spaginate-prev:hover {
  background-color: #193677;
  border: 1px solid #193677;
  color: #FFFFFF;
  border-radius: 50%; }

.site-paginate {
  display: block;
  margin-top: 20px;
  position: relative;
  text-align: center;
  z-index: 9999; }

div#sPaginate {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px; }

div#load_data {
  max-width: 1240px;
  margin: 0 auto; }

#image-trending-colors2, #image-trending-colors3, #image-trending-colors4, #image-trending-colors5 {
  display: none; }

.animate__changeBackgroundColor {
  width: 100%;
  height: 100%;
  position: relative;
  animation-name: changeColor;
  animation-duration: 1s;
  animation-delay: 1s;
  background-color: #012169; }

@keyframes changeColor {
  from {
    background-color: white;
    width: 50%; }
  to {
    background-color: #012169;
    width: 100%; } }
.choose-color.active-color {
  webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.site-content-contain {
  padding-top: 65px; }
  @media only screen and (max-width: 992px) {
    .site-content-contain {
      padding-top: 50px; } }

ul.list-unstyled {
  background-color: #fff;
  margin-bottom: 0; }

ul.list-unstyled li {
  padding: 10px 10px;
  z-index: 2; }

ul.list-unstyled li.init {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border-radius: 2px;
  border: none;
  padding: 10px 30px 10px 10px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

ul.list-unstyled li:not(.init) {
  background: #fff;
  margin-top: 0;
  border-top: 1px solid #eee;
  cursor: pointer;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee; }

ul.colors-sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  position: absolute;
  z-index: 999;
  right: 0;
  left: 0;
  padding: 0 10px;
  overflow-y: scroll;
  max-height: 320px; }

ul.list-unstyled li:not(.init):hover {
  background-color: #ddd; }

ul.list-unstyled li.selected:not(.init) {
  background-color: #012169 !important;
  color: #fff; }

li.init {
  cursor: pointer;
  font-weight: bold; }

span.color-span {
  width: 25px;
  height: 25px;
  position: absolute; }

ul.list-unstyled li:not(.init) span.color-span {
  right: 30px; }

ul.list-unstyled li.init span.color-span {
  right: 15px; }

.banner-new-tison {
  position: relative; }
  .banner-new-tison .overlay-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    top: 0; }
    .banner-new-tison .overlay-background .custom-breadcrumb {
      display: block;
      position: absolute;
      bottom: 0;
      left: 10px; }
    @media screen and (max-width: 425px) {
      .banner-new-tison .overlay-background .custom-breadcrumb {
        bottom: -15px;
        left: -10px; } }

@media screen and (max-width: 1680px) {
  #banner {
    height: auto !important; } }
#banner {
  height: auto;
  position: relative; }
  #banner .owl-carousel {
    height: 100%; }
    #banner .owl-carousel .owl-dots {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0; }
    #banner .owl-carousel .item-owl {
      height: 100%; }
    #banner .owl-carousel .owl-carousel, #banner .owl-carousel .owl-stage-outer, #banner .owl-carousel .owl-stage, #banner .owl-carousel .owl-item, #banner .owl-carousel img {
      height: 100%; }
    #banner .owl-carousel button.owl-prev {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 40%;
      display: block !important;
      border-radius: 50%;
      left: 20px;
      background: rgba(216, 211, 211, 0.5); }
      #banner .owl-carousel button.owl-prev:focus {
        outline: none !important; }
      #banner .owl-carousel button.owl-prev span {
        color: white;
        font-size: 50px;
        position: relative;
        top: -23px;
        font-weight: 100; }
      #banner .owl-carousel button.owl-prev:hover {
        transform: scale(1.2);
        transition: all 700ms ease; }
      #banner .owl-carousel button.owl-prev:not(:hover) {
        transform: scale(1);
        transition: all 700ms ease; }
    #banner .owl-carousel button.owl-next {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 40%;
      display: block !important;
      border-radius: 50%;
      right: 20px;
      background: rgba(216, 211, 211, 0.5); }
      #banner .owl-carousel button.owl-next:focus {
        outline: none !important; }
      #banner .owl-carousel button.owl-next span {
        color: white;
        font-size: 50px;
        position: relative;
        top: -23px;
        font-weight: 100; }
      #banner .owl-carousel button.owl-next:hover {
        transform: scale(1.2);
        transition: all 700ms ease; }
      #banner .owl-carousel button.owl-next:not(:hover) {
        transform: scale(1);
        transition: all 700ms ease; }

.row-recruitment .title-recruitment {
  padding: 80px 0 40px 0; }
  @media screen and (max-width: 767px) {
    .row-recruitment .title-recruitment {
      padding: 40px 0 20px 0; } }

.phonering-alo-phone {
  position: fixed;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 200000 !important;
  right: -40px;
  bottom: -45px;
  display: block;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s; }
  @media screen and (max-width: 767px) {
    .phonering-alo-phone {
      right: -55px;
      bottom: 30px; } }

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

.phonering-alo-phone.phonering-alo-static {
  opacity: .6; }

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

.phonering-alo-ph-circle {
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  -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;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

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

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

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

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
  border-color: #272d6b;
  opacity: 0.5; }

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

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
  border-color: #ccc;
  opacity: 0.5; }

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5; }

.phonering-alo-ph-circle-fill {
  width: 100px;
  height: 100px;
  top: 50px;
  left: 50px;
  position: absolute;
  background-color: #000;
  border-radius: 100%;
  border: 2px solid transparent;
  -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;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

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

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

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(39, 45, 107, 0.5);
  opacity: 0.75 !important; }

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(39, 45, 107, 0.5);
  opacity: 0.75 !important; }

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5); }

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important; }

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important; }

.phonering-alo-ph-img-circle {
  width: 60px;
  height: 60px;
  top: 70px;
  left: 70px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

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

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
  -webkit-animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
  animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important; }

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

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
  background-color: #272d6b; }

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
  background-color: #0038B5; }

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
  background-color: #ccc; }

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
  background-color: #75eb50; }

@-webkit-keyframes phonering-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; } }
@-webkit-keyframes phonering-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; } }
@-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 phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1; }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1; } }
@keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1; }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1; } }
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2; }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; } }
@keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2; }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.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); } }
.product-container .pagination {
  width: 100%;
  justify-content: center;
  align-items: center; }

.product-container .pagination li, .product-container .pagination li span {
  width: 40px;
  height: 40px;
  border: 0px solid !important;
  float: left;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 5px; }
  .product-container .pagination li:hover, .product-container .pagination li span:hover {
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #193677;
    border: 1px solid #193677;
    color: #fff;
    border-radius: 50%;
    margin: 0 5px; }
    .product-container .pagination li:hover a, .product-container .pagination li span:hover a {
      color: #fff !important;
      text-decoration: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }

.product-container .prev.page-numbers, .product-container .next.page-numbers {
  background: none !important;
  text-decoration: none !important;
  line-height: unset !important; }

.page-numbers:hover, .page-numbers:focus {
  background-color: #193677;
  border-radius: 50%;
  color: #fff !important;
  padding: .5em 1em;
  text-decoration: none !important;
  line-height: unset !important; }

.next.page-numbers:hover, .next.page-numbers:focus, .prev.page-numbers:hover, .prev.page-numbers:focus {
  color: #333;
  background-color: #193677;
  border-radius: 50%;
  color: #fff;
  padding: 0.25em 0.5em 0.4em;
  text-decoration: none !important;
  line-height: unset !important; }

#owl-carousel-tuyen-dung .owl-item .image-custom-height {
  height: auto; }
  @media screen and (min-width: 1280px) {
    #owl-carousel-tuyen-dung .owl-item .image-custom-height {
      height: 400px;
      object-fit: fill; } }
@media screen and (min-width: 1280px) {
  #owl-carousel-tuyen-dung .owl-item.active .image-custom-height {
    height: 440px;
    object-fit: fill; } }

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