/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@font-face {
  font-family: "FontAwesome 5";
  font-style: normal;
  font-weight: normal;
  src: local("FontAwesome-5"),
    url("../fonts/fontawesome-webfont.woff2") format("woff");
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 10px 0;
  padding: 0;
}

table {
  width: 100%;
}

table,
th,
td {
  font-size: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  padding-left: 10px;
  border-color: #ddd;
}

tr {
  margin-bottom: 10px;
}

td {
  vertical-align: central;
  padding: 5px !important;
  border-color: #ddd;
}

ul li {
  list-style: none;
  position: relative;
}

p {
  padding: 0;
  margin: 0;
}

i.fa {
  line-height: inherit;
}

body {
  font-family: "Sarabun", sans-serif;
  background-color: #fff !important;
  scrollbar-color: #6969dd #e0e0e0;
  scrollbar-width: thin;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a:focus {
  outline: none;
}

ol,
ul {
  margin: 0;
}

a:focus,
a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #cdb388;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.slick-slider {
  margin-bottom: 0;
}

.hidden {
  display: none !important;
}

.slide .inner-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.slide .inner {
  color: #fff;
}

.title-slide {
  display: inline-block;
  text-align: right;
  margin-bottom: 20px;
}

.item-slide.slick-active h3 {
  animation-duration: 2s;
  animation-name: fadeInLeft;
}

.title-slide h3 span {
  border-bottom: 4px solid #fff;
}

.title-slide p {
  font-size: 20px;
  font-weight: 600;
}

.item-slide.slick-active p {
  animation-duration: 2s;
  animation-name: fadeInRight;
}

.comment-list .row {
  margin-bottom: 0px;
}

.comment-list .panel .panel-heading {
  padding: 4px 15px;
  position: absolute;
  border: none;
  /*Panel-heading border radius*/
  border-top-right-radius: 0px;
  top: 1px;
}

.comment-list .panel .panel-heading.right {
  border-right-width: 0px;
  /*Panel-heading border radius*/
  border-top-left-radius: 0px;
  right: 16px;
}

.comment-list .panel .panel-heading .panel-body {
  padding-top: 6px;
}

.comment-list figcaption {
  /*For wrapping text in thumbnail*/
  word-wrap: break-word;
}

.comment-list .comment-post {
  margin-top: 6px;
}

.panel-body {
  padding: 15px;
}

.image_comment {
  width: 100px;
  flex: unset;
  max-width: unset;
}

.noidung_comment {
  width: calc(100% - 100px);
  flex: unset;
  max-width: unset;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-default {
  border-color: #ddd;
}

.slide .inner-list {
  line-height: 1.5;
  font-size: 16px;
}

.item-slide.slick-active .inner-list {
  animation-duration: 2s;
  animation-name: fadeInUp;
}

.slide .inner-list li {
  margin-bottom: 10px;
}

.slide .inner-list li:before {
  content: "\f05d";
  font-family: "FontAwesome 5";
  /* color:#f00; */
  margin-right: 5px;
}

.slide .inner-list i {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #fff;
  text-align: center;
  line-height: 18px;
}

.title-slide h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.tab-content>.tab-pane:not(.show) {
  display: none !important;
}

.tab-content>.tab-pane.show {
  display: block !important;
}

.dv-01-contact-item .box.active {
  color: #cdb388;
}

.box-text-spct img {
  width: auto;
}

.box-text-spct li {
  list-style: disc !important;
  margin-left: 25px;
}

/* HHH */

@media (min-width: 1250px) {
  .container {
    width: 1250px !important;
    max-width: 1250px !important;
  }
}

.main {
  /* background-color: #f5f5f5; */
  margin-top: 148px;
}

/*css slide home*/

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.ai-center {
  align-items: center;
}

.js-between {
  justify-content: space-between;
}

.dv-01-dot-cate-1 .slick-dots {
  bottom: 20px;
  /* display:flex; */
  /* justify-content:flex-start; */
}

.dv-01-dot-cate-1 .slick-dots li {
  border-radius: 100%;
  width: 30px;
  height: 2px;
  /* position: absolute; */
  background: #fff;
  /* border: 3px solid rgba(255, 255, 255, 0.9); */
  border-radius: 0;
  cursor: pointer;
  box-sizing: content-box;
  box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.dv-01-dot-cate-1 .slick-dots li.slick-active {
  background: #1a5494;
  /* border: 3px solid rgba(0, 0, 0, 1); */
}

.dv-01-dot-cate-1 .slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 0;
  padding: 0;
}

.dv-01-dot-cate-1 .slick-dots li button:before {
  width: 100%;
  height: 100%;
}

.slide :hover .slick-prev {
  left: 20px;
}

.slide :hover .slick-next {
  right: 20px;
}

.slide .slick-prev:before,
.slide .slick-next:before {
  display: none;
}

.slide .slick-prev,
.slide .slick-next {
  margin: 0;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  transform: translateY(-50%);
  z-index: 3;
  text-align: center;
  opacity: 1;
  /* background-color: #fff; */
  /* border-radius: 100%; */
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: 10px 20px;
}

.slide .slick-prev i,
.slide .slick-next i {
  color: #00a9da;
  line-height: 24px;
  font-size: 14px;
  opacity: 0;
}

.slide .slick-prev {
  left: 0px;
  background-image: url(../images/ic_previous_black.png);
}

.slide .slick-next {
  right: 0px;
  background-image: url(../images/ic_next_black.png);
}

.slide {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.slide .box-slide {}

.slide .box-slide img {
  height: 60vh;
  object-fit: cover;
  width: 100%;
}

.slide .inner {
  color: #fff;
}

.title-slide {
  display: inline-block;
  text-align: right;
  margin-bottom: 20px;
}

.title-slide h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.item-slide.slick-active h3 {
  animation-duration: 2s;
  animation-name: fadeInLeft;
}

.title-slide h3 span {
  border-bottom: 4px solid #fff;
}

.title-slide p {
  font-size: 20px;
  font-weight: 600;
}

.item-slide.slick-active p {
  animation-duration: 2s;
  animation-name: fadeInRight;
}

.slide .inner-list {
  line-height: 1.5;
  font-size: 16px;
}

.item-slide.slick-active .inner-list {
  animation-duration: 2s;
  animation-name: fadeInUp;
}

.slide .inner-list li {
  margin-bottom: 10px;
}

.slide .inner-list li:before {
  content: "\f05d";
  /* color:#f00; */
  margin-right: 5px;
  font-family: "FontAwesome 5";
}

.slide .inner-list i {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #fff;
  text-align: center;
  line-height: 18px;
}

.viewmore-slide {
  width: 120px;
  height: 40px;
  display: block;
  text-align: center;
  background-color: #897c4f;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  position: relative;
  margin-left: 16px;
  margin-top: 20px;
}

.viewmore-slide:before {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid #897c4f;
  border-left: 8px solid transparent;
  border-right: 8px solid #897c4f;
  position: absolute;
  right: 100%;
  top: 0;
}

.viewmore-slide:after {
  content: "";
  border-top: 20px solid #897c4f;
  border-bottom: 20px solid transparent;
  border-left: 8px solid #897c4f;
  border-right: 8px solid transparent;
  position: absolute;
  left: 100%;
  top: 0;
}

/*end css slide home*/

.file_pdf {
  width: 100%;
}

.file_pdf iframe {
  width: 100%;
  height: 600px;
}

.text-service {
  margin-bottom: 20px;
  border-left: 5px solid #cdb388;
  padding-left: 10px;
}

.text-service .title-service {
  color: #16325c;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.text-service .desc {
  font-size: 15px;
  line-height: 1.5;
}

.service_header {
  padding: 25px 0;
}

.service_header .service-item {
  display: flex;
  /* padding: 0 30px; */
  /* align-items: center; */
  /* height: 95px; */
  height: 100%;
  margin-bottom: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 2px 33px 0px;
  border-radius: 10px;
  transition: transform 0.5s ease;
  cursor: context-menu;
}

.service-item:hover {
  transform: translateY(-5px);
}

.service-item:hover .content-service {
  background-color: #2369b4 !important;
  color: #fff;
}

/* .service-icon img {
    transition: transform 0.3s ease;
} */

/* .service-item .service-icon:hover img {
    transform: scale(1.2) rotate(-5deg);
} */

.service_header .service-item .service-icon {
  width: 115px;
  text-align: center;
  background-color: #f7f7f7;
  padding: 10px;
  border-radius: 10px 0px 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_header .service-item .service-icon img {
  width: 62px;
  height: auto;
}

.service_header .service-item .content-service {
  width: calc(100% - 115px);
  background-color: #fff;
  padding: 10px;
  border-radius: 0px 10px 10px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background 0.5s ease;
}

.service_header .service-item .service-icon i {
  font-size: 40px;
  color: #ff4c4c;
  margin: auto 0;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 55px;
}

.service_header .service-item .content-service .title-service {
  display: block;
  color: #cdb388;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.service_header .service-item .content-service .summary-service {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.aboutus {
  background-color: #1a549424;
}

.aboutus a {
  display: inline-block;
  padding: 6px 15px 6px 15px;
  /*! border-radius: 8px; */
  margin-top: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 2px 33px 0px;
  font-size: 15px;
}

.aboutus .group-title {
  margin-bottom: 10px;
}

.aboutus .group-title .title-img-bottom {
  margin-bottom: 0px;
  text-align: left;
  width: fit-content;
  padding-bottom: 0px;
}

.aboutus .group-title .title-img-bottom::before {
  content: unset !important;
}

.aboutus__img {
  position: relative;
}

.aboutus__img::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: #6eacffba;
  transform: translate(-15px, -15px);
  z-index: -1;
}

.aboutus__img img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 2px 33px 0px;
  border-radius: 10px;
  transition: transform 0.5s ease;
}

.aboutus__img:hover img {
  transform: translateY(-5px);
}

/* news card*/

.wrap-news-card {
  padding: 25px 0px;
}

.list-card-item-main {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}

.card-item-main {
  padding: 0 10px;
}

.card-item-main .box {
  position: relative;
}

.card-item-main .box:hover .image img {
  transform: scale(1.1);
}

.card-item-main .box .image {
  overflow: hidden;
}

.card-item-main .box .image img {
  object-fit: cover;
  height: 400px;
  border-radius: 5px;
  transition: all 0.5s;
  width: 100%;
}

.card-item-main .box .content {
  margin-top: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 15px 15px 20px;
  background-color: rgba(0, 0, 0, 0.3);
}

.card-item-main .box .content h3 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin: 0;
  line-height: 26px;
  margin-bottom: 15px;
}

.card-item-main .box .content h3 a {
  color: #fff;
  text-decoration: none;
}

.card-item-main .content .list-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.card-item-main .content .list-info>li {
  font-size: 13px;
  color: #fff;
}

.card-item-main .content .list-info>li i {
  margin-right: 5px;
  color: #fff;
}

.card-item-main .content .list-info>li+li {
  margin-left: 10px;
}

.card-item-main .box .content .date {
  color: #fff;
}

.list-card-news-horizontal {}

.card-news-horizontal {
  margin-bottom: 15px;
}

.card-news-horizontal .box {
  display: flex;
  flex-wrap: wrap;
}

.card-news-horizontal .image {
  width: 165px;
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  border-radius: 5px;
}

.card-news-horizontal .brand {
  position: absolute;
  background-color: red;
  color: #fff;
  transform: rotate(45deg);
  right: -20px;
  top: 10px;
  width: 80px;
  text-align: center;
}

.card-news-horizontal .content {
  width: calc(100% - 165px);
  padding-left: 15px;
}

.card-news-horizontal .content .list-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.card-news-horizontal .content .list-info>li {
  font-size: 13px;
  color: #898989;
}

.card-news-horizontal .content .list-info>li i {
  margin-right: 5px;
  color: #cdb388;
}

.card-news-horizontal .content .list-info>li a:hover i {
  color: #1a5494;
}

.card-news-horizontal .content .list-info>li+li {
  margin-left: 10px;
}

.card-news-horizontal .image img {
  height: 124px;
  object-fit: cover;
  transition: all 0.5s;
}

.card-news-horizontal .image:hover img {
  transform: scale(1.2);
}

.card-news-horizontal .content h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.card-news-horizontal .content h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
  height: 44px;
}

.card-news-horizontal .content .date {}

.card-news-horizontal .content .date i {}

.card-news-horizontal .content .desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* height: 40px; */
  font-size: 14px;
}

.section-1 {
  padding: 40px 0 20px;
}

.d-inline-block {
  display: inline-block !important;
}

.group-title {
  margin-bottom: 25px;
  position: relative;
}

.group-title .title {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  font-size: 26px;
  color: #153c6a;
}

.group-while .title {
  color: #fff;
}

.group-title .title>span {
  color: #cdb388;
}

.group-title .title-underline {
  position: relative;
  margin-bottom: 20px;
}

