:root {
  --maincolor: #013C64;
  --subcolor: #F38F2F;
  --textcolor: #393939;
  --fontmain: BeVietnamPro;
  --fontB: BeVietnamPro-B;
  --fontM: BeVietnamPro-M;
  --fontSemi: BeVietnamPro-Semi;
  --fontL: BeVietnamPro-L;
}

* {
  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: #333;
  scroll-behavior: smooth;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-family: var(--fontM);
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 5px;
}

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

b,
strong {

  font-family: var(--fontM);
  font-weight: normal;
}

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

a img {
  display: block;
}

ul {
  margin: 0;
  padding-left: 20px;
}

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





.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 {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 50%;

}


.search-pc i {
  font-size: 12px
}


#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: #e58d19;
}

.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;
  background: #FFF;
  width: 100%;
  z-index: 11;
  width: 100%;
  overflow: visible;
  box-shadow: 0px 0px 5px #9d9dd9;
  /*
  transition: all .5s ease-in-out;
  */
}

header.header-fixed {
	top:0px;
  position: fixed;
  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;

}

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

.menubar {

  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-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;
  line-height: 100px;
  text-align: center;
}

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




.nav>li>a {
  text-decoration: none;
  color: #404040;
  /* display: inherit; */
  padding: 0 15px;
  font-size: 17px;
  font-family: var(--fontM);
  text-align: center;
  border-left: 1px solid #ccc;
  transition: all .5s ease-in-out
}

.nav li a:hover {
  /* background-color: var(--maincolor); */
  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;
  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: 20px;
  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;

  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: #FFF;
  margin: 5px 0px;
  font-size: 12px;
}

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

.crumb a {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  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: flex-start;
  align-items: center;
  border-bottom: 2px solid #e4e4e4;
  padding: 8px 0px;
}

.menutab-item {
  text-align: left;
  background-color: transparent;
  color: var(--textcolor);
  position: relative;
  padding: 0 30px;
  border-left: 2px solid #ccc;
}

.menutab .menutab-item:first-child {
  border: none;
}

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

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

.menutab-item a {
  font-size: 18px;
  color: var(--textcolor);
  transition: all .5s ease-in;
  padding: 15px 0px;
  font-family: var(--fontSemi);
}

.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: 16px;
  color: #484848;
  text-transform: uppercase;
  padding: 10px 0 26px;
  display: block;
  float: left;
}

.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;
  display: inline-block;
  min-width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  background-color: #FFF;
  margin: 0 5px;
  border: 2px solid #b3b3b3;

}


.pagination-item__clicked {
  color: #fff;
  background-color: var(--maincolor);
  border: 2px solid #b3b3b3;
}

.pagination-item-icon {
  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;
}

.TOCShowHide.hideTOC {
  position: absolute;
  right: 15px;
  top: 5px;
  color: #00b8ce;
}

.longPageNavigationDiv {
  padding: 10px;
  padding-right: 20px;
  width: 100%;
}

.longPageNavigationDiv a {
  color: #0a0a0a;
}

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

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

/* home */


.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: 10px 25px;
  border: 1px solid #FFF;
  background-color: transparent;
  border-radius: 10px;
  line-height: 20px;
  color: #ffffff;
  background: var(--subcolor);
  width: fit-content;


}

.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;
  color: var(--textcolor);
  position: relative;
  margin: 0px;
  color: var(--maincolor);
  font-family: var(--fontB);
}

.pagecat-title {
  font-size: 30px;

  position: relative;
  margin: 0px;
  color: var(--maincolor);

}

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

.homecat-intro {
  margin: auto;
}



.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-image: url(/uploaded/pic-cat/bg-footer.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    color: #FFF; */
  background: #013C64;
  color: #fff;
}

.footer ul {
  margin: 0;
  padding: 0;
}

.footer ul li {
  list-style: none;
  margin-bottom: 5px;
}

.footer a {
  color: #FFF;
}

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

.footer-block {
  font-family: var(--fontL);
  font-size: 15px;
}


.footer-block h2,
.footer-block h3 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 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: 24px;
  font-family: var(--fontSemi);
  color: var(--subcolor);
  text-transform: uppercase;
}

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

