* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #191919;
  --second-color: #fff;
  --third-color: #e02b2b;
  --four-color: #606060;
  --five-color: #d1d1d1;
  --six-color: #f5f5f7;
  --seven-color: rgba(4, 90, 218, 1);
  --eight-color: #045ada;
}

.adm-glyphicon span {
  background: url("./img/setting.png");
  background-size: cover;
  width: 12px;
  height: 12px;
  display: block;
  float: left;
}

body {
  font-family: "Roboto", serif;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  font-weight: 400;
  top: 0 !important;
  color: var(--primary-color);
}

.front {
  top: 0 !important;
}

.disable-hover {
  pointer-events: none;
}

ul,
li,
ol {
  list-style: none;
  margin: 0;
}

a {
  color: var(--primary-color);
  transition: all 0.2s linear;
}

a:hover {
  color: var(--third-color);
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

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

p {
  margin: 0;
}

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

.img-100 {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}

.img-100 > img {
  object-fit: cover;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s linear;
}

.wrap-img {
  padding-bottom: 100%;
}

input {
  border: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

button {
  border: none;
  border-radius: 0;
}

.wrap {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
}

.mbb {
  display: none !important;
}

.pcc {
  display: block !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.border-b {
  border-bottom: 1px solid var(--five-color);
}

.d-none {
  display: none !important;
}

.header {
  position: relative;
  z-index: 999;
  background-color: var(--second-color);
}

.header.home {
  background-color: var(--primary-color);
}

.header.affix {
  animation: headerdown 0.5s linear;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
}

.logo-header {
  display: flex;
  align-items: center;
  padding: 11px 0;
}

.logo-header h1 {
  line-height: 0;
}

.logo-header img {
  max-width: 150px;
  margin-right: 17px;
}

.btn-menu {
  display: inline-block;
  cursor: pointer;
}

.btn-menu svg {
  /* margin-bottom: -3px; */
  color: var(--third-color);
}

.btn-menu-mb {
  display: flex;
  align-items: center;
  justify-content: end;
}

.btn-menu-mb svg {
  color: var(--second-color);
  margin-top: 10px;
  margin-right: 20px;
}

.btn-menu-mb .icon-menu svg {
  margin-right: 0;
}

.btn-menu-mb .btn {
  padding: 10px 14px 10px 14px;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 9px;
}

.menu {
  padding: 11px 0;
}

.menu-item {
  display: inline-block;
}

.menu-item > a {
  display: inline-block;
  padding: 10px 0;
  margin-right: 42px;
  color: var(--primary-color);
  font-size: 15px;
  line-height: 18px;
}

.menu-item.last > a {
  margin-right: 0;
}

.header.home .menu-item > a {
  color: var(--second-color);
}

.menu-item .menu-list-2.active {
  opacity: 1;
  visibility: visible;
}

.menu-tool {
  height: 60px;
  text-align: right;
}

.tool-mh {
  position: relative;
}

.tool-mh:hover::after {
  bottom: -38px;
  opacity: 1;
  visibility: visible;
}

.tool-mh::after {
  content: attr(data-title);
  position: absolute;
  padding: 5px 9px;
  background: var(--third-color);
  border-radius: 5px;
  color: var(--second-color);
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s linear;
  opacity: 0;
  visibility: hidden;
}

.tool-item {
  display: inline-block;
  margin-right: 30px;
  padding: 20px 0;
}

.tool-item.pcc {
  display: inline-block !important;
}

.tool-item svg {
  margin-bottom: -6px;
  color: var(--primary-color);
}

.header.home .tool-item svg {
  color: var(--second-color);
}

.tool-btn {
  padding: 8px 0;
  display: inline-block;
}

.tool-btn.pcc {
  display: inline-block !important;
}

.header.home .tool-btn .btn {
  color: var(--second-color);
}

.header.home .tool-btn .btn:hover {
  color: var(--second-color);
}

.tool-btn .btn:hover {
  color: var(--third-color);
}

.btn {
  padding: 14px 24px 12px 24px;
  border-radius: 300px;
  background-color: var(--third-color);
  color: var(--second-color);
  font-size: 15px;
  line-height: 16px;
  border: 1px solid var(--third-color);
}

.btn.focus {
  outline: none !important;
}

.btn:focus {
  color: var(--second-color);
  /* border: inherit; */
  outline: none !important;
}

.btn:hover {
  background-color: transparent;
  color: var(--second-color);
}

.language {
  width: 20px;
  height: 20px;
}

.language .show-country {
  display: none;
  cursor: pointer;
}

.language .show-country.active {
  display: block;
}

.menu-list,
.menu-mobile-2 {
  position: absolute;
  width: 100%;
  height: auto;
  top: 68px;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: 0;
  background-color: var(--second-color);
  padding-top: 40px;
  padding-bottom: 60px;
  transition: all 0.2s linear;
  z-index: 999;
}

.menu-list {
  max-height: 0;
  top: 60px;
  transition: all 240ms cubic-bezier(0.4, 0, 0.6, 1);
}

.menu-list.active,
.menu-mobile-2.active {
  top: 60px;
  opacity: 1;
  visibility: visible;
}

.menu-list.active {
  max-height: 100vh;
}

.menu-item-b {
  margin-bottom: 40px;
}

.menu-item-b a {
  color: var(--third-color);
  font-size: 18px;
  line-height: 20.71px;
  text-transform: uppercase;
  font-family: "ModernWarfare";
}

.menu-item-b svg {
  margin-right: 14px;
  margin-bottom: -6px;
}

.menu-item-b.last {
  margin-bottom: 0;
}

.backdrop,
.backdrop-2 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  z-index: 9;
}

.backdrop.active,
.backdrop-2.active {
  opacity: 1;
  visibility: visible;
}

.backdrop-2 {
  z-index: 999;
}

.header.home .menu-list-2 {
  background-color: var(--primary-color);
}

.menu-list-2 {
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  width: 100%;
  /* max-height: 0; */
  /* min-height: 350px; */
  background-color: var(--second-color);
  padding-top: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 240ms cubic-bezier(0.4, 0, 0.6, 1);
  padding-bottom: 15px;
}

.menu-list-2.active {
  opacity: 1;
  visibility: visible;
  max-height: 100vh;
}

.menu-list-item {
  margin-right: 60px;
  float: left;
}

/* .menu-list-item.main {
  margin-right: 150px;
  min-width: 220px;
} */

.header.home .menu-list-item h3 {
  color: var(--five-color);
  text-transform: capitalize;
}

.menu-list-item h3 {
  font-size: 14px;
  line-height: 16px;
  color: var(--primary-color);
  margin-bottom: 24px;
}

.header.home .menu-list-item li a {
  color: var(--second-color);
}

.menu-list-item li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--primary-color);
  margin-bottom: 24px;
  display: inline-block;
  white-space: nowrap;
}

.menu-list-item li.link {
  margin-top: 16px;
}

.menu-list-item li.link a {
  font-weight: 500 !important;
  font-size: 15px !important;
  color: rgba(4, 90, 218, 1) !important;
  /* margin-bottom: 80px; */
}

.menu-list-item li a:hover {
  color: var(--third-color) !important;
}

.header.home .menu-list-item li.link a {
  color: #5982f9 !important;
}

/* .menu-list-item.main li a {
  font-weight: 600;
  font-size: 18px;
  line-height: 21.09px;
} */

.menu-wrap {
  display: flex;
}

.menu-list-search {
  background-color: var(--second-color) !important;
}

.search-form {
  position: relative;
  text-align: left;
}

.search-form button {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  border: none;
  background: none;
}

.search-form button svg {
  color: var(--four-color) !important;
}

.search-form input {
  width: 100%;
  height: 40px;
  padding: 0 50px;
  font-size: 24px;
  font-weight: 600;
}

.search-form form {
  margin-bottom: 32px;
}

.search-form h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--four-color);
}

.list-hint {
  margin-top: 15px;
  max-width: 1300px;
}

.list-hint .hint-item {
  margin: 15px 0;
}

.list-hint .hint-item a {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-hint .hint-item svg {
  color: var(--primary-color) !important;
  transform: translateY(-6px);
  margin-right: 5px;
}

/* -------------------------------banner--------------------------------- */
.banner-img {
  position: relative;
}

.banner-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.banner-img.wrap-img {
  padding-bottom: 33.85%;
}

.banner-btn .btn {
  padding: 13px 37px;
}

.banner-btn .btn:hover {
  background-color: #d62727;
}

.banner-owl .owl-dots {
  text-align: center;
  margin: 24px 0;
}

.banner-owl .owl-dot,
.news-img-owl .owl-dot {
  width: 10px;
  height: 10px;
  background-color: var(--five-color) !important;
  margin-right: 18px;
  border-radius: 100%;
}

.banner-owl .owl-dot:last-child,
.news-img-owl .owl-dot:last-child {
  margin-right: 0;
}

.banner-owl .owl-dot.active,
.news-img-owl .owl-dot.active {
  background-color: var(--primary-color) !important;
}

.banner-owl .owl-nav,
.news-img-owl .owl-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
}

.banner-owl .owl-nav button,
.news-img-owl .owl-nav button {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: var(--six-color) !important;
  text-align: center;
  transition: all 0.2s linear;
}

.banner-owl .owl-nav button:hover,
.news-img-owl .owl-nav button:hover,
.noibat-owl .owl-nav button:hover,
.news-owl .owl-nav button:hover {
  background-color: var(--third-color) !important;
}

.banner-owl .owl-nav button:hover svg,
.news-img-owl .owl-nav button:hover svg,
.noibat-owl .owl-nav button:hover svg,
.news-owl .owl-nav button:hover svg {
  color: var(--second-color);
}

