@charset "UTF-8";
#linkHome .group .owl-dots, #aboutHome2 .wrp .group .left .img .owl-dots, #afterMenu .slide .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.625rem;
  width: 100%;
}
#linkHome .group .owl-dots .owl-dot, #aboutHome2 .wrp .group .left .img .owl-dots .owl-dot, #afterMenu .slide .owl-dots .owl-dot {
  width: 0.625rem;
  height: 0.625rem;
  background: #ccc;
  border-radius: 50%;
  display: block;
  margin: 0 0.3125rem;
}
#linkHome .group .owl-dots .owl-dot.active, #aboutHome2 .wrp .group .left .img .owl-dots .owl-dot.active, #afterMenu .slide .owl-dots .owl-dot.active {
  background: #025e5c;
}

#staffHome .group .owl-nav .owl-prev, #logoPartnerHome .group .owl-nav .owl-prev,
#staffHome .group .owl-nav .owl-next,
#logoPartnerHome .group .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  background: rgba(0, 117, 131, 0.5);
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  transition: 0.3s all ease-in-out;
}
#staffHome .group .owl-nav .owl-prev:before, #logoPartnerHome .group .owl-nav .owl-prev:before,
#staffHome .group .owl-nav .owl-next:before,
#logoPartnerHome .group .owl-nav .owl-next:before {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f053";
}
#staffHome .group .owl-nav .owl-next.owl-next,
#logoPartnerHome .group .owl-nav .owl-next.owl-next {
  left: auto;
  right: 0;
}
#staffHome .group .owl-nav .owl-next.owl-next:before,
#logoPartnerHome .group .owl-nav .owl-next.owl-next:before {
  content: "\f054";
}
#staffHome .group .owl-nav .owl-prev:hover, #logoPartnerHome .group .owl-nav .owl-prev:hover,
#staffHome .group .owl-nav .owl-next:hover,
#logoPartnerHome .group .owl-nav .owl-next:hover {
  background: #007583;
  color: #fff;
}

.commonBanner {
  display: block;
  text-align: center;
}
.commonBanner img {
  width: 100%;
  height: auto;
}

img {
  transition: all 0.4s ease-in-out;
}
img:hover {
  filter: brightness(1.12) contrast(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.noidung {
  padding: 0;
}
.noidung a:hover {
  color: #025e5c !important;
}

.openSub {
  display: none;
}

.openList {
  display: none;
}

.name:hover {
  color: #fba511 !important;
}

.imageRatio {
  aspect-ratio: var(--ratio);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
}

#bttop {
  position: fixed;
  right: 0.625rem;
  bottom: 0.625rem;
  font-size: 1.5625rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #ccc;
  border-radius: 0.25rem;
  line-height: 2.5rem;
  text-align: center;
  z-index: 10;
  display: none;
  transition: none;
}
#bttop:hover {
  text-decoration: none;
  background: #025e5c;
  color: #fff;
}

.openList,
.openSub,
.btn_divSearchPage {
  display: none;
}

body {
  color: #333;
  font: normal 13px Roboto;
  margin: 0;
  padding: 0;
}

html,
body {
  position: relative;
}

