body {
  background: white;
  font-family: "Google Sans", sans-serif;
  font-size: 15px;
}

.click_out {
  position: absolute;
  z-index: 99998;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

a {
  text-decoration: none !important;
}

.open-nav {
  font-size: 30px;
  color: #003d99;
  z-index: 99;
  cursor: pointer;
  right: 0;
  position: absolute;
  display: none;
}

#menu-mobile {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 300px;
  height: 100%;
  transform: translateX(-300px);
  transition: all 0.4s;
  overflow: auto;
}
#menu-mobile .fa-window-close {
  color: #003d99 !important;
  font-size: 28px !important;
  cursor: pointer;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 10px;
}
#menu-mobile .nav_mobile {
  padding: 20px 15px;
}
#menu-mobile .nav_mobile .logo_sidebar {
  text-align: center;
}
#menu-mobile .nav_mobile .logo_sidebar img {
  max-height: 55px;
  display: inline-block;
}
#menu-mobile .nav_mobile ul {
  list-style: none;
  padding: 0;
  overflow: auto;
}
#menu-mobile .nav_mobile ul li {
  clear: both;
  border-top: 1px solid #e9e9e9;
  position: relative;
}
#menu-mobile .nav_mobile ul li:first-child {
  border: none;
}
#menu-mobile .nav_mobile ul li a {
  color: black;
  padding: 10px 0;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  transition: all 0.2s;
}
#menu-mobile .nav_mobile ul li a:hover {
  transition: all 0.2s;
  color: #003d99;
}
#menu-mobile .nav_mobile ul li .sub-menu {
  padding: 0;
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}
#menu-mobile .nav_mobile ul li .sub-menu li:first-child {
  border-top: 1px solid #e9e9e9;
}
#menu-mobile .nav_mobile ul li .sub-menu li a {
  padding-left: 20px;
  display: inline-block;
}
#menu-mobile .nav_mobile ul li .sub-menu .sub-menu {
  max-height: 0;
  overflow: hidden;
}
#menu-mobile .nav_mobile ul li .sub-menu .sub-menu a {
  padding-left: 40px;
}
#menu-mobile .nav_mobile ul .active a {
  font-weight: 700;
}
#menu-mobile .nav_mobile .user-nav-mb span {
  width: 50%;
  float: left;
}
#menu-mobile .nav_mobile .user-nav-mb span i {
  margin-right: 10px;
  color: white;
}
#menu-mobile .nav_mobile .user-nav-mb span a {
  color: black;
}
#menu-mobile .accordion {
  color: black;
  cursor: pointer;
  width: 10%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0;
  background: none;
}
#menu-mobile .accordion:after {
  content: "\f067";
  font-family: "Fontawesome";
  color: black;
  font-weight: bold;
  margin-left: 5px;
}
#menu-mobile .accordion.active:after {
  content: "\f068";
  font-family: "Fontawesome";
}

.hd_top {
  background-image: linear-gradient(to right, #003d99, #0068ff);
  height: 36px;
  transition: all 0.2s;
}
.hd_top .hd_left ul {
  padding: 0;
  margin: 0;
}
.hd_top .hd_left ul li {
  list-style: none;
  display: inline-block;
  align-items: center;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 35px;
  color: #fff;
  transition: all 0.2s;
}
.hd_top .hd_left ul li img {
  margin-top: -4px;
  margin-right: 5px;
}
.hd_top .hd_left ul li p {
  margin-bottom: 0;
}
.hd_top .form-search {
  background: white;
  margin: 0;
  transition: all 0.3s;
  border-radius: 15px;
  position: relative;
}
.hd_top .form-search .input-group {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
.hd_top .form-search .input-group:before {
  content: "";
  width: 0;
  height: 0px;
  border-left: 5px solid transparent;
  border-bottom: 9px solid rgba(0, 61, 153, 0.9);
  border-right: 5px solid transparent;
  right: -5px;
  z-index: 999;
  position: absolute;
  top: -29px;
}
.hd_top .form-search input {
  outline: none;
  border: none;
  width: 100%;
  color: white;
  background: none;
  height: 25px;
  border-radius: 0;
  font-size: 13px;
}
.hd_top .form-search input::-moz-placeholder {
  color: black;
}
.hd_top .form-search input::placeholder {
  color: black;
}
.hd_top .form-search input:focus {
  outline: none;
  box-shadow: none;
}
.hd_top .form-search i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.6;
  cursor: pointer;
  z-index: 9999;
}
.hd_top .hd_right {
  padding: 6px 0;
  float: right;
  display: flex;
  align-items: center;
}
.hd_top .hd_right p {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.hd_top .hd_right ul {
  margin: 0;
}
.hd_top .hd_right ul li {
  list-style: none;
  display: inline-block;
  text-align: center;
}
.hd_top .hd_right ul li:before {
  content: "";
}
.hd_top .hd_right ul li a {
  background-color: #fff;
  color: rgb(27, 117, 186);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
  font-size: 13px;
}

header {
  padding: 8px 0;
}
header .logo img {
  height: 70px;
  width: auto;
  transition: all 0.3s;
}
header .hd_menu {
  align-items: center;
}
header .hd_menu ul {
  padding: 0;
  margin: 0;
  float: right;
}
header .hd_menu ul .active a {
  color: #003d99;
}
header .hd_menu ul .fa.fa-caret-down {
  float: right;
  padding-left: 5px;
  margin-top: 3px;
}
header .hd_menu ul .current-menu-item > a {
  color: #003d99;
}
header .hd_menu ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
header .hd_menu ul li a {
  padding: 22px 12px;
  display: inline-block;
  color: #333;
  font-weight: 500;
  transition: all 0.3s;
  font-size: 16px;
}
header .hd_menu ul li a:hover {
  transition: all 0.3s;
  color: #003d99;
}
header .hd_menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
header .hd_menu ul li .sub-menu {
  position: absolute;
  padding: 5px 0;
  width: 240px;
  text-align: left;
  box-shadow: none;
  display: block;
  border-radius: 0;
  z-index: 10;
  opacity: 0;
  border-top: 4px solid #003d99;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  top: 71px;
}
header .hd_menu ul li .sub-menu li {
  list-style: none;
  padding: 0px !important;
  position: relative;
  margin: 0;
  display: block;
  border-bottom: 0;
}
header .hd_menu ul li .sub-menu li:last-child {
  border-bottom: 0px;
}
header .hd_menu ul li .sub-menu li a {
  font-size: 14px;
  height: auto;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 5px 10px !important;
  color: #333;
}
header .hd_menu ul li .sub-menu li a::before {
  background: none;
}
header .hd_menu ul li .sub-menu li:hover {
  transition: all 0.1s;
}
header .hd_menu ul li .sub-menu li:hover a {
  color: #003d99;
}
header .hd_menu ul li .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
  top: -4px !important;
}
header .hd_menu ul li .sub-menu li .sub-menu {
  position: absolute;
  padding: 0;
  width: 240px;
  top: 100px !important;
  right: -100%;
  border: none;
  box-shadow: none;
  display: block;
  border-radius: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  background: white;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  border-top: 0;
}
header .hd_menu ul li .sub-menu li .sub-menu a {
  color: #333;
}
header .hd_menu .search_hd {
  margin-left: 20px;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  margin-top: 20px;
  float: right;
}
header .hd_menu .search_hd .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #003d99;
  border-radius: 50%;
  text-align: center;
  color: white;
}

