/* ======================== FONTS ======================== */
@font-face {
  font-family: 'calibri';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/calibri.ttf") format("truetype"); }

@font-face {
  font-family: 'calibri';
  font-display: swap;
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/calibrii.ttf") format("truetype"); }

@font-face {
  font-family: 'calibri';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/calibrib.ttf") format("truetype"); }

@font-face {
  font-family: 'calibri';
  font-display: swap;
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/calibriz.ttf") format("truetype"); }

/* ==================== BORDER RADIUS ==================== */
/* Ref: 
    http://www.w3schools.com/css/css3_borders.asp 
    http://border-radius.com/
    border-radius: tl tr br bl:
*/
/* ==================== BOX SHADOW ==================== */
/* Ref: 
    http://www.cssmatic.com/box-shadow
*/
/* ==================== Set Font ==================== */
/* ==================== HOVER A ==================== */
/* Ref: 
*/
/*
@include transition(all .3s ease);
@mixin transition($args...) {
  -webkit-transition: $args;
  -moz-transition: $args;
  -ms-transition: $args;
  -o-transition: $args;
  transition: $args;
}
*/
/*
@include background-opacity(#000, $opacity: 0.3);
*/
@keyframes marquee {
  0% {
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    right: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg); }
  100% {
    -webkit-transform: rotate(-288deg);
    -ms-transform: rotate(-288deg);
    -o-transform: rotate(-288deg);
    transform: rotate(-288deg); } }

@-moz-keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg); }
  100% {
    -webkit-transform: rotate(-288deg);
    -ms-transform: rotate(-288deg);
    -o-transform: rotate(-288deg);
    transform: rotate(-288deg); } }

@-ms-keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg); }
  100% {
    -webkit-transform: rotate(-288deg);
    -ms-transform: rotate(-288deg);
    -o-transform: rotate(-288deg);
    transform: rotate(-288deg); } }

@-o-keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg); }
  100% {
    -webkit-transform: rotate(-288deg);
    -ms-transform: rotate(-288deg);
    -o-transform: rotate(-288deg);
    transform: rotate(-288deg); } }

@keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg); }
  100% {
    -webkit-transform: rotate(-288deg);
    -ms-transform: rotate(-288deg);
    -o-transform: rotate(-288deg);
    transform: rotate(-288deg); } }

@-webkit-keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg); }
  100% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg); } }

@-moz-keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg); }
  100% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg); } }

@-ms-keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg); }
  100% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg); } }

@-o-keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg); }
  100% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg); } }

@keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg); }
  100% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg); } }

@-webkit-keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg); }
  100% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg); } }

@-moz-keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg); }
  100% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg); } }

@-ms-keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg); }
  100% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg); } }

@-o-keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg); }
  100% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg); } }

@keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg); }
  100% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg); } }

@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); }
  50% {
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px); }
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); } }

@-moz-keyframes hvr-bob {
  0% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); }
  50% {
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px); }
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); } }

@-ms-keyframes hvr-bob {
  0% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); }
  50% {
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px); }
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); } }

@-o-keyframes hvr-bob {
  0% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); }
  50% {
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px); }
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); } }

@keyframes hvr-bob {
  0% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); }
  50% {
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px); }
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); } }

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); } }

@-moz-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); } }

@-ms-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); } }

@-o-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); } }

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); } }

@-webkit-keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@-moz-keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@-ms-keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@-o-keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

.slideshow .owl-item a img, .service__img, .congtrinh__img, .visao__img, .video-main iframe, .tl-cong-trinh__item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill; }

.product__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center center; }

.hover_sang1:before, .hover_sang3:before, .hover_sang3:after, .main-title__name:before {
  content: '';
  position: absolute; }

.menu--left, .menu .submenu, .menu .submenu li ul, .thongke {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0; }

[class^="hvr-"] {
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
  -webkit-animation-name: hvr-bob-float,hvr-bob;
  animation-name: hvr-bob-float,hvr-bob;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate; }

.blink_me {
  -webkit-animation: blinker 1s linear infinite;
  -moz-animation: blinker 1s linear infinite;
  -ms-animation: blinker 1s linear infinite;
  -o-animation: blinker 1s linear infinite;
  animation: blinker 1s linear infinite; }

