:root {
  --maincolor: #268ecd;
  --subcolor: #ffffff;
  --textcolor: #606060;
  --fontmain: "Roboto", sans-serif;
  --fontB: "Roboto-Bold", sans-serif;

  --fontMedium: "Roboto-Medium", sans-serif;
  --fontItalic: "Roboto-Italic", sans-serif;
  --fontSemiBold: "Roboto-SemiBold", sans-serif;
  --fontLight: "Roboto-Light", sans-serif;
}

* {
  margin: 0px;
  padding: 0px;
}

html,
body {

  font-family: var(--fontmain);
  font-size: 18px;
  padding: 0px;
  margin: 0px;
  line-height: 1.6;
  font-weight: normal;
  color: #606060;
  scroll-behavior: smooth;



}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-family: var(--fontB);
}

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

b,
strong {

  font-family: var(--fontmain);

}

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

a img {
  display: block;
}

#page {
  background: #fff;
  max-width: 100%;
  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-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.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: block;

  margin-left: 10px;
}



.submit-search-pc {
  float: left;
  color: #737373;
  font-size: 16px;
  position: absolute;
  top: 10px;
  left: 20px;
}

.icon-search {
  position: relative;
  width: 50px;
  text-align: center;
  line-height: 50px;
  height: 50px;
}

.icon-search i {
  color: #333;
}

.search-pc {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.603);
  z-index: 11;
  transition: all .5s ease-in-out;
  display: none;
  line-height: 100vh;

}

.closeX {
  color: #FFF;

  position: absolute;
  top: -50px;

}

.search-pc .kw {
  width: 100%;
  height: 35px;
  border: solid 1px #CCC;
  padding: 0px 10px;
  outline: none;
  float: left;
  color: rgba(0, 0, 0, 0.25);

  border-radius: 25px;
  background: #FFF;
}

.search-pc ::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.search-pc .fa {
  color: rgb(25 25 25 / 70%);
}

#searchformtab {
  position: relative;
}

.searchpc .search-icon {
  position: absolute;
  color: #333;
  bottom: 15px;
  right: 15px;
}

#searchformtab input {

  color: #0a0a0a;
  padding: 9px 25px 10px 30px;
  height: 45px;
  /* max-width: 500px; */
  border-radius: 9px;
  border: 1px solid #767070;
  background-color: #FFF;

}

#searchformtab input::placeholder {
  color: #484848;
}

.search-icon {
  color: #FFF;
}

.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;
}

.header {
  background: transparent;
  width: 100%;
  z-index: 11;
  width: 100%;
  overflow: visible;
  box-shadow: 0px 0px 5px #9d9dd9;
  transition: all .5s ease-in-out;
}

header.header-fixed {
  position: fixed;
  background: #fbfbfb;
  border-bottom: 1px solid #d3d2d2;
  z-index: 14;
}


.header-fixed .logo {
  margin-top: 0px;
  max-width: 150px;
}

.logo {
  float: left;

  width: 100%;
}

/* .logo img,
.logo-mobile img {
  display: block;
  padding: 5px;
} */

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

.menubar {

  text-align: center;
  display: flex;
  align-items: center;
  justify-content: end;
}



.nav {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  /* max-width: 1200px; */

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

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

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

.nav>li>a {
  text-decoration: none;
  color: #404040;
  display: inherit;
  padding: 0 15px;
  font-size: 17px;
  font-family: var(--fontmain);
  line-height: 85px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  transition: all .5s ease-in-out
}

.nav>li>a:hover {
  /* background-color: var(--maincolor);
  color: #FFF; */
  color: var(--maincolor);
}

.nav>li.active a {
  /* background-color: var(--maincolor); */
  color: var(--maincolor);
}

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

.nav li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 290px;
  text-align: left;
  color: #0a0a0a;
  padding: 0px;
  box-shadow: 0px 0px 5px #9d9dd9;
  z-index: 9;
  display: none;
  font-weight: normal;
  background: #FFF;
  text-transform: initial;
  border-radius: 5px;

}

.nav li:hover ul {
  display: block;
}

.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 {
  padding: 0px 10px;
  display: block;
  color: var(--textcolor);
  line-height: 18px;
  text-transform: uppercase;
  padding: 11px 10px;


}

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

.nav>li.active ul li a {
  background-color: #FFF;
  color: var(--textcolor)
}


.mega-menu-item {

  line-height: initial !important;
  border-bottom: solid 1px #0a0a0a;

}

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

.mega-menu-item:hover,
.nav>li.active ul li:hover a {
  background: var(--maincolor);
}

.mega-menu-item:hover a,
.nav>li.active ul li:hover a {
  color: #FFF;
}

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

.mega-menu-item:hover li a,
.nav>li.active ul li:hover li a {
  color: var(--textcolor);
  background: #FFF;
}

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

.mobile-bar {
  background-color: #fff;
  width: 100%;
  padding: 3px;
}

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

.burger {
  width: 60px;
  float: right;
}

.burger div {
  width: 40px;
  height: 3px;
  margin-bottom: 10px;
  background: var(--maincolor);
  float: right;
}

.burger div:nth-last-child(1) {
  margin-bottom: 0px;
}

.crumb {
  background: #ccc;

  padding: 5px 0px;
  font-size: 12px;


}