.slider {
  transition: all 0.5s;
  font-family: "Open Sans", sans-serif;
}
.slider .owl-nav {
  margin: 0;
}
.slider .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.slider .owl-theme .item img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .owl-theme .owl-dots .owl-dot span {
  background: none;
  border: 1px solid #003d99;
  border-radius: 50%;
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #003d99;
  border-radius: 50%;
}
.slider:hover .owl-prev {
  left: 40px;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.slider:hover .owl-next {
  right: 40px;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.slider .owl-prev {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  color: #003d99 !important;
  width: 40px;
  height: 40px;
  line-height: 34px;
  font-size: 24px !important;
  margin: 0 !important;
  border: 1px solid #003d99;
  background-color: transparent !important;
  border-radius: 50% !important;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  padding-top: 2px !important;
}
.slider .owl-prev:hover {
  background-color: transparent !important;
  transition: all 0.3s;
}
.slider .owl-next {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  color: #003d99 !important;
  width: 40px;
  height: 40px;
  line-height: 34px;
  font-size: 24px !important;
  border-radius: 0% !important;
  margin: 0 !important;
  border: 1px solid #003d99;
  border-radius: 50% !important;
  background-color: transparent !important;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  padding-top: 2px !important;
}
.slider .owl-next:hover {
  background-color: transparent !important;
  transition: all 0.3s;
}

.error-page {
  background: #003d99;
  text-align: center;
  padding: 60px 0;
}
.error-page h2 {
  font-style: normal;
  line-height: 1.4;
  margin-bottom: 15px;
  margin-top: 15px;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  font-size: 40px;
  color: #fff;
}
.error-page a {
  color: #fff;
  border: 2px solid #fff;
  padding: 12px 32px;
  margin: 10px 5px;
  height: auto;
  min-height: 36px;
  line-height: 36px;
  font-size: 24px;
  display: inline-block;
}

.fix-top {
  z-index: 10000;
  border-bottom: 1px solid rgba(174, 174, 174, 0.3);
  background: white;
}
.fix-top .hd_top {
  display: none;
}

.partner {
  padding: 50px 0;
  background: url(../images/nganh.jpg) no-repeat;
  background-size: cover;
}
.partner .row {
  margin: 0 -10px;
}
.partner [class*=col-] {
  padding: 0 10px;
}
.partner .title {
  margin-bottom: 20px;
}
.partner .title h2 {
  color: white;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 15px;
}
.partner .title p {
  color: white;
}
.partner .item {
  margin-bottom: 20px;
  border-radius: 5px;
  text-align: center;
  background: white;
  padding: 15px 0;
  border: 1px solid #eaeaea;
}
.partner .item img {
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  width: auto;
}
.partner .item h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0;
}
.partner .item h3 a {
  color: #003d99;
}

.intro {
  padding: 50px 0;
}
.intro img {
  width: 100%;
  margin-bottom: 20px;
}
.intro .title {
  margin-bottom: 20px;
}
.intro .title h1 {
  color: #003d99;
  font-size: 32px;
  text-transform: uppercase;
}
.intro .title p {
  font-size: 18px;
  margin: 10px 0;
}
.intro p {
  font-size: 18px;
}
.intro ul {
  padding: 0;
  margin: 0;
}
.intro ul li {
  list-style: none;
  font-size: 18px;
  position: relative;
  padding: 6px 0;
  padding-left: 20px;
}
.intro ul li::before {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 22px;
  height: 12px;
  width: 4px;
  color: #0068ff;
  content: "\f0da";
  font-family: "Fontawesome";
}

.tintuc {
  padding: 50px 0;
}
.tintuc .title {
  text-align: center;
  margin-bottom: 30px;
}
.tintuc .title h2 {
  color: #003d99;
  text-transform: uppercase;
  font-size: 32px;
  color: #003d99;
}
.tintuc .title h2 a {
  color: #003d99;
}
.tintuc .item .thumb {
  display: block;
}
.tintuc .item .thumb img {
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tintuc .item h4 {
  margin: 10px 0;
  font-size: 17px;
}
.tintuc .item h4 a {
  color: black;
}
.tintuc .item h4 a:hover {
  color: #003d99;
}

.ft_home {
  padding: 100px 0 30px 0 !important;
}

footer {
  background: #0068ff;
  padding: 30px 0;
}
footer h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  margin: 20px 0;
  color: white;
}
footer img {
  max-width: 100%;
  height: auto;
}
footer p {
  margin-bottom: 10px;
  color: white;
}
footer .textwidget {
  margin-bottom: 20px;
  color: white;
  text-align: justify;
}
footer ul {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
footer ul li {
  list-style: none;
  position: relative;
  padding: 4px 0;
  padding-left: 15px;
  color: white;
}
footer ul li:before {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  left: 0;
  top: 4px;
  color: white;
}
footer ul li a {
  color: white;
  display: inline-block;
}
footer ul li a:hover {
  color: #003d99;
}
footer .social {
  padding: 0;
  margin: 10px 0;
}
footer .social li {
  list-style: none;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin-right: 10px;
}
footer .social li:before {
  content: "";
}
footer .social li a {
  padding: 0;
  background-color: #fff;
  color: white;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  border-radius: 50%;
  font-size: 19px;
}
footer .social li .youtube {
  background: red;
}
footer .social li .facebook {
  background: #4267B2;
}
footer .social li .twitter {
  background-color: #1DA1F2;
}
footer .social li .instagram {
  background-color: #cd486b;
}
footer .info {
  margin: 0;
  padding: 0;
}
footer .info li {
  list-style: none;
  padding: 5px 0;
  color: white;
}
footer .info li:before {
  content: "";
}
footer .info li a {
  color: white;
  transition: all 0.3s;
}
footer .info li a::before {
  content: "\f101";
  font-family: "Fontawesome";
  font-weight: 600;
  padding-right: 5px;
}
footer .info li a:hover {
  transition: all 0.3s;
  padding-left: 10px;
}
footer .ft_content {
  color: white;
}
footer .ft_content p {
  margin-bottom: 5px;
}
footer .ft_content p:nth-child(1)::before {
  content: "\f015";
  font-family: "Fontawesome";
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
}
footer .ft_content p:nth-child(2)::before {
  content: "\f3c5";
  font-family: "Fontawesome";
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
}
footer .ft_content p:nth-child(3)::before {
  content: "\f098";
  font-family: "Fontawesome";
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
}
footer .ft_content p:nth-child(4)::before {
  content: "\f2c2";
  font-family: "Fontawesome";
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
}
footer .ft_content p:nth-child(5)::before {
  content: "\f57e";
  font-family: "Fontawesome";
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
}
footer .ft_content h3 {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-left: 2px solid #003d99;
  padding-left: 8px;
  margin-bottom: 20px;
}
footer .ft_content ul {
  margin: 0;
  padding: 0;
}
footer .ft_content ul li {
  list-style: none;
  padding: 5px 0;
  color: white;
}
footer .ft_content ul li a {
  color: white;
  transition: all 0.3s;
}
footer .ft_content ul li a::before {
  content: "\f101";
  font-family: "Fontawesome";
  font-weight: 600;
  padding-right: 5px;
}
footer .ft_content ul li a:hover {
  transition: all 0.3s;
  padding-left: 10px;
}

.copy_right {
  text-align: center;
  background: #003d99;
}
.copy_right p {
  color: white;
  margin: 0;
  padding: 10px;
}
.copy_right p a {
  color: white;
}

.phone_center .alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 130px;
  position: fixed;
  left: -20px;
  bottom: -20px;
  transition: visibility 0.5s ease 0s;
  visibility: hidden;
  width: 150px;
  z-index: 20;
}
.phone_center .alo-phone.alo-show {
  visibility: visible;
}
.phone_center .fadeOutRight {
  animation-name: fadeOutRight;
}
.phone_center .alo-phone.alo-static {
  opacity: 0.6;
}
.phone_center .alo-phone.alo-hover,
.phone_center .alo-phone:hover {
  opacity: 1;
}
.phone_center .alo-phone.alo-hover .alo-ph-text,
.phone_center .alo-phone:hover .alo-ph-text {
  background-color: #75eb50;
}
.phone_center .alo-ph-circle {
  animation: 1.2s ease-in-out 0s normal none infinite running alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(117, 235, 80, 0.4);
  border-radius: 100%;
  height: 100px;
  left: 30px;
  opacity: 0.1;
  position: absolute;
  top: -10px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 100px;
}
.phone_center .alo-phone.alo-active .alo-ph-circle {
  animation: 1.1s ease-in-out 0s normal none infinite running alo-circle-anim !important;
}
.phone_center .alo-phone.alo-static .alo-ph-circle {
  animation: 2.2s ease-in-out 0s normal none infinite running alo-circle-anim !important;
}
.phone_center .alo-phone.alo-hover .alo-ph-circle,
.phone_center .alo-phone:hover .alo-ph-circle {
  border-color: #cd3121;
  opacity: 0.5;
}
.phone_center .alo-phone.alo-green.alo-hover .alo-ph-circle,
.phone_center .alo-phone.alo-green:hover .alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}
.phone_center .alo-phone.alo-green .alo-ph-circle {
  border-color: #d71149;
  opacity: 0.5;
}
.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-circle,
.phone_center .alo-phone.alo-gray:hover .alo-ph-circle {
  border-color: #ccc;
  opacity: 0.5;
}
.phone_center .alo-phone.alo-gray .alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}
.phone_center .alo-ph-circle-fill {
  animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim;
  background-color: #75eb50;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 70px;
  left: 45px;
  opacity: 0.1;
  position: absolute;
  top: 4px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 70px;
}
.phone_center .alo-phone.alo-active .alo-ph-circle-fill {
  animation: 1.7s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
}
.phone_center .alo-phone.alo-static .alo-ph-circle-fill {
  animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
  opacity: 0 !important;
}
.phone_center .alo-phone.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone:hover .alo-ph-circle-fill {
  background-color: rgba(233, 59, 53, 0.5);
  opacity: 0.75 !important;
}
.phone_center .alo-phone.alo-green.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone.alo-green:hover .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.phone_center .alo-phone.alo-green .alo-ph-circle-fill {
  background-color: rgba(233, 59, 53, 0.5);
  opacity: 0.75 !important;
}
.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone.alo-gray:hover .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.phone_center .alo-phone.alo-gray .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.phone_center .alo-ph-img-circle {
  animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim;
  border: 2px solid transparent;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  height: 40px;
  left: 60px;
  opacity: 0.7;
  position: absolute;
  top: 20px;
  transform-origin: 50% 50% 0;
  width: 40px;
}
.phone_center .alo-ph-text {
  background-color: #003d99;
  color: #fff;
  border-radius: 4px;
  padding: 3px 5px;
  bottom: 30px;
  display: block;
  font-size: 0.875rem;
  margin-right: -50px;
  position: absolute;
  left: 20%;
  text-align: center;
  text-transform: uppercase;
  width: 115px;
  font-size: 15px;
  font-weight: 600;
}
.phone_center .alo-phone.alo-active .alo-ph-img-circle {
  animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
}
.phone_center .alo-phone.alo-static .alo-ph-img-circle {
  animation: 0s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
}
.phone_center .alo-phone.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone:hover .alo-ph-img-circle {
  background-color: #cd3121;
}
.phone_center .alo-phone.alo-green.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone.alo-green:hover .alo-ph-img-circle {
  background-color: #75eb50;
}
.phone_center .alo-phone.alo-green .alo-ph-img-circle {
  background-color: #003d99;
}
.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone.alo-gray:hover .alo-ph-img-circle {
  background-color: #ccc;
}
.phone_center .alo-phone.alo-gray .alo-ph-img-circle {
  background-color: #75eb50;
}
.phone_center .bg-eee {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}
.phone_center .bg-eee .row {
  margin: 0px;
  background: #75eb50;
}
.phone_center .bg-eee .row:last-child {
  padding-bottom: 30px;
}
.phone_center .bg-eee .title {
  background: #46be8a;
  color: #fff;
  margin: 0px -15px 15px -15px;
  padding: 15px 15px;
}
.phone_center .panel-title i {
  margin-right: 10px;
}
.phone_center .panel-body {
  font-size: 15px;
  line-height: 25px;
}
@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
@keyframes alo-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}
@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.1;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.1;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
@keyframes alo-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

