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

*:focus {
  outline: none;
}

:root {
  font-size: 62.5%;
  --mauhong:#f2517a;
  --mauxanh:#26a9e1;
  --mauvang:#d5a036;
  --maudo:#e95052;
}

:root body {
  margin: 0 auto;
  width: 100%;
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden !important;
  max-width: 650px;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

a:hover {
  cursor: pointer;
}
img
{
  height: inherit;
}
.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;
}

.topmb {
  background-color: var(--mauxanh);
}

.topmb nav ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% 80% 10%;
      grid-template-columns: 10% 80% 10%;
  padding: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topmb nav ul li .mt span {
  display: block;
}

.topmb nav ul li .mt span img {
  width: 100%;
}

.topmb nav ul li .mt .logo {
  display: block;
}

.topmb nav ul li .mt .logo img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 200px;
}

.topmb nav ul li .mt .call {
  display: block;
}

.topmb nav ul li .mt .call img {
  width: 100%;
}

.nhapsdt {
  padding: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nhapsdt form {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80% 20%;
      grid-template-columns: 80% 20%;
}

.nhapsdt form input {
  padding: 1.4rem  1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 1.5rem;
  outline: none;
}

.nhapsdt form input[type="text"] {
  background-color: #eff0f2;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.nhapsdt form input[type="submit"] {
  background-color: #f8991b;
  color: #fff;
  font-weight: bold;
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.nhapsdt form input[type="text"]::-webkit-input-placeholder {
  font-style: italic;
}

.nhapsdt form input[type="text"]:-ms-input-placeholder {
  font-style: italic;
}

.nhapsdt form input[type="text"]::-ms-input-placeholder {
  font-style: italic;
}

.nhapsdt form input[type="text"]::placeholder {
  font-style: italic;
}

.bannerweb {
  width: 100%;
}

.bannerweb ul li a {
  display: block;
}

.bannerweb ul li a img {
  width: 100%;
  display: block;
}

.line_title {
  width: 100%;
}

.line_title span {
  display: block;
  color: var(--mauxanh);
  font-size: 2.3rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: .5rem 0;
}

.line_title img {
  display: block;
  width: 300px;
  margin: 0 auto;
}

.vechungtoi {
  width: 100%;
  padding: 0 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vechungtoi p {
  width: 100%;
  text-align: center;
  line-height: 25px;
  font-size: 1.6rem;
  color: #8d8d8d;
  margin: auto;
}

.infochungtoi {
  width: 100%;
}

.infochungtoi .boxinfochungtoi {
  position: relative;
}

.infochungtoi .boxinfochungtoi img {
  display: block;
  margin: auto;
}

.infochungtoi .boxinfochungtoi .pp1 {
  text-align: center;
  padding: 2rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.infochungtoi .boxinfochungtoi .pp1 img {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  display: block;
}

.infochungtoi .boxinfochungtoi .pp1 span {
  color: #000;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  padding: 1.5rem 0;
  display: block;
}

.infochungtoi .boxinfochungtoi .pp1 p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 25px;
  width: 100%;
}

.chuyenkhoa {
  width: 100%;
  background-color: #eff8fd;
  padding: 3rem 0;
}

.chuyenkhoa .boxchuyenkhoa {
  width: 100%;
  margin: 0 auto;
}

.chuyenkhoa .boxchuyenkhoa .line_title2 {
  width: 100%;
}

.chuyenkhoa .boxchuyenkhoa .line_title2 span {
  display: block;
  color: var(--mauxanh);
  font-size: 3rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: .5rem 0;
}

.chuyenkhoa .boxchuyenkhoa .line_title2 img {
  display: block;
  width: 200px;
  margin: 0 auto;
}

.chuyenkhoa .boxchuyenkhoa nav {
  width: 100%;
  padding-top: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chuyenkhoa .boxchuyenkhoa nav ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.chuyenkhoa .boxchuyenkhoa nav ul li {
  padding: 2rem 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px #ccc;
          box-shadow: 0 3px 10px #ccc;
  border-radius: 10px;
}

.chuyenkhoa .boxchuyenkhoa nav ul li a {
  width: 100%;
  height: 100%;
  display: block;
}

.chuyenkhoa .boxchuyenkhoa nav ul li a img {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
}

.chuyenkhoa .boxchuyenkhoa nav ul li a span {
  color: #1f3986;
  display: block;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  text-transform: capitalize;
}

.cacgiayphep {
  width: 100%;
}

.cacgiayphep nav {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cacgiayphep nav ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
}

.cacgiayphep nav ul li {
  margin-bottom: 1rem;
}

.cacgiayphep nav ul li a {
  display: block;
}

.cacgiayphep nav ul li a img {
  display: block;
  width: 100%;
}

.baochi {
  width: 100%;
}

.baochi nav {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.baochi nav ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
}

.baochi nav ul li {
  margin-bottom: 1.3rem;
}

.baochi nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.baochi nav ul li a img {
  width: 185px;
  height: 125px;
  display: block;
}

.baochi nav ul li a p {
  width: calc(100% - 197px);
  padding-left: 1.2rem;
  text-align: justify;
  line-height: 25px;
  color: #8d8d8d;
  padding-right: 1rem;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.baochi nav ul li a p span {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  color: #000;
}

.tuvanmienphi {
  width: 100%;
}

.tuvanmienphi .boxtvmp {
  background: url(../img/72ppi/bgtv.jpg) left no-repeat;
  width: 100%;
  height: 116px;
  background-size: 100% 100%;
}

.tuvanmienphi .boxtvmp .khungv {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.tuvanmienphi .boxtvmp .khungv span {
  width: 400px;
  display: block;
  font-size: 1.3rem;
  position: relative;
  padding-left: 70px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 24px;
  color: #fff;
}

.tuvanmienphi .boxtvmp .khungv span strong {
  display: block;
  font-size: 2rem;
  color: #fff;
}

.tuvanmienphi .boxtvmp .khungv span:before {
  content: "";
  background: url("../img/SVG/call.svg") left no-repeat;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.tuvanmienphi .boxtvmp .khungv .formsdt {
  width: calc(100% - 450px);
  padding-left: 50px;
  position: relative;
  top: 46px;
}

.tuvanmienphi .boxtvmp .khungv .formsdt form input[name="sodienthoai"] {
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 350px;
  border: none;
  color: #000;
  font-size: 1.5rem;
  background-color: #fff;
}

.tuvanmienphi .boxtvmp .khungv .formsdt form input[name="sodienthoai"]::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8d8d8d;
  font-style: italic;
}

.tuvanmienphi .boxtvmp .khungv .formsdt form input[name="sodienthoai"]:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8d8d8d;
  font-style: italic;
}

.tuvanmienphi .boxtvmp .khungv .formsdt form input[name="sodienthoai"]::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8d8d8d;
  font-style: italic;
}

.tuvanmienphi .boxtvmp .khungv .formsdt form input[name="sodienthoai"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8d8d8d;
  font-style: italic;
}

.tuvanmienphi .boxtvmp .khungv .formsdt form input[name="sodienthoai"]::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8d8d8d;
  font-style: italic;
}

.tuvanmienphi .boxtvmp .khungv .formsdt form input[name="sodienthoai"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8d8d8d;
  font-style: italic;
}

.tuvanmienphi .boxtvmp .khungv .formsdt form input[type="submit"] {
  padding: 1rem;
  border: none;
  width: 60px;
  background-color: #fff;
  color: #000;
  font-size: 1.5rem;
}

.hotlinefooter {
  width: 100%;
}

.hotlinefooter .boxfooter {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hotlinefooter .boxfooter nav {
  width: 100%;
}

.hotlinefooter .boxfooter nav ul {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hotlinefooter .boxfooter nav ul li {
  margin-bottom: 1rem;
}

.hotlinefooter .boxfooter nav ul li a {
  display: block;
}

.hotlinefooter .boxfooter nav ul li a img {
  width: 100%;
  display: block;
  max-width: 252px;
  max-height: 79px;
}

.hotlinefooter .boxfooter nav ul li .infof {
  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;
}

.hotlinefooter .boxfooter nav ul li .infof img {
  width: 50px;
  height: 50px;
  display: block;
}

.hotlinefooter .boxfooter nav ul li .infof span {
  width: calc(100% - 60px);
  padding-left: 10px;
  color: #8d8d8d;
  display: block;
  font-size: 1.6rem;
}

.hotlinefooter .boxfooter nav ul li .infof span strong {
  color: #000;
  display: block;
}

.hotlinefooter .boxfooter nav ul li:first-child a img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 250px;
}

.contentcon {
  width: 100%;
}

.contentcon .boxcontentcon {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contentcon .boxcontentcon .contentinfo {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contentcon .boxcontentcon .contentinfo .showcontent {
  width: 100%;
}

.contentcon .boxcontentcon .contentinfo .showcontent nav ul li {
  padding: 2rem 0;
  border-bottom: 1px solid #ccc;
}

.contentcon .boxcontentcon .contentinfo .showcontent nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.contentcon .boxcontentcon .contentinfo .showcontent nav ul li a img {
  width: 150px;
  height: 125px;
}

.contentcon .boxcontentcon .contentinfo .showcontent nav ul li a .tomtatb {
  width: calc(100% - 170px);
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contentcon .boxcontentcon .contentinfo .showcontent nav ul li a .tomtatb span {
  display: block;
  color: #5d5d5d;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.contentcon .boxcontentcon .contentinfo .showcontent nav ul li a .tomtatb p {
  padding: 1rem 0;
  text-align: justify;
  color: #5d5d5d;
  font-size: 1.4rem;
}

footer {
  width: 100%;
  background-color: #333333;
}

footer .infofooter {
  width: 100%;
  padding: 0rem 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 2rem;
}

footer .infofooter nav {
  width: 100%;
}

footer .infofooter nav ul li img {
  width: 100%;
}

footer .infofooter nav ul li span {
  display: block;
  font-size: 2.3rem;
  color: #fff;
  padding: 2rem 0;
}

footer .infofooter nav ul li form {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

footer .infofooter nav ul li form input {
  padding: 1.3rem;
  border: none;
  font-size: 1.6rem;
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1.5rem;
  border-radius: .5rem;
}

footer .infofooter nav ul li form textarea {
  padding: 1.3rem;
  border: none;
  font-size: 1.6rem;
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1.5rem;
  border-radius: .5rem;
  width: 100%;
  height: 151px;
}

footer .infofooter nav ul li form button {
  padding: 1rem;
  width: 160px;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  border: none;
  font-size: 2rem;
  background-color: #f04241;
}

footer .infofooter nav ul li:last-child a {
  display: block;
  margin-top: 1.8rem;
}

footer .infofooter nav ul li:last-child a img {
  width: 100%;
}

@media only screen and (min-width: 414px) and (max-width: 650px) {
  .nhapsdt form input {
    padding: 1rem;
  }
  .topmb nav ul li .mt .logo img {
    max-width: 200px;
  }
  .infochungtoi .boxinfochungtoi img {
    max-width: 250px;
  }
  .chuyenkhoa .boxchuyenkhoa nav ul li a img {
    width: 60px;
    height: 60px;
  }
  .chuyenkhoa .boxchuyenkhoa nav ul li a span {
    font-size: 1.6rem;
  }
  .baochi nav ul li a img {
    width: 110px;
    height: 75px;
  }
  .baochi nav ul li a p {
    width: calc(100% - 110px);
    line-height: 20px;
  }
  .baochi nav ul li a p span {
    font-size: 1.35rem;
  }
  .contentcon .boxcontentcon .contentinfo .showcontent nav ul li a img {
    width: 110px;
    height: 85px;
  }
  .contentcon .boxcontentcon .contentinfo .showcontent nav ul li a .tomtatb {
    width: calc(100% - 110px);
  }
  .contentcon .boxcontentcon .contentinfo .showcontent nav ul li a .tomtatb span {
    font-size: 1.5rem;
  }
  .contentcon .boxcontentcon .contentinfo .showcontent nav ul li a .tomtatb p {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 390px) and (max-width: 413px) {
  .nhapsdt form input {
    padding: 1rem;
  }
  .topmb nav ul li .mt .logo img {
    max-width: 220px;
  }
  .infochungtoi .boxinfochungtoi img {
    max-width: 250px;
  }
  .chuyenkhoa .boxchuyenkhoa nav ul li a img {
    width: 50px;
    height: 50px;
  }
  .chuyenkhoa .boxchuyenkhoa nav ul li a span {
    font-size: 1.6rem;
  }
  .baochi nav ul li a img {
    width: 110px;
    height: 75px;
  }
  .baochi nav ul li a p {
    width: calc(100% - 110px);
    line-height: 20px;
  }
  .baochi nav ul li a p span {
    font-size: 1.3rem;
  }
  .contentcon .boxcontentcon .contentinfo .showcontent nav ul li a img {
    width: 110px;
    height: 85px;
  }
  .contentcon .boxcontentcon .contentinfo .showcontent nav ul li a .tomtatb {
    width: calc(100% - 110px);
  }
  .contentcon .boxcontentcon .contentinfo .showcontent nav ul li a .tomtatb span {
    font-size: 1.5rem;
  }
  .contentcon .boxcontentcon .contentinfo .showcontent nav ul li a .tomtatb p {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 375px) and (max-width: 389px) {
  .nhapsdt form input {
    padding: 1rem;
  }
  .topmb nav ul li .mt .logo img {
    max-width: 180px;
  }
  .infochungtoi .boxinfochungtoi img {
    max-width: 250px;
  }
  .chuyenkhoa .boxchuyenkhoa nav ul li a img {
    width: 50px;
    height: 50px;
  }
  .chuyenkhoa .boxchuyenkhoa nav ul li a span {
    font-size: 1.6rem;
  }
  .baochi nav ul li a img {
    width: 110px;
    height: 75px;
  }
  .baochi nav ul li a p {
    width: calc(100% - 110px);
    line-height: 20px;
  }
  .baochi nav ul li a p span {
    font-size: 1.3rem;
  }
  .contentcon .boxcontentcon .contentinfo .showcontent nav ul li a img {
    width: 110px;
    height: 85px;
  }
  .contentcon .boxcontentcon .contentinfo .showcontent nav ul li a .tomtatb {
    width: calc(100% - 110px);
  }
  .contentcon .boxcontentcon .contentinfo .showcontent nav ul li a .tomtatb span {
    font-size: 1.5rem;
  }
  .contentcon .boxcontentcon .contentinfo .showcontent nav ul li a .tomtatb p {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .topmb nav ul li .mt .logo img {
    max-width: 180px;
  }
  .infochungtoi .boxinfochungtoi img {
    max-width: 200px;
  }
  .chuyenkhoa .boxchuyenkhoa nav ul li a img {
    width: 50px;
    height: 50px;
  }
  .chuyenkhoa .boxchuyenkhoa nav ul li a span {
    font-size: 1.5rem;
  }
  .baochi nav ul li a img {
    width: 110px;
    height: 60px;
  }
  .baochi nav ul li a p {
    width: calc(100% - 110px);
    line-height: 20px;
  }
  .baochi nav ul li a p span {
    font-size: 1.1rem;
  }
  .contentcon .boxcontentcon .contentinfo .showcontent nav ul li a img {
    width: 110px;
    height: 85px;
  }
  .contentcon .boxcontentcon .contentinfo .showcontent nav ul li a .tomtatb {
    width: calc(100% - 110px);
  }
  .contentcon .boxcontentcon .contentinfo .showcontent nav ul li a .tomtatb span {
    font-size: 1.4rem;
  }
  .contentcon .boxcontentcon .contentinfo .showcontent nav ul li a .tomtatb p {
    font-size: 1.3rem;
  }
}
/*# sourceMappingURL=style.css.map */