.footer-copyright {
  color: #579ECC;
  font-size: 14px;

}

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

}



.creatdate {
  color: #8a8a8a;
  font-size: 14px;
}

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

/* ============home=================*/
.slider-article {
  position: relative;
  padding-bottom: 70px !important;
}

/* ===== Navigation ===== */

.article-button-prev,
.article-button-next {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .15) !important;
  color: #268ecd !important;
}

.article-button-prev::after,
.article-button-next::after {
  font-size: 18px !important;
  color: #D0D0D0 !important;
}

.article-button-prev {
  left: 25.5% !important;
}

.article-button-next {
  right: 25.5% !important;
}

.slider-article .swiper-slide {
  opacity: 0.5 !important;
  transform: scale(0.9) !important;
  transition: transform 0.3s ease, opacity 0.3s ease !important;
}

.slider-article .swiper-slide-active {
  opacity: 1 !important;
  transform: scale(1.07) !important
}

.stat-box {
  text-align: center;
  border-right: 1px dashed #ccc;
}

.cell-1-4:last-child .stat-box {
  border-right: none;
}

.stat-num {
  font-family: var(--fontM);
  font-size: 64px;
  color: var(--subcolor);
}

.stat-des {
  font-family: var(--fontM);
  text-transform: uppercase;
}

.practice-wraper,
.homenews-wrapper,
.homeservice-wrapper,
.partner-wrapper,
.service-wrapper {
  background: #F5F5F5;
}

.practice-item {
  background: #fff;
  margin-bottom: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);

}

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


.practice-item:nth-child(even) .flex-container {
  flex-direction: row-reverse;
}

.practice-box {
  position: relative;
  padding: 40px;
}

.highlights {
  background: #f5f5f5;
  overflow: hidden;
}

.highlightsSwiper {
  padding: 60px 60px 80px;
}

.highlightsSwiper .swiper-slide {
  transition: all .4s ease;
}

.highlight-item {
  background: #fff;
  border-radius: 8px;
  padding: 35px;
  min-height: 470px;

  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .04),
    0 10px 25px rgba(0, 0, 0, .06);

  transition: all .4s ease;
}

.highlight-img {
  height: 220px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 20px;
}


.highlight-name {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #003f72;
  font-size: 20px;
  font-family: var(--fontSemi);
  text-decoration: none;
  margin-bottom: 15px;
}

.highlight-name span {
  width: 20px;
  height: 20px;

  border-radius: 50%;

  background: #f7941d;
  color: #fff;

  font-size: 12px;

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

.highlight-intro {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

/* slide active */

.highlightsSwiper .swiper-slide-active {
  z-index: 20;
}

.highlightsSwiper .swiper-slide-active .highlight-item {
  transform: scale(1.12);
}

.highlightsSwiper .swiper-slide-prev .highlight-item,
.highlightsSwiper .swiper-slide-next .highlight-item {
  transform: scale(.92);
  opacity: .95;
}

/* pagination */

.highlightsSwiper .swiper-pagination {
  bottom: 0;
}

.highlightsSwiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #d6d6d6;
}

.swiper-pagination-bullet-active {
  background: #f7941d !important;
}

/* navigation */

.highlightsSwiper .swiper-button-prev,
.highlightsSwiper .swiper-button-next {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
  display: flex !important;
}

.highlightsSwiper .swiper-button-prev::after,
.highlightsSwiper .swiper-button-next::after {
  font-size: 12px;
  color: #D0D0D0;
}

.highlightsSwiper .swiper-button-prev {
  left: 0px;
}

.highlightsSwiper .swiper-button-next {
  right: 0;
}

.homenews-item {
  background: #fff;
  border-radius: 10px;
}

.homenews-box {
  padding: 20px;
}

.homenews-name {
  color: var(--maincolor);
  font-family: var(--fontSemi);
}

.homenews-item img {
  border-radius: 10px 10px 0 0;
  /* max-height: 250px; */
}


.homenews-button-prev,
.homenews-button-next {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .12) !important;
  color: #268ecd !important;
}

.homenews-button-prev::after,
.homenews-button-next::after {
  font-size: 18px !important;
  color: #D0D0D0 !important;
}