/*Bắt buộc để khối này*/
a,
span,
input[type=submit] {
  transition: all 0.3s ease 0s;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

/*Bắt buộc để khối này - end*/
h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

/*-----------Common-----------*/
/*float*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.cb {
  clear: both;
}

/*font-weight*/
.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

/*font-family*/
.ffTahoma {
  font-family: Tahoma;
}

.ffArial {
  font-family: Tahoma;
}

/*font-style*/
.fsti {
  font-style: italic;
}

.fstn {
  font-style: normal;
}

/*font-size*/
.fs9 {
  font-size: 9px;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

/*text-align:*/
.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.taj {
  text-align: justify;
}

/*text-decoration*/
.tdn {
  text-decoration: none;
}

.tdu {
  text-decoration: underline;
}

/*Margin*/
.m0 {
  margin: 0;
}

.ma {
  margin: auto;
}

/*Display*/
.db {
  display: block;
}

.dn {
  display: none;
}

.di {
  display: inline;
}

.dib {
  display: inline-block;
}

/*Position*/
.psa {
  position: absolute;
}

.psr {
  position: relative;
}

/*z-index*/
.zindex0 {
  z-index: 0;
}

.zindex1 {
  z-index: 1;
}

.zindex2 {
  z-index: 2;
}

.zindex3 {
  z-index: 3;
}

.zindex4 {
  z-index: 4;
}

.zindex5 {
  z-index: 5;
}

/*Over flow*/
.ofh {
  overflow: hidden;
}

.ofa {
  overflow: auto;
}

/*Text transform*/
.ttu {
  text-transform: uppercase;
}

.ttl {
  text-transform: lowercase;
}

/*Opacity*/
.opc0 {
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.opc50 {
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.opc80 {
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.opc100 {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

.csp {
  cursor: pointer;
}

.bared {
  border: solid 1px red;
}

.bgred {
  background: red;
}

.bgwhite {
  background: white;
}

.cred {
  color: red;
}

.cRed {
  color: red;
}

.c333 {
  color: #333;
}

.cff6600 {
  color: #ff6600;
}

.w940 {
  width: 940px;
}

.w960 {
  width: 960px;
}

.w980 {
  width: 980px;
}

.w1000 {
  width: 1000px;
}

.w1200 {
  width: 1200px;
}

.w1366 {
  width: 1366px;
}

.w1600 {
  width: 1600px;
}

.lh15 {
  line-height: 15px;
}

.lh16 {
  line-height: 16px;
}

.lh17 {
  line-height: 17px;
}

.lh18 {
  line-height: 18px;
}

.lh19 {
  line-height: 19px;
}

.lh20 {
  line-height: 20px;
}

.lh21 {
  line-height: 21px;
}

.lh22 {
  line-height: 22px;
}

.lh26 {
  line-height: 26px;
}

.h0 {
  height: 0px;
}

.h1 {
  height: 1px;
}

.h2 {
  height: 2px;
}

.h3 {
  height: 3px;
}

.h4 {
  height: 4px;
}

.h5 {
  height: 5px;
}

.h6 {
  height: 6px;
}

.h7 {
  height: 7px;
}

.h8 {
  height: 8px;
}

.h9 {
  height: 9px;
}

.h10 {
  height: 10px;
}

.h11 {
  height: 11px;
}

.h12 {
  height: 12px;
}

.h13 {
  height: 13px;
}

.h14 {
  height: 14px;
}

.h15 {
  height: 15px;
}

.h16 {
  height: 16px;
}

.h17 {
  height: 17px;
}

.h18 {
  height: 18px;
}

.h19 {
  height: 19px;
}

.h20 {
  height: 20px;
}

.h21 {
  height: 21px;
}

.h22 {
  height: 22px;
}

.h23 {
  height: 23px;
}

.h24 {
  height: 24px;
}

.h25 {
  height: 25px;
}

.h30 {
  height: 30px;
}

.h35 {
  height: 35px;
}

.h40 {
  height: 40px;
}

/*----------------*/
.pl1o {
  padding-left: 1%;
}

.pl1 {
  padding-left: 1px;
}

.pl2 {
  padding-left: 2px;
}

.pl3 {
  padding-left: 3px;
}

.pl4 {
  padding-left: 4px;
}

.pl5 {
  padding-left: 5px;
}

.pl6 {
  padding-left: 6px;
}

.pl7 {
  padding-left: 7px;
}

.pl8 {
  padding-left: 8px;
}

.pl9 {
  padding-left: 9px;
}

.pl10 {
  padding-left: 10px;
}

.pl11 {
  padding-left: 11px;
}

.pl12 {
  padding-left: 12px;
}

.pl13 {
  padding-left: 13px;
}

.pl14 {
  padding-left: 14px;
}

.pl15 {
  padding-left: 15px;
}

.pl16 {
  padding-left: 16px;
}

.pl17 {
  padding-left: 17px;
}

.pl18 {
  padding-left: 18px;
}

.pl19 {
  padding-left: 19px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 20px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

/*---------------*/
.pr1 {
  padding-right: 1px;
}

.pr2 {
  padding-right: 2px;
}

.pr3 {
  padding-right: 3px;
}

.pr4 {
  padding-right: 4px;
}

.pr5 {
  padding-right: 5px;
}

.pr6 {
  padding-right: 6px;
}

.pr7 {
  padding-right: 7px;
}

.pr8 {
  padding-right: 8px;
}

.pr9 {
  padding-right: 9px;
}

.pr10 {
  padding-right: 10px;
}

.pr11 {
  padding-right: 11px;
}

.pr12 {
  padding-right: 12px;
}

.pr13 {
  padding-right: 13px;
}

.pr14 {
  padding-right: 14px;
}

.pr15 {
  padding-right: 15px;
}

.pr16 {
  padding-right: 16px;
}

.pr17 {
  padding-right: 17px;
}

.pr18 {
  padding-right: 18px;
}

.pr19 {
  padding-right: 19px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

/*------*/
.pt1 {
  padding-top: 1px;
}

.pt2 {
  padding-top: 2px;
}

.pt3 {
  padding-top: 3px;
}

.pt4 {
  padding-top: 4px;
}

.pt5 {
  padding-top: 5px;
}

.pt6 {
  padding-top: 6px;
}

.pt7 {
  padding-top: 7px;
}

.pt8 {
  padding-top: 8px;
}

.pt9 {
  padding-top: 9px;
}

.pt10 {
  padding-top: 10px;
}

.pt11 {
  padding-top: 11px;
}

.pt12 {
  padding-top: 12px;
}

.pt13 {
  padding-top: 13px;
}

.pt14 {
  padding-top: 14px;
}

.pt15 {
  padding-top: 15px;
}

.pt16 {
  padding-top: 16px;
}

.pt17 {
  padding-top: 17px;
}

.pt18 {
  padding-top: 18px;
}

.pt19 {
  padding-top: 19px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

/*------------*/
.pb1 {
  padding-bottom: 1px;
}

.pb2 {
  padding-bottom: 2px;
}

.pb3 {
  padding-bottom: 3px;
}

.pb4 {
  padding-bottom: 4px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb6 {
  padding-bottom: 6px;
}

.pb7 {
  padding-bottom: 7px;
}

.pb8 {
  padding-bottom: 8px;
}

.pb9 {
  padding-bottom: 9px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb11 {
  padding-bottom: 11px;
}

.pb12 {
  padding-bottom: 12px;
}

.pb13 {
  padding-bottom: 13px;
}

.pb14 {
  padding-bottom: 14px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb16 {
  padding-bottom: 16px;
}

.pb17 {
  padding-bottom: 17px;
}

.pb18 {
  padding-bottom: 18px;
}

.pb19 {
  padding-bottom: 19px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

/*-----------Common end--------*/
.tab-content .tab {
  display: none;
}
.tab-content .tab.active {
  display: block;
}

a:hover {
  color: inherit;
  text-decoration: none;
}
a span {
  transition: none;
}

* {
  box-sizing: border-box;
}

.wImage {
  overflow: hidden;
  position: relative;
}
.wImage:before {
  content: "";
  display: block;
  padding-bottom: 66.66%;
}
.wImage .image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wImage .image img {
  -moz-transform: translateY(-50%) translateX(-50%);
  -moz-transition: 0.5s all ease-in-out;
  display: block;
  left: 50%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: 0.5s all ease-in-out;
  vertical-align: middle;
}
.wImage .image img.owl-lazy {
  -moz-transform: translateY(-50%) translateX(-50%);
  -moz-transition: 0.5s all ease-in-out;
  display: block;
  left: 50%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: 0.5s all ease-in-out;
  vertical-align: middle;
}
.wImage .image.cover img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#overlay {
  background: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 20;
}

span a {
  transition: none;
}

.noidung {
  width: 100%;
  min-height: 100px;
  text-align: justify;
  font-style: normal;
  font-weight: 400;
}
.noidung * {
  max-width: 100%;
}
.noidung img {
  max-width: 100%;
  height: auto !important;
  margin: auto;
  display: block !important;
}
.noidung input[type=image] {
  max-width: 100%;
  height: auto !important;
  margin: auto;
  display: block !important;
}
.noidung iframe {
  max-width: 100%;
  margin: auto;
  display: block !important;
}
.noidung video {
  max-width: 100%;
  margin: auto;
  display: block !important;
}
.noidung table {
  margin: auto;
}
.noidung figcaption {
  text-align: center;
}
.noidung .wImage iframe {
  width: 100%;
  height: 100%;
}
.noidung h1 {
  display: block;
  margin: 0.67em 0;
  font-size: 2em;
}
.noidung h2 {
  display: block;
  margin: 0.83em 0;
  font-size: 1.5em;
}
.noidung h3 {
  display: block;
  margin: 1em 0;
  font-size: 1.17em;
}
.noidung h4 {
  display: block;
  margin: 1.33em 0;
}
.noidung h5 {
  display: block;
  margin: 1.67em 0;
  font-size: 0.83em;
}
.noidung h6 {
  display: block;
  margin: 2.33em 0;
  font-size: 0.67em;
}

.noidung1 img {
  max-width: 100%;
  height: auto !important;
  margin: auto;
  display: block !important;
}
.noidung1 input[type=image] {
  max-width: 100%;
  height: auto !important;
  margin: auto;
  display: block !important;
}
.noidung1 iframe {
  max-width: 100%;
  margin: auto;
  display: block !important;
}
.noidung1 video {
  max-width: 100%;
  margin: auto;
  display: block !important;
}

.noidung.clip .wImage:before {
  padding-bottom: 56.23%;
}

:root {
  font-size: 16px;
  --widthWrp: 90rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "Google Sans", sans-serif;
  max-width: 120rem;
  min-height: 100vh;
  margin: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  overflow-x: hidden;
}

.wrp {
  margin: auto;
  width: var(--widthWrp);
  max-width: 100%;
}

header {
  border-top: 0.375rem solid #025e5c;
  position: relative;
  padding-bottom: 0.625rem;
}
header .wrp {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
header .logo {
  display: flex;
  gap: 0.9375rem;
  align-items: center;
}
header .logo img {
  width: 15.625rem;
  height: auto;
  padding-top: 0.625rem;
}
header .logo img:hover {
  transform: none;
  filter: none;
  box-shadow: none !important;
}
header .logo .text {
  padding-top: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
header .logo .text span:nth-child(1) {
  color: #025e5c;
  text-transform: uppercase;
  font-family: "Alegreya SC", serif;
  font-weight: 800;
  font-size: 1.875rem;
}
header .logo .text span:nth-child(2) {
  font-family: "Be Vietnam Pro", serif;
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
  color: #faa831;
}
header #commonTop {
  margin-top: -0.375rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px 0.625rem;
  padding-left: 1.875rem;
  background: #025e5c;
  display: flex;
  justify-content: right;
  align-items: center;
  width: 75%;
  border-radius: 0 0 0 1.25rem;
  font-size: 0.875rem;
}
header #commonTop:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  background: #025e5c;
  height: 100%;
  width: calc((100vw - var(--widthWrp)) / 2);
  display: block;
}
header #commonTop .hotline {
  display: flex;
  position: relative;
  font-size: 1.0625rem;
  gap: 0.1875rem;
  color: #fff;
}
header #commonTop .hotline .tel {
  font-weight: 700;
  color: #fce9a6;
}
header #commonTop .hotline .tel:hover {
  color: #fba511;
}
header #menuTop {
  margin: 0;
  list-style: none;
  display: flex;
  gap: 1.25rem;
  font-weight: 500;
}
header #menuTop li {
  color: #fff;
}
header #menuTop li a:hover {
  color: #fba511;
}

#menu {
  position: relative;
  z-index: 20;
}
#menu .menuMain {
  display: flex;
  justify-content: flex-end;
  gap: 0.9375rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu .menuMain > li.mobile {
  display: none;
}
#menu .menuMain > li {
  position: relative;
}
#menu .menuMain > li > a {
  font-size: clamp(0.75rem, 1vw, 1.125rem);
  padding: clamp(0.25rem, 0.8vw, 0.375rem) clamp(0.375rem, 1vw, 0.625rem);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 0.3125rem;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
#menu .menuMain > li > a.active {
  background: #025e5c;
  color: #fff;
}
#menu .menuMain > li:hover > a {
  background: #025e5c;
  color: #fff;
}
#menu .menuMain > li:hover > ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
}
#menu .menuMain > li ul {
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: 18.75rem;
  background: #fff;
  position: absolute;
  top: 105%;
  left: 0;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.3s all ease-in-out;
  visibility: hidden;
}
#menu .menuMain > li ul li {
  position: relative;
}
#menu .menuMain > li ul li a {
  padding: 0.625rem 0.9375rem;
  display: block;
  font-size: 1rem;
}
#menu .menuMain > li ul li:hover > a {
  color: #fff;
  background: #025e5c;
}
#menu .menuMain > li ul li:hover > ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
}
#menu .menuMain > li ul li ul {
  top: 0 !important;
  left: 100%;
  padding-top: 0;
}
#menu .menuMain > li:nth-child(6) ~ li ul {
  left: inherit;
  right: 0;
}
#menu .menuMain > li:nth-child(6) ~ li ul ul {
  left: inherit;
  right: 100%;
}

