:root {
  --maincolor: #042c58;
  --subcolor: #fff;
  --hover: linear-gradient(180deg, #62d24c 0%, #1887bc 100%);
  --fontMain: 'Roboto-Regular', Arial, sans-serif;
  --fontMedium: 'Roboto-Medium', Arial, sans-serif;
  --fontSemiBold: 'Roboto-SemiBold', Arial, sans-serif;
  --fontB: 'Roboto-Bold', Arial, sans-serif;
}
* {
  margin: 0px;
  padding: 0px;
}
html,
body {
  font-family: var(--fontMain);
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  line-height: 1.6;
  font-weight: normal;
  color: #333333;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
}

a {
  text-decoration: none;
}

b,
strong {
  font-weight: normal;
  font-family: var(--fontB);
}

img {
  border: none;
  max-width: 100%;
}

a img {
  display: block;
}

#page {
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.c,
.c5,
.c10,
.c15,
.c20,
.c30,
.c3,
.c2,
.c80 {
  clear: both;
}

.c {
  height: 0px;
}

.c3 {
  height: 3px;
}

.c4 {
  height: 4px;
}

.c5 {
  height: 5px;
}

.c10 {
  height: 10px;
}

.c15 {
  height: 15px;
}

.c20 {
  height: 20px;
}

.c30 {
  height: 30px;
}

.c50 {
  height: 50px;
}

.text-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.text-line-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.text-line-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.text-line-7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.text-line-8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.text-line-10 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.text-line-12 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}

.search-pc {
  display: none;
  width: 240px;
  position: absolute;
  bottom: -80px;
  right: 0px;
  z-index: 999;
}

.submit-search-pc {
  float: right;
  color: #374458;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 5px;
}

.search-pc .kw {
  width: 100%;
  height: 35px;
  border: solid 1px #ccc;
  padding: 0px 10px;
  outline: none;
  float: left;
  color: #333;
  border-radius: 25px;
  background: #fff;
}

.search-pc .fa {
  color: #374458;
}

.search-icon {
  color: #707070;
  margin-left: 30px;
}

.search-pc .closeX {
  position: absolute;
  color: #666;
  width: 22px;
  height: 22px;
  text-align: center;
  border: solid 1px #ccc;
  background: #fff;
  border-radius: 10px;
  line-height: 20px;
  right: -15px;
  top: -8px;
}

.header {
  background: #fff;
  border-bottom: solid 1px #ccc;
  top: -100px;
}

.logo {
  float: left;
  margin-top: 2px;
}

.logo img,
.logo-mobile img {
  display: block;
}

.logo-mobile {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}

.menubar {
  float: right;
  text-align: center;
}

.menu-title {
  background: #29a7e1;
  color: #fff;
  padding: 12px;
  border-radius: 5px 5px 0px 0px;
  cursor: pointer;
}

.nav {
  padding: 0px;
  margin: 0px;
  font-weight: normal;

  max-width: 1200px;
  margin: 0 auto;
}

.nav > li {
  list-style: none;
  display: inline-block;
  position: relative;
  float: left;
  font-size: 15px;
  font-weight: normal;
  height: 85px;
  line-height: 85px;
  margin: 0px 2px;
}

.nav li:first-child {
  border-left: none;
}

.nav li:last-child {
  margin-right: 0;
}

.nav li:last-child a {
  padding-right: 0;
}

.nav > li > a {
  text-decoration: none;
  display: inherit;
  padding: 0px 10px;
  color: var(--maincolor);
  font-family: var(--fontMedium);
}

.nav > li:hover > a {
  color: #525252;
}

.nav > li.active > a {
  color: #85c438;
}

.nav li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  text-align: left;
  display: none;
  padding: 0px;
  opacity: 0.98;
  z-index: 999999;
  font-weight: normal;
  background: var(--maincolor);
  text-transform: initial;
}

.nav li ul > li {
  width: 100%;
  list-style: none;
  float: left;
  text-align: left;
  border: none !important;
  text-transform: initial;
  line-height: normal;
  position: relative;
}

.nav li ul > li a {
  font-family: var(--fontMain);
  padding: 0px 10px;
  display: block;
  color: #fff !important;
  line-height: 18px;
  text-transform: initial;
  padding: 8px 10px;
  border-top: solid 1px #ccc;
}

.nav > li > ul > li:hover {
  background-color: #f2f2f2; /* màu nền bạn muốn */
}

.nav > li > ul > li:hover > a {
  color: #414042 !important;
}

.nav li ul ul {
  left: 100%;
  top: 0px;
}

.mega-menu {
  width: 100% !important;
  left: 0px !important;
  /*
  background: rgba(185,8,18,0.8) !important;
    */
  background: rgba(0, 0, 0, 0.8) !important;
  padding: 10px 0px !important;
}

.mega-menu-item {
  padding: 10px 0px;
  line-height: initial !important;
  border-bottom: solid 1px #333;
  padding-left: 10px;
}

.mega-menu-item a {
  color: #fff;
}

.mega-menu-item:hover {
  background: #555;
}

.mega-menu-item-link:hover {
}

.mobile-bar {
  background-color: #fff;
  width: 100%;
  padding: 3px;
  border-bottom: solid 1px #ccc;
}

.lang-flag {
  float: right;
  /* margin-top: 2px; */
  border: none;
  margin-left: 15px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}