.crumb-gray .crumb {
  background-color: #f5f5f5;
}

.crumb a {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-family: var(--fontMedium);
  text-align: center;
}

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

.crumb a:last-of-type {
  color: #333;


}


/*  */

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

.menuleft .title {
  background: var(--subcolor);
  color: #FFF;
  padding: 10px 15px;
  font-size: 17px;
  font-family: var(--fontmain);


}

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

.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: var(--subcolor);
}

.menuleft li a {
  color: #0a0a0a;
  padding: 10px;
  width: 100%;
  display: block;
  font-size: 15px;
  font-family: var(--fontmain);

}

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

.menuleft>.actived>a {
  color: #0a0a0a;
  font-family: var(--fontmain);
}

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

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

.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: #0a0a0a;
}

.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-detail {
  display: block;
  color: #fff;
  background: #244294;
  padding: 10px 30px;
  box-shadow: 0px 0px 3px #999;
  float: left;
}





.menutab {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: var(--maincolor);
  align-items: center;
  border-bottom: 2px solid #e4e4e4;
  padding: 8px 0px;
}

.menutab-item {


  text-align: center;
  background-color: transparent;
  color: #fff;
  border: 2px solid transparent;
  position: relative;

}

.menutab-item.active {
  width: 100%;
}

.menutab-item:nth-child(1) {
  padding-left: 0px;
}

.menutab-item a {

  font-size: 18px;

  text-transform: uppercase;
  color: #FFF;

  transition: all .5s ease-in;
  padding: 15px 15px;
  position: relative;

}

.menutab-item a:before {
  content: "";
  width: 0%;
  height: 1px;
  background: --var(maincolor);
  position: absolute;
  bottom: 0px;
  left: 0px;

}

.menutab-item.actived a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: --var(maincolor);
  position: absolute;
  bottom: 0px;
  left: 0px;

}



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

.menutab-item:hover :before {
  width: 100%
}

.menutab-item a:hover :before .menutab .actived :before {
  width: 100%
}


.tab-bar {
  /* background: #e1e1e1; */
  position: relative;
  display: flex;
  align-items: center;
}

/* .tab-bar-wrapper {
  padding-right: 40px;
} */

.tab-title {
  margin: 0px;
  font-size: 20px;
  color: #484848;
  text-transform: uppercase;
  padding: 10px 0 26px;
  display: block;
  float: left;
  font-family: var(--fontB);
}

.tab-title:nth-child(2) {
  padding: 10px 40px 26px;
}



.tab-active {
  position: relative;
  color: #ffa200;
}

.tab-active::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #ffa200;
  border: solid 1px #ffa200;
  left: 0;
}

.tab-bar::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #176078;
  border: solid 1px #176078;

}

#tabs-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
}

#tabs-nav li {

  list-style: none;
  text-align: center;
  color: var(--subcolor);
  margin: 5px;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #FFF;
}

#tabs-nav li.active a {
  color: var(--subcolor);
  font-family: var(--fontmain);

}


/*Modal*/
.blocker {
  z-index: 111 !important;
}

.modal {
  max-width: 100% !important;
  padding: 0px !important;
  border-radius: 20px !important;
}

.modal a.close-modal,
.modal-close {
  opacity: 0;
  display: none;
}

.modal-overlay {
  opacity: 0;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 112;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) !important;
}

.modal-box {
  display: none;
  position: fixed;
  z-index: 113;
  width: 100%;
  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: 1000px;
  background: #fff;
  height: 100%;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0px);
}

.modal-body {
  padding: 10px 20px;
  /* position: absolute; */

  /* width: 60%;
  height: 100%;
  z-index: 1111;
  background: #FFF;
  display: none;
  min-width: 400px;
  min-height: 400px;
  top: 0px;
  left: 50%;

  transform: translate(-50%); */
}

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

.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: 1px;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
  padding: 8px;
}

a.close {
  line-height: 1;
  font-size: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  text-decoration: none;
  color: #bbb;
}

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

.msgbox {
  color: #ccc;
}

.img-shine {
  position: relative;
  overflow: hidden;
  display: block;
}

.img-shine:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.13) 0%,
      rgba(255, 255, 255, 0.13) 77%,
      rgba(255, 255, 255, 0.5) 92%,
      rgba(255, 255, 255, 0) 100%);
}

/* Hover state - trigger effect */
.img-shine:hover:after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

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

.btn {
  padding: 8px 15px;
  color: #222;
  background-color: var(--subcolor);
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;

}

.btn:hover {
  background-color: var(--maincolor);
  color: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

/* Active state */
.img-shine:active:after {
  opacity: 0;
}


.menu-mobile {
  display: block;
  float: right;
  color: #000;
  font-size: 30px;
  margin-left: auto;
}

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

#simplePagerNav {
  display: flex;
  justify-content: center;
}

.pagination {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.page {
  display: none;
}

.pagination-item {
  text-decoration: none;
  color: #0a0a0a;
  font-size: 18px;

  display: inline-block;
  min-width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: #FFF;
  margin: 0 5px;
  border: 2px solid #b3b3b3;

}


.pagination-item__clicked {
  text-decoration: none;
  color: #fff;
  font-size: 18px;

  display: inline-block;
  min-width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--maincolor);
  margin: 0 5px;
  border: 2px solid #b3b3b3;

}