.group-title .title-underline:before {
  content: "";
  width: 100px;
  height: 2px;
  background: #000;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -10px;
}

.group-title .title-border {
  display: inline-block;
  padding: 12px 30px;
  border-top-left-radius: 20px 25px;
  border-bottom-right-radius: 20px 25px;
  border: 1px dashed #143560;
}

.group-title .title-img-bottom {
  position: relative;
  margin-bottom: 45px;
}

.group-title .title-img-bottom:before {
  content: "";
  width: 0;
  height: 0;
  /* border-left: 8px solid transparent; */
  /* border-right: 8px solid transparent; */
  /* border-bottom: 7px solid #19357f; */
  position: absolute;
  display: block;
  bottom: -15px;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  background-image: url(../images/title-bg.png);
  /*! background-size: 100% 100%; */
  background-repeat: no-repeat;
  background-position: center;
  width: auto;
  height: 12px;
  /* background-color: #fff; */
  z-index: 1;
}

.group-title .title-img-bottom-2:before {
  background-image: url(../images/space-300x11-1.png);
}

.wrap-news-home .group-title .title-img-bottom-2:before {
  content: none;
}

.wrap-news-home .group-title,
.wrap-news-home .group-title .title-img-bottom-2 {
  margin-bottom: 0px;
}

.group-title .title-img-bottom-3 {
  position: relative;
  margin-bottom: 65px;
}

.group-title .title-img-bottom-3:before {
  background-image: url(../images/line_black.png);
  content: "";
  width: 0;
  height: 0;
  /* border-left: 8px solid transparent; */
  /* border-right: 8px solid transparent; */
  /* border-bottom: 7px solid #19357f; */
  position: absolute;
  display: block;
  bottom: -45px;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 185px;
  height: 39px;
  z-index: 1;
}

.group-title .title-img-bottom:after {
  content: "";
  position: absolute;
  width: 130px;
  height: 2px;
  background: #adadad;
  display: block;
  bottom: -20px;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  z-index: 0;
  display: none;
}

.group-while .title-img-bottom:after {
  background-color: #fff;
}

.group-title .desc {
  color: #222;
  margin-bottom: 0;
  line-height: 24px;
  max-width: 750px;
  font-size: 15px;
  text-align: center;
  margin: auto;
}

.viewmore-title {
  /* float: right; */
  position: absolute;
  right: 0;
  background-color: transparent;
  color: #fff;
  top: 0;
  padding: 0;
  color: #16325c;
  border-bottom: 1px solid #16325c;
  line-height: 23px;
  font-weight: bold;
}

.viewmore-title:before {
  content: "\f101 ";
  font-family: "FontAwesome 5";
  margin-right: 5px;
}

.wrap-contrinh-tieubieu {
  /*! padding: 25px 0 5px; */
  background-color: #fff;
}

.dv-01-news {
  /* padding: 0 7.5px; */
  margin-bottom: 25px;
}

.dv-01-news .image {
  overflow: hidden;
}

.dv-01-news .date {
  margin-bottom: 10px;
  font-size: 13px;
  color: #898989;
}

.dv-01-news .image img {
  transition: all 0.5s;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.dv-01-news .image:hover img {
  transform: scale(1.1);
}

.dv-01-news h3 {
  font-weight: 500;
  font-size: 17px;
  color: #333;
  line-height: 20px;
  margin: 10px 0 3px;
  position: relative;
}

.dv-01-news h3 a {
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
  margin-bottom: 5px;
  color: #1a5494;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  height: 45px;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3;
}

.dv-01-news h3 a:hover {
  color: #8f8257;
}

.dv-01-news .desc {
  font-size: 15px;
  line-height: 23px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.viewmore-news {
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  padding-bottom: 10px;
}

.viewmore-news:before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #db3434;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.wrap-ykkh {
  padding: 25px 0 50px;
  background-color: #fff;
}

/* AAAAA */
.template-detail {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  font-size: 14px;
}

.block-content-right {
  float: right;
  position: sticky;
  top: 20px;
}

.title-template-news {
  margin: 10px 0 10px 0;
  font-size: 22px;
  text-align: left;
  font-weight: 600;
}

.title-template {
  font-size: 18px;
  font-weight: 600;
}

.noidung_in {
  font-size: 15px;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 15px;
}

.noidung_in ul li {
  list-style: disc;
  margin-left: 20px;
}

.noidung_in * {
  font-size: 15px !important;
  line-height: 1.5 !important;
  text-align: justify;
}

.side-bar {
  background-color: #ffffff;
  box-shadow: 0 0px 2px #d9dadb;
  margin: 0 0 20px 0;
}

.list-category {
  background: #eee;
}

.menu-side-bar {}

.title-sider-bar {
  font-size: 15px;
  margin: 0;
  color: #fff;
  background: #00735b;
  font-weight: 600;
  padding: 5px 10px 5px 10px;
  line-height: 26px;
  text-transform: uppercase;
}

.title-sider-bar a {
  color: #fff;
}

.list-category ul>li>a {
  position: relative;
  user-select: none;
  display: block;
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  clear: both;
  font-weight: 500;
  font-size: 14px;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 20px;
  /* color: #222222; */
  position: relative;
}

.list-category>ul>li>a {
  padding-left: 20px;
  font-size: 15px;
}

.menu-side-bar-leve-2 {
  display: none;
}

.menu-side-bar-leve-3 {
  display: none;
}

.list-category ul>li>a .pt_icon_right {
  position: absolute;
  right: 0;
  top: 3px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  transition: all 0.5s;
  opacity: 0.4;
}

.list-category ul>li>a .pt_icon_right2 {
  position: absolute;
  right: 0;
  top: 2px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  transition: all 0.5s;
  opacity: 0.4;
}

.list-category ul>li>a .pt_icon_right:before {
  content: "\f067";
}

.list-category ul>li>a .pt_icon_right2:before {
  content: "\f067";
}

.list-category ul>li.nav_item.active a .pt_icon_right:before {
  content: "\f068";
}

.list-category ul>li.nav_item1.active a .pt_icon_right2:before {
  content: "\f068";
}

.list-category ul>li>a:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 20px;
  top: 18px;
}

.list-category ul>li>a>span {
  padding-left: 16px;
  /* border-left: 1px solid #e5e5e5; */
}

.list-category .menu-side-bar-leve-2>li>a {
  padding-left: 40px;
  line-height: 35px;
  height: 35px;
}
.service_header.pd-section-top.pd-section-bottom{
  animation-name: fadeInUp;
animation-delay: 0s;
animation-duration: 1.5s;
animation-iteration-count: 1;
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(50px);
-ms-transform: translateY(50px);
transform: translateY(50px);
}

100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.list-category .menu-side-bar-leve-2>li>a:before {
  left: 30px;
  top: 11px;
}

.list-category .menu-side-bar-leve-3>li>a {
  padding-left: 70px;
  line-height: 35px;
  height: 35px;
}

.list-category .menu-side-bar-leve-3>li>a:before {
  left: 58px;
  top: 11px;
}

.list-trending {}

.list-trending ul {
  display: flex;
  flex-wrap: wrap;
}

.list-trending ul>li {
  font-size: 13px;
  margin-top: 0;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.list-trending ul>li>.box {
  display: flex;
  flex-wrap: wrap;
}

.list-trending .box .icon {
  width: 75px;
  overflow: hidden;
  height: 80px;
}

.list-trending .box .icon img {
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.list-trending .box .content {
  width: calc(100% - 75px);
  padding-left: 10px;
}

.list-trending .box .content .name {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 20px;
}

.list-trending .box .content .name a {
  /* color: inherit; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
}

.list-trending .box .content .name a:hover {}

.list-trending .box .content .desc {
  line-height: 1.42857143;
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.side-bar:last-child {
  margin-bottom: 0;
}

.dv-01-news-item {
  margin-bottom: 25px;
}

.dv-01-news-item .image {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
}

.dv-01-news-item .date {
  margin-bottom: 10px;
  font-size: 13px;
  color: #898989;
}

.dv-01-news-item .image img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.dv-01-news-item .image:hover img {
  transform: scale(1.1);
}

.dv-01-news-item h3 {
  font-weight: 500;
  font-size: 17px;
  color: #333;
  line-height: 20px;
  margin: 10px 0 5px;
  position: relative;
  height: 50px;
}

.dv-01-news-item h3 a {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
  text-align: left;
}

.dv-01-news-item h3 a:hover {
  color: #00735b;
}

.dv-01-news-item .desc {
  font-size: 15px;
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.dv-01-news-item .desc div {}

.viewmore-news {
  display: inline-block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  padding-bottom: 0;
  color: #d30000;
}

.viewmore-news i {
  margin-left: 5px;
}

.viewmore-news:hover {
  color: #2978bb;
}

.viewmore-news:hover::before {
  background-color: #2978bb;
}

.news-detail {
  padding: 0px 0 20px;
  text-align: justify;
}

.news-detail .news-title {
  font-size: 18px;
  text-transform: none;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 20px;
}

.news-detail .author {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-detail .author .date {
  display: flex;
  align-items: center;
}

.news-detail .author .year {
  text-transform: none;
  font-size: 13px;
  border: 1px solid #ccc;
  padding: 0px 10px;
  width: 46px;
  height: 50px;
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  line-height: 1.42857143;
  padding: 6px 10px;
  width: auto;
  height: 30px;
  margin-left: 0px;
  /* margin-top: 14px; */
}

.news-detail .author .name-author {
  line-height: 35px;
  color: #999;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.news-detail>.image>img {
  max-width: 100%;
  height: auto;
}

.news-detail .news_note {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}

.news-detail ul {
  list-style: disc;
  padding-left: 20px;
}

.news-detail .content-news {
  font-size: 15px;
  color: #535252;
}

.news-detail .content-news img {
  height: auto !important;
  max-width: auto !important;
  width: auto !important;
}

.news-detail .content-news iframe {
  width: 100% !important;
}

.noidung_in iframe {
  width: 100% !important;
}

.list_tab {
  margin-bottom: 15px;
  margin-top: 20px;
  display: none;
}

.news-detail ul>li {
  list-style: disc;
}

.list_tab li:first-child {
  display: inline-block;
  /* float: left; */
  height: 36px;
  font: normal 18px/36px "Roboto-Bold", sans-serif;
  /* background: url(../images/ico-tag.png) left 6px no-repeat; */
  /* padding-left: 35px; */
  color: #000;
  font-weight: 700;
  margin-right: 10px;
}

.share-with {
  width: 100%;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.wrap-relate {
  background-color: #fff;
  padding: 30px 0px 20px;
}

.news-related-title {
  line-height: 1.35;
  font-size: 28px;
  font-weight: 500;
  position: relative;
}

.news-related-title:before {
  content: "";
  width: 70px;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-bottom: 3px solid #00735b;
}

.news-related-content {
  width: 100%;
}

.news-related-content li {
  width: 100%;
  margin-bottom: 5px;
}

.news-related-content li a {}

.contact-form {
  margin-bottom: 20px;
}

.contact-form .form p {
  margin: 0 0 10px;
  font-size: 15px;
}

.contact-form .form input {
  font-size: 14px;
  color: #333333;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 0px;
  height: 35px;
  padding: 0 15px;
  margin-bottom: 15px;
  outline: 0;
}

.contact-form .form textarea {
  font-size: 14px;
  color: #333333;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 15px;
  outline: 0;
}

.contact-form .form button {
  font-size: 14px;
  color: #fff;
  background: #00735b;
  border: none;
  height: 35px;
  width: 150px;
  border-radius: 0px;
  cursor: pointer;
  outline: 0;
}

.contact-infor {
  margin-bottom: 20px;
}

.contact-infor .infor {
  margin-bottom: 20px !important;
  line-height: 20px;
}

.address .title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact-infor .infor .address .title {
  padding-bottom: 0;
}

.contact_primary {
  line-height: 23px;
  color: inherit;
  font-size: 14px;
}

.contact-infor .infor .address .contact_primary {
  margin-bottom: 15px;
}

.contact-infor .infor .map iframe {
  height: 190px;
}

#datmua .modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 0;
}

#datmua .modal-dialog-centered .modal-header {
  border-bottom: unset;
}

#datmua .modal-dialog-centered button.close {
  background-color: #ccc;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  opacity: 1;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
}

#datmua .modal-dialog-centered .modal-header .modal-title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #2a79bc;
}

#datmua .modal-dialog-centered input,
#datmua .modal-dialog-centered select {
  height: 42px;
  border-radius: 0;
}

textarea.form-control {
  height: auto;
}

#datmua .modal-dialog-centered .modal-content {
  width: 100%;
  padding: 20px;
}

#datmua .modal-dialog-centered .btn {
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  background-image: linear-gradient(#2a79bc, #2459a5);
  outline: 0;
}

.contact_primary input {
  height: 42px;
  border-radius: 0;
}

