.all_gioithieu_index h1,
.all_gioithieu_index h2,
.all_gioithieu_index h3,
.all_gioithieu_index h4,
.all_gioithieu_index_page h1,
.all_gioithieu_index_page h2,
.all_gioithieu_index_page h3,
.all_gioithieu_index_page h4 {
  display: block;
  margin-bottom: 20px;
  color: #242424;
  font-weight: 600;
  line-height: 1.4;
}

.all_gioithieu_index h5,
.all_gioithieu_index h6,
.all_gioithieu_index_page h5,
.all_gioithieu_index_page h6 {
  margin-bottom: 20px;
  color: #242424;
  font-weight: 600;
  line-height: 1.4;
}

.all_gioithieu_index p,
.all_gioithieu_index_page p {
  margin-bottom: 20px;
}

.all_gioithieu_index strong,
.all_gioithieu_index_page strong {
  font-weight: 600 !important;
}

.all_gioithieu_index a {
  /*color: #242424;*/
}

.all_gioithieu_index,.all_gioithieu_index_page {
  line-height: 1.8;
  color: #111111;
}

.all_gioithieu_index h1, .all_gioithieu_index_page h1 {
  font-size: 28px;
}

.all_gioithieu_index h2, .all_gioithieu_index_page h2 {
  font-size: 24px;
}

.all_gioithieu_index h3, .all_gioithieu_index_page h3 {
  font-size: 22px;
}

.all_gioithieu_index h4, .all_gioithieu_index_page h4 {
  font-size: 18px;
}

.all_gioithieu_index h5, .all_gioithieu_index_page h5 {
  font-size: 16px;
}

.all_gioithieu_index h6, .all_gioithieu_index_page h6 {
  font-size: 12px;
}

.all_gioithieu_index ol,
.all_gioithieu_index ul,
.all_gioithieu_index dl,
.all_gioithieu_index_page ol,
.all_gioithieu_index_page ul,
.all_gioithieu_index_page dl {
  margin-left: 2rem;
  margin-bottom: 20px;
  list-style: disc;
}

.all_gioithieu_index .gallery, .all_gioithieu_index_page .gallery{
  margin-bottom: 20px;
}

.all_gioithieu_index td, .all_gioithieu_index_page td {
  padding: 5px;

}
.all_gioithieu_index td{
border: 1px solid #606060;
}

.all_gioithieu_index td *, .all_gioithieu_index_page td * {
  font-weight: 400;
}
.all_gioithieu_index td p {
  margin-bottom: 0px;
}
.all_gioithieu_index td strong {
  font-weight: 600;
}

.all_gioithieu_index table {
  margin-bottom: 20px;
border: none;
}
.all_gioithieu_index iframe{
    width: 100%;
    height: 100%;
    min-height: 400px;
}
/* --- Bảng CÓ thead --- */
.all_gioithieu_index table:has(thead) thead tr:nth-child(1) {
    background: #fd5900;
    color: #fff;
}
.all_gioithieu_index table:has(thead) thead tr:nth-child(2) {
    background: #001ac3;
    color: #fff;
}

/* --- Bảng KHÔNG có thead --- */
.all_gioithieu_index table:not(:has(thead)) tbody tr:nth-child(1) {
    background: #fd5900;
    color: #fff;
}
.all_gioithieu_index table:not(:has(thead)) tbody tr:nth-child(2) {
    background: #001ac3;
    color: #fff;
}

/* --- CÓ thead --- */
.all_gioithieu_index table.table_highlight_one:has(thead) thead tr:nth-child(2) {
    background: transparent;
    color: #000;
}

/* --- KHÔNG thead --- */
.all_gioithieu_index table.table_highlight_one:not(:has(thead)) tbody tr:nth-child(2) {
    background: transparent;
    color: #000;
}


/* --- CÓ thead --- */
.all_gioithieu_index table.table_highlight_clean:has(thead) thead tr:nth-child(1),
.all_gioithieu_index table.table_highlight_clean:has(thead) thead tr:nth-child(2) {
    background: transparent;
    color: #000;
}

/* --- KHÔNG thead --- */
.all_gioithieu_index table.table_highlight_clean:not(:has(thead)) tbody tr:nth-child(1),
.all_gioithieu_index table.table_highlight_clean:not(:has(thead)) tbody tr:nth-child(2) {
    background: transparent;
    color: #000;
}