@media (max-width: 61.9375rem) {
  #menu .menuMain > li ul {
    background: #025e5c;
  }
  #menu .menuMain > li ul a {
    color: #fff;
  }
}
#afterMenu {
  position: relative;
}
#afterMenu .slide .item {
  aspect-ratio: 1920/648;
}
#afterMenu .slide .item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transform-origin: top;
}
#afterMenu .slide .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 1.875rem;
  z-index: 3;
  transform: translateX(-50%);
}
#afterMenu .slide .owl-dots .owl-dot.active {
  background: #025e5c;
}
#afterMenu.slideKhoa .slide .item {
  aspect-ratio: 1920/486;
}

#numberHome {
  margin: 1.25rem 0 3.75rem 0;
}
#numberHome .wrp .group {
  border: 0.0625rem solid #025e5c;
  display: flex;
  gap: 1.875rem;
  box-shadow: 0rem 0.5rem 1rem 0rem rgba(190, 190, 190, 0.2);
  border-radius: 0.5rem;
}
#numberHome .wrp .group .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.875rem 1.25rem;
  gap: 1.25rem;
}
#numberHome .wrp .group .item .num {
  color: #025e5c;
  font-size: 2.5rem;
  font-weight: 700;
}
#numberHome .wrp .group .item .name {
  font-weight: 700;
  font-size: 1.25rem;
}

