@import url("//fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
body,
html {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #3c3c3c;
  letter-spacing: 0;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
b,
strong {
  font-weight: 500;
}

.no-scrol {
  max-height: 100vh;
  overflow: hidden;
}

body ::-moz-selection,
html ::-moz-selection {
  background-color: #f58220;
  color: #3c3c3c;
}

body ::selection,
html ::selection {
  background-color: #f58220;
  color: #3c3c3c;
}

a:focus,
a:hover {
  color: #014c8c;
  text-decoration: underline;
  outline: none;
  outline-offset: 0;
}

p {
  margin: 0 0 12px;
}

input,
button {
  outline-style: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

ul {
  padding-left: 20px;
}

.slick-slider .slick-arrow,
.breadcrumbs a::before {
  background-image: url("../imgs/icon_list.svg");
}

.fancybox-skin {
  padding: 2px !important;
}

.fancybox-nav.fancybox-prev span {
  font-size: 0;
  border-radius: 50px;
  border: none;
  background-image: url("../imgs/icon_list.svg");
  background-position: 2px 0;
  background-color: #ffffff75;
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 2;
}

.fancybox-nav.fancybox-next span {
  font-size: 0;
  border-radius: 50px;
  border: none;
  background-image: url("../imgs/icon_list.svg");
  background-position: -33px 0;
  background-color: #ffffff75;
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 2;
}

[class^="icondtv-"],
[class*="icondtv-"] {
  background-image: url("../imgs/icon_list.svg");
  background-repeat: no-repeat;
  background-size: 400px 140px;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
}

.icondtv-logo-dxmd {
  width: 150px;
  height: 47px;
  background-position: -45px -85px;
}

.icondtv-favicon-dxmd {
  width: 40px;
  height: 32px;
  background-position: -200px -85px;
}

.icondtv-nav {
  width: 24px;
  height: 24px;
  background-position: -306px -18px;
}

.icondtv-pin {
  width: 15px;
  height: 18px;
  background-position: -114px 0;
}

.icondtv-pin-2 {
  width: 15px;
  height: 18px;
  background-position: -160px 0;
}

.icondtv-price {
  width: 15px;
  height: 18px;
  background-position: -137px 0;
}

.icondtv-phone {
  width: 15px;
  height: 18px;
  background-position: -182px 0;
}

.icondtv-phone-brown {
  width: 16px;
  height: 18px;
  background-position: -182px -21px;
}

.icondtv-email {
  width: 15px;
  height: 18px;
  background-position: -208px 0;
}

.icondtv-cart {
  width: 15px;
  height: 18px;
  background-position: -230px 0;
}

.icondtv-facebook {
  width: 40px;
  height: 40px;
  background-position: 0 -40px;
}

.icondtv-youtube {
  width: 40px;
  height: 40px;
  background-position: -45px -40px;
}

.icondtv-intagram {
  width: 40px;
  height: 40px;
  background-position: -90px -40px;
}

.icondtv-zalo {
  width: 40px;
  height: 40px;
  background-position: 0 -84px;
}

.icondtv-linkedin {
  width: 40px;
  height: 40px;
  background-position: -135px -40px;
}

.icondtv-date {
  width: 15px;
  height: 18px;
  background-position: -252px 0;
}

.icondtv-search {
  width: 18px;
  height: 18px;
  background-position: -274px 0;
}

.icondtv-close {
  width: 18px;
  height: 18px;
  background-position: -107px -9px;
}

.icondtv-close-p {
  width: 25px;
  height: 25px;
  background-position: -182px -40px;
}

.icondtv-angle-right {
  width: 12px;
  height: 14px;
  background-position: -315px 0;
}

.icondtv-in {
  width: 20px;
  height: 20px;
  background-position: -214px -40px;
}

.icondtv-out {
  width: 20px;
  height: 20px;
  background-position: -241px -40px;
}

.icondtv-expan-white {
  width: 38px;
  height: 38px;
  background-position: -268px -40px;
  cursor: pointer;
}

.icondtv-img {
  width: 15px;
  height: 15px;
  background-position: -345px 0;
  cursor: pointer;
}

.icondtv-arrow-to-top {
  width: 21px;
  height: 13px;
  background-position: -365px 0;
}

.sidebar-left.sticky {
  position: fixed;
  top: 100px;
}

@media (min-width: 1300px) {
  .container {
    width: 1200px;
  }
}

.body-header-sticky {
  padding-top: 0;
}

.main_header {
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(90%, white));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 90%);
  width: 100%;
  z-index: 5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.main_header.sticky {
  background: white !important;
}

.main_header .header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.main_header .header_wrap .header_left {
  max-width: 200px;
  max-height: 80px;
}

.main_header .header_wrap .header_left img {
  max-width: 160px;
  height: auto;
}

.main_header .header_wrap .header_right {
  width: 100%;
  text-align: right;
}

.main_header .top_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 10px;
}

.main_header .top_bar .tb_phone span {
  font-size: .875rem;
  font-weight: 500;
  line-height: .875rem;
  color: #f58220;
}

.main_header .top_bar .tb_search {
  margin-left: 15px;
  cursor: pointer;
}

.main_header .main-menu-header > li:last-child a {
  padding-right: 0;
}

.main_header.opacity {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.81)), to(rgba(31, 31, 31, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.81) 0%, rgba(31, 31, 31, 0) 100%);
}

.main_header.opacity .main-menu-header > li {
  list-style: none;
  display: inline-block;
  position: relative;
}

.main_header.opacity .main-menu-header > li > a {
  color: #fff;
}

.main_header.opacity .main-menu-header > li:hover a {
  color: #f58220;
}

.main_header.opacity .main-menu-header > li:hover > ul.sub-menu {
  display: block;
}

.main_header.opacity .main-menu-header > li.current-menu-item a {
  color: #f58220;
}

.header_left > a {
  display: block;
}

.header_left > a img {
  max-height: 80px;
  width: auto;
}

.main-menu-header {
  display: block;
  text-align: right;
  padding: 0;
  z-index: 2;
}

.main-menu-header > li {
  list-style: none;
  display: inline-block;
  position: relative;
}

.main-menu-header > li > a {
  font-size: .875rem;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  padding-left: 15px;
  padding-right: 15px;
  color: #005aa6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-menu-header > li > ul.sub-menu {
  position: absolute;
  display: none;
  left: 0;
  padding: 0 15px 20px;
  background: #fff;
  min-width: 260px;
  list-style: none;
  text-align: left;
  z-index: 1;
}

.main-menu-header > li > ul.sub-menu a {
  color: #005aa6;
  padding: 10px 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #005aa6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-menu-header > li > ul.sub-menu a:hover {
  padding-left: 25px;
  padding-right: 5px;
}

.main-menu-header > li:hover a {
  color: #f58220;
}

.main-menu-header > li:hover > ul.sub-menu {
  display: block;
}

.main-menu-header > li.current-menu-item a {
  color: #f58220;
}

.toggle_main_menu {
  display: none;
}

.toggle_main_menu.active .icondtv-nav {
  background-position: -332px -18px;
}

.main-content {
  margin-top: 120px;
}

.main-content-74 {
  margin-top: 74px;
}

.form_search {
  width: 502px;
  max-width: calc(100vw - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.form_search.form_search_banner {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 48px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.form_search._top_bar {
  position: absolute;
  top: 48px;
  right: 15px;
  height: 45px;
  width: 768px;
  display: none;
  z-index: 2;
}

.form_search._top_bar.show-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form_search ._keyword {
  width: 100%;
  height: 48px;
  padding-left: 56px;
  background-color: #fff;
  font-size: 16px;
  line-height: 48px;
  color: #000;
  border: 0;
}

.form_search ._keyword::-webkit-input-placeholder {
  color: #656565;
}

.form_search ._keyword:-ms-input-placeholder {
  color: #656565;
}

.form_search ._keyword::-ms-input-placeholder {
  color: #656565;
}

.form_search ._keyword::placeholder {
  color: #656565;
}

.form_search .icondtv-search {
  position: absolute;
  left: 16px;
  top: 12px;
  width: 24px;
  height: 24px;
  background-position: -79px -9px;
}

.form_search .btn-search {
  border: none;
  width: 130px;
  background-color: #005aa6;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.form_search .btn-close-form {
  border: none;
  width: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search_result_mess {
  margin-top: 15px;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 15px;
}

.col_float_right {
  float: right !important;
}

.slider-event {
  margin-top: 25px;
}

.slider-event .item {
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 0 15px;
}

.slick-slider .slick-arrow {
  font-size: 0;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  border: none;
  background-color: #ffffff75;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 2;
}

.slick-slider .slick-arrow.slick-prev {
  left: -7px;
  background-position: 2px 0;
}

.slick-slider .slick-arrow.slick-next {
  right: -7px;
  background-position: -33px 0;
}

.slick-slider .slick-arrow:hover {
  background-color: #fff;
}

.slick-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  text-align: center;
}

.slick-slider .slick-dots > li {
  list-style: none;
  display: inline-block;
}

.slick-slider .slick-dots > li button {
  font-size: 0;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
}

.slick-slider .slick-dots > li.slick-active button {
  background-color: #fff;
}

.slick-slider.slick-dotted {
  padding-bottom: 20px;
}

.dx-section {
  position: relative;
  padding: 50px 0;
}

.dx-section .section-title {
  font-size: 2.063rem;
  font-weight: 500;
  line-height: 2.588rem;
  margin: 0 0 15px;
  color: #005aa6;
  text-transform: uppercase;
}

.dx-section .section-sub-title {
  text-align: center;
  margin-bottom: 30px;
  max-width: 100%;
  width: 768px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.gt-section {
  position: relative;
  background-color: #eaeaea;
  background-image: url(https://datxanhmiendong.com/wp-content/themes/dxmiendong/assets/imgs/logo-datxanh-gray.png);
  background-position-x: -320px;
  background-position-y: bottom;
  background-repeat: no-repeat;
}

.gt-section .col-center {
  margin: 30px auto;
  float: none;
  clear: both;
}

.center {
  text-align: center;
}

.project_item {
  margin-top: 20px;
}

.project_item ._img {
  border-radius: 5px;
  overflow: hidden;
}

.project_item ._img img {
  width: 100%;
}

.project_item ._title {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 30px;
  overflow: hidden;
}

.project_item ._location {
  margin-top: 5px;
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 20px;
  overflow: hidden;
}

.project_item ._price {
  margin-top: 5px;
  font-size: 13px;
}

.project_item ._price span {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.shine-hover {
  position: relative;
  overflow: hidden;
}

.shine-hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  width: 50%;
  height: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.shine-hover:hover::before {
  -webkit-animation: shine 1.1s;
          animation: shine 1.1s;
}

.shine-hover:hover a {
  text-decoration: none;
  color: #f58220;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.post-item {
  position: relative;
  margin-top: 25px;
}

.post-item ._img a {
  border-radius: 10px;
}

.post-item ._img img {
  height: 200px !important;
  min-height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-item ._title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 25px;
  color: #333;
  margin-top: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 50px;
  max-height: 50px;
  overflow: hidden;
}

.post-item ._des {
  font-size: 13px;
  line-height: 18px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 56px;
  overflow: hidden;
}

.row-about-us {
  margin-top: 25px;
}

.row-about-us ._img {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 10px;
  margin-bottom: 25px;
}

.row-about-us ._title_sub {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.row-about-us ._title {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.row-about-us ._content {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  margin-top: 10px;
}

.team_gallery img {
  width: 100%;
}

.item_prize {
  text-align: center;
  margin-bottom: 30px;
}

.item_prize ._img {
  width: 180px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}

.item_prize ._name {
  font-size: 14px;
  height: 42px;
  max-width: 270px;
  margin: 5px auto 15px;
  font-weight: 500;
}

.main-page-contact .page-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #005aa6;
  line-height: 1.9rem;
  text-align: center;
}

.main-page-contact .left_contact {
  font-size: 14px;
}

.main-page-contact .left_contact ._item {
  margin-bottom: 10px;
}

.main-page-contact .dtv_social {
  margin-top: 15px;
  margin-bottom: 35px;
}

.main-page-contact .group-title {
  margin-bottom: 15px;
}

.contact-form-box input,
.contact-form-box textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 40px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 48px;
  color: #000;
  border: 0;
  border-bottom: 1px solid;
  background: none;
}

.contact-form-box label {
  font-size: 13px;
}

.contact-form-box textarea {
  min-height: 100px;
}

.contact-form-box input.wpcf7-submit {
  background-color: #005aa6;
  color: #fff;
  height: 48px;
  text-transform: uppercase;
}

.contact-form-box {
  margin-top: 20px;
}

.contact-glv {
  margin: 20px 0;
}

.contact-glv h3 {
  margin-bottom: 10px;
}

.contact-glv ul {
  padding-left: 30px;
  margin-bottom: 10px;
}

.content-top {
  position: relative;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.3375rem;
  color: #333;
  text-align: justify;
  padding-left: 50px;
  padding-right: 25px;
  margin-bottom: 20px;
}

.content-top::before {
  content: '';
  background-image: url(https://datxanhmiendong.com/wp-content/themes/dxmiendong/assets/imgs/about_icon1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 36px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}

.content-top::after {
  content: '';
  background-image: url(https://datxanhmiendong.com/wp-content/themes/dxmiendong/assets/imgs/about_icon2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 36px;
  height: 28px;
  position: absolute;
  display: inline-block;
  margin-top: 4px;
  margin-left: 10px;
}

.content-bot-author {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 50px;
  color: #f58220;
}

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

.block-ideal {
  position: relative;
  background-color: #005aa6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-ideal .col-ideal {
  width: 50%;
}

.block-ideal .col-ideal img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-ideal .col-ideal._right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.block-ideal .content-idl {
  padding: 40px;
}

.block-ideal .content-idl h2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9rem;
  margin: 0 0 1.25rem;
  color: #fff;
}

.block-ideal .content-idl .content-top {
  color: #a6cae9;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.625rem;
  position: relative;
  padding-left: 3.125rem;
}

.block-gts3 .section-title {
  margin-bottom: 30px;
}

.block-gts3 .item-vs {
  text-align: center;
  margin: 0 0 1.875rem;
}

.block-gts3 .item-vs figure .icon {
  width: 103px;
  height: 103px;
  line-height: 100px;
  text-align: center;
  background-color: #fff;
  margin: 0 auto 1.563rem;
  border-radius: 50%;
}

.block-gts3 .item-vs figure figcaption {
  padding: 0 2.5rem;
}

.block-gts3 .item-vs figure h3 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.775rem;
  color: #005aa6;
  margin: 0 0 .9375rem;
}

.block-gts3 .item-vs figure .ct-detail {
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.3375rem;
  color: #333;
}

.history-wrap {
  clear: both;
}

.history-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 130px;
  max-width: 100%;
  position: relative;
  margin-top: 100px;
  padding-top: 50px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 50px;
  z-index: 0;
}

.history-list .input {
  min-width: 46px;
  height: 46px;
  background-color: #f58220;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  margin: 0 40px;
  cursor: pointer;
}

.history-list .input:before, .history-list .input:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #f58220;
  width: 300px;
  height: 5px;
}

.history-list .input:before .input::before {
  left: -37.5px;
}

.history-list .input .month {
  width: 70px;
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 13px;
  text-align: center;
}

.history-list .input .year {
  width: 70px;
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 13px;
  text-align: center;
}

.history-list .input.active .month,
.history-list .input.active .year {
  font-weight: 500;
}

.history-list .input.active ~ .input,
.history-list .input.active ~ .input::before,
.history-list .input.active ~ .input::after {
  background-color: #AEB6BF;
}

.history-list .input.active::after {
  background-color: #AEB6BF;
}

.history_content {
  padding: 25px 30px;
}

.history_content .history_item {
  max-width: 100%;
  width: 958px;
  margin: 0 auto;
  display: none;
}

.history_content .history_item.active {
  display: block;
}

.main-default-page {
  margin: 1.875rem 0 0;
}

.main-default-page .mdp-title {
  text-align: left;
  margin: 0 0 1.875rem;
  color: #005aa6;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9rem;
  text-align: left;
}

.page-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #005aa6;
  line-height: 1.9rem;
  text-align: center;
  margin: 30px auto;
}

.ptd-banner {
  position: relative;
}

.ptd-banner img {
  width: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.ptd-banner .ptd-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 33vw;
  min-width: 300px;
  height: 100%;
  background: #76e5ffd9;
  background: linear-gradient(187deg, #76e5ffd9 0%, #005aa6eb 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ptd-banner .ptd-title ._title {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
}

.td-container {
  margin-top: 40px;
}

.row-td {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  background-color: #0066B2;
}

.row-td img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.row-td .col-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
}

.row-td .col-content * {
  color: #fff;
}

.row-td .col-content ._content {
  font-weight: 300;
  max-width: 100%;
  width: 545px;
  text-align: left;
}

.row-td .col-content ._content h3 {
  margin-bottom: 10px;
}

.row-td .col-content ._content li {
  text-align: justify;
  margin-bottom: 8px;
}

.row-td .col-content ._content a {
  font-weight: 500;
}

.row-td.row-td-1 .col-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.row-td.row-td-1 .col-content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pt-0 {
  padding-top: 0 !important;
}

.career-table {
  border-spacing: 1px;
  width: 100%;
}

.career-table tr {
  cursor: pointer;
}

.career-table .head-list th {
  background-color: #0066B2;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 15px;
  vertical-align: middle;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.career-table .head-list th[scope=Number] {
  width: 50px;
}

.career-table .head-list th[scope=Position] {
  width: auto;
  min-width: 220px;
}

.career-table .head-list th[scope=Quantity] {
  width: 80px;
}

.career-table .head-list th[scope=Status] {
  width: 120px;
}

.career-table td {
  text-align: center;
  padding: 10px 15px;
  border-spacing: 1px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.career-table td * {
  font-size: 14px;
}

.career-table tr {
  background-color: #f7f7f7;
  color: #333;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.career-table tr:nth-child(even) {
  background-color: #eaeaea;
  color: #333;
}

.career-table tr:hover {
  background-color: #0066B2;
}

.career-table tr:hover * {
  color: #fff;
}

.career-table tr .send_cv {
  padding: 6px 10px;
  border-radius: 50px;
  background-color: #0066B2;
  color: #fff;
}

.career-table tr .td_content {
  display: none;
}

.career-table th:nth-child(2),
.career-table th:nth-child(4),
.career-table th:nth-child(5),
.career-table td:nth-child(2),
.career-table td:nth-child(4),
.career-table td:nth-child(5) {
  text-align: left;
}

.popup-td {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000b5;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.popup-td.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-td .popup-td-wrap {
  position: relative;
  display: block;
  max-width: 100%;
  width: 900px;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
  padding: 40px;
}

.popup-td .popup-td-wrap .title {
  color: #0066B2;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 0 0 20px;
}

.popup-td .close-popup-td {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #000;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.download-btn {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 0 0 80px;
  text-align: center;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dotted;
}

.download-btn a {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 20px 40px;
  background-color: #0066B2;
  text-align: left;
  border-radius: 30px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none;
}

.download-btn a::before {
  content: '';
  position: absolute;
  left: -7px;
  top: -7px;
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  border-radius: 30px;
  border: 1px solid #0066B2;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.download-btn a span {
  font-size: 20px;
  font-weight: 400;
}

.download-btn a h3 {
  margin-top: 5px;
  font-size: 36px;
  font-weight: 500;
}

.td_form {
  max-width: 768px;
  margin: 0 auto;
}

.form-td-title {
  display: block;
  text-align: center;
  margin: 40px 0 20px;
  font-size: 30px;
  color: #0066b2;
}

.form-td-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-td-grid .item {
  margin-bottom: 15px;
  width: 50%;
}

.form-td-grid input[type=text],
.form-td-grid input[type=email],
.form-td-grid input[type=tel],
.form-td-grid input[type=file] {
  width: 100%;
  min-width: 100%;
  height: 42px;
  padding: 0 10px;
  background-color: #fff;
  font-size: 14px;
  line-height: 48px;
  color: #000;
  border: 0;
  -webkit-box-shadow: 0px 4px 4px #00000040;
          box-shadow: 0px 4px 4px #00000040;
}

.form-td-grid input[type=submit] {
  border: none;
  min-width: 85px;
  background-color: #f58220;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 12px 20px;
  height: 42px;
  -webkit-box-shadow: 0px 4px 4px #00000040;
          box-shadow: 0px 4px 4px #00000040;
  text-transform: unset;
  margin-top: 0;
  width: 100%;
}

.form-td-grid .item-file {
  position: relative;
}

.form-td-grid .item-file input[type=file] {
  z-index: 1;
}

.form-td-grid .item-file .file-name {
  position: absolute;
  top: 12px;
  left: 10px;
  z-index: 0;
}

.form-td-grid .item-file .file-mark {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 0;
}

.form-td-grid span.wpcf7-not-valid-tip {
  color: #f58220;
  font-size: 1em;
  font-weight: normal;
  display: block;
  font-size: 13px;
  margin-top: 5px;
  margin-left: 10px;
}

.td_download {
  margin-top: 25px;
}

.td_download a {
  padding: 6px 20px;
  background-color: #f58220;
  border-radius: 50px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
}

.btn.post-remore {
  background-color: #0066b3;
  padding: 6px 25px;
  border-radius: 50px;
  color: #fff;
}

.home_slider {
  position: relative;
  padding: 0 !important;
}

.home_slider .container {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.home_slider.slick-slider .slick-arrow.slick-prev {
  left: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_slider.slick-slider .slick-arrow.slick-next {
  right: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_slider.slick-slider .slick-dots {
  bottom: 40px;
}

.home_slider:hover .slick-arrow.slick-prev,
.home_slider:hover .slick-arrow.slick-next {
  opacity: 0.75 !important;
}

.item_slider {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.item_slider ._image {
  max-height: 100vh;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.item_slider ._content {
  background-color: #0000006b;
  display: inline-block;
  border-radius: 15px;
  padding: 20px;
  color: #fff;
}

.item_slider ._content ._title {
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
}

.item_slider ._content ._sub_title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.block-aboutUsHtml .item .thumb {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 60px;
  padding: 10px;
  margin-right: 15px;
  text-align: center;
  background-color: #fff;
  vertical-align: top;
  border-radius: 50%;
}

.dxgt-section {
  background-color: #e4ebf7;
}

.dxgt-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin-bottom: 30px;
}

.dxgt-item .thumb {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 60px;
  padding: 10px;
  margin-right: 20px;
  text-align: center;
  background-color: #fff;
  vertical-align: top;
  border-radius: 50%;
}

.dxgt-item .content {
  width: calc(100% - 100px);
}

.dxgt-item .content h3 {
  margin-bottom: 15px;
}

.dxlv-section {
  background-image: url(https://datxanhmiendong.com/wp-content/themes/dxmiendong/assets/imgs/bg_linhvuc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.dxlv-fields {
  background-color: #fff;
  margin-top: 25px;
}

.dxlv-fields figure > a {
  display: block;
  text-align: center;
  overflow: hidden;
  border-bottom: 2px solid #00aced;
}

.dxlv-fields figure img {
  width: 100%;
  max-width: 100%;
}

.dxlv-fields figure figcaption {
  padding: 1.25rem;
}

.dxlv-fields figure figcaption h4 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.525rem;
  margin: 0 0 .313rem;
}

.dxlv-fields figure figcaption .brief {
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.275rem;
  color: #3c3c3c;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.dxlv-fields figure figcaption a {
  color: #3c3c3c;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.dxlv-fields figure figcaption a:hover {
  color: #f58220;
}

.dxcs_section {
  padding: 3.75rem 0 2.5rem;
  background-image: url(https://datxanhmiendong.com/wp-content/themes/dxmiendong/assets/imgs/bg_conso.png);
  background-color: #e0e0e0;
}

.dxcs_paramater .item-para {
  display: block;
  width: 240px;
  height: 240px;
  background-color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 50%;
}

.dxcs_paramater .item-para .countWrap {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.dxcs_paramater .item-para .count {
  font-size: 3.75rem;
  font-weight: 500;
  color: #f58220;
  text-align: center;
}

.dxcs_paramater .item-para .count span {
  text-shadow: 5px 4px 3px #3333331a;
}

.dxcs_paramater .item-para .title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
  color: #005aa6;
  text-align: center;
}

.row-danb {
  max-width: calc(100% - 60px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33.33% 33.33% 33.33%;
      grid-template-columns: 33.33% 33.33% 33.33%;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
  margin-top: 30px;
}

.row-danb .item-danb img {
  height: 298px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.row-danb .item-danb h3 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.525rem;
  padding-left: 15px;
  position: relative;
  margin: 0;
  margin-top: 15px;
  text-align: left;
}

.row-danb .item-danb h3:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 2px;
  height: calc(100% - 5px);
  background-color: #00aced;
}

.row-danb .item-danb a {
  color: #333;
}

.row-danb .item-danb figure > a {
  display: block;
  overflow: hidden;
}

.row-danb .item-danb:first-child {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
}

.hvr-grow {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-grow:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.dxdt_section {
  padding-top: 0;
  padding-bottom: 0;
}

.dxdt_section .section-title-sub {
  margin-bottom: 20px;
}

.group-dt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
      grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
  gap: 0;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  margin-bottom: 50px;
}

.group-dt .col-item {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.group-dt .col-item .item {
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  vertical-align: center;
}

.group-dt .col-item .item a {
  display: block;
  padding: .625rem;
  position: relative;
  z-index: 1;
  text-align: center;
}

.group-dt .col-item .item img {
  -o-object-fit: contain;
     object-fit: contain;
}

.slider_prize .item-prize figure .thumb {
  display: block;
  text-align: center;
  padding: 2.5rem;
  background-color: #ebebeb;
  border-radius: 3px 3px 0 0;
}

.slider_prize .item-prize figure .thumb img {
  margin: 0 auto;
}

.slider_prize .item-prize figcaption {
  padding: 1.25rem;
}

.slider_prize .item-prize figcaption h4 {
  font-size: 15px;
  font-weight: 500;
  color: #3c3c3c;
  line-height: 20px;
  text-align: center;
}

.slider-leader {
  padding-top: 25px;
}

.leader_item ._wrap {
  display: block;
  padding: 0 0 10px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.leader_item ._wrap ._img {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.leader_item ._wrap ._img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.leader_item ._info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  padding: 10px 0;
  background-color: #fff;
  -webkit-transform: all 0.3s;
          transform: all 0.3s;
}

.leader_item ._info ._icon {
  width: 70px;
  text-align: center;
  border-right: 1px solid #e1e1e1;
  padding-right: 17px;
}

.leader_item ._info ._text {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  padding-left: 17px;
}

.leader_item ._info ._name {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
}

.leader_item ._info ._position {
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
}

.slick-slide .leader_item ._wrap ._img {
  padding: 25px;
}

.slick-center .leader_item ._wrap ._info {
  background-color: #005aa6;
}

.slick-center .leader_item ._wrap ._img {
  padding: 0 !important;
}

.slick-center .leader_item * {
  color: #fff;
}

.slider-leader.slick-slider .slick-dots {
  bottom: -10px;
}

.slider-leader.slick-slider .slick-dots > li button {
  background-color: #bee1ff;
}

.slider-leader.slick-slider .slick-dots > li.slick-active button {
  background-color: #005aa6;
}

.slider-leader.slick-slider .slick-arrow {
  opacity: 0 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slider-leader.slick-slider:hover .slick-arrow {
  opacity: 1 !important;
}

.breadcrumbs {
  position: relative;
  padding: 102px 0 10px;
  margin: 0;
  background-color: #f8f9fc;
}

.breadcrumbs a,
.breadcrumbs span {
  font-size: .813rem;
  color: #999;
  font-weight: 500;
}

.breadcrumbs a {
  position: relative;
  margin-right: 15px;
}

.breadcrumbs a::after {
  content: '';
  position: absolute;
  right: -22px;
  top: 0;
  width: 7px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: -299px 0;
  display: inline-block;
  padding: 0;
}

.breadcrumbs .breadcrumb_last {
  margin-left: 15px;
}

.block-archive-list .col-lg-4:nth-child(3n+1) {
  clear: both;
}

.block-archive-list .col-lg-4:nth-child(2n+1) {
  clear: inherit;
}

.item-prj {
  cursor: pointer;
  background-color: #ededed;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.item-prj figure {
  margin: 0;
}

.item-prj figure a {
  display: block;
  text-align: center;
  position: relative;
}

.item-prj figure img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.item-prj figure img.img-hv {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}

.item-prj figcaption {
  text-align: center;
  padding: .9375rem;
}

.item-prj figcaption h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
  margin: 0 0 .625rem;
  text-transform: uppercase;
}

.item-prj figcaption a {
  color: #333;
  text-decoration: none;
}

.item-prj figcaption .desc {
  font-size: .875rem;
  font-weight: 500;
  color: #666;
  line-height: 1.275rem;
}

.item-prj:hover {
  -webkit-box-shadow: 0 0 4px 1px #33333333;
          box-shadow: 0 0 4px 1px #33333333;
}

.item-prj:hover figure a img {
  opacity: 0;
}

.item-prj:hover figure a img.img-hv {
  opacity: 1;
}

.item-prj:hover a {
  color: #f58220;
  text-decoration: none;
}

.nav-sidebar {
  padding-left: 0;
  margin-bottom: 30px;
  list-style: none;
}

.nav-sidebar > li > a {
  display: block;
  padding: .75rem 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.275rem;
  color: #005aa6;
  text-decoration: none;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.nav-sidebar > li > a i {
  margin-right: 8px;
}

.nav-sidebar > li:hover > a {
  color: #f58220;
}

.nav-sidebar > li:hover > a i {
  background-position: -328px 0;
}

.item-news figure > a {
  display: block;
  overflow: hidden;
  text-align: center;
}

.item-news figure img {
  height: calc(270px * 0.65);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-news figcaption {
  margin: .625rem 0 0;
}

.item-news figcaption h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #333;
  margin: 0 0 6px;
  text-align: justify;
  max-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.item-news figcaption h3 a {
  color: #4e4e4e;
  display: block;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.item-news figcaption h3 a:hover {
  color: #f58220;
}

.item-news figcaption .brief {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #666;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.single-post-block .post_thump {
  margin-top: 15px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.single-post-block .post_thump img {
  width: 100%;
}

.single-post-block .post_content {
  margin-top: 15px;
}

.single-post-block ._date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
  font-size: 13px;
}

.single-post-block ._date ._text {
  display: block;
  text-align: left;
  color: #666;
  margin: 0 0 .313rem 5px;
}

.single-post-block .post_content {
  font-size: .9375rem;
}

.single-post-block .post_content p {
  text-align: justify;
  margin-bottom: 1rem;
}

.single-post-block .post_content h2,
.single-post-block .post_content h3,
.single-post-block .post_content img {
  margin-bottom: 1rem;
}

.box_relative_post {
  margin-top: 30px;
}

.box_relative_post .box_news_list {
  padding: 0;
}

.box_relative_post .relative_title {
  font-size: 18px;
  font-weight: 500;
  color: #0f76bb;
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #0f76bb;
  margin-bottom: 15px;
}

.text_center {
  text-align: center;
}

.box_news_featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 15px;
}

.box_news_featured ._img {
  width: 25%;
  border-radius: 10px;
  overflow: hidden;
}

.box_news_featured ._img img {
  width: 100%;
}

.box_news_featured ._content {
  width: 75%;
  padding-left: 15px;
}

.box_news_featured ._content ._title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.box_news_featured ._content ._date {
  margin-top: 8px;
}

.box_news_featured ._content ._des {
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 72px;
  overflow: hidden;
}

blockquote {
  border-left: 3px solid #0f76bb;
  padding-left: 20px;
  border-radius: 10px;
}

.content_area .section_video .row {
  padding: 15px 0;
}

.content_area h1,
.content_area h2,
.content_area h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.content_area li {
  margin-bottom: 5px;
}

.content_area strong,
.content_area b,
.content_area span {
  font-size: inherit;
}

.post-category {
  margin-top: 25px;
}

.post-category a {
  color: #0f76bb;
}

.sidebar-box {
  margin-bottom: 50px;
}

.sidebar-box .sidebar-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.box_news_list ._item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.box_news_list ._item img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border-radius: 4px;
}

.box_news_list ._item ._title {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 40px;
  overflow: hidden;
}

.box_news_list ._item ._date {
  font-size: 12px;
  margin-top: 3px;
}

.box_news_list ._item:hover ._title {
  color: #0f76bb;
}

.paginate_dxmd {
  overflow: hidden;
  text-align: center;
  display: table;
  margin: 20px auto 40px;
}

.paginate_dxmd .page-numbers {
  font-size: .875rem;
  font-weight: 500;
  margin: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-decoration: none;
  color: #999;
  background-color: #f2f2f2;
  border-radius: 3px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.paginate_dxmd .page-numbers:hover {
  background-color: #f58220;
  color: #fff;
}

.paginate_dxmd .page-numbers.prev, .paginate_dxmd .page-numbers.next {
  background: transparent;
  width: auto;
  border: none;
}

.paginate_dxmd .page-numbers.prev:hover, .paginate_dxmd .page-numbers.next:hover {
  text-decoration: underline;
  color: #f58220;
}

.paginate_dxmd .page-numbers.current {
  background-color: #f58220;
  color: #fff;
}

.post_content ul,
.post_content ol {
  padding-left: 40px;
  margin-bottom: 15px;
}

.album-item a {
  text-decoration: none;
}

.album-item .hvr-trim {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}

.album-item .hvr-trim::before {
  content: '';
  position: absolute;
  border: 4px solid #fff;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.album-item .hvr-trim img {
  min-height: 196px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.album-item .count {
  color: #8d8d8d;
  font-size: 14px;
  margin: 5px 0;
}

.album-item .title {
  margin: 5px 0;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.4em;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #333;
}

.album-item:hover .title {
  color: #f58220;
}

.album-item:hover .hvr-trim::before {
  opacity: 1;
}

.row-grid-post {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33.33% 33.33% 33.33%;
      grid-template-columns: 33.33% 33.33% 33.33%;
  gap: 30px;
  max-width: calc(100% - 60px);
}

.row-grid-post .post_featured_fist {
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-column-end: 4;
}

.post_featured_fist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-bottom: 30px;
}

.post_featured_fist .colContent {
  width: 33.33%;
}

.post_featured_fist .colContent .namePost {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 10px;
}

.post_featured_fist .colContent .namePost a {
  text-decoration: none;
  color: #005aa6;
}

.post_featured_fist .colContent .descPost {
  font-size: 14px;
  margin-bottom: 15px;
  text-align: justify;
}

.post_featured_fist .colImg {
  width: 66.66%;
}

.post_featured_fist .colImg .thumbPost {
  padding-left: 45px;
  position: relative;
}

.post_featured_fist .colImg .thumb {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  overflow: initial;
}

.post_featured_fist .colImg .thumb::before {
  content: '';
  position: absolute;
  left: -30px;
  bottom: -30px;
  width: 190px;
  height: 190px;
  max-width: 30vw;
  max-height: 30vw;
  background-color: #f5821f;
  z-index: 1;
}

.post_featured_fist .colImg .thumb a {
  display: block;
  overflow: hidden;
  z-index: 2;
  position: relative;
}

.post_featured_fist .colImg .thumb img {
  width: 100%;
}

.post_featured_fist .colImg .capPost {
  position: absolute;
  top: 10px;
  left: 60px;
  z-index: 1;
  max-width: calc(100% - 60px);
  color: #fff;
  font-size: 20px;
  font-style: italic;
}

.wp-caption {
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}

.wp-caption img {
  margin-bottom: 0 !important;
  width: 100%;
}

.wp-caption .wp-caption-text {
  text-align: center !important;
  font-size: 14px;
  line-height: 15px;
  font-style: italic;
  background-color: #eaeaea;
  padding: 8px;
  margin-bottom: 1.5rem;
}

._content ul,
.content ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

._content li,
.content li {
  margin-bottom: 5px;
}

.grid-post-tailieu {
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  max-width: 100%;
}

.tailieu-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
}

.tailieu-item ._wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tailieu-item ._img {
  width: 50px;
}

.tailieu-item ._content {
  width: 100%;
  padding-left: 15px;
}

.tailieu-item ._title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}

.tailieu-item ._des {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
}

.tailieu-item a:hover {
  text-decoration: none;
}

.dx-section-full {
  height: calc(100vh - 58px);
  margin: 0;
  position: relative;
  max-width: 100vw;
  overflow: hidden;
}

.banner_gr {
  height: 100%;
  background-size: cover;
}

.banner_gr::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #000000d6), color-stop(40%, #ffffff00));
  background-image: linear-gradient(to top, #000000d6 10%, #ffffff00 40%);
  top: 0;
  right: 0;
  z-index: 0;
}

.banner_gr > * {
  z-index: 1;
}

.banner_gr .banner_def {
  background-size: cover;
  background-position: center;
  height: 100%;
}

.banner_gr .gr_head {
  position: absolute;
  z-index: 1;
  bottom: 60px;
  width: 100%;
}

.banner_gr .gr_head ._title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-shadow: 2px 3px 8px #000;
}

.nav-project {
  background-color: #ffffff;
  z-index: 1;
  position: relative;
  -webkit-box-shadow: 0 0 46px #00000014;
          box-shadow: 0 0 46px #00000014;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.nav-project .col-nav-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-project .nav-bar-section {
  margin: 0;
  list-style: none;
  padding: 0;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-project .nav-item-section {
  display: inline-block;
  border-left: 1px solid rgba(225, 225, 225, 0.5);
  border-right: 1px solid rgba(225, 225, 225, 0.5);
}

.nav-project .nav-item-section a {
  line-height: 60px;
  display: inline-block;
  padding: 0 24px;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  text-decoration: none;
}

.nav-project .nav-item-section a:active, .nav-project .nav-item-section a:hover {
  background-color: #005aa6;
  color: #ffffff;
}

.show-nav-project .nav-project {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
}

.show-nav-project .main_header {
  top: -100px;
}

.wrap-hotline {
  float: left;
  height: 60px;
  background: #f58220;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fffefe;
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  text-transform: uppercase;
}

.wrap-hotline ._title {
  font-size: 16px;
  font-weight: 500;
  color: #fffefe;
  text-decoration: none;
}

.wrap-hotline .hotline {
  text-decoration: none;
  padding: 0 30px;
  color: #fff;
}

.col-center {
  margin: 0 auto !important;
  float: none !important;
}

.anchor {
  display: block;
  height: 60px;
  margin-top: -60px;
  visibility: hidden;
}

.dxgr-content {
  text-align: justify;
}

.dxgr-content * {
  max-width: 100% !important;
}

.dxgr-content img {
  width: 100%;
}

.dxgr-content .wp-caption-text {
  padding: 8px;
  background-color: #00000012;
  font-size: 14px;
  font-style: italic;
  text-align: center;
}

.dxgr-content table td {
  text-align: left;
  padding: 5px 3px;
  font-size: 14px;
}

.dxp-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.dxp-section .section-tile {
  font-size: 40px;
  text-align: center;
  line-height: 56px;
  color: #0e68b1;
}

.dxp-section .sub-title-line {
  color: #333333;
  font-size: 22px;
  font-weight: normal;
  line-height: 23px;
  margin: 40px 0;
  text-align: center;
  position: relative;
}

.dxp-section .sub-title-line::before, .dxp-section .sub-title-line::after {
  content: '';
  display: block;
  width: 231px;
  height: 1px;
  background-color: #a1a1a1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.dxp-section .sub-title-line::before {
  top: -20px;
}

.dxp-section .sub-title-line::after {
  bottom: -20px;
}

.prj-tongquan {
  background-image: url("https://datxanhmiendong.com/wp-content/themes/dxmiendong/assets/imgs/bg_section_2_prj.jpg");
  position: relative;
  overflow: visible;
}

.prj-tongquan .container-tq {
  padding: 100px 15px 150px;
}

.prj-tongquan-over {
  min-height: calc(100vh - 59px);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 150px 0;
}

.prj-tongquan-over .row-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prj-tongquan-over .content {
  color: #fff;
}

.prj-tongquan-over::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #000000b8), color-stop(50%, #000000ab));
  background-image: linear-gradient(to top, #000000b8 20%, #000000ab 50%);
  top: 0;
  right: 0;
  z-index: 0;
}

.prj-tongquan-over > * {
  z-index: 1;
}

.wrap-list-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 2;
}

.wrap-list-icon .row-list-icon {
  background-color: #fff;
  -webkit-box-shadow: 0 0 87px #00000008;
          box-shadow: 0 0 87px #00000008;
  padding: 0px 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33.33% 33.33% 33.33%;
      grid-template-columns: 33.33% 33.33% 33.33%;
}

.wrap-list-icon .icon-item {
  width: 100%;
  padding-top: 37px;
  padding-bottom: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap-list-icon .icon-item .wrap-info-icon {
  color: #333333;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
}

.wrap-list-icon .icon-item img {
  display: inline-block;
  width: 38px;
  height: 38px;
  vertical-align: top;
  -o-object-fit: contain;
     object-fit: contain;
}

.wrap-list-icon .icon-item .name {
  font-weight: 500;
  text-transform: uppercase;
}

.prj-location {
  background-color: #eeeeee;
  padding: 0 !important;
}

.prj-location .wrap-img-location {
  margin: 120px 0;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 122px #0000004a;
          box-shadow: 0 0 122px #0000004a;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #fff;
  z-index: 2;
}

.prj-location .wrap-img-location img {
  max-width: none;
  max-height: none;
}

.prj-location .col-content {
  padding: 20px 40px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.panzoom-parent .panzoom {
  position: absolute;
  width: 100%;
  height: 100%;
}

.panzoom-parent .panzoom img {
  min-width: 100%;
  cursor: move;
}

.abs-before {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.abs-before::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  right: 75%;
  top: 0;
  z-index: 0;
  background-color: #1286ca;
  background-image: linear-gradient(-221deg, #1dafed 0%, #0066b2 100%);
}

.abs-before::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  right: 75%;
  top: 0;
  z-index: 1;
  background-image: url(https://datxanhmiendong.com/wp-content/themes/dxmiendong/assets/imgs/texture_white.png);
  background-size: cover;
  background-position-x: 300px;
  background-position-y: -60px;
  background-repeat: no-repeat;
}

.abs-before .abs-before-col {
  z-index: 2;
}

.zoomBtn {
  position: absolute;
  border-radius: 50%;
  border: none;
  width: 45px;
  height: 45px;
  -webkit-box-shadow: 0 0 40px #00000026;
          box-shadow: 0 0 40px #00000026;
  background-color: #00000080;
  text-align: center;
  line-height: 45px;
  padding: 0;
  color: #fff;
  cursor: pointer;
}

.zoomBtn:hover {
  background-color: #000;
}

.zoomBtn.in {
  right: 15%;
  bottom: 15%;
}

.zoomBtn.out {
  right: 25%;
  bottom: 9%;
}

.zoomBtnMb {
  position: absolute;
  border-radius: 50%;
  border: none;
  width: 45px;
  height: 45px;
  -webkit-box-shadow: 0 0 40px #00000026;
          box-shadow: 0 0 40px #00000026;
  background-color: #00000080;
  text-align: center;
  line-height: 45px;
  padding: 0;
  left: 50px;
  cursor: pointer;
}

.zoomBtnMb:hover {
  background-color: #000;
}

.zoomBtnMb.in {
  bottom: 135px;
}

.zoomBtnMb.out {
  bottom: 80px;
}

.clear-both {
  clear: both;
}

.prj-matbang {
  padding: 0 !important;
  position: relative;
}

.prj-matbang .overall-ground-item {
  position: relative;
  min-height: 100vh;
}

.prj-matbang .container {
  position: absolute;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}

.prj-matbang .row {
  position: relative;
  height: 100vh;
}

.prj-matbang .bg-left {
  width: 35vw;
  right: 75%;
  position: absolute;
  height: 100%;
  overflow: hidden;
}

.prj-matbang .bg-left img {
  min-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.prj-matbang .bg-right {
  width: 72vw;
  left: 25%;
  position: absolute;
  height: 100%;
  overflow: hidden;
}

.prj-matbang .bg-matbang {
  position: relative;
  height: 100%;
}

.prj-matbang .bg-matbang .mb-content {
  position: absolute;
  right: 40px;
  top: 100px;
  width: 100%;
  max-width: 300px;
}

.prj-matbang .bg-matbang .mb-content * {
  color: #fff !important;
  text-align: center;
}

.slider-tienich {
  max-height: 100vh;
  min-height: 700px;
}

.slider-tienich .slick-arrow.slick-prev {
  left: calc(35% - 20px);
  top: calc(50% + 30px);
}

.slider-tienich .slick-arrow.slick-next {
  left: calc(35% - 20px);
  top: calc(50% - 30px);
}

.sti-item {
  position: relative;
  min-height: 700px;
}

.sti-item .sti-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  left: 35%;
  width: 65%;
}

.sti-item .sti-bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.sti-item .sti-bg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sti-item .sti-content {
  position: relative;
  z-index: 5;
  background-color: #e7e7e7;
  background-image: url(https://datxanhmiendong.com/wp-content/themes/dxmiendong/assets/imgs/logo-datxanh-gray.png);
  background-position-x: -320px;
  background-position-y: bottom;
  background-repeat: no-repeat;
  width: 35%;
  height: 700px;
  padding: 0 70px 0 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sti-item .sti-content ._desc {
  padding-left: 40px;
  text-align: justify;
}

.sti-title {
  padding-left: 44px;
  border-left: 4px solid #f58220;
  margin-bottom: 60px;
}

.sti-title ._name {
  color: #f58220;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
  margin-bottom: 13px;
}

.sti-title ._subtitle {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.prj-sanpham {
  background-image: url("https://datxanhmiendong.com/wp-content/themes/dxmiendong/assets/imgs/bg_section_2_prj.jpg");
}

.slider-sanpham {
  margin-top: 40px;
  cursor: pointer;
}

.slider-sanpham .slick-list {
  padding: 15px 15vw !important;
}

.slider-sanpham .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-sanpham .slick-list img {
  width: 100%;
}

.slider-sanpham .slick-arrow.slick-prev {
  left: calc(15vw - 20px);
}

.slider-sanpham .slick-arrow.slick-next {
  right: calc(15vw - 20px);
}

.product-item {
  position: relative;
  -webkit-box-shadow: 1px 2px 6px #313131;
          box-shadow: 1px 2px 6px #313131;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 350px;
  overflow: hidden;
}

.product-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000099;
}

.product-item .product-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

.product-item .product-content .product-name {
  cursor: pointer;
  color: #333333;
  padding: 22px 30px;
  padding-right: 75px;
  display: block;
  position: relative;
  text-decoration: none;
}

.product-item .product-content .product-name span {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #f58220;
  width: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-item.slick-active {
  max-height: none;
}

.product-item.slick-active .product-content {
  opacity: 1;
}

.product-item.slick-active::after {
  display: none;
}

.dtv-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000000d9), color-stop(50%, #000000d9));
  background-image: linear-gradient(to right, #000000d9 50%, #000000d9 50%);
  visibility: hidden;
  z-index: 99;
}

.dtv-popup .dtv-popup-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  text-align: center;
  width: 1000px;
  max-width: calc(100vw - 30px);
  max-height: 80vh;
  background: transparent;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.dtv-popup .dtv-popup-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.dtv-popup.is-visible {
  visibility: visible;
}

.prj-thu-vien {
  padding-bottom: 180px;
  background-color: #1286ca;
  background-image: url(https://datxanhmiendong.com/wp-content/themes/dxmiendong/assets/imgs/logo-datxanh-gray.png);
  background-position-x: 0;
  background-position-y: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.prj-thu-vien .section-tile {
  color: #fff;
  text-align: left;
}

.list-gallery-cats {
  margin: 0;
  text-align: right;
  list-style-type: none;
  padding-right: 130px;
}

.list-gallery-cats .gallery-cat-item {
  display: inline-block;
  padding: 0 30px;
}

.list-gallery-cats .gallery-cat-item .tab-control {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  padding-left: 0;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  cursor: pointer;
}

.list-gallery-cats .gallery-cat-item .tab-control::before {
  content: '';
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.list-gallery-cats .gallery-cat-item .tab-control.active {
  padding-left: 40px;
  font-weight: 500;
}

.list-gallery-cats .gallery-cat-item .tab-control.active::before {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 25px;
  height: 1px;
  left: 0;
  top: 10px;
  opacity: 1;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.tv-item {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 350px;
  overflow: hidden;
}

.tv-item .tv-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  max-width: 100%;
}

.tv-item .tv-item-content .tv-item-name {
  cursor: pointer;
  color: #333333;
  padding: 20px;
  padding-right: 82px;
  display: block;
  position: relative;
  text-decoration: none;
}

.tv-item .tv-item-content .tv-item-name span {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #f58220;
  width: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab-panel {
  margin-top: 20px;
}

.tab-panel .tv-grid-imgs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33.33% 33.33% 33.33%;
      grid-template-columns: 33.33% 33.33% 33.33%;
  gap: 8px;
  max-width: calc(100% - 16px);
}

.tv-grid-imgs .tv-item {
  max-height: 515px;
}

.tv-grid-imgs .tv-item .tv-item-bg {
  height: 100%;
}

.tv-grid-imgs .tv-item .tv-item-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tv-grid-imgs .tv-item:nth-child(1) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 3;
}

.tv-grid-imgs .tv-item:nth-child(2) {
  -ms-grid-column: 3;
      grid-column-start: 3;
  grid-column-end: 4;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 2;
}

.tv-grid-imgs .tv-item:nth-child(3) {
  -ms-grid-column: 3;
      grid-column-start: 3;
  grid-column-end: 4;
  -ms-grid-row: 2;
      grid-row-start: 2;
  grid-row-end: 3;
}

.slider-thuvien .slick-arrow.slick-prev {
  right: 50px;
  left: auto;
  top: -50px;
}

.slider-thuvien .slick-arrow.slick-next {
  right: 0;
  left: auto;
  top: -50px;
}

.v360-popup {
  position: relative;
}

.v360-popup .dtv-popup-wrap {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.v360-popup .dtv-popup-wrap iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  min-height: 515px;
}

.v360-popup .dtv-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #00000096;
  padding: 10px;
  display: none;
  cursor: pointer;
}

.v360-popup .dtv-popup-full {
  position: absolute;
  top: -64px;
  right: -2px;
}

.v360-popup.is-full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.v360-popup.is-full .dtv-popup-close {
  display: block;
}

.prj-tintuc {
  background-color: #f5f5f5;
}

.slider-tintuc {
  margin-top: 30px;
}

.news-item .wrap-news-item {
  display: block;
  padding: 17px 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #0000001a;
          box-shadow: 0 0 10px #0000001a;
}

.news-item .wrap-feature-news {
  overflow: hidden;
}

.news-item img {
  height: 228px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.news-item a {
  text-decoration: none;
}

.news-item:hover .news-name {
  color: #f58220;
}

.wrap-news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 9px;
  height: 97px;
}

.wrap-news-info .news-date {
  width: 70px;
  text-align: center;
  border-right: 1px solid #e1e1e1;
  padding-right: 17px;
}

.wrap-news-info .news-date .date {
  font-size: 35px;
  font-weight: 500;
  color: #6f6f6f;
  line-height: 24px;
  margin-bottom: 5px;
}

.wrap-news-info .news-date .month-year {
  color: #6f6f6f;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
}

.wrap-news-info .news-name {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  padding-left: 17px;
}

.prj-lienhe {
  min-height: 100vh;
  padding: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(https://datxanhmiendong.com/wp-content/themes/dxmiendong/assets/imgs/bg_contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.prj-lienhe * {
  color: #fff;
}

.prj-lienhe .logo_prj {
  max-width: 280px;
  -o-object-fit: contain;
     object-fit: contain;
}

.prj-lienhe .lh-title {
  font-size: 26px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.prj-lienhe .content_left {
  margin-top: 50px;
}

.prj-lienhe .content_left .info {
  font-weight: 300;
}

.prj-lienhe .content_left p {
  margin-bottom: 20px;
}

.prj-lienhe .content_left h4 {
  margin-bottom: 10px;
}

.prj-lienhe .form_right {
  margin-top: 50px;
}

.prj-lienhe .form_right .form-gr {
  margin-bottom: 25px;
}

.prj-lienhe .form_right label {
  display: block;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
}

.prj-lienhe .form_right input {
  width: 100%;
  background: none;
  border: 0;
  outline-style: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 8px 15px;
}

.prj-lienhe .form_right .btn {
  padding: 8px 30px;
  background-color: #f58220;
  border: none;
}

.mg-t-0 {
  margin-top: 0 !important;
}

.footer_page {
  background-color: #EEEEEE;
  padding: 3.75rem 0 1.5rem;
}

.coppy_right {
  padding: 15px 0 0;
  font-size: 12px;
  line-height: 16px;
  color: #656565;
  text-align: center;
}

.col_footer ._title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
  padding: 0 0 .625rem;
  margin: 0 0 .9375rem;
  position: relative;
  color: #333;
  text-transform: uppercase;
}

.col_footer ._title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 49px;
  height: 2px;
  background-color: #ccc;
}

.col_footer ._content {
  font-size: .813rem;
  font-weight: 400;
  line-height: 1.213rem;
  color: #666;
  margin: 0 0 .625rem;
}

.col_footer ._content ._item {
  margin-top: 10px;
}

.col_footer ._content ._item a {
  line-height: 18px;
  color: #666;
}

.col_footer ._content ._item a:hover {
  color: #0F76BB;
}

.footer-1 {
  display: block;
}

.footer-1 ._logo {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.footer-1 ._name {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #0F76BB;
  margin-top: 15px;
  margin-bottom: 10px;
}

.form_group {
  position: relative;
  width: 100%;
  max-width: calc(100vw - 30px);
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  margin-top: 25px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.form_group .input-form_group {
  width: 100%;
  height: 42px;
  padding-left: 15px;
  background-color: #fff;
  font-size: .75rem;
  line-height: 48px;
  color: #000;
  border: 0;
}

.form_group .input-form_group::-webkit-input-placeholder {
  color: #656565;
}

.form_group .input-form_group:-ms-input-placeholder {
  color: #656565;
}

.form_group .input-form_group::-ms-input-placeholder {
  color: #656565;
}

.form_group .input-form_group::placeholder {
  color: #656565;
}

.form_group .btn-form_group {
  border: none;
  min-width: 85px;
  background-color: #f58220;
  color: #fff;
  font-weight: 500;
  font-size: .75rem;
}

.dtv_social > a {
  margin-right: 10px;
}

.block-ft {
  position: relative;
  padding-bottom: 40px;
}

.ft-bot {
  padding: 1.563rem;
  display: block;
}

.ft-bot .copyright {
  font-size: .75rem;
  font-weight: 500;
  line-height: 20px;
  color: #999;
  text-align: left;
  margin: 0;
}

.footer_menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
  float: right;
}

.footer_menu li {
  display: inline-block;
  list-style: none;
}

.footer_menu li a {
  display: block;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  color: #666;
  padding: 0 .875rem;
  text-decoration: none;
  border-right: 1px solid #666;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer_menu li:last-child a {
  border-right: none;
}

.btn_go_top {
  width: 45px;
  height: 45px;
  position: fixed;
  background: transparent;
  bottom: -60px;
  right: 20px;
  border-radius: 100%;
  z-index: 9;
  background-color: #00adee;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_go_top.active {
  bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}

@media screen and (min-width: 1230px) {
  .container {
    width: 1230px;
  }
}

@media screen and (max-width: 1199px) {
  .main_header .header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main_header .header_right .top_bar {
    padding-top: 0;
  }
  .main_header .header_right .top_bar .tb_phone {
    display: none;
  }
  .breadcrumbs {
    padding-top: 70px;
  }
  .footer_menu {
    float: none;
    margin-top: 15px;
  }
  .sidebar-sticky,
  .sidebar-sticky.sticky {
    position: fixed;
    left: 0;
    top: 90px;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    overflow-x: scroll;
  }
  .sidebar-sticky ul.nav-sidebar,
  .sidebar-sticky.sticky ul.nav-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    white-space: nowrap;
  }
  .sidebar-sticky ul.nav-sidebar > li a,
  .sidebar-sticky.sticky ul.nav-sidebar > li a {
    padding: 10px 15px;
  }
  .sidebar-sticky ul.nav-sidebar > li i,
  .sidebar-sticky.sticky ul.nav-sidebar > li i {
    display: none;
  }
  .nav-project .nav-bar-section {
    width: 100%;
    max-width: 100%;
    overflow: auto;
  }
  .nav-project .nav-bar-section li.nav-item-section {
    display: inline-block;
  }
  .nav-project .nav-bar-section li.nav-item-section a {
    min-width: 110px;
    text-align: center;
    padding: 0;
  }
  .nav-project .wrap-hotline {
    display: none;
  }
  .ft-bot .copyright {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .header_menu {
    display: none;
    position: absolute;
    z-index: 9;
    background-color: #0f76bb;
    width: 100%;
    left: 0;
    top: 100%;
    max-height: 100vh;
    overflow: scroll;
    padding-bottom: 160px;
  }
  .header_menu.active {
    display: block;
  }
  .header_menu li a {
    color: #fff;
  }
  .main-menu-header > li {
    list-style: none;
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    padding: 0 15px;
  }
  .main-menu-header > li > a {
    display: block;
    width: 100%;
    border-top: 1px solid #fff;
    padding-left: 0;
  }
  .main-menu-header > li:first-child > a {
    border-top: 0;
  }
  .main-menu-header > li > ul.sub-menu {
    display: block;
    position: relative;
    background: #0f76bb;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .main-menu-header > li > ul.sub-menu li:last-child a {
    border-bottom: 0;
  }
  .main-menu-header > li > ul.sub-menu a {
    color: #fff;
    margin-left: 10px;
    padding-left: 0;
    border-bottom: 1px solid #3887ca;
  }
  .main-menu-header > li:hover a {
    background-color: #0f76bb !important;
    color: #fff;
  }
  .main-menu-header > li:hover > ul.sub-menu {
    display: block;
    position: relative;
    background-color: #0f76bb !important;
    color: #fff;
  }
  .toggle_main_menu {
    width: 45px;
    height: 58px;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form_search._top_bar {
    top: 58px;
  }
  .main_header * {
    color: #fff;
  }
  .row-danb {
    max-width: calc(100% - 30px);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
  }
  .row-danb .item-danb img {
    height: calc(85vw / 2);
  }
  .row-danb .item-danb:first-child {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 3;
  }
  .pd-t-40-md {
    padding-top: 40px;
  }
  .block-ft {
    padding-right: 0;
  }
  .block-ft::after {
    display: none;
  }
  .career-table .head-list {
    display: none;
  }
  .career-table tr {
    display: block;
    margin-top: 20px;
  }
  .career-table tr:hover {
    background-color: inherit;
  }
  .career-table tr:hover * {
    color: inherit;
  }
  .career-table td {
    font-size: 14px;
    background-color: #eee;
    color: #333;
    border: none;
    border-bottom: 1px solid #fff;
    display: block;
    text-align: right !important;
    position: relative;
    padding: 10px 10px 10px 120px;
  }
  .career-table td::before {
    content: attr(data-label);
    float: left;
    font-size: 13px;
    color: #5a5a5a;
    position: absolute;
    left: 10px;
    top: 50%;
    margin: -10px 0 0;
    text-align: left;
    line-height: 1.4;
  }
  .career-table td.career-title {
    background-color: #0066B2 !important;
    color: #fff;
  }
  .career-table td.career-title::before {
    color: #fff;
  }
  .row-td {
    display: block;
  }
  .row-td .col-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row-td.row-td-1 .col-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sidebar-left {
    position: fixed;
    left: -290px;
    top: 0;
    width: 290px;
    height: 100%;
    background-color: #fff;
    z-index: 2;
    padding: 60px 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sidebar-left.active {
    left: 0;
  }
  .dxgt-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dxgt-item .content {
    width: calc(100%);
    text-align: center;
    margin-top: 15px;
  }
  .dxgt-item .content .desc {
    font-size: 14px;
    text-align: center;
  }
  .dxdt_section {
    padding-bottom: 0;
  }
  .dxdt_section .section-title {
    text-align: center;
  }
  .dxdt_section .section-title-sub {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .dxgt-section,
  .dxdt_section {
    padding-bottom: 0;
  }
  .dxgt-section .section-title,
  .dxdt_section .section-title {
    text-align: center;
  }
  .dxgt-section .section-title-sub,
  .dxdt_section .section-title-sub {
    text-align: center;
  }
  .form_search_banner {
    position: relative;
    margin-top: 20px;
    border: 1px solid #0f76bb;
    max-width: calc(100vw - 50px);
  }
  .dxp-section {
    padding: 40px 0;
  }
  .dx-section .section-title {
    font-size: 24px;
    line-height: 28px;
  }
  .group-dt {
    -ms-grid-columns: 25% 25% 25% 25%;
        grid-template-columns: 25% 25% 25% 25%;
  }
  .group-dt .col .item {
    position: relative;
    min-height: auto;
  }
  .group-dt .span-2 {
    width: 33.33%;
  }
  .row-danb {
    display: block;
    max-width: 100%;
    margin-right: 0;
  }
  .row-danb .item-danb {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 15px;
    background-color: #efefef;
  }
  .row-danb .item-danb img {
    height: auto;
  }
  .form-td-grid {
    display: block;
  }
  .abs-before {
    display: block;
    float: left;
  }
  .prj-location .wrap-img-location {
    margin: 50px 0;
  }
  .prj-location .col-content {
    background-color: #ffffffd1;
    padding: 30px 15px;
  }
  .prj-location .col-content ul {
    padding-left: 20px;
  }
  .prj-tongquan-over .content {
    margin-top: 30px;
    line-height: 30px;
    text-align: justify;
  }
  .prj-tongquan-over .row-center {
    display: block;
  }
  .overall-ground-item {
    padding: auto;
  }
  .overall-ground-item .container {
    padding: 0;
    width: 100%;
  }
  .overall-ground-item .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .overall-ground-item .container .bg-left {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .overall-ground-item .container .bg-left .mb-content {
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    top: 30px;
    max-width: 88%;
  }
  .overall-ground-item .container .bg-right {
    position: relative;
    left: 0;
    width: 100%;
    min-height: calc(100vw * 0.5625);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .slick-arrow {
    zoom: 0.8;
  }
  .slider-tienich {
    min-height: 0;
  }
  .slider-tienich .slick-arrow {
    top: 50% !important;
  }
  .slider-tienich .slick-arrow.slick-next {
    right: 0px;
    left: auto;
  }
  .slider-tienich .slick-arrow.slick-prev {
    left: 0px;
    right: auto;
  }
  .sti-item {
    min-height: 0;
  }
  .sti-item .sti-bg {
    left: 0;
    width: 100%;
    position: relative;
  }
  .sti-item .sti-content {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 30px 15px;
  }
  .sti-item .sti-content .sti-title {
    padding-left: 20px;
    border-left: 4px solid #f58220;
    margin-bottom: 20px;
  }
  .sti-item .sti-content .sti-title ._name {
    font-size: 29px;
    line-height: 36px;
  }
  .sti-item .sti-content .sti-desc {
    padding-left: 25px;
  }
  .tv-item .tv-item-content {
    background-color: #00000094;
  }
  .tv-item .tv-item-content .tv-item-name {
    font-size: 11px;
    padding: 5px;
    padding-right: 35px;
    color: #fff;
  }
  .tv-item .tv-item-content .tv-item-name span {
    width: 30px;
  }
  .news-item img {
    height: auto;
  }
  .prj-tongquan .container-tq {
    padding: 40px 15px;
  }
  .prj-tongquan .wrap-list-icon {
    position: relative;
    bottom: auto;
    -webkit-transform: none;
            transform: none;
  }
  .prj-tongquan .wrap-list-icon .row-list-icon {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    padding: 0;
    padding-top: 30px;
  }
  .prj-tongquan .wrap-list-icon .icon-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .row-grid-post {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    max-width: calc(100% - 30px);
  }
  .row-grid-post .post_featured_fist {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-grid-post .post_featured_fist .colContent {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .row-grid-post .post_featured_fist .colImg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .row-grid-post .post_featured_fist .colImg .thumbPost {
    padding-left: 30px;
    margin-bottom: 40px;
  }
  .row-grid-post .post_featured_fist .colImg .thumbPost .capPost {
    left: 40px;
    max-width: calc(100% - 50px);
    font-size: 15px;
  }
  .post-item ._img img {
    min-height: calc((50vw - 30px) * 0.5625);
    height: calc((50vw - 30px) * 0.65) !important;
  }
  .dxp-section .section-tile {
    font-size: 29px;
    line-height: 38px;
  }
  .list-gallery-cats {
    padding: 0;
    padding-bottom: 0;
    margin-top: 20px;
  }
  .list-gallery-cats .gallery-cat-item {
    padding: 0 15px;
  }
  .v360-popup .dtv-popup-full {
    top: 0;
    right: 0;
    background-color: #00000085;
  }
  .slider-thuvien .slick-arrow.slick-next, .slider-thuvien .slick-arrow.slick-prev {
    top: 0;
  }
  .block-ideal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block-ideal .col-ideal {
    width: 100%;
  }
  .block-ideal .content-idl {
    margin: 0 auto;
  }
  .home_slider .container {
    width: 100%;
    padding: 0;
    bottom: 0;
  }
  .item_slider ._image {
    height: calc(100vw * 0.5625);
    max-height: calc(100vw * 0.5625);
  }
  .item_slider ._content {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
  .item_slider ._content ._title {
    font-size: 28px;
    line-height: 36px;
  }
  .item_slider ._content ._sub_title {
    font-size: 14px;
  }
  .banner_gr .gr_head ._title {
    font-size: 30px;
  }
  .product-item .product-content .product-name {
    padding: 5px;
    padding-right: 35px;
    font-size: 13px;
  }
  .product-item .product-content .product-name span {
    width: 30px;
  }
  .product-item .product-content .product-name i {
    zoom: 0.8;
  }
  .form-td-grid .item {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .group-dt {
    border-bottom: 1px solid #e6e6e6;
  }
  .group-dt .col:nth-child(2n+0) .item {
    background-color: #fff;
  }
  .group-dt .col:nth-child(2n+0) .item::before {
    border: 1px solid #e6e6e6;
    border-left: 0;
    border-bottom: 0;
  }
  .group-dt .col .item {
    min-height: 120px;
  }
  .group-dt .col .item::before {
    border-bottom: 0;
  }
  .group-dt .span-2 {
    width: 50%;
  }
  .row-td .col-content {
    padding: 25px 15px;
  }
  .row-grid-post {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: 0;
    max-width: 100%;
  }
  .row-grid-post .col {
    margin-bottom: 30px;
  }
  .row-grid-post .post_featured_fist {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .row-grid-post .post_featured_fist .namePost {
    font-size: 18px;
  }
  .album-item .hvr-trim img {
    min-height: auto;
  }
}
/*# sourceMappingURL=theme.css.map */