.contact_primary .btn {
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  background-image: linear-gradient(#2a79bc, #2459a5);
  outline: 0;
  height: auto;
}

.pt_form_comment {
  margin: 20px 0;
}

.pt_form_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.pt_form_comment .form-group {
  margin-bottom: 15px;
}

.pt_form_comment input {
  height: 34px;
}

.pt_form_comment textarea {
  height: 80px;
}

.pt_form_comment button:hover {
  background: #f67e59;
}

.pt_form_comment button {
  background: #2459a5;
  color: #fff;
  padding: 10px 20px;
  border: unset;
  outline: unset;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  min-width: 170px;
}

#toc_container {
  background: #f9f9f9;
  border: 1px solid #aaa;
  padding: 10px;
  margin-bottom: 1em;
  width: auto;
  display: table;
  font-size: 95%;
}

#toc_container {
  width: 100% !important;
  text-align: left !important;
  padding: 10px 20px !important;
  background: #f2f2f2 !important;
}

#toc_container p.toc_title {
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

#toc_container p.toc_title {
  text-align: left !important;
  font-size: 20px;
}

#toc_container span.toc_toggle {
  font-weight: 400;
  font-size: 90%;
}

#toc_container a {
  text-decoration: none;
  text-shadow: none;
}

#toc_container p.toc_title+ul.toc_list {
  margin-top: 10px;
}

#toc_container .pt_list_link a {
  font-size: 16px;
  line-height: 1.5;
}

#toc_container .pt_list_link a:hover {
  color: #2459a5;
}

.content-menu {
  padding: 20px 0;
}

.content-menu h2 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.news_detail .pt_news_detail .content-menu h1 {
  margin: 0 0 10px;
}

.content-menu p {}

.pt_box_comment {
  margin-top: 25px;
}

.pt_box_comment ul {
  list-style: none;
  padding-left: 0;
}

.pt_box_comment ul li {
  list-style: none;
}

.pt_box_comment ul li:not(:last-child) {
  margin-bottom: 15px;
}

.pt_box_comment .pt_comment {
  display: flex;
  background: #eee;
  padding: 15px 10px;
  border-radius: 5px;
  width: 100%;
}

.pt_box_comment .pt_comment .pt_icon {
  width: 60px;
  height: 60px;
  display: none;
}

.pt_box_comment .pt_comment .pt_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  border: 5px solid #f2f2f2;
}

.pt_box_comment .pt_comment .pt_content {
  /* width: calc(100% - 60px); */
  padding-left: 15px;
}

.pt_box_comment .pt_comment .pt_name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  /* margin-right: 10px; */
}

.pt_box_comment .pt_comment .pt_name:after {
  content: "/";
  margin: 0 5px;
  color: rgba(53, 53, 53, 0.55);
}

.pt_box_comment .pt_comment .pt_name i {
  margin-right: 5px;
}

.pt_box_comment .pt_comment .pt_desc {
  font-size: 14px;
  line-height: 1.5;
}

.date-post-xu {
  display: inline-block;
}

.images_in img {
  width: 210px;
  padding-bottom: 10px;
}

.maps_footer {
  width: 100%;
}

.maps_footer iframe {
  width: 100%;
  height: 200px;
}

.group-title-vat {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}

.group-title-vat h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  color: #333;
  font-weight: 500;
}

.group-title-vat:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: initial;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg,
      #f5f5f5 0%,
      #e1e1e1 10%,
      #e1e1e1 10%,
      #e1e1e1 90%,
      #e1e1e1 90%,
      #f5f5f5 100%);
}

.group-title-vat:after {
  content: "";
  display: block;
  position: absolute;
  width: 125px;
  height: 7px;
  top: initial;
  bottom: -5px;
  left: 0;
  right: initial;
  margin: 0 auto;
  background: #f5f5f5 url(../images/bg-heading.png) center no-repeat;
}

.group-title-vat .title {
  margin-top: 0;
  padding-bottom: 6px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 38px;
}

.group-title-vat .show_all {
  color: #000;
  float: right;
  margin: 10px 0;
  line-height: 20px;
}

.group-title-vat .show_all:hover {
  color: #00735b;
}

.group-title-vat1 {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}

.group-title-vat1 h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  color: #fff;
  font-weight: 500;
}

.group-title-vat1:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: initial;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg,
      #f5f5f5 0%,
      #e1e1e1 10%,
      #e1e1e1 10%,
      #e1e1e1 90%,
      #e1e1e1 90%,
      #f5f5f5 100%);
}

.group-title-vat1:after {
  content: "";
  display: block;
  position: absolute;
  width: 125px;
  height: 7px;
  top: initial;
  bottom: -5px;
  left: 0;
  right: initial;
  margin: 0 auto;
  background: #00735b url(../images/bg-heading1.png) center no-repeat;
}

.group-title-vat1 .title {
  margin-top: 0;
  padding-bottom: 6px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 38px;
}

.group-title-vat1 .title1 {
  margin-top: 0;
  padding-bottom: 6px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  color: #333;
}

.group-title-vat1 .show_all {
  color: #fff;
  float: right;
  margin: 10px 0;
  line-height: 20px;
}

.group-title-vat1 .show_all:hover {
  color: #00735b;
}

.codong_in {
  margin-bottom: 20px;
}

.codong_in p {
  font-size: 15px;
  color: #fff;
  width: 48%;
  display: inline-block;
}

.codong_in p a {
  color: #fff;
  font-weight: 600;
}

.codong_in p a i {
  font-weight: 500;
  padding-right: 5px;
}

.codong_in p a:hover {
  color: #b39461;
}

.codong_in p img {
  width: 8px;
  margin-right: 10px;
}

.tinthitruong {
  margin: 5px 0;
}

.thitruong {
  text-align: left;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.thitruong .images_tt {
  width: 145px;
  float: left;
  margin-right: 10px;
}

.thitruong .images_tt img {
  object-fit: cover;
  height: 124px;
}

.thitruong h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  padding: 0;
  margin: 0;
}

.thitruong h3 a {
  color: #333;
}

.thitruong h3 a:hover {
  color: #00735b;
}

.box-price-detail {
  margin-bottom: 0px;
  background-color: #fff;
  padding: 0px 0px;
}

.box-price-detail .new-price {
  font-size: 20px;
  font-weight: 700;
  color: #ff0000;
  line-height: 40px;
  display: inline-block;
  letter-spacing: 0px;
}

.box-price-detail .desc-price {
  margin-top: 5px;
}

.card-price {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: auto;
}

.card-price .new-price {
  font-size: 17px;
  color: #ff0000;
  font-weight: 600;
}

.card-price .old-price {
  color: #8d8d8d;
  margin-left: 8px;
  font-weight: 500;
}

.list_news_home .pdf_item {
  margin-top: 30px;
  width: 25%;
  margin-bottom: 18px;
  padding-bottom: 8px;
  float: left;
}

.list_news_home .pdf_item .box .image {
  width: auto;
  text-align: center;
}

.list_news_home .pdf_item .box .image img {
  width: auto;
}

.list_news_home .pdf_item .box .name_pdf h3 {
  padding: 0 5px;
  text-align: center;
  line-height: 18px;
}

.list_news_home .pdf_item .box .name_pdf h3 a {
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.list_news_home .pdf_item .box .name_pdf h3 a:hover {
  color: #b39461;
}

#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td,
#customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even) {
  background-color: #f2f2f2;
}

#customers tr:hover {
  background-color: #ddd;
}

#customers th {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  background-color: #1a5494;
  color: white;
  text-transform: uppercase;
}

#customers img {
  width: 40px;
  display: block;
  margin: auto;
}

.file_download {
  text-align: center;
  background: #897c4f;
  padding: 3px 10px;
  color: #fff;
  width: 140px;
  margin: auto;
  display: block;
}

.stt_pc {
  width: 50px;
}

.stt_pc1 {
  width: 110px;
  text-align: center !important;
}

.file_pc {
  width: 90px;
}

.pagination {
  margin: 10px 0;
  /* display: block !important; */
  /*overflow-x: scroll;*/
  width: 100%
}

.wrap-news-2 .block-content-left {
  overflow-x: scroll;
  width: 100%
}

.page_of {
  position: absolute;
  bottom: 0px;
  left: 50%;
  line-height: 30px;
  transform: translateX(-50%);
  color: #00735b;
  margin: 10px 0;
}

.list-category ul>li>a:before {
  content: "\f105";
  font-family: "FontAwesome 5";
  position: absolute;
  left: 20px;
  top: 18px;
}

.breadcrumbss {
  position: relative;
  width: 100%;
  background-color: #eee;
}

.breadcrumbss ul {
  float: left;
  width: 100%;
  padding: 15px 0;
}

.breadcrumbss ul>li {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #333;
  font-weight: 400;
}

.breadcrumbss ul>li>a {
  color: #000;
  font-weight: 400;
}

i.fa {
  line-height: inherit;
}

.breadcrumbss ul>li>a:after {
  content: "\f101";
  margin: 0px 10px;
  font: normal normal normal 14px/1 FontAwesome;
}

.breadcrumbss ul>li:last-child a:last-child:after {
  content: unset;
}

.breadcrumbs ul>li span {
  display: inline-block;
  color: #fff;
}

.pagination span {
  display: inline-block;
  width: auto;
  padding: 5px 10px;
  line-height: 20px;
  font-size: 16px;
  border: 1px solid #00735b;
  background-color: #00735b;
  border-radius: 50%;
  color: #fff;
  border-color: unset;
  z-index: 3;
  color: #007bff;
  background-color: #007bff;
  border-color: #007bff;
  display: block;
  display: inline-block;
  padding: 0 5px;
  font-size: 15px;
  margin-right: 5px;
  border: 1px solid #00735b;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
}

.pagination a {
  display: inline-block;
  padding: 0 5px;
  font-size: 15px;
  margin-right: 5px;
  border: 1px solid #00735b;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
}

.pagination a.active {
  font-weight: bold;
}

.pagination a i {
  line-height: 28px;
}

.block {
  border: solid 1px #eee;
  padding: 20px 0;
  width: 100%;
  margin: auto;
  text-align: center;
}

.block img {
  width: auto !important;
  text-align: center;
}

/* AAAAA */

.dv-01-comment-card {
  margin: 0 10px;
  width: 33.333%;
  height: 100%;
  padding-bottom: 20px;
}

.dv-01-comment-card .box {
  text-align: justify;
  padding: 30px 20px 40px;
  /* border: 1px dashed #fff; */
  border-radius: 20px 15px;
  position: relative;
  /* background-color: rgba(242, 251, 251, 1); */
  border: 1px solid #e6e6e6;
}

.dv-01-comment-card .box {
  color: #3e4340;
}

.dv-01-comment-card .box:before {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 110px;
  color: #f4f4f4;
  z-index: 0;
}

.dv-01-comment-card .box .author {
  text-align: left;
}

.dv-01-comment-card .box .author>h3 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

.dv-01-comment-card .box .author>h3:before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #946c26;
  position: absolute;
  bottom: 0;
  left: 0;
}

.dv-01-comment-card .box .author>div {
  color: #000;
}

.dv-01-comment-card .box .box-desc {
  font-size: 15px;
  position: relative;
}

.dv-01-comment-card .box .box-desc .desc {
  text-align-last: left;
  color: #000;
  line-height: 1.7;
}

.dv-01-comment-card .icon {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 80px;
  /* border: 1px solid #b8cb3e; */
  /* border-radius: 100%; */
  bottom: 0;
  right: 0;
  transform: translate(10px, 10px);
  /* padding: 10px; */
  /* background: #0e6423; */
  font-size: 25px;
  text-align: center;
  z-index: 1;
}

.dv-01-comment-card .icon img {
  border-radius: 100%;
  /* border: 5px solid #eeeeee; */
  max-width: 100%;
  width: 100%;
}

.list_video .item {
  margin-bottom: 25px;
}

.list-comment {
  margin-top: 0;
}

.main {
  overflow: hidden;
}

.feel-body {
  position: relative;
}

.feel-body .slick-dots,
.dv-01-dot-cate-2 .slick-dots {
  margin: 15px 0 0;
  /* bottom: -25px; */
  /* left: 0; */
}

.feel-body .slick-dots {
  /* bottom: 0; */
}

.feel-body .slick-dots li,
.dv-01-dot-cate-2 .slick-dots li {
  width: 65px;
  /*! height: 7px; */
  background-color: #add4ed;
  /*! border-radius: 50%; */
}

.feel-body .slick-dots li.slick-active,
.dv-01-dot-cate-2 .slick-dots li.slick-active {
  background-color: #16325c;
}

.dv-01-dot-cate-2 .slick-dots li button {
  display: none;
}

.slick-dots li button::before {
  content: unset;
}

.col-contact-card {
  margin-bottom: 20px;
}

.dv-01-contact-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 2px 33px 0px;
  padding: 18px;
  border-radius: 8px;
  transition: all 0.5s ease;
}

.dv-01-contact-card:hover {
  background: #a59b79cf;
  color: #fff;
  transform: translateY(-5px);
}