.homenews-button-prev {
  left: 0px !important;
}

.homenews-button-next {
  right: 0px !important;
}

.homenews-pagination {
  bottom: 0 !important;
}


.homeservice {
  position: relative;
  overflow: hidden;
}

.slider-homeservice {
  padding: 80px 0 60px;
}

.homeservice-item {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 70px 35px 35px;
  text-align: center;
  min-height: 320px;

  box-shadow: 0 3px 12px rgba(0, 0, 0, .08);

  transition: all .4s ease;
}

.service-img {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}

.service-img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}

.large {
  font-size: 28px;
}

.homeservice-company {
  color: #999;
  font-size: 14px;
  margin-bottom: 25px;
}

.homecat-intro {
  color: #555;
  line-height: 1.8;
  font-size: 15px;
}

/* slide thường */
.slider-homeservice .swiper-slide {
  opacity: .45;
  transform: scale(.85);
  transition: all .4s ease;
}

/* slide active */
.slider-homeservice .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 5;
}

/* active card */
.slider-homeservice .swiper-slide-active .homeservice-item {
  box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}



/* pagination */
.homeservice-pagination {
  margin-top: 30px;
  text-align: center;
}

.homeservice-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.homeservice-pagination .swiper-pagination-bullet-active {
  background: #f28c28;
}

.slider-homeservice .swiper-slide-prev,
.slider-homeservice .swiper-slide-next {
  opacity: .75 !important;
  transform: scale(.9) !important;
}

/* =====================Giowis thieu============== */
.member-item {
  margin-bottom: 20px;
}

.mem-name {
  font-family: var(--fontM);
  color: var(--maincolor);
}

/* ======trang dich vu ===========*/


.service-cat {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(0, 0, 0, .08);
  margin-bottom: 30px;
}

.service-name {
  font-family: var(--fontB);
  font-size: 24px;
  background: var(--maincolor);
  color: #fff;
  text-align: center;
  padding: 20px 0;
  border-radius: 10px 0px 0 0;
}

.service-content {
  /*
    padding: 25px 35px;
    height: 100%;
    */

}

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

.service-content li {
  margin-bottom: 10px;
}

.service-content li:last-child {
  margin-bottom: 0;
}

.service-content a {
  position: relative;
  display: block;
  padding-left: 18px;

  color: #4d4d4d;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;

  transition: .3s;
}

.service-content a::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;

  color: var(--maincolor);
  font-size: 16px;
  font-family: var(--fontM);
}

.service-content a:hover {
  color: var(--maincolor);
  padding-left: 22px;
}

.service-detail {
  padding: 20px 0;
}

.service-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.1em;
}

.service-sidebar li {
  margin-bottom: 15px;
}

.service-sidebar a {
  color: #666;
  text-decoration: none;
}

.service-sidebar .active a {
  color: var(--maincolor);
  font-family: var(--fontM);
}

.service-main h2 {
  margin: 30px 0 10px;
  color: var(--maincolor);
  font-size: 26px;
}

.service-main p {
  line-height: 1.8;
}

.service-list {
  margin: 0;
  padding-left: 20px;
}

.service-list li {
  margin-bottom: 5px;
}

.professionals-section {
  padding: 20px 0;
}

.professional-item img {
  width: 100%;
  border-radius: 6px;
}

.professional-item h3 {
  margin: 15px 0 5px;
  font-size: 16px;
}

.professional-item span {
  color: #777;
  font-size: 14px;
}

.insights-section {
  padding: 50px 0 80px;
}

.insight-list .cell-1-2 {
  margin-bottom: 30px;
}

.insight-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.insight-tabs {
  margin-bottom: 30px;
}

.insight-tabs a {
  margin-right: 25px;
  text-decoration: none;
  color: #666;
}

.insight-tabs a.active {
  color: var(--maincolor);
  font-family: var(--fontB);
}

.insight-item {
  padding: 30px;
  background: #f7f7f7;
  border-radius: 8px;
  height: 100%;
}

.insight-item:hover{
  background: #5e9fd0;
  color: #fff;
}

.insight-date {
  text-align: right;
  font-size: 13px;
  margin-bottom: 20px;
}