.commonTop {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2.1875rem;
}
.commonTop .commonTitle {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.commonTop .commonTitle > :first-child {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  display: block;
  color: #025e5c;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.commonTop .commonTitle > :first-child::before {
  content: "";
  width: 2.5rem;
  height: 0.375rem;
  background: #fba511;
  display: block;
}
.commonTop .commonTitle > :first-child:hover {
  color: #025e5c;
}
.commonTop .commonTitle > :last-child {
  font-size: 2.5rem;
  line-height: 2.8125rem;
  font-weight: 700;
}
.commonTop .commonTitle > :last-child:hover {
  color: #025e5c;
}
.commonTop .btnViewAll {
  color: #025e5c;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  transition: 0.3s all ease-in-out;
}
.commonTop .btnViewAll:hover {
  color: #025e5c;
  gap: 0.9375rem;
}

#aboutHome2 {
  margin-bottom: 3.75rem;
}
#aboutHome2 .wrp .group {
  display: flex;
  gap: 1.875rem;
}
#aboutHome2 .wrp .group .left {
  width: 59.3125rem;
}
#aboutHome2 .wrp .group .left .img img {
  aspect-ratio: 949/459;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#aboutHome2 .wrp .group .left .img .owl-dots {
  position: absolute;
  bottom: 0.9375rem;
}
#aboutHome2 .wrp .group .left .img .owl-dots .owl-dot.active span,
#aboutHome2 .wrp .group .left .img .owl-dots .owl-dot:hover span {
  background: #025e5c;
}
#aboutHome2 .wrp .group .left .cont {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #414b5b;
  margin-top: 1.25rem;
}
#aboutHome2 .wrp .group .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