.hover_sang1 {
  z-index: 40;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  -moz-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  -ms-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  overflow: hidden;
  border: 1px solid #e8e4e4;
  box-shadow: 4px 6px 0 0 #f5f5f5;
  background: rgba(255, 255, 255, 0.5); }
  @media screen and (prefers-reduced-motion: reduce) {
    .hover_sang1 {
      transition: none; } }
  .hover_sang1:before {
    width: 100%;
    height: 100%; }
  .hover_sang1:hover::before {
    -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    -moz-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    -ms-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0); }

.hover_sang3 {
  overflow: hidden;
  position: relative; }
  .hover_sang3:hover::before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, 0.5); }
  .hover_sang3:hover::after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.5); }
  .hover_sang3:before {
    width: 100%;
    height: 100%;
    z-index: 40;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .hover_sang3:before {
        transition: none; } }
  .hover_sang3:after {
    width: 100%;
    height: 100%;
    z-index: 40;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .hover_sang3:after {
        transition: none; } }

.xoay_hinh {
  overflow: hidden; }
  .xoay_hinh:hover img {
    transform: rotate(360deg); }
  .xoay_hinh img {
    transition: all 1s ease 0s; }

.marquee {
  -webkit-animation: marquee 10s linear infinite;
  -moz-animation: marquee 10s linear infinite;
  -ms-animation: marquee 10s linear infinite;
  -o-animation: marquee 10s linear infinite;
  animation: marquee 10s linear infinite; }

.text-theme {
  color: #c92505 !important; }

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3); }
  @media screen and (prefers-reduced-motion: reduce) {
    .overlay {
      transition: none; } }
  .overlay__box {
    position: absolute;
    top: 20px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 40px);
    border: 3px solid #fff; }

.scrollstyle-4::-webkit-scrollbar {
  width: 4px;
  height: 4px; }