/*============== newssss============ */
.insight-filter {
  margin-bottom: 40px;
}

.insight-filter select {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 25px 0 0 25px;
  padding: 0 20px;
  outline: none;
  background: #fff;
  color: #666;
}

.search-box {
  position: relative;
}

.search-box input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 0 25px 25px 0;
  padding: 0 50px 0 20px;
  outline: none;
}

.search-box input::placeholder {
  color: #ccc;
}

.search-box button {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  cursor: pointer;
}

.news-list {
  row-gap: 30px;
}

.news-item {
  background: #f6f6f6;
  border-radius: 8px;
  padding: 35px;
  height: 100%;
  transition: .3s;
}

.news-item:hover{
  transform: translateY(-5px);
  background: #5e9fd0;
  color: #fff;
}

.news-item:hover h3 {
  color: #fff;
}


/* .news-item.active {
  background: #5e9fd0;
  color: #fff;
} */

.news-item h3 {

  line-height: 1.4;
  margin-bottom: 25px;
  color: var(--maincolor);
}

.news-item p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.news-tags {
  font-size: 14px;
  margin-bottom: 30px;
}

.news-meta {
  font-size: 13px;
}

.news-meta span {
  margin-left: 10px;
}

.award-item {
  text-align: center;
}

.award-item img {
  display: inline-block;
  height: 100px;
  width: auto;
  filter: grayscale(100%);
}

.award-item img:hover {
  filter: grayscale(0%);
}

.partner-img img {
  display: block;
  border-radius: 10px;
  border: solid 1px #EEE;
  overflow: hidden;
}

.checkbox-item {
  float: left;
  margin-right: 30px;
}

.member-item img {
  border-radius: 6px;
}

.service-text ul li {
  margin-bottom: 5px;
}

.member-item img,
.professional-item img {
  border: solid 1px #EEE;
}



/* FAQ */

.faq-category {
  margin-bottom: 45px;
}

.faq-catname {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  font-size: 20px;
  font-family: var(--fontSemi);
  color: var(--maincolor);
}

/* .faq-catname img {
  width: 36px;
  height: 36px;
  object-fit: contain;
} */

.faq-item {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin-bottom: 14px;
  overflow: hidden;
  transition: 0.3s;
}

.faq-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.faq-question {
  display: flex;
  align-items: center;
  /* gap: 14px; */
  padding: 15px 20px;
  cursor: pointer;
  transition: 0.3s;
}

.faq-question:hover {
  background: #f8fbff;
}

.faq-icon {
  width: 26px;
  flex-shrink: 0;
}

.faq-icon img {
  /* width: 100%; */
  display: block;
}

.faq-title {
  flex: 1;
  font-size: 16px;
  font-family: var(--fontM);
  color: #222;
}

.faq-toggle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--maincolor);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
  transition: 0.3s;
  flex-shrink: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 24px 0 64px;
  transition: max-height .35s ease,
    opacity .25s ease,
    padding .35s ease;
}


.faq-item.active {
  border-color: var(--maincolor);
}

.faq-item.active .faq-question {
  background: #f5fbff;
}

.faq-item.active .faq-answer {
  opacity: 1;
  padding: 0 24px 22px 64px;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.sidebar-menu {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
}

.title-left {
  margin: 0;
  padding: 16px 20px;
  background: var(--maincolor);
  color: #fff;
  font-size: 22px;
  font-family: var(--fontB);
}

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

.menuleft>li {
  border-bottom: 1px solid #eee;
}

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

.menuleft>li>a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  color: #222;
  text-decoration: none;
  font-family: var(--fontSemi);
  transition: .3s;
}

.menuleft>li>a i {
  transition: .3s;
}

.menuleft>li:hover>a {
  background: #f8fbff;
  color: var(--maincolor);
}



.menuleft>li.active>a i {
  transform: rotate(90deg);
}

.menuleft>li>ul {
  display: none;
  background: #fafafa;
}

.menuleft>li.active>ul {
  display: block;
}

.menuleft>li>ul>li>a {
  display: block;
  padding: 10px 10px 10px 30px;
  color: #555;
  text-decoration: none;
  border-top: 1px solid #ececec;
  transition: .3s;
  position: relative;
}