#hotNewsHome {
  background: linear-gradient(180deg, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
  padding: 4.375rem 0;
}
#hotNewsHome .middle {
  display: flex;
  gap: 1.875rem;
  justify-content: space-between;
}
#hotNewsHome .middle .left {
  width: 43.75rem;
}
#hotNewsHome .middle .left .item {
  position: relative;
  border-radius: 0.3125rem;
  overflow: hidden;
}
#hotNewsHome .middle .left .item img {
  width: 100%;
  aspect-ratio: 704/405;
  -o-object-fit: cover;
     object-fit: cover;
}
#hotNewsHome .middle .left .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hotNewsHome .middle .left .item .overlay > div {
  position: relative;
  z-index: 3;
}
#hotNewsHome .middle .left .item .overlay::before, #hotNewsHome .middle .left .item .overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  transition: opacity 0.3s ease-in-out;
}
#hotNewsHome .middle .left .item .overlay::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.34%, #000 100%);
  opacity: 1;
}
#hotNewsHome .middle .left .item .overlay::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #025e5c 100%);
  opacity: 0;
}
#hotNewsHome .middle .left .item .overlay:hover::before {
  opacity: 0;
}
#hotNewsHome .middle .left .item .overlay:hover::after {
  opacity: 1;
}
#hotNewsHome .middle .left .item .overlay:hover .date {
  color: #fff;
}
#hotNewsHome .middle .left .item .overlay > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.9375rem 1.5rem;
}
#hotNewsHome .middle .left .item .overlay .name {
  color: #fff !important;
  font-weight: 700;
  font-size: 1.25rem;
  display: block;
  line-height: 1.75rem;
}
#hotNewsHome .middle .left .item .overlay .date {
  color: #999999;
  font-size: 0.875rem;
  display: block;
  margin-top: 0.625rem;
}
#hotNewsHome .middle .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
#hotNewsHome .middle .right .item {
  background: #fff;
  display: flex;
  border-radius: 0.25rem;
  align-items: center;
}
#hotNewsHome .middle .right .item .img {
  display: block;
  width: 15.3125rem;
  aspect-ratio: 245/190;
  display: block;
  border-radius: 0.3125rem;
  overflow: hidden;
}
#hotNewsHome .middle .right .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hotNewsHome .middle .right .item .info {
  padding: 0.625rem 1.875rem;
  flex: 1;
}
#hotNewsHome .middle .right .item .info .cateName {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #fff;
  background: #025e5c;
  padding: 0.3125rem 0.9375rem;
  border-radius: 0.25rem;
  transition: 0.3s all ease-in-out;
  font-weight: 700;
}
#hotNewsHome .middle .right .item .info .cateName:hover {
  background: #025e5c;
}
#hotNewsHome .middle .right .item .info .name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin: 0.9375rem 0;
  display: block;
}
#hotNewsHome .middle .right .item .info .date {
  color: #999999;
  font-size: 0.875rem;
}
#hotNewsHome .bottom {
  margin-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
#hotNewsHome .bottom .item {
  width: calc((100% - 3.75rem) / 3);
  background: #fff;
  transition: 0.3s all ease-in-out;
  box-shadow: 0rem 0.5rem 1rem 0rem transparent;
  position: relative;
  top: 0;
}
#hotNewsHome .bottom .item:hover {
  box-shadow: 0rem 0.5rem 1rem 0rem rgba(190, 190, 190, 0.2);
  top: -0.3125rem;
}
#hotNewsHome .bottom .item .img {
  width: 100%;
  aspect-ratio: 458/195;
  border-radius: 0.3125rem;
  overflow: hidden;
  display: block;
}
#hotNewsHome .bottom .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hotNewsHome .bottom .item .info {
  padding: 1.5rem;
}
#hotNewsHome .bottom .item .info .cateName {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #fff;
  background: #025e5c;
  padding: 0.3125rem 0.9375rem;
  border-radius: 0.25rem;
  transition: 0.3s all ease-in-out;
  font-weight: 700;
}
#hotNewsHome .bottom .item .info .cateName:hover {
  background: #025e5c;
}
#hotNewsHome .bottom .item .info .name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin: 0.9375rem 0;
  display: block;
}
#hotNewsHome .bottom .item .info .date {
  color: #999999;
  font-size: 0.875rem;
}

#enrollmentHome .bottom {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
}
#enrollmentHome .bottom .left {
  width: 59.375rem;
}
#enrollmentHome .bottom .left .group {
  display: flex;
  gap: 1.875rem;
  flex-direction: column;
}
#enrollmentHome .bottom .left .group .item {
  background: #fff;
  display: flex;
  box-shadow: 0rem 0.5rem 1rem 0rem transparent;
  position: relative;
  top: 0;
  transition: 0.3s all ease-in-out;
}
#enrollmentHome .bottom .left .group .item:hover {
  box-shadow: 0rem 0.5rem 1rem 0rem rgba(190, 190, 190, 0.2);
  top: -0.3125rem;
}
#enrollmentHome .bottom .left .group .item .img {
  display: block;
  width: 20.3125rem;
  aspect-ratio: 325/225;
  display: block;
  border-radius: 0.3125rem;
  overflow: hidden;
}
#enrollmentHome .bottom .left .group .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#enrollmentHome .bottom .left .group .item .info {
  padding: 1.875rem 1.875rem;
  flex: 1;
}
#enrollmentHome .bottom .left .group .item .info .cateName {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #fff;
  background: #025e5c;
  padding: 0.3125rem 0.9375rem;
  border-radius: 0.25rem;
  transition: 0.3s all ease-in-out;
  font-weight: 700;
}
#enrollmentHome .bottom .left .group .item .info .cateName:hover {
  background: #025e5c;
}
#enrollmentHome .bottom .left .group .item .info .name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin: 0.9375rem 0;
  display: block;
}
#enrollmentHome .bottom .left .group .item .info .date {
  color: #999999;
  font-size: 0.875rem;
}
#enrollmentHome .bottom .right {
  flex: 1;
}
#enrollmentHome .bottom #eventHome {
  background: #fff;
  box-shadow: 0rem 0.5rem 1rem 0rem rgba(190, 190, 190, 0.2);
  margin-bottom: 1.25rem;
}
#enrollmentHome .bottom #eventHome .cateName {
  font-size: 1.5rem;
  display: block;
  color: #fff;
  background-color: #025e5c;
  width: 100%;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.3125rem 0.3125rem 0 0;
  font-weight: 700;
}
#enrollmentHome .bottom #eventHome .group {
  display: flex;
  flex-direction: column;
  padding: 0.9375rem;
}
#enrollmentHome .bottom #eventHome .group .item {
  padding: 0.75rem 0.9375rem;
  border-bottom: 0.0625rem solid #f2f2f2;
  display: flex;
  gap: 0.9375rem;
}
#enrollmentHome .bottom #eventHome .group .item:last-child {
  border-bottom: none;
}
#enrollmentHome .bottom #eventHome .group .item .date {
  display: flex;
  flex-direction: column;
  width: 2.75rem;
  border: 0.0625rem solid #fce9a6;
  background: rgba(252, 233, 166, 0.5019607843);
  border-radius: 0.25rem;
  padding: 0.3125rem 0.375rem;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#enrollmentHome .bottom #eventHome .group .item .date .day {
  font-size: 1rem;
  color: #fba511;
  font-weight: 700;
}
#enrollmentHome .bottom #eventHome .group .item .date .month {
  color: #000;
}
#enrollmentHome .bottom #eventHome .group .item .info .name {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  display: block;
}
#enrollmentHome .bottom #eventHome .group .item .info .unit {
  color: #c1c1c1;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  gap: 0.3125rem;
  align-items: center;
}

#linkHome {
  margin-top: 5.625rem;
  background: url(bgLinkHome.png) center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 3.5625rem 0;
  color: #fff;
}
#linkHome .commonTop .commonTitle > :first-child a {
  color: #15AC8C;
}
#linkHome .commonTop .btnViewAll {
  color: #fff !important;
}
#linkHome .commonTop svg * {
  fill: #fff !important;
}
#linkHome .group {
  margin-top: 1.5625rem;
  padding-top: 0.625rem;
}
#linkHome .group .item {
  padding: 1.875rem 1.5625rem;
  border: 0.0625rem solid #6fcf97;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  min-height: 15.625rem;
  border-radius: 0.3125rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
#linkHome .group .item::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.2), transparent 70%);
  transform: translateX(-100%) translateY(-100%) rotate(25deg);
  transition: 0s;
}
#linkHome .group .item:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.2666666667);
}
#linkHome .group .item:hover::before {
  animation: shineMove 1.5s ease forwards;
}
#linkHome .group .item .icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3125rem;
  margin-bottom: 0.9375rem;
  background: rgba(255, 255, 255, 0.3333333333);
}
#linkHome .group .item .name {
  font-weight: 700;
  color: #fff;
  font-size: 1.125rem;
}
#linkHome .group .item .cont {
  color: #acdddc;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 0.9375rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* số dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}
#linkHome .group .owl-dots {
  margin-top: 1.875rem;
  margin-bottom: -0.625rem;
}

@keyframes shineMove {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(25deg);
  }
  100% {
    transform: translateX(100%) translateY(100%) rotate(25deg);
  }
}
#galleryHome {
  margin: 5.625rem 0;
}
#galleryHome .group {
  display: flex;
  gap: 2.5rem;
}
#galleryHome .group .left {
  width: 53.5rem;
}
#galleryHome .group .left .item {
  position: relative;
}
#galleryHome .group .left .item .img img {
  width: 100%;
  aspect-ratio: 856/439;
  -o-object-fit: cover;
     object-fit: cover;
}
#galleryHome .group .left .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#galleryHome .group .left .item .overlay > div {
  position: relative;
  z-index: 3;
}
#galleryHome .group .left .item .overlay::before, #galleryHome .group .left .item .overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  transition: opacity 0.3s ease-in-out;
}
#galleryHome .group .left .item .overlay::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.34%, #000 100%);
  opacity: 1;
}
#galleryHome .group .left .item .overlay::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #025e5c 100%);
  opacity: 0;
}
#galleryHome .group .left .item .overlay:hover::before {
  opacity: 0;
}
#galleryHome .group .left .item .overlay:hover::after {
  opacity: 1;
}
#galleryHome .group .left .item .overlay:hover .date {
  color: #fff;
}
#galleryHome .group .left .item .overlay > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.9375rem 0;
  display: flex;
}
#galleryHome .group .left .item .overlay > div .name {
  color: #fff !important;
  display: flex;
  line-height: 1.75rem;
  align-items: center;
}
#galleryHome .group .left .item .overlay > div .name .icon {
  padding: 0 1.25rem;
  border-right: 0.0625rem solid #d9d9d9;
}
#galleryHome .group .left .item .overlay > div .name .text {
  padding: 0 1.25rem;
  display: block;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.25rem;
}
#galleryHome .group .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
#galleryHome .group .right .item {
  display: flex;
  gap: 1.5rem;
}
#galleryHome .group .right .item .img {
  width: 13.9375rem;
  aspect-ratio: 223/127;
  position: relative;
}
#galleryHome .group .right .item .img svg {
  position: absolute;
  bottom: 0.625rem;
  left: 0.3125rem;
  z-index: 2;
}
#galleryHome .group .right .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#galleryHome .group .right .item .info {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  flex: 1;
}
#galleryHome .group .right .item .info .name {
  display: block;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5625rem;
}
#galleryHome .group .right .item .info .date {
  color: #999999;
  font-size: 1rem;
}

#logoPartnerHome {
  margin: 1.875rem 0 5.625rem 0;
}
#logoPartnerHome .group {
  margin-top: 1.5625rem;
  padding: 0 3.75rem;
}
#logoPartnerHome .group .item {
  margin: 0.625rem 0;
  padding: 0.9375rem;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.625rem;
  gap: 0.9375rem;
  box-shadow: 0rem 0.125rem 2.5rem 0rem rgba(156, 48, 74, 0.05);
}
#logoPartnerHome .group .item img {
  width: 5.625rem;
  height: 5.625rem;
  -o-object-fit: contain;
     object-fit: contain;
}
#logoPartnerHome .group .item span {
  font-size: 1rem;
}
#logoPartnerHome .group .item {
  transition: 0.3s all ease-in-out;
}
footer {
  background: url(../pic/bgFoot.png) center no-repeat;
  position: relative;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../pic/bgFootOverlay.png) top center no-repeat;
  background-size: cover;
  display: block;
}
footer {
  background-size: cover;
  color: #fff;
}
footer .wrp {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
  position: relative;
  z-index: 3;
}
footer #footInfo {
  border-bottom: 0.0625rem solid #025e5c;
  padding: 4.0625rem 0;
}
footer #footInfo a {
  transition: 0.3s all ease-in-out;
}
footer #footInfo a:hover {
  color: #fba511;
}
footer #footInfo .left {
  width: 18.75rem;
}
footer #footInfo .left .logo {
  padding: 0.625rem;
  border-radius: 0.3125rem;
  display: inline-block;
}
footer #footInfo .left .logo img {
  display: block;
}
footer #footInfo .left ul.plug {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.625rem;
  margin-top: 1.875rem;
}
footer #footInfo .left ul.plug a {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  background: rgba(149, 199, 194, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease-in-out;
}
footer #footInfo .left ul.plug a:hover {
  background: rgba(149, 199, 194, 0.5);
}
footer #footInfo .mid {
  width: 31.875rem;
}
footer #footInfo .mid .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
footer #footInfo .mid .menuFoot {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  gap: 0.3125rem 1.25rem;
}
footer #footInfo .mid .menuFoot li {
  width: calc(50% - 0.625rem);
}
footer #footInfo .mid .menuFoot li a {
  display: flex;
  gap: 0.9375rem;
  align-items: center;
  line-height: 1.75rem;
  font-size: 1rem;
  transition: 0.3s all ease-in-out;
}
footer #footInfo .mid .menuFoot li a:hover {
  gap: 1.25rem;
}
footer #footInfo .right {
  flex: 1;
  line-height: 1.5rem;
}
footer #footInfo .right .title {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-weight: bold;
  margin-bottom: 0.3125rem;
}
footer #footInfo .right .info {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
footer #footInfo .right .info > * {
  display: flex;
  gap: 0.625rem;
  align-items: baseline;
}
footer #footInfo .right .map {
  display: flex;
  align-items: center;
}
footer #commonBottom {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.9375rem 0;
  border-top: 0.0625rem solid #025e5c;
}

.btnViewDetail {
  color: #025e5c;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  transition: 0.3s all ease-in-out;
}
.btnViewDetail:hover {
  color: #025e5c;
  gap: 0.9375rem;
}

#aboutKhoa {
  margin: 5.625rem 0;
}
#aboutKhoa .wrp {
  display: flex;
  justify-content: space-between;
  gap: 3.125rem;
}
#aboutKhoa .wrp .left {
  flex: 1;
  overflow: hidden;
}
#aboutKhoa .wrp .left .commonTop {
  margin-bottom: 1.25rem;
}
#aboutKhoa .wrp .left .cont {
  color: rgb(65, 75, 91);
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1.875rem;
  text-align: justify;
}
#aboutKhoa .wrp .right {
  width: 48.75rem;
}
#aboutKhoa .wrp .right .img {
  aspect-ratio: 780/434;
}
#aboutKhoa .wrp .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#staffHome {
  background: url(../pic/bgGiangVien.png) top center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 3.4375rem 0;
  color: #fff;
}
#staffHome .commonTop .commonTitle > :first-child a {
  color: #025e5c;
}
#staffHome .commonTop .btnViewAll {
  color: #fff !important;
}
#staffHome .commonTop svg * {
  fill: #fff !important;
}
#staffHome .group {
  padding: 0 6.25rem;
}
#staffHome .group .img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  border: 0.0625rem solid #fff;
}
#staffHome .group .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#staffHome .group .info {
  margin-top: 1.5625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
}
#staffHome .group .info span {
  transition: 0.3s all ease-in-out;
}
#staffHome .group .info .name {
  font-size: 1.25rem;
  font-weight: bold;
}
#staffHome .group .info .position {
  text-transform: uppercase;
  color: #15AC8C;
  font-weight: bold;
}
#staffHome .group .owl-nav {
  position: relative;
  display: flex;
  gap: 0.625rem;
  margin-top: 3.125rem;
  margin-bottom: -1.25rem;
  justify-content: center;
}
#staffHome .group .owl-nav .owl-next,
#staffHome .group .owl-nav .owl-prev {
  position: static;
}

#programHome {
  padding: 5.625rem 0 2.5rem 0;
}
#programHome .wrp .group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
#programHome .wrp .group .item {
  width: calc((100% - 3.75rem) / 3);
  background: rgb(250, 250, 250);
  transition: 0.3s all ease-in-out;
  position: relative;
  top: 0;
  border-radius: 0.25rem;
  overflow: hidden;
}
#programHome .wrp .group .item:hover {
  top: -0.625rem;
  box-shadow: 0rem 0.5rem 1rem 0rem rgba(190, 190, 190, 0.2);
}
#programHome .wrp .group .item .img {
  display: block;
  aspect-ratio: 458/186;
}
#programHome .wrp .group .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#programHome .wrp .group .item .info {
  padding: 0.9375rem 1.5rem 1.25rem 1.5rem;
}
#programHome .wrp .group .item .info .name {
  display: block;
  font-weight: bold;
  color: rgb(0, 0, 0);
}
#programHome .wrp .group .item .info .cont {
  margin: 0.25rem 0 1.25rem 0;
}
#programHome .wrp .group .item .info .cates {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
}
#programHome .wrp .group .item .info .cates .cateName {
  background: rgb(228, 231, 236);
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.3125rem;
  padding: 0.5rem;
  transition: 0.3s all ease-in-out;
}
#programHome .wrp .group .item .info .cates .cateName:hover {
  background: #025e5c;
  color: #fff;
}

#photoHome {
  background: linear-gradient(180deg, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
  padding: 5rem 0;
}
#photoHome .wrp .group {
  display: flex;
  gap: 1.875rem;
}
#photoHome .wrp .group .left {
  flex: 1;
}
#photoHome .wrp .group .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25rem;
  flex: 1;
}
#photoHome .wrp .group .right .item {
  aspect-ratio: 340/200;
  width: calc((100% - 1.25rem) / 2);
}
#photoHome .wrp .group .item {
  position: relative;
  aspect-ratio: 704/430;
}
#photoHome .wrp .group .item::before {
  content: "";
  transition: 0.3s all ease-in-out;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  pointer-events: none;
}
#photoHome .wrp .group .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#photoHome .wrp .group .item svg {
  position: absolute;
  pointer-events: none;
  bottom: 0.625rem;
  left: 0.625rem;
  z-index: 2;
}

#newsKhoaHome {
  padding-bottom: 4.375rem;
}
#newsKhoaHome .group {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.875rem;
  margin-top: -1.25rem;
}
#newsKhoaHome .group .item {
  width: calc((100% - 1.875rem) / 2);
  padding: 1.25rem 0;
  border-bottom: 0.0625rem solid rgb(215, 215, 219);
  display: flex;
  gap: 0.9375rem;
}
#newsKhoaHome .group .item:last-child, #newsKhoaHome .group .item:nth-last-child(2) {
  border-bottom: none;
}
#newsKhoaHome .group .item .img {
  width: 12.8125rem;
  aspect-ratio: 205/144;
}
#newsKhoaHome .group .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#newsKhoaHome .group .item .info {
  flex: 1;
  padding-right: 1.25rem;
}
#newsKhoaHome .group .item .info .name {
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: bold;
  color: rgb(65, 75, 91);
  margin-bottom: 0.5rem;
}
#newsKhoaHome .group .item .info .date {
  color: rgb(153, 153, 153);
}

#formTuyenSinh {
  background: url(../pic/bgFormRegister.png) top center no-repeat;
  background-size: 100% auto;
  padding: 6.25rem 0 5.625rem 0;
}
#formTuyenSinh .formMain {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0rem 0.5rem 1rem 0rem rgba(190, 190, 190, 0.2);
  padding: 3.125rem 3.75rem;
}
#formTuyenSinh .formMain .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.25rem;
  text-align: center;
  padding-bottom: 2.5rem;
  display: block;
  color: #025e5c;
}
#formTuyenSinh .formMain .group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
#formTuyenSinh .formMain .group .item {
  width: calc((100% - 1.5rem) / 2);
  display: flex;
  flex-direction: column;
}
#formTuyenSinh .formMain .group .item .labelForm {
  font-weight: bold;
  color: rgb(88, 97, 102);
  margin-bottom: 0.3125rem;
}
#formTuyenSinh .formMain .group .item .form-control {
  height: 3.375rem;
  border: 0.0625rem solid rgb(224, 224, 224);
  border-radius: 0.3125rem;
  outline-color: #025e5c;
  padding: 0 1.25rem;
  font-size: 1rem;
  color: rgb(88, 97, 102);
}
#formTuyenSinh .formMain .btnRegister {
  background: #025e5c;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0.3125rem;
  font-size: 1.25rem;
  width: 11.25rem;
  height: 3.625rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: auto;
  margin-top: 1.5625rem;
  transition: 0.3s all ease-in-out;
}
#formTuyenSinh .formMain .btnRegister:hover {
  background: #025e5c;
}

#mapHome {
  position: relative;
}
#mapHome #mapFrame {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#mapHome .wrp {
  height: 41.75rem;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}
#mapHome .wrp .cosos {
  width: 28.125rem;
  max-width: 100%;
  height: 80%;
  background: #fff;
  z-index: 2;
  box-shadow: 0rem 0.5rem 1rem 0rem rgba(190, 190, 190, 0.2);
  padding: 1.5625rem 0;
  border-radius: 0.1875rem;
  left: calc(100% - var(--widthWrp));
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
#mapHome .wrp .cosos .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #025e5c;
  padding: 0 1.5625rem;
}
#mapHome .wrp .cosos input[type=search] {
  height: 2.5rem;
  padding: 0 1.25rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid rgb(224, 224, 224);
  outline-color: #025e5c;
  margin: 0 1.5625rem;
  width: calc(100% - 3.125rem);
}
#mapHome .wrp .cosos .group {
  flex: 1;
  overflow: auto;
}
#mapHome .wrp .cosos .group .item {
  padding: 0.625rem 1.5625rem;
  padding-right: 0.625rem;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  border-bottom: 0.0625rem solid rgb(224, 224, 224);
  transition: 0.3s all ease-in-out;
}
#mapHome .wrp .cosos .group .item .text {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
#mapHome .wrp .cosos .group .item .text span:first-child {
  font-weight: bold;
}
#mapHome .wrp .cosos .group .item:hover, #mapHome .wrp .cosos .group .item.active {
  background: #025e5c;
  color: #fff;
}
#mapHome .wrp .cosos .group .item:hover svg *, #mapHome .wrp .cosos .group .item.active svg * {
  fill: #fff;
}/*# sourceMappingURL=style_2.css.map */