.scrollup {
  position: fixed;
  right: 2%;
  bottom: 5%;
  background-color: #003d99;
  z-index: 99999 !important;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.scrollup a {
  color: #fff;
  line-height: 40px;
  font-size: 30px;
  text-decoration: none;
  font-weight: 700;
}

article .title {
  font-size: 25px;
  font-weight: 700;
  color: black;
  margin-bottom: 20px;
}
article p {
  line-height: 24px;
}
article figure {
  max-width: 100% !important;
}
article img {
  max-width: 100%;
  height: auto;
}
article table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
article table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
article table tbody tr:nth-child(odd) {
  background: #ccc;
}
article table tbody tr:nth-child(even) {
  background: #fff;
}
article table tr {
  border: 1px solid #e1e1e1;
}
article table tr td {
  border: 1px solid #e1e1e1;
  padding: 10px 5px 10px 10px;
}
article table tr th {
  border: 1px solid #e1e1e1;
  padding: 10px 5px;
  text-align: center;
}

.phantrang {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.phantrang .pagination {
  padding: 0;
}
.phantrang .pagination li {
  margin: 0 5px;
  list-style: none;
  display: inline-block;
}
.phantrang .pagination li a, .phantrang .pagination li span {
  padding: 7px 15px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: black;
}
.phantrang .pagination li span {
  background-color: #003d99;
  border-color: #003d99;
  color: white;
}

.related .row {
  margin: 0 -10px;
}
.related [class*=col-] {
  padding: 0 10px;
}
.related h3 {
  font-size: 20px;
  margin-top: 0;
  position: relative;
  line-height: 30px;
  text-transform: inherit;
  color: #111111;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.related h3 span {
  border-bottom: 2px solid #003d99;
  padding-bottom: 5px;
  display: inline-block;
}
.related .item {
  margin-bottom: 15px;
}
.related .item .thumb {
  display: block;
}
.related .item .thumb img {
  width: 100%;
  height: 130px;
}
.related .item h4 {
  margin: 5px 0;
  padding: 0;
  line-height: 18px;
}
.related .item h4 a {
  font-size: 14px !important;
  color: black;
}

.formhome {
  background-color: #f7f7f7;
  padding: 50px 0;
  padding-bottom: 0;
}
.formhome .mau {
  padding-bottom: 0;
}
.formhome .form {
  background-color: #003d99;
  margin: 0 30px;
  padding: 10px;
  border-radius: 20px;
}
.formhome .form .title {
  text-align: center;
  color: white;
  margin-bottom: 20px;
}
.formhome .form .form2 {
  padding: 20px 50px;
  border: 1px solid white;
  border-radius: 20px;
}
.formhome .form .form2 .form-control {
  margin-bottom: 12px;
  height: auto;
  padding: 10px;
}
.formhome .form .form2 .btn {
  background-color: #0068ff;
  color: white;
  width: 100%;
  border-radius: 20px;
  border: 0;
  text-transform: uppercase;
  padding: 10px 0;
}

.info_home2 {
  padding: 50px 0;
  background: url(../images/nganh.jpg) no-repeat;
  background-size: cover;
}
.info_home2 .title {
  text-align: center;
  margin-bottom: 30px;
}
.info_home2 .title h2 {
  color: white;
  text-transform: uppercase;
  font-size: 32px;
  color: white;
}
.info_home2 .item {
  position: relative;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
  border-radius: 15px;
  text-align: center;
  background-color: white;
  padding: 20px 15px;
}
.info_home2 .item .avatar {
  height: 100px;
  margin: 0 auto;
  width: 100px;
  border-radius: 100%;
  overflow: hidden;
  display: block;
}
.info_home2 .item .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.info_home2 .item .title {
  background: white;
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 20px;
}
.info_home2 .item .title h5 {
  margin: 0;
}
.info_home2 .item .title p {
  margin: 0;
  font-style: italic;
}
.info_home2 .item .title ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.info_home2 .item .title ul li {
  list-style: none;
  display: inline-block;
  color: #0068ff;
  margin: 0 3px;
}

.info_home {
  padding: 50px 0;
}
.info_home .partner {
  background: none;
}
.info_home .more {
  text-align: center;
}
.info_home .more a {
  display: inline-block;
  padding: 12px 30px;
  color: black;
  border: 2px solid #003d99;
  border-radius: 15px;
  font-size: 16px;
}
.info_home .title {
  text-align: center;
  margin-bottom: 30px;
}
.info_home .title h2 {
  color: #003d99;
  text-transform: uppercase;
  font-size: 32px;
  color: #003d99;
}
.info_home .item {
  position: relative;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
}
.info_home .item span {
  position: absolute;
  bottom: -10px;
  z-index: 10000;
  left: 20px;
  width: 80px;
  height: 80px;
  border: 2px white solid;
  border-radius: 100%;
}
.info_home .item span img {
  width: 100%;
  border-radius: 100%;
}
.info_home .item .thumb {
  height: 200px;
  overflow: hidden;
  display: block;
}
.info_home .item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.info_home .item .title {
  background: white;
  background-color: rgba(255, 255, 255, 0.9);
}
.info_home .item .title h4 {
  display: block;
  width: 100%;
  border-top: 1px solid rgb(204, 204, 204);
  border-bottom: 1px solid rgb(204, 204, 204);
  padding: 10px 15px;
  padding-left: 100px;
  text-transform: uppercase;
  font-size: 16px;
  height: 60px;
  /*background-image: linear-gradient(to right, #fa324b, #febb5e);*/
  background-image: linear-gradient(to right, #003d99, #0068ff);
  color: #fff;
  border: none;
  font-weight: bold;
}
.info_home .item .title h4 a {
  color: white;
}

.bangcap {
  padding: 50px 0;
}
.bangcap .title {
  text-align: center;
  margin-bottom: 30px;
}
.bangcap .title h2 {
  color: #003d99;
  text-transform: uppercase;
  font-size: 32px;
  color: #003d99;
}
.bangcap img {
  margin-bottom: 20px;
}

.single-truong .nganh {
  padding: 50px 0;
}
.single-truong .nganh img {
  margin-bottom: 20px;
}
.single-truong .nganh ul {
  margin: 15px 0;
  padding: 0;
}
.single-truong .nganh ul li {
  list-style: none;
  margin: 10px 0;
  padding: 15px 30px;
  border-radius: 10px;
  border: 2px solid #0068ff;
  width: calc(50% - 20px);
  float: left;
  margin-right: 15px;
}
.single-truong .banner_truong {
  height: 450px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.single-truong .banner_truong:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}
.single-truong .banner_truong .content {
  position: absolute;
  z-index: 3;
  width: 100%;
  text-align: center;
  margin-top: 150px;
}
.single-truong .banner_truong h1 {
  color: white;
}
.single-truong .banner_truong ul {
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
.single-truong .banner_truong ul li {
  list-style: none;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 10px;
  border: 2px solid #0068ff;
  margin: 0 5px;
}
.single-truong .banner_truong ul li a {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.bao {
  padding: 30px 0;
}
.bao .title {
  text-align: center;
  margin-bottom: 30px;
}
.bao .title h2 {
  color: #003d99;
  text-transform: uppercase;
  font-size: 32px;
  color: #003d99;
}
.bao .item {
  position: relative;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 15px;
  background-image: linear-gradient(to right, #e8308c, #f183b7);
  text-align: center;
}
.bao .item .title {
  margin: 0;
}
.bao .item .thumb {
  overflow: hidden;
}
.bao .item .thumb img {
  width: auto;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
  display: inline-block;
}
.bao .item h4 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: normal;
}
.bao .item h4 a {
  color: white;
}

.news_main {
  margin-top: 30px;
}
.news_main .info_home {
  padding: 0;
}
.news_main .new_left {
  margin-bottom: 30px;
}
.news_main .new_left .info_pro {
  margin-bottom: 35px;
}
.news_main .new_left .info_pro .info_thumb {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.news_main .new_left .info_pro .info_thumb:hover img {
  transform: scale(1.2);
  transition: all 1s;
}
.news_main .new_left .info_pro .info_thumb img {
  height: 200px;
  width: 100%;
  transition: all 1s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: inline-block;
}
.news_main .new_left .info_pro .info_title h3 {
  position: relative;
  margin: 15px 0 10px;
  overflow: hidden;
}
.news_main .new_left .info_pro .info_title h3 a {
  color: black;
  font-size: 18px;
  display: block;
  font-weight: 500;
  line-height: 22px;
  transition: all 0.2s;
}
.news_main .new_left .info_pro .info_title h3 a:hover {
  transition: all 0.2s;
  color: #003d99;
}
.news_main .new_left .info_pro .info_title p {
  line-height: 22px;
  max-height: 66px;
  color: #989898;
  overflow: hidden;
  margin: 0;
}
.news_main .news_cate {
  margin-bottom: 30px;
}
.news_main .news_cate .news_title h3 {
  font-size: 20px;
  margin-bottom: 35px;
  margin-top: 0;
  position: relative;
  line-height: 36px;
  color: #111111;
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
}
.news_main .news_cate .news_title h3::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #003d99;
  width: 80px;
  height: 2px;
}
.news_main .news_cate .news_link ul {
  list-style: none;
  padding: 0;
  overflow: auto;
}
.news_main .news_cate .news_link ul li {
  clear: both;
  border-top: 1px solid #e9e9e9;
  position: relative;
}
.news_main .news_cate .news_link ul li:first-child {
  border: none;
}
.news_main .news_cate .news_link ul li a {
  color: black;
  padding: 10px 0;
  display: block;
  font-weight: bold;
  transition: all 0.2s;
}
.news_main .news_cate .news_link ul li a:hover {
  transition: all 0.2s;
  color: #003d99;
}
.news_main .news_cate .news_link ul li .sub-menu {
  padding: 0;
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}
.news_main .news_cate .news_link ul li .sub-menu li:first-child {
  border-top: 1px solid #e9e9e9;
}
.news_main .news_cate .news_link ul li .sub-menu li a {
  padding-left: 20px;
  display: inline-block;
}
.news_main .news_cate .news_link ul li .sub-menu .sub-menu {
  left: 240px;
  max-height: 0;
  overflow: hidden;
}
.news_main .news_cate .news_link ul li .sub-menu .sub-menu li:first-child {
  border-top: 0;
}
.news_main .news_cate .news_link ul li .sub-menu .sub-menu a {
  padding-left: 40px;
}
.news_main .news_cate .news_link ul .accordion {
  color: black;
  cursor: pointer;
  width: 10%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0;
  background: none;
}
.news_main .news_cate .news_link ul .accordion:after {
  content: "\f067";
  font-family: "FontAwesome";
  color: black;
  font-weight: bold;
  margin-left: 5px;
}
.news_main .news_cate .news_link ul .accordion.active:after {
  content: "\f068";
  font-family: "FontAwesome";
}
.news_main .news_cate .news_link ul .active a {
  font-weight: 700;
}
.news_main .news_cate .news_list ul {
  padding: 0;
  margin-bottom: 0;
}
.news_main .news_cate .news_list ul li {
  list-style: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #eee;
}
.news_main .news_cate .news_list ul li .li_thumb {
  width: 30%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.news_main .news_cate .news_list ul li .li_thumb img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.news_main .news_cate .news_list ul li .li_title {
  width: 70%;
  display: table-cell;
  padding-left: 12px;
  vertical-align: top;
}
.news_main .news_cate .news_list ul li .li_title a {
  font-size: 15px;
  color: black;
  display: block;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
  transition: all 0.2s;
}
.news_main .news_cate .news_list ul li .li_title a:hover {
  color: #003d99;
  transition: all 0.2s;
}
.news_main .news_cate .news_tag ul {
  padding: 0;
}
.news_main .news_cate .news_tag ul li {
  list-style: none;
  display: inline-block;
}
.news_main .news_cate .news_tag ul li a {
  color: white;
  height: 30px;
  line-height: 27px;
  padding: 0 25px;
  margin: 0 5px 5px 0;
  font-size: 12px;
  display: inline-block;
  position: relative;
  background: black;
  border-radius: 20px;
  transition: all 0.3s;
}
.news_main .news_cate .news_tag ul li a:hover {
  transition: all 0.3s;
  background: #003d99;
}

.banner_bread {
  background-color: #e9ecef;
  padding: 10px 0;
}
.banner_bread ul {
  position: relative;
  z-index: 10;
  display: block;
  padding: 0;
  margin: 0;
}
.banner_bread ul li {
  list-style: none;
  display: inline-block;
}
.banner_bread ul li a {
  color: black;
  transition: all 0.2;
}
.banner_bread ul li a:hover {
  transition: all 0.2s;
  color: #003d99;
}

.xemthem {
  display: block;
  margin-top: 12px;
}
.xemthem a {
  color: white;
  background: #003d99;
  border-radius: 0px;
  font-size: 14px;
  display: inline-block;
  font-weight: 300;
  border: 1px solid #003d99;
  transition: all 0.5s;
  padding: 7px 10px;
}
.xemthem a:hover {
  transition: all 0.5s;
  background: none;
  color: #003d99;
}

.banner_qc {
  margin: 15px 0;
}
.banner_qc img {
  width: 100%;
}

.contact {
  padding: 20px 0;
}
.contact form input, .contact form textarea {
  margin: 5px 0;
}
.contact h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 10px;
  position: relative;
  margin-bottom: 20px;
}
.contact h3::before {
  position: absolute;
  left: 0;
  top: 4px;
  height: 15px;
  width: 4px;
  background-color: #003d99;
  content: "";
}
.contact .social {
  padding: 0;
  margin: 10px 0;
}
.contact .social li {
  list-style: none;
  display: inline-block;
  text-align: center;
}
.contact .social li:before {
  content: "";
}
.contact .social li a {
  background-color: #003d99;
  color: white;
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
}
.contact .info {
  margin: 0;
  padding: 0;
}
.contact .info li {
  list-style: none;
  padding: 5px 0;
}
.contact .info li:before {
  content: "";
}
.contact .info li a {
  color: white;
  transition: all 0.3s;
}
.contact .info li a::before {
  content: "\f101";
  font-family: "Fontawesome";
  font-weight: 600;
  padding-right: 5px;
}
.contact .info li a:hover {
  transition: all 0.3s;
  padding-left: 10px;
}

.bando {
  position: relative;
  background-image: url("../images/mapbando.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}
.bando h3 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding-top: 35px;
  font-size: 32px;
  font-weight: bold;
  font-family: "Google Sans";
}
.bando .flags {
  position: absolute;
  height: 77px;
  width: 68px;
}
.bando .flags img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.bando .flags:hover {
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  transform: scale3d(1.2, 1.2, 1.2);
}
.bando .america-flag {
  top: 50%;
  left: 23.75%;
}
.bando .canada-flag {
  top: 23%;
  left: 23.75%;
}
.bando .germany-flag {
  top: 27%;
  left: 46.55%;
}
.bando .korea-flag {
  top: 32%;
  left: 72.68%;
}
.bando .japan-flag {
  top: 52%;
  left: 75.15%;
}
.bando .singapore-flag {
  top: 52%;
  left: 69.3%;
}
.bando .australia-flag {
  top: 78.5%;
  left: 73.5%;
}

.gioithieu .thongdiep {
  padding: 50px 0;
}
.gioithieu .thongdiep h1 {
  margin-bottom: 30px;
}
.gioithieu .thongdiep p {
  font-size: 16px;
}
.gioithieu .tongquan {
  padding: 50px 0;
  background-color: #f0f0f0;
}
.gioithieu .tongquan p {
  font-size: 18px;
}
.gioithieu .tongquan h2 {
  text-transform: uppercase;
  font-size: 28px;
  color: #003d99;
  font-weight: bold;
  margin-bottom: 20px;
}
.gioithieu .title {
  text-align: center;
  margin-bottom: 50px;
}
.gioithieu .title h2 {
  text-transform: uppercase;
  font-size: 28px;
  color: #003d99;
  font-weight: bold;
}
.gioithieu .title p {
  font-size: 20px;
  font-style: italic;
}
.gioithieu #tamnhin {
  padding: 50px 0;
}
.gioithieu .nguyentac {
  background: #f0f0f0;
  padding: 50px 0;
}
.gioithieu .nguyentac p {
  font-size: 20px;
}
.gioithieu .nguyentac p i {
  color: #003d99;
  margin-right: 10px;
}
.gioithieu .linhvuc {
  padding: 50px 0;
}
.gioithieu .linhvuc .item img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gioithieu .linhvuc .item .xemchitiet {
  display: block;
  width: 100%;
  border-top: 1px solid rgb(204, 204, 204);
  border-bottom: 1px solid rgb(204, 204, 204);
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 16px;
  background-image: linear-gradient(to right, #1a75ba, #60b9ff);
  color: #fff;
  border: none;
  font-weight: bold;
}

.gt h3 {
  font-size: 22px;
  color: #003d99;
}
.gt p {
  font-size: 17px;
}

.quytrinh ul {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
.quytrinh ul::before {
  content: "";
  width: 3px;
  height: 100%;
  top: 0;
  position: absolute;
  left: 11px;
  background: #003d99;
}
.quytrinh ul li {
  list-style: none;
  font-size: 18px;
  margin: 15px 0;
  position: relative;
}
.quytrinh ul li p {
  margin-left: 40px;
}
.quytrinh ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 5px;
  left: -35px;
  background: #003d99;
  position: absolute;
}
.quytrinh p {
  font-size: 18px;
}

.taisao ul {
  padding: 0;
}
.taisao ul li {
  position: relative;
  list-style: none;
  padding: 5px 0;
  font-size: 20px;
  padding-left: 20px;
}
.taisao ul li::before {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 22px;
  height: 12px;
  width: 4px;
  color: #003d99;
  content: "\f0da";
  font-family: "Fontawesome";
}

.dichvupage img {
  height: 220px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.dichvu .panel-grid-cell {
  margin: 0 !important;
}
.dichvu ul {
  padding: 0;
  margin: 0;
}
.dichvu ul li {
  position: relative;
  list-style: none;
  padding: 5px 0;
  padding-left: 40px;
}
.dichvu ul li::before {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 22px;
  height: 12px;
  width: 4px;
  color: #003d99;
  content: "\f0a4";
  font-family: "Fontawesome";
}

.dauan ul {
  padding: 0;
}
.dauan ul li {
  position: relative;
  list-style: none;
  padding: 5px 0;
  padding-left: 20px;
}
.dauan ul li::before {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 22px;
  height: 12px;
  width: 4px;
  color: #003d99;
  content: "\f0da";
  font-family: "Fontawesome";
}

.cta {
  padding: 50px 0;
  text-align: center;
}
.cta h2 {
  color: #003d99;
}
.cta p {
  font-size: 18px;
  margin: 20px 0;
}
.cta a {
  border: 2px solid #003d99;
  border-radius: 30px;
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #003d99;
}

.banner_service {
  height: 400px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.banner_service h1 {
  color: white;
  font-size: 34px;
  margin-top: 50px;
  background-color: #003d99;
  padding: 25px;
}
.banner_service p {
  font-size: 18px;
  margin: 20px 0;
  color: white;
}
.banner_service a {
  border: 2px solid white;
  border-radius: 30px;
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  transition: all 0.4s;
}
.banner_service a:hover {
  color: #003d99;
  border-color: #003d99;
  transition: all 0.4s;
}

@media screen and (max-width: 991px) {
  .formhome .form {
    margin: 0;
  }
  .formhome .form .form2 {
    padding: 20px;
  }
  .single-truong .nganh ul li {
    width: 100%;
    margin: 10px 0;
  }
  .banner_service {
    background: #2072be;
  }
  .related .item {
    margin: 10px 0;
  }
  .related .item h4 {
    margin: 0 !important;
  }
  .related .item .thumb img {
    height: auto !important;
    margin-top: 5px;
  }
  .related .row {
    margin: 0 -7px;
  }
  .related [class*=col-] {
    padding: 0 7px;
  }
  header .hd_menu ul {
    display: none;
  }
  .open-nav {
    display: inline-table;
    right: 0px;
    top: 16px;
  }
  header .hd_menu {
    width: auto;
    float: right;
    right: 17px;
    top: -7px;
    width: auto;
    width: auto !important;
    position: absolute !important;
  }
  .hd_logo_menu .container {
    position: relative;
  }
  header .logo {
    width: 100%;
    text-align: left;
    position: relative;
  }
  header .logo img {
    height: 60px;
    margin-left: 10px;
  }
  .news_main .news_right {
    padding-left: 0px;
  }
  .news_main {
    margin-top: 30px;
  }
  .title h3 {
    font-size: 23px !important;
  }
  header .hd_menu .search_hd {
    margin-right: 40px !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    margin-top: 25px !important;
  }
  footer .item {
    margin-bottom: 20px;
  }
  .goctuvan .list_info .item img {
    height: 80px;
  }
  .goctuvan .list_info .item h4 {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */