:root {
  --maincolor: #126682;
  --secondary-color: #ffa200;
  --text-color: #222;
  --background-color: #fff;
  --font-family: 'Lato', sans-serif;
}
* {
  margin: 0px;
  padding: 0px;
}
html,
body {
  font-size: 15px;
  padding: 0px;
  margin: 0px;
  line-height: 1.6;
  color: #222;
  scroll-behavior: smooth;
  font-size: 16px;
  font-family: Lato;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-family: Lato-R;
}

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

b,
strong {
  font-weight: normal;
  font-family: Lato-R;
}

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

a img {
  display: block;
}

#page {
  background: #fff;
  max-width: 2400px;
  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;
}

.txt-contact::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1; /* Firefox */
}

.txt-contact:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

.txt-contact::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

.more-text {
  float: right;
  cursor: pointer;
}

.search-pc {
  display: block;

  margin-left: 10px;
}

.submit-search-pc {
  /* float: left; */
  color: #737373;
  font-size: 16px;
  position: absolute;
  top: 8px;
  right: 10px;
}
.icon-search {
  position: relative;
}

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

  border-radius: 25px;
  background: #fff;
}
.search-pc ::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.search-pc .fa {
  color: rgb(255, 255, 255);
}

.topheader {
  background-color: #ffffff;
}
.topheader_left {
  display: flex;
  align-items: center;
}
.topheader .logo img {
  float: left;
}
.topheader h1 {
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  font-family: Lato-R;
  padding-left: 20px;
}

.social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
  padding: 0px 0px 0px 20px;
}
.social li {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #003880;
  border-radius: 50%;
  margin: 5px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-phone,
.header-email {
  padding: 0px 20px;
}
.cart {
  width: auto;
  display: block;
  position: relative;
  margin-left: 30px;
}
.cartnumber {
  position: absolute;
  top: -10px;
  left: -20px;
  font-size: 10px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #003880;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

#searchformtab {
  position: relative;
}

#searchformtab input {
  border: none;
  border-radius: 5px;
  background-color: transparent;
  color: #404040;
  padding: 10px 25px 10px 30px;
  height: 40px;
  max-width: 350px;
  min-width: 210px;
  /* border-radius: 20px; */
}
.header {
  background: #0a5e86c7;

  /* box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); */
  color: #fff;
  position: absolute;
  /*
  top: 145px;
  */
  left: 0px;
  z-index: 11;

  width: 100%;
}