.banner-owl .owl-nav button svg,
.news-img-owl .owl-nav button svg {
  transition: all 0.2s linear;
  margin-bottom: -2px;
}

.banner-owl .owl-nav .owl-next,
.news-img-owl .owl-nav .owl-next {
  float: right;
}

.toiuu .owl-carousel {
  display: block;
}

.toiuu .owl-carousel .banner-img {
  display: none;
}

.toiuu .owl-carousel .banner-img:first-child {
  display: block !important;
}

.news-owl .owl-nav,
.noibat-owl .owl-nav,
.dichvu-owl .owl-nav {
  position: absolute;
  top: -70px;
  max-width: 1300px;
  width: 100%;
  left: 0;
  text-align: right;
}

.news-owl .owl-nav button,
.noibat-owl .owl-nav button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: var(--second-color) !important;
  transition: all 0.2s linear;
}

.news-owl .owl-nav button svg,
.noibat-owl .owl-nav button svg {
  color: var(--five-color);
}

.home-news-2 .owl-nav button {
  background-color: var(--five-color) !important;
}

.home-news-2 .owl-nav button svg {
  color: var(--second-color);
}

.news-owl .owl-nav .owl-prev,
.noibat-owl .owl-nav .owl-prev {
  margin-right: 20px;
}

/* -------------------------------home-cate--------------------------------- */
.home-cate {
  padding: 0 8px;
}

.home-cate-item {
  background-color: #ebebeb;
}

.home-cate-img.wrap-img {
  padding-bottom: 62.03%;
}

.home-cate-img {
  height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-cate-img img {
  /* height: 100%; */
  max-height: 100%;
}

.home-cate-title {
  text-align: center;
  padding: 40px 80px;
  margin-bottom: 16px;
  background-color: var(--six-color);
}

.home-cate .row-cus {
  margin: 0;
}

.home-cate .col-cus {
  padding: 0 8px;
}

.home-cate-title h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 7px;
}

.home-cate-title p {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 31px;
  color: var(--four-color);
}

.btn-2 {
  padding: 12px 24px;
  border: 1px solid var(--third-color);
  color: var(--third-color);
  font-size: 15px;
  line-height: 16px;
  border-radius: 300px;
}

.btn-2:hover {
  background-color: var(--third-color);
  color: var(--second-color);
}

.home-cate-btn a {
  margin-right: 16px;
}

.home-cate-btn .btn:hover {
  color: var(--third-color);
}

.home-cate-btn a:last-child {
  margin-right: 0;
}

/* -------------------------------home-news--------------------------------- */
.home-news {
  padding: 70px 0;
  background-color: var(--six-color);
  display: inline-block;
  float: left;
  width: 100%;
}

.home-wrap {
  /* padding-left: 15.76%; */
  max-width: calc((100% - 1360px) / 2 + 1330px);
  /* width: 100%; */
  /* float: right; */
  margin-left: auto;
}

.home-title {
  margin-bottom: 24px;
}

.home-news .home-title {
  max-width: 1330px;
  margin: 0 auto 24px auto;
}

.home-title h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
}

.news-item {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 40px;
  background-color: var(--second-color);
  box-shadow: 0px 0px 15px 4px rgba(187, 187, 187, 0.25);
}

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

.news-img .wrap-img {
  padding-bottom: 56.25%;
}

.news-content {
  position: relative;
  padding: 24px 20px 70px 20px;
}

.news-cate a {
  border-radius: 100px;
  background-color: var(--four-color);
  display: inline-block;
  padding: 3px 14px;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  color: var(--second-color);
  text-transform: uppercase;
}

.news-cate {
  margin-bottom: 20px;
}

.news-title {
  min-height: 132px;
}

.news-title h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-title h3:hover a {
  color: var(--third-color);
}

.news-date {
  position: absolute;
  bottom: 30px;
  left: 20px;
}

.news-date p {
  color: var(--four-color);
  font-size: 15px;
  line-height: 18px;
}

.home-btn {
  text-align: center;
}

.home-btn .btn {
  background-color: var(--second-color);
  color: var(--primary-color);
  padding: 13px 33px;
  border: none;
}

.home-btn .btn:hover {
  background-color: var(--third-color);
  color: var(--second-color);
}

/* -------------------------------------home-news-2------------------------------------------ */
.home-news-2 {
  background-color: var(--second-color);
}

.home-news-2 .btn {
  background-color: var(--six-color);
}

/* ------------------------------------footer--------------------------------------- */
.footer {
  padding-bottom: 40px;
}

.footer-logo {
  margin-bottom: 70px;
}

.footer-item h3 {
  font-weight: 600;
  font-size: 15px;
  line-height: 17.58px;
  margin-bottom: 16px;
}

.footer-phone {
  margin-bottom: 6px;
}

.footer-phone a,
.footer-email a {
  font-weight: 500;
  font-size: 20px;
  line-height: 23.44px;
  color: var(--third-color);
}

.footer-email {
  margin-bottom: 16px;
}

.footer-item p {
  font-size: 15px;
  line-height: 17.58px;
  color: var(--four-color);
}

.footer-content h3 {
  margin-top: 30px;
}

.footer-subscriber {
  position: relative;
  margin-bottom: 70px;
}

.footer-subscriber input {
  width: 100%;
  height: 44px;
  border-radius: 300px;
  background-color: var(--six-color);
  padding: 13px 24px;
}

.footer-subscriber .btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--four-color);
  color: var(--second-color);
  border: 1px solid var(--four-color);
  transition: all 0.2s linear;
}

.footer-subscriber .btn:hover {
  background-color: var(--third-color);
  color: var(--second-color);
  border-color: var(--third-color);
}

.socials {
  display: flex;
  margin-bottom: 50.23px;
}

.socials li a {
  width: 27.52px;
  height: 27.52px;
  border-radius: 100%;
  background-color: var(--four-color);
  text-align: center;
  margin-right: 15.6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.socials li a:hover {
  background-color: var(--third-color);
  color: var(--second-color);
}

.socials li svg {
  color: var(--second-color);
}

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

.footer-title svg {
  margin-right: 10px;
  margin-bottom: -7px;
}

.footer-title h4 {
  color: var(--third-color);
  font-size: 15px;
  line-height: 23.26px;
  font-family: "ModernWarfare";
}

.footer-title h4 a {
  color: var(--third-color);
}

.footer-list li a {
  font-size: 15px;
  margin-bottom: 16px;
  color: var(--four-color);
  line-height: 17.58px;
  display: inline-block;
}

.footer-list li a:hover {
  color: var(--third-color);
}

.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid var(--five-color);
}

.footer-bottom-list {
  margin-bottom: 16px;
}

.footer-bottom-list li a {
  font-size: 15px;
  line-height: 17.58px;
}

.footer-bottom-list li {
  display: inline-block;
  position: relative;
  margin-right: 32px;
  padding-right: 29px;
}

.footer-bottom-list li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.footer-bottom-list li:last-child::after {
  display: none;
}

.footer-bottom-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 15px;
  width: 1px;
  background-color: var(--five-color);
}

.footer-border {
  border-top: 1px solid var(--five-color);
  padding-top: 70px;
}

.copyright p {
  font-size: 15px;
  line-height: 17.58px;
  color: var(--four-color);
}

/* -----------------------------------header-page-------------------------------------- */
.header-page .logo-header p {
  font-weight: 600;
  font-size: 25px;
  text-transform: capitalize;
}

.header-page.black .logo-header p {
  color: var(--second-color);
}

.header-page.black {
  background-color: var(--primary-color);
}

.menu-page {
  height: 60px;
  text-align: right;
}

.menu-page .page-btn {
  padding: 8px 0;
  display: inline-block;
}

.menu-page .page-item,
.menu-page .landing-page-item {
  display: inline-block;
}

.header-page.black .menu-page .page-item .btn,
.header-page.black .menu-page .landing-page-item .btn {
  background-color: var(--third-color);
  border: 1px solid var(--third-color);
}

.menu-page .page-item .btn,
.menu-page .landing-page-item .btn {
  line-height: normal;
  color: var(--second-color);
  padding: 9px 24px;
  background-color: var(--third-color);
  font-size: 15px;
  border-color: var(--third-color);
}

.menu-page .page-item .btn:hover,
.menu-page .landing-page-item .btn:hover {
  background-color: transparent;
  color: var(--third-color);
}

.header-page.black .menu-page .page-item .btn:hover,
.header-page.black .menu-page .landing-page-item .btn:hover {
  background-color: transparent;
}

.menu-page .page-item .btn::after {
  display: none;
}

.menu-page .page-item a {
  position: relative;
  display: inline-block;
  margin-right: 50px;
  line-height: 60px;
}

.menu-page .page-item a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: var(--third-color);
  left: 0;
  transition: all 0.2s linear;
}

.menu-page .page-item a.active::after,
.menu-page .page-item a.focus::after {
  width: 100%;
}

.menu-page .page-item a:hover::after {
  width: 100%;
}

.menu-page .page-item:last-child a {
  margin-right: 0;
}

.menu-page .page-item a {
  color: var(--second-color);
}

.header-page .logo-header {
  padding: 12px 0;
}

/* ---------------------------------banner-page------------------------------------------- */
.banner-page {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--six-color);
  padding: 225px 0;
}

.banner-wrap {
  max-width: 80%;
  margin-left: auto;
  text-align: left;
}

.banner-page-btn {
  text-align: left;
  display: flex;
  align-items: center;
}

.banner-title {
  text-align: left;
  margin-bottom: 16px;
}

.banner-title h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 70.31px;
}

.banner-page-btn span {
  font-size: 24px;
  line-height: 28.13px;
  margin-left: 22px;
  color: var(--four-color);
}

.banner-page-btn span.pcc {
  display: inline-block !important;
}

.banner-page-btn .btn:hover {
  color: var(--third-color);
}

/* ------------------------------------home-news-page--------------------------------- */
.home-news-page {
  background-color: var(--primary-color);
}

.home-news-page .home-title h2 {
  color: var(--second-color);
  font-weight: unset;
}

.home-news-page .home-title {
  max-width: 100%;
  position: relative;
}

.home-news-page .home-title a {
  z-index: 999;
}

.noibat-item {
  position: relative;
  background-color: var(--second-color);
}

.noibat-title {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  padding: 40px;
}

.noibat-title:hover a h3 {
  color: var(--third-color);
}

.noibat-title h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 32.81px;
  margin-bottom: 16px;
  transition: all 0.2s linear;
  color: var(--second-color);
}

.noibat-title p {
  font-size: 18px;
  line-height: 21.09px;
  color: var(--second-color);
}

.noibat-img .wrap-img {
  padding-bottom: 100%;
}

.noibat-img .wrap-img img {
  width: auto;
  height: auto;
  text-align: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ----------------------------------------page-2--------------------------------------- */
.page-2 {
  background-color: var(--six-color);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.page-2 .banner-page-btn {
  margin-top: 20px;
}

.page-wrap {
  height: 700px;
  display: flex;
  align-items: center;
}

.page-title h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 46.88px;
  margin-bottom: 10px;
}

.page-title p {
  font-size: 18px;
  line-height: 24px;
  color: var(--four-color);
}

/* ----------------------------------------page-3--------------------------------------- */
.page-3 {
  padding: 140px 0;
}

.page-3 .row-cus {
  margin: 0 -12px;
}

.page-3 .col-cus-6 {
  padding: 0 12px;
}

.page-3-title {
  text-align: center;
  margin-bottom: 30px;
}

.page-3-title p {
  max-width: 476px;
  margin: 0 auto;
}

.page-3-item {
  position: relative;
  background-color: var(--six-color);
}

.page-3-item-title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  padding: 40px;
}

.page-3-item .wrap-img {
  padding-bottom: 100%;
}

.page-3-item-2 {
  max-height: 307px;
  overflow: hidden;
}

.page-3-item-2 .wrap-img {
  padding-bottom: 48.49%;
}

.page-3-item h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 32.81px;
  margin-bottom: 16px;
  color: var(--second-color);
}

.page-3-item p {
  font-size: 18px;
  line-height: 24px;
  color: var(--second-color);
}

.page-link {
  /* margin-top: 24px; */
  display: inline-block;
  color: var(--seven-color);
}

.page-link svg {
  display: none;
  margin-left: 9px;
  margin-bottom: -7px;
}

.page-3-item-2 {
  margin-bottom: 24px;
}

.page-3-item-2.last {
  margin-bottom: 0;
}

.page-content {
  text-align: center;
  padding: 24px 30px 0;
}

/* -------------------------------------page-4----------------------------------- */
.page-4-img.wrap-img {
  padding-bottom: 56.26%;
}

.page-4 h3 {
  color: var(--primary-color);
}

.page-4 p {
  color: var(--four-color);
}

.page-4-item {
  background: none;
  padding: 0;
}

.page-3-img {
  background-color: var(--four-color);
}

.page-4-item .page-link {
  margin-top: 40px;
}

#mypbsv-2 h3 {
  color: var(--primary-color);
}

#mypbsv-2 p {
  color: var(--four-color);
}

/* -------------------------------------banner-page-2------------------------------------ */
.banner-page-2 {
  padding: 202px 0;
  text-align: center;
}

.banner-page-2 .banner-title {
  text-align: center;
}

.banner-page-2 .banner-page-btn {
  text-align: center;
  justify-content: center;
}

.banner-page-2 h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 46.88px;
  margin-bottom: 16px;
}

.banner-page-2 p {
  font-size: 24px;
  color: var(--four-color);
  max-width: 554px;
  margin: 0 auto;
}

.banner-page-2 .btn:hover {
  color: var(--third-color);
}

.banner-wrap {
  text-align: center;
}

/* ------------------------------------page-banner-3---------------------------------- */
.banner-page-3 {
  padding: 0;
  background: none;
  margin: 70px 0;
}

#chnn-3 .banner-page-3 {
  margin: 0;
  padding: 140px 0 70px;
}

.banner-page-3 .banner-title {
  text-align: center;
}

.banner-page-3 .btn {
  background-color: var(--third-color);
  border: 1px solid var(--third-color);
}

.banner-page-3 .banner-page-btn {
  text-align: center;
}

.page-banner-wrap {
  text-align: center;
  max-width: 50%;
}

.banner-page-3-bg {
  padding: 113px 60px 84px;
  background-color: var(--six-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-page-3 .btn:hover {
  /* background: transparent; */
  /* color: var(--third-color); */
  background-color: var(--four-color);
  border-color: var(--four-color);
  color: var(--second-color);
}

/* --------------------------------------page-trading-1---------------------------------- */
.page-trading-1 {
  padding: 140px 0;
}

.page-trading-1 .row-cus {
  margin: 0 -9px;
}

.page-trading-1 .col-cus-6 {
  padding: 0 9px;
}

.page-trading-1-item {
  background-color: var(--six-color);
  padding: 40px 42px;
  min-height: 650px;
}

.page-trading-1-item h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 32.81px;
  margin-bottom: 110px;
}

.page-trading-1-img {
  text-align: center;
}

.page-trading-1 .page-trading-title {
  margin-bottom: 40px;
}

.page-trading-1 .page-trading-content {
  max-width: 1010px;
  margin: 40px auto 0;
  text-align: center;
}

.page-trading-1 .page-trading-content p {
  font-size: 18px;
  line-height: 24px;
  color: var(--four-color);
}

.page-trading-1 .page-trading-content .btn {
  background-color: var(--six-color);
  color: var(--primary-color);
  border: none;
  margin-top: 40px;
}

.page-trading-1 .page-trading-content .btn:hover {
  background-color: var(--third-color);
  color: var(--second-color);
}

.page-trading-wrap {
  padding: 50px 110px 0;
  background-color: #ebebeb;
}

.trading-img.wrap-img {
  padding-bottom: 46.42%;
}

.trading-owl .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.trading-owl .owl-nav button {
  width: 60px;
  height: 60px;
  background-color: var(--five-color) !important;
  text-align: center;
  border-radius: 100%;
}

.trading-owl .owl-nav button svg {
  margin-bottom: -3px;
  color: var(--four-color);
}

.trading-owl .owl-nav .owl-prev {
  transform: translateX(-80px);
}

.trading-owl .owl-nav .owl-next {
  float: right;
  transform: translateX(80px);
}

/* --------------------------------------header-dichvu------------------------------------- */
.header-dichvu {
  z-index: 98;
  background-color: var(--six-color);
  border-bottom: 1px solid var(--five-color);
}

.header-dichvu .menu-page {
  text-align: right;
}

.header-dichvu.black .page-item a {
  color: var(--second-color);
}

.header-dichvu .page-item a {
  color: var(--primary-color);
}

.header-dichvu .page-item svg {
  color: var(--primary-color);
  margin-bottom: -5px;
}

.header-dichvu .menu-list-2 {
  background-color: var(--second-color);
}

.header-dichvu .menu-list-item.main li a {
  color: var(--primary-color);
}

/* --------------------------------------------banner-dichvu------------------------------------ */
.banner-dichvu {
  padding-top: 167px;
  padding-bottom: 188px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-dichvu-title {
  text-align: center;
}

.banner-dichvu-title h1 {
  font-weight: 600;
  font-size: 60px;
  margin-bottom: 24px;
}

.banner-dichvu-title p {
  font-size: 36px;
  line-height: 42.19px;
  color: var(--four-color);
  max-width: 938px;
  margin: 0 auto;
}

/* --------------------------------dichvu-moigioi------------------------------ */
.dichvu-moigioi {
  background-color: var(--six-color);
}

.dichvu-moigioi .home-title h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 46.88px;
  color: var(--primary-color);
}

.dichvu-moigioi .home-title {
  margin-bottom: 76px;
}

.dichvu-title {
  padding: 50px 40px 10px;
  min-height: 171.1px;
}

.dichvu-item {
  background-color: var(--second-color);
}

.dichvu-title h3 {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  padding: 6.5px 24px;
  border-radius: 100px;
  background-color: var(--six-color);
  display: inline-block;
  margin-bottom: 16px;
}

.dichvu-title p {
  font-size: 18px;
  color: var(--four-color);
}

.dichvu-owl .owl-nav {
  top: -130px;
}

.dichvu-owl .owl-nav .owl-prev {
  margin-right: 24px;
}

.dichvu-owl .owl-nav button {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--five-color) !important;
  text-align: center;
  transition: all 0.2s linear;
}

.dichvu-owl .owl-nav button:hover {
  background-color: var(--third-color) !important;
}

.dichvu-owl .owl-nav button svg {
  margin-bottom: -3px;
  color: var(--second-color);
}

.dichvu-btn {
  margin-top: 40px;
  text-align: center;
}

.dichvu-btn .btn:hover {
  color: var(--third-color);
}

.dichvu-img.wrap-img {
  padding-bottom: 74.22%;
}

/* --------------------------------dichvu-moigioi-2------------------------------ */
.dichvu-moigioi-2 {
  background-color: var(--second-color);
}

.dichvu-moigioi-2 .dichvu-item {
  background-color: var(--six-color);
}

.dichvu-moigioi-2 .dichvu-title h3 {
  background-color: var(--second-color);
}

/* --------------------------------dichvu-tuvan------------------------------------- */
.dichvu-tuvan {
  background-color: var(--six-color);
  padding: 70px 0;
}

.dichvu-tuvan .home-title {
  margin-bottom: 40px;
}

.dichvu-tuvan-img {
  margin-bottom: 40px;
}

.dichvu-tuvan-img.wrap-img {
  padding-bottom: 56.23%;
}

.dichvu-tuvan-item h3 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 16px;
}

.dichvu-tuvan-item p {
  font-size: 18px;
  line-height: 24px;
}

.dichvu-wrap-btn {
  margin-top: 40px;
}

.dichvu-wrap-btn .btn:hover {
  color: var(--third-color);
}

/* -------------------------------------dichvu-hotro-------------------------------- */
.dichvu-hotro .banner-title {
  margin-bottom: 40px;
}

/* -------------------------------------banner-hotro------------------------------------------- */
.banner-hotro {
  /* min-height: 450px; */
}

.banner-hotro img {
  width: 100%;
}

/* ----------------------------------------hotro-page------------------------------------ */
.hotro-page {
  padding-top: 70px;
}

.hotro-title {
  margin-bottom: 40px;
  text-align: center;
}

.hotro-title h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
}

.hotro-search {
  position: relative;
  max-width: 960px;
  margin: 0 auto 70px;
}

.hotro-search input,
.hotro-search select,
.hotro-search .select2-selection {
  border: none;
  width: 100%;
  border-radius: 300px !important;
  background-color: var(--six-color);
  padding: 16px 40px 17px 71px;
  font-size: 20px;
  line-height: 100%;
  height: 56px;
}

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

.hotro-search-list {
  position: absolute;
  width: 100%;
  top: 57px;
  opacity: 0;
  visibility: hidden;
  padding: 20px;
  border-radius: 20px;
  background-color: var(--second-color);
  z-index: 1;
  box-shadow: 0px 0px 15px 4px rgba(187, 187, 187, 0.25);
  max-height: 400px;
  overflow: auto;
}

.hotro-search-list h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
}

.hotro-search-list ul {
  padding-left: 30px;
}

.hotro-search-list ul li a {
  font-size: 18px;
  margin-bottom: 16px;
  display: inline-block;
}

.hotro-search-list li.active a {
  color: var(--third-color);
}

.hotro-search-list li.active .highlight {
  background: none;
  color: var(--third-color);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 13px;
  right: 17px;
}

.hotro-search svg {
  position: absolute;
  top: 16px;
  left: 24px;
}

.hotro-wrap {
  text-align: right;
}

.hotro-sidebar {
  width: 100%;
  max-width: 400px;
  display: inline-block;
}

.hotro-cate {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--five-color);
}

.hotro-cate:first-child {
  padding-top: 0;
}

.hotro-cate-title {
  position: relative;
}

.hotro-cate-title a {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: block;
  text-align: left;
}

.hotro-btn,
.btn-chnn {
  position: absolute;
  width: 34px;
  height: 34px;
  right: 0;
  top: -5px;
  background: none;
  text-align: center;
}

.hotro-menu {
  margin-top: 24px;
}

.hotro-menu li a {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 16px;
  display: block;
  text-align: left;
  font-weight: 500;
  color: var(--four-color);
}

.hotro-menu li.active a {
  /* font-weight: 600; */
  /* font-size: 20px; */
  /* line-height: 34px; */
  color: var(--third-color);
  display: block;
  text-align: left;
}

.hotro-menu li:last-child a {
  margin-bottom: 0;
  transition: 0.2s linear;
}

.hotro-menu li:last-child a:hover {
  color: var(--primary-color);
}

.hotro-btn svg,
.btn-chnn svg {
  transition: all 0.2s linear;
  transform: rotate(0);
}

.hotro-cate-title.collapsed svg,
.btn-chnn.collapsed svg {
  transform: rotate(180deg);
}

/* -------------------------------------content---------------------------------- */
.content-wrap {
  text-align: right;
}

.content-container {
  max-width: 960px;
  display: inline-block;
  text-align: left;
}

.content-cate {
  margin-bottom: 16px;
}

.content-cate .content-cate-item {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--second-color);
  display: inline-block;
  padding: 8px 24px 4px;
  border-radius: 100px;
  background-color: var(--seven-color);
}

.content-date {
  margin-bottom: 50px;
}

.content-date p {
  font-size: 15px;
  line-height: 100%;
  color: var(--four-color);
}

.content-title {
  margin-bottom: 24px;
}

.content-title h2 {
  font-weight: 600;
  font-size: 28px;
}

.content-des {
  margin-bottom: 40px;
}

.content-des p {
  font-size: 16px;
  line-height: 24px;
}

.content-social {
  margin-bottom: 36px;
}

.content-social li {
  display: inline-block;
  margin-right: 14px;
}

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

#content a {
  text-decoration: underline;
  color: #045ada;
}

#content p,
#content li {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 24px;
}

#content h2 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: 600;
}

#content table td {
  padding: 10px;
}

#content h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

#content h5 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
  font-weight: 600;
}

#content h6 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

#content h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 16px;
}

#content ul,
#content ol {
  padding-left: 20px;
}

#content li {
  list-style: disc;
}

.news-img-item .wrap-img {
  padding-bottom: 95.83%;
  border-radius: 10px;
}

.news-img-item-des {
  margin-top: 16px;
}

.news-img-item .news-img-item-des p {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 24px !important;
  color: var(--four-color);
  margin-bottom: 0 !important;
}

.news-img-owl .owl-dots {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 60px;
}

.news-img-owl .owl-nav button {
  width: 60px;
  height: 60px;
}

.news-img-owl .owl-nav {
  bottom: -20px;
}

.news-img-owl .owl-nav button svg {
  margin-bottom: -5px;
}

.content-link {
  margin: 70px 0;
}

.content-detail .content-link {
  text-align: center;
  margin: 40px 0;
}

.content-detail .content-link a {
  display: inline-block;
  /* max-width: 500px; */
  width: auto;
}

.btn-sotay {
  width: 100%;
  border-radius: 10px;
  background-color: var(--six-color);
  text-align: center;
  color: var(--eight-color);
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding: 23px 40px;
}

.btn-sotay svg {
  margin-right: 11px;
  margin-bottom: -7px;
}

.content-share h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 20px;
}

.content-share .content-social {
  margin-bottom: 0;
}

.hotro-dautu .btn {
  background-color: var(--third-color);
  border-color: var(--third-color);
}

.hotro-dautu .btn:hover {
  color: var(--third-color);
}

/* -------------------------------------------banner-gioithieu---------------------------------------- */
.banner-gioithieu {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-gioithieu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 224px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 75.5%);
}

/* .banner-gioithieu h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ff3030;
} */

.banner-gioithieu p {
  font-size: 18px;
  line-height: 24px;
}

.gioithieu-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  text-align: center;
  align-items: center;
  /* padding-bottom: 159px; */
  height: 580px;
  color: var(--second-color);
}

.gioithieu-wrap .container-fluid {
  width: 100%;
}

.banner-chnn .gioithieu-wrap {
  align-items: end;
}
.banner-chnn .gioithieu-wrap h1 {
  font-weight: 600;
}

/* ------------------------------------------------------gioithieu-page---------------------------------------- */
.gioithieu-page {
  padding: 70px 0;
  background-color: var(--second-color);
  color: var(--primary-color);
  margin-bottom: 70px;
}

.gioithieu-img {
  margin-bottom: 50px;
}

.gioithieu-img.wrap-img {
  padding-bottom: 56.23%;
}

.gioithieu-page h2 {
  font-weight: 600;
  font-size: 20px;
  color: var(--third-color);
}

.gioithieu-page p {
  font-size: 18px;
  line-height: 24px;
}

.gioithieu-container {
  margin-top: 140px;
}

.gioithieu-panel {
  padding-bottom: 40px;
  margin-right: 40px;
}

.gioithieu-panel,
.gioithieu-panel .panel-heading {
  background: none;
  border: none;
}

.gioithieu-panel .panel-heading {
  padding: 0;
}

.gioithieu-panel .panel-heading h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
}

.gioithieu-panel .panel-heading h4 a {
  color: var(--primary-color);
}

.gioithieu-panel .panel-heading h4 a.collapsed {
  color: #606060;
}

.gioithieu-content .panel-group .panel + .panel {
  margin-top: 10px;
}

.gioithieu-colapse {
  margin-top: 14px;
  font-size: 18px;
  line-height: 24px;
  max-width: 516px;
  font-weight: 400;
}

.gioithieu-img-2 {
  text-align: right;
}

.gioithieu-img-2 .wrap-img {
  padding-bottom: 75.94%;
}

.gioithieu-img-2-wrap {
  max-width: 790px;
  margin-left: auto;
}

.gioithieu-img-2-wrap .wrap-img {
  display: none;
}

.gioithieu-img-2-wrap .wrap-img.active {
  display: block;
}

.gioithieu-img-2-wrap .wrap-img a {
  position: relative;
  z-index: 999;
}

.gioithieu-wrap-con {
  display: flex;
  align-items: center;
}

/* ----------------------------------------------team----------------------------------------- */
.page-team {
  margin-bottom: 70px;
}

.page-team .wrap:last-child .team-wrap {
  border: none;
}

.team-wrap {
  border-bottom: 1px solid var(--five-color);
}

.team-wrap .col-cus-4 {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin: 0 -4px;
}

.team-img .wrap-img {
  padding-bottom: 133.33%;
}

.team-title {
  text-align: center;
  padding: 40px 20px 70px;
}

.team-title h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 16px;
}

.team-title h3 a {
  color: var(--third-color);
}

.team-title p {
  font-size: 24px;
  line-height: 100%;
}

.page-team .home-title {
  margin-top: 70px;
}

.team-detail-img.wrap-img {
  padding-bottom: 133.33%;
}

/* --------------------------------------------team-detail ------------------------------------------ */
.team-detail {
  padding: 70px 0;
}

.team-detail .row-cus {
  margin: 0 -20px;
}

.team-detail .col-cus {
  padding: 0 20px;
}

.team-detail-title {
  margin-bottom: 50px;
}

.team-detail-title h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 16px;
}

.team-detail-title p {
  font-size: 24px;
  line-height: 100%;
}

.team-content {
  max-width: 476px;
}

.team-content h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
}

.team-content p {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 16px;
}

/* --------------------------------------------lienhe ------------------------------------------ */
.page-lienhe {
  padding-top: 70px;
}

.page-lienhe .home-title {
  margin-bottom: 0;
}

.page-lienhe .home-title h2 {
  margin-bottom: 40px;
}

.page-lienhe .home-title h4,
.page-lienhe .lienhe-content h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 24px;
}

.lienhe-content p,
.lienhe-content h3 {
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 10px;
}

.lienhe-content h3 {
  font-weight: 600;
  margin-bottom: 24px;
}

.lienhe-wrap {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--five-color);
}

.page-lienhe .lienhe-wrap.last {
  border: none;
  margin-bottom: 0;
}

.lienhe-content a {
  text-decoration: underline;
  color: #045ada;
}

.lienhe-form {
  padding: 70px 0;
  background-color: var(--six-color);
  margin-bottom: 70px;
}

.form-wrap {
  max-width: 600px !important;
}

.lienhe-form-title {
  text-align: center;
  margin-bottom: 40px;
}

.lienhe-form-title h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  color: var(--seven-color);
  margin-bottom: 16px;
}

.lienhe-form-title p {
  font-size: 24px;
  line-height: 34px;
  color: var(--four-color);
}

.lienhe-form input,
.lienhe-form textarea,
.lienhe-form select {
  width: 100%;
  border: 1px solid var(--five-color);
  padding: 12px 18px 11px;
  border-radius: 8px;
  font-size: 18px;
}

.lienhe-form input.file-input {
  padding-right: 40px;
}

.lienhe-form textarea {
  height: 100px;
  resize: vertical;
}

.lienhe-form .form-group {
  position: relative;
  margin-bottom: 16px;
}

.lienhe-form .form-group .btn-file {
  position: absolute;
  top: 12px;
  right: 14px;
  color: var(--seven-color);
  cursor: pointer;
}

.lienhe-form-btn {
  margin-top: 40px;
  text-align: center;
}

.lienhe-btn,
.lienhe-success {
  padding: 12px 53px;
  border-radius: 300px;
  background-color: var(--five-color);
  font-size: 18px;
  display: inline-block;
}

.lienhe-btn:hover {
  background-color: var(--third-color);
  color: var(--second-color);
}

.lienhe-success {
  pointer-events: none;
  background-color: var(--seven-color);
  color: var(--second-color);
}

.lienhe-success:hover {
  color: var(--second-color);
}

.lienhe-form select {
  appearance: none;
  /* Ẩn icon mặc định */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("./img/select.svg") no-repeat right 10px center;
  background-size: 24px;
}

.lienhe-form select::-ms-expand {
  display: none;
}

/* -------------------------------------------cohoinghenghiep-------------------------------------- */
.banner-chnn {
  text-align: center;
}

.banner-chnn .gioithieu-wrap {
  padding-bottom: 60px;
  max-width: 800px;
  margin: 0 auto;
}

.banner-chnn h1 {
  margin-bottom: 16px;
  line-height: 50px;
}

/* ----------------------------------------chnn-1--------------------------------------------------------- */
.chnn-item {
  position: relative;
  margin-top: 16px;
  background-color: var(--six-color);
}

.chnn-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 40px;
}

.chnn-title h3 {
  font-weight: 600;
  font-size: 28px;
}

.chnn-1 .col-cus-4 {
  padding: 0 8px;
}

.chnn-1 .row-cus {
  margin: 0 8px;
}

/* -------------------------------------------chnn-page---------------------------------------------- */
.chnn-sidebar-title {
  padding-bottom: 40px;
  text-align: left;
  border-bottom: 1px solid var(--five-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chnn-sidebar-title h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
}

.btn-delete {
  text-decoration: underline;
  font-size: 16px;
  line-height: 18px;
}

.chnn-wrap {
  max-width: 1042px;
  margin-left: auto;
}

.chnn-cv {
  position: relative;
  padding: 24px 0;
  border-bottom: 1px solid var(--five-color);
}

.chnn-cv h3 {
  color: var(--eight-color);
  font-weight: 500;
  font-size: 18px;
}

.chnn-wrap-btn {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.chnn-wrap-btn h3 {
  width: 73%;
}

.ungtuyen-btn {
  width: 27%;
}

.ungtuyen-btn .btn {
  background-color: var(--seven-color);
  color: var(--second-color);
  padding: 8px 24px 8px 24px;
  border-color: var(--seven-color);
}

.ungtuyen-btn .btn:hover {
  background-color: var(--second-color);
  color: var(--seven-color);
}

.ungtuyen-btn .btn.active {
  border-color: var(--four-color) !important;
  background-color: var(--four-color) !important;
  color: var(--second-color) !important;
}

.chnn-content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.chnn-content-wrap p {
  width: 25%;
  text-align: left;
}

.chnn-content-wrap p:first-child {
  width: 50%;
}

.btn-chnn {
  top: 37px;
  right: 0;
}

.chnn-des {
  padding-top: 20px;
}

.chnn-des h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 16px;
}

.chnn-des p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 16px;
}

/* -----------------------------------------news-page----------------------------------- */
.news-page {
  padding: 70px 0;
  background-color: var(--six-color);
}

.news-page-list {
  padding: 70px 0;
}

.news-page.bg-news {
  background-color: var(--second-color);
}

.news-page .home-title {
  margin-bottom: 40px;
}

.news-page .home-title h2 {
  text-transform: capitalize;
}

.news-page .news-item {
  /* border-radius: 0; */
}

.news-page .news-item .news-title {
  min-height: 78px;
}

.news-page .row-cus {
  margin: 0 -20px;
}

.news-page .col-cus {
  padding: 0 20px;
}

.news-page .news-item {
  box-shadow: none;
}

.news-page .news-title h3 {
  -webkit-line-clamp: 3;
}

.news-page-btn {
  text-align: center;
  margin-top: 30px;
}

.news-page-btn .btn {
  background-color: var(--third-color);
  border-color: var(--third-color);
}

.news-page-btn .btn:hover {
  color: var(--third-color);
  background-color: transparent;
}

.news-page.bg-news .news-content {
  background-color: var(--six-color);
}

.news-page.bg-news .news-content {
  background-color: var(--six-color);
}

.news-page.bg-news .btn,
.news-hotro .btn,
.news-page-2-btn .btn,
.news-related-btn .btn {
  background-color: var(--five-color);
  color: var(--primary-color);
  border-color: var(--five-color);
}

.news-page.bg-news .btn:hover,
.news-hotro .btn:hover,
.news-page-2-btn .btn:hover,
.news-related-btn .btn:hover {
  background-color: var(--third-color);
  color: var(--second-color);
}

/* .news-page .news-content {
  padding-bottom: 40px;
} */

.news-page .main .news-item {
  position: relative;
}

.news-page .main .news-item .news-content {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  padding: 20px 20px 30px 20px;
  left: 0;
  background-color: transparent !important;
}

.news-page .main .news-item:after {
  content: "";
  position: absolute;
  top: 65%;
  right: 0;
  border-radius: 20px;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  transition: all 0.3s linear;
}

.news-page .main .news-item .news-content h3 {
  margin-bottom: 20px;
}

.news-page .main .news-item .news-content h3 a {
  color: var(--second-color);
}

.news-page .main .news-item .news-content h3:hover a {
  color: var(--third-color);
}

.news-page .main .news-item .news-title {
  min-height: auto;
}

.news-page .main .news-item .news-date {
  position: unset;
}

.news-page .main .news-item .news-date p {
  color: var(--second-color);
}

/* -----------------------------------------news-page-2------------------------------------------ */
.news-page-2 .home-title {
  margin-bottom: 0;
}

.news-page-wrap {
  padding: 40px 0;
  border-bottom: 1px solid var(--five-color);
}

.news-page-wrap:last-child {
  border: none;
}

.news-page-2 .news-item {
  background: none;
  display: flex;
  margin-bottom: 0;
}

.news-page-2 .news-img {
  width: 250px;
  float: left;
}

.news-page-2 .news-img .wrap-img {
  padding-bottom: 100%;
}

.news-page-2 .news-content {
  width: calc(100% - 250px);
  float: left;
  padding: 0 0 0 40px;
}

.news-page-2 .news-date {
  position: relative;
  top: 0;
  left: 0;
}

.news-page-2.last .news-img {
  border-radius: 20px;
  overflow: hidden;
}

.news-page-2 .news-title {
  margin-bottom: 24px;
}

.news-page-2 .news-title h3 {
  -webkit-line-clamp: 3;
}

/* ----------------------------------------------news-detail----------------------------------------- */
.news-detail {
  padding-top: 70px;
}

.news-detail #content.active {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.news-detail .content-cate,
.news-detail .content-date,
.news-detail .content-title,
.news-detail .content-des,
.news-detail .content-social,
.news-detail .content-share
/* .news-detail #content h1,
.news-detail #content h2,
.news-detail #content h3,
.news-detail #content h4,
.news-detail #content h5,
.news-detail #content p,
.news-detail #content li,
.news-detail #content ul,
.news-detail #content span,
.news-detail #content .news-img-owl,
.news-detail #content img, */
/* .news-detail #content table  */ {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.news-detail #content p strong span {
  font-weight: 700 !important;
}

.news-detail .content-share {
  margin-top: 30px;
}

.news-img-owl .news-img-des p {
  color: var(--four-color) !important;
}

.news-detail #content img {
  display: block;
  margin-bottom: 20px;
}

.news-detail #content table {
  margin-bottom: 20px;
}

.news-detail #content .banner {
  width: 100%;
  max-width: 100%;
}

/* --------------------------------------news-related----------------------------------- */
.news-related {
  margin-bottom: 70px;
}

.news-related-wrap {
  max-width: 960px;
  margin: 0 auto;
}

.news-related-title {
  margin-bottom: 40px;
}

.news-related-title h2 {
  font-weight: 600;
  font-size: 34px;
  line-height: 34px;
}

.news-item-related.first {
  padding-top: 0;
}

.news-item-related {
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--five-color);
}

.news-item-related.last {
  border: none;
}

.news-related-img {
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
}

.news-related-img .wrap-img {
  padding-bottom: 56.33%;
}

.news-related-content {
  width: calc(100% - 300px);
  padding-left: 40px;
}

.news-related-cate {
  margin-bottom: 16px;
}

.news-related-cate a {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--four-color);
}

.news-related-title {
  margin-bottom: 24px;
}

.news-related-title h3 {
  font-weight: 600;
  font-size: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-related-date p {
  font-size: 15px;
  color: var(--four-color);
}

.news-related-btn {
  margin-top: 56px;
  text-align: center;
}

.news-related-btn .btn {
  padding: 13px 48px;
  background-color: var(--six-color);
  border: none;
}

.header-loc {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 61px;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  z-index: 99;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  transition: all 0.2s linear;
  background-color: var(--second-color);
}

/* .header-loc.affix {
  top: 61px;
} */

.header-loc.active {
  opacity: 1;
  visibility: visible;
}

.loc-wrap {
  max-width: 1084px;
  margin: 0 auto;
}

.loc-icon {
  width: 44px;
  height: 44px;
  background-color: var(--four-color);
  text-align: center;
  border-radius: 100px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 24px;
  transition: all 0.2s linear;
}

.loc-icon svg {
  color: var(--second-color);
  transition: all 0.2s linear;
}

.loc-icon.last {
  margin-right: 0;
  background-color: var(--five-color);
}

.loc-icon.last svg {
  color: var(--primary-color);
}

.loc-icon:hover {
  background-color: var(--third-color);
  color: var(--second-color);
}

.loc-icon:hover svg {
  color: var(--second-color);
}

.loc-form {
  display: flex;
}

.loc-form .loc-input {
  display: block;
  width: 350px;
  border-radius: 300px;
  padding: 10px 24px;
  background-color: var(--six-color);
  font-size: 15px;
  margin-right: 24px;
  line-height: 100%;
  height: 44px;
  border: none;
}

.select-filter {
  padding-bottom: 15px;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 24px;
  border-radius: 20px;
  text-align: left;
  width: calc(100% - 24px);
  margin-right: 24px;
  border: none;
}

.select-item {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  transition: all 0.2s linear;
  cursor: pointer;
}

.select-item:hover {
  color: var(--third-color);
}

.loc-form select {
  appearance: none;
  /* Ẩn icon mặc định */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("./img/select.svg") no-repeat right 10px center;
  background-size: 24px;
}

.loc-form .loc-input-2 {
  width: 200px;
}

.select-title {
  position: relative;
}

.select-title span {
  line-height: 24px;
}

.select-title svg {
  position: absolute;
  top: 12px;
  right: 13px;
}

.form-select {
  position: relative;
}

/* --------------------------menu-mobile----------------------- */
.menu-mobile,
.menu-mobile .menu-m-child {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--second-color);
  transition: all 0.32s cubic-bezier(0.4, 0, 0.6, 1);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}

.menu-mobile {
  transform: translateY(-100%);
  overflow-y: auto;
}

.menu-mobile.active {
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}

.menu-mobile .menu-mobile-close {
  width: 50px;
  height: 50px;
  padding: 16px;
  float: right;
}

.menu-mobile .menu-m {
  float: right;
  width: 100%;
}

.menu-mobile .menu-mobile-item,
.menu-mobile .menu-child-item {
  position: relative;
}

.menu-btn-i svg {
  position: absolute;
}

.menu-mobile .menu-mobile-item > .menu-btn-i > a,
.menu-mobile .menu-child-item > .menu-btn-i > a {
  display: block;
  line-height: 42px;
  padding: 0 40px;
  font-size: 24px;
  font-weight: 600;
  /* border-bottom: 1px solid var(--five-color); */
}

.menu-mobile .menu-child-item-2 {
  padding-bottom: 40px;
  float: left;
  width: 100%;
}

.menu-mobile .menu-child-item-2.first {
  padding-top: 40px;
}

.menu-mobile .menu-child-item-2 > .menu-btn-i > a {
  font-size: 17px;
  color: var(--four-color);
  margin-bottom: 14px;
  padding: 0 40px;
  display: block;
}

.menu-mobile .menu-mobile-item.active > .menu-btn-i > a,
.menu-mobile .menu-child-item.active > .menu-btn-i > a,
.menu-mobile .menu-child-item-2.active .menu-btn-i > a,
.menu-mobile .menu-child-item-3.active .menu-btn-i > a {
  color: var(--third-color);
}

.menu-mobile .menu-child-item-2 .menu-child-item-3 a {
  font-size: 17px;
  margin-bottom: 14px;
  padding: 0 40px;
  display: block;
  font-weight: 600;
}

/* .menu-mobile .menu-mobile-item .menu-btn-child,
.menu-mobile .menu-child-item .menu-btn-child-2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
  width: 42px;
  background: none;
}

.menu-mobile .menu-mobile-item .menu-btn-child svg {
  transform: translate(-2px, -6px);
} */

/* .menu-mobile .menu-child-item .menu-btn-child-2 svg {
  transform: translate(0, -3px);
} */

.menu-mobile .menu-m-child {
  display: block;
  float: left;
  z-index: 999;
  transform: translateX(100%);
}

.menu-mobile .menu-m-child.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.menu-mobile .menu-child-icon,
.menu-mobile .menu-child-icon-2 {
  float: left;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  /* border-bottom: 1px solid var(--five-color); */
}

.menu-mobile .menu-m-child svg {
  position: unset;
  height: 50px;
  margin-bottom: -3px;
}

.menu-mobile .menu-m-child .icon-x-menu {
  float: right;
}

.menu-mobile .menu-m-child .icon-prev {
  float: left;
}

.menu-mobile .menu-child {
  float: left;
  width: 100%;
}

.menu-landing svg {
  transform: rotate(180deg);
  margin-top: 14px;
  margin-right: 0;
  transition: all 0.2s linear;
}

.menu-landing.active svg {
  transform: rotate(0);
}

.menu-mobile-2 li a {
  position: relative;
  display: block;
  padding: 5px 0;
  font-size: 16px;
  line-height: 34px;
}

.menu-mobile-2 li.active a::before {
  content: "";
  position: absolute;
  left: -10px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--third-color);
  width: 2px;
}

.menu-mobile-2 {
  padding: 20px;
}

.page-trading-3 .page-3-item .wrap-img {
  padding-bottom: 25.06%;
}

.page-trading-3 .page-3-item-2 .wrap-img {
  padding-bottom: 43.86%;
}

.news-page-detail .main .news-img .wrap-img {
  padding-bottom: 19.89%;
}

/* -------------------------up-to-top-------------------------- */
.social {
  position: fixed;
  right: 20px;
  bottom: 91px;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  transition: 0.3s linear;
  z-index: 9999;
  /* transition: all .5s linear; */
}

.social-icon {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 16px;
  transform: translate(100px, 0);
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
  pointer-events: all;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-icon:last-child {
  margin-bottom: 0;
}

.social-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-icon svg {
  color: var(--second-color);
}

.up-to-top {
  background-color: var(--four-color);
}

.in-pop {
  background: rgba(4, 90, 218, 1);
}

.fb-pop {
  background: rgba(2, 60, 151, 1);
}

.phone-pop {
  background-color: #00b05b;
  position: relative;
}

/* .phone-pop:after {
  animation: pulsate1 1s ease-out;
  animation-iteration-count: infinite;
  position: absolute;
  content: "";
  left: -4px;
  top: -4px;
  width: 58px;
  height: 58px;
  background-color: transparent;
  z-index: -1;
  border-radius: 50%;
  border: 10px solid rgba(0, 116, 129, 0.5);
} */

.tran-delay-1 {
  transition-delay: 0.1s;
  transition-property: all;
}

.tran-delay-2 {
  transition-delay: 0.2s;
  transition-property: all;
}

.tran-delay-3 {
  transition-delay: 0.3s;
  transition-property: all;
}

.tran-delay-4 {
  transition-delay: 0.4s;
  transition-property: all;
}

.social-icon.active {
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}

.chnn-page li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.chnn-page li a {
  display: inline-block;
  padding: 5px 10px;
  background-color: var(--four-color);
  color: var(--second-color);
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 22px;
}

.chnn-page li a:hover {
  background-color: var(--third-color);
  color: var(--second-color);
}

.chnn-page .hotro-menu {
  text-align: left;
}

.chnn-page li.active a {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  background-color: var(--third-color);
  color: var(--second-color);
}

/* ---------------------------------------pagination----------------------------------------- */
.paging-n {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paging-n a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: var(--four-color);
}

.paging-n span.current a {
  background-color: var(--primary-color);
}

.paging-n #btnprev,
.paging-n #btnnext {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  border-radius: 100%;
  background-color: var(--second-color);
  color: var(--five-color);
}

.paging-n #btnprev,
.paging-n #btnnext {
  font-size: 30px;
}

.paging-n #btnnext:hover,
.paging-n #btnprev:hover {
  background-color: var(--third-color);
  color: var(--second-color);
}

.paging-n #btnprev {
  margin-right: 40px;
}

.paging-n #btnnext {
  margin-left: 40px;
}

.paging-n span:not(:last-child) {
  margin-right: 18px;
}

.paging-n span:hover a {
  background-color: var(--third-color);
  color: var(--second-color);
}

.paging-n span.current a {
  background-color: var(--third-color);
  color: var(--second-color);
}

.disabled {
  display: none;
}

.hotro-page .content-wrap {
  text-align: left;
  margin-left: 60px;
}

.hotro-page .content-container {
  max-width: none;
  width: 100%;
}

.swal2-confirm {
  height: 30px;
  font-size: 14px !important;
  padding: 5px 20px;
  background-color: var(--third-color) !important;
}

.swal2-confirm a {
  color: var(--primary-color);
}

.swal2-html-container {
  font-size: 16px !important;
}

.swal2-container {
  z-index: 9999999999;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  outline: none !important;
  box-shadow: none !important;
}

div:where(.swal2-icon).swal2-warning {
  border-color: var(--third-color) !important;
  color: var(--third-color) !important;
}

.skiptranslate {
  display: none;
}

.page-detail {
  padding-bottom: 70px;
}

.page-detail .content-title {
  text-align: center;
}

.select2-container {
  width: 100% !important;
}

.dichvu-hotro .banner-page-btn {
  justify-content: center;
}

.news-img-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-top: 16px;
}

.icon-back {
  position: absolute;
  top: 10px;
  right: 10px;
}

.highlight {
  background-color: var(--third-color);
  color: var(--second-color);
}

.gioithieu-title {
  margin-bottom: 60px;
}

.gioithieu-title-2 {
  margin-top: 60px;
}

.gioithieu-title h3,
.gioithieu-title-2 h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--third-color);
}

@media (max-width: 1536px) {
  .home-cate-title h2,
  .home-title h2,
  .page-title h2,
  .banner-page-2 h2,
  .dichvu-moigioi .home-title h2,
  .team-detail-title h2,
  .lienhe-form-title h2,
  .banner-gioithieu h1,
  .chnn-sidebar-title h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .home-cate-title p,
  .banner-page-btn p,
  #content h3,
  .team-title h3,
  .team-content h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .news-title {
    min-height: 104px;
  }

  .news-title h3,
  .noibat-title h3,
  .page-trading-1-item h3,
  .hotro-cate-title a,
  .content-share h3,
  .banner-dichvu-title p,
  .dichvu-tuvan-item h3,
  .page-3-item h3,
  .chnn-title h3,
  .header-page .logo-header p {
    font-size: 20px;
    line-height: 24px;
  }

  .header-page .logo-header p {
    line-height: 36px;
  }

  .btn,
  .news-date p {
    font-size: 14px;
    line-height: 16px;
  }

  .page-title p,
  .page-3-item p,
  .hotro-menu li a,
  #content p,
  #content li,
  .dichvu-title p,
  .dichvu-tuvan-item p,
  .team-title p,
  .lienhe-form-title p,
  .lienhe-content p,
  .lienhe-content h3,
  .banner-gioithieu p,
  .banner-page-2 p,
  .page-trading-1 .page-trading-content p {
    font-size: 16px;
    line-height: 22px;
  }

  .team-content p {
    font-size: 16px;
    line-height: 28px;
  }

  .banner-title h1 {
    font-size: 50px;
    line-height: 65px;
  }

  .banner-dichvu-title h1 {
    font-size: 60px;
  }

  .menu-list-item.main li a {
    font-size: 18px;
    line-height: 21.09px;
  }

  .menu-list-item li a {
    white-space: unset;
  }
}