.img-poster img {
  display: block;
}

.createdate {
  color: #999;
  font-size: 12px;
}

.crumb {
  padding: 10px 0px;
  font-size: 12px;
  border-bottom: solid 1px #d7d7d7;
  background-color: #ebebeb;
  padding-bottom: 5px;
}

.crumb a {
  color: #6d6e71;
  text-decoration: none;
  padding: 0 10px;
}

.crumb a:first-child {
  padding-left: 0;
}

.crumb a:last-of-type {
  color: #4d4d4d;
  padding-left: 10px;
}

.menu-footer a {
  font-size: 13px;
  color: #333;
  margin-right: 20px;
  text-decoration: none;
}

.linksmo {
  float: left;
  width: 100%;
}

.linksmo img {
  float: left;
  margin-right: 5px;
}

.linksmo a {
  color: #333;
  margin-bottom: 10px;
  display: inline-block;
  width: 34px;
  height: 34px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  margin-right: 5px;
}

.linksmo a.fa-facebook {
  color: #4b76bd;
  border: solid 2px #4b76bd;
}

.linksmo a.fa-youtube {
  color: #fc3831;
  border: solid 2px #fc3831;
}

.linksmo a.fa-twitter {
  color: #1da1f2;
  border: solid 2px #1da1f2;
}

.linksmo a.fa-pinterest {
  color: #fb5245;
  border: solid 2px #fb5245;
}

.linksmo a.fa-instagram {
  color: #8941a7;
  border: solid 2px #8941a7;
}

.menuleft {
  padding: 0px;
  margin: 0px;
  color: #58595b;
  background: #fafafa;
  border: solid 1px #eee;
}

.menuleft .fa {
  font-size: 10px;
}

.menuleft ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.menuleft li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-bottom: solid 1px #eee;
}

.menuleft li:last-child {
  border-bottom: none;
}

.menuleft li a:hover {
  color: #ad8963;
}

.menuleft li a {
  color: #222;
  padding: 10px;
  width: 100%;
  display: block;
  font-size: 15px;
}

.menuleft > .actived {
  background: #eee;
}

.menuleft > .actived > a {
  color: #333;
  font-family: var(--fontB);
}

.menuleft .actived ul {
  background: #eee;
  display: block;
}

.menuleft .actived .actived a {
  color: #f38f15;
}

.deactived {
  display: none;
}

.menuleft li ul {
  margin: 0px;
  padding: 0px;
  padding-left: 35px;
  background: #eee;
  display: none;
}

.menuleft li ul li {
  padding-left: 0px;
  list-style-type: square;
}

.menuleft li ul li a {
  border-bottom: none;
  padding: 8px 0px;
  font-size: 14px;
  color: #333;
}

.menuleft-icon {
  padding-right: 8px;
}

#button-btt {
  position: fixed;
  right: 10px;
  bottom: 70px;
  color: #0059bd;
  background: #ccc;
  padding: 10px;
  opacity: 0.8;
  z-index: 10;
}

#button-btt a {
  color: #fff;
}

.view-more-btn:hover {
  box-shadow: 0px 0px 5px #666;
  color: #fff;
}

.buynow-btn {
  display: block;
  color: #fff;
  padding: 10px 12px;
  font-family: var(--fontB);
  box-shadow: 0px 0px 2px #999;
  float: left;
  background: #3b8750;
  border-radius: 4px;
}

.buynow-btn:hover {
  color: #fff;
  background: #226e37;
}

.error {
  border: solid 1px #ff0000 !important;
}

.btn-send {
  width: 100%;
  padding: 9px;
  border: solid 1px #ccc;
  text-align: center;
  font-size: 18px;
  display: block;
  cursor: pointer;
  max-width: 150px;
  background: #0076c2;
  color: #fff;
  float: right;
  text-transform: uppercase;
}

.btn-dangky {
  width: 100%;
  padding: 9px;
  border: solid 1px #ccc;
  text-align: center;
  font-size: 18px;
  display: block;
  cursor: pointer;
  max-width: 255px;
  background: #0076c2;
  color: #fff;
  float: right;
  text-transform: uppercase;
}

.search-mobile {
  width: 100%;
  position: relative;
  display: none;
}

.search-mobile input {
  width: 100%;
  height: 30px;
}

.m-search-icon {
  position: absolute;
  right: 10px;
  top: 6px;
  color: #ef5994;
}

.homeslide-prev,
.homeslide-next {
  position: absolute;
  top: 50%;
  z-index: 9;
  margin-top: -30px;
  cursor: pointer;
}

.homeslide-next {
  left: 10px;
  background: url(../images/arrow/arrow-slide-left.png) no-repeat;
  width: 24px;
  height: 48px;
}

.homeslide-prev {
  right: 10px;
  background: url(../images/arrow/arrow-slide-right.png) no-repeat;
  width: 24px;
  height: 48px;
}

.title-line {
  background: #f38f15;
  height: 4px;
  width: 60px;
  margin: 0 auto;
}

.title-mobile-highlight .fa {
  transform: rotate(225deg);
}

.menutab {
  width: 100%;
}

.menutab-item {
  background-color: #fff;
  border: 1px solid #cee5f6;
  padding: 12px 15px;
  text-align: center;
  margin: 0px 5px 5px;
  font-family: var(--fontMedium);
}

.menutab-item a {
  color: var(--maincolor);
}

.tab-item {
  display: block;
  width: 20%;
  float: left;
  text-align: center;
  font-family: 'R-b';
  font-weight: normal;
  color: #58595b;
  font-size: 15px;
  padding: 5px 5px;
  border-right: solid 1px #ccc;
  margin: 10px 0px;
}

.tab-item:last-child {
  border-right: none;
}

.tab-item:hover {
  color: #f38f15;
}

.menutab .actived {
  background-color: var(--maincolor);
  color: #fff;
}

.menutab .actived a {
  color: #fff;
}

.tab-title {
  margin: 0px;
  font-family: var(--fontB);
  font-weight: normal;
  font-size: 16px;
  color: #414042;
  text-transform: uppercase;
  padding: 12px 16px;
  display: block;
  float: left;
}

.tab-active {
  background: #fff;
  color: #414042;
}

.tab-content {
  padding: 10px 20px;
}

.swiper-slide-active .slide-home-item {
  transition: All 2s ease;
  -webkit-transition: All 2s ease;
  -moz-transition: All 2s ease;
  -o-transition: All 2s ease;
  transform: translateX(800px);
}

.swiper-slide-active .slide-detail {
  transition: All 2s ease;
  -webkit-transition: All 2s ease;
  -moz-transition: All 2s ease;
  -o-transition: All 2s ease;
  transform: translateY(-200px);
}

/*Modal*/
.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) !important;
}

/*---*/

