:root {
  --menubg: #12a1b0;
  /* --xanh: #b450c2; */
  --xanh: #6f007f;
}
@font-face {
  font-family: UTM;

  font-weight: 400;

  font-style: normal;

  src: url(UTMHELVETINS.TTF) format("truetype");

  font-display: swap;
}
@font-face {
  font-family: SVN;

  font-weight: 400;

  font-style: normal;

  src: url(SVN-Lobster.ttf) format("truetype");

  font-display: swap;
}
body {
  font-size: 14px !important;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}
p {
  text-align: justify;
}
a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
form {
  margin: 0;
}
.header {
}
.icon-header {
  display: inline-block;
  padding: 5px 6px;
  border-radius: 8px;
  background: var(--xanh);
  margin-right: 10px;
}
.icon-header > i {
  color: #fff;
  font-size: 2em;
}
.menu_header {
  background-color: #b450c2;
}
.lg-menu > li > a {
  color: #fff;
  text-transform: uppercase;
  padding: 20px 0;
  display: inline-block;
  position: relative;
  text-align: center;
}
.lg-menu > li > a:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  opacity: 0;
  transition: all 500ms;
}
.lg-menu > li > a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 10px;
  left: 0;
  opacity: 0;
  transition: all 500ms;
}
.lg-menu > li:hover a:before {
  top: 13px;
  opacity: 1;
}
.lg-menu > li:hover a:after {
  bottom: 13px;
  opacity: 1;
}
.btn_headerlh {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 23px;
  color: #fff;
  background: var(--xanh);
  text-transform: uppercase;
  border-radius: 4px;
}
.btn_headerlh:hover {
  color: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
.btn_searchheader {
  color: #fff;
  font-size: 2em;
}
.has_sub {
  position: relative;
}
.sub_menu {
  position: absolute;
  top: 150%;
  width: max-content;
  background: #535a69;
  transition: all 500ms;
  opacity: 0;
  pointer-events: none;
  z-index: 99999;
}
.sub_menu > li > a,
.subsub_menu > li > a {
  padding: 6px 15px;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  width: 100%;
}
.sub_menu > li > a > i {
  margin-left: auto;
  font-size: 10px;
}
.sub_menu li a:hover {
  color: #db7df4;
}
li.has_sub:hover .sub_menu {
  opacity: 1;
  pointer-events: all;
  top: 100%;
}
.has_subsub {
  position: relative;
}
.subsub_menu {
  z-index: 99999;
  position: absolute;
  top: 50%;
  left: 100%;
  width: max-content;
  background: #535a69;
  transition: all 500ms;
  opacity: 0;
  pointer-events: none;
}
.has_subsub:hover .subsub_menu {
  top: 0;
  opacity: 1;
  pointer-events: all;
}
.list_danhmuc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(147px, 1fr));
  grid-column-gap: 5px;
}
.item_danhmuc {
  border: 1px solid #ddd;
}
.title_dm {
  font-weight: 600;
  margin: 25px 0 29px;
  background: url(../img/line.png) center bottom no-repeat;
  padding-bottom: 29px;
  font-size: 25px;
  text-align: center;
  height: 70px;
}
.title_idm {
  min-height: 90px;
  background: var(--xanh);
  color: #fff;
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding-top: 10px;
}
.img_centerdm {
  position: absolute;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, #e0e0df 59%, #939393 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.list_idm ul {
  padding-top: 44px;
}
.list_idm ul li a {
  display: inline-block;
  padding: 10px 10px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  color: #333;
}
.list_idm ul li a:hover {
  color: var(--xanh);
}
.content_gt {
  font-size: 17px;
  line-height: 32px;
}
.see_more {
  color: #f00;
}
.title_gt {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.lamvieckonghi {
  background: url(../img/bg-lamviec.jpg) center center no-repeat;
  background-size: cover;
}
.lamvieckonghi p {
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
}
.tt_lkn {
  font-size: 2em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.item_8diem {
  background: url(../img/heart-big.png) center no-repeat;
  position: relative;
  padding: 5px 10px;
  border: 2px solid var(--xanh);
  min-height: 270px;
  margin-bottom: 30px;
}
.item_8diem:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  border-left: 100px solid var(--xanh);
  border-bottom: 100px solid transparent;
}
.item_8diem:after {
  content: "";
  top: 6px;
  left: 2px;
  width: 50px;
  height: 50px;
  position: absolute;
  background: url(../img/heart-small.png) center center no-repeat;
}
.item_8diem h3 {
  font-size: 16px;
  margin: 85px 0 5px;
  line-height: normal;
}
.uudiemlon {
  border-bottom: 1px solid #ddd;
}
.title_pv {
  font-size: 30px;
  margin: 122px 0 24px;
  color: var(--xanh);
  text-transform: uppercase;
}
.content_pv p {
  margin-bottom: 43px;
}
.cover_main_365n {
  background: url(../img/hopitor_banner.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: overlay;
  padding: 25px 0;
}
.cover_main_365n:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 100px solid var(--xanh);
  border-bottom: 100px solid transparent;
}
.cover_main_365n:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon_clock.png) center center no-repeat;
  width: 50px;
  height: 50px;
  z-index: 9999;
}
.tt_365n {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tt_365n_child {
  font-size: 20px;
  position: relative;
}
.tt_365n_child:after,
.tt_365n_child:before {
  content: "";
  position: absolute;
  width: 20%;
  height: 3px;
  background: #fff;
  transform: translateY(-50%);
  top: 50%;
}
.tt_365n_child:after {
  left: -60px;
}
.tt_365n_child:before {
  right: -60px;
}
.img_number {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.img_number_child {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
}
.btn_lv365n {
  padding: 10px 25px;
  text-transform: uppercase;
  display: inline-block;
  background: #fffa14;
  color: #3e4142;
  font-weight: 700;
  border-radius: 8px;
}
.hotline_lv365n {
  background: var(--xanh);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 5px 20px 5px 5px;
}
.hotline_lv365n:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  transform: rotate(-180deg);
  border-left: 43px solid var(--xanh);
  border-top: 43px solid transparent;
}
.hotline_lv365n img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.footer {
  background: #535a69;
  padding: 50px 0;
  padding-bottom: 20px;
  color: #fff;
  margin-top: 50px;
}
.info_pk p:nth-of-type(1) {
  font-size: 19px;
  font-weight: 700;
}
.info_pk p:nth-of-type(2) {
  max-width: 290px;
  font-size: 16px;
}
.list_info li i {
  margin-right: 10px;
  border: 1px solid #fff;
  padding: 10px;
}
.list_info li {
  font-size: 15px;
  margin-bottom: 10px;
}
.listdm_footer li a {
  width: 100%;
  display: block;
  color: #fff;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 300;
  padding-left: 25px;
  position: relative;
  float: left;
  font-weight: 600;
}
.listdm_footer li a:after {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  position: absolute;
  content: "";
  left: 10px;
  top: 8px;
}
.title_lsdmf {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-shadow: 0 0 0 #fff;
}
.list_social li i {
  color: #fff;
  padding: 10px;
  border: 1px solid #fff;
  margin-right: 15px;
}
.line_last {
  padding: 15px 0;
  background: var(--xanh);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.title_chuyenkhoa {
  color: #fff;
  background: var(--xanh);
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 0;
  font-weight: 700;
}
.list_dmtl li a {
  padding: 10px;
  background: #ececec;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #444;
  padding-left: 30px;
  position: relative;
}
.list_dmtl li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background: var(--xanh);
}
.list_dmtl li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 2px;
  height: 12px;
  background: var(--xanh);
}
.list_dmtl li a:hover {
  background: #61156c;
  color: #fff;
}
.list_linkchat li a {
  cursor: pointer;
  display: block;
  padding: 10px 20px;
  background: #61aa89;
  color: #fff;
  margin-bottom: 15px;
  font-size: 17px;
  border-radius: 5px;
}
.list_linkchat li:nth-of-type(2) a {
  background: #db724b;
}
.list_linkchat li:nth-of-type(3) a {
  background: #d76e74;
}
.list_linkchat li:nth-of-type(4) a {
  background: #2864a8;
}
.title_listbv {
  margin: 0;
  background: #ededed;
  font-size: 16px;
  padding: 15px 20px;
  color: #2f2f30;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  border-radius: 2px;
}
.item_bv {
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid transparent;
  transition: all 500ms;
  position: relative;
  overflow: hidden;
}
.item_bv:hover {
  border: 1px solid var(--xanh);
}
.content_bvtl a {
  font-size: 16px;
  font-weight: 700;
  color: var(--xanh);
}
.img_bv {
  width: 298px;
  margin-right: 10px;
}
.item_bv:hover .towbutton {
  bottom: 0;
}
.towbutton {
  position: absolute;
  bottom: -50%;
  right: 0;
  display: flex;
  align-items: center;
  transition: all 500ms;
}
.towbutton a {
  color: #fff;
  background: #adb1b0;
  padding: 6px 15px;
}
.towbutton a:hover {
  color: #fff;
}
.towbutton a:nth-of-type(2) {
  background: var(--xanh);
}
.trangloai_phantrang {
  text-align: center;
  margin: 20px 0;
}
.phan_trang,
.trangloai_phantrang > a {
  padding: 10px 15px;
  color: #444;
  margin: 0 5px;
  display: inline-block;
  border-radius: 2px;
  font-size: 17px;
  transition: all 500ms;
}
.trangloai_phantrang > a:hover {
  background: var(--xanh);
  color: #fff !important;
}
.phan_trang {
  background: var(--xanh);
  color: #fff;
  font-weight: 700;
}
.breadcrumb_cus {
  border-bottom: 1px solid var(--xanh);
  display: flex;
  align-items: center;
}
.breadcrumb_cus a {
  font-weight: bold;
  font-size: 13px;
  color: #444;
}
.cover_content_post {
  border: solid 1px #949494;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.title_bvlq {
  border-bottom: solid 1px #b3b3b3;
  border-top: solid 1px #b3b3b3;
  padding: 15px 0;
  font-size: 23px;
  color: #313131;
  text-shadow: 0 0 0 #313131;
  font-weight: 500;
  margin: 0px 0 25px;
}
.des_bvlq p {
  font-size: 16px;
  font-weight: 700;
  color: #313131;
  margin-bottom: 5px;
}
.des_bvlq div {
  color: #313131;
}
.img_bvlq {
  overflow: hidden;
}
.img_bvlq img {
  transition: all 500ms;
}
.img_bvlq img:hover {
  transform: scale(1.1);
}
/*================= SLICK BUTTON============================*/