.pagination-item-icon {
  font-size: 20px;

  color: #176078;
}


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


.form-title {
  font-family: var(--fontmain);
  font-size: 24px;
  font-weight: normal;

  text-align: center;
  width: 100%;
}


.sendmail__btn {
  background: var(--maincolor);
  text-align: center;
  padding: 15px;
  width: 100%;
  border: none;
  border-radius: 5px;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  height: 50px;
}

::placeholder {
  color: #f1f2f2;
  opacity: 1;
  /* Firefox */
}

.line {
  border-bottom: 1px solid var(--maincolor);
}


.line-w {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.Tocct {
  border: 1px solidvar(--maincolor);
  margin-top: 30px;
  border-radius: 25px;
  max-width: 100%;
  padding: 25px;
  position: relative;
}

.longPageTOC {
  font-size: 20px;
  background: #fff;

  text-transform: uppercase;
}

.Tocct {
  position: relative;
  margin: 32px 0;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-left: 4px solid var(--maincolor);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

.longPageTOC {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 14px;
  font-size: 18px;
  font-weight: var(--fontB);
  color: #111827;
  cursor: pointer;
  user-select: none;
}

.longPageTOC::before {
  content: "\f0ca";
  font-family: FontAwesome;
  margin-right: 10px;
  color: var(--maincolor);
}

.longPageTOC::after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: auto;
  transition: .3s;
}

.longPageTOC.collapsed::after {
  transform: rotate(180deg);
}

.longPageNavigationDiv {
  padding-top: 6px;
}

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

.longPageNavigationDiv ul li {
  margin: 4px 0;
}

.longPageNavigationDiv a {
  display: block;
  position: relative;
  padding: 7px 0 7px 18px;

  color: #374151;
  font-size: 15px;
  line-height: 1.6;
  text-decoration: none;

  transition: .25s;
}

.longPageNavigationDiv a::before {
  content: "";
  width: 6px;
  height: 6px;

  border-radius: 50%;
  background: #cbd5e1;

  position: absolute;
  left: 0;
  top: 15px;

  transition: .25s;
}

.longPageNavigationDiv a:hover {
  color: var(--maincolor);
  transform: translateX(4px);
}

.longPageNavigationDiv a:hover::before {
  background: var(--maincolor);
}

.longPageNavigationDiv .toc-heading3 a {
  padding-left: 34px;
  font-size: 14px;
  color: #6b7280;
}

.longPageNavigationDiv .toc-heading3 a::before {
  left: 16px;
  width: 5px;
  height: 5px;
}

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

.btn-dangnhap {
  background-color: var(--maincolor);
  color: #FFF;
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 18px;
}

/* home */
.slidehome {
  position: relative;
}

.slidehome-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: auto;
  color: #303030;
  color: #FFF;
  max-width: 800px;
  text-align: center;
}

.subtitle {
  text-transform: uppercase;
  font-size: 14px;
}

.slidehome-title {
  text-transform: uppercase;
  font-size: 40px;
}

.search-form {
  position: relative;
  padding: 30px;
  background: #FFF;
  border-radius: 20px;
  box-shadow: 1px 5px 9px #0000002e;
}

.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: #0a0a0a;
  border-radius: 25px;
  background: #fff;
}

.submit-search-mobile {
  float: right;
  color: var(--maincolor);
  font-size: 14px;
  position: absolute;
  top: 8px;
  right: 25px;
}

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

.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: #244294;
  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: 0px;
  color: #0a0a0a;
  padding-left: 5px;
}

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

.btn-xemthem {
  text-align: center;
  padding: 7px 25px;
  border: 1px solid #FFF;
  background-color: transparent;
  border-radius: 30px;
  line-height: 20px;
  color: #ffffff;


}

.btn-all {
  text-align: center;
  padding: 10px 25px;
  line-height: 20px;
  color: #030303;
  border: 1px solid var(--maincolor);
}


.search-form input::placeholder {
  color: #909090;
  font-family: var(--fontmain);
  font-size: 18px;
  height: 50px;
}

.search-form input {
  border: none;
  outline: none;

  margin-bottom: 0px;
  padding-left: 35px !important;

  font-family: var(--fontmain);

}

.search-form .search-icon--input {
  color: #909090;
}

.search-form select {
  outline: none;
  width: 100%;
  font-family: var(--fontmain);

  height: 50px;
  border-radius: 5px;
  border: 1px solid #a0a0a0;
  font-size: 20px;
}

input:focus-visible,
select:focus-visible {
  border: 1px solid #a0a0a0
}

.btn-search {
  background: var(--maincolor);
  color: #FFF;
  width: 100%;
  padding: 12px;
  max-width: 200px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
}


.homecat-title {
  font-size: 36px;
  text-transform: uppercase;
  color: #000;
  font-family: var(--fontLight);
  position: relative;
  text-transform: uppercase;
  margin: 0px;

}

.pagecat-title {
  font-size: 30px;
  text-transform: uppercase;
  color: var(--textcolor);
  font-family: var(--fontB);
  position: relative;
  text-transform: uppercase;
  margin: 0px;

}

/* .homecat-title::before {
  content: "";
  width: 70px;
  height: 2px;
  background-color: var(--maincolor);
  position: absolute;
  left: 0px;
  bottom: 5px;
} */

.homecat-intro {
  font-family: var(--fontmain);
}

.pagecat-title {
  text-align: left;
  color: #282828;
  font-family: var(--fontmain);


  position: relative;
  font-size: 35px;
  text-transform: uppercase;
  margin: 0px;
  line-height: 1.3;
}

/* .homecat-title a,
.pagecat-title a {
  color: currentColor;
} */


.menu-footer {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 10px 0px;
}

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

.footer {
  background-color: #363636;
  color: #fff;
}


.footer a {
  color: #FFF;
}

.text-center {
  margin: auto;
  text-align: center;
}

.footer-title .i {
  float: right;
  margin-top: 3px;
  font-size: 14px;
  display: none;
  transition: 0.5s;
  color: #FFF;
}

.footer-block {
  padding-left: 0px;
  margin-top: 10px;
}

.footer-logo {
  padding: 30px 0px;
}

.footer-block .info {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #FFF;
}

.footer-block .info b {
  margin-right: 10px;
}

.footer-menu {
  margin-top: 10px 0px;
  padding: 5px;

  background-color: #00000038;
}

.footer-menu a {
  text-transform: uppercase;
  padding: 0px 25px;
  transition: all .5s ease;
  line-height: 1;
  font-size: 13px;
}

.footer-menu a:hover {
  color: var(--maincolor)
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;

}

.footer-social li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #FFF;
  background-color: #FFF;
  line-height: 40px;
  margin: 0px 10px;

}

.footer-social li a {
  color: var(--textcolor);
}

.menuboxfooter {
  padding: 0px;
  list-style-type: none;
}

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

.menuboxfooter a {
  color: #FFF;
  transition: all .5s ease-in;
}

.footer-title {
  font-size: 20px;
  color: #FFF;
  font-family: var(--fontB);
  font-family: var(--fontmain);
  /* padding-bottom: 10px; */
  text-transform: uppercase;
}

.menuboxfooter a:hover {
  color: var(--subcolor);
}

.footer-copyright {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  border-top: 1px solidvar(--maincolor);
}

.star-rate {
  background: url(/images/starrate.png) right top no-repeat;
  height: 30px;
  width: 100%;
  background-size: auto;
}

.rate1 {
  background-position-y: -116px;
}

.rate2 {
  background-position-y: -86px;
}

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

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

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

.img-poster {
  position: relative;
}

.img-poster img {
  display: block;
}

.poster-content {
  position: absolute;
  width: 100%;
  max-width: 800px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  text-align: center;
  color: #FFF;
}


.slide-btn-next {
  position: absolute;
  right: -15px;
  top: 50%;
  width: 45px;
  height: 45px;
  transform: translate(0px, -50%);
  line-height: 45px;
  background-color: #FFF;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  color: var(--textcolor);

}

.slide-btn-prev {
  position: absolute;
  left: -5px;
  top: 50%;
  width: 45px;
  height: 45px;
  transform: translate(0px, -50%);
  line-height: 45px;
  background-color: #FFF;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  color: var(--textcolor);

}

/*================home============== */

.creatdate {
  color: #8a8a8a;
  text-transform: uppercase;
}

.menufooter {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.homeduan-wrapper {
  background: #e3e3e3;
}


.duan-list {
  margin-top: 40px;
}

.duan-list>.cell-1-2:nth-child(even) {
  margin-top: 15px;
}

.duanItem {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  margin-bottom: 15px;
}

.duanItem img {
  display: block;
  width: 100%;

  object-fit: cover;
  transition: .8s;
}

.duanItem::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top,
      rgba(0, 0, 0, .65) 0%,
      rgba(0, 0, 0, .15) 45%,
      rgba(0, 0, 0, .05) 100%);
  transition: .35s;
}

.duan-name {
  position: absolute;
  left: 34px;
  bottom: 30px;
  right: 34px;
  z-index: 2;
  color: #fff;
  font-size: 28px;
  line-height: 1.35;
  text-transform: uppercase;
  transition: .35s;

}

.duanItem:hover img {
  transform: scale(1.08);
}

.duanItem:hover::before {
  background: linear-gradient(to top,
      rgba(0, 0, 0, .75),
      rgba(0, 0, 0, .30),
      rgba(0, 0, 0, .08));
}

.duanItem:hover .duan-name {
  bottom: 40px;
}


.homecontact-wrapper {
  background: #333;
  padding: 30px 0 60px;
}

.homecontact-wrapper .flex-container {
  max-width: 820px;
  margin: 0 auto;
}

.homecontact-wrapper input,
.homecontact-wrapper textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #666;
  color: #fff;
  font-size: 16px;
  padding: 14px 16px;
  outline: none;
}

.homecontact-wrapper input::placeholder,
.homecontact-wrapper textarea::placeholder {
  color: #999;
}

.homecontact-wrapper textarea {
  height: 120px;
  resize: none;
}

.homecontact-wrapper button {
  width: 100%;
  height: 62px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  transition: all .3s ease;
}

.homecontact-wrapper button:hover {
  background: #fff;
  color: #333;
}