.header-fixed {
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0;
  width: 100%;
  transition: all 0.1s ease;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

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

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

/* .header-fixed .logo img {
      height: 50px;
  } */

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

.logo {
  display: flex;
  align-items: center;
  padding: 3px 0;
  width: 100%;
}

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

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

.menubar {
  float: left;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

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

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

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

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

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

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

.nav > li > a {
  text-decoration: none;
  color: #fff;
  display: inherit;
  padding: 0px;
  padding: 0 10px;
  font-size: 16px;
  font-family: Lato-R;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

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

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

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

.nav li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  text-align: left;
  color: #333;
  padding: 0px;
  opacity: 0.98;
  z-index: 999999;
  display: none;
  font-weight: normal;
  background: #fff;
  text-transform: initial;
  border-radius: 0px 0px 5px 5px;
  border: solid 1px #ddd;
  border-top: none;
}

.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: #232323;
  line-height: 18px;
  text-transform: initial;
  padding: 10px;
  border-top: solid 1px #eee;
  font-size: 15px;
}

.nav li:hover,
.nav > li.active {
  background: #01669c !important;
}

.nav li:hover > a,
.nav > li.active > a {
  color: #fff !important;
}

.nav li ul ul {
  left: 100%;
  top: -1px;
}
.nav-top li a {
  color: #404040;
  font-size: 14px;
  padding: 0 10px;
}
.nav-top li a:hover {
  color: #ffffffab;
}

.nav-top li {
    height: 35px;
    line-height: 36px;
}

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

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

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

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

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

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

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

.img-poster img {
  display: block;
}

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

.footer {
  background: -webkit-linear-gradient(top left, #0e1527, #34347e);
  background: linear-gradient(to bottom right, #0e1527, #34347e);
  color: #fff;
}
.logo-footer {
  display: flex;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
}
.logo-footer img {
  margin-right: 10px;
  max-width: 120px;
}
.footer a {
  color: #fff;
}
.text-center {
  margin: auto;
  text-align: center;
}

.crumb {
  padding: 10px 0px;
  font-size: 13px;
  background-color: transparent;
}

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

.crumb a {
  color: #7b7b7b;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.linksmo a.fa-instagram {
  color: #8941a7;
  border: solid 2px #8941a7;
}
.menuright {
  box-shadow: 0px 0px 10px 0px #333333e0;
}
.menuright-title {
  padding: 15px 20px;
  color: #fff;
  font-size: 20px;
  background: #003880;
  text-transform: uppercase;
}
.menuleft {
  padding: 0px;
  margin: 0px;
  color: #3f3f3f;
  background: #fff;
}

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

.menuleft li a {
  color: #3f3f3f;
  padding: 10px;
  width: 100%;
  display: block;
  font-size: 16px;
  font-family: Lato-R;
}

.menuleft > .actived > a {
  color: #003880;
  font-family: Lato-R;
}

.menuleft .actived ul {
  display: block;
}

.menuleft .actived .actived a {
  color: #0239ba;
}

.deactived {
  display: none;
}

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

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

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

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

.album img {
  display: block;
}

.video-photo {
  padding: 4px;
  border: solid 1px #ccc;
}

.video-photo img {
  display: block;
}

#button-btt {
  position: fixed;
  right: 10px;
  bottom: 70px;
  color: #0059bd;
  background: transparent;
  /* padding: 10px; */
  opacity: 0.8;
  z-index: 10;
  transform: rotate(90deg);
}

#button-btt i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #fff;
  transform: rotate(270deg);
  border-radius: 50%;
}

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

.view-detail {
  display: block;
  color: #fff;
  background: #0239ba;
  padding: 10px 30px;
  box-shadow: 0px 0px 3px #999;
  float: left;
}

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

.btn-dangky {
  padding: 8px 15px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  display: block;
  cursor: pointer;
  max-width: 170px;
  background: #0239ba;
  color: #fff;
  margin-right: 15px;
  text-transform: uppercase;
  border-radius: 25px;
  transition: all 0.5s ease-in-out;
}
.btn-dangky:hover {
  box-shadow: 0px 0px 5px #0239ba;
}

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

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

.footer-title {
  font-size: 18px;
  color: #fff;
  font-family: Lato-R;
  text-transform: uppercase;

  padding-bottom: 10px;
}

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

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

.menutab {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menutop {
  background-color: #f1f1f1;
}
ul.header-top__menu.nav.nav-top {
  float: right;
}
.menutab-item {
  padding: 10px 8px 0px 5px;
  text-align: center;
  border-radius: 25px;

  transition: all 0.5s ease-in-out;
}

.menutab-item a {
  font-size: 15px;
  font-family: Lato-R;
  text-transform: uppercase;
  color: #333;
}

.tab-item {
  display: block;
  width: 20%;
  float: left;
  text-align: center;
  font-family: Lato-R;
  font-weight: normal;
  color: #58595b;
  font-size: 15px;
  padding: 5px 5px;

  margin: 10px 0px;
}

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

.menutab-item :hover {
  color: #003880;
}

.menutab-item .actived {
  background-color: #003880;
  color: #003880;
}

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

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

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

.tab-title {
  margin: 0px;
  font-family: Lato-R;
  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 {
  background: #f5f5f5;
  color: #ffa200;
  border-bottom: 2px solid #ffa200;
  z-index: 1;
}

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

.video-home-name {
  margin: 0px;
  padding: 0px;
  padding: 10px;
  background: #efeff0;
}

.video-home-name a {
  color: #58595b;

  font-size: 14px;
}

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

/*---*/

.btn {
  padding: 3px 25px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
  padding: 10px 20px;
  border-radius: 20px;
  margin: auto;
  text-transform: uppercase;
  background: linear-gradient(-59deg, #ff0606 0%, #c20000 100%);
  cursor: pointer;
}

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

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

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

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

a.close {
  line-height: 1;
  font-size: 1.5px;
  position: absolute;
  top: 5%;
  right: 2%;
  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;
}

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

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

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

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

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

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

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

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

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

  display: none;
}

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

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

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

.cat-item-name {
  margin: 5px 0px;
  padding: 0px;
  font-family: Lato-R;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
}

.cat-item-name a {
  color: #333;
}

.cat-item-name a:hover {
  color: #0239ba;
}

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

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

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

.content-detail a {
  color: #00659b;
  font-weight: 400;
}

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

.view-hover {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  padding: 0px 20px;
}

.tab-content {
  display: none;
}

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

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

.pagination {
  display: flex;
  justify-content: center;
}
.page {
  display: none;
}
.pagination-item {
  text-decoration: none;
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  min-width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  background-color: #e6e6e6;
  margin: 0 5px;
}

.pagination-item__clicked {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  min-width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  background-color: #003880;
  margin: 0 5px;
}

.pagination-item-icon {
  font-size: 20px;
  font-weight: 500;
  color: #176078;
}

.ullist {
  height: 450px;
  overflow-y: scroll;
}

.ullist li h3 {
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
  color: #0239ba;
  font-size: 16px;
}

.ullist li p {
  margin: 0px;
  padding: 5px 0px;
}

.ullist li {
  border-bottom: dashed 1px #ddd;
}

.ullist li .fa {
  display: block;
  float: left;
  width: 18px;
  margin-top: 2px;
}

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

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

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

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

.form-title {
  font-family: Lato-R;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

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

.header-mobile {
  background: #003880;
  border-bottom: solid 2px #ccc;
}

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

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

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

.view-more {
  font-weight: normal;
  display: inline-block;
  color: #fff;
  font-size: 14px;

  margin-top: 25px;
  background-color: #1d509b;
  padding: 10px 20px;
}

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

.line-w span {
  display: inline-block;
  margin-right: 5px;
  background-image: url(/images/line.png);
  background-repeat: no-repeat;
  background-size: 90% 90%;
  width: 100px;
  height: 15px;
  margin-top: 10px;
}

.line-w span:last-child {
  margin-right: 0;
}

.longPageTOC {
  padding: 10px;
  background-color: #f1f2f2;
  max-width: 150px;
  border-radius: 5px;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: Lato-R;
}

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

.longPageNavigationDiv a {
  color: #333;
}

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

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

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

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

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

.img-article {
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.img-article img {
  display: block;
}
.content {
  background-color: #fff;
}

/* home */

.btn-muangay {
  padding: 15px 100px;
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid #fff;
  text-transform: uppercase;
}
.btn-xemthem {
  text-align: center;
  padding: 3px 25px;
  color: #404040;
  border: 1px solid #d9d9d9;
  background-color: #d9d9d9;
}
.btn-chitiet {
  border: 1px solid #003880;
  background-color: #003880;
  color: #fff;
}
.btn-chitiet:hover {
  color: #003880;
  background-color: #fff;
}
.btn-ordnow {
  background-color: #fff;
  color: #003880;
  transition: all 0.5s ease-in;
  text-transform: uppercase;
}
.btn-ordnow:hover {
  color: #fff;
  border: 1px solid #fff;
}
.hvr-show {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.info-image {
  background: #fff;
  /* padding: 8px; */
}

.product-detail-wrapper {
}

.frm-contact {
  width: 100%;
}

.txt-contact {
  border: solid 1px #999;
  width: 100%;
  height: 38px;
  padding-left: 5px;
  border-radius: 3px;
  margin-bottom: 10px;
  font-size: 15px;
}
.btn-contact {
  width: 100%;
  height: 38px;

  background: #003880;
  color: #fff;
}

.form-label {
  width: 100%;
  font-size: 15px;
}

/* flex_center */

.flex_align {
  display: flex;
  align-items: center;
}

.flex_align--end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Không có margin thẻ p */
.no-margin-p-tag p {
  margin: 0;
}

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

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

/* HOME */

/* .vi {
  background-image: url(../images/flag-vi.png);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center center;
  text-indent: -9999px;
  border-radius: 50%;
}

.en {
  background-image: url(../images/flag-en.png);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center center;
  text-indent: -9999px;
  border-radius: 50%;
} */

.lang {
  padding-top: 5px;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.lang a {
  line-height: 1;
  padding: 0px 10px;
  font-weight: 500;
  position: relative;
  font-family: Lato-R;
}
.lang a::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  right: 0px;
  background: #fff;
  top: -3px;
}
.lang a:nth-last-child(1):before {
  display: none;
}
.lang span {
  margin-right: 15px;
}

.home-cat {
  border-bottom: #01669c 2px;
}

.homecat-title a {
  color: currentColor;
}

.homecat-intro {
  font-family: Lato-R;
  text-align: justify;
}
.homecat-title {
  text-align: left;
  font-size: 20px;
  font-family: Lato-R;
  text-transform: uppercase;
  position: relative;

  float: left;
  padding-left: 8px;
  padding-top: 5px;
}
.homecat-title .arrow-right {
  width: 0;
  height: 0;
  border-bottom: 39px solid #01669c;
  border-right: 35px solid transparent;
  float: left;
  display: inline-block;
  position: absolute;
  top: 0px;
}

.homecat-title a {
  color: currentColor;
}

.footer-main {
  padding: 30px 0 40px;
  padding-bottom: 20px;
}
.footer-end {
  color: #fff;
  padding: 15px 20px;
  border-radius: 20px;
}

.footer-block {
  padding-left: 0px;
  margin-bottom: 20px;
}
.footer-block .info {
  display: flex;
  justify-content: flex-start;
  background-color: #ffffff1a;
  color: #fff;
  font-size: 15px;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.footer-block .info i {
  padding: 14px;
}.footer-block .info span {
  margin-left: 10px;
}
.fanpage img {
  border-radius: 20px 0px;
  float: left;
  margin-bottom: 15px;
  margin-right: 10px;
}
.fanpage {
  width: 100%;
  clear: both;
  margin-bottom: 0px;
}
.menuboxfooter {
  padding: 0px;
  list-style-type: none;
}
.menuboxfooter li {
  margin-bottom: 20px;
}
.menuboxfooter a {
  color: #fff;
}
.menuboxfooter i {
  color: yellow;
}
.footer-copyright {
  background-color: #003880;
  color: #fff;
  font-size: 14px;
  text-align: left;
  line-height: 60px;
}
.send-mail p {
  font-size: 14px;
}
.send-mail a {
  color: #003880;
}
.sendmail__input {
  width: 100%;
  position: relative;
  outline: none;
  border: 0;
  padding: 8px 20px 10px;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  line-height: 20px;
  background-color: transparent;
  color: #fff;
  border-radius: 20px;
}

.sendmail__btn {
  padding: 10px 25px;
  margin-top: 20px;
  color: #fff;
  font-family: Lato-R;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 20px;
  background-color: #003880;
  transition: all 0.5s ease-in;
  width: 100%;
  border: none;
}
.sendemail__btn:hover {
  background-color: #fff;
  color: #003880;
}

.footer-intro {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}

.footer-social {
  padding-left: 30px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0px;
}

.footer-social li {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  margin-right: 5px;
  text-align: center;
  border-radius: 50%;
}

.f-title {
  color: #003880;
  text-transform: initial;
  margin-top: 20px;
  font-family: Lato-R;
  margin-bottom: 10px;
  height: 60px;
  padding-bottom: 5px;
  border-bottom: 1px solid #bdbcbc;
  display: flex;
  align-items: center;
  font-size: 22px;
}
.f-title img {
  max-height: 50px;
  margin-right: 5px;
}

/*  home */

.slidehome {
  position: relative;
}
.slidehome-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  color: #fff;
  padding: 0px 50px;
}
.slide-content {
  padding: 0px 50px;
}
.slidehome-content h2 {
  font-size: 48px;
  line-height: 1.2;
  color: #ffffff;
}
.slidehome-content-intro {
  font-size: 20px;
  text-align: justify;
}
.homeinfo-wrapper {
  background-color: #f1f2f2;
}
.homeinfo {
  border-radius: 0px;
  filter: drop-shadow(4px 0px 8px rgba(0, 0, 0, 0.12));
  background-color: #003880;
  color: #fff;

  margin-top: -55px;
  z-index: 11;
  position: relative;
}
.homeinfo-item {
  text-align: center;
  padding: 20px 10px;
}

.homeinfo .cell-1-3:nth-child(2) {
  background-color: #00659b;
}
.homeinfo-item-name {
  font-size: 16px;
  text-transform: uppercase;
}

/* homenews */
.homenews-wrapper {
  background-color: #dddddd5e;
}

/* .homenews-item-first {
  background: #fff;
  position: relative;
} */

.cell-homenews {
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
}
.homenews-item {
  padding: 15px 0px;
  border-bottom: 1px solid #ccc;
}
.homenews-item--name,
.newsname {
  color: #111;
  font-size: 18px;
  font-family: Lato-R;
  margin-bottom: 5px;
}
.homenews-item-desc {
  padding: 10px 0;
}

.homenews-item-desc .time {
  color: #a8a8a8;
  font-size: 13px;
}

.homenews-item--intro {
  color: #282828d7;
}
.img-poster {
  position: relative;
}
.poster-desc {
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-style: italic;

  text-align: right;
}
.poster-name {
  font-size: 22px;
  color: #f1ca51;
  font-family: Lato-B;
  text-transform: uppercase;
}
.poster {
  background-color: #003880;
  border-radius: 8px;
  color: #fff;
}
.poster-content {
  padding: 30px;
  text-align: justify;
}
.poster-content--intro {
  font-size: 20px;
}
.dangkythithu {
  text-align: center;
  margin: auto;
  font-size: 18px;
  text-transform: uppercase;
  color: #f1ca51;
  font-family: Lato-B;
  border-radius: 8px;
  background-color: #003880;
  padding: 20px 30px;
}

/* .homeabout-wrapper {
  min-height: 1000px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #dddddd5e;
  background-image: url(/uploaded/background/bg-info.png);
} */
.homeabout-wrapper .homecat-title {
  text-align: center;
  max-width: 55vw;
  margin: auto;
  color: #fff;
  float: none;
  background: initial;
}
.homeabout-itemleft {
  position: relative;
}

.homeabout-itemlef--content {
  background-color: #003780cb;

  width: 100%;
  /*
	position: absolute;
    height: auto;
    top: 0px;
    left: 0px;
	*/

  padding: 30px;
  color: #fff;
  text-align: justify;
  padding-bottom: 10px;
}
.homeabout-itemlef--content a {
  color: #f1ca51;
}

.homeabout-itemleft img {
  height: 100%;
  min-height: 692px;
  object-fit: cover;
}
.homeabout-name {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
  position: relative;
}
.homeabout-name::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -5px;
  width: 55px;
  height: 3px;
  background-color: #49c0ee;
}
.homeabout-item {
  display: flex;
}
.cell-item--right,
.cell-item--img {
  width: 50%;
}
.cell-item--right {
  padding: 30px;
  padding-top: 28px;
  background-color: #00659b;
  color: #fff;
}
.homeabout-item--ico {
  text-align: right;
  width: 100%;
}

.homeabout-item--ico img {
  height: 40px;
}

.homeabout-item--number {
  color: #f1ca51;
  font-family: Lato-R;
  text-align: left;
  font-size: 28px;
}
.cell-item--img img {
  height: 100%;
  object-fit: cover;
}
.homeabout-item:nth-child(2) .cell-item--right {
  order: 2;
}
.homeabout-item:nth-child(2) .cell-item--img {
  order: 1;
}
.homeactivities-wrapper .grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 220px);
  grid-gap: 15px;
}
.homeactivities-wrapper .homeactivities-item {
  position: relative;
}
.homeactivities-wrapper .homeactivities-item::before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.986), transparent);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.homeactivities-wrapper .homeactivities-item .desc {
  display: none;
}

.homeactivities-wrapper .homeactivities-item-first {
}
.homeactivities-wrapper .homeactivities-item-first__name {
  font-size: 18px;
  padding: 15px;
  color: #222;
  background: #f1f1f1;
  font-family: 'Lato-R';
}

.homeactivities-wrapper .homeactivities-item__name {
  bottom: 0px;
  padding: 0px 10px;
  font-size: 16px;
  font-family: 'Lato-R';
  z-index: 3;
  width: 100%;
}
.homeactivities-wrapper .img-shine,
.homeactivities-wrapper img {
  height: 100%;
  object-fit: cover;
}

.homeaticle-wrapper {
  background-color: #f1f1f1;
  position: relative;
}
.homeaticle-wrapper .grid {
  position: relative;
}

.homearticle-name {
  font-size: 16px;
  padding: 15px 0px 0px;
}
.swiperarticle-button-prev,
.album-button-prev {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  right: 50px;
  position: absolute;
  top: 0px;
  background: #00659b;
  text-align: center;
  line-height: 38px;
  color: #fff;
}
.swiperarticle-button-next,
.album-button-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  right: 0px;
  position: absolute;
  top: 0px;
  background: #00659b;
  text-align: center;
  line-height: 38px;
  color: #fff;
}
.homevideo-item {
  position: relative;
  border-radius: 30px;
  background: linear-gradient(to bottom, #03528b, #c21d2e);
  padding: 20px;
}
/* .homevideo-item::aff {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;

  left: 0;
  top: 0;

  border-radius: 20px;
} */
.homevideo-item img {
  border-radius: 30px;
}
.fancy-video-homeitem {
  position: absolute;
  width: 60px;
  height: 40px;
  left: 50%;
  top: 50%;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 13px;
  color: #fff;
  z-index: 2;
  line-height: 40px;
  transform: translate(-50%, -15px);
}
.homevideo-name {
  text-align: none;
  font-size: 18px;
  font-family: Lato-R;
  color: #fff;
  margin-top: 10px;
}
.infomember-item--possiton {
  padding: 10px 0px 0px;
}
.infomember-item--name {
  font-size: 15px;
  font-family: Lato-R;
  text-transform: uppercase;
  padding: 0px 0px 10px;
}
.infomember-item {
  margin-bottom: 10px;
}
.infomember-item--intro {
  padding-top: 5px;
  color: #555;
}
.infomember-item img {
  border-radius: 5px;
}
.menuright .title,
.box-news-left .title-left {
  padding: 15px 30px;
  background-color: #003880;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  border-radius: 5px 5px 0px 0px;
}
.featured-item img {
  height: 90px;
  object-fit: cover;
}
.featured-item h3 {
  font-size: 15px;
  font-family: Lato;
  text-align: justify;
}
.featured-item {
  margin-bottom: 30px;
}
/* end home */
.activites-wraper {
  background-color: #f1f1f1;
}

.aticle-content {
  margin-top: 10px;
}
.aticle-img img {
  border-radius: 5px;
}
.aticle-name {
  font-size: 18px;
}
.aticle-item {
  margin-bottom: 30px;
}
.tab-bars .menutab {
  justify-content: center;
  margin-top: -46px;
  position: relative;
  background: #0d4286;
  z-index: 11;
  color: #fff;
}
.tab-bars .menutab .menutab-item {
  padding: 15px 30px;
  transition: all 0.5s ease-in-out;
  border-radius: 0;
}
.tab-bars .menutab .menutab-item:hover,
.tab-bars .menutab .menutab-item.actived {
  background-color: #00659b;
}
.tab-bars .menutab .menutab-item a {
  color: #fff;
}
.formsearch-video input,
.formsearch-video select {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 16px;
  font-family: Lato;
  outline: none;
  border: none;
}
.formsearch-video input::placeholder {
  color: #333;
  font-family: Lato;
}
.formsearch-video {
  padding: 20px;
  background-color: #f1f2f2;
  border-radius: 5px;
}
.btn-search {
  border-radius: 5px;
  background-color: #00659b;
  height: 45px;
  color: #fff;
  text-align: center;
  line-height: 45px;
}
.videos .cell-1-3 {
  margin-bottom: 30px;
}

.school-name {
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 16px;
  font-family: 'Lato-R';
  color: var(--maincolor);
}

.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.service-name {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
}

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

.btn-send {
  border: none;
  font-family: 'Lato-R';
  text-align: center;
  min-width: 300px;
  box-shadow: 0px 2px 3px #666;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  padding: 15px;
  border-radius: 25px;
}

.school-name-mobile {
  float: left;
  width: calc(100% - 120px);
  margin-top: 15px;
  line-height: 20px;
  font-size: 14px;
  font-family: 'Lato-R';
  color: #fff;
  text-transform: uppercase;
}

.videoHome_sub_mobile {
  background: url(/images/yt-playicon.png) #00659b 5px no-repeat;
  padding: 20px;
  padding-left: 60px;
  margin-bottom: 10px;
  border: solid 1px #ccc;
  border-radius: 3px;
  width: 100%;
  margin-right: 10px;
}

.videoHome_sub_mobile a {
  color: #fff;
}

.newsdetail-name {
  font-size: 24px;
}

.red-field {
  color: #f00;
  font-size: 12px;
}

#uploaded_file {
  margin-left: 52px;
  border: solid 1px #ccc;
  padding: 6px;
  margin-top: 0px;
  width: calc(100% - 52px);
}