.banner {
  overflow: hidden;
}
.banner .slick-prev,
.banner .slick-next {
  display: inline-flex !important;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 99999;
  height: 40px;
  width: 40px;
  border-radius: 8px;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.banner .slick-prev:hover,
.banner .slick-next:hover {
  background: rgba(255, 255, 255, 1);
}
.banner .slick-prev i,
.banner .slick-next i {
  height: 10px;
  width: 10px;
  border-bottom: 2px solid #444;
}
.banner .slick-prev i {
  border-left: 2px solid #444;
  transform: rotate(45deg);
}
.banner .slick-next i {
  border-right: 2px solid #444;
  transform: rotate(-43deg);
}
.banner .slick-prev {
  left: -60px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner .slick-next {
  right: -60px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner:hover .slick-prev {
  left: 15px;
}
.banner:hover .slick-next {
  right: 15px;
}

/*================= SLICK BUTTON============================*/

.noidungdetail h2{font-weight: bold;font-size: 18px !important;text-transform: uppercase;}
.noidungdetail h2 *{font-weight: bold;}
.bt-2 small {
    animation: colorPulse 1.0s infinite;
}

/* Icon PT – zoom liên tục */
#pt {
    animation: ptZoom 1.0s ease-in-out infinite;
    transform-origin: center;
}

/* Đổi màu nền + chữ */
@keyframes colorPulse {
    0% {
        background: yellow;
        color: red;
    }
    50% {
        background: #aa0000;
        color: #fff;
    }
    100% {
        background: yellow;
        color: red;
    }
}

/* Zoom icon */
@keyframes ptZoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.25);
    }
    100% {
        transform: scale(1);
    }
}
  @media (max-width:1024px){
    .boxchay>span,.boxchay2>span,.boxchay3>span,.boxchay4>span {
      font-size: 12px !important;
    }
    .boxchay{left: 55px !important;}
    .boxchay2{left: 215px  !important;}
    .boxchay3{left: 390px  !important;}
    .boxchay4{left: 555px  !important;}
  }