.scrollstyle-4::-webkit-scrollbar-thumb {
  background: #c92505; }

.scrollstyle-4::-webkit-scrollbar-track {
  background: #e49282; }

.scrollstyle-4 {
  scrollbar-face-color: #c92505;
  scrollbar-track-color: #e49282; }

body {
  font-size: 16px;
  font-size: 1rem;
  font-family: "calibri"; }

.container {
  max-width: 1230px;
  position: relative; }

.wrap-main {
  padding: 30px 0; }

.wrap-main.wrap-home {
  padding: 0; }

.wrap-main-container:after {
  content: "";
  display: table;
  clear: both; }

a:hover {
  text-decoration: none; }

.title-main span {
  font-size: 1.5em;
  color: var(--color-title-main);
  font-weight: 400; }

.content-main img {
  max-width: 100% !important;
  height: auto !important; }

.slick-slider .slick-prev, .slick-slider .slick-next {
  width: 26px;
  height: 40px;
  border-radius: 3px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #eee;
  padding-top: 4px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .slick-slider .slick-prev, .slick-slider .slick-next {
      transition: none; } }
  .slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
    background-color: #c92505; }

.slick-slider .slick-prev::before, .slick-slider .slick-next::before {
  font-size: 24px;
  color: #333; }
  .slick-slider .slick-prev:hover::before, .slick-slider .slick-next:hover::before {
    color: #fff; }

.slick-slider .slick-prev {
  left: 20px; }

.slick-slider .slick-next {
  right: 20px; }

.menubar {
  z-index: 41;
  position: relative;
  top: 0px;
  left: 0px;
  background-image: url("../images/menu.jpg");
  background-repeat: repeat-x;
  background-position: 0 0;
  width: 100%; }

.menu__item {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -moz-box-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
  position: relative; }
  @media screen and (prefers-reduced-motion: reduce) {
    .menu__item {
      transition: none; } }
  .menu__item:hover .menu__link {
    color: #fff;
    background-color: #e99d19; }
  .menu__item:hover .submenu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1; }
  .menu__item > .submenu {
    top: calc(100% + 10px); }

.menu__link {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  font-family: "calibri";
  box-sizing: border-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 47px;
  padding: 0;
  position: relative;
  text-transform: uppercase; }
  .menu__link.active {
    background-color: #e99d19; }

.menu__line {
  width: 1px;
  height: 47px;
  background-color: #fff; }

.menu--left {
  z-index: 50;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative; }

.menu .submenu {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  min-width: 200px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .menu .submenu {
      transition: none; } }
  .menu .submenu li {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    background-color: #c92505; }
    @media screen and (prefers-reduced-motion: reduce) {
      .menu .submenu li {
        transition: none; } }
    .menu .submenu li:hover {
      background-color: #971c04; }
      .menu .submenu li:hover > ul {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        visibility: visible;
        opacity: 1; }
    .menu .submenu li + li {
      border-top: 1px solid rgba(255, 255, 255, 0.4); }
    .menu .submenu li a {
      font-size: 14px;
      color: #fff;
      font-weight: 400;
      font-family: "Arial";
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: block;
      padding: 6px 10px; }
      @media screen and (prefers-reduced-motion: reduce) {
        .menu .submenu li a {
          transition: none; } }
    .menu .submenu li ul {
      -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
      -webkit-transform-origin: 0 0 0;
      -moz-transform-origin: 0 0 0;
      -ms-transform-origin: 0 0 0;
      transform-origin: 0 0 0;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -o-transform: scaleY(0);
      transform: scaleY(0);
      position: absolute;
      top: 0;
      left: 100%;
      visibility: hidden;
      opacity: 0;
      min-width: 200px; }
      @media screen and (prefers-reduced-motion: reduce) {
        .menu .submenu li ul {
          transition: none; } }

.menu_mobi, .menu_mobi_add {
  display: none; }

.menu-res {
  z-index: 100; }

.copyright {
  z-index: 41;
  background-color: #9c500c;
  border-top: 2px solid #fff;
  position: relative; }
  .copyright-wrap {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    min-height: 60px;
    position: relative; }
  .copyright__text {
    font-size: 16px;
    color: #fff;
    font-weight: 400; }
    .copyright__text span {
      text-transform: uppercase; }

.thongke {
  position: relative; }
  .thongke li {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    box-sizing: border-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative; }
    .thongke li + li {
      margin-top: 3px; }

.header {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 40; }
  .header-top {
    background-color: #e3e2e5; }
    .header-top-wrap {
      box-sizing: border-box;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      min-height: 40px; }
    .header-top__text {
      box-sizing: border-box;
      display: inline-flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      font-size: 20px;
      color: #000;
      font-weight: 400; }
      .header-top__text i {
        margin-right: 5px;
        font-size: 24px; }
  .header-bottom {
    background-image: url("../images/header.jpg");
    background-repeat: no-repeat;
    background-position: right 0;
    background-color: #fff; }
    .header-bottom-wrap {
      box-sizing: border-box;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      min-height: 100px; }

.hotline {
  box-sizing: border-box;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  padding-left: 40px; }
  .hotline img {
    position: absolute;
    left: 0px; }
  .hotline span {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    line-height: 1; }

.logo {
  width: 16.6666666667%;
  line-height: 1; }

.footer {
  background-color: #9c500c; }
  .footer-box {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .footer__title {
    font-size: 1.25em;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase; }
  .footer__info {
    width: 46.6666666667%; }
    .footer__info-body {
      font-size: 13px;
      color: #fff;
      font-weight: 400;
      font-family: "calibri"; }
      .footer__info-body p {
        margin-bottom: 7px; }
  .footer__fanpage {
    width: 25%; }
    .footer__fanpage #fanpage-facebook {
      max-height: 200px;
      overflow: hidden; }
  .footer__thongke {
    width: 20.8333333333%; }

#footer-map, #footer-map iframe {
  overflow: hidden;
  width: 100%;
  height: 400px; }

.codebando, .codebando iframe {
  overflow: hidden;
  width: 100%;
  height: 400px; }

.btn-slideshow-bar {
  position: absolute;
  top: 65.1515151515%;
  left: 0px;
  z-index: 90; }

.slideshow {
  position: relative; }
  .slideshow .owl-item a {
    position: relative; }
    .slideshow .owl-item a::before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 42.4597364568%; }
    .slideshow .owl-item a img {
      background-color: #fff; }

@-webkit-keyframes fadeInUpSD {
  0% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

.search {
  border-radius: 40px;
  position: relative;
  max-width: 200px; }
  .search .search-grid {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    border-radius: 30px;
    border: 1px solid #c92505;
    background-color: #fff;
    max-width: 166px;
    overflow: hidden; }
    .search .search-grid input {
      width: calc(100% - 26px);
      height: 26px;
      font-size: 12px;
      color: #000;
      border: 0;
      line-height: 26px;
      outline: none;
      padding: 0px 10px;
      background-color: transparent; }
      .search .search-grid input::-moz-placeholder {
        color: rgba(0, 0, 0, 0.7);
        opacity: 1; }
      .search .search-grid input:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.7); }
      .search .search-grid input::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.7); }
    .search .search-grid p {
      font-size: 16px;
      color: #000;
      box-sizing: border-box;
      display: inline-flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      width: 26px;
      height: 26px;
      margin: 0;
      text-transform: uppercase;
      cursor: pointer; }

.mxh {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .mxh a {
    box-sizing: border-box;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .mxh a img {
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
      max-height: 30px;
      object-fit: scale-down; }
      @media screen and (prefers-reduced-motion: reduce) {
        .mxh a img {
          transition: none; } }
      .mxh a img:hover {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg); }
    .mxh a + a {
      margin-left: 5px; }

.newsletter {
  width: 49%; }
  .newsletter__name {
    font-size: 1.5625em;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1em; }
  .newsletter form .form-group-flex {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .newsletter form .form-group-flex .form-group {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .newsletter form .form-group-flex .form-group + .form-group {
        margin-left: 20px; }
  .newsletter form .form-group {
    position: relative;
    margin-bottom: 10px; }
    .newsletter form .form-group .invalid-feedback {
      visibility: hidden;
      height: 0;
      margin: 0; }
    .newsletter form .form-group .form-control {
      font-size: 14px;
      color: #000;
      font-weight: 400;
      font-family: "Arial";
      height: 42px;
      padding: 10px;
      background-color: rgba(255, 255, 255, 0.74);
      border: 1px solid rgba(255, 255, 255, 0.74);
      border-radius: 5px;
      outline: none;
      box-shadow: none; }
      .newsletter form .form-group .form-control::-moz-placeholder {
        color: rgba(0, 0, 0, 0.5);
        opacity: 1; }
      .newsletter form .form-group .form-control:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      .newsletter form .form-group .form-control::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.5); }
    .newsletter form .form-group textarea.form-control {
      height: 76px; }
  .newsletter form .newsletter-button {
    text-align: center;
    position: relative; }
    .newsletter form .newsletter-button input[type="submit"] {
      font-size: 16px;
      color: #333;
      font-weight: 700;
      display: inline-block;
      background-color: #f0b411;
      text-align: center;
      text-transform: uppercase;
      line-height: 42px;
      border: 0;
      padding: 0 15px; }

.btn-basic {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  border: 2px solid #c92505;
  border-radius: 10px;
  padding: 12px 15px;
  margin-top: 20px; }
  .btn-basic:hover {
    background-color: #fff;
    color: #c92505; }
  @media (max-width: 425px) {
    .btn-basic {
      font-size: 12px;
      padding: 6px 15px; } }

.btn-more {
  box-sizing: border-box;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  color: #000; }
  .btn-more:hover {
    color: #f00; }
  .btn-more span {
    font-size: 16px;
    color: inherit;
    font-weight: 400;
    display: inline-block;
    border-bottom: 4px solid #c92505;
    padding: 4px 0;
    line-height: 1;
    position: relative; }
  .btn-more i {
    color: inherit;
    margin-left: 5px; }

.section {
  padding: 30px 0; }

.main-title {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 2em; }
  .main-title__name {
    box-sizing: border-box;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    padding: 0 34px; }
    .main-title__name:before {
      width: 100%;
      height: 0;
      z-index: 1;
      border-bottom: 34px solid #f0b411;
      border-left: 34px solid transparent;
      border-right: 34px solid transparent; }
  .main-title__link {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 40;
    color: inherit;
    display: inline-block;
    line-height: 1;
    background-color: #f0b411;
    padding: 8px 20px;
    position: relative; }
    @media screen and (prefers-reduced-motion: reduce) {
      .main-title__link {
        transition: none; } }
    .main-title__link[href] {
      cursor: pointer; }
      .main-title__link[href]:hover {
        color: #fff; }

/*section-service*/
.service__link {
  display: block;
  text-align: center; }

.service__image {
  position: relative;
  border: 1px solid #000;
  border-radius: 100%;
  max-width: 223px;
  margin: 0 auto; }
  .service__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }

.service__name {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 1em; }

/*section-congtrinh*/
.congtrinh-grid {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.6666666667%;
  margin-right: -1.6666666667%; }

.congtrinh__item {
  box-sizing: border-box;
  flex: 0 0 21.6666666667%;
  margin-left: 1.6666666667%;
  margin-right: 1.6666666667%;
  margin-bottom: 3.3333333333%; }

.congtrinh__link {
  display: block;
  text-align: center; }

.congtrinh__image {
  position: relative;
  margin-bottom: 1em; }
  .congtrinh__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 82.1428571429%; }

.congtrinh__name {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-transform: capitalize; }

/*section-visao*/
.visao-grid {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.6666666667%;
  margin-right: -1.6666666667%; }

.visao__item {
  box-sizing: border-box;
  flex: 0 0 21.6666666667%;
  margin-left: 1.6666666667%;
  margin-right: 1.6666666667%;
  margin-bottom: 3.3333333333%; }

.visao__link {
  display: block;
  text-align: center; }

.visao__image {
  position: relative;
  max-width: 200px;
  border-radius: 100%;
  margin: 0 auto; }
  .visao__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }

/*section-newsletter-video*/
.section-newsletter-video {
  background-image: url("../images/dknt.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover; }

.newsletter-video-wrap {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.videohome {
  width: 49%; }

.video-main {
  position: relative;
  margin-bottom: 10px; }
  .video-main:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 38.9830508475%; }

.tl-cong-trinh .nav {
  margin-bottom: 20px; }
  .tl-cong-trinh .nav-item {
    margin-bottom: 10px; }
    .tl-cong-trinh .nav-item + .nav-item {
      margin-left: 10px; }
  .tl-cong-trinh .nav-link {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    border-radius: 0; }
    .tl-cong-trinh .nav-link.active {
      background-color: #c92505;
      color: #fff; }

.tl-cong-trinh-grid {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.tl-cong-trinh__item {
  box-sizing: border-box;
  flex: 0 0 25%;
  position: relative;
  overflow: hidden;
  position: relative; }
  .tl-cong-trinh__item:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 87.5%; }
  .tl-cong-trinh__item img {
    z-index: 1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .tl-cong-trinh__item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  .tl-cong-trinh__item:hover .overlay {
    opacity: 1; }
    .tl-cong-trinh__item:hover .overlay__content {
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      position: absolute;
      top: 50%;
      opacity: 1; }

.tl-cong-trinh__link {
  z-index: 40;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block; }
  .tl-cong-trinh__link .overlay {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: transparent; }
    @media screen and (prefers-reduced-motion: reduce) {
      .tl-cong-trinh__link .overlay {
        transition: none; } }
    .tl-cong-trinh__link .overlay__content {
      font-size: 16px;
      color: #fff;
      font-weight: 700;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      width: 100%;
      padding: 0 1em;
      text-transform: uppercase;
      opacity: 0;
      text-align: center; }
      @media screen and (prefers-reduced-motion: reduce) {
        .tl-cong-trinh__link .overlay__content {
          transition: none; } }

#footerSlideContainer {
  bottom: -3px;
  position: fixed;
  right: 0px;
  width: 300px;
  z-index: 1000; }

#footerSlideButton {
  background: url("../images/httt.png") no-repeat scroll left top transparent;
  border: medium none;
  cursor: pointer;
  height: 160px;
  position: absolute;
  right: 0;
  top: -155px;
  width: 301px; }

#footerSlideContent {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fff;
  border-color: #5DA612;
  border-image: none;
  border-style: solid none solid solid;
  border-width: 5px medium medium 5px;
  bottom: 0px;
  color: #9E0404;
  font-weight: 700;
  font-size: 1em;
  position: relative;
  width: 100%;
  overflow: hidden; }

.hotrotructuyen {
  width: 100%;
  float: left;
  padding: 10px;
  border: 1px solid #5DA612; }

.hotlindirector {
  margin-top: 10px;
  background: url("../images/hotline_hotro.png") no-repeat left 10px top, url("../images/line_menuleft.png") no-repeat bottom center;
  padding: 2px 0 0 60px;
  line-height: 50px;
  color: #D60000;
  font-size: 26px;
  font-weight: 700;
  font-family: 'roboto';
  height: 75px; }

.box_hotro {
  margin: 5px;
  border-bottom: dashed 1px #ccc;
  width: 100%;
  float: left; }

.box-icon {
  width: 100%;
  margin-bottom: -5px;
  overflow: hidden; }

.boxnamecall {
  float: left;
  width: 60%; }

.namehotro {
  width: 100%;
  line-height: 25px;
  font-weight: 700;
  padding-left: 30px;
  color: #696969;
  font-size: 14px;
  background: url("../images/advisory.png") no-repeat left top;
  padding: 0 0 5px 30px; }

.dthotro {
  width: 100%;
  background: url("../images/call.png") no-repeat top 0 left 5px;
  padding-left: 30px;
  line-height: 20px;
  margin-bottom: 8px; }

.boxiconsuppo {
  float: left;
  width: 40%; }

.ico-zalo {
  height: 40px;
  float: left;
  margin-right: 5px; }

.ico-sky {
  height: 40px;
  float: left; }

.emailhotro {
  width: 100%;
  line-height: 13px;
  background: url("../images/mail.png") no-repeat top 0 left 5px;
  padding-left: 30px;
  padding-bottom: 20px; }

.news-grid {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%; }

.news__item {
  box-sizing: border-box;
  flex: 0 0 48%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%; }

.news__link {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background-color: #fff; }
  .news__link:hover .news__name {
    color: #f00; }

.news__image {
  width: 36%;
  margin-bottom: 10px; }

.news__img {
  background-color: #eee;
  width: 100%; }

.news__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 1em; }

.news__name {
  font-size: 16px;
  color: var(--color-title-main);
  font-weight: 700;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .news__name {
      transition: none; } }

.news__desc {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  display: block;
  display: -webkit-box;
  height: 63px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.news__date {
  font-size: 14px;
  color: #807f7f;
  font-weight: 400; }

@media (max-width: 440px) {
  .news__image {
    width: 100%; }
  .news__body {
    margin-left: 0;
    text-align: center; } }

@media (max-width: 850px) {
  .news__item {
    box-sizing: border-box;
    flex: 0 0 98%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%; }
  .news--verticle .news__item {
    box-sizing: border-box;
    flex: 0 0 98%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%; } }

.product-grid {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.0833333333%;
  margin-right: -1.0833333333%; }

.product {
  box-sizing: border-box;
  flex: 0 0 22.8333333333%;
  margin-left: 1.0833333333%;
  margin-right: 1.0833333333%;
  margin-bottom: 2.1666666667%; }
  .slick-box-item .product {
    width: 100%;
    margin: 0; }
  .product__box {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    height: 100%; }
    @media screen and (prefers-reduced-motion: reduce) {
      .product__box {
        transition: none; } }
    .product__box:hover .product__name {
      color: #ff0; }
  .product__link {
    display: block; }
  .product__image {
    border: 1px solid #c92505;
    position: relative;
    margin-bottom: 0;
    overflow: hidden; }
    .product__image::before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
  .product__img {
    background-color: #fff; }
  .product__name {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    background-color: #c92505;
    min-height: 50px; }
    @media screen and (prefers-reduced-motion: reduce) {
      .product__name {
        transition: none; } }
    .product__name a {
      color: inherit; }
  .product__desc {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    display: block;
    display: -webkit-box;
    height: 72px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 30px; }
  .product__more span {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer; }
    @media screen and (prefers-reduced-motion: reduce) {
      .product__more span {
        transition: none; } }
    .product__more span:hover {
      padding-left: 1em; }
  .product__price {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    font-size: 15px;
    color: #000;
    font-weight: 300;
    margin-bottom: 0px; }
  .product__price-new {
    font-weight: 700;
    color: #c92505; }
  .product__price-old {
    padding-right: 5px;
    text-decoration: line-through;
    position: relative; }
  .product__price-per {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 11px;
    color: #fff;
    font-weight: 400;
    width: 45px;
    height: 25px;
    border-radius: 2px;
    background: var(--color-red);
    text-align: center;
    line-height: 25px; }
  .product__cart {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    min-height: 40px;
    background-color: #f5f5f5;
    border-top: 1px solid #e7e7e7;
    text-transform: uppercase;
    margin: 0; }
    .product__cart span {
      cursor: pointer; }
    .product__cart i {
      margin-right: 10px; }
  .product__cart-add {
    cursor: pointer; }
  .product__cart-buy {
    cursor: pointer;
    padding-left: 10px;
    color: #3a1b08; }

.slick-box-item {
  padding: 0 0.625em; }

.spnoibat-main {
  margin: 0 -0.625em; }

/*  ================================================================================
  MIXIN DEVICES
  ================================================================================ */
/*========= SLIDER ===============*/
/*========= HEADER ===============*/
/*========= FOOTER ===============*/
/*========= MENU ===============*/
/*========= PRODUCT ===============*/
/*========= NEW ===============*/
/*  ================================================================================
  LARGE DEVICES 
  Large Desktops 1200px and Up (>1200) 
  ================================================================================ */
/*  ================================================================================
  MEDIUM DEVICES
  Desktops 992px and Up (>992px & <1200px)
  ================================================================================ */
/*  ================================================================================
  SMALL DEVICES
  Tablets 768px and Up (>768px & <992px)
  ================================================================================ */
@media screen and (min-width: 768px) and (max-width: 992px) {
  .section {
    padding: 20px 0; }
  .wrap-page {
    overflow: hidden; }
  .header-top {
    display: none; }
  .header-bottom {
    background-image: none; }
  .logo {
    width: 23%; }
  .banner {
    width: 75%; }
  .hotline {
    display: none; }
  .menu-bar-res--right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .menu-bar-res--right .lang-header {
      margin: 0 1rem 0; }
  .hero-image {
    display: none; }
  .menubar {
    display: none; }
  .menu_mobi {
    display: flex; }
  .menu-res {
    background-color: #b52105; }
  .toolbar {
    background-color: #c92505; }
  .footer__info {
    width: 100%;
    margin-bottom: 1em; }
  .footer__fanpage {
    width: 49%;
    margin-bottom: 1em; }
  .footer__thongke {
    width: 49%;
    margin-bottom: 1em; } }

@media screen and (min-width: 768px) and (max-width: 992px) and (max-width: 425px) {
  .footer__thongke {
    width: 100%; }
  .footer__fanpage {
    width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .copyright-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 7px; }
  .copyright__text {
    width: 100%;
    margin-bottom: 10px; }
  .copyright__thongke {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%; }
  #footer-map, #footer-map iframe {
    height: 300px; }
  .tl-cong-trinh__item img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  .tl-cong-trinh__item:hover .overlay__content {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .tl-cong-trinh__link {
    position: relative;
    margin: 10px 0; }
    .tl-cong-trinh__link .overlay {
      opacity: 1;
      position: relative; }
      .tl-cong-trinh__link .overlay__content {
        opacity: 1;
        font-size: 14px;
        color: #000; }
  .congtrinh-grid {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.8333333333%;
    margin-right: -0.8333333333%; }
  .congtrinh__item {
    box-sizing: border-box;
    flex: 0 0 48.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 1.6666666667%; }
  .visao-grid {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.8333333333%;
    margin-right: -0.8333333333%; }
  .visao__item {
    box-sizing: border-box;
    flex: 0 0 48.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 1.6666666667%; }
  .video-main {
    position: relative; }
    .video-main:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 64.406779661%; }
  .product-grid {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.0833333333%;
    margin-right: -1.0833333333%; }
  .product {
    box-sizing: border-box;
    flex: 0 0 47.8333333333%;
    margin-left: 1.0833333333%;
    margin-right: 1.0833333333%;
    margin-bottom: 2.1666666667%; } }

/*  ================================================================================
  EXTRA SMALL
  (>425px & <768px)
  ================================================================================ */
@media screen and (min-width: 425px) and (max-width: 768px) {
  .section {
    padding: 20px 0; }
  .wrap-page {
    overflow: hidden; }
  .header-top {
    display: none; }
  .header-bottom {
    background-image: none; }
  .logo {
    width: 23%; }
  .banner {
    width: 75%; }
  .hotline {
    display: none; }
  .menu-bar-res--right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .menu-bar-res--right .lang-header {
      margin: 0 1rem 0; }
  .hero-image {
    display: none; }
  .menubar {
    display: none; }
  .menu_mobi {
    display: flex; }
  .menu-res {
    background-color: #b52105; }
  .toolbar {
    background-color: #c92505; }
  .footer__info {
    width: 100%;
    margin-bottom: 1em; }
  .footer__fanpage {
    width: 49%;
    margin-bottom: 1em; }
  .footer__thongke {
    width: 49%;
    margin-bottom: 1em; } }

@media screen and (min-width: 425px) and (max-width: 768px) and (max-width: 425px) {
  .footer__thongke {
    width: 100%; }
  .footer__fanpage {
    width: 100%; } }

@media screen and (min-width: 425px) and (max-width: 768px) {
  .copyright-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 7px; }
  .copyright__text {
    width: 100%;
    margin-bottom: 10px; }
  .copyright__thongke {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%; }
  #footer-map, #footer-map iframe {
    height: 300px; }
  .tl-cong-trinh__item img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  .tl-cong-trinh__item:hover .overlay__content {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .tl-cong-trinh__link {
    position: relative;
    margin: 10px 0; }
    .tl-cong-trinh__link .overlay {
      opacity: 1;
      position: relative; }
      .tl-cong-trinh__link .overlay__content {
        opacity: 1;
        font-size: 14px;
        color: #000; }
  .congtrinh-grid {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.8333333333%;
    margin-right: -0.8333333333%; }
  .congtrinh__item {
    box-sizing: border-box;
    flex: 0 0 48.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 1.6666666667%; }
  .visao-grid {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.8333333333%;
    margin-right: -0.8333333333%; }
  .visao__item {
    box-sizing: border-box;
    flex: 0 0 48.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 1.6666666667%; }
  .video-main {
    position: relative; }
    .video-main:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 64.406779661%; }
  .product-grid {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.0833333333%;
    margin-right: -1.0833333333%; }
  .product {
    box-sizing: border-box;
    flex: 0 0 47.8333333333%;
    margin-left: 1.0833333333%;
    margin-right: 1.0833333333%;
    margin-bottom: 2.1666666667%; } }

/*  ================================================================================
  MOBILE SIZE
  Phones Less than 425px
  (<425px)
  ================================================================================ */
@media screen and (max-width: 425px) {
  .section {
    padding: 20px 0; }
  .wrap-page {
    overflow: hidden; }
  .header-top {
    display: none; }
  .header-bottom {
    background-image: none; }
  .logo {
    width: 23%; }
  .banner {
    width: 75%; }
  .hotline {
    display: none; }
  .menu-bar-res--right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .menu-bar-res--right .lang-header {
      margin: 0 1rem 0; }
  .hero-image {
    display: none; }
  .menubar {
    display: none; }
  .menu_mobi {
    display: flex; }
  .menu-res {
    background-color: #b52105; }
  .toolbar {
    background-color: #c92505; }
  .footer__info {
    width: 100%;
    margin-bottom: 1em; }
  .footer__fanpage {
    width: 49%;
    margin-bottom: 1em; }
  .footer__thongke {
    width: 49%;
    margin-bottom: 1em; } }

@media screen and (max-width: 425px) and (max-width: 425px) {
  .footer__thongke {
    width: 100%; }
  .footer__fanpage {
    width: 100%; } }

@media screen and (max-width: 425px) {
  .copyright-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 7px; }
  .copyright__text {
    width: 100%;
    margin-bottom: 10px; }
  .copyright__thongke {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%; }
  #footer-map, #footer-map iframe {
    height: 300px; }
  .tl-cong-trinh__item img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  .tl-cong-trinh__item:hover .overlay__content {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .tl-cong-trinh__link {
    position: relative;
    margin: 10px 0; }
    .tl-cong-trinh__link .overlay {
      opacity: 1;
      position: relative; }
      .tl-cong-trinh__link .overlay__content {
        opacity: 1;
        font-size: 14px;
        color: #000; }
  .congtrinh-grid {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.8333333333%;
    margin-right: -0.8333333333%; }
  .congtrinh__item {
    box-sizing: border-box;
    flex: 0 0 48.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 1.6666666667%; }
  .visao-grid {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.8333333333%;
    margin-right: -0.8333333333%; }
  .visao__item {
    box-sizing: border-box;
    flex: 0 0 48.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 1.6666666667%; }
  .video-main {
    position: relative; }
    .video-main:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 64.406779661%; }
  .product-grid {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.0833333333%;
    margin-right: -1.0833333333%; }
  .product {
    box-sizing: border-box;
    flex: 0 0 47.8333333333%;
    margin-left: 1.0833333333%;
    margin-right: 1.0833333333%;
    margin-bottom: 2.1666666667%; } }

@media screen and (max-width: 425px) and (max-width: 330px) {
  .product-grid {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0; }
  .product {
    box-sizing: border-box;
    flex: 0 0 100%; } }

@media screen and (max-width: 425px) {
  .tl-cong-trinh__item {
    box-sizing: border-box;
    flex: 0 0 50%; }
  .tl-cong-trinh .nav {
    margin-bottom: 10px; }
    .tl-cong-trinh .nav-item {
      margin-bottom: 5px; }
      .tl-cong-trinh .nav-item + .nav-item {
        margin-left: 0px; }
  .video-main {
    position: relative; }
    .video-main:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 75%; }
  .header-bottom-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .logo {
    width: auto; }
  .banner {
    width: 100%; }
  .newsletter-video-wrap {
    display: block; }
  .newsletter {
    width: 100%;
    margin-bottom: 1em; }
  .videohome {
    width: 100%; } }