.all_gioithieu_index figure,.all_gioithieu_index_page figure {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.all_gioithieu_index pre,.all_gioithieu_index_page pre  {
  font-family: "Gilroy";
  background: #f2f2f2;
  padding: 10px;
}

.all_gioithieu_index blockquote, .all_gioithieu_index_page blockquote{
  border-left: 2px solid #ccc;
  margin-left: 1.5rem;
  padding-left: 1rem;
}

.all_gioithieu_index figcaption, .all_gioithieu_index_page figcaption{
  font-family: "Gilroy";
  background: #f2f2f2;
  padding: 10px;
  text-align: center;
  font-weight: 300;
  display: block;
  margin: 0 auto;
  width: 650px;
  max-width: 100%;
}
.all_gioithieu_index figcaption p,.all_gioithieu_index_page figcaption p {
  margin-bottom: 0;
}

.all_gioithieu_index img {
}
.all_content_gioithieu_static h2 {
  background-color: #2a017b;
  color: #fff;
  padding-right: 25px;
  padding-left: 10px;
  position: relative;
  width: fit-content;
  min-width: 300px;
}
.all_content_gioithieu_static h2::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #fd5900;
}
.all_content_gioithieu_static h2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #fd5900;
}
/* ------------------------------------------------------------------------------------ */
/* BANG BAO GIÁ */
.frm-tinhgia .heading-congtrinh {
  text-shadow: 2px 2px 4px #cecece;
  color: #4919a7;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.frm-tinhgia .infomation h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  text-decoration: underline;
}
.frm-tinhgia .infomation ul {
  list-style: none;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.frm-tinhgia .infomation ul li {
  /* padding-left: 15px;
    padding-right: 15px; */
  margin-bottom: 15px;
}
.frm-tinhgia .infomation ul li .group-item {
  display: flex;
  align-items: center;
  /* flex-flow: row wrap; */
  width: 100%;
}
.frm-tinhgia .infomation ul li .group-item label {
  display: block;
  white-space: nowrap;
  flex: 0 0 200px;
  max-width: 200px;
  color: #000;
  font-size: 16px;
}
.wrap_baogia {
  margin: 30px 0;
}
.frm-tinhgia .infomation ul li .group-item input,
.frm-tinhgia .infomation ul li .group-item select {
  flex: 1 1 0;
}
button#_tinhgia {
  outline: none;
  background-color: #4919a7;
  transition: all 0.4s ease-in-out;
  padding: 0 15px;
  line-height: 1.5;
  height: 40px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  margin-right: 10px;
  border: none;
}
button#_hangmuc_congviec {
  outline: none;
  transition: all 0.4s ease-in-out;
  padding: 0 15px;
  line-height: 1.5;
  height: 40px;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #4919a7;
  color: #4919a7;
}
.frm-tinhgia .infogroup ul {
  grid-template-columns: repeat(3, 1fr);
}
.modal-title {
  background-color: #4919a7;
  color: #fff;
  line-height: 1;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
}
.modal-body {
  background-color: #fff;
}
.modal-dialog {
  max-width: 800px;
}
.modal-header {
  border: none;
  border-radius: 0;
  padding: 0;
}
.modal-header .close {
  margin: 0;
  background: #4919a7;
  opacity: 1;
  line-height: unset;
  padding: 12px 16px;
}
.table_tinhgia {
  border-collapse: collapse;
  border-radius: 0;
  margin-bottom: 1rem;
  width: 100%;
}
.table_tinhgia thead,
.table_tinhgia tbody {
  background: #f9f9f9;
  color: #000;
  border: 1px solid #f2f2f2;
}
.table_tinhgia thead th,
.table_tinhgia tbody th {
  font-weight: 500;
  padding: 0.5rem 0.625rem 0.625rem;
  border: 1px solid #000;
  text-align: left;
  font-size: 18px;
}
.table_tinhgia tbody,
.table_tinhgia tfoot,
.table_tinhgia thead {
  background-color: #fff;
  border: 1px solid #000;
}
.table_tinhgia tbody tr:nth-child(2n) {
  background-color: #f2f2f2;
  border-bottom: 0;
}
.table_tinhgia tbody td,
tbody th {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 17px;
  border: 1px solid #000;
}
/* END BANG BAO GIA */
/* thuocloban */
#lobanOuter {
  width: 100%;
  position: relative;
}
#abc {
  position: absolute;
  top: -20px;
  display: none;
}
.loban-touch-left {
  position: absolute;
  left: 0px;
  top: 31px;
  height: 358px;
  width: 50px;
  z-index: 2;
}
.loban-touch-right {
  position: absolute;
  right: 0px;
  top: 31px;
  height: 358px;
  width: 50px;
  z-index: 2;
}
#sodoLoban {
  display: none;
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 400px;
  text-align: center;
  width: 100px;
  font-size: 16px;
  font-weight: bold;
  color: red;
  border: 1px solid red;
}
#container-sodo {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 48%;
}
#sodo {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: red;
  border: 2px solid #ffa500;
  padding: 2px;
  height: 25px;
  width: 60px;
}
#thanhdo {
  width: 2px;
  height: 427px;
  background: #ffa500;
  position: absolute;
  z-index: 2;
  top: 5%;
  left: 50%;
}
.loban-522 {
  top: 25px;
}
.loban-t {
  position: absolute;
  z-index: 2;
  left: 0;
}
.loban-429 {
  top: 175px;
}
.loban-t {
  position: absolute;
  z-index: 2;
  left: 0;
}
.loban-388 {
  top: 325px;
}
.loban-t {
  position: absolute;
  z-index: 2;
  left: 0;
}
#loban-wrapper {
  position: absolute;
  z-index: 1;
  top: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  overflow: auto;
}
#loban-scroller {
  height: 100%;
  float: left;
  padding: 0;
  transition-property: transform;
  transform-origin: 0px 0px;
  transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
  transition-duration: 400ms;
  width: 80100px;
}
#loban-thelist {
  padding: 0px;
  margin: 0px;
}
#loban-scroller li {
  display: block;
  float: left;
  width: 10000px;
  height: 100%;
}
#loban-scroller li img {
  margin-top: 50px;
}
/* END THUOC LO BAN */
/* BAT TRACH */
.all_from_phongthuy {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: end;
}
#btn_phongthuy {
  outline: none;
  transition: all 0.4s ease-in-out;
  padding: 0 15px;
  line-height: 1.5;
  height: 40px;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #4919a7;
  color: #4919a7;
  border-radius: 5px;
}
.select2-selection--single {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container .select2-selection--single {
  height: 38px;
  border: 1px solid #ced4da;
}
.select2-container {
  width: -webkit-fill-available !important;
}

/* END BAT TRACH */

.header-height .icon-head {
  position: relative;
  flex: 0 0 auto;
  padding-left: 20px;
}
.header-height .icon-head::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  background: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header-height .icon-head a {
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
}
.header-height .icon-head a i {
  color: #fd5900;
  font-weight: 400;
  font-size: 20px;
}
.mxh_header {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: 20px;
}
.mxh_header li a {
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mxh_header li a img {
  /* filter: invert(0%) sepia(80%) saturate(7500%) hue-rotate(70deg) brightness(0%) contrast(80%); */
  width: 22px;
  object-fit: cover;
}
.menu .mxh_header li a img {
  filter: invert(0%) sepia(80%) saturate(7500%) hue-rotate(70deg) brightness(0%)
    contrast(80%);
}
.mxh_header li a:hover {
  background: #fd5900;
}
.mxh_header li a:hover img {
  filter: none;
}
.wrap_baogia {
  position: relative;
  background-image: url(../images/bggoldright.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 50px;
}
.wrap_baogia .title-heading {
  text-align: center;
  margin-bottom: 20px;
}
.wrap_baogia .title-heading h2 {
  font-weight: 400;
  margin-top: 0;
  color: #1a1a1a;
  font-size: 36px;
  margin-bottom: 0;
}
.wrap_baogia .title-heading p {
  font-size: 15px;
  color: gray;
}
.wrap_baogia .all_row_bangbaogia {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.wrap_baogia .img_baogiat a {
  display: block;
  padding: 39px 30px;
  width: 100%;
  color: #fff;
  outline: 0;
  border: none;
  font-weight: 700;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  font-size: 16px;
  text-align: center;
  background: #2a017b;
  cursor: pointer;
  box-shadow: inset 0 -8px 0 0 rgb(0 0 0 / 20%), 1px 1px 0 0 #fd5900b5,
    2px 2px 0 0 #fd5900b5, 3px 3px 0 0 #fd5900b5, 4px 4px 0 0 #fd5900b5,
    5px 5px 0 0 #fd5900b5, 6px 6px 0 0 #fd5900b5, 7px 7px 0 0 #fd5900b5,
    8px 8px 0 0 #fd5900b5, 9px 9px 0 0 #fd5900b5;
}
.wrap_baogia .img_baogiat a:hover {
  box-shadow: none;
  border: none;
  background: #fd5900;
}
.all_grid_gioithieu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  align-items: center;
}
.all_grid_gioithieu .all_content_gioithieu .motangan_gioithieu {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}
.all_grid_gioithieu .all_content_gioithieu .motangan_gioithieu p {
  line-height: 1.2;
}
.all_grid_gioithieu .all_content_gioithieu .mota_gioithieu {
  color: #4c4c4c;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.all_grid_gioithieu .all_content_gioithieu .link_gioithieu {
  border-radius: 4px;
  font-size: 16px;
  padding: 15px 30px;
  border: 3px solid #fd5900;
  width: fit-content;
  color: #fd5900;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.all_row_duan {
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
  position: relative;
}
.all_row_duan .tag_duan {
  position: absolute;
  top: -13px;
  z-index: 9;
  display: block;
  background: #fd5900;
  color: #fff;
  padding: 5px 5px 5px 10px;
  font-size: 14px;
  line-height: 1;
}
.all_row_duan .tag_duan span {
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  right: -9px;
  top: 0;
  border: 0 solid rgba(0, 0, 0, 0);
  border-bottom-width: 13px;
  border-top-width: 13px;
  border-left: 9px solid #fd5900;
}
.all_row_duan .all_tag_duan {
    position: absolute;
    top: -13px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    z-index: 9;
}
.all_row_duan .all_tag_duan .tag {
    position: relative;
    background: #fd5900;
    color: #fff;
    padding: 5px 5px 5px 10px;
    font-size: 14px;
    line-height: 1;
}
.all_row_duan .all_tag_duan .tag span{
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: -9px;
    top: 0;
    border: 0 solid rgba(0, 0, 0, 0);
    border-bottom-width: 13px;
    border-top-width: 13px;
    border-left: 9px solid #fd5900;
}
.all_row_duan .img_row_duan {
  position: relative;
}
.img_row_duan img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.all_row_duan .img_row_duan .rh_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  background: #2a017bb3;
}
.all_row_duan:hover .img_row_duan .rh_overlay {
  opacity: 1;
}
.all_row_duan .img_row_duan .link_duan {
  position: absolute;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.all_row_duan:hover .img_row_duan .link_duan {
  opacity: 1;
}
.all_row_duan:hover .img_row_duan .link_duan span {
  width: fit-content;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #fff;
  padding: 15px 20px;
  line-height: 1.5;
  transition: 0.2s all linear;
  color: #fd5900;
  background: #fff;
  display: block;
  margin: auto;
}
.all_row_duan .content_row_duan {
  padding: 25px;
  background: #fff;
}
.all_row_duan .content_row_duan .title_duan {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  transition: 0.2s all ease-in-out;
  color: #1a1a1a;
}
.all_row_duan .content_row_duan .diachi_duan {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: gray;
}
.title-heading-duan {
  text-align: center;
  margin-bottom: 40px;
}
.title-heading-duan h2 {
  font-weight: 400;
  margin-top: 0;
  color: #1a1a1a;
  font-size: 36px;
  margin-bottom: 0;
}
.title-heading-duan p {
  font-size: 15px;
  color: gray;
}
.bando_duan {
  height: 500px;
  z-index: 1;
}
.wrap_thanhtuu {
  position: relative;
  padding-bottom: 80px;
  padding-top: 50px;
}
.bg_thanhtuu {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../images/bg-2.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  opacity: 0.13;
}
.wrap_thanhtuu .fixwidth {
  z-index: 2;
  position: relative;
}
.wrap_thanhtuu .all_nhungconso {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  justify-items: center;
}
.wrap_thanhtuu .all_nhungconso .nhungconso {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.wrap_thanhtuu .all_nhungconso .nhungconso i {
  color: #fd5900;
  font-size: 50px;
}
.wrap_thanhtuu .all_nhungconso .nhungconso .title_ncs {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.wrap_mauthietke {
  position: relative;
  padding-bottom: 80px;
  padding-top: 50px;
}
.bg_mauthietke {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../images/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrap_mauthietke .fixwidth {
  z-index: 2;
  position: relative;
}
.all_mauthietke {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.all_mauthietke .mauthietke {
  position: relative;
  width: 100%;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 23px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
aspect-ratio: 2.5 / 3;
    object-fit: cover;
}
.all_mauthietke .mauthietke img{
width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.all_mauthietke .mauthietke:hover {
  transform: translateY(-10px);
}
.all_grid_nhanxet {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.all_grid_nhanxet .grid_nhanxet_left {
  width: 40%;
}
.all_grid_nhanxet .grid_nhanxet_right {
  width: calc(100% - 40% - 30px);
}
.grid_nhanxet_left .all_nhanxet {
  position: relative;
}
.grid_nhanxet_left .all_nhanxet .nhanxet {
  padding: 67px 90px 57px 53px;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(207, 193, 165, 0.21);
  background-color: #fff;
  margin: 20px;
}
.grid_nhanxet_left .all_nhanxet .nhanxet .noidung_nhanxet {
  color: #394041;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.grid_nhanxet_left .all_nhanxet .nhanxet .content_nhanxet {
  display: flex;
  align-items: center;
  gap: 20px;
}
.grid_nhanxet_left .all_nhanxet .nhanxet .img_nhanxet img {
  width: 48px;
  height: 48px !important;
  object-fit: cover;
  border-radius: 50%;
}
.grid_nhanxet_left .all_nhanxet .nhanxet .title_nhanxet {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 500;
}
.grid_nhanxet_left .all_nhanxet .nhanxet svg {
  position: absolute;
  top: 0;
  z-index: 2;
}
.grid_nhanxet_left .all_nhanxet .nhanxet svg path {
  fill: #2a017b;
}
.grid_nhanxet_left .all_nhanxet .control_nhanxet {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 20px;
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 9;
}
.grid_nhanxet_left .all_nhanxet .control_nhanxet .control-social {
  display: flex;
  width: 42px;
  height: 42px;
  margin: 0 2px;
  padding-top: 1px;
  text-align: center;
  border-radius: 50%;
  transition: 0.2s all ease-in-out;
  background-color: #c6d4dc;
  align-items: center;
  justify-content: center;
  color: #fd5900;
}
.grid_nhanxet_left .all_nhanxet .control_nhanxet .control-social i {
  font-weight: 400;
}
.all_nhanxet_video .nhanxet_video iframe {
  width: 100%;
}
.all_nhanxet_video .nhanxet_video .video-thumb img{
 max-height: 400px;
 object-fit:cover;
 border-radius:10px;
}
.all_nhanxet_video {
  position: relative;
}
.all_nhanxet_video .control-video {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.all_nhanxet_video .control-video i {
  color: #fd5900;
  font-weight: 500;
}
.all_nhanxet_video .control-video.next-video {
  right: 0;
}
.all_nhanxet_video:hover .control-video {
  z-index: 9;
  background: rgba(0, 0, 0, 0.8);
}
.all_hinhanh_congty {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.all_hinhanh_congty .hinhanh_congty img {
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 10px;
}
.all_dichvu_xaydung {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dichvu_xaydung_left {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dichvu_xaydung_right {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dichvu_xaydung_center {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dichvu_xaydung_left a {
  background: #2a017b;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 30px;
  color: #fff;
}
.dichvu_xaydung_right a {
  background: #2a017b;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 30px;
  color: #fff !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dichvu_xaydung_center .text_dv_xd {
  color: #4c4c4c;
  font-size: 16px;
}
.wrap_doitac {
  position: relative;
  padding: 50px 0;
  background: #f7f7f7;
}
.doitac img {
  max-width: 114px;
}
.logo_mxh_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.logo_mxh_footer .footer_logo img {
  max-width: 180px;
}
.logo_mxh_footer .mxh_header li a img {
  filter: none;
}
.title_footer {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 500;
}
.all_chinhsach li {
  margin-bottom: 15px;
}
.all_chinhsach li a {
  color: #fff;
}
.thongtin i {
  color: #fd5900;
  margin-right: 10px;
}
.all_row_mauthietke {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.all_row_mauthietke .mauthietke {
  position: relative;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.all_row_mauthietke .mauthietke .img_mauthietke {
  width: 100%;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  box-shadow: 0px 0px 23px 6px rgba(0, 0, 0, 0.2);
}
.all_row_mauthietke .mauthietke:hover {
  transform: translateY(-10px);
}
.all_row_mauthietke .mauthietke .title_mauthietke {
  margin: 20px 0;
  font-size: 25px;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.all_row_mauthietke .mauthietke .button_handle {
  width: fit-content;
  background-color: #2a017b;
  border-radius: 5px 5px 5px 5px;
  margin: auto;
  padding: 10px 24px;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.all_row_mauthietke .mauthietke:hover .button_handle {
  background-color: #fd5900;
}
.all_gallery_mauthietke {
  column-count: 3;
  column-gap: 10px;
}
.gallery_mauthietke {
  break-inside: avoid;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.gallery_mauthietke img {
  width: 100%;
  transition: all 0.8s;
}
.gallery_mauthietke:hover img{
  transform: scale(1.06);
}
#mauthietke-tab {
  justify-content: center;
  gap: 10px;
}
#mauthietke-tab li button {
  padding: 10px 15px;
  border-radius: 5px;
  transition: all 0.2s ease;
  border: none;
  color: #ffffff;
  background: #2a017b;
  margin: 0;
}
#mauthietke-tab li button:focus {
  outline: none;
}
#mauthietke-tab li button.active {
  background: #fd5900;
}
.divider {
  position: relative;
  background: url(../images/divider.svg) repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 100%;
  margin: 60px 0 30px;
}
.title_mauthietke {
  text-align: center;
  margin-bottom: 30px;
}
.all_col_duan {
  position: relative;
}
.all_col_duan .img_row_duan {
  margin-bottom: 20px;
  position: relative;
}
.all_col_duan .img_row_duan img {
  aspect-ratio: 3/2;
  border-radius: 10px;
  overflow: hidden;
}
.all_col_duan .content_row_duan .title_duan {
  font-size: 17px;
  font-weight: 600;
  transition: 0.2s all linear;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.all_col_duan .content_row_duan .diachi_duan {
  transition: 0.2s all linear;
  font-size: 14px;
  color: #4c4c4c;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.all_col_duan .content_row_duan .xaymoi_duan {
  font-size: 15px;
  color: #2a017b;
  font-weight: 700;
}
.all_col_duan .all_tag {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 10px 0 10px;
}
.all_col_duan .all_tag .tags {
  display: flex;
  align-items: center;
  padding: 2.5px 10px;
  border-radius: 20px;
  font-size: 13px;
  row-gap: 5px;
  font-weight: 500;
  line-height: 1;
  background: #fff;
  color: #1a1a1a;
  transition: 0.2s all linear;
}
.all_col_duan .all_tag .tags:hover {
  background: #2a017b;
  color: #fff;
}
.all_col_duan .all_tag .tags.tags_nb {
  background: #2a017b;
  color: #fff;
}
.breadCrumbs_duan_short {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.breadCrumbs_duan .breadcrumb-item a {
  color: #000;
}
.breadCrumbs_duan .breadcrumb-item + .breadcrumb-item::before {
  color: #000;
}
.breadCrumbs_duan .bread_title_duan {
  font-size: 30px;
  font-weight: 500;
}
.breadCrumbs_duan_short .all_short_view_duan {
  display: flex;
  align-items: center;
  gap: 15px;
}
.breadCrumbs_duan_short .all_short_view_duan .boloc_arrange > span {
  font-size: 14px;
  color: #4c4c4c;
}
.breadCrumbs_duan_short .all_short_view_duan .boloc_arrange select {
  font-size: 14px;
  color: #4c4c4c;
  border: none;
}
.breadCrumbs_duan_short
  .all_short_view_duan
  .boloc_arrange
  select:focus-visible {
  outline: none;
}
.breadCrumbs_duan_short .view_arrange {
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadCrumbs_duan_short .view_arrange a {
  color: #fd5900;
  font-size: 20px;
}
.all_col_list_duan {
  display: flex;
  box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.19);
  margin-bottom: 35px;
  border-radius: 10px;
}
.all_col_list_duan .img_col_list_duan {
  width: 40%;
}
.all_col_list_duan .img_col_list_duan img {
  aspect-ratio: 3.5/2;
}
.all_col_list_duan .content_col_list_duan {
  width: calc(100% - 40%);
  padding: 25px;
}
.all_col_list_duan .content_col_list_duan .all_tag {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.all_col_list_duan .content_col_list_duan .all_tag .tags {
  display: flex;
  align-items: center;
  padding: 2.5px 10px;
  border-radius: 20px;
  font-size: 13px;
  row-gap: 5px;
  font-weight: 400;
  line-height: 1;
  background: #fff;
  color: #1a1a1a;
  border: 2px solid #2a017b;
}
.all_col_list_duan .content_col_list_duan .all_tag .tags:hover {
  background: #2a017b;
  color: #fff;
}
.all_col_list_duan .content_col_list_duan .all_tag .tags.tags_nb {
  background: #2a017b;
  color: #fff;
}
.all_col_list_duan .content_col_list_duan .title_duan {
  font-size: 20px;
  font-weight: 600;
  transition: 0.2s all linear;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.all_col_list_duan .content_col_list_duan .diachi_duan {
  transition: 0.2s all linear;
  font-size: 14px;
  color: #4c4c4c;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.all_col_list_duan .content_col_list_duan .quymo_duan {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
}
.all_new .all_tags_img_duan {
  position: relative;
  margin-bottom: 20px;
}
.all_new .all_tags_img_duan .img_duan img {
  width: 100%;
}
.all_new .all_tags_img_duan .all_title_tag_duan {
  position: absolute;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.8015581232) 100%
  );
  padding: 35px;
  bottom: 0;
  color: #fff;
}
.all_new .all_tags_img_duan .all_tag {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.all_new .all_tags_img_duan .all_tag .tags {
  display: flex;
  align-items: center;
  padding: 2.5px 10px;
  border-radius: 20px;
  font-size: 13px;
  row-gap: 5px;
  font-weight: 400;
  line-height: 1;
  background: #fff;
  color: #1a1a1a;
  border: 2px solid #2a017b;
}
.all_new .all_tags_img_duan .all_tag .tags:hover {
  background: #2a017b;
  color: #fff;
}
.all_new .all_tags_img_duan .all_tag .tags.tags_nb {
  background: #2a017b;
  color: #fff;
}
.quymo_detail_duan {
  width: fit-content;
  background: #e7f6fd;
  border-radius: 7px;
  padding: 17px 20px;
  transition: 0.2s all linear;
  margin-bottom: 20px;
}
.quymo_detail_duan .quymo_detail {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.thongtin_detail_duan {
  margin-bottom: 20px;
}
.thongtin_detail_duan > span {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
.thongtin_detail_duan .all_thongtin_detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.thongtin_detail_duan .grid_thongtin_detail {
  padding: 10px;
  padding-right: 30px;
  border-right: 1px solid #00000045;
}
.thongtin_detail_duan .grid_thongtin_detail:nth-child(2) {
  border-right: none;
}
.thongtin_detail_duan .grid_thongtin_detail ul {
  margin-bottom: 20px;
  margin-left: 30px;
  list-style: unset;
}
.thongtin_detail_duan .grid_thongtin_detail ul li {
  margin: 7px 0;
}
.noidung_detail_duan table td img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.all_grid_detail_duan {
  display: flex;
  justify-content: space-between;
}
.grid_detail_duan {
  width: calc(100% - 400px - 40px);
}
.bars_detail_duan {
  width: 400px;
}
.bars_detail_duan .bars_detail_search .title_bars_detail {
  background: #2a017b;
  padding: 10px 0px 10px 5px;
  font-size: 20px;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 20px;
}
.bars_detail_duan .bars_detail_search .bars_detail_carousel {
  position: relative;
  padding: 20px 10px 10px 10px;
  background: #e7f6fd;
  box-sizing: border-box;
display: flex;
    flex-direction: column;
    gap: 30px;
}
.item_bars_detail .all_title_bars_detail .title_item_bars_detail {
  margin-bottom: 10px;
  font-size: 20px;
  width: fit-content;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.item_bars_detail .all_title_bars_detail .map_bars_detail {
  font-size: 15px;
  color: #4c4c4c;
  margin-bottom: 20px;
}
.item_bars_detail .img_bars_detail {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.item_bars_detail .img_bars_detail img {
  aspect-ratio: 3/2.2;
}
.item_bars_detail .img_bars_detail .all_tag {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 10px 0 10px;
  top: 0;
}
.item_bars_detail .img_bars_detail .all_tag .tags {
  display: flex;
  align-items: center;
  padding: 2.5px 10px;
  border-radius: 20px;
  font-size: 13px;
  row-gap: 5px;
  font-weight: 500;
  line-height: 1;
  background: #fff;
  color: #1a1a1a;
  transition: 0.2s all linear;
}
.item_bars_detail .img_bars_detail .all_tag .tags:hover {
  background: #2a017b;
  color: #fff;
}
.item_bars_detail .img_bars_detail .all_tag .tags.tags_nb {
  background: #2a017b;
  color: #fff;
}
.bars_detail_search .frm_timkiem_sidebar {
  display: flex;
  align-items: center;
  border-radius: 50px;
  transition: 0.2s all linear;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  background-color: #2a017b;
}
.bars_detail_search .frm_timkiem_sidebar input {
  width: 70%;
  border-radius: 9px;
  border: 1px solid #3336;
  padding-top: 9px;
  padding-bottom: 9px;
  outline: none;
  transition: 0.2s all linear;
  padding-right: 20px;
  padding-left: 20px;
  background: #fff;
}
.bars_detail_search .frm_timkiem_sidebar button {
  width: 30%;
  text-align: center;
  border: none;
  background-color: transparent;
  color: #fff;
  height: 100%;
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  outline: none;
  border-radius: 50px;
  transition: 0.2s all linear;
}
.all_row_chiphi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.noidung_tinhphi .table_baogia_xm {
  padding: 0px 20px 0px 20px;
  border-radius: 0px 0px 0px 0px;
  background-color: #2a017b;
  margin: 0;
  color: #fff;
  list-style: inside;
}
.noidung_tinhphi .table_baogia_xm li {
  padding: 18px 0;
  border-bottom: 1px solid #fff;
}
.title_duan_nb_detail {
  border-bottom: 5px solid #2a017bc7;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 500;
}
.all_sp_danhmuc_list .cover {
  border-radius: 10px;
  overflow: hidden;
}
.all_sp_danhmuc_list .cover img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.all_sp_danhmuc_list .title_content {
  margin-top: 15px;
  color: #000;
  text-align: center;
  font-weight: 500;
}
.all_sp_danhmuc_list .quymo_content {
  color: #000;
  text-align: center;
  margin-top: 5px;
}
.all_sp_danhmuc_list:hover .cover img {
  transform: scale(1.1);
}
.bg-step-form-chiphi {
  width: 360px;
  height: 640px;
  margin: auto;
  background: #fd59000d;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.bg-step-form-chiphi .step-row {
  width: 360px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  box-shadow: 0 -1px 5px -1px #000;
  position: relative;
}
.bg-step-form-chiphi .step-row .step-col {
  width: 120px;
  text-align: center;
  color: rgb(0, 0, 0);
  position: relative;
  font-weight: 500;
}
.bg-step-form-chiphi .step-row #progress {
  position: absolute;
  height: 100%;
  width: 120px;
  background: linear-gradient(to right, #2a017b, #a0adb5);
  transition: 1s;
}
.bg-step-form-chiphi .step-row #progress::after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  right: -20px;
  top: 0;
  border-left: 20px solid #a0adb5;
}
.bg-step-form-chiphi form .form {
  width: 280px;
  position: absolute;
  top: 100px;
  left: 30px;
  transition: 0.5s;
}
.bg-step-form-chiphi form .form#form2,
.bg-step-form-chiphi form .form#form3 {
  left: 450px;
}
.bg-step-form-chiphi form .title_form {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
}
.bg-step-form-chiphi form .input-chiphi {
  margin-bottom: 20px;
}
.bg-step-form-chiphi form .input-chiphi input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}
.bg-step-form-chiphi form .input-chiphi select {
  width: 100%;
  padding: 10px 5px;
  margin: 5px 0;
  border: 0;
  border-bottom: 1px solid rgb(100, 100, 100);
  outline: none;
  background: transparent;
}
.bg-step-form-chiphi form .all_button_step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.bg-step-form-chiphi form .all_button_step button {
  width: 110px;
  height: 35px;
  margin: 0 10px;
  background: linear-gradient(to right, #2a017b, #a0adb5);
  border-radius: 30px;
  border: 0;
  outline: none;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}
.bg-step-form-chiphi form .all_button_step button:hover {
  background: #fd5900;
}
.bg-step-form-chiphi form .all_button_step input.btn-baogia {
  width: 100%;
  height: 35px;
  margin: 0 10px;
  background: linear-gradient(to right, #2a017b, #a0adb5);
  border-radius: 30px;
  border: 0;
  outline: none;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  opacity: 1 !important;
}
.bg-step-form-chiphi form .all_button_step input.btn-baogia:hover {
  background: #fd5900;
}
.all_sidebar_news {
  display: flex;
  justify-content: space-between;
}
.sidebar_news_top {
  width: calc(100% - 400px - 40px);
}
.bars_detail_duan .bars_detail_duan_stick {
  position: sticky;
  top: 80px;
}
.all_items_news {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}
.all_items_news .cover img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.all_items_news .cover-content {
  padding: 32px 30px 20px;
  color: #000;
}
.all_items_news .cover-content .title_content {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
}
.bars_detail_list ul li a {
  display: flex;
  align-items: stretch;
  color: #000;
  gap: 8px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}
.bars_detail_list ul li a:hover {
  color: #fd5900;
}
.img_duan_news_detail img {
  width: 100%;
  /* aspect-ratio: 4 / 2;*/
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
}
.loadkhung_baogia {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.all_baogia .img_baogia {
  display: block;
  overflow: hidden;
  position: relative;
}
.all_baogia .img_baogia img {
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s,
    -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(1.0001);
}
.all_baogia .img_baogia::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px 4px 0 0;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  transition: all 0.5s ease-out;
}
.all_baogia:hover .img_baogia::after {
  visibility: visible;
  opacity: 1;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 110%, 0);
}
.all_baogia:hover .img_baogia img {
  transform: scale(1.061);
}
.all_baogia .cover-content {
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}
.all_baogia .cover-content .title_content {
  /* height: 50px; */
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
  line-height: 23px;
  color: #000;
  font-weight: 500;
}
.all_baogia .view-more-tt {
  margin-top: 2%;
  font-size: 15px;
  font-weight: 600;
  color: #4919a7;
}
.giatricotloi .title_giatricotloi {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
}
.giatricotloi .desc_giatricotloi {
  text-align: center;
}
.all_giatricotloi {
  position: relative;
}
.control-dv {
  position: absolute;
  z-index: 2;
  top: calc(50% - 50px / 2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  cursor: pointer;
  margin: 0px;
  background-color: transparent;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 50%;
}
.control-dv i {
  color: #3d3d3d;
  font-weight: 300;
}
.prev-dv {
  left: 0;
  padding-right: 0;
}
.next-dv {
  right: 0;
  padding-left: 0;
}
.all_giatricotloi .owl-dv {
  width: 92%;
  margin: auto;
}
ul.listbox {
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
ul.listbox .title_content {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
  line-height: 23px;
  color: #000;
  font-weight: 500;
  padding: 10px 0;
}
.othernews {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  border-radius: 5px;
}
.othernews b {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.list-news-other {
  padding-left: 17px;
  list-style: square;
  margin-top: 10px;
}
.list-news-other li {
  margin-bottom: 6px;
}
.list-news-other li a {
  text-transform: none;
  color: #333333;
  font-size: 14px;
}
