* {
  margin: 0px;
  padding: 0px;
}

*:focus {
  outline: none;
}

@font-face {
  font-family: "Myriad_Pro_Bold";
  src: url(../fonts/MYRIADPRO-BOLD.OTF) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  font-size: 62.5%;
  --bg-web:#39bdbd;
  --bg-menu:#f2f2f2;
}
:root body {
  margin: 0 auto;
  width: 100%;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden !important;
  max-width: 1920px;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

a:hover {
  cursor: pointer;
}

.clear {
  clear: both;
}

.clear5 {
  clear: both;
  height: 5px;
}

.clear7 {
  clear: both;
  height: 7px;
}

.clear10 {
  clear: both;
  height: 10px;
}

.clear15 {
  clear: both;
  height: 15px;
}

.clear20 {
  clear: both;
  height: 20px;
}

.clear40 {
  clear: both;
  height: 40px;
}

.clear50 {
  clear: both;
  height: 50px;
}

header {
  width: 100%;
}
header .top-header {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
}
header .top-header .logo-top {
  width: 55%;
}
header .top-header .logo-top a {
  display: block;
  position: relative;
  width: 100%;
  height: 85px;
}
header .top-header .logo-top a i {
  display: block;
  background-image: url(../img/social_top.png);
  background-position: -6px -3px;
  width: 428px;
  height: 85px;
  position: absolute;
  top: 0;
  left: 0;
}
header .top-header .info-top {
  width: 45%;
}
header .top-header .info-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
header .top-header .info-top ul li {
  width: 230px;
}
header .top-header .info-top ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
}
header .top-header .info-top ul li a i {
  background-image: url(../img/social_top.png);
  background-position: -561px -22px;
  width: 195px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
header .top-header .info-top ul li a i.sdt-top {
  background-position: -788px -22px;
  width: 220px;
}
header .menu-top {
  background-color: #ececec;
}
header .menu-top nav {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0;
}
header .menu-top nav ul {
  width: 100%;
}
header .menu-top nav ul li {
  display: inline-block;
  position: relative;
}
header .menu-top nav ul li a {
  display: block;
  color: #000;
  text-transform: uppercase;
  font-size: 1.6rem;
  text-align: center;
  padding: 1.5rem 0;
  font-weight: 500;
}
header .menu-top nav ul li:first-child {
  width: 315px;
}
header .menu-top nav ul li:first-child a {
  color: #fff;
  background-color: #309e9f;
  position: relative;
}
header .menu-top nav ul li:first-child a:before {
  content: "";
  width: 60px;
  height: 100%;
  background-color: #f25185;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
header .menu-top nav ul li:first-child a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #fff;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .menu-top nav ul li:first-child a i {
  display: block;
  background-image: url(../img/social_menu.png);
  background-position: 0px -19px;
  width: 38px;
  height: 35px;
  position: absolute;
  top: 8px;
  left: 11px;
}
header .menu-top nav ul li .menucha {
  position: absolute;
  top: 150%;
  left: 0;
  background-color: #309e9f;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1000;
}
header .menu-top nav ul li .menucha li {
  position: relative;
  width: 100%;
}
header .menu-top nav ul li .menucha li a {
  text-align: left;
  padding: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  text-transform: capitalize;
  color: #fff;
  font-size: 1.4rem;
  border-top: 1px solid rgba(225, 225, 225, 0.2);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
header .menu-top nav ul li .menucha li a:hover {
  background-color: #ccc;
  padding-left: 0.5rem;
  color: #000;
}
header .menu-top nav ul li .menucha li a:before, header .menu-top nav ul li .menucha li a::after {
  content: "";
  display: none;
}
header .menu-top nav ul li .menucha li .menucon {
  position: absolute;
  top: 0;
  left: 120%;
  background-color: #309e9f;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1000;
}
header .menu-top nav ul li .menucha li .menucon li {
  position: relative;
  width: 100%;
}
header .menu-top nav ul li .menucha li .menucon li a {
  text-align: left;
  padding: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  text-transform: capitalize;
  color: #fff;
  font-size: 1.4rem;
  border-top: 1px solid rgba(225, 225, 225, 0.2);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
header .menu-top nav ul li .menucha li .menucon li a:hover {
  background-color: #ccc;
  padding-left: 0.5rem;
  color: #000;
}
header .menu-top nav ul li .menucha li .menucon li a:before, header .menu-top nav ul li .menucha li .menucon li a::after {
  content: "";
  display: none;
}
header .menu-top nav ul li .menucha li .menucon li .menuchau {
  position: absolute;
  top: 0;
  left: 120%;
  background-color: #309e9f;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1000;
}
header .menu-top nav ul li .menucha li .menucon li .menuchau li {
  position: relative;
  width: 100%;
}
header .menu-top nav ul li .menucha li .menucon li .menuchau li a {
  text-align: left;
  padding: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  text-transform: capitalize;
  color: #fff;
  font-size: 1.4rem;
  border-top: 1px solid rgba(225, 225, 225, 0.2);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
header .menu-top nav ul li .menucha li .menucon li .menuchau li a:hover {
  background-color: #ccc;
  padding-left: 0.5rem;
  color: #000;
}
header .menu-top nav ul li .menucha li .menucon li .menuchau li a:before, header .menu-top nav ul li .menucha li .menucon li .menuchau li a::after {
  content: "";
  display: none;
}
header .menu-top nav ul li .menucha li .menucon li:hover .menuchau {
  left: 100%;
  opacity: 1;
  visibility: inherit;
}
header .menu-top nav ul li .menucha li:hover .menucon {
  left: 100%;
  opacity: 1;
  visibility: inherit;
}
header .menu-top nav ul li:hover .menucha {
  top: 100%;
  opacity: 1;
  visibility: inherit;
}
header .menu-top nav ul .capcao2 a {
  background-color: #ececec;
  width: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: font-weight 0.2s ease-in-out;
  transition: font-weight 0.2s ease-in-out;
}
header .menu-top nav ul .capcao2:hover a {
  background-color: #309e9f;
  color: #fff;
}
header .menu-top nav ul .ngoaikhoa a {
  width: 146px;
}
header .banner-w {
  width: 100%;
}
header .banner-w nav ul li a {
  display: block;
}
header .banner-w nav ul li a img {
  width: 100%;
}

.datlich {
  width: 100;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 0;
}
.datlich nav {
  width: 100%;
}
.datlich nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.datlich nav ul li a {
  display: block;
  background-image: url(../img/social_thongtin.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 320px;
  height: 80px;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.datlich nav ul li a.t02 {
  background-position: -340px 0px;
}
.datlich nav ul li a.t03 {
  background-position: -679px 0px;
}
.datlich nav ul li a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.gioithieu-aua {
  width: 100%;
}
.gioithieu-aua .content-aua {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.gioithieu-aua .content-aua .aua-cot1 {
  width: 50%;
  padding-top: 3rem;
}
.gioithieu-aua .content-aua .aua-cot1 h3 {
  font-size: 1.7rem;
  text-transform: uppercase;
  padding: 0.5rem 0;
}
.gioithieu-aua .content-aua .aua-cot1 h1 {
  font-size: 3.4rem;
  text-transform: uppercase;
  padding: 0.5rem 0;
}
.gioithieu-aua .content-aua .aua-cot1 p {
  line-height: 3rem;
  font-size: 1.6rem;
  text-align: justify;
  padding-right: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gioithieu-aua .content-aua .aua-cot1 p.p-doan1 {
  padding-top: 1rem;
}
.gioithieu-aua .content-aua .aua-cot1 p.p-doan2 {
  padding-top: 1rem;
}
.gioithieu-aua .content-aua .aua-cot2 {
  width: 50%;
}

.box-bacsi {
  width: 100%;
  background-color: #2f9e9e;
  padding: 3rem 0;
  margin-top: 2rem;
}
.box-bacsi .content-bs {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
.box-bacsi .content-bs label {
  font-size: 3rem;
  text-align: center;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.box-bacsi .content-bs nav {
  margin-top: 3rem;
}
.box-bacsi .content-bs nav ul li {
  width: 33.3333333333%;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box-bacsi .content-bs nav ul li .hinh-bs-aua {
  width: 100%;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box-bacsi .content-bs nav ul li .hinh-bs-aua img {
  width: 100%;
  height: 100%;
  display: block;
}
.box-bacsi .content-bs nav ul li .hinh-bs-aua span {
  color: #ff2828;
  font-size: 2.2rem;
  text-align: center;
  display: block;
  padding-top: 2rem;
  font-weight: bold;
}
.box-bacsi .content-bs nav ul li .hinh-bs-aua small {
  font-size: 1.8rem;
  padding-top: 1rem;
  display: block;
  text-align: center;
}
.box-bacsi .content-bs nav ul li .hinh-bs-aua .box-lienhe-aua {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 17px;
}
.box-bacsi .content-bs nav ul li .hinh-bs-aua .box-lienhe-aua a {
  width: 62px;
  height: 63px;
  background-image: url(../img/social_bs.png);
  display: block;
  background-repeat: no-repeat;
  background-position: -6px -3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-bacsi .content-bs nav ul li .hinh-bs-aua .box-lienhe-aua a.aua-zalo {
  background-position: -86px -3px;
}
.box-bacsi .content-bs nav ul li .hinh-bs-aua .box-lienhe-aua a.aua-chat {
  background-position: -166px -3px;
}
.box-bacsi .content-bs nav ul li .hinh-bs-aua .box-lienhe-aua a:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.box-bacsi .content-bs nav .bs_slide .slick-next:before, .box-bacsi .content-bs nav .bs_slide .slick-prev:before {
  font-size: 30px;
  color: #298282;
}

.box_chuyenkhoa {
  width: 100%;
  background-color: #f0f2f1;
  padding: 3.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box_chuyenkhoa .content-chuyenkhoa {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
.box_chuyenkhoa .content-chuyenkhoa label {
  font-size: 3rem;
  display: block;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #222222;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .cot-list-benh {
  width: 50%;
  margin-top: 2rem;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .cot-list-benh ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .cot-list-benh ul li {
  width: 240px;
  height: 155px;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .cot-list-benh ul li a {
  display: block;
  width: 240px;
  height: 155px;
  padding: 1.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .cot-list-benh ul li a i {
  background-image: url("../img/social_danhmucbenh2.png");
  background-repeat: no-repeat;
  height: 75px;
  width: 78px;
  display: block;
  background-position: -10px -14px;
  margin: 0 auto;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .cot-list-benh ul li a span {
  margin-top: 2rem;
  font-size: 2.5rem;
  display: block;
  text-align: center;
  color: #2f9e9e;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .cot-list-benh ul li:nth-child(2) a i {
  background-position: -115px -9px;
  width: 86px;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .cot-list-benh ul li:nth-child(3) a i {
  background-position: -10px -104px;
  width: 65px;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .cot-list-benh ul li:nth-child(4) a i {
  background-position: -118px -101px;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .cot-list-benh ul li:nth-child(5) a i {
  background-position: -7px -190px;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .cot-list-benh ul li:last-child a i {
  background-position: -114px -190px;
  height: 77px;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .cot-list-benh ul li:hover a {
  background-color: #c9ffff;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .cot-list-benh ul li:hover a i {
  position: relative;
  top: -5px;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .box_bv_chuyenkhoa {
  width: calc(50% - 2rem);
  background-color: #fff;
  margin-top: 2rem;
  position: relative;
  margin-left: 2rem;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .box_bv_chuyenkhoa .content_showbv {
  width: 100%;
  padding: 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .box_bv_chuyenkhoa .content_showbv .form-tuvan-pc {
  width: 100%;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .box_bv_chuyenkhoa .content_showbv .form-tuvan-pc form {
  width: 100%;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .box_bv_chuyenkhoa .content_showbv .form-tuvan-pc form input {
  width: 400px;
  height: 45px;
  padding: 1rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: none;
  background-color: #c9ffff;
  border-radius: 50px;
  font-size: 1.7rem;
  margin: 1.2rem auto 0 auto;
  display: block;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .box_bv_chuyenkhoa .content_showbv .form-tuvan-pc form input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7c7c7c;
  font-style: italic;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .box_bv_chuyenkhoa .content_showbv .form-tuvan-pc form input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7c7c7c;
  font-style: italic;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .box_bv_chuyenkhoa .content_showbv .form-tuvan-pc form input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7c7c7c;
  font-style: italic;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .box_bv_chuyenkhoa .content_showbv .form-tuvan-pc form input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7c7c7c;
  font-style: italic;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .box_bv_chuyenkhoa .content_showbv .form-tuvan-pc form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7c7c7c;
  font-style: italic;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .box_bv_chuyenkhoa .content_showbv .form-tuvan-pc form input::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7c7c7c;
  font-style: italic;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .box_bv_chuyenkhoa .content_showbv .form-tuvan-pc form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #7c7c7c;
  font-style: italic;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .box_bv_chuyenkhoa .content_showbv .form-tuvan-pc form button {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#f15185), to(#f15185));
  background-image: linear-gradient(to bottom right, #f15185, #f15185);
  font-size: 1.7rem;
  text-transform: uppercase;
  width: 194px;
  height: 42px;
  color: #fff;
  font-weight: bold;
  border: none;
  outline: none;
  border-radius: 50px;
  margin: 1rem auto;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .box_bv_chuyenkhoa .content_showbv .form-tuvan-pc form button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-image: -webkit-gradient(linear, left top, right bottom, from(#15c3b7), to(#2da1a0));
  background-image: linear-gradient(to bottom right, #15c3b7, #2da1a0);
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .box_bv_chuyenkhoa .content_showbv .form-tuvan-pc form p {
  width: 347px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 22px;
  margin: 0 auto;
  font-family: Myriad_Pro_Bold;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .box_bv_chuyenkhoa .content_showbv .form-tuvan-pc form a {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#15c3b7), to(#2da1a0));
  background-image: linear-gradient(to bottom right, #15c3b7, #2da1a0);
  width: 278px;
  height: 65px;
  color: #fff;
  border-radius: 50px;
  margin: 1rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.5rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .box_bv_chuyenkhoa .content_showbv .form-tuvan-pc form a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-image: -webkit-gradient(linear, left top, right bottom, from(#f15185), to(#f15185));
  background-image: linear-gradient(to bottom right, #f15185, #f15185);
}
.box_chuyenkhoa .content-chuyenkhoa .box_chuyenkhoa_benh .box_bv_chuyenkhoa .content_showbv .form-tuvan-pc form img {
  position: absolute;
  bottom: -3px;
  right: -221px;
}

.box-camnhan {
  width: 100%;
}
.box-camnhan .content-camnhan {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
.box-camnhan .content-camnhan label {
  font-size: 3rem;
  color: #222222;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 3rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box-camnhan .content-camnhan .box-chiso {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.box-camnhan .content-camnhan .box-chiso span {
  width: 484px;
  display: block;
  background-image: url(../img/chiso.png);
  background-repeat: no-repeat;
  background-position: -4px -1px;
  height: 102px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-camnhan .content-camnhan .box-chiso span.bg-cs2 {
  background-position: -522px -1px;
}
.box-camnhan .content-camnhan .box-chiso span:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.box-camnhan .content-camnhan .slidebenhnhan {
  margin-top: 1.8rem;
  background-image: url("../img/banner-camnhan.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 301px;
}
.box-camnhan .content-camnhan .slidebenhnhan nav ul {
  margin: 0;
  padding: 0;
}
.box-camnhan .content-camnhan .slidebenhnhan nav ul li .showbn {
  width: 100%;
  padding-top: 3rem;
}
.box-camnhan .content-camnhan .slidebenhnhan nav ul li .showbn p {
  width: 765px;
  height: 148px;
  font-family: Myriad_Pro_Bold;
  text-align: center;
  line-height: 25px;
  font-size: 20px;
  color: #fff;
  margin: 0 auto;
}
.box-camnhan .content-camnhan .slidebenhnhan nav ul li .showbn img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 97px;
  max-height: 97px;
}
.box-camnhan .content-camnhan .slidebenhnhan nav .slide_camnhan .slick-next, .box-camnhan .content-camnhan .slidebenhnhan nav .slide_camnhan .slick-prev {
  top: 82%;
  z-index: 1000;
}
.box-camnhan .content-camnhan .slidebenhnhan nav .slide_camnhan .slick-prev {
  left: 40%;
}
.box-camnhan .content-camnhan .slidebenhnhan nav .slide_camnhan .slick-next {
  right: 41.5%;
}
.box-camnhan .content-camnhan .slidebenhnhan nav .slide_camnhan .slick-next:before, .box-camnhan .content-camnhan .slidebenhnhan nav .slide_camnhan .slick-prev:before {
  font-size: 30px;
  color: #2a6869;
  z-index: 1000;
}

.baochivepk {
  width: 100%;
  margin-top: 3rem;
}
.baochivepk .box-baochipk {
  background-color: #f0f2f1;
  padding: 2.7rem 0;
}
.baochivepk .box-baochipk label {
  text-align: center;
  display: block;
  font-size: 3rem;
  text-transform: uppercase;
}
.baochivepk .box-baochipk nav {
  width: 100%;
  margin: 0 auto;
  max-width: 1030px;
}
.baochivepk .box-baochipk nav ul {
  margin: 0;
  padding: 0;
}
.baochivepk .box-baochipk nav ul li {
  padding: 0 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.baochivepk .box-baochipk nav ul li .baochi-show a {
  display: block;
}
.baochivepk .box-baochipk nav ul li .baochi-show a img {
  width: 100%;
  display: block;
}
.baochivepk .box-baochipk nav .slide_baochi .slick-next, .baochivepk .box-baochipk nav .slide_baochi .slick-prev {
  z-index: 1000;
}
.baochivepk .box-baochipk nav .slide_baochi .slick-next:before, .baochivepk .box-baochipk nav .slide_baochi .slick-prev:before {
  font-size: 30px;
  color: #c4c5c5;
  z-index: 1000;
}

.box-baivietnhieu {
  width: 100%;
  margin-top: 2rem;
}
.box-baivietnhieu .box-showbvnhieu {
  background-color: #f0f2f1;
  padding: 2.7rem 0;
}
.box-baivietnhieu .box-showbvnhieu .tt-bvxh {
  font-size: 3rem;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 25px;
  display: block;
  font-weight: bold;
}
.box-baivietnhieu .box-showbvnhieu nav {
  width: 100%;
  margin: 0 auto;
  max-width: 1020px;
}
.box-baivietnhieu .box-showbvnhieu nav ul {
  width: 100%;
}
.box-baivietnhieu .box-showbvnhieu nav ul li {
  width: 33.33%;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box-baivietnhieu .box-showbvnhieu nav ul li .tt-bvnhieu a {
  display: block;
  height: 390px;
  max-height: 390px;
  background-color: #fff;
  position: relative;
}
.box-baivietnhieu .box-showbvnhieu nav ul li .tt-bvnhieu a .info-bvnhieu {
  width: 100%;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box-baivietnhieu .box-showbvnhieu nav ul li .tt-bvnhieu a .info-bvnhieu img {
  width: 100%;
  height: 190px;
  display: block;
}
.box-baivietnhieu .box-showbvnhieu nav ul li .tt-bvnhieu a .info-bvnhieu span {
  font-family: Myriad_Pro_Bold;
  font-size: 2rem;
  display: block;
  color: #000;
  padding: 1rem 0;
}
.box-baivietnhieu .box-showbvnhieu nav ul li .tt-bvnhieu a .info-bvnhieu p {
  font-size: 1.8rem;
  text-align: justify;
  display: block;
  line-height: 2.2rem;
  color: #000;
}
.box-baivietnhieu .box-showbvnhieu nav ul li .tt-bvnhieu a label {
  color: #fff;
  background-color: #2f9e9e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 47px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
}
.box-baivietnhieu .box-showbvnhieu nav .slidebvxn .slick-next, .box-baivietnhieu .box-showbvnhieu nav .slidebvxn .slick-prev {
  z-index: 1000;
}
.box-baivietnhieu .box-showbvnhieu nav .slidebvxn .slick-prev {
  left: -35px;
}
.box-baivietnhieu .box-showbvnhieu nav .slidebvxn .slick-next:before, .box-baivietnhieu .box-showbvnhieu nav .slidebvxn .slick-prev:before {
  font-size: 30px;
  color: #c4c5c5;
  z-index: 1000;
}

.moitruongpk {
  width: 100%;
  margin: 0 auto;
  max-width: 1030px;
}
.moitruongpk nav {
  width: 100%;
  margin-top: 3rem;
}
.moitruongpk nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.moitruongpk nav ul li {
  width: 33.33%;
  padding: 0 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.moitruongpk nav ul li img {
  width: 100%;
  height: 183px;
  display: block;
}
.moitruongpk nav ul li span {
  font-size: 1.8rem;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 1rem 0;
}

footer {
  width: 100%;
  margin-top: 30px;
}
footer .boxtv-ff {
  width: 100%;
  background-color: #309e9f;
}
footer .boxtv-ff nav {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 3rem 0;
}
footer .boxtv-ff nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
footer .boxtv-ff nav ul li {
  width: 50%;
}
footer .boxtv-ff nav ul li .tvmf span {
  color: #fff;
  font-size: 2rem;
}
footer .boxtv-ff nav ul li .tvmf span strong {
  font-size: 3rem;
  letter-spacing: 4px;
}
footer .boxtv-ff nav ul li .tvmf p {
  font-size: 2rem;
  color: #fff;
  font-style: italic;
}
footer .boxtv-ff nav ul li .tvmf form {
  width: 100%;
  margin-top: 1rem;
  height: 27px;
  position: relative;
}
footer .boxtv-ff nav ul li .tvmf form input {
  width: 100%;
  padding: 1rem;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background: #fff;
  border-radius: 20px;
  outline: none;
}
footer .boxtv-ff nav ul li .tvmf form button {
  width: 125px;
  height: 100%;
  background: #f25185;
  color: #fff;
  font-weight: bold;
  display: block;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 20px;
  z-index: 10000;
}
footer .boxtv-ff nav ul li .tvmf.fixtvmf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
footer .bandoaua {
  width: 100%;
}
footer .bandoaua a {
  display: block;
}
footer .bandoaua a img {
  width: 100%;
  display: block;
}