.dv-01-contact-card .box {
  text-align: center;
}

.dv-01-contact-card .icon {
  width: 75px;
  margin: 0 auto;
}

.dv-01-contact-card .icon img {
  width: auto;
  height: 48px;
  margin-bottom: 13px;
}

.dv-01-contact-card .content {
  /*! width: calc(100% - 75px); */
  /*! padding-left: 10px; */
}

.dv-01-contact-card .content h3 {
  margin: 0;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
  /*! text-transform: uppercase; */
}

.dv-01-contact-card .content .info {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

.dv-01-contact-card .content .info span {
  display: block;
  white-space: normal;
  font-size: 13px;
}

.breadcrumbss {
  position: relative;
  width: 100%;
  background-color: #eee;
}

.breadcrumbss ul {
  float: left;
  width: 100%;
  padding: 15px 0;
}

.breadcrumbss ul>li {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #333;
  font-weight: 400;
}

.breadcrumbss ul>li>a {
  color: #000;
  font-weight: 400;
}

i.fa {
  line-height: inherit;
}

.breadcrumbss ul>li>a:after {
  content: "\f101";
  margin: 0px 10px;
  font-family: "FontAwesome 5";
}

.breadcrumbss ul>li:last-child a:last-child:after {
  content: unset;
}

.breadcrumbss ul>li span {
  display: inline-block;
  color: #fff;
}

.category-slide-1 .slick-prev,
.category-slide-1 .slick-next {
  opacity: 1;
  font-size: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  margin: 0;
}

.category-slide-1 .slick-prev {
  left: -10px;
}

.category-slide-1 .slick-next {
  right: -10px;
}

.category-slide-1 .slick-prev i,
.category-slide-1 .slick-next i {
  font-size: 20px;
  color: #897c4f;
}
.slick-slide .row {
  align-items: center;
}
.wrap-contact-home {
  overflow: hidden;
  position: relative;
}
.wrap-partner .list-item .box:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  display: none;
}

.wrap-partner .list-item .box:hover:before {
  animation: shine .75s;
  display: block;
}
@keyframes shine {
  100% {
      left: 125%;
  }
}

.wrap-partner .list-item .box{
  position:relative;
}
.wrap-contact-home::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 1;
}
.box-suppor-ss:hover {
  filter: drop-shadow(3px 8px 5px #666);
}
.wrap-contact-home_content {
  z-index: 2;
  position: relative;
}
.title-suport > span {
  font-weight: 700;
  padding-top: 12px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
}
.wrap-partner {
  box-shadow: rgba(0, 0, 0, 0.35) 0px -4px 23px;
  /*! padding: 25px 0 25px; */
  background-color: #fff;
}

.wrap-partner .list-item {}

.wrap-partner .list-item .item {
  padding: 0 10px;
}

.wrap-partner .list-item .box {
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) -1px 2px 10px;
}

.wrap-partner .list-item img {
  /* height: 96px; */
  /* object-fit: contain; */
  width: 100%;
}

.wrap-partner .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

.hover-image {
  position: absolute;
  width: 320px;
  height: auto;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 11;
  height: 320px;
}

.dotElip {
  width: 100%;
  height: 100%;
  /* background-color: #ccc; */
  position: absolute;
  top: 30px;
  left: 0;
}

.itemDot {
  width: 140px;
  height: 100px;
  /* background-color: red; */
  display: block;
  height: auto;
  position: absolute;
  /* background: #ffffff; */
  color: #143560;
  /* border-radius: 20px; */
  text-align: center;
  /* line-height: 80px; */
  font-size: 18px;
  z-index: 3;
  cursor: pointer;
  margin: 0px;
  /* border: 2px solid #e6e6e6; */
}

.wrap-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.wrap-container-item {
  position: relative;
  margin-left: auto;
  /* height: auto; */
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 20px;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0 auto;
}