.content-detail h1 {
  font-size: 26px;
}

.content-detail h2 {
  font-size: 22px;
}
.content-detail h3 {
  font-size: 20px;
}
.content-detail h4 {
  font-size: 18px;
}
.tocContent a {
  color: #0358f4;
  text-decoration: revert;
}

.ketquadognghiem {
  padding: 30px;
  text-align: initial;
}

.go-back {
  padding-left: 15px;
  width: 120px;
  display: block;
  line-height: 32px;
}
.go-back img {
  float: left;
  display: inline-block;
}
.thongbao-wrapper {
  font-size: 18px;
  background-image: url(/uploaded/background/bg-thongbao.png);
  height: 100%;
  background-size: 100% 100%;
}
.cell-thongbao {
  width: 100%;
  max-width: 1100px;
  background-image: url(/uploaded/background/bg-fm-tbao.png);
  padding: 30px;

  height: 100%;
  background-size: 100% 100%;
}
.thongbao {
  background-color: #ffffff65;
  padding: 10px;
  height: 100%;
}
.thongbaoitem {
  background-image: url(/uploaded/background/bg-thongbao--item.png);
  padding: 30px;

  height: 100%;
  background-size: 100% 100%;
}
.thongbao-logo {
  font-size: 18px;
  line-height: 26px;
  color: #282828;
  font-weight: 700;
  font-family: 'Lato';
  text-align: center;
}