.menuleft>li>ul>li>a::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--maincolor);
  transform: translateY(-50%);
}


.menuleft>li>ul>li>a:hover,
.menuleft>li>ul>li.active>a {
  color: var(--maincolor);
  background: #fff;
}

.content-detail ul {
  margin-left: 10px;
}

.daily-info {
  margin: 0 30px;
}

.daily-info-item {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.daily-info h2,
.daily-info h3 {
  margin: 0;
}

.contact-title {
  color: #f7931e;
  margin: 0;
  font-size: 26px;
  text-align: center;
}



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

.frm {
  padding: 20px;
  background: #F1F1F1
}

.line-title {
  float: left;
  width: 100%;
  line-height: 30px;
}

.line-title span {
  color: #FF0000;
}

.line-frm {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.txt-contact {
  width: 100%;
  height: 35px;
  border: solid 1px #ccc;
  padding: 0px 5px;
}

.btn-send {
  width: 100%;
  background: #1f54a0;
  color: #FFF;
  padding: 11px 30px;

  text-transform: uppercase;
  border: none;
}

.practice-wraper .pagecat-title {
  justify-content: start;
  align-items: center;
  gap: 15px;
}

.pagecat-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}

.service-popup-wrap {
  /* position: relative; */
  flex-shrink: 0;
}

.arrow {
  /* margin-top: 20px; */
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f68b2c;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 3;
  transition: 0.3s;
}

.arrow i {
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
}


.service_inhome_wrap {
  right: -40px;
  position: absolute;
  top: 10px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition: 0.25s ease;
}

.service_inhome_item {

  width: 700px;
  margin: 25px 0;
  padding: 0;
  padding-top: 10px;
  list-style: none;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
  z-index: 20;
  /* opacity: 1;
  transform: translateY(10px);
  pointer-events: none;
  transition: 0.25s ease; */
}

/* .service_inhome_item::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 13px;
  width: 16px;
  height: 16px;
  background: #fff;
  transform: rotate(45deg);
} */

.service_inhome_item li {
  position: relative;
  z-index: 2;
}

.service_inhome_item li a {
  display: block;
  padding: 5px 20px;
  color: #111;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  transition: 0.25s;
  font-family: var(--fontmain);
}

.service_inhome_item li a:hover {
  color: #f68b2c;
  background: #f7f7f7;
  padding-left: 25px;
}

/* 
} */

/* Overlay */
.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);

  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;

  z-index: 9999;
}

.search-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Form */
.overlay-search-form {
  width: min(700px, calc(100% - 40px));
  position: relative;

  transform: translateY(-30px);
  transition: .3s ease;
}

.search-overlay.active .overlay-search-form {
  transform: translateY(0);
}

.overlay-search-form input {
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 50px;
  background: #fff;
  padding: 0 70px 0 25px;

  font-size: 18px;
  outline: none;
}

.overlay-search-form input::placeholder {
  color: #999;
}

.overlay-search-form button {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);

  width: 46px;
  height: 46px;

  border: none;
  border-radius: 50%;
  background: var(--maincolor);

  color: #fff;
  cursor: pointer;

  transition: .3s;
}

.overlay-search-form button:hover {
  background: #0f5c97;
}

/* Nút đóng */
.search-close {
  position: absolute;
  top: 30px;
  right: 40px;

  width: 45px;
  height: 45px;

  border: none;
  border-radius: 50%;

  background: rgba(255, 255, 255, .15);
  color: #fff;

  font-size: 22px;
  cursor: pointer;

  transition: .3s;
}

.search-close:hover {
  background: #fff;
  color: var(--maincolor);
  transform: rotate(90deg);
}

.news-name {
  font-size: 18px;
}

.view-more-home {
  color: #f68b2c;
  margin-top: 15px;
}

.view-more-home i {
  background: #f68b2c;
  color: #FFF;
  /* padding: 4px 6px; */
  border-radius: 50%;
  font-size: 12px;
  /* margin-bottom: 2px; */
  display: block;
  float: right;
  margin-top: 3px;
  margin-left: 3px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  /* text-align: center; */
  padding-left: 6px;
}