.homecontact-wrapper .cell-1-2,
.homecontact-wrapper .cell-1-1 {
  margin-bottom: 20px;
}

.news-home {
  align-items: stretch;
}

.news-big-item {
  height: 100%;
  border: 1px solid #d9e5ee;
  background: #fff;
}

.news-big-item img {
  width: 100%;
  display: block;
}

.news-big-content {
  padding: 20px;
}

.news-big-title {
  font-size: 18px;
  line-height: 1.5;
  color: #403F46;
  font-family: var(--fontmain);
}

.news-big-title:hover,
.news-small-title:hover {
  color: var(--maincolor);
}

.news-meta {
  margin-top: 10px;
  font-size: 13px;
  color: #999;
}

.news-big-intro {
  margin-top: 15px;
  line-height: 1.8;
  color: #666;
}


/* Cột phải */
.news-right {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.news-small-item {
  display: flex;
  gap: 15px;

  border: 1px solid #d9e5ee;
  background: #fff;
  align-items: center;
}

.news-small-thumb {
  width: 110px;
  flex-shrink: 0;
}

.news-small-thumb img {
  width: 100%;

  object-fit: cover;
  display: block;
}

.news-small-content {
  flex: 1;
}

.news-small-title {
  font-size: 17px;
  line-height: 1.6;
  color: #403F46;
  transition: .3s;
}


/* Hover ảnh */
.news-big-item,
.news-small-item {
  overflow: hidden;
}

.news-big-item img,
.news-small-thumb img {
  transition: .4s ease;
}

.news-big-item:hover img {
  transform: scale(1.05);
}

/* ==============info========== */
.video-section {
  position: relative;
  padding: 45px 0 50px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 55, 105, 0.65);
  z-index: 1;
}

.video-section .grid {
  position: relative;
  z-index: 2;
}

.video-head {
  text-align: center;
  color: #fff;
  margin-bottom: 0px;
}

.video-head h2 {
  margin: 0;
  font-size: 46px;
  line-height: 1.2;
  font-weight: var(--fontLight);
  text-transform: uppercase;
}

.video-head h2 strong,
.video-head h2 b {
  font-family: var(--fontB);
}

.video-desc {
  margin-top: 12px;
  font-size: 18px;
  font-family: var(--fontSemiBold);
}

.video-box {
  max-width: 885px;
  margin: 0 auto;
}

.video-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}

.video-thumb img {
  display: block;
  width: 100%;
}

.video-play {
  width: 92px;
  height: 92px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-play::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 25px;
  border-left: 28px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

.service-section {
  background: #273f80;
  padding: 55px 0 65px;
  overflow: hidden;
}

.service-head {
  text-align: center;
  color: #fff;
  max-width: 1100px;
  margin: 0 auto 55px;
}

.service-section .homecat-title {
  color: #fff;
  text-transform: uppercase;
}

.service-section .homecat-title strong,
.service-section .homecat-title b {
  font-family: var(--fontB);
}

.service-section .homecat-intro {
  color: #fff;
  margin: 15px auto 0;
  line-height: 1.7;
}

.service-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px 54px;
  position: relative;
}

.service-flow-item {
  width: calc(20% - 44px);
  min-width: 180px;
  text-align: center;
  position: relative;
  padding: 18px 12px;
  border-radius: 14px;
  transition: all 0.3s ease;
}

.service-flow-item:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.service-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  display: block;
  object-fit: contain;
}

.service-name {
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  text-transform: uppercase;
}

/* mũi tên */
.service-flow-item::after {
  content: "\2192";
  position: absolute;
  top: 50px;
  right: -32px;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  font-family: var(--fontLight);
}

.service-flow-item:nth-child(5n)::after,
.service-flow-item:last-child::after {
  display: none;
}

.partner-section {
  padding: 55px 0 65px;
  background: #fff;
  overflow: hidden;
}


.partner-slider-wrap {
  position: relative;
}

.partner-slider-wrap .swiper-slide {
  height: auto;
}

.partner-item {
  height: 120px;
  background: #fff;
  border: 1px solid #edf0f5;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(16, 24, 40, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  transition: all 0.3s ease;
}

.partner-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(16, 24, 40, 0.12);
}

.partner-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-item img {
  max-width: 100%;
  max-height: 70px;
  width: auto !important;
  height: auto !important;
  display: block;
  object-fit: contain;
  /* filter: grayscale(100%);
  opacity: 0.8; */
  transition: all 0.3s ease;
}

.partner-item:hover img {
  /* filter: grayscale(0); */
  opacity: 1;
}

/* ========product========= */
/* =========================================================
   PRODUCT CATEGORY + PRODUCT LIST
   ========================================================= */

.category-product-info {
  padding: 10px 0 20px;
  text-align: center;
}

.category-product-info__inner {
  max-width: 920px;
  margin: 0 auto;
}

.category-product-info--title {
  margin: 0 0 18px;
  color: #17233c;
  font-size: 36px;
  line-height: 1.25;
  font-family: var(--fontB);
}

.category-product-info--content,
.category-product-info--intro {
  color: #5f6b7a;
  font-size: 16px;
  line-height: 1.75;
}

.category-product-info--content p,
.category-product-info--intro p {
  margin: 0 0 12px;
}