.cell-thongbao {
  width: 100%;
  max-width: 1000px;
  background-image: url(/uploaded/background/bg-fm-tbao.png);
  padding: 30px;

  height: 100%;
  background-size: 100% 100%;
}
.thongbao {
  background-color: #ffffff65;
  padding: 10px;
  height: 100%;
}
.thongbaoitem {
  background-image: url(/uploaded/background/bg-thongbao--item.png);
  padding: 30px;

  height: 100%;
  background-size: 100% 100%;
}
.thongbao-logo {
  font-size: 18px;
  line-height: 26px;
  color: #282828;
  font-weight: 700;
  font-family: 'Lato';
  text-align: center;
}
.thongbao-logo img {
  max-width: 120px;
}
.thongbao-title {
  font-size: 34px;
  line-height: 26px;
  color: #003880;
  font-family: UTM;
  text-align: center;
  font-weight: normal;
}
.thongbao-content .name {
  font-size: 20px;
  color: #2cb3eb;
}

.table-thongbao {
  text-align: center;
}
.table-thongbao tr td {
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #adadad;
  border-left: 1px solid #adadad;
  height: 30px;
}
.table-thongbao tr td:nth-last-child(1) {
  border-right: 1px solid #adadad;
}
.table-thongbao tr:nth-child(1) td {
  text-align: center;
  padding: 5px;
  border-top: 1px solid #adadad;
}
.table-thongbao tr {
  background-color: #fff;
}
.table-thongbao tr:nth-child(1) {
  background-color: #eaeaea;
}
.thongbao-footer {
  text-align: center;
}
.thongbao-footer--title {
  color: #2cb3eb;
  font-weight: 600;
  padding: 0px 44px;
}