.btn {
  font-size: 3vmin;
  padding: 0.75em 1.5em;
  background-color: #ddd;
  border: 1px solid #bbb;
  color: #222;
  text-decoration: none;
  display: inline;
  border-radius: 4px;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.btn:hover {
  background-color: #3b8750;
  color: #fff;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.btn-small {
  padding: 0.75em 1em;
  font-size: 0.8em;
}

.modal-box {
  display: none;
  position: fixed;
  z-index: 1404040;
  width: 60%;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  max-width: 800px;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
  background: #00803d;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
  margin: 0;
}

.modal-box .modal-body {
  padding: 10px 20px;
}

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

a.close {
  line-height: 1;
  position: absolute;
  top: 2%;
  right: 2%;
  text-decoration: none;
  color: #f00;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

.msgbox {
  color: #ccc;
}

.form-error {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  color: #ff0000;
}

.form-success {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  color: #009846;
}

.right-icon {
  background: #6e0b11;
  padding: 7px 9px;
  right: 0;
}

.right-hotline {
  position: fixed;
  right: -102px;
  top: 200px;
  z-index: 999;
}

.right-facebook {
  position: fixed;
  top: 250px;
  z-index: 999;
}

.right-youtube {
  position: fixed;
  top: 300px;
  z-index: 999;
}

.right-hotline a {
  color: #fff;
  text-decoration: none;
  float: right;
  margin-left: 10px;
  line-height: 35px;
}

.message-success {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;

  background: #fff;
  width: 400px;
  box-shadow: 0px 0px 10px #333;
  color: #060;
  text-align: center;
  padding: 30px;

  display: none;
}

.message-success .success-ok {
  background: #060;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
}

.comment-success {
  color: #060;
  padding: 10px;
}

.cell-cat-home {
  padding: 10px;
  background: #ebebeb;
}

.title-info-home {
  margin: 0;
  padding: 0px;
  font-size: 25px;
  color: #5a5b5a;
  text-transform: uppercase;
}

.conten-info-home {
  text-align: justify;
  color: #fff;
  margin: 0;
  line-height: 1.333;
  font-size: 16px;
  width: 70%;
}

.btn-search-mobile {
  display: block;
  position: absolute;
  color: #1c4d99;
  top: 5px;
  right: 10px;
}

.view-more-home {
  float: left;
  text-align: center;
  color: #333;
  /* width: 120px; */
  display: block;
  padding: 10px 20px;
  border-radius: 20px;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d0d0d0+0,c2c2c2+8,e7e8e8+50,c2c2c2+92,d0d0d0+100 */
  background: rgb(208, 208, 208);
  /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(208, 208, 208, 1) 0%,
    rgba(194, 194, 194, 1) 8%,
    rgba(231, 232, 232, 1) 50%,
    rgba(194, 194, 194, 1) 92%,
    rgba(208, 208, 208, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(208, 208, 208, 1) 0%,
    rgba(194, 194, 194, 1) 8%,
    rgba(231, 232, 232, 1) 50%,
    rgba(194, 194, 194, 1) 92%,
    rgba(208, 208, 208, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(208, 208, 208, 1) 0%,
    rgba(194, 194, 194, 1) 8%,
    rgba(231, 232, 232, 1) 50%,
    rgba(194, 194, 194, 1) 92%,
    rgba(208, 208, 208, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d0d0', endColorstr='#d0d0d0', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.product-name {
  margin: 5px 0px;
  padding: 0px;
  font-family: var(--fontB);
  color: #333;
  font-weight: normal;
  font-size: 16px;
}

.product-name a {
  color: #333;
}

.product-name a:hover {
  color: #f38f15;
}

.price {
  float: left;
  color: #f38f15;
  font-size: 16px;
  margin-left: 10px;
}

.pricekm {
  color: #f7c14d;
  float: left;
  font-size: 16px;
  font-family: var(--fontB);
  font-weight: normal;
}

.price-detail {
  color: #f38f15;
  font-size: 20px;
  font-family: var(--fontB);
}

.pricekm-detail {
  color: #ff6c00;
  float: left;
  font-size: 20px;
  font-family: var(--fontB);
  font-weight: normal;
  margin-right: 20px;
  line-height: 18px;
}

.addcart-btn {
  font-family: var(--fontB);
  float: left;
  background: #636363;
  display: block;
  color: #fff;
  padding: 12px 60px;
  margin-left: 5px;
}

.addcart-btn:hover {
  box-shadow: 0px 0px 6px #666;
}

.muangay-btn,
.buy-now {
  font-family: var(--fontB);
  float: left;
  background: #f38f15;
  display: block;
  color: #fff;
  padding: 12px 30px;
}

.muangay-btn:hover,
.buy-now:hover {
  box-shadow: 0px 0px 6px #666;
}

.buy-now-added {
  font-family: 'R-b';
  float: left;
  background: #008e18 15px 7px no-repeat;
  display: block;
  color: #fff;
  padding: 10px 30px;
  border-radius: 20px;
  margin-left: 20px;
}

.page-name {
  margin: 0px;
  padding: 0px;
  font-size: 24px;
}

.box-left {
  padding: 20px;
  padding-bottom: 0px;
  border: solid 1px #eee;
  border-radius: 0px 0px 5px 5px;
  border-top: none;
  background: #fff;
}

.menu-mobile {
  display: block;
  float: left;
  color: #e1943f;
  margin-left: auto;
}

.menu-mobile-item {
  display: block;
  float: left;
  margin-top: 5px;
  color: #fff;
  margin-left: 10px;
}

.content-detail a {
  color: #3b3b3b;
}

.content-detail a:hover {
  color: #d8003f;
}

.star-rate {
  background: url(/images/star-rate.jpg) center top no-repeat;
  height: 17px;
  width: 100%;
}

.rate1 .rate2 {
  background-position-y: -38px;
}

.rate3 {
  background-position-y: -55px;
}

.rate4 {
  background-position-y: -72px;
}

.rate5 {
  background-position-y: -90px;
}

.tab-content {
  display: none;
}

.thumb-next,
.thumb-prev {
  text-align: center;
  background: #eee;
}

.name-faq {
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  font-family: var(--fontB);
  font-weight: normal;
  background: #efeff0;
  border-radius: 4px;
  padding: 12px 8px;
  cursor: pointer;
  float: left;
  width: calc(100% - 45px);
}

.faqcontent {
  display: none;
  width: calc(100% - 45px);
  float: right;
}

.faq-icon {
  background: url(/images/icon-faq.png) left top no-repeat;
  width: 30px;
  height: 25px;
  float: left;
  margin-right: 10px;
}

.faq-active .name-faq {
  background: #f38f15;
  color: #fff;
}

.faq-active .faq-icon {
  background: url(/images/icon-faq-active.png) left top no-repeat;
}

.arrow-div {
  position: relative;
  background: #efeff0;
  border: 1px solid #dddddd;
}

.choose-price {
  border: solid 1px #0076c2;
}

.rate-summary {
  font-family: var(--fontB), sans-serif;
  font-size: 22px;
  color: #58595b;
  width: 100%;
  text-align: center;
}

.rated-bar {
  float: left;
  width: 150px;
  height: 5px;
  border-radius: 5px;
  background: #cccccc;
  margin: 6px;
}

.rated-bar-percent {
  display: block;
  background: #fe9727;
  float: left;
  width: 150px;
  height: 5px;
  border-radius: 5px;
}

.rate-text {
  font-family: var(--fontB), sans-serif;
  color: #58595b;
  width: 100%;
  text-align: center;
}

.star {
  width: 130px;
  height: 24px;
  margin: 0 auto;
  background: url('/images/star-unrate.png') no-repeat left center;
}

.star-rated {
  display: block;
  float: left;
  width: 50%;
  height: 24px;
  margin: 0 auto;
  background: url(/images/star-rated.png) no-repeat left center;
}

.btn-show-comment {
  display: inline-block;
  font-family: var(--fontMain);
  text-decoration: none;
  background: #005aa0;
  border-radius: 3px;
  color: #fff;
  padding: 9px 30px;
  border: none;
  cursor: pointer;
}

.btn-comment {
  font-family: var(--fontMain);
  text-decoration: none;
  background: #db3832;
  border-radius: 3px;
  color: #fff;
  padding: 9px 20px;
  border: none;
}

.txt-comment {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  border: solid 1px #ccc;
  padding-left: 5px;
}

.pagination {
  margin-bottom: 70px;
}

.pagination-item {
  text-decoration: none;
  color: #0c0c0c;
  font-size: 16px;
  font-family: var(--fontB);
  display: inline-block;
  min-width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background-color: #d4d4d4;
  margin: 0 5px;
}

.pagination-item__clicked {
  background-color: var(--maincolor);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: var(--fontB);
  display: inline-block;
  min-width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin: 0 5px;
}

.like-comment {
  color: #f38f15;
}

.btn-contact {
  background: #f38f15;
  width: 100%;
  border-radius: 5px;
  border: none;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  max-width: 200px;
}

#loadMoreProduct {
  display: block;
  background: #ddd;
  color: #f38f15;
  padding: 10px 20px;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px;
  width: 220px;
}

.search-mobile-bar {
  float: right;
  width: 200px;
  position: relative;
  margin-right: 10px;
  margin-top: 5px;
}

.search-mobile-bar .kw {
  width: 100%;
  height: 30px;
  border: solid 1px #eee;
  padding: 0px 10px;
  outline: none;
  float: left;
  color: #333;
  border-radius: 25px;
  background: #fff;
}

.submit-search-mobile {
  float: right;
  color: #f38f15;
  font-size: 14px;
  position: absolute;
  top: 8px;
  right: 25px;
}

.form-title {
  font-family: var(--fontB);
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.dang-ky-tu-van {
  position: fixed;
  bottom: 20px;
  left: 0px;
  z-index: 99;
}

.form-dangky {
  padding: 20px 200px;
  border-radius: 10px;
}

#btnNewsletter {
  background: #0076c2;
  text-align: center;
  padding: 10px;
  width: 100%;
  border-radius: 20px;
  display: block;
  font-size: 15px;
}

.header-mobile {
  background: #fff;
  border-bottom: solid 2px #f38f15;
}

.cart-mobile {
  position: relative;
  margin-right: 10px;
  margin-top: 10px;
  width: 40px;
  float: right;
}

.cart-mobile span {
  position: absolute;
  right: -5px;
  top: -5px;
  font-size: 11px;
  background: #f38f15;
  color: #fff;
  display: block;
  padding: 1px 4px;
  border-radius: 50%;
}

.kw-mobile {
  width: 94%;
  height: 30px;
  border: none;
  border-radius: 20px;
  margin: 0px 10px;
  margin-bottom: 10px;
  color: #333;
  padding-left: 5px;
}

.mobile-footer-bar {
  position: fixed;
  bottom: 0px;
  padding: 5px;
  width: 100%;
  background: #fff;
  box-shadow: 0px -1px 3px #f38f15;
  z-index: 9999;
}

::placeholder {
  color: #afafaf;
  opacity: 1;
}

.fb_customer_chat_bounce_in_v2 {
  bottom: 60px !important;
}

.longPageTOC {
  display: none;
  background-color: #f5f5f5;
  padding: 14px 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
}

.longPageNavigationDiv {
  padding: 10px;
  background: #eee;
  float: left;
  padding-right: 20px;
  width: 100%;
}

.longPageNavigationDiv a {
  color: #333;
}

.longPageNavigationDiv ul {
  padding-left: 20px;
}

.longPageNavigationDiv ul li {
  list-style: none;
  padding: 2px 0px;
}

.longPageNavigationDiv ul .toc-heading3 {
  padding-left: 20px;
}

.form-group {
  padding: 10px 0px;
  border-bottom: dotted 1px #ccc;
}

.error_lbl {
  border: solid 1px #f00;
}

.box-dieukhoan {
  overflow-y: auto;
  height: 150px;
  padding-right: 5px;
}

.btn-payment {
  background: #cc0000;
  width: 100%;
  border-radius: 5px;
  border: none;
  color: #fff;
  padding: 12px 20px;
  text-align: center;
  box-shadow: 0px 1px 5px #f38f15;
  text-transform: uppercase;
  font-size: 16px;
}

.box-thanh-toan-ngan-hang {
  margin: 0px;
  background: #eee;
  padding: 10px;
  padding-left: 35px;
}

.box-thanh-toan-ngan-hang li {
  padding: 5px 0px;
}

.video-content {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.img-article {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

.img-article img {
  display: block;
}

.article-name {
  margin: 0px;
  padding: 0px;
  font-family: var(--fontB);
  font-size: 16px;
  color: #f38f15;
  text-transform: uppercase;
  text-align: center;
}

.article-name a {
  color: #f38f15;
}

.article-next,
.article-prev {
  float: left;
  outline: none;
}

/*---*/

.article-wrapper {
  padding: 20px 0px;
  background: #efeff0;
}

.info-wrapper {
  padding: 20px 0px;
  background: url(/images/gioithieu.png) no-repeat;
  background-size: cover;

  position: relative;
  top: -4px;
}

.video-home-item {
  position: relative;
}

.playicon {
  opacity: 0.6;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

.playicon:hover {
  opacity: 0.9;
}

.play-video {
  opacity: 0.6;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.play-video:hover {
  opacity: 0.9;
}

.play-video {
  opacity: 0.6;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -49px;
  margin-top: -47px;
}

.btn-next,
.btn-prev {
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #fff;
  border-radius: 50%;
  color: #999;
  float: left;
  outline: none;
  margin: 0px 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-20px);
  z-index: 2;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}

.btn-next {
  right: 0;
}

.btn-prev {
  left: 0;
}

.btn-next:hover,
.btn-prev:hover {
  background: #d8d8d6;
  color: #fff;
}

.faq-form {
  background: #efeff0;
  border-radius: 3px;
  overflow: hidden;
}

.icon-search {
  float: right;
  position: relative;
  height: 85px;
  line-height: 85px;
  text-align: center;
}

.header-fixed {
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
}

.header-fixed .nav > li {
  height: 60px;
  line-height: 58px;
}

.header-fixed .icon-search {
  height: 60px;
  line-height: 58px;
}

.header-fixed .logo {
  margin-top: 5px;
}
.header-fixed .logo img {
  height: 50px;
}

.header-fixed .icon-home {
  margin-top: 16px;
}

.frm-contact {
  width: 100%;
}

/* flex_center */
.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* HOME */
.homecat-title {
  font-size: 24px;
  color: var(--maincolor);
  text-transform: uppercase;
  margin: 0px;
  font-family: var(--fontSemiBold);
}
.info-title-home,
.category-light-title,
.news-title,
.doi-tac-title,
.album-title {
  text-transform: uppercase;
  font-size: 22px;
  color: #ccc;
  position: relative;
  font-family: var(--fontMedium);
}

.info-title-home a,
.category-light-title a,
.du-an-title a,
.news-title a,
.doi-tac-title a,
.album-title a {
  color: #85c438;
}

.info-title-home::after {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  bottom: 10px;
  left: 110px;
  position: absolute;
  background-color: #cccccc;
}

.info-intro-home {
  font-size: 16px;
  color: #414042;
  font-family: var(--fontMain);
}

.info-detail-1 {
  padding-left: 20px;
}

.info-detail-2 {
  padding-right: 20px;
}

.category-light-title::after,
.news-title::after,
.doi-tac-title::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background-color: #cccccc;
}

.news-item {
  margin-top: 15px;
  padding: 10px;
  background-color: #fff;
  height: 430px;
}

.menuboxfooter {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.menuboxfooter li {
  margin-top: 15px;
}

/* SANPHAMCHITIET */
.download-btn-product {
  display: block;
  border-radius: 2px;
  background-color: #ebebeb;
  color: #414042;
  font-family: var(--fontB);
  padding: 12px 24px;
  float: left;
}

.tab-bar-wrapper {
  background-color: #ebebeb;
}

.product-other-title {
  font-family: 'R-b';
  text-align: center;
  color: #414042;
}

.product-other {
  background: #ebebeb;
}

.banner-duan-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.info-heading {
  color: #85c438;
  font-family: 'Muli-EXB';
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

/* SEARCH THANH PHÂN LOẠI */

.search-pc-phanloai {
  width: 240px;
  z-index: 10;
  display: block;
  position: relative;
}

.search-pc-phanloai .kw {
  width: 100%;
  height: 35px;
  border: none;
  padding: 0px 15px;
  outline: none;
  float: left;
  color: #414042;
  border-radius: 25px;
  background: #ffffff;
}

.search-pc-phanloai .kw::placeholder {
  color: #414042;
}

.submit-search-pc-phanloai {
  color: #bcbcbc;
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
/* Hệ thống */

.hethong-card {
  margin-bottom: 66px;
  border-left: 2px solid #bfbfbf;
  padding-left: 18px;
}

.hethong-table {
  width: 100%;
  overflow: auto;
  box-sizing: border-box;
}

.hethong-table td {
  padding: 6px 0;
}

.hethong-name {
  margin: 0;
  color: #85c438;
}

.view-map-btn {
  background: #ebebeb;
  padding: 10px 18px;
  text-align: center;
  border-radius: 3px;
  background-color: #ebebeb;
  font-family: var(--fontB);
  color: #414042;
  display: inline-block;
}

.viewmap-btn-icon {
  padding-left: 6px;
}

.hethong-wrap:nth-of-type(3n + 1) .hethong-card {
  border: none;
  padding-left: 0;
}

.news-intro p,
.duan-card_intro p,
.category-product-detail_intro p {
  margin: 0;
}

/* burger */

.burger {
  position: relative;
  z-index: 4;
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: #cca67b;
  margin: 5px;
  transition: all 0.3s ease;
}

.txt-contact {
  width: 100%;
  height: 35px;
  border: solid 1px #ccc;
  background: #fff;
  border-radius: 3px;
  color: #333;
  padding-left: 2px;
  margin-bottom: 10px;
}

.pagination-item-icon {
  font-size: 20px;
  color: #9f9f9f;
}

.btn-submit-tuyendung {
  background: #f38f15;
  width: 100%;
  border-radius: 5px;
  border: none;
  color: #fff;
  padding: 10px 40px;
  text-align: center;
}

.toppage {
  padding: 5px 0px;
  background: var(--maincolor);
}

.company-name {
  padding: 3px 0px;
  float: left;
  margin-right: 10px;
  font-family: var(--fontB);
  color: #fff;
  font-size: 13px;
}

.company-info {
  padding: 3px 0px;
  float: left;
  font-family: var(--fontMain);
  color: #fff;
  font-size: 13px;
}
.company-info span {
  font-family: var(--fontB);
}

.menu-top {
  padding-top: 2px;
  float: right;
  text-align: right;
  font-size: 14px;
  color: #eee;
}

.toppage-item {
}
.toppage-item a {
  color: #fff;
}

/* DANH MỤC SẢN PHẨM */
.list-category {
  position: relative;
  background-image: url('/uploaded/pic-cat/5fdc36e484caf542365840da9d8921942e49d5ee.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* lớp nền hover */
.list-category::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--bg-hover);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

/* khi hover */
.list-category.is-hover::before {
  opacity: 1;
}

/* nội dung nổi lên trên nền */
.list-category .grid {
  position: relative;
  z-index: 1;
}
.category-name {
  color: #fff;
}
.category-item {
  padding: 150px 100px;
}
.category-item:hover {
  background: var(--hover);
}

/* KHÁCH HÀNG */
.customer-wrapper {
  background: #fff;
}

.customer-swiper {
  padding: 10px 0 40px;
}

.customer-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cee5f6;
}

.customer-item img {
  padding: 20px;
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
  transition: all 0.3s ease;
}
.bignews {
  position: relative;
}

.bignews-image {
  display: block;
  position: relative;
}

.bignews-image img {
  width: 100%;
  display: block;
}

.bignews-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(
    to top,
    rgba(0, 70, 140, 0.9),
    rgba(0, 70, 140, 0.6),
    rgba(0, 70, 140, 0)
  );
  color: #fff;
}

.bignews-date {
  font-size: 12px;
  opacity: 0.9;
  margin-bottom: 6px;
}

.bignews-title {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 6px;
}

.bignews-title a {
  color: #fff;
}

.bignews-intro {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.95;
}

.homenew-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.homenew-item {
  display: flex;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid #dbe6f3;
}

.homenew-item:last-child {
  border-bottom: none;
}

/* DATE */
.homenew-item-date {
  min-width: 52px;
  font-size: 12px;
  color: #9aa5b1;
}

.homenew-item-title a {
  color: #0a2a5e;
}

.homenew-item-title a:hover {
  color: #004a99;
}

.btn-xemthem {
  display: block;
  color: #fff;
  padding: 5px 15px;
  float: right;
  background: var(--maincolor);
  border: 1px solid;
}

/* wrap */
.info_donvi_wrap {
  margin-top: 40px;
}

/* card */
.info_donvi_item {
  height: 100%;
  padding: 32px 24px;
  background: #f5f7fa;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  border: 1px solid var(--maincolor);
}

.info_donvi_item:hover {
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.15);
}

/* title */
.info_donvi_name {
  font-size: 20px;
  color: var(--maincolor, #2c7be5);
  text-transform: uppercase;
  margin-bottom: 14px;
}

/* description */
.info_donvi_intro {
  font-size: 15px;
  line-height: 1.75;
  color: #555;
}
/* TRANG GIẢI PHÁP */

/* Item lẻ: đảo layout */
.cat-item:nth-child(odd) .cat-item-inner {
  flex-direction: row-reverse;
} /* Item chia hết cho 3 */
.cat-item:nth-child(3n) {
  background: var(--maincolor); /* đổi màu theo ý */
  color: #fff;
  padding: 50px 40px;
}
.cat-item:nth-child(3n) .homecat-title {
  color: #fff;
}

.cat-item {
  margin: 40px 0;
  transition: all 0.3s ease;
}
.cat-item-image {
  position: relative;
  overflow: visible;
}

.cat-item-image img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

/* Border góc trên bên trái */
.cat-item-image::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: 300px;
  height: 300px;
  background: #1e5a96;
  z-index: 0;
}

/* Border góc dưới bên phải */
.cat-item-image::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 300px;
  height: 300px;
  background: #1e5a96;
  z-index: 0;
}
/* TRANG SẢN PHẨM  */
/* card */
.product-item {
  background: #f5f7fa;
  padding: 25px;
  border-radius: 6px;
  align-items: center;
  height: 100%;
  transition: 0.3s;
  padding: 30px;
}

/* hover giống ảnh */
.product-item:hover {
  background: #0b3f7f;
}

/* title */
.product-title {
  font-size: 18px;
  font-family: var(--fontMain);
  color: #1e88be;
  margin-bottom: 8px;
  transition: 0.3s;
}

.product-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.5;
  transition: 0.3s;
}

/* button */
.product-btn {
  display: inline-block;
  padding: 6px 14px;
  font-size: 13px;
  color: #0b5ed7;
  border: 1px solid #0b5ed7;
  border-radius: 3px;
  text-decoration: none;
  transition: 0.3s;
}

/* đổi màu chữ khi hover */
.product-item:hover .product-title,
.product-item:hover .product-desc,
.product-item:hover .product-btn {
  color: #fff;
  border-color: #fff;
}

.product-item:hover .product-btn:hover {
  background: #fff;
  color: #0b3f7f;
}

/* image */
.product-image {
  text-align: right;
}

/* Options */
.options {
  margin: 10px 0;
  font-size: 16px;
}

.options .mausac-item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: 0;
  margin-right: 10px;
}

.mausac-item.actived {
  border: 2px solid var(--maincolor);
}

.options .loaitham,
.options .vantham,
.options .quantity {
  padding: 10px 0px;
}

.options button {
  margin-left: 5px;
  padding: 6px 12px;
  border: none;
  border-radius: 25px;
  background: #ddd;
  cursor: pointer;
}

.options button.choose-price {
  background-color: var(--maincolor);
  color: #fff;
}

.price-km {
  color: #e53935;
  font-size: 18px;
  font-family: var(--fontB);
}
.price {
  color: var(--subcolor);
  font-size: 18px;
  font-family: var(--fontB);
}

.quantity input {
  width: 40px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 5px;
  padding: 4px;
}

/* Buy buttons */

.btn-buy {
  background: linear-gradient(90deg, #e32219, #ff5e1f);
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 16px;
  font-family: var(--fontSemiBold);
  cursor: pointer;
  border-radius: 30px;
}

.btn-shopee,
.btn-tiktok {
  margin-top: 20px;
  border-radius: 30px;
  color: #fff;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 14px;
  font-family: var(--fontB);
  cursor: pointer;
  display: flex;
  justify-content: space-around;
}
.buy,
.addcart {
  color: #fff;
}
.newslist,
.newshot-list {
  list-style: none;
}
.newslist li {
  margin-bottom: 20px;
  background: #f5f7fa;
}
.newsname a {
  color: var(--maincolor);
}
.newshot-list li {
  margin-bottom: 20px;
  background-color: #f5f7fa;
  padding: 10px;
}
.newshot-big {
  background: var(--maincolor);
  color: #fff;
}
.newshot-big a {
  color: #fff;
}
.newbig-box {
  padding: 10px;
}
/* TRANG TUYỂN DỤNG */

.tuyendung-wrapper h1 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: #0b3a70;
}

.search-section {
  background: linear-gradient(90deg, #1f7ea4, #2fa46c, #6ad83c);
  padding: 35px 20px;
  border-radius: 4px;
  margin-bottom: 25px;
}

.search-title {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.search-box {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
}

.search-input {
  flex: 1;
  height: 42px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
}

.search-input:focus {
  outline: none;
}

.search-btn {
  height: 42px;
  padding: 0 25px;
  background: #0b3a70;
  color: #fff;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.search-btn:hover {
  background: #092f5a;
}

.filters {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 25px 0;
}

.filter-group select {
  min-width: 200px;
  height: 38px;
  border: 1px solid #b7d2f0;
  padding: 0 10px;
  font-size: 14px;
}

.jobs-table {
  overflow-x: auto;
}

.jobs-table table {
  width: 100%;
  border-collapse: collapse;
}

.jobs-table thead {
  background: #0b3a70;
}

.jobs-table th {
  color: #fff;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #2d63a5;
}

.jobs-table td {
  padding: 12px 10px;
  font-size: 14px;
  border: 1px solid #cfe0f5;
  text-align: center;
  color: #0b3a70;
}

/* cột vị trí */
.jobs-table td:first-child {
  text-align: left;
  font-weight: 600;
}

/* hover row */
.jobs-table tbody tr:hover {
  background: #f2f7ff;
}
.footer {
  background: linear-gradient(180deg, #062c55, #041f3d);
  color: #cfe6ff;
  font-size: 14px;
}

.footer-top {
  padding: 50px 0;
  gap: 30px;
}

.footer-col {
  line-height: 1.6;
}

.footer-logo img {
  max-width: 160px;
  margin-bottom: 15px;
}

.footer-desc {
  color: #b9d7f3;
}

.footer-title {
  color: #ffffff;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 15px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 8px;
}

.footer-list a {
  color: #cfe6ff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-list a:hover {
  color: #4fc3ff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 15px 0;
  align-items: center;
}

.footer-social {
  display: flex;
  gap: 8px;
}

.footer-social .social {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0b3a6a;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.footer-social .social:hover {
  background: #4fc3ff;
  color: #002244;
}

/* QUY MÔ WRAPPRE */
.quy-mo {
  background: url(/uploaded/pic-cat/quymo.png);
  color: #fff;
}

.quy-mo-inner {
  padding: 50px 40px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.info-item {
  padding: 20px;
}

.info-number {
  font-size: 48px;
  line-height: 1;
}

.info-number::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  margin: 15px auto;
}
/* TITLE LEFT */
/* BOX CHA */
.box-news-left {
  border: 1px solid #cfe0f5;
  background: #fff;
}

/* TITLE */
.title-left {
  margin: 0;
  background: var(--maincolor);
  padding: 12px 15px;
  font-size: 15px;
  text-transform: uppercase;
}

.title-left a {
  color: #fff;
  font-weight: 600;
  display: block;
}

/* ITEM */
.box-news-left .flex-container {
  padding: 12px 12px 10px;
  border-bottom: 1px solid #e6eef7;
}

.box-news-left .flex-container:last-child {
  border-bottom: none;
}

/* IMAGE */
.box-news-left .cell-2-5 img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 3px;
  display: block;
}

/* TITLE LINK */
.box-news-left .news-home-item {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #0b4fa3;
  font-weight: 500;
  margin-left: 10px;
}

.box-news-left .news-home-item:hover {
  color: #f26522;
}

/* DATE (nếu có span hoặc div ngày) */
.box-news-left .news-date {
  font-size: 12px;
  color: #888;
  margin-left: 10px;
  margin-top: 5px;
  display: block;
}

/* SPACING FIX */
.box-news-left .c10 {
  display: none;
}

.box-news-left .c20 {
  display: none;
}

.titlehnc-left {
  font-size: 18px;

  color: #0b4fa3;
  border-bottom: 2px solid #0b4fa3;
  padding-bottom: 8px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.newsother-item {
  background: #fff;
  border: 1px solid #e6eef7;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  transition: 0.3s;
}

.newsother-item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}
.newsother-img {
  display: block;
  overflow: hidden;
}

.newsother-name {
  display: block;
  padding: 12px 12px 15px;
  font-size: 14px;
  line-height: 1.4;
  color: #0b4fa3;
}