.category-product-content-bottom {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

/* =========================================================
     CATEGORY BLOCK
     ========================================================= */

.category-product-list {
  background: #fff;
}

.category-product-wrapper {
  padding: 38px 0;
}

.category-product {
  align-items: center;
  padding: 28px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 22px;
  box-shadow: 0 14px 40px rgba(15, 35, 75, 0.06);
}

.category-product__image {
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: #f7f9fc;
}

.category-product__image img {
  width: 100%;
  display: block;
  transition: 0.35s ease;
}

.category-product__image:hover img {
  transform: scale(1.05);
}

.category-product-detail-odd {
  padding-left: 30px;
}

.category-product-title {
  margin: 0 0 14px;
  color: #17233c;
  font-size: 28px;
  line-height: 1.35;
  font-family: var(--fontB);
}

.category-product-title a {
  color: inherit;
}

.category-product-title a:hover {
  color: var(--main-color, #0066b3);
}

.category-product-detail_intro {
  margin-bottom: 20px;
  color: #5f6b7a;
  font-size: 15px;
  line-height: 1.7;
}

.category-product-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  color: #fff;
  background: var(--main-color, #0066b3);
  border-radius: 999px;
  font-size: 14px;
  font-family: var(--fontB);
  transition: 0.25s ease;
}

.category-product-link:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 35, 75, 0.18);
}

/* =========================================================
     PRODUCT GRID
     ========================================================= */

.product-list {
  padding: 10px 0 30px;
}

.product-grid {
  row-gap: 26px;
}

.product-item {
  height: 100%;
  padding: 14px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(15, 35, 75, 0.05);
  transition: 0.28s ease;
}

.product-item:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 102, 179, 0.25);
  box-shadow: 0 18px 42px rgba(15, 35, 75, 0.12);
}

.product-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #f7f9fc;
  aspect-ratio: 1 / 1;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  /* padding: 12px; */
  transition: 0.35s ease;
}

.product-item:hover .product-img img {
  transform: scale(1.02);
}

.product-item__body {
  padding: 12px 2px 2px;
}

.product-name {
  display: block;
  color: #17233c;
  font-size: 15px;
  line-height: 1.45;
  font-family: var(--fontB);
}

.product-name:hover {
  color: var(--main-color, #0066b3);
}

.product-card-title {
  min-height: 44px;
}

.product-brand {
  margin-top: 8px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
}

.product-price {
  margin-top: 8px;
  color: #d71920;
  font-size: 17px;
  line-height: 1.3;
  font-family: var(--fontB);
}

/* =========================================================
     VIEW MORE BUTTON
     ========================================================= */

.view-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 26px;
  color: #fff;
  background: var(--main-color, #0066b3);
  border-radius: 999px;
  font-size: 15px;
  font-family: var(--fontB);
  transition: 0.25s ease;
}

.view-more-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 35, 75, 0.18);
}

/* =========================================================
     PAGINATION
     ========================================================= */

/* .product-pagination {
    margin-top: 26px;
  }

  .product-pagination a,
  .product-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    margin: 0 4px 8px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid #e5e9ef;
    color: #17233c;
    background: #fff;
    font-weight: 600;
    transition: 0.25s ease;
  }

  .product-pagination a:hover,
  .product-pagination span.current,
  .product-pagination .current {
    color: #fff;
    border-color: var(--main-color, #0066b3);
    background: var(--main-color, #0066b3);
  } */
.gallery-top {
  position: relative;
  overflow: hidden;
  border: 1px solid #edf0f4 !important;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(15, 35, 75, 0.07);
}

.product-gallery__link {
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-height: 520px;
    padding: 24px; */
  background: #fff;
}

.gallery-top img {
  width: 100%;
  height: 100%;
  /* max-height: 520px;
    object-fit: contain; */
  display: block;
}

.gallery-thumbs-height {
  height: 520px;
}

.gallery-thumbs .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 86px !important;
  border: 1px solid #e5e9ef;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  opacity: 0.65;
  transition: 0.25s ease;
}