.box-container-item-dot {
  width: 800px;
  height: 530px;
  position: relative;
  background-image: url(../images/bg-slide-circle-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.item-product {}

.item-product img {
  height: 110px;
  object-fit: contain;
}

.item-product h3 {
  font-size: 13px;
}

.itemDot.active .item-product h3 {
  font-size: 11px;
}

.itemDot.active h3 a {
  font-size: 10px !important;
}

.prev-btn-main:before,
.next-btn-main:before {
  font-family: "FontAwesome 5";
  position: absolute;
  color: #333;
  bottom: 10%;
  transform: translateY(-50%);
  /* font-family: 'FontAwesome 5'; */
  font-size: 30px;
  width: 30px;
  text-align: center;
  z-index: 96;
  cursor: pointer;
}

.prev-btn-main:before {
  content: "\f104";
  left: calc(50% - 130px);
}

.next-btn-main:before {
  content: "\f105";
  right: calc(50% - 130px);
}

.page-link {
  color: #000;
  background-color: #eee;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* .pagination {
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
} */

@media (min-width: 768px) {

  .comment-list .arrow:after,
  .comment-list .arrow:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
  }

  .comment-list .panel.arrow.left:after,
  .comment-list .panel.arrow.left:before {
    border-left: 0;
  }

  /*****Left Arrow*****/
  /*Outline effect style*/
  .comment-list .panel.arrow.left:before {
    left: 0px;
    top: 30px;
    /*Use boarder color of panel*/
    border-right-color: inherit;
    border-width: 16px;
  }

  /*Background color effect*/
  .comment-list .panel.arrow.left:after {
    left: 1px;
    top: 31px;
    /*Change for different outline color*/
    border-right-color: #ffffff;
    border-width: 15px;
  }

  /*****Right Arrow*****/
  /*Outline effect style*/
  .comment-list .panel.arrow.right:before {
    right: -16px;
    top: 30px;
    /*Use boarder color of panel*/
    border-left-color: inherit;
    border-width: 16px;
  }

  /*Background color effect*/
  .comment-list .panel.arrow.right:after {
    right: -14px;
    top: 31px;
    /*Change for different outline color*/
    border-left-color: #ffffff;
    border-width: 15px;
  }
}

@media (max-width: 767px) {
  .box-container-item-dot {
    max-width: 500px;
    height: 350px;
  }

  .itemDot {
    width: 80px;
  }

  .item-product img {
    height: 50px;
  }

  .item-product h3 {
    font-size: 12px;
  }
  .item-product h3 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

  .hover-image {
    width: 255px;
    height: 255px;
  }
}

@media (max-width: 550px) {
  .box-container-item-dot {
    width: 300px;
    height: 280px;
  }

  .itemDot {
    width: 70px;
  }

  .item-product img {
    height: 50px;
  }

  .hover-image {
    width: 200px;
    height: 200px;
  }

  .layer-1 {
    padding: 15px !important;
  }

  .feel-content {
    padding: 15px 15px 25px 15px !important;
  }
}

.title-box .title {
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  z-index: -1;
  font-size: 20px;
}

.title-box span {
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  font-weight: 800;
  color: #cdb388;
}

.title-box p {
  font-size: 14px;
  line-height: 2em;
}

/*end css slide circle*/

.wrap-slide-circle {
  padding: 25px 0 50px;
  background-image: url(../images/bg-slide-circle.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

/*end css footer*/

.banner-breadcrumds {
  min-height: 300px;
  object-fit: cover;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 40px 0;
  position: relative;
  background-size: cover;
  background-position: center;
}

.banner-breadcrumds:before {
  content: "";
  border-bottom: 40px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

.banner-breadcrumds:after {
  background-color: rgb(20, 53, 96, 0.6);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.title-breadcrumb {
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.breadcrumbs {
  position: relative;
  width: 100%;
  /* padding-top: 20px; */
  /* background-color: #fff; */
}

.breadcrumbs:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #2b2b2b; */
  z-index: 1;
}

.breadcrumbs ul {
  float: left;
  width: 100%;
  padding: 15px 0;
  /* border-bottom: 1px solid #ddd; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.breadcrumbs ul>li {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #a8a8a8;
  font-weight: 400;
  color: #fff;
}

.breadcrumbs ul>li>a {
  color: #fff;
  font-weight: 400;
}

.breadcrumbs ul>li>a:after {
  content: "\f101";
  margin: 0px 10px;
  font-family: "FontAwesome 5";
}

.breadcrumbs ul>li:last-child a:last-child:after {
  content: unset;
}

.breadcrumbs ul>li span {
  display: inline-block;
  color: #fff;
}

.banner-breadcrumds-2 {
  min-height: 500px;
  /* object-fit: cover; */
  /* color: #fff; */
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  flex-wrap: wrap;
}

.banner-breadcrumds-2:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 0;
}

.bg-breadcrumbs {
  background-color: rgb(204, 204, 204, 0.7);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wrap-news-2 {
  /*! margin-top: 30px; */
}

.block-content-left {
  font-size: 14px;
}

.banner-breadcrumds-2 .container-fluid {}

.banner-breadcrumds-2 .breadcrumbs>ul {
  justify-content: flex-start;
}

.banner-breadcrumds-2 .breadcrumbs ul>li>a {
  /* color: #333; */
}

.logo-breadcrumbs img {
  width: auto;
}

.banner-breadcrumds-2 .name {
  font-size: 35px;
  margin: 10px 0;
  font-weight: bold;
}

.banner-breadcrumds-2 .auth {
  font-size: 16px;
  font-weight: 400;
}

.banner-breadcrumds-2 .wrap-text {
  width: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
}

.banner-breadcrumds-2 .wrap-text .box-text {
  display: flex;
  justify-content: flex-start;
}

/* 
#pagination {
    text-align: center;
    margin: 10px 0 !important;
    float: left;
    width: 100%;
}

.pagination1 {
    display: inline-block;
    margin: 10px 0 30px 0;
}

.pagination span:not(.trang_in) {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 14px;
    display: inline-block;
    border: 1px solid #143560;
    background-color: #143560;
    color: #fff;
    font-size: 14px;
}

.pagination .trang_in {
    border: 1px solid #ccc;
    display: inline-block;
    line-height: 30px;
    padding: 0 11px;
}

.pagination a {
    width: auto;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #fff;
    font-size: 14px;
    padding: 0 9px;
} */

.gt-about-us {
  padding: 40px 0px 0px 0px;
}

.gt-about-us .box-text {
  line-height: 1.7;
  margin-bottom: 10px;
  text-align: justify;
  font-size: 15px;
}

.list-item-text {}

.item-text {
  background: linear-gradient(to top, #c0c0c0, #0650a3);
  font-size: 22px;
  line-height: 1.7;
  color: #fff;
  padding: 40px 50px;
  margin-bottom: 30px;
}

.item-text span {
  color: #fff94a;
  font-weight: 600;
  font-size: 27px;
}

.tamnhin {
  padding: 10px 0px 0px;
  position: relative;
  /* background-image: url(../images/img-tamnhin-1.png); */
  /* background-size: 440px auto; */
  /* background-repeat: no-repeat; */
  /* background-position: left bottom; */
}

.tamnhin .col-left img {
  width: auto;
  margin-top: 20px;
}

.tamnhin .box-text {
  line-height: 1.7;
  text-align: justify;
}

.tamnhin:after {
  content: "";
  background: url(../images/img-tamnhin-2.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 45%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.tamnhin .image_tamnhin {
  /* width: 45%; */
  /* height: 100%; */
  /* position: absolute; */
  /* right: 0; */
  /* top: 0; */
  /* display: none; */
}

.tamnhin .image_tamnhin img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.wrap-sumenh {
  background-image: url(../images/gt-bg-sumenh.png);
  padding: 40px 0;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  /* background: #000; */
}

.wrap-sumenh .container>.row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#slide-text {
  height: 187px;
  overflow: hidden;
}

.wrap-sumenh .box-text {
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
}

.viewmore-gt {
  background-color: #034da2;
  border: unset;
  color: #fff;
  padding: 10px 25px;
  margin-bottom: 30px;
}

.wrap-sumenh .text-center img {
  width: auto;
  height: auto;
  object-fit: cover;
}

.category-slide-1 .slick-prev,
.category-slide-1 .slick-next {
  opacity: 1;
  font-size: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  margin: 0;
}

.category-slide-1 .slick-prev {
  left: -10px;
}

.category-slide-1 .slick-next {
  right: 7px;
}

.category-slide-1 .slick-prev i,
.category-slide-1 .slick-next i {
  font-size: 15px;
  color: #143560;
}

.wrap-cotmoc {
  padding: 40px 0;
}

.list-item-cotmoc {
  padding: 0 30px;
}

.item-cotmoc {}

.item-cotmoc .name {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: justify;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  line-height: 22px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.item-cotmoc .box-text {
  text-align: justify;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  line-height: 22px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  ;
}

.item-cotmoc .col-right {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wrap-lichsu {
  background-image: url(../images/gt-lichsu-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  /* background: #000; */
  color: #fff;
}

.wrap-tree {
  position: relative;
}

.wrap-tree>.row {
  display: flex;
  flex-wrap: wrap;
}

.wrap-tree:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #fd2e5a;
  left: 50%;
  top: 0;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -os-transform: translateX(-50%);
}

.wrap-tree:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #f2f2f3;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -os-transform: translateX(-50%);
}

.tree-item {
  position: relative;
}

.col-tree {
  margin-top: 30px;
}

.col-tree:nth-child(2n + 1) {
  text-align: right;
}

.col-tree:nth-child(2n):not(.col-tree-main) {
  margin-left: 50%;
}

.tree-item .box {
  padding: 15px;
  background: #fff;
  color: #333;
  border-radius: 5px;
}

.tree-item .box:before {
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.col-tree:nth-child(2n):not(.col-tree-main) .box:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
  left: unset;
  right: 100%;
  border-left: unset;
}

.tree-item .box h3 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 19px;
  color: #1a5494;
}

.tree-item .box .text {
  line-height: 1.6;
  font-size: 15px;
}

.tree-item:before,
.tree-item:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.tree-item:before {
  width: 16px;
  height: 16px;
  background: #f2f2f3;
  right: -23px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -os-transform: translateY(-50%);
}

.tree-item:after {
  width: 8px;
  height: 8px;
  background: #fd2e5a;
  right: -19px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -os-transform: translateY(-50%);
}

.col-tree:nth-child(2n):not(.col-tree-main) .tree-item:before {
  right: unset;
  left: -23px;
}

.col-tree:nth-child(2n):not(.col-tree-main) .tree-item:after {
  right: unset;
  left: -19px;
}

.col-tree-main {
  margin-top: 50px;
}

.tree-item-main {
  text-align: center;
}

.tree-item-main:before {
  top: unset;
  bottom: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  right: unset;
}

.tree-item-main:after {
  right: unset;
  bottom: calc(100% + 18px);
  top: unset;
  transform: translateX(-50%);
  left: 50%;
}

.tree-item-main .box:before {
  left: 50%;
  bottom: 100%;
  top: unset;
  border-top: unset;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  transform: translateX(-50%);
}

.tree-item-main .box:after {}

.tree-item-main .logo {
  text-align: center;
  margin-bottom: 15px;
}

.tree-item-main .logo img {
  max-width: 200px;
}

.tree-item-main .box h3 {
  text-transform: uppercase;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.tree-item-main .year {
  font-size: 50px;
  font-weight: 500;
  color: #fb274f;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.tree-item-main .text {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.tree-item-main .box {}

.wrap-thanhtuu {
  padding: 40px 0;
  background-image: url(../images/gt-bg-thanhtuu.png);
}

.list-card-thanhtuu {}

.item-thanhtuu {
  padding: 0 20px;
}

.item-thanhtuu .box {
  text-align: center;
  background-color: #dbe4f3;
  padding: 15px;
  border-radius: 5px;
}

.item-thanhtuu .box img {
  width: auto;
  margin: 0 auto;
}

.item-thanhtuu .box h3 {
  font-size: 18px;
  line-height: 24px;
  height: 50px;
  font-weight: 700;
  color: #013c98;
  margin: 20px 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.item-thanhtuu .box .desc {
  font-size: 15px;
  line-height: 1.5;
}

.wrap-news-main {
  padding: 40px 0;
}

.dv-01-wrap-news-card {
  padding: 0 15px;
}

.dv-01-news-card-list {}

.dv-01-news-card {
  position: absolute;
  width: 100%;
  height: 100%;
}

.dv-01-col-news-card {
  padding: 0;
  padding-bottom: 20%;
}

.dv-01-col-news-card:first-child {
  padding-bottom: 40%;
}

.dv-01-news-card .box {
  position: relative;
  height: 100%;
}

.dv-01-news-card .box .image {
  height: 100%;
  overflow: hidden;
}

.dv-01-news-card .box:hover .image img {
  transform: scale(1.2);
}

.dv-01-news-card .box .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.dv-01-news-card .box .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 10px 20px;
}

.dv-01-news-card .box .content h3 {
  font-size: 18px;
  margin: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.dv-01-col-news-card:first-child .dv-01-news-card .box .content h3 {
  font-size: 22px;
}

.dv-01-news-card .box .content .list-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.dv-01-news-card .box .content .date {
  font-size: 13px;
}

.dv-01-news-card .box .content ul {
  display: flex;
  font-size: 13px;
  flex-wrap: wrap;
  align-items: center;
}

.dv-01-news-card .box .content ul>li {}

.dv-01-news-card .box .content ul>li+li {
  margin-left: 10px;
}

.dv-01-news-card .box .content ul>li i {
  margin-right: 5px;
  color: #fff;
  font-size: 19px;
}

.wrap-link-news {
  padding: 40px 0 40px;
}

.list-link-news {
  display: flex;
  justify-content: center;
}

.list-link-news ul {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f00;
}

.list-link-news ul li+li {
  margin-left: 30px;
}

.list-link-news ul li a {
  display: block;
  padding: 5px 0px;
  font-size: 16px;
  font-weight: bold;
}

.list-link-news ul li.active a {
  color: #f00;
}

.wrap-news-2 {}

.group-title-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #dccccc;
  margin-bottom: 15px;
}

.group-title-2 .title {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 2px solid #f00;
  margin-bottom: -2px;
  position: relative;
}

.group-title-2 .title:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #e5e5e5;
  position: absolute;
  top: calc(100% + 2px);
}

.group-title-2 .xemthem-title {
  font-size: 18px;
  font-weight: bold;
  color: #01439a;
  line-height: 40px;
  border-bottom: 2px solid #f00;
  margin-bottom: -2px;
}

.wrap-news-2 {}

.dv-01-list-news-2 {}

.dv-01-col-news-card-2 {
  margin-bottom: 30px;
}


.dv-01-news-card-2 {
  height: 100%;
  box-shadow: 0 4px 5px 2px #ccc;
}

.dv-01-news-card-2 .box {
  height: 100%;
}

.dv-01-news-card-2 .box>a {
  display: block;
  overflow: hidden;
}

.dv-01-news-card-2 .box:hover>a>img {
  transform: scale(1.2);
}

.dv-01-news-card-2 .box>a>img {
  height: 250px;
  object-fit: cover;
  transition: all 0.5s;
  width: 100%;
}

.dv-01-news-card-2 .image {}

.dv-01-news-card-2 .content {
  padding: 15px;
  /*! box-shadow: 0 4px 5px 2px #ccc; */
}

.dv-01-news-card-2 .content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}

.dv-01-news-card-2 .content h3>a {
  display: -webkit-box;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dv-01-news-card-2 .content .desc {
  display: -webkit-box;
  overflow: hidden;
  line-height: 22px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.list-action-news {
  display: flex;
  align-items: center;
  color: #023795;
  margin-top: 5px;
  font-size: 11px;
  padding-left: 0 !important;
}

.list-action-news li {
  font-size: 12px;
}

.list-action-news li+li {
  margin-left: 10px;
}

.list-action-news li i {
  font-size: 12px;
  margin-right: 3px;
}

.dv-01-list-news-3 {}

.dv-01-col-news-card-3:not(:last-child) {
  margin-bottom: 8px;
}

.dv-01-news-card-3 {}

.dv-01-news-card-3 .box {
  display: flex;
}

.dv-01-news-card-3 .image {
  width: 100px;
  overflow: hidden;
}

.dv-01-news-card-3 .image img {
  width: 100%;
  height: 70px;
  transition: all 0.3s;
  object-fit: cover;
}

.dv-01-news-card-3 .image:hover img {
  transform: scale(1.2);
}

.dv-01-news-card-3 .content {
  padding: 0 0 0 10px;
  width: calc(100% - 90px);
}

.dv-01-news-card-3 .content h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.dv-01-news-card-3 .content .desc {
  line-height: 1.7;
}

.section-sidebar {
  margin-bottom: 30px;
}

.section-sidebar .video {
  /* margin-bottom: 30px; */
}

.section-sidebar .video iframe {
  width: 100%;
  height: 210px;
}

.section-sidebar .dv-01-card-image .box h3 {
  font-size: 14px;
}

.list-video-small {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.video-small {
  padding: 0 10px;
}

.video-small img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.video-small h3 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}

.section-sidebar .box-text {
  padding: 20px;
  background-color: #c4c4c4;
  line-height: 1.6;
  text-align: justify;
  border-radius: 8px;
  font-size: 15px;
}

.section-sidebar .banner {
  margin-top: 10px;
}

/*css news detail*/

.news-detail {
  padding: 20px 0 20px;
  text-align: justify;
}

.news-detail img {
  height: auto !important;
}

.news-detail .news-title {
  font-size: 24px;
  text-transform: none;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 10px;
}

.news-detail .author {
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-detail .author .date {
  display: flex;
  align-items: center;
}

.news-detail .author .year {
  text-transform: none;
  font-size: 14px;
  /* border: 1px solid #ccc; */
  padding: 0px 10px;
  width: 46px;
  height: 50px;
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  line-height: 1.42857143;
  padding: 6px 10px;
  width: auto;
  height: 30px;
  margin-left: 0px;
  /* margin-top: 14px; */
  padding-left: 0;
  color: #023795;
}

.news-detail .image {
  margin: 20px 0;
}

.news-detail .content-news {
  font-size: 15px;
  color: #535252;
  margin: 10px 0;
  line-height: 1.4;
}

.news-detail .content-news iframe {
  width: 100% !important;
  height: 1240px;
}

.wrap-banner-2 {
  padding: 80px 0;
}

.wrap-banner-2 .box-content {
  max-width: 900px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.wrap-banner-2 .box-content h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #f31f48;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}

.wrap-banner-2 .box-content h3 {
  font-size: 17px;
  font-weight: 500;
  /*! text-transform: ; */
  line-height: 1.4;
}

.wrap-banner-2 .box-content .desc {
  line-height: 1.7;
  margin-bottom: 20px;
}

.wrap-banner-2 .datmua {
  background-color: #11427c;
  color: #fff;
  padding: 7px 23px;
  text-transform: uppercase;
  font-size: 14px;
}

.blog-product {
  overflow: hidden;
}

.wrap-list-product {
  padding: 40px 0;
}

.wrap-list-product .list-tab-product {}

.wrap-list-product .list-tab-product .nav-tabs {
  display: flex;
  justify-content: center;
  border: unset;
  margin-bottom: 30px;
}

.wrap-list-product .list-tab-product .nav-tabs li {
  margin: 0 20px;
}

.wrap-list-product .list-tab-product .nav-tabs li a {
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 700;
  background: unset;
  border: unset;
}

.wrap-list-product .list-tab-product .nav-tabs li.active a {
  border-bottom: 2px solid #fd0100;
  color: #fd0100;
}

.wrap-list-product .tab-content {}

.dv-01-card-product {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.dv-01-card-product:not(:last-child) {
  margin-bottom: 30px;
}

.dv-01-card-product .box {
  transition: all 0.5s;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
}

.dv-01-card-product .box .image {
  overflow: hidden;
}

.dv-01-card-product .box img {
  height: 150px;
  object-fit: contain;
  transition: all 0.5s;
  margin: 0 auto;
}

.dv-01-col-card-product {
  padding: 0px 5px;
}

.list-product-relate.autoplay4-product-relate {
  margin: 0px -5px;
}

.dv-01-card-product .box:hover .image img {
  transform: scale(1.1);
}

.dv-01-card-product .box h3 {
  margin: 0;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  height: 40px;
  /*! display: -webkit-box; */
  /*! -webkit-line-clamp: 1; */
  /*! -webkit-box-orient: vertical; */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1a5494;
  color: white;
  overflow: hidden;
}

.dv-01-card-product .box h3 a {}

.hover-product {
  position: absolute;
  /*! left: 100%; */
  top: 0;
  width: 300px;
  background-color: #fff;
  z-index: 1;
  display: flex;
  padding: 12px;
  border: solid 1px #333;
  width: 377px;
  box-shadow: 0 0 7px #333;
  /* display: none; */
  visibility: hidden;
  transition: opacity 1s;
  opacity: 0;
  right: 0;
}

.hover-product .hover-box {
  display: flex;
}

.hover-product .hover-left {
  width: 40%;
}

.hover-product .hover-right {
  width: 60%;
  text-align: left;
  padding-left: 10px;
}

.hover-product .hover-right h4 {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-top: 0;
}

.hover-product .hover-right .hover-desc {
  line-height: 1.6;
  font-size: 14px;
}

.wrap-list-product .slide-product {
  /* padding: 30px; */
}

.pt_box_comment {
  margin-top: 25px;
}

.pt_box_comment ul {
  list-style: none;
  padding-left: 0;
}

.pt_box_comment ul li {}

.pt_box_comment ul li:not(:last-child) {
  margin-bottom: 15px;
}

.pt_box_comment .pt_comment {
  display: flex;
  background: #eee;
  padding: 15px 10px;
  border-radius: 5px;
}

.pt_box_comment .pt_comment .pt_icon {
  width: 60px;
  height: 60px;
  display: none;
}

.pt_box_comment .pt_comment .pt_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  border: 5px solid #f2f2f2;
}

.pt_box_comment .pt_comment .pt_content {
  /* width: calc(100% - 60px); */
  padding-left: 15px;
}

.pt_box_comment .pt_comment .pt_name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  /* margin-right: 10px; */
}

.pt_box_comment .pt_comment .pt_name:after {
  content: "/";
  margin: 0 5px;
  color: rgba(53, 53, 53, 0.55);
}

.pt_box_comment .pt_comment .pt_name i {
  margin-right: 5px;
}

.date-post-xu {
  /* margin-top: 10px; */
  margin-bottom: 10px !important;
  color: rgba(53, 53, 53, 0.55);
  font-size: 13px;
  display: inline-block;
}

.date-post-xu i {
  margin-right: 3px;
}

.pt_box_comment .pt_comment .pt_desc {
  font-size: 14px;
  line-height: 1.5;
}

.pt_form_comment {
  margin: 20px 0;
}

.pt_form_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.pt_form_comment .form-group {
  margin-bottom: 15px;
}

.pt_form_comment input {}

.blog-contact {}

.contact-info {
  padding: 36px 0;
}

.dv-01-col-contact-info {
  margin-bottom: 30px;
}

.dv-01-contact-item {}

.dv-01-contact-item .box {
  background-color: #e0e4ef;
  padding: 20px;
  display: block;
  box-shadow: 0 0 4px 3px #d5d5d5;
}

.dv-01-contact-item .box .icon {
  font-size: 51px;
  color: color: #004aa1;
  color: #004aa1;
}

.dv-01-contact-item .box .icon i {}

.dv-01-contact-item .box h3 {
  font-size: 18px;
  color: #004aa1;
  font-weight: 600;
}

.dv-01-contact-item .box .desc {
  margin-bottom: 15px;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
}

.dv-01-contact-item .box>i {
  font-size: 20px;
}

.contact-address {
  padding: 40px 0 10px;
}

.col-contact-address {
  margin-bottom: 30px;
}

.col-contact-address .title-contact {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.col-contact-address .text-contact {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.col-contact-address .map {}

.col-contact-address .map iframe {
  height: 270px;
  width: 100%;
}

.list-contact-address {}

.list-contact-address>li {
  line-height: 30px;
  font-size: 16px;
}

.list-contact-address>li>i {
  margin-right: 10px;
}

.contact-form {
  padding: 0px 0px 40px 0px;
}

.contact-form .form-horizontal .control-label {
  padding-top: 2px;
  width: 50% !important;
  max-width: 50%;
}

.contact-form input {
  height: 40px;
}

.contact-form textarea.form-control {
  height: 40px;
}

.contact-form .form-group {
  margin-bottom: 8px;
}

.btn-l1 {
  background-color: #034da2;
  color: #fff;
  padding: 10px 20px;
  margin-right: 10px;
}

.blog-hethong-phanphoi {}

.wrap-tab-img {
  padding-top: 40px;
  padding-bottom: 40px;
}

.title-hethong {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.outline-bottom {
  border-bottom: 3px solid #f8a8a9;
  position: relative;
}

.outline-bottom:before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #e5e5e5;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
}

.wrap-tab-img .box-tab {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.wrap-tab-img .box-tab:after {
  content: "";
  position: absolute;
  width: 3px;
  height: calc(100% - 30px);
  background-color: #f2b0b1;
  left: 50%;
  top: 0;
}

.wrap-tab-img .image-main {}

.wrap-tab-img .image-main img {}

.wrap-tab-img .wrap-navbar-tab {}

.wrap-tab-img .wrap-navbar-tab .nav-tabs {
  border: 1px solid #ccc;
}

.wrap-tab-img .wrap-navbar-tab .nav-tabs li {
  width: 100%;
}

.wrap-tab-img .wrap-navbar-tab .nav-tabs li a {
  display: block;
}

.wrap-tab-img .wrap-navbar-tab .nav-tabs li .list_item_child {
  display: none;
}

.wrap-tab-img .wrap-navbar-tab .nav-tabs li.active {
  color: #f54c6d;
  font-weight: 700;
  font-size: 120%;
}

.wrap-tab-img .wrap-navbar-tab .nav-tabs li.title-tab {
  font-weight: bold;
  background-color: #eee;
  font-size: 17px;
  line-height: 40px;
}

.wrap-tab-img .wrap-navbar-tab .nav-tabs li.title-tab2 {
  font-weight: bold;
  background-color: #143560;
  font-size: 18px;
  color: #fff;
  line-height: 45px;
  padding: 0 10px;
}

.wrap-tab-img .wrap-navbar-tab .nav-tabs li.title-tab a {
  cursor: unset;
  margin: 0;
}

.wrap-tab-img .wrap-navbar-tab .nav-tabs li.title-tab a:hover {
  color: inherit;
  background-color: unset;
}

.wrap-tab-img .wrap-navbar-tab .nav-tabs li+li {
  border-top: 1px solid #ccc;
}

.wrap-tab-img .wrap-navbar-tab .nav-tabs>li>a {
  padding: 0px 0px;
  color: inherit;
  margin: 0;
  display: block;
  position: relative;
}

.wrap-tab-img .wrap-navbar-tab .nav-tabs>li>a {
  color: #000;
  font-weight: bold;
  border: 0;
  border-bottom: 1px solid #ccc;
}

.wrap-tab-img .wrap-navbar-tab .nav-tabs>li span {
  display: inline-block;
  padding: 10px;
}

.wrap-tab-img .wrap-navbar-tab .nav-tabs>li .col1 {
  width: 60px;
  text-align: center;
  border-right: 1px solid #ccc;
}

.wrap-tab-img .wrap-navbar-tab .nav-tabs>li>a>.col2 {
  padding-left: 30px;
  width: calc(100% - 70px);
}

.wrap-tab-img .wrap-navbar-tab .wrap-tab-content {}

.wrap-tab-img .wrap-navbar-tab .tab-content {}

.wrap-tab-img .wrap-navbar-tab .box-tab-content {}

.title-tab-content {
  font-size: 18px;
  margin-bottom: 10px;
  background: #eee;
  padding: 10px 10px;
  margin-top: 10px;
  font-weight: 600;
}

.title-tab-content span {
  color: #f00;
  white-space: nowrap;
}

.title-4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.form-search-img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.form-search-img input {
  height: 50px;
}

.form-search-img label {
  margin-bottom: 20px;
  font-size: 18px;
}

.form-search-img button {
  height: 50px;
  width: 50px;
}

.wrap-product-detail {
  padding: 40px 0;
}

.wrap-product-detail .btn-l1 {
  padding: 10px 50px;
  font-size: 16px;
  font-weight: 500;
}

.item-text-product-detail {
  /* max-width: 330px; */
  margin-bottom: 30px;
}

.item-text-product-detail:not(:last-child) {
  /* margin-bottom: 30px; */
}

.item-text-product-detail:first-child {
  /* margin-bottom: 30px; */
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}

.title-5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.item-text-product-detail .box-text {
  line-height: 1.7;
  text-align: justify;
}

.product-detail-img {
  margin-bottom: 30px;
}

.product-detail-img .image {
  /* border-radius: 5px; */
  border: 1px solid #dedede;
  margin-bottom: 5px;
}

.product-detail-img .image {
  position: relative;
}

.product-detail-img .image img {
  height: 280px;
  object-fit: cover;
}

.product-detail-img .sale-1 {
  right: 0;
  left: unset;
}

.product-detail-img .column {
  /* float: left; */
  /* width: 25%; */
  padding: 5px;
}

.product-detail-img .column img {
  opacity: 0.8;
  cursor: pointer;
  height: 60px;
  object-fit: cover;
  padding: 5px;
  border: 1px solid #dedede;
}

.product-detail-img .column img:hover {
  opacity: 1;
}

.list-image-small {
  padding: 0 20px;
  max-width: 500px;
  margin: 0 auto;
}

.list-image-small:after {
  content: "";
  display: table;
  clear: both;
}

.list-image-small .slick-prev,
.list-image-small .slick-next {
  opacity: 1;
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  margin: 0;
}

.list-image-small .slick-prev {
  left: -30px;
}

.list-image-small .slick-next {
  right: -30px;
}

.list-image-small .slick-prev i,
.list-image-small .slick-next i {
  font-size: 18px;
  color: #16325c;
}

.box-text-spct {
  line-height: 1.7;
  margin-top: 30px;
  text-align: justify;
}

.wrap-product-relate {}

.title-product-relate {
  font-size: 25px;
  font-weight: bold;
  position: relative;
  padding: 5px 0;
  margin-bottom: 30px;
}

.title-product-relate:before {
  content: "";
  width: 120px;
  height: 3px;
  background-color: red;
  position: absolute;
  bottom: 0;
}

.blog-image {}

.wrap-list-image {
  padding: 40px 0;
}

.wrap-list-image .list-image {}

.dv-01-col-card-image {}

.dv-01-card-image {
  text-align: center;
}

.dv-01-card-image:hover .image img {
  transform: scale(1.1);
}

.dv-01-card-image .image {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.dv-01-card-image .image img {
  transition: all 0.5s;
  object-fit: cover;
  height: 250px;
}

.dv-01-card-image .box h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 0;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#datmua .modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
  max-width: 500px;
}

#datmua .modal-dialog-centered .modal-content {
  width: 100%;
  /* box-shadow: 0 0 4px 2px #363d47; */
  background-image: url(../images/bg-datmua.png);
  padding: 20px;
}

#datmua .modal-dialog-centered .modal-header {
  border-bottom: unset;
}

#datmua .modal-dialog-centered .modal-header .modal-title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

#datmua .modal-dialog-centered input,
#datmua .modal-dialog-centered select {
  height: 42px;
  border-radius: 0;
}

#datmua .modal-dialog-centered textarea.form-control {
  border-radius: 0;
}

#datmua .modal-dialog-centered option {}

#datmua .modal-dialog-centered .btn {
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  background-color: #11427c;
}

#datmua .modal-dialog-centered button.close {
  background-color: #ccc;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  opacity: 1;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  margin: 0;
}

.blog-thungo {
  padding: 40px 0;
}

.blog-thungo .container {
  max-width: 1050px;
}

.blog-thungo .content {
  line-height: 2;
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0.6px;
}

.video_gal {
  position: relative;
}

.gallery_image {
  width: 100%;
  /*! padding: 25px 0; */
  background-color: #dee7f0;
}

.gallery_image .list_item {
  width: 100%;
  float: left;
}

.gallery_image .list_item .item {
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}

.gallery_image .list_item .item .box {
  float: left;
  width: 100%;
  position: relative;
}

.gallery_image .list_item .item .box .image {
  width: 100%;
}

.gallery_image .list_item .item .box .image a {
  display: block;
  position: relative;
  boá»: ;
}

.gallery_image .list_item .item .box .image h3 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 10px 15px 10px;
  /*! background-color: rgba(0, 0, 0, 0.3); */
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  margin: 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  background: linear-gradient(0deg,
      rgba(26, 84, 148, 1) -16%,
      rgba(26, 84, 148, 0.33375356978728987) 64%);
  top: 0;
  display: flex;
  align-items: end;
  background: linear-gradient(0deg,
      rgba(26, 84, 148, 1) 14%,
      rgba(26, 84, 148, 0.33375356978728987) 39%);
  border-radius: 8px;
  background: linear-gradient(0deg,
      rgba(26, 84, 148, 1) 14%,
      rgba(26, 84, 148, 0.33375356978728987) 46%,
      rgba(26, 84, 148, 0) 79%);
  background: linear-gradient(0deg,
      rgba(26, 84, 148, 1) 7%,
      rgba(26, 84, 148, 0.33375356978728987) 29%,
      rgba(26, 84, 148, 0) 79%);
}

.gallery_image .list_item .item .box.video_gal .image a:before {
  content: "\f01d";
  font-family: "FontAwesome 5";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #fff;
}

.gallery_image .list_item .item .box .image a img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.video-btn {
  position: absolute;
  z-index: 1;
  /* width: 50px; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-btn path {
  fill: #00000078;
  fill: #fff;
}

.circleanim-svg__circle-back,
.circleanim-svg__circle-front {
  fill: none;
  stroke: #fff;
}

.viewmore-all {
  display: none;
  color: #16325c;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.circleanim-svg__circle-front {
  stroke-dasharray: 295;
  stroke-dashoffset: 0;
  stroke-width: 2px;
  stroke-opacity: 0.5;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: all 1.5s linear;
  animation: 1.5s linear infinite circle_svg_full_rotation;
}

@keyframes circle_svg_full_rotation {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  100% {
    stroke-opacity: 1;
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

.video_gal .image img {
  height: 350px;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
}

.slide_gallery-video .image img {
  height: 85px;
  border-radius: 5px;
}

.gallery_image .item {
  padding: 0px 5px;
  margin-bottom: 10px;
}

.gallery_image .slide_gallery {
  margin: 0px -5px;
}

.tabs {
  display: flex;
}

.tablinks {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0rem;
  font-size: 16px;
  /*! text-transform: uppercase; */
  font-weight: 600;
  transition: 0.2s ease;
  background-color: transparent;
  margin-left: 30px;
  position: relative;
  line-height: 1.2;
  padding-bottom: 7px;
}

.tablinks:hover {}

.tablinks::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 0%;
  background-color: #1a5494;
  border-radius: 15px;
  transition: width 0.5s ease;
  /* Thay tháº¿ animation báº±ng transition */
}

.tablinks:hover::before {
  width: 100%;
}

.tablinks.active::before {
  width: 100%;
}

.tabcontent {
  opacity: 0;
  visibility: hidden;
  height: 0px;
}

/* Text*/
.tabcontent p {
  color: #333;
  font-size: 16px;
}

/* tab content active */
.tabcontent.active {
  display: block;
  margin: 0px -10px;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.box-card {
  /*! background-color: hsl(0, 0%, 97%); */
  border-radius: 10px 10px 0px 0px;
  transition: box-shadow 0.3s ease;
  margin-bottom: 50px;
  padding: 0px 10px;
}

.box-card:hover {
  /*! box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
  /*! box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */
}

.box-card img {
  border-radius: 10px 10px 0px 0px;
  aspect-ratio: 1/1;
  height: 230px;
  width: 100%;
  object-fit: cover;
}

.box-card__content a h4 {
  margin-bottom: 5px;
  color: #153c6a;
  font-size: 17px;
  font-weight: 600;
  text-transform: none;
  height: 45px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3;
}

.box-card__content a h4:hover {
  color: #8e8156;
}

.box-card__content span span {
  font-size: 13px;
  font-weight: 300;
}

.box-card__content span a {
  background-color: #ac8d6800;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 2px;
  margin-right: 6px;
}

.box-card__content .desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0;
  text-align: justify;
  font-size: 14px;
}

.box-card__content {
  padding: 15px 0px;
  /*! background-color: hsl(0, 0%, 97%); */
}

.wrapper_tabconten {
  margin-top: 20px;
}

button:focus {
  outline: 0px dotted;
}

.service_header,
.feel {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.pd-section-top {
  padding-top: 50px;
}

.pd-section-bottom {
  padding-bottom: 50px;
}

.box-suppor-ss:after{
  content: "";
  background-image: url(../images/icon-chart.png);
  width: 50px;
  height: 25px;
  position: absolute;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.contai-support-ss:nth-child(1) .box-lines:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: -2px;
  border-radius: 100%;
  border: 2px solid  #a353a3;
  background: #fff;
  left: 3px;
  z-index: 99;
}
@media (min-width: 1599px) {
  .banner-breadcrumds-2 {
    min-height: 600px;
  }
}

@media (min-width: 1200px) {}

@media (max-width: 1199px) {
  .card-news-horizontal .content h3 {
    font-size: 16px;
  }

  .card-news-horizontal .content .list-info li {
    font-size: 12px;
  }

  .tamnhin .image_tamnhin {
    display: block;
  }

  .tamnhin:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .dv-01-card-product:hover .hover-product {
    /* display: block; */
    visibility: inherit;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .tamnhin {
    padding: 40px 0 0px;
  }

  .viewmore-title {
    display: none;
  }

  .viewmore-all {
    display: block;
  }



  .main {
    margin-top: 116px;
  }
}

@media (max-width: 767px) {
  .banner-breadcrumds-2 {
    background-position: right -200px top;
  }

  .video_gal .image img {
    height: auto;
    max-height: 350px;
  }

  .tamnhin:after {
    display: none;
  }

  .tamnhin .image_tamnhin {
    position: unset;
    /* padding: 0 15px; */
    margin-top: 20px;
    width: 100%;
  }

  .tamnhin {
    padding: 40px 0 0px;
  }

  .dv-01-col-news-card:first-child {
    padding-bottom: 70%;
    margin-bottom: 8px;
  }

  .dv-01-col-news-card:nth-child(2) {
    margin-right: 2%;
    width: 49%;
  }

  .dv-01-col-news-card:nth-child(3) {
    width: 49%;
  }

  .dv-01-col-news-card {
    padding-bottom: 35%;
  }

  .dv-01-news-card .box .content h3 {
    font-size: 16px;
  }

  .wrap-tab-img .box-tab:after {
    display: none;
  }

  .col-contact-card:not(:last-child) {
    padding-bottom: 0px;
    /*! border-bottom: 1px dashed #000; */
  }
}

@media (max-width: 550px) {
  .group-title .title {
    font-size: 23px;
    margin-bottom: 30px;
  }

  .news-detail .content-news iframe {
    height: 400px;
  }

  .dv-01-card-image .image img {
    height: 140px;
  }

  .dv-01-news .image img {
    height: 140px;
  }

  .dv-01-card-image .box h3 {
    font-size: 15px;
  }

  .dv-01-news-card .box .content .list-info {
    display: none;
  }

  .wrap-banner-2 .box-content {
    padding: 15px;
  }

  .wrap-banner-2 .box-content h3 {
    font-size: 14px;
  }

  .dv-01-card-product .box h3 {
    font-size: 15px;
  }

  .title-slide {
    text-align: center;
  }

  .dv-01-news h3 {
    margin: 10px 0 5px;
  }

  .service_header .service-item .content-service .title-service {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .title-slide h3 {
    font-size: 20px;
  }

  .title-slide p {
    font-size: 18px;
  }

  .box-text-spct tr {
    /* display: block;
    display: flex;
    flex-wrap: wrap; */
    height: auto !important;
  }

  .box-text-spct td {
    /* width: 100% !important; */
    height: auto !important;
  }

  .slide .inner-list {
    font-size: 12px;
    display: none;
  }

  .wrap-list-product {
    padding: 30px 0px 0px 0px;
  }

  .dv-01-card-product .box img {
    height: 200px;
    margin: 0 auto;
  }

  .list_video .item {
    margin-bottom: 15px;
  }

  .slide .inner {
    text-align: center;
  }

  .viewmore-slide {
    margin-left: auto;
    margin-right: auto;
  }

  .card-item-main .box .image img {
    height: 260px;
  }

  .card-news-horizontal .content {
    width: calc(100% - 120px);
  }

  .card-news-horizontal .image {
    width: 120px;
  }

  .wrap-list-product .dv-01-col-card-product {
    width: 49.5%;
  }

  .dv-01-news-card-2 .box>a>img {
    height: auto;
  }

  .slide .box-slide img {
    height: 235px;
  }
}

@media (max-width: 480px) {}

.seemore {
  width: 130px;

  height: 40px;

  color: #fff;

  border-radius: 5px;

  padding: 10px 25px;

  font-weight: 500;

  background: transparent;

  cursor: pointer;

  transition: all 0.3s ease;

  position: relative;

  display: inline-block;

  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);

  outline: none;
}

.seemore {
  position: relative;

  right: 20px;

  bottom: 20px;

  border: none;

  box-shadow: none;

  width: 130px;

  height: 40px;

  line-height: 42px;

  -webkit-perspective: 230px;

  perspective: 230px;
}

.seemore span {
  background: #1a5494;

  background: linear-gradient(0deg, #164173 0%, rgb(22, 57, 101) 100%);

  display: block;

  position: absolute;

  width: 130px;

  height: 40px;

  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);

  border-radius: 5px;

  margin: 0;

  text-align: center;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;
}

.seemore span:nth-child(1) {
  box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9,
    7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;

  -webkit-transform: rotateX(90deg);

  -moz-transform: rotateX(90deg);

  transform: rotateX(90deg);

  -webkit-transform-origin: 50% 50% -20px;

  -moz-transform-origin: 50% 50% -20px;

  transform-origin: 50% 50% -20px;
}

.seemore span:nth-child(2) {
  -webkit-transform: rotateX(0deg);

  -moz-transform: rotateX(0deg);

  transform: rotateX(0deg);

  -webkit-transform-origin: 50% 50% -20px;

  -moz-transform-origin: 50% 50% -20px;

  transform-origin: 50% 50% -20px;
}

.seemore:hover span:nth-child(1) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);

  -webkit-transform: rotateX(0deg);

  -moz-transform: rotateX(0deg);

  transform: rotateX(0deg);
}

.seemore:hover span:nth-child(2) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);

  color: transparent;

  -webkit-transform: rotateX(-90deg);

  -moz-transform: rotateX(-90deg);

  transform: rotateX(-90deg);
}

.box-card__img {
  margin-bottom: 0px;
}

@keyframes scaleCircle {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes rotateDots {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.layer {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /*! z-index: 1; */
  padding: ;
}

.layer-1 {
  z-index: 1;
  padding: -5px;
  /*! height: 100%; */
  /*! width: 100%; */
  /*! background-color: #1a5494; */
  /*! border-radius: 100%; */
}

.layer-2 {
  z-index: 2;
}

.animation-0 {
  animation-name: rotateDots;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-timing-function: ease;
  height: 100%;
  width: 100%;
  background-color: #6390;
  border: 4px dotted #62a0e6;
  border-radius: 100%;
}

.animation-01 {
  animation: scaleCircle 0.5s 0s cubic-bezier(0.35, 1.35, 0.5, 1) backwards;
  /*! height: 0; */
}

.animation-02 {
  animation: scaleCircle 0.5s 0.5s cubic-bezier(0.35, 1.35, 0.5, 1) backwards;
}

.desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

.wrap-contrinh-tieubieu .seemore {
  display: none;
}

.feel-body {
  padding-left: 30px;
  width: 75%;
  margin: 0 auto;
  /*! text-align: center; */
}

.feel-img img {
  height: 270px;
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}
section.support-ss {
  background: url('../images/banner-chart.jpg');
  padding-bottom: 20px;
  padding-top: 5rem;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.contai-support-ss {
  width: calc(100% / 4);
  position: relative;
}

.box-suppor-ss {
  border: 1px solid #a353a3;
  position: relative;
  border-radius: 100%;
  height: 230px;
  width: 230px;
  margin: 0 auto;
  /* overflow: hidden; */
  background: #fff;
  z-index: 9;
  /* overflow: hidden; */
  filter: drop-shadow(2px 4px 6px #777);
}

.item-number span {
  border: 3px solid #a353a3;
  border-radius: 100%;
  display: inline-block;
  width: 50px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  background: #fff;
  position: absolute;
  left: 58px;
  z-index: 99;
}

.content-support {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  background: #fff;
  width: 100%;
  border-radius: 100%;
}

.item-support-ss {
  padding: 20px;
  height: 230px;
  width: 230px;
  overflow: hidden;
}

.box-suppor-ss:before {
  content: "";
  position: absolute;
  height: 53%;
  border: 5px solid#a353a3;
  left: -3px;
  right: -4px;
  top: -1px;
  z-index: 8;
  border-radius: 118px 123px 0px 0px;
}











.contai-support-ss:nth-child(6) {
  transform: rotate(180deg);
}

.contai-support-ss:nth-child(6) .line {
  border: none;
}

.contai-support-ss:nth-child(6) .content-support {transform: translate(-50%, -50%) rotate(180deg);}



.contai-support-ss:nth-child(5) {
  transform: rotate(180deg);
}

.contai-support-ss:nth-child(5) .line {
  border: none;
}

.contai-support-ss:nth-child(5) .content-support {transform: translate(-50%, -50%) rotate(180deg);}


.contai-support-ss:nth-child(6) {
  transform: rotate(180deg);
}

.contai-support-ss:nth-child(6) .line {
  border: none;
}

.contai-support-ss:nth-child(6) .content-support {transform: translate(-50%, -50%) rotate(180deg);}



.contai-support-ss:nth-child(5) {
  transform: rotate(180deg);
}

.contai-support-ss:nth-child(5) .line {
  border: none;
}

.contai-support-ss:nth-child(5) .content-support {transform: translate(-50%, -50%) rotate(180deg);}



.contai-support-ss:nth-child(7) {
  transform: rotate(180deg);
}

.contai-support-ss:nth-child(7) .line {
  border: none;
}

.contai-support-ss:nth-child(7) .content-support {transform: translate(-50%, -50%) rotate(180deg);}



.contai-support-ss:nth-child(8) {
  transform: rotate(180deg);
}

.contai-support-ss:nth-child(8) .line {
  border: none;
}

.contai-support-ss:nth-child(8) .content-support {transform: translate(-50%, -50%) rotate(180deg);}















.line {
  width: 100%;
  height: 1px;
  border: 1px dashed #a79494;
  margin-top: 35px;
  position: relative;
}

.line:before {
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  border-radius: 100%;
  padding: 4px;
  border: 6px solid #a353a3;
  background: #fff;
}

.contai-support-ss:nth-child(1) .box-lines:after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: -5px;
  border-radius: 100%;
  border: 2px solid  #a353a3;
  background: #fff;
}



.contai-support-ss:last-child .box-lines:after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: -5px;
  border-radius: 100%;
  border: 2px solid #a353a3;
  background: #fff;
  right: 0;
}

.contai-support-ss:last-child .box-lines:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: -2px;
  border-radius: 100%;
  border: 2px solid #a353a3;
  background: #fff;
  right: 3px;
  z-index: 99;
}
























.contai-support-ss:nth-child(2) .line:before {
  border: 6px solid #ff5005;
}

.contai-support-ss:nth-child(2) .item-number span {
  border: 3px solid #ff5005;
}

.contai-support-ss:nth-child(2) .box-suppor-ss:before {
border: 5px solid #ff5005;
}

.contai-support-ss:nth-child(2) .box-suppor-ss {
  border: 1px solid #ff5005;
}








.contai-support-ss:nth-child(3) .line:before {
  border: 6px solid #5fcfcb;
}

.contai-support-ss:nth-child(3) .item-number span {
  border: 3px solid #5fcfcb;
}

.contai-support-ss:nth-child(3) .box-suppor-ss:before {
border: 5px solid #5fcfcb;
}

.contai-support-ss:nth-child(3) .box-suppor-ss {
  border: 1px solid #5fcfcb;
}





.contai-support-ss:nth-child(4) .line:before {
  border: 6px solid #fca903;
}

.contai-support-ss:nth-child(4) .item-number span {
  border: 3px solid #fca903;
}

.contai-support-ss:nth-child(4) .box-suppor-ss:before {
border: 5px solid #fca903;
}

.contai-support-ss:nth-child(4) .box-suppor-ss {
  border: 1px solid #fca903;
}

.list-item.autoplay5-doitac.category-slide-1 .slick-track {
  padding: 14px 0px;
}
@media (max-width: 1200px) {
  .feel-body {
    width: 85%;
  }
}

@media (max-width: 992px) {
  .contai-support-ss{
    margin-bottom: 30px;
  }
  .contai-support-ss {
    width: calc(100% / 2);
    position: relative;
}

  .feel-body {
    width: 95%;
  }
}

@media (max-width: 786px) {

  .container,
  .container-sm {
    max-width: 100% !important;
  }

  .comment_testimonial {
    margin-top: 13px;
    margin-bottom: 15px;
  }
}

@media (max-width: 586px) {
  .contai-support-ss {
    width: calc(100% / 1);
    position: relative;
}
.item-number span {

}
  .feel-body {
    width: 100%;
  }

  .wrap-contrinh-tieubieu .seemore {
    display: block;
  }

  .aboutus .desc {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
  }

  .dv-01-news h3 a {
    font-size: 18px;
  }

  .dv-01-news .desc {
    font-size: 14px;
  }

  .tabs {
    white-space: nowrap;
    overflow-x: auto;
    padding-top: 20px;
  }

  .tabs button {
    margin-left: 0px;
    margin-right: 15px;
  }

  .pd-section-bottom {
    padding-bottom: 30px;
  }

  .pd-section-top {
    padding-top: 30px;
  }

  .feel h2 {
    font-size: 19px;
  }

  .feel-body {
    padding-left: 0px;
  }

  .category-slide-1 .slick-prev i,
  .category-slide-1 .slick-next i {
    font-size: 19px;
    color: #000;
  }

  .category-slide-1 .slick-next {
    right: 10px;
  }

  .slick-next::before {
    content: unset;
  }

  .pt_form_comment {
    margin: 0px 0px 20px 0px;
  }
  .slide_gallery-video {
    margin-bottom: 20px;
  }

  .news-detail {
    padding: 0px;
  }

  .blog-news {
    padding-top: 25px !important;
  }

  .title-breadcrumb {
    font-size: 23px;
  }

  .gt-about-us {
    padding: 40px 0px 0px 0px;
  }

  .tamnhin {
    padding: 10px 0 0px;
  }

  .item-text {
    padding: 20px;
    font-size: 18px;
  }

  .item-text span {
    font-size: 22px;
  }

  .item-text {
    margin-bottom: 15px;
  }

  .list-item-cotmoc {
    padding: 0px;
  }

  .item-cotmoc .name {
    font-size: 18px;
  }

  .item-cotmoc .box-text {
    line-height: 1.7;
    text-align: justify;
    font-size: 14px;
  }

}

.desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}

.btnPlay {
  width: 75px;
  height: 60px;
  margin: auto;
}

.pIcon {
  font-size: 20px;
  position: relative;
  z-index: 9;
  display: flex;
  position: absolute;
  left: 3px;
  right: 0;
  top: 1px;
  bottom: 0;
  margin: auto;
  /*! height: 21px; */
  justify-content: center;
  align-items: center;
}

.pIcon i {
  text-align: center;
  display: block;
}

.btnPlay .ibg {
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 100%;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-animation: sploosh 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-iteration-count: infinite;
}

.btnPlay .iline {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 100%;
}

.btnPlay .b1 {
  background: #fff;
  transform: scale(1.5);
}

.btnPlay .b2 {
  opacity: 0.2;
  transform: scale(1.5);
  -webkit-animation-delay: 0.43s;
  -webkit-animation-duration: 3.2s;
}

.btnPlay .b3 {
  opacity: 0.2;
  transform: scale(2);
  -webkit-animation-delay: 0.53s;
  -webkit-animation-duration: 4.2s;
}

.wr-pulse-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

@-webkit-keyframes sploosh {
  0% {
    box-shadow: 0 0 0 0px #ffffff;
  }

  80% {}

  100% {
    box-shadow: 0 0 0 20px #fff0;
  }
}

.box.video_gal a {
  display: block;
  position: relative;
}

.pIcon svg {
  height: 80px;
  fill: #f60001;
  width: 80px;
}

.slide_gallery-video .btnPlay {
  width: 45px;
  height: 45px;
  display: none;
}

.slide_gallery-video .pIcon svg {
  height: 12px;
  fill: gray;
}

.box.video_gal a::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 5px;
  border-radius: 8px;
  background-color: #00000073;
}

.modal-header {
  display: none;
}

.seemore_n {
  padding: 5px 25px;
  border-radius: 4px;
  background: white;
  transition: background 0.8s ease-in-out, color 0.8s ease-in-out;
  /* ThÃªm transition cho mÃ u ná»n vÃ  mÃ u chá»¯ */
  transform: translateZ(0);
  /* KÃ­ch hoáº¡t GPU acceleration */
  background: linear-gradient(90deg,
      rgba(15, 75, 142, 1) 34%,
      rgba(15, 75, 142, 0.83) 64%);
  color: white;
  padding: 6px 15px 6px 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 2px 33px 0px;
  font-size: 15px;
}

.seemore_n:hover {
  background: white;
  color: rgba(15, 75, 142, 1);
}

.seemore_n svg {
  transition: fill 0.8s ease-in-out;
  /* ThÃªm transition cho mÃ u ná»n vÃ  mÃ u chá»¯ */
  transform: translateZ(0);
  height: 12px;
  width: 12px;
  margin-top: -1px;
  fill: white;
}

.seemore_n:hover svg {
  fill: rgba(15, 75, 142, 1);
}

.title-sectiom__small {
  font-size: 15px;
}

.box-item {
  background-color: #f2f0ee;
  padding: 15px;
  border-radius: 10px;
}

.list-news .slick-track {
  margin-left: unset;
  margin-right: unset;
}

/* 
[data-aos="flip-left"]{
    transform: unset !important;
} */

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 2px;
  flex: 1;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background-color: rgb(0, 0, 0);
  margin: 0;
}

.slick-dots li button {
  padding: 0px;
  height: 100%;
  width: 0%;
  transition: width 1s ease;
  /* background-color: rgb(204, 204, 204); */
}

.slick-dots li.slick-active button {
  background-color: rgb(0, 0, 0);
  width: 100%;
}

.slick-dots li.slick-active~li {
  background-color: rgb(204, 204, 204);
}

.slick-dots {
  display: flex;
  width: 70%;
  left: 50%;
  bottom: 6px;
  transform: translate(-50%, 0%);
}

.slide_gallery .slick-prev,
.slide_gallery .slick-next,
.feel-body .slick-prev,
.feel-body .slick-next,
.list-news .slick-prev,
.list-news .slick-next {
  height: auto;
  width: auto;
  line-height: normal;
  bottom: 0;
  top: unset;
  transform: translate(0, 0);
  z-index: 99;
}

.slide_gallery .slick-prev,
.feel-body .slick-prev,
.list-news .slick-prev {
  left: 15px;
}

.slide_gallery .slick-next,
.feel-body .slick-next,
.list-news .slick-next {
  left: 55px;
  right: unset;
}

.gallery_image .slick-dots {
  bottom: -17px;
}

.slide_gallery .slick-prev,
.slide_gallery .slick-next {
  bottom: -22px;
}

.feel-body .slick-dots {
  bottom: 12px;
}

.feel-body .slick-prev,
.feel-body .slick-next {
  bottom: 5px;
}

.box-slide .slick-dots {
  width: 10%;
}

.number_tt {
  position: absolute;
  width: 60px;
  right: 0;
  bottom: 4px;
  color: rgb(139, 139, 139);
  letter-spacing: 4px;
}

.gallery_image .number_tt {
  bottom: -25px;
}

.wrap-contrinh-tieubieu .group-title .title-img-bottom {
  margin-bottom: 5px;
}

.wrap-contrinh-tieubieu .group-title .title-img-bottom::before {
  content: unset;
}

.feel {
  background-image: url(../images/bg-feel.jpg);
  background-size: 100% 125%;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

@media (max-width: 586px) {
  .slick-dots {
    width: 50%;
    left: 56%;
  }

  .number_tt {
    bottom: 0;
  }

  .slide .slick-prev,
  .slide .slick-next {
    width: 24px;
    height: 24px;
  }

  .aboutus a {
    margin-top: 15px;
  }

  .banner-breadcrumds {
    min-height: 240px;
  }

  .list-action-news {
    font-size: 12px;
  }

  .dv-01-news-card-3 .content h3 {
    font-size: 12px;
  }

  .news-detail .news-title {
    font-size: 17px;
  }
}

.mouse-outer {
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #164c86a1;
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
  z-index: 9999;
  transition: all 0.05s ease;
  opacity: 0.5;
}

.mouse-inner {
  position: fixed;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  background-color: #164c86;
  pointer-events: none;
  z-index: 9999;
}

.mouse-outer.cursor-hover {
  width: 40px;
  height: 40px;
  border: none;
  background-color: #164c86a1;
}

.mouse-inner.cursor-hover {
  opacity: 0;
}

.blog-news {
  padding-top: 40px;
}

. block-content-left,
.pagination {
  scrollbar-color: #6969dd #e0e0e0;
  scrollbar-width: thin;
}

.block-content-left::-webkit-scrollbar,
.pagination::-webkit-scrollbar {
  height: 2px;
  opacity: 0;
}

.block-content-left::-webkit-scrollbar-track,
.pagination::-webkit-scrollbar-track {
  background-color: darkgrey;
}

@media (max-width: 1300px) {
  .hover-product {
    width: 280px;
  }

  .hover-product .hover-box {
    display: block;
  }

  .hover-product .hover-right {
    width: 100%;
    text-align: left;
    padding-left: 0px;
  }

  .hover-product .hover-left {
    width: 50%;
    margin: 0 auto;
  }

  .hover-product .hover-right h4,
  .hover-product .hover-right .hover-desc {
    text-align: center;
  }
}

@media (max-width: 586px) {
  .tree-item .box h3 {
    font-size: 18px;
  }

  .wrap-thanhtuu .category-slide-1 .slick-prev i,
  .wrap-thanhtuu .category-slide-1 .slick-next i {
    font-size: 19px;
    color: #000;
  }

  .wrap-lichsu {
    padding: 44px 10px;
  }

  .banner-breadcrumds-2 {
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 !important;
  }

  .breadcrumbs ul {
    padding: 4px 0;
    margin-bottom: 0px;
  }

  .banner-breadcrumds-2 .wrap-text .box-text {
    display: flex;
    justify-content: center;
  }

  .banner-breadcrumds-2 .name {
    font-size: 27px;
  }

  .prev-btn-main::before,
  .next-btn-main::before {
    bottom: 0%;
  }

  .feel-img img {
    height: auto;
  }

  .contact-address .row .row {
    flex-direction: column-reverse;
  }

  .col-contact-address .title-contact {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .list-contact-address > li {
    line-height: 30px;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 6px;
  }
  .contact-info {
    padding: 30px 0px 0px 0px;
  }
  .contact-address   .group-title,
  .contact-address   .group-title .title {
    margin-bottom: 8px;
  }
  .contact-address {
    padding: 0px 0 10px;
  }
}

.main-sidebar {
  background-color: #1e40af;
}

.sidebar {
  padding: 0;
  background-color: #1e40af;
}

.slick-next::before {
  content: unset;
}

slide_gallery-video {
  margin-bottom: 20px;
}