.showFormTraCuu {
  margin: 0px;
}

.btn-payment {
  float: left;
  width: 200px;
  background: #e50000;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  box-shadow: 0 0 5px #333;
  font-size: 16px;
  cursor: pointer;
}

.duan-name {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  background: #01669b;
  color: #fff;
  padding: 12px;
  border-radius: 3px;
  box-shadow: 0px 0px 8px #666;
  text-align: center;
}

.duan-name:hover {
  background: #d00000;
}

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

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

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

.swiper-pagination {
  bottom: 60px !important;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  opacity: 0.8 !important;
}

/* newcode update */
/* ============================
   SEARCH BOX
============================ */
.search-box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 46px;
  border: 1px solid #d8d8d8;
  border-radius: 40px;
  overflow: hidden;
  background: #fff;
}

.search-box select {
  height: 100%;
  border: none;
  padding: 0 15px;
  outline: none;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
}

.search-box input {
  flex: 1;
  height: 100%;
  border: none;
  padding: 0 15px;
  outline: none;
  font-size: 14px;
  background: #fff;
}

.search-box button.submit-search-pc {
  width: 33px;
  height: 70%;
  background: #273c76;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-box button i {
  color: #fff;
  font-size: 16px;
}

/* ============================
   HOTLINE ICON + TEXT
============================ */
.hotline-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hotline-icon {
  width: 46px;
  height: 46px;
  background: #e6f0ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.hotline-icon i {
  font-size: 20px;
  color: #2664b0;
}

.hotline-info .title {
  font-size: 12px;
  color: #666;
  line-height: 1;
}

.hotline-info .number {
  font-size: 16px;
  font-weight: bold;
  color: red;
  margin-top: 3px;
  line-height: 1.2;
}
.header-fixed .nav > li a {
  color: #4e4c4c;
}
.title-partner {
  text-align: left;
  font-size: 20px;
  font-family: Lato-R;
  text-transform: uppercase;
  padding-left: 8px;
  padding-top: 5px;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin: 20px 0;
}

.section-title h2 {
  font-size: 20px;
  color: #005f99; /* xanh giống ảnh */
}

.section-title .line {
  flex: 1;
  height: 1px;
  background: #b5b5b5; /* màu line xám nhạt y hình */
}

.section-title .view-all {
  background: #fff;
  color: #003a83;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  transition: 0.2s;
}

.section-title .view-all:hover {
  background: #f5f5f5;
}

.view-all {
    background: #fff;
    color: #003a83;
    padding: 10px 30px;
    border-radius: 999px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid #003a83;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    transition: 0.2s;
}