.gallery-thumbs .swiper-slide-thumb-active,
.gallery-thumbs .swiper-slide:hover {
  opacity: 1;
  border-color: var(--main-color, #0066b3);
  box-shadow: 0 8px 20px rgba(15, 35, 75, 0.1);
}

.gallery-thumbs img {
  width: 100%;
  height: 100%;
  /* object-fit: contain;
    padding: 7px; */
}

.product-gallery-prev,
.product-gallery-next {
  width: 42px !important;
  height: 42px !important;
  color: #17233c !important;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 50%;
  box-shadow: 0 10px 26px rgba(15, 35, 75, 0.12);
  transition: 0.25s ease;
}

.product-gallery-prev:after,
.product-gallery-next:after {
  font-size: 16px !important;

}

.product-gallery-prev:hover,
.product-gallery-next:hover {
  color: #fff !important;
  border-color: var(--main-color, #0066b3);
  background: var(--main-color, #0066b3);
}

/* =========================================================
   PRODUCT DETAIL INFO
   ========================================================= */

.product-detail-info {
  position: relative;
  padding: 30px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 22px;
  box-shadow: 0 16px 45px rgba(15, 35, 75, 0.07);
}

.product-name-detail {
  margin: 0 0 18px;
  color: #17233c;
  font-size: 32px;
  line-height: 1.3;
  font-family: var(--fontB);
}

.product-detail-attr-list {
  margin-bottom: 18px;
  border-top: 1px dashed #e5e9ef;
}

.attr-item {
  display: flex;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px dashed #e5e9ef;
  color: #5f6b7a;

  line-height: 1.5;
}

.attr-name {
  min-width: 110px;
  color: #17233c;
  font-weight: 700;
}

.attr-value {
  flex: 1;
  color: #5f6b7a;
}

.product-detail-intro,
.product-detail-intro p {
  color: #5f6b7a;

  line-height: 1.75;
}

.product-detail-intro {
  margin-bottom: 22px;
}

.product-detail-intro p {
  margin: 0 0 12px;
}

.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.download-btn-product,
.muangay-btn,
.addcart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-family: var(--fontB);
  transition: 0.25s ease;
}

.download-btn-product {
  gap: 8px;
  color: #17233c;
  background: #f4f6f9;
  border: 1px solid #e5e9ef;
}

.download-btn-product i {
  color: #6b7280;
}

.download-btn-product:hover {
  color: #17233c;
  background: #e9eef5;
}

.muangay-btn {
  gap: 8px;
  color: #fff;
  background: #d71920;
}

.addcart-btn {
  color: #fff;
  background: var(--main-color, #0066b3);
}

.muangay-btn:hover,
.addcart-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 35, 75, 0.18);
}

.price-color {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  margin: 0 8px 8px 0;
  border: 1px solid #d9dee7;
  border-radius: 999px;
  cursor: pointer;
  color: #17233c;
  background: #fff;
  font-size: 14px;
  font-family: var(--fontSemiBold);
  transition: 0.25s ease;
}

.price-color:hover,
.price-color.choose-price {
  color: #fff;
  border-color: var(--main-color, #0066b3);
  background: var(--main-color, #0066b3);
}

.product-detail-share {
  margin-top: 16px;
}

.tab-title:hover,
.tab-title.tab-active {
  color: var(--main-color, #0066b3);
}



.product-tab-content {
  padding: 26px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 12px 34px rgba(15, 35, 75, 0.05);
}

.content-detail {
  color: #344054;
  /* font-size: 16px; */
  line-height: 1.8;
}

.content-detail p {
  margin: 0 0 14px;
}

.content-detail img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.content-detail table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  overflow: hidden;
  border-radius: 12px;
}

.content-detail table th,
.content-detail table td {
  padding: 12px 14px;
  border: 1px solid #e5e9ef;
}

.content-detail table th {
  background: #f7f9fc;
  color: #17233c;
}

/* =========================================================
   SECTION HEADING
   ========================================================= */

.section-heading {
  text-align: center;
  margin-bottom: 28px;
}

.product-other-title {
  margin: 0;
  color: #17233c;
  font-size: 30px;
  line-height: 1.35;
  font-family: var(--fontB);
}

/* =========================================================
   PRODUCT OTHER
   ========================================================= */



.product-slider-wrap,
.project-slider-wrap {
  position: relative;
}

.productother-slide {
  height: 100%;
  padding: 14px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(15, 35, 75, 0.05);
  transition: 0.28s ease;
}

.productother-slide:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 102, 179, 0.25);
  box-shadow: 0 18px 42px rgba(15, 35, 75, 0.12);
}

/* dùng lại product-img/product-name/product-brand/product-price từ phần list */

/* =========================================================
   PROJECT RELATED
   ========================================================= */

/* Slider nav */

.productother-prev,
.productother-next,
.relate_project-prev,
.relate_project-next {
  position: absolute;
  top: 42%;
  z-index: 5;
  width: 42px;
  height: 42px;
  color: #17233c;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 50%;
  box-shadow: 0 10px 26px rgba(15, 35, 75, 0.14);
  cursor: pointer;
  transition: 0.25s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.productother-prev,
.relate_project-prev {
  left: -21px;
}

.productother-next,
.relate_project-next {
  right: -21px;
}

.productother-prev:hover,
.productother-next:hover,
.relate_project-prev:hover,
.relate_project-next:hover {
  color: #fff;
  border-color: var(--main-color, #0066b3);
  background: var(--main-color, #0066b3);
}

/* ===============news============== */

/* ========= */


.newslist-item {
  padding: 10px;
  background: #ebebeb;
  /* border-radius: 10px; */
  margin-bottom: 20px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
  transition: 0.25s ease;
}

.newslist-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.newsname {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.35;
}

.newsname a {
  color: #111827;
}

.newsname a:hover,
.newshot-big--name:hover,
.newshot-list a:hover {
  color: var(--maincolor, #0b63ce);
}

.newscat-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  margin-bottom: 10px;
  color: #6b7280;
  font-size: 14px;
}


.newsdetail {
  background: #fff;
  border-radius: 22px;
  padding: 36px;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
}

.newsdetail-head {
  margin-bottom: 24px;
}

.newsdetail-name {
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 1.25;
  font-family: var(--fontB);
  color: #111827;
}

.newsdetail-meta {
  margin-bottom: 18px;
  color: #6b7280;
  font-size: 14px;
}

.newsdetail-meta .ngay_dang {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.newsdetail-intro {
  padding: 18px 20px;
  border-left: 4px solid var(--maincolor, #0b63ce);
  background: rgba(11, 99, 206, 0.06);
  border-radius: 0 14px 14px 0;
  color: #1f2937;
  font-size: 17px;
  line-height: 1.75;
  font-family: var(--fontSemiBold);
}

.newsdetail-intro p:last-child {
  margin-bottom: 0;
}

.newsdetail-content {
  color: #374151;
  font-size: 16px;
  line-height: 1.85;
}

.newsdetail-content h2,
.newsdetail-content h3,
.newsdetail-content h4 {
  color: #111827;
  line-height: 1.35;
  margin: 30px 0 14px;
  font-family: var(--fontB);
}

.newsdetail-content h2 {
  font-size: 28px;
}

.newsdetail-content h3 {
  font-size: 23px;
}

.newsdetail-content h4 {
  font-size: 20px;
}

.newsdetail-content p {
  margin: 0 0 16px;
}

.newsdetail-content a {
  color: var(--maincolor, #0b63ce);
}

.newsdetail-content img {
  max-width: 100%;
  height: auto !important;
  border-radius: 14px;
  margin: 12px 0;
}

.newsdetail-content iframe {
  max-width: 100%;
  border-radius: 14px;
}

.newsdetail-content table {
  width: 100% !important;
  border-collapse: collapse;
  margin: 18px 0;
}

.newsdetail-content table th,
.newsdetail-content table td {
  border: 1px solid #e5e7eb;
  padding: 10px 12px;
}

.newsdetail-content blockquote {
  margin: 22px 0;
  padding: 16px 20px;
  border-left: 4px solid var(--maincolor, #0b63ce);
  background: #f9fafb;
  border-radius: 0 12px 12px 0;
  color: #374151;
}

.news-share-box {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid #e5e7eb;
}

.newsothers {
  margin-top: 32px;
  padding: 26px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.05);
}

.section-head {
  margin-bottom: 18px;
}

.titlehnc-left {
  margin: 0;
  padding-bottom: 12px;
  font-size: 24px;
  line-height: 1.3;
  font-family: var(--fontB);
  color: #111827;
  position: relative;
}

.titlehnc-left::after {
  content: "";
  width: 56px;
  height: 3px;
  border-radius: 99px;
  background: var(--maincolor, #0b63ce);
  position: absolute;
  left: 0;
  bottom: 0;
}

.newsother-item {
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: #f9fafb;
  transition: 0.25s ease;
}

.newsother-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.newsother-img {
  display: block;
  aspect-ratio: 380 / 240;
  overflow: hidden;
  background: #f3f4f6;
}

.newsother-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s ease;
}

.newsother-item:hover .newsother-img img {
  transform: scale(1.06);
}

.newsother-body {
  padding: 14px;
}

.newsother-name {
  display: block;
  color: #111827;
  font-family: var(--fontB);
  line-height: 1.45;
}

.newsother-name:hover {
  color: var(--maincolor, #0b63ce);
}

.newsother-date {
  margin-top: 8px;
  color: #6b7280;
  font-size: 13px;
}

/*=====duan==== */
.duan-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .06);
  transition: .35s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.duan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
}

.duan-card>a {
  display: block;
  overflow: hidden;
}

.duan-card img {
  display: block;
  width: 100%;

  object-fit: cover;
  transition: .6s;
}

.duan-card:hover img {
  transform: scale(1.08);
}

.duan-detail {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.duan-detail--title {
  font-size: 18px;
  font-family: var(--fontMedium);
  color: #222;
  line-height: 1.45;
  transition: .3s;
}

.duan-card:hover .duan-detail--title {
  color: #0f6db7;
}

.duan-card_intro {

  color: #666;
  font-size: 16px;
  line-height: 1.8;
}

.duan-detail a {
  text-decoration: none;
}

.duan-card img {
  vertical-align: middle;
}

.box-news-left {
  background: #fff;
  border: 1px solid #e9edf2;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.title-left {
  margin: 0 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #edf0f4;
  position: relative;
  line-height: 1.4;
}

.title-left::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 70px;
  height: 3px;
  background: #0f6db7;
  border-radius: 10px;
}

.title-left a {
  color: #1d1d1f;
  font-size: 24px;
  font-family: var(--fontB);
  text-decoration: none;
  transition: .3s;
}

.title-left a:hover {
  color: #0f6db7;
}

.news-left-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news-left-item {
  align-items: center;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f2f5;
  transition: .3s;
}

.news-left-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.news-left-item:hover {
  transform: translateX(5px);
}

.news-left-thumb {
  overflow: hidden;
  border-radius: 10px;
  background: #f4f4f4;
}

.news-left-thumb a {
  display: block;
}

.news-left-thumb img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: .5s;
}

.news-left-item:hover .news-left-thumb img {
  transform: scale(1.08);
}

.news-left-content {
  padding-left: 4px;
  margin-top: 10px
}

.news-home-item {
  display: block;
  position: relative;
  padding-right: 18px;
  color: #2b2b2b;
  font-size: 17px;
  font-family: var(--fontMedium);
  line-height: 1.6;
  text-decoration: none;
  transition: .3s;
}


.news-left-item:hover .news-home-item {
  color: #0f6db7;
}