@media (max-width: 1330px) {
  .wrap {
    max-width: 1200px;
  }

  .home-wrap {
    max-width: calc((100% - 1170px) / 2 + 1170px);
  }

  .menu-list-item li a {
    white-space: unset;
  }

  .menu-list-item li a,
  .menu-list-item h3,
  .menu-list-item.main li a {
    font-size: 14px;
    line-height: 16px;
  }

  .menu-list-item li.link a {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .menu-list-item li.link {
    margin-top: 10px;
  }

  .menu-list-item li a {
    margin-bottom: 16px;
    white-space: unset;
  }

  .menu-list-2 {
    padding-top: 30px;
  }

  /* .menu-item > a {
    font-size: 12px;
  } */
}

@media (max-width: 1280px) {
  .menu-list-item.main {
    margin-right: 80px;
    min-width: auto;
  }

  .menu-item-b a {
    font-size: 14px;
  }

  .menu-list-item {
    margin-right: 60px;
  }

  .menu-list-2 .menu-list-item:last-child {
    margin-right: 0;
  }

  .menu-item-b {
    margin-bottom: 24px;
  }

  .logo-header {
    line-height: 38px;
  }

  .logo-header img {
    max-width: 130px;
  }

  .news-owl .owl-nav,
  .noibat-owl .owl-nav,
  .dichvu-owl .owl-nav {
    max-width: 1170px;
  }
}

@media (max-width: 1270px) {
  .loc-wrap {
    max-width: none;
  }
}

@media (max-width: 1024px) {
  .menu-list-item.main {
    min-width: auto;
  }

  .header-loc .loc-icon {
    display: inline-flex !important;
    margin-bottom: 20px;
  }

  .header-loc .pcc {
    display: none !important;
  }

  .header-loc .mbb {
    display: block !important;
  }

  .loc-icon.pcc {
    display: none !important;
  }

  .loc-form {
    display: block;
    text-align: center;
  }

  .loc-form .loc-input {
    margin-right: 0;
    margin-bottom: 10px;
    display: inline-block;
  }

  .select-filter {
    /* width: 100%; */
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
  }
}

@media (max-width: 1000px) {
  .menu-tool {
    /* height: auto; */
    display: flex;
    justify-content: right;
    align-items: center;
  }

  .logo-header img {
    margin-right: 5px;
    width: 80%;
  }

  .menu-item > a {
    margin-right: 16px;
    font-size: 14px;
  }

  .tool-item {
    margin-right: 10px;
  }

  .tool-item:last-child {
    margin-right: 0;
  }

  .header .tool-btn .btn {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .mbb {
    display: block !important;
  }

  .team-wrap .col-cus-4 {
    width: 50%;
  }

  .pcc {
    display: none !important;
  }

  .home-cate-img {
    height: auto;
  }

  .logo-header {
    line-height: normal;
    padding: 17px 0;
  }

  .paging-n #btnprev,
  .paging-n #btnnext {
    width: 30px;
    height: 30px;
  }

  .paging-n #btnprev svg,
  .paging-n #btnnext svg {
    width: 18px;
  }

  .paging-n #btnnext {
    margin-left: 0;
  }

  .paging-n #btnprev {
    margin-right: 20px;
  }

  .banner-btn {
    top: auto;
    bottom: 40px;
  }

  .search-form input {
    font-size: 18px;
  }

  .menu-list-2 {
    padding-top: 20px;
  }

  .select-filter {
    width: 100%;
  }

  .tool-item.mbb {
    display: inline-block !important;
  }

  .tool-item {
    padding: 10px 0;
    margin-right: 20px;
  }

  .tool-item:last-child {
    margin-right: 0;
  }

  .language {
    width: auto;
    height: auto;
  }

  .language img {
    display: inline-block;
    margin-left: 10px;
  }

  .logo-header img {
    margin-right: 8px;
    max-width: 110px;
    width: 100%;
  }

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

  .menu-item-b {
    margin-bottom: 20px;
  }

  .home-cate-title {
    padding: 30px;
  }

  .home-cate-title h3 {
    font-size: 32px;
  }

  .home-cate-title p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .home-wrap {
    width: 100%;
    padding: 0 8px;
  }

  .home-cate {
    padding: 0;
  }

  .home-news,
  .page-3,
  .gioithieu-page,
  .team-detail,
  .lienhe-form,
  .news-page {
    padding: 40px 0;
  }

  .home-title h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .news-title h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .news-content {
    padding: 24px 20px 50px 20px;
  }

  .news-page .main .news-item .news-content {
    padding: 20px;
  }

  .news-page .main .news-item:after {
    top: 30%;
  }

  .news-cate {
    margin-bottom: 10px;
  }

  .footer {
    padding-bottom: 20px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .footer-phone a,
  .footer-email a {
    font-size: 18px;
    line-height: 22px;
  }

  .footer-content {
    margin-bottom: 20px;
  }

  .footer-subscriber {
    margin-bottom: 20px;
  }

  .footer-bottom-list {
    text-align: center;
  }

  .footer-bottom-list li {
    margin-right: 10px;
    padding-right: 10px;
  }

  .copyright {
    text-align: center;
  }

  .socials {
    margin-bottom: 20px;
    justify-content: center;
  }

  .footer-social {
    text-align: center;
  }

  .footer-item .footer-logo {
    text-align: center;
  }

  .footer-item h3 {
    font-size: 16px;
  }

  .banner-title h1,
  .banner-dichvu-title h1 {
    font-size: 40px;
    line-height: 50.31px;
    text-align: center;
  }

  .banner-page-btn {
    display: block;
    text-align: center;
  }

  .banner-page-btn span {
    display: block;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .banner-page-btn span.pcc {
    display: none !important;
  }

  .noibat-title,
  .page-3-item-title,
  .dichvu-title {
    padding: 20px;
  }

  .noibat-title h3,
  .page-3-item h3,
  .page-trading-1-item h3,
  .dichvu-tuvan-item h3 {
    font-size: 24px;
    line-height: 28.81px;
    margin-bottom: 12px;
  }

  .noibat-title p,
  .page-title p,
  .page-3-item p,
  .banner-page-2 p,
  .dichvu-title p,
  .dichvu-tuvan-item p,
  .content-des p,
  #content p,
  .banner-gioithieu p,
  .gioithieu-page p,
  .gioithieu-colapse,
  .team-content p {
    font-size: 16px;
    line-height: 22.09px;
  }

  .banner-gioithieu p span {
    font-size: 16px !important;
    line-height: 22.09px !important;
  }

  .banner-gioithieu::after {
    height: 200px;
  }

  .page-wrap {
    align-items: start;
    padding-top: 40px;
  }

  .page-title h2,
  .banner-page-2 h2,
  .dichvu-moigioi .home-title h2,
  .hotro-title h2,
  .content-title h2,
  .lienhe-form-title h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  .page-3-item {
    margin-bottom: 20px;
  }

  .page-3-img {
    background: transparent;
  }

  .page-3 {
    padding-bottom: 0;
  }

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

  .page-4-item .page-link {
    /* margin-top: 20px; */
  }

  .banner-page-3 {
    margin: 40px 0;
    background-color: var(--six-color);
  }

  #chnn-3 .banner-page-3 {
    padding: 40px 0;
  }

  .page-banner-wrap {
    max-width: 100%;
  }

  .page-trading-1-item {
    margin-top: 20px;
    padding: 20px;
    text-align: center;
    min-height: unset;
  }

  .page-trading-1-item h3 {
    margin-bottom: 20px;
  }

  .page-trading-1 .page-trading-content,
  .page-trading-1 .page-trading-content .btn {
    margin-top: 20px;
  }

  .page-trading-wrap {
    padding: 20px 20px 0;
  }

  .trading-owl .owl-nav button,
  .dichvu-owl .owl-nav button,
  .news-img-owl .owl-nav button {
    width: 30px;
    height: 30px;
  }

  .trading-owl .owl-nav button svg,
  .dichvu-owl .owl-nav button svg,
  .news-img-owl .owl-nav button svg {
    width: 8px;
  }

  .trading-owl .owl-nav .owl-prev {
    transform: translateX(-15px);
  }

  .trading-owl .owl-nav .owl-next {
    transform: translateX(15px);
  }

  .banner-dichvu-title p {
    font-size: 24px;
    line-height: 32.19px;
  }

  .dichvu-moigioi .home-title {
    margin-bottom: 40px;
  }

  .dichvu-owl .owl-nav {
    position: unset;
    margin-top: 20px;
    text-align: center;
  }

  .dichvu-tuvan-item {
    margin-bottom: 20px;
  }

  .dichvu-tuvan-item.last {
    margin-bottom: 0;
  }

  .content-container {
    display: block;
  }

  .hotro-title {
    margin-bottom: 20px;
  }

  .hotro-search input {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* .hotro-search svg {
    top: 10px;
  } */

  .hotro-search-list h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .hotro-search-list ul {
    padding-left: 20px;
  }

  .hotro-search-list li a {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .hotro-search {
    margin-bottom: 0;
  }

  #content h3,
  .content-share h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .news-img-owl .owl-nav {
    display: none;
  }

  .btn-sotay {
    padding: 20px;
    font-size: 18px;
  }

  .btn-sotay svg {
    margin-bottom: -10px;
    width: 20px;
  }

  .content-link {
    margin: 40px 0;
  }

  .hotro-wrap {
    margin-top: 0;
  }

  .gioithieu-wrap {
    height: auto;
    padding-bottom: 40px;
    padding-top: 200px;
    display: block;
  }

  .banner-gioithieu h1 {
    font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 20px;
  }

  .banner-gioithieu h1 span {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .gioithieu-img {
    margin-bottom: 20px;
  }

  .gioithieu-panel .panel-heading h4,
  .team-detail-title h2,
  .chnn-sidebar-title h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .gioithieu-container {
    margin-top: 80px;
  }

  .gioithieu-wrap-con {
    display: block;
  }

  .gioithieu-panel {
    padding-bottom: 20px;
    margin-right: 0;
  }

  .gioithieu-panel .panel-heading h4 {
    margin-bottom: 0;
  }

  .gioithieu-page {
    margin-bottom: 40px;
  }

  .page-team .home-title {
    margin-top: 40px;
    text-align: center;
    padding-bottom: 20px;
  }

  .team-title {
    padding: 20px 20px 40px 20px;
  }

  .page-team,
  .team-content,
  .team-detail-title {
    margin-bottom: 40px;
  }

  .team-content h3,
  .chnn-title h3 {
    font-size: 20px;
  }

  .page-lienhe,
  .hotro-page {
    padding-top: 40px;
  }

  .lienhe-content {
    margin-bottom: 20px;
  }

  .lienhe-wrap {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .lienhe-form-title p {
    font-size: 18px;
    line-height: 24px;
  }

  .lienhe-form {
    margin-bottom: 40px;
  }

  .banner-chnn .gioithieu-wrap {
    padding-bottom: 40px;
  }

  .chnn-title {
    padding: 20px;
  }

  .hotro-cate {
    padding: 10px 0;
  }

  .hotro-cate-title a {
    font-size: 18px;
  }

  .hotro-btn.collapsed svg {
    width: 16px;
  }

  .hotro-menu li a {
    font-size: 14px;
    line-height: 18px;
  }

  .hotro-menu li.active a {
    font-size: 16px;
    line-height: 20px;
  }

  .hotro-menu {
    margin-top: 20px;
  }

  .chnn-sidebar-title {
    margin-top: 40px;
    text-align: center;
  }

  .chnn-sidebar-title h2 {
    margin-bottom: 0;
  }

  .chnn-cv h3 {
    font-size: 16px;
  }

  .chnn-content-wrap {
    display: block;
  }

  .chnn-content-wrap p,
  .chnn-content-wrap p:first-child {
    width: 100%;
    margin-bottom: 10px;
  }

  .news-page .col-cus {
    padding: 0 15px;
  }

  .news-page .row-cus {
    margin: 0 -15px;
  }

  .news-item {
    margin-bottom: 20px;
  }

  .news-page-2 .news-item {
    display: block;
    margin-bottom: 20px;
    box-shadow: 0px 0px 15px 4px rgba(187, 187, 187, 0.25);
  }

  .news-page-2 .news-img {
    float: none;
    width: 100%;
  }

  .news-page-2 .news-content {
    float: none;
    padding: 20px;
    width: 100%;
  }

  .news-page-btn {
    margin-top: 0;
  }

  .news-page-wrap .col-sm-6:last-child .news-item {
    margin-bottom: 0;
  }

  .news-page-2 .news-img .wrap-img,
  .news-page-detail .news-item.main .news-img .wrap-img {
    padding-bottom: 56.25%;
  }

  .menu-item-b a {
    font-size: 14px;
  }

  .menu-item-b svg {
    width: 18px;
  }

  .social {
    right: 20px;
  }

  .social-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .social-icon svg {
    width: 24px;
  }

  .banner-page {
    height: 100vh;
    padding: 50px 0 0 0;
  }

  .banner-page-3-bg {
    padding-top: 50px;
    padding-bottom: 350px;
    height: auto;
    background-position: center bottom;
  }

  .banner-page-3 {
    height: auto;
    padding-top: 0;
  }

  .header-page .logo-header p {
    font-size: 16px;
    line-height: 25px;
  }

  .menu-landing svg,
  .icon-loc svg {
    margin-top: 18px;
    color: var(--primary-color);
  }

  .header-dichvu {
    height: 60px;
  }

  .header-page .logo-header {
    padding: 18px 0;
  }

  .hotro-page .content-wrap {
    margin-top: 40px;
    margin-left: 0;
  }

  .menu-mobile .menu-mobile-item .show-country {
    display: inline-block;
  }

  .menu-mobile .menu-mobile-item .show-country.active {
    display: none;
  }

  .header-loc {
    top: 49px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  }

  .header-loc.active {
    top: 60px;
  }

  .news-detail {
    padding: 0 15px;
  }

  .banner-wrap {
    max-width: 100%;
  }

  .news-owl .owl-nav,
  .noibat-owl .owl-nav,
  .dichvu-owl .owl-nav {
    display: none;
  }

  .tool-btn.pcc,
  .tool-item.pcc {
    display: none !important;
  }

  .btn-back {
    margin-right: 0;
  }

  .team-detail .row-cus {
    margin: 0 15px;
  }

  .team-detail .col-cus {
    padding: 0 15px;
  }

  .btn-chnn {
    top: 65px;
    right: 0;
  }

  .chnn-wrap-btn h3 {
    width: 61%;
  }

  .news-item-related {
    display: block;
  }

  .news-related-content {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

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

@keyframes headerdown {
  0% {
    opacity: 0;
    transform: translate(0, -100%);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes pulsate1 {
  0% {
    transform: scale(0.92);
    opacity: 0.9;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.1);
    opacity: 0.9;
  }
}
