/*@import "home";*/
@font-face {
  font-family: UVN_BenXuan;
  src: url("../fonts/UVN%20Ben%20Xuan.html"); }
@font-face {
  font-family: Avo;
  src: url("../fonts/UTMAvo_1.ttf"); }
@font-face {
  font-family: AvoBold;
  src: url("../fonts/UTMAvoBold_1.ttf"); }
@font-face {
  font-family: Myriad;
  src: url("../fonts/MyriadPro_Regular.otf"); }
@font-face {
  font-family: MyriadBold;
  src: url("../fonts/MYRIADPRO-BOLD.OTF"); }
@font-face {
  font-family: Aurora;
  src: url("../fonts/UTM%20Aurora.ttf"); }
@font-face {
  font-family: Segoe;
  src: url("../fonts/Segoe_UI_Bold.ttf"); }
body {
  font-size: 17px;
  font-family: Arial;
  color: #3e3333; }
  @media (max-width: 1200px) {
    body {
      font-size: 17px; } }

html,
body {
  /*overflow-x: hidden;*/ }

a:hover {
  color: #f3ea20; }

/* Lists */
ul {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

.p-l-4 {
  padding-left: 40px; }

input:focus {
  outline: none;
  box-shadow: none; }

.p-25 {
  padding: 25px 0px; }

.p-40 {
  padding: 40px; }

.p-t-25 {
  padding-top: 50px; }

/* Container */
#container {
  position: relative;
  /*  padding: 20px 40px;
padding-top: 80px;*/ }

.color-red-light {
  color: #c1272d; }

.color-cam {
  color: #f15a24; }

.color-pink {
  color: #fb0e66; }

.color-green {
  color: #1ad99d; }

img {
  max-width: 100%;
  display: block;
  margin: auto; }

/* Menu Button */
.menu-res {
  margin-top: -46px;
  background: #e1f4fd;
  color: #f5bc35;
  background: transparent;
  border-radius: 5px;
  font-size: 17px;
  text-align: center;
  cursor: pointer;
  border: 0;
  margin-right: 30px; }

.menu-res:focus {
  outline: none; }

.menu-btn:hover {
  opacity: 0.6; }

/* Header */
.site-header {
  position: fixed;
  background: #000;
  color: #FFF;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  z-index: 9998; }

/* Footer */
.site-footer {
  position: relative;
  border-top: 1px solid #EEE;
  color: #999;
  padding: 10px;
  font-size: 0.8em;
  text-align: center; }

.lh-35 {
  line-height: 35px; }

.pt-15 {
  padding-top: 15px; }

button {
  cursor: pointer;
  border: none;
  outline: none; }
  button:active {
    outline: none; }
  button:focus {
    outline: none;
    box-shadow: none; }

.btn:focus {
  outline: none;
  box-shadow: none; }

@media (max-width: 992px) {
  .h-100 {
    height: auto !important; } }

.breadcrumb-item + .breadcrumb-item::before {
  content: '>>';
  padding-left: 10px; }

.bold {
  font-weight: bold; }

.color-blue {
  color: #134F8B; }

.color1 {
  background: #4AD395; }

.color2 {
  background: #FFB229; }

.color3 {
  background: #FFD506; }

.color4 {
  background: #41DFEF; }

.color5 {
  background: #E78EA9; }

.color6 {
  background: #E9D5DA; }

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: grid; }

.ml-20 {
  margin-left: 20px; }

.pl-20 {
  padding-left: 20px; }

@media (min-width: 1200px) {
  .h-90 {
    height: 90% !important; } }

.mt-10 {
  margin-top: 10px; }

.mb-13 {
  margin-bottom: 13px; }

.pb-10 {
  padding-bottom: 10px !important; }

a:hover {
  text-decoration: none; }

::-webkit-scrollbar {
  height: 14px;
  width: 6px; }

::-webkit-scrollbar-track-piece {
  background: rgba(0, 0, 0, 0.2);
  border: 4px solid rgba(0, 0, 0, 0.2); }

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border: 4px solid rgba(0, 0, 0, 0.2); }

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px; }

/*# sourceMappingURL=demo.css.map */
.dk {
  padding-bottom: 35px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 27px;
  font-size: 17px;
  /*padding: 40px 20px;*/
  height: 100%; }
  .dk img {
    /*padding-bottom: 30px;*/ }
  .dk h4.title {
    text-transform: inherit;
    font-weight: normal;
    position: relative;
    padding-left: 35px;
    display: flex;
    color: #91070c; }
    .dk h4.title:before {
      content: '';
      position: absolute;
      left: 0;
      background: url("../images/dk/icon_title.svg");
      width: 29px;
      height: 26px; }
    .dk h4.title:after {
      content: '';
      background: url(../images/dk/line.png) no-repeat center center;
      height: 17px;
      background-size: contain;
      flex-grow: 1;
      margin-left: 16px;
      margin-top: 6px; }
  .dk .block1 {
    background-color: #fffdf0;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
    position: relative;
    padding-bottom: 80px; }
    .dk .block1 .item {
      position: relative;
      max-width: 418px;
      height: 153px;
      margin: 20px auto; }
      @media (max-width: 1400px) {
        .dk .block1 .item {
          margin: 20px auto; } }
      @media (max-width: 767px) {
        .dk .block1 .item {
          height: 112px; } }
      .dk .block1 .item .b_item {
        position: absolute;
        width: 64%;
        left: 21%;
        top: 25%; }
        @media (max-width: 567px) {
          .dk .block1 .item .b_item {
            top: 17%;
            font-size: 17px;
            line-height: 18px; } }
        @media (min-width: 568px) and (max-width: 767px) {
          .dk .block1 .item .b_item {
            width: 44%;
            top: 17%;
            font-size: 13px;
            line-height: 18px;
            left: 16%; } }
      .dk .block1 .item:nth-child(1) {
        background: url("../images/dk/dk1.svg") no-repeat; }
      .dk .block1 .item:nth-child(2) {
        background: url("../images/dk/dk2.svg") no-repeat; }
      .dk .block1 .item:nth-child(3) {
        background: url("../images/dk/dk3.svg") no-repeat; }
        .dk .block1 .item:nth-child(3) .b_item {
          left: 16%; }
      .dk .block1 .item:nth-child(4) {
        background: url("../images/dk/dk4.svg") no-repeat; }
        .dk .block1 .item:nth-child(4) .b_item {
          left: 16%; }
  .dk .dk_block2 {
    margin-top: -75px; }
    .dk .dk_block2 .b_item {
      background: url(../images/dk/dk5.svg) no-repeat;
      min-height: 138px;
      width: 100%;
      position: relative;
      display: flex;
      align-items: center;
      background-size: cover;
      margin-top: 20px; }
      @media (max-width: 767px) {
        .dk .dk_block2 .b_item {
          display: block;
          background: transparent; } }
      .dk .dk_block2 .b_item p {
        position: absolute; }
        @media (max-width: 767px) {
          .dk .dk_block2 .b_item p {
            position: initial; } }
        .dk .dk_block2 .b_item p:nth-child(1) {
          flex: 1;
          left: 12%; }
        .dk .dk_block2 .b_item p:nth-child(2) {
          margin: 0 38px;
          right: 11%;
          left: 42%;
          flex: 1.5;
          right: 10%; }
          @media (max-width: 767px) {
            .dk .dk_block2 .b_item p:nth-child(2) {
              margin: 0; } }
          @media (min-width: 768px) and (max-width: 992px) {
            .dk .dk_block2 .b_item p:nth-child(2) {
              margin: 0;
              left: 68%;
              right: 0; } }
          @media (min-width: 992px) and (max-width: 1400px) {
            .dk .dk_block2 .b_item p:nth-child(2) {
              left: 46%; } }
  .dk .dk_block {
    padding: 40px; }
  .dk .dk_block3 {
    background: #f0f9ff;
    border-top-right-radius: 27px;
    border-top-left-radius: 27px;
    padding-bottom: 300px; }
  .dk .dk_block4 {
    margin-top: -300px; }
    .dk .dk_block4 .item {
      position: relative;
      min-height: 515px;
      background-position: center;
      background-size: contain;
      font-size: 17px;
      background-repeat: no-repeat; }
      @media (max-width: 1600px) {
        .dk .dk_block4 .item {
          font-size: 17px;
          min-height: 444px; } }
      @media (max-width: 1400px) {
        .dk .dk_block4 .item {
          line-height: 18px; } }
      @media (max-width: 992px) {
        .dk .dk_block4 .item {
          background-image: initial !important;
          min-height: 200px; } }
      .dk .dk_block4 .item:nth-child(1) {
        background-image: url("../images/dk/2d.b1.png"); }
        @media (max-width: 992px) {
          .dk .dk_block4 .item:nth-child(1):before {
            background: url("../images/dk/2.b1.png") no-repeat;
            content: '';
            position: absolute;
            width: 120px;
            height: 120px;
            border-radius: 50%; } }
      .dk .dk_block4 .item:nth-child(2) {
        background-image: url("../images/dk/2d.b2.png");
        position: relative; }
        @media (max-width: 767px) {
          .dk .dk_block4 .item:nth-child(2) {
            min-height: 650px; } }
        @media (min-width: 768px) and (max-width: 992px) {
          .dk .dk_block4 .item:nth-child(2) {
            min-height: 300px; } }
        @media (max-width: 767px) {
          .dk .dk_block4 .item:nth-child(2) > div {
            top: 20%; } }
        @media (min-width: 768px) and (max-width: 992px) {
          .dk .dk_block4 .item:nth-child(2) > div {
            top: 45%; } }
        @media (max-width: 992px) {
          .dk .dk_block4 .item:nth-child(2):before {
            background: url("../images/dk/2.b2.png") no-repeat;
            content: '';
            position: absolute;
            width: 120px;
            height: 120px;
            border-radius: 50%; } }
      .dk .dk_block4 .item:nth-child(3) {
        background-image: url("../images/dk/2d.b3.png");
        position: relative; }
        @media (max-width: 992px) {
          .dk .dk_block4 .item:nth-child(3):before {
            background: url("../images/dk/2.b3.png") no-repeat;
            content: '';
            position: absolute;
            width: 120px;
            height: 120px;
            border-radius: 50%; } }
      .dk .dk_block4 .item:nth-child(4) {
        background-image: url("../images/dk/2d.b4.png"); }
        @media (max-width: 992px) {
          .dk .dk_block4 .item:nth-child(4):before {
            background: url("../images/dk/2.b4.png") no-repeat;
            content: '';
            position: absolute;
            width: 120px;
            height: 120px;
            border-radius: 50%; } }
      .dk .dk_block4 .item > div {
        position: absolute;
        top: 25%;
        margin: 0 30px 0 12px;
        text-align: justify; }
        @media (max-width: 992px) {
          .dk .dk_block4 .item > div {
            top: 65%; } }
      .dk .dk_block4 .item .left {
        position: relative;
        padding-right: 40px;
        flex: 1; }
        .dk .dk_block4 .item .left:before {
          content: '';
          position: absolute;
          background: url(../images/dk/muiten.png) no-repeat;
          right: 6px;
          width: 21px;
          height: 95px;
          top: 25%; }
      .dk .dk_block4 .item .right {
        flex: 2;
        margin-top: -46px; }
        @media (max-width: 1600px) {
          .dk .dk_block4 .item .right {
            margin-top: -40px; } }
        .dk .dk_block4 .item .right p {
          margin-bottom: 0; }
  .dk .dk_block5 {
    position: relative; }
    .dk .dk_block5:before {
      position: absolute;
      content: '';
      background: #f7f5ff;
      height: 675px;
      width: 100%;
      left: 0;
      z-index: 0;
      bottom: 0; }
    @media (max-width: 767px) {
      .dk .dk_block5 {
        padding: 15px; } }
    .dk .dk_block5 .box {
      z-index: 9999; }
      .dk .dk_block5 .box .item {
        position: relative;
        padding-left: 185px;
        color: #00a3af;
        display: flex;
        height: auto;
        align-items: center; }
        @media (max-width: 567px) {
          .dk .dk_block5 .box .item {
            margin-bottom: 35px; } }
        @media (min-width: 568px) and (max-width: 992px) {
          .dk .dk_block5 .box .item {
            margin-bottom: 60px; } }
        .dk .dk_block5 .box .item:before {
          content: '';
          position: absolute;
          width: 171px;
          height: 176px;
          left: 0; }
        .dk .dk_block5 .box .item p {
          text-align: justify; }
    .dk .dk_block5 .box1 {
      padding-top: 40px; }
      .dk .dk_block5 .box1 .item img {
        padding-bottom: 0;
        margin-left: 0; }
      .dk .dk_block5 .box1 .item:nth-child(1):before {
        background: url("../images/dk/3.b1.png") no-repeat; }
      .dk .dk_block5 .box1 .item:nth-child(2) {
        color: #2280d6; }
        .dk .dk_block5 .box1 .item:nth-child(2):before {
          background: url("../images/dk/3.b2.png") no-repeat; }
          @media (min-width: 567px) and (max-width: 992px) {
            .dk .dk_block5 .box1 .item:nth-child(2):before {
              right: 0;
              left: unset; } }
        @media (min-width: 567px) and (max-width: 992px) {
          .dk .dk_block5 .box1 .item:nth-child(2) p {
            padding-right: 185px; } }
    .dk .dk_block5 .box2 .item:nth-child(2) p {
      padding-left: 30px; }
      @media (min-width: 567px) and (max-width: 992px) {
        .dk .dk_block5 .box2 .item:nth-child(2) p {
          padding-right: 185px;
          padding-left: 0; } }
      @media (max-width: 567px) {
        .dk .dk_block5 .box2 .item:nth-child(2) p {
          padding-left: 0; } }
    @media (min-width: 567px) and (max-width: 992px) {
      .dk .dk_block5 .box2 .item:nth-child(2):before {
        padding-left: 0;
        right: 0;
        left: unset !important;
        padding-right: 185px; } }
    .dk .dk_block5 .box2,
    .dk .dk_block5 .box4 {
      margin: 70px 10px 0 70px; }
      @media (max-width: 992px) {
        .dk .dk_block5 .box2,
        .dk .dk_block5 .box4 {
          margin-left: 0; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .dk .dk_block5 .box2,
        .dk .dk_block5 .box4 {
          margin: 0; } }
      .dk .dk_block5 .box2 .item:nth-child(1),
      .dk .dk_block5 .box4 .item:nth-child(1) {
        color: #ff7610; }
        .dk .dk_block5 .box2 .item:nth-child(1):before,
        .dk .dk_block5 .box4 .item:nth-child(1):before {
          background: url("../images/dk/3.b3.png") no-repeat; }
      .dk .dk_block5 .box2 .item:nth-child(2),
      .dk .dk_block5 .box4 .item:nth-child(2) {
        color: #1f517f;
        padding-left: 220px; }
        @media (max-width: 992px) {
          .dk .dk_block5 .box2 .item:nth-child(2),
          .dk .dk_block5 .box4 .item:nth-child(2) {
            padding-left: 185px; } }
        .dk .dk_block5 .box2 .item:nth-child(2):before,
        .dk .dk_block5 .box4 .item:nth-child(2):before {
          background: url("../images/dk/3.b4.png") no-repeat;
          left: 60px; }
          @media (max-width: 992px) {
            .dk .dk_block5 .box2 .item:nth-child(2):before,
            .dk .dk_block5 .box4 .item:nth-child(2):before {
              left: 0; } }
    @media (max-width: 1600px) {
      .dk .dk_block5 .box3 {
        flex-direction: column;
        padding: 50px 0; } }
    @media (max-width: 992px) {
      .dk .dk_block5 .box3 {
        padding: 0; } }
    .dk .dk_block5 .box3 .item:nth-child(1) {
      display: block;
      padding-left: 0;
      color: #3e3333; }
      .dk .dk_block5 .box3 .item:nth-child(1):before {
        display: none; }
      .dk .dk_block5 .box3 .item:nth-child(1) > div {
        /*text-indent: 4%;*/ }
      .dk .dk_block5 .box3 .item:nth-child(1) .text_c {
        flex-grow: 1; }
        @media (max-width: 1600px) {
          .dk .dk_block5 .box3 .item:nth-child(1) .text_c {
            display: none; } }
      .dk .dk_block5 .box3 .item:nth-child(1) .text_mb {
        text-align: justify; }
        @media (min-width: 1600px) {
          .dk .dk_block5 .box3 .item:nth-child(1) .text_mb {
            display: none; } }
      .dk .dk_block5 .box3 .item:nth-child(1) img {
        padding-bottom: 0;
        margin: auto;
        margin-right: 10px; }
        @media (max-width: 767px) {
          .dk .dk_block5 .box3 .item:nth-child(1) img {
            margin-right: auto; } }
      .dk .dk_block5 .box3 .item:nth-child(1) p {
        margin-bottom: 5px; }
        @media (max-width: 1600px) {
          .dk .dk_block5 .box3 .item:nth-child(1) p {
            display: none; } }
      .dk .dk_block5 .box3 .item:nth-child(1) .dong1 {
        margin-left: -10px; }
      .dk .dk_block5 .box3 .item:nth-child(1) .dong2 {
        margin-left: -20px; }
      .dk .dk_block5 .box3 .item:nth-child(1) .dong3 {
        margin-left: -52px; }
      .dk .dk_block5 .box3 .item:nth-child(1) .dong4 {
        margin-left: -15px; }
      .dk .dk_block5 .box3 .item:nth-child(1) .dong5 {
        margin-left: -92px; }
    .dk .dk_block5 .box3 .item:nth-child(2) {
      color: #3e3333;
      margin-top: -80px;
      padding-left: 153px; }
      @media (min-width: 768px) and (max-width: 1600px) {
        .dk .dk_block5 .box3 .item:nth-child(2) {
          margin-top: 0px;
          padding-left: 0;
          padding-right: 185px; } }
      @media (max-width: 768px) {
        .dk .dk_block5 .box3 .item:nth-child(2) {
          margin-top: 0;
          margin-bottom: 70px; } }
      .dk .dk_block5 .box3 .item:nth-child(2):before {
        background: url("../images/dk/3.b6.png") no-repeat;
        margin-left: 25px; }
        @media (max-width: 1600px) {
          .dk .dk_block5 .box3 .item:nth-child(2):before {
            margin-left: 0;
            right: 0;
            left: inherit;
            padding-left: 0;
            top: -77px; } }
        @media (max-width: 767px) {
          .dk .dk_block5 .box3 .item:nth-child(2):before {
            left: 0;
            top: -38px; } }
      .dk .dk_block5 .box3 .item:nth-child(2) p {
        padding-left: 50px;
        color: #5344c2; }
        @media (max-width: 1600px) {
          .dk .dk_block5 .box3 .item:nth-child(2) p {
            padding-left: 186px;
            margin-top: -24px; } }
        @media (max-width: 767px) {
          .dk .dk_block5 .box3 .item:nth-child(2) p {
            padding-left: 20px; } }
    .dk .dk_block5 .box4 {
      margin-top: 10px; }
      @media (max-width: 1600px) {
        .dk .dk_block5 .box4 {
          display: flex;
          flex-direction: column-reverse;
          margin-left: 0; } }
      @media (max-width: 1600px) {
        .dk .dk_block5 .box4 .show_large {
          display: none; } }
      @media (max-width: 767px) {
        .dk .dk_block5 .box4 .show-mb {
          margin-left: 170px; } }
      .dk .dk_block5 .box4 .item {
        display: block;
        padding-left: 0;
        flex: 1; }
        @media (max-width: 992px) {
          .dk .dk_block5 .box4 .item {
            margin-bottom: 20px; } }
        .dk .dk_block5 .box4 .item img {
          float: left;
          padding-bottom: 0; }
        .dk .dk_block5 .box4 .item:before {
          display: none; }
        .dk .dk_block5 .box4 .item:nth-child(1) {
          color: #3e3333;
          position: relative;
          display: flex; }
          @media (max-width: 1600px) {
            .dk .dk_block5 .box4 .item:nth-child(1) {
              flex-direction: row-reverse; } }
          @media (max-width: 767px) {
            .dk .dk_block5 .box4 .item:nth-child(1) {
              display: block; } }
          .dk .dk_block5 .box4 .item:nth-child(1):after {
            content: '';
            position: absolute;
            background: url(../images/dk/muiten.png) no-repeat;
            width: 21px;
            height: 95px;
            bottom: 17px;
            right: -36px; }
            @media (max-width: 1600px) {
              .dk .dk_block5 .box4 .item:nth-child(1):after {
                display: none; } }
          @media (max-width: 1600px) {
            .dk .dk_block5 .box4 .item:nth-child(1) .large {
              display: none; } }
          @media (min-width: 1600px) {
            .dk .dk_block5 .box4 .item:nth-child(1) .desktop {
              display: none; } }
          .dk .dk_block5 .box4 .item:nth-child(1) .desktop p {
            text-indent: 0;
            padding-right: 20px; }
          .dk .dk_block5 .box4 .item:nth-child(1) p {
            text-indent: 5%;
            margin-bottom: 0; }
            @media (max-width: 992px) {
              .dk .dk_block5 .box4 .item:nth-child(1) p {
                text-indent: 0; } }
          .dk .dk_block5 .box4 .item:nth-child(1) .dong1 {
            margin-left: 10px; }
          .dk .dk_block5 .box4 .item:nth-child(1) .dong11 {
            margin-left: 10px; }
          .dk .dk_block5 .box4 .item:nth-child(1) .dong2 {
            margin-left: 10px; }
          .dk .dk_block5 .box4 .item:nth-child(1) .dong3 {
            margin-left: 10px; }
          .dk .dk_block5 .box4 .item:nth-child(1) .dong4 {
            margin-left: -15px; }
            @media (max-width: 767px) {
              .dk .dk_block5 .box4 .item:nth-child(1) .dong4 {
                margin-left: 0; } }
        .dk .dk_block5 .box4 .item:nth-child(2) {
          color: #3e3333;
          margin-top: -120px;
          padding-left: 50px; }
          @media (max-width: 1600px) {
            .dk .dk_block5 .box4 .item:nth-child(2) {
              margin-top: 0;
              padding-left: 0;
              display: flex; } }
          @media (max-width: 767px) {
            .dk .dk_block5 .box4 .item:nth-child(2) {
              display: block; } }
          .dk .dk_block5 .box4 .item:nth-child(2) div {
            margin-top: 54px;
            text-align: justify; }
            @media (max-width: 1600px) {
              .dk .dk_block5 .box4 .item:nth-child(2) div {
                padding-right: 165px;
                margin-top: 0px; } }
            @media (max-width: 767px) {
              .dk .dk_block5 .box4 .item:nth-child(2) div {
                padding-right: 15px;
                margin-top: -50px; } }
            @media (max-width: 567px) {
              .dk .dk_block5 .box4 .item:nth-child(2) div {
                padding-right: 0; } }
          @media (min-width: 1600px) {
            .dk .dk_block5 .box4 .item:nth-child(2) .show-mb {
              display: none; } }
          .dk .dk_block5 .box4 .item:nth-child(2) img {
            margin-right: 10px; }
            @media (max-width: 1600px) {
              .dk .dk_block5 .box4 .item:nth-child(2) img {
                margin-top: -63px; } }
          .dk .dk_block5 .box4 .item:nth-child(2) p {
            text-indent: 5%; }
            @media (max-width: 1600px) {
              .dk .dk_block5 .box4 .item:nth-child(2) p {
                text-indent: 0; } }
          .dk .dk_block5 .box4 .item:nth-child(2) .dong22 {
            text-indent: -3%; }
            @media (max-width: 1600px) {
              .dk .dk_block5 .box4 .item:nth-child(2) .dong22 {
                text-indent: 0; } }
          .dk .dk_block5 .box4 .item:nth-child(2) .dong21 {
            text-indent: -8%; }
            @media (max-width: 1600px) {
              .dk .dk_block5 .box4 .item:nth-child(2) .dong21 {
                text-indent: 0; } }
          .dk .dk_block5 .box4 .item:nth-child(2) .dong23 {
            text-indent: 0; }
        @media (max-width: 1600px) {
          .dk .dk_block5 .box4 .item .note7 {
            display: none !important; } }
        @media (max-width: 1600px) {
          .dk .dk_block5 .box4 .item .note8 {
            display: block !important; } }
  .dk .bg-nen {
    background: #fff3fb;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px; }
  .dk .dk_block6 {
    background: rgba(255, 255, 255, 0.95);
    position: relative; }
    .dk .dk_block6:before {
      position: absolute;
      content: '';
      background: #fff3fb;
      height: 255px;
      width: 100%;
      left: 0;
      z-index: 0;
      top: 0; }
    .dk .dk_block6 .box {
      background: url("../images/dk/4.bg.png") no-repeat center;
      height: 560px;
      position: relative;
      background-size: contain; }
      @media (max-width: 567px) {
        .dk .dk_block6 .box {
          height: 300px; } }
      @media (min-width: 568px) and (max-width: 767px) {
        .dk .dk_block6 .box {
          height: 400px; } }
      .dk .dk_block6 .box .line {
        position: absolute;
        font-style: italic;
        left: 20%;
        right: 30%;
        text-align: justify; }
        @media (min-width: 568px) and (max-width: 767px) {
          .dk .dk_block6 .box .line {
            font-size: 13px; } }
        @media (max-width: 567px) {
          .dk .dk_block6 .box .line {
            font-size: 10px; } }
        @media (max-width: 390px) {
          .dk .dk_block6 .box .line {
            font-size: 9px; } }
        @media (width: 768px) {
          .dk .dk_block6 .box .line {
            left: 10%; } }
        .dk .dk_block6 .box .line.line1 {
          top: 15%; }
          @media (max-width: 567px) {
            .dk .dk_block6 .box .line.line1 {
              top: 17%;
              left: 6%; } }
          @media (max-width: 380px) {
            .dk .dk_block6 .box .line.line1 {
              top: 20%; } }
          @media (min-width: 568px) and (max-width: 767px) {
            .dk .dk_block6 .box .line.line1 {
              top: 16%;
              left: 10%; } }
        .dk .dk_block6 .box .line.line2 {
          top: 45%;
          left: 30%;
          right: 20%; }
          @media (max-width: 567px) {
            .dk .dk_block6 .box .line.line2 {
              top: 43%;
              left: 20%;
              right: 6%;
              line-height: 14px; } }
          @media (min-width: 568px) and (max-width: 768px) {
            .dk .dk_block6 .box .line.line2 {
              top: 43%;
              left: 22%;
              right: 10%; } }
        .dk .dk_block6 .box .line.line3 {
          bottom: 10%; }
          @media (min-width: 992px) and (max-width: 1400px) {
            .dk .dk_block6 .box .line.line3 {
              bottom: 7%; } }
          @media (max-width: 567px) {
            .dk .dk_block6 .box .line.line3 {
              right: 20%;
              left: 5%;
              bottom: 13%; } }
          @media (max-width: 380px) {
            .dk .dk_block6 .box .line.line3 {
              bottom: 15%; } }
          @media (min-width: 568px) and (max-width: 767px) {
            .dk .dk_block6 .box .line.line3 {
              left: 7%;
              bottom: 10%;
              right: 20%; } }
  .dk .dk_block71 {
    background: #fffdf0;
    padding-bottom: 270px !important;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px; }
  .dk .dk_block7 {
    margin-top: -270px; }
    @media (max-width: 767px) {
      .dk .dk_block7 {
        padding: 10px; } }
    .dk .dk_block7 .box {
      position: relative;
      background: #fff;
      display: flex;
      align-items: center;
      margin-bottom: 25px;
      border-radius: 5px;
      box-shadow: 0 2px 6px 2px #dbd1d1; }
      @media (max-width: 767px) {
        .dk .dk_block7 .box {
          padding: 15px; } }
      .dk .dk_block7 .box img {
        padding-bottom: 0; }
      .dk .dk_block7 .box p {
        margin-bottom: 0;
        text-align: justify; }
      .dk .dk_block7 .box.box-left {
        margin-left: 48px;
        padding-right: 20px; }
        @media (max-width: 767px) {
          .dk .dk_block7 .box.box-left {
            margin-left: 20px; } }
        .dk .dk_block7 .box.box-left img {
          margin: -5px 0 -10px -63px; }
          @media (max-width: 767px) {
            .dk .dk_block7 .box.box-left img {
              margin-left: -40px; } }
      .dk .dk_block7 .box.box-right {
        margin-right: 70px;
        padding-left: 20px; }
        @media (max-width: 767px) {
          .dk .dk_block7 .box.box-right {
            margin-right: 20px; } }
        .dk .dk_block7 .box.box-right img {
          margin: -5px -88px -10px 0px; }
          @media (max-width: 767px) {
            .dk .dk_block7 .box.box-right img {
              margin-right: -45px; } }
  .dk .title_child {
    font-weight: bold;
    font-size: 18px;
    color: #333; }
  .dk .dk_block8,
  .dk .dk_block9 {
    font-size: 18px; }
    @media (max-width: 1600px) {
      .dk .dk_block8,
      .dk .dk_block9 {
        font-size: 17px; } }
    @media (max-width: 992px) {
      .dk .dk_block8,
      .dk .dk_block9 {
        font-size: 14px;
        padding: 15px; } }
    @media (min-width: 992px) and (max-width: 1400px) {
      .dk .dk_block8,
      .dk .dk_block9 {
        font-size: 16px; } }
    .dk .dk_block8 .item img,
    .dk .dk_block9 .item img {
      margin: 0 12px !important; }
    .dk .dk_block8 .name,
    .dk .dk_block9 .name {
      height: 47px;
      background-image: linear-gradient(to right, #f9d83b, #f2ae10);
      border-radius: 24px;
      line-height: 47px;
      text-align: center;
      font-size: 20px;
      color: #fff;
      font-weight: bold;
      margin-bottom: 15px; }
      @media (max-width: 1600px) {
        .dk .dk_block8 .name,
        .dk .dk_block9 .name {
          font-size: 16px; } }
    .dk .dk_block8 .img,
    .dk .dk_block9 .img {
      display: flex;
      align-items: center;
      position: relative;
      justify-content: center;
      background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #f9d83b, #f2ae10) border-box;
      border-radius: 24px;
      border: 1px solid transparent;
      padding: 0 22px;
      margin-bottom: 15px; }
      .dk .dk_block8 .img span,
      .dk .dk_block9 .img span {
        font-size: 36px;
        color: #ca181c;
        font-family: MyriadBold; }
        @media (max-width: 1600px) {
          .dk .dk_block8 .img span,
          .dk .dk_block9 .img span {
            font-size: 30px; } }
      .dk .dk_block8 .img img,
      .dk .dk_block9 .img img {
        display: inline-block;
        margin: 0 3px; }
      .dk .dk_block8 .img p,
      .dk .dk_block9 .img p {
        margin-bottom: 0;
        text-align: left; }
      .dk .dk_block8 .img.img1,
      .dk .dk_block9 .img.img1 {
		height: 110px;
		text-align: left;}
      .dk .dk_block8 .img.img2,
      .dk .dk_block9 .img.img2 {
        height: 110px; }
  .dk .dk_block9 .name {
    background-image: linear-gradient(to right, #00b5c9, #0d6d99); }
  .dk .dk_block9 .img {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #00b5c9, #0d6d99) border-box; }
  .dk .purpose {
    background: url("../images/9.bg.png") no-repeat center;
    min-height: 265px;
    width: 100%;
    position: relative; }
    @media (max-width: 767px) {
      .dk .purpose {
        height: 90px;
        background: #fff; } }
    .dk .purpose .column1 {
      position: absolute;
      top: 3%;
      left: 9.5%;
      width: 30%;
      height: 90px;
      background: #f2d1d7;
      border-top-left-radius: 15px;
      border-bottom-left-radius: 47px;
      padding: 58px 30px;
      text-align: justify; }
      @media (max-width: 1600px) {
        .dk .purpose .column1 {
          left: 4%; } }
      @media (max-width: 1400px) {
        .dk .purpose .column1 {
          left: 0; } }
      @media (max-width: 767px) {
        .dk .purpose .column1 {
          width: 100%;
          position: inherit;
          border-radius: 0; } }
    .dk .purpose .column2 {
      position: absolute;
      width: 70%;
      text-align: justify;
      margin-bottom: 0;
      left: 44%;
      margin-right: 30px;
      top: 23%; }
      @media (max-width: 1400px) {
        .dk .purpose .column2 {
          left: 100%; } }
      @media (max-width: 767px) {
        .dk .purpose .column2 {
          width: 100%;
          top: 0;
          left: 0;
          position: inherit;
          padding: 15px; } }
  .dk .c_item {
    margin: 20px auto; }
    .dk .c_item .item {
      background-image: linear-gradient(to right, #00b5c9, #0d6d99);
      color: #fff;
      border-radius: 43px;
      padding: 19px;
      box-shadow: 0 2px 4px 2px #ccc;
      text-align: center; }
      @media (width: 1024px) {
        .dk .c_item .item {
          padding: 19px;
          font-size: 15px; } }
  .dk .dk_block81 .purpose {
    background: url("../images/dk/8.bg.png") no-repeat center;
    min-height: 135px;
    width: 100%;
    position: relative;
    background-size: contain; }
    @media (max-width: 992px) {
      .dk .dk_block81 .purpose {
        background: #fff; } }
    .dk .dk_block81 .purpose p {
      margin: 20px 118px;
      padding-top: 30px; }
      @media (max-width: 992px) {
        .dk .dk_block81 .purpose p {
          margin: 10px;
          padding-top: 10px; } }
  .dk .dk_block82 .step {
    background: #fff;
    border-radius: 43px;
    height: auto;
    /*overflow: hidden;*/
    box-shadow: 0 2px 5px 1px #c9baba;
    margin: 0 35px 20px; }
    @media (max-width: 767px) {
      .dk .dk_block82 .step {
        margin: 0 0 20px; } }
    .dk .dk_block82 .step .number {
      display: flex;
      align-items: center;
      font-size: 18px;
      font-weight: bold;
      white-space: nowrap;
      padding: 20px 40px 20px 20px;
      border-top-left-radius: 43px;
      border-bottom-left-radius: 43px; }
    .dk .dk_block82 .step .text {
      padding: 20px; }
    .dk .dk_block82 .step p {
      margin-bottom: 0; }
    .dk .dk_block82 .step.step1 .number {
      background: #8cd2e5;
      color: #00708e; }
    .dk .dk_block82 .step.step2 .number {
      background: #8de2cc;
      color: #148c4a; }
    .dk .dk_block82 .step.step3 .number {
      background: #b7c68f;
      color: #6f7f2b; }
    .dk .dk_block82 .step.step4 .number {
      background: #efca75;
      color: #8c5900; }
    .dk .dk_block82 .step.step4 .text {
      padding: 5px; }
    .dk .dk_block82 .step.step5 .number {
      background: #c6a289;
      color: #8c4d22; }
    .dk .dk_block82 .step.step6 .number {
      background: #c99fc1;
      color: #7c4277; }
    .dk .dk_block82 .step.step7 .number {
      background: #a1a1c6;
      color: #3a3a77; }
    .dk .dk_block82 .step.step8 .number {
      background: #9ab26f;
      color: #4a5b0d; }
    .dk .dk_block82 .step.step9 .number {
      background: #bda1e5;
      color: #64429b; }
    .dk .dk_block82 .step.step10 .number {
      background: #eda19d;
      color: #ad2828; }
  .dk .dk_block82 .column_two {
    padding: 25px 130px;
    position: relative; }
    @media (max-width: 767px) {
      .dk .dk_block82 .column_two {
        padding: 25px 0; } }
    .dk .dk_block82 .column_two:before {
      content: '';
      position: absolute;
      background: url("../images/dk/muiten_xanh.png") no-repeat;
      left: 0;
      right: 0;
      width: 163px;
      height: 43px;
      margin: auto;
      top: -20px; }
    .dk .dk_block82 .column_two h4 {
      color: #148c4a;
      font-weight: bold;
      font-size: 22px;
      background: #8de2cc;
      border-radius: 21px;
      text-align: center;
      padding: 10px; }
    .dk .dk_block82 .column_two .column {
      flex: 1;
      background: #fff;
      border-radius: 21px;
      box-shadow: 0 2px 5px 1px #e3d9d9;
      margin: 0 35px; }
      @media (max-width: 767px) {
        .dk .dk_block82 .column_two .column {
          margin: 0px; } }
      .dk .dk_block82 .column_two .column p {
        padding: 0 20px; }
  .dk .dk_block82 .line_two {
    margin-bottom: 20px; }
    .dk .dk_block82 .line_two .box {
      flex: 1;
      margin: 0 35px; }
      @media (max-width: 767px) {
        .dk .dk_block82 .line_two .box {
          margin: 0px;
          margin-bottom: 20px; } }
      @media (min-width: 992px) and (max-width: 1600px) {
        .dk .dk_block82 .line_two .box {
          margin: 0 5px; } }
      .dk .dk_block82 .line_two .box:nth-child(1) .text {
        padding: 22px; }
      .dk .dk_block82 .line_two .box:nth-child(1) .step {
        position: relative; }
        .dk .dk_block82 .line_two .box:nth-child(1) .step:before {
          content: '';
          position: absolute;
          background: url(../images/dk/next.png) no-repeat;
          width: 30px;
          height: 25px;
          left: 0;
          right: 0;
          margin: auto;
          bottom: -33px; }
      .dk .dk_block82 .line_two .box .step {
        margin-bottom: 45px; }
      .dk .dk_block82 .line_two .box .number {
        padding-right: 25px; }
      .dk .dk_block82 .line_two .box .text {
        padding: 10px; }
      .dk .dk_block82 .line_two .box .line_down {
        background: #fff;
        text-align: justify;
        border-radius: 21px;
        padding: 15px;
        box-shadow: 0 2px 5px 1px #c9baba; }
      .dk .dk_block82 .line_two .box .column_two {
        padding: 0; }
        .dk .dk_block82 .line_two .box .column_two .column {
          margin: 0; }
        .dk .dk_block82 .line_two .box .column_two:before {
          background: url(../images/dk/muiten_nau.png) no-repeat;
          top: -45px; }
      .dk .dk_block82 .line_two .box h4 {
        background: #efca75;
        color: #8c5900; }
  .dk .dk_block82 .step42 {
    margin: 0 35px 20px; }
    @media (max-width: 767px) {
      .dk .dk_block82 .step42 {
        margin: 0px; } }
    .dk .dk_block82 .step42 .text {
      padding: 20px !important; }
    .dk .dk_block82 .step42 .step {
      position: relative;
      margin-bottom: 45px; }
      .dk .dk_block82 .step42 .step:before {
        content: '';
        position: absolute;
        background: url(../images/dk/next.png) no-repeat;
        width: 30px;
        height: 25px;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -37px; }
    .dk .dk_block82 .step42 .column {
      background: #fff;
      border-radius: 21px;
      box-shadow: 0 2px 5px 1px #e3d9d9; }
      .dk .dk_block82 .step42 .column h4 {
        background: #efca75;
        color: #8c5900;
        font-weight: bold;
        border-radius: 21px;
        font-size: 15px;
        padding: 6px;
        text-align: center; }
      .dk .dk_block82 .step42 .column ul {
        font-size: 15px;
        margin-left: 45px; }
        .dk .dk_block82 .step42 .column ul li {
          list-style-type: disc; }
  .dk .dk_block82 .column_two7:before {
    background: url(../images/dk/muiten_tim.png) no-repeat; }
  .dk .dk_block82 .column_two7 h4 {
    color: #3a3a77;
    background: #a1a1c6; }
  .dk .dk_block82 .line-last {
    background-image: linear-gradient(to right, #00b5c9, #0d6d99);
    color: #fff;
    border-radius: 43px;
    padding: 19px;
    box-shadow: 0px 3px 4px 1px #ccc;
    font-weight: bold;
    text-align: center; }
  .dk .dk_block10 .purpose {
    background: url("../images/dk/9.bg.png") no-repeat center;
    min-height: 90px;
    width: 100%;
    position: relative; }
    @media (max-width: 992px) {
      .dk .dk_block10 .purpose {
        background: #fff !important; } }
    .dk .dk_block10 .purpose p {
      margin: 20px 135px;
      padding-top: 15px;
      text-align: justify; }
      @media (max-width: 1600px) {
        .dk .dk_block10 .purpose p {
          margin: 20px 50px; } }
      @media (max-width: 992px) {
        .dk .dk_block10 .purpose p {
          margin: 20px; } }
  .dk .dk_block10 .column {
    background: #fff;
    border-radius: 21px;
    box-shadow: 0 2px 5px 1px #e3d9d9;
    height: 100%; }
    .dk .dk_block10 .column p {
      padding: 0 15px 15px;
      text-align: justify; }
    .dk .dk_block10 .column h4 {
      background-image: linear-gradient(to right, #00b5c9, #0d6d99);
      color: #fff;
      font-size: 22px;
      font-weight: bold;
      border-radius: 21px;
      text-align: center;
      padding: 10px; }
      @media (max-width: 1600px) {
        .dk .dk_block10 .column h4 {
          font-size: 18px; } }
  .dk .dk_block10 .column_v h4 {
    background-image: linear-gradient(to right, #f9d83b, #f2ae10); }
  .dk .dk_block10 .c_item:nth-child(2) .item {
    padding: 7px; }

.thutuc {
  padding-bottom: 35px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 27px;
  font-size: 16px;
  height: 100%; }
  .thutuc h4.title {
    font-size: 18px;
    font-weight: bold;
    color: #720000;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0; }
    .thutuc h4.title:before {
      content: '';
      position: absolute;
      left: 0;
      width: 9px;
      height: 35px;
      background: #890000;
      top: -6px; }
  .thutuc h3.title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: justify;
    background: #fff;
    border-radius: 26px;
    box-shadow: 0 2px 5px 2px #ccc;
    position: relative;
    padding: 22px 40px 22px 50px; }
    .thutuc h3.title:before {
      content: '';
      position: absolute;
      background: #498205;
      width: 30px;
      height: 100%;
      left: 0;
      border-top-left-radius: 26px;
      border-bottom-left-radius: 26px;
      top: 0; }
  .thutuc .tt_block {
    padding: 40px; }
    @media (max-width: 767px) {
      .thutuc .tt_block {
        padding: 15px; } }
    .thutuc .tt_block.tt_block1 .item:nth-child(2) {
      background: transparent;
      padding: 0 !important; }
    .thutuc .tt_block .item {
      /*flex: 1;*/
      position: relative; }
      .thutuc .tt_block .item h5.name {
        font-size: 18px;
        font-weight: bold;
        color: #ce7a58;
        display: flex;
        align-items: center;
        background: #fff;
        border-radius: 26px;
        box-shadow: 0 2px 5px 2px #ccc;
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          .thutuc .tt_block .item h5.name {
            font-size: 14px; } }
        .thutuc .tt_block .item h5.name span {
          font-family: MyriadBold;
          font-size: 34px;
          height: 52px;
          min-width: 52px;
          border-radius: 50%;
          background: #ce7a58;
          display: block;
          color: #fff;
          text-align: center;
          line-height: 55px;
          margin-right: 10px; }
      .thutuc .tt_block .item .text {
        background: #fff;
        border-radius: 26px;
        box-shadow: 0 2px 5px 2px #ccc;
        padding: 23px;
        flex-grow: 1; }
        .thutuc .tt_block .item .text p {
          margin-bottom: 5px; }
      .thutuc .tt_block .item:nth-child(1) {
        padding-right: 40px; }
        @media (max-width: 767px) {
          .thutuc .tt_block .item:nth-child(1) {
            margin-bottom: 20px;
            padding-right: 15px; } }
      .thutuc .tt_block .item:nth-child(2) {
        background: #bacddd;
        padding: 5px; }
        .thutuc .tt_block .item:nth-child(2):before {
          content: '';
          position: absolute;
          background: url(../images/thutuc/1.arrow.png) no-repeat;
          width: 16px;
          height: 32px;
          left: -23px;
          top: 10px; }
          @media (max-width: 767px) {
            .thutuc .tt_block .item:nth-child(2):before {
              display: none; } }
    .thutuc .tt_block.tt_orange .item:nth-child(2):before {
      background: url(../images/thutuc/2.arrow.png) no-repeat !important; }
    .thutuc .tt_block.tt_orange .item .name {
      color: #029fa3; }
      .thutuc .tt_block.tt_orange .item .name span {
        background: #029fa3; }
    .thutuc .tt_block.tt_green .item:nth-child(2):before {
      background: url(../images/thutuc/3.arrow.png) no-repeat;
      top: 50%; }
    .thutuc .tt_block.tt_green .item .text {
      padding: 0; }
      .thutuc .tt_block.tt_green .item .text h5.name {
        box-shadow: none; }
        .thutuc .tt_block.tt_green .item .text h5.name span {
          background: #498205; }
      .thutuc .tt_block.tt_green .item .text p {
        padding: 10px 20px; }
    .thutuc .tt_block.tt_cam .item:nth-child(2):before {
      background: url(../images/thutuc/4.arrow.png) no-repeat; }
    .thutuc .tt_block.tt_cam .item .text h5.name span {
      background: #dd8800; }
  .thutuc .tt_block2 .item h5.name {
    color: #0c65a8; }
    .thutuc .tt_block2 .item h5.name span {
      background: #0c65a8; }
    .thutuc .tt_block2 .item h5.name.name_tim {
      color: #893770; }
      .thutuc .tt_block2 .item h5.name.name_tim span {
        background: #893770; }
  .thutuc .tt_block2 .item .text {
    margin-bottom: 20px; }
    .thutuc .tt_block2 .item .text h6 {
      color: #0c65a8;
      font-size: 16px;
      font-weight: bold; }
    .thutuc .tt_block2 .item .text p {
      margin-bottom: 10px; }
    .thutuc .tt_block2 .item .text img {
      margin-bottom: 15px; }
  .thutuc .tt_block2 .item .box-line {
    background: #bacddd;
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
    align-items: center;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .thutuc .tt_block2 .item .box-line {
        padding: 15px; } }
    .thutuc .tt_block2 .item .box-line .left {
      background: #fff;
      border-radius: 26px;
      box-shadow: 0 2px 5px 2px #898585c7;
      flex: 1;
      margin-right: 45px;
      padding: 15px 15px 0px 20px;
      position: relative; }
      @media (max-width: 767px) {
        .thutuc .tt_block2 .item .box-line .left {
          margin-right: 0; } }
      .thutuc .tt_block2 .item .box-line .left:before {
        content: '';
        position: absolute;
        background: url(../images/thutuc/5.arrow.png) no-repeat;
        width: 16px;
        height: 32px;
        right: -32px;
        top: 42%; }
      .thutuc .tt_block2 .item .box-line .left h6 {
        color: #0c65a8;
        font-size: 16px;
        font-weight: bold; }
    .thutuc .tt_block2 .item .box-line .right {
      flex: 1;
      padding-right: 15px; }
      @media (max-width: 767px) {
        .thutuc .tt_block2 .item .box-line .right {
          padding: 0; } }
  .thutuc .tt_block2 .item .box-blue-light {
    background: #bacddd;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    margin-bottom: 40px; }
  .thutuc .tt_block2 .text_tim h6 {
    color: #893770 !important; }
  .thutuc .tt_tim .box-line .left:before {
    background: url(../images/thutuc/6.arrow.png) no-repeat !important; }
  .thutuc .tt_pink h5.name {
    color: #c6005a !important; }
    .thutuc .tt_pink h5.name span {
      background: #c6005a !important; }
  .thutuc .tt_pink .item .text h6 {
    color: #c6005a !important; }
  .thutuc .tt_xanh h5.name {
    color: #15af83 !important; }
    .thutuc .tt_xanh h5.name span {
      background: #15af83 !important; }
  .thutuc .tt_xanh .item .text h6 {
    color: #15af83 !important; }
  .thutuc .tt_blue h5.name {
    color: #42429b !important; }
    .thutuc .tt_blue h5.name span {
      background: #42429b !important; }
  .thutuc .tt_blue .item .text h6 {
    color: #42429b !important; }
  .thutuc .tt_blue .text-box {
    margin: 0 80px;
    background: url("../images/thutuc/9.png") no-repeat center !important;
    height: 282px;
    background-size: contain !important;
    box-shadow: none !important; }
    @media (max-width: 992px) {
      .thutuc .tt_blue .text-box {
        background: #fff !important;
        height: auto; } }
    .thutuc .tt_blue .text-box .bao {
      margin: auto;
      justify-content: center;
      width: 84%; }
      @media (max-width: 1600px) {
        .thutuc .tt_blue .text-box .bao {
          width: 100%; } }
    .thutuc .tt_blue .text-box img {
      flex: 1;
      max-width: 235px;
      margin-bottom: 0;
      margin-top: 20px; }
    .thutuc .tt_blue .text-box .sum {
      flex-grow: 1;
      color: #43449c;
      margin-left: 45px;
      text-align: justify; }
      @media (max-width: 992px) {
        .thutuc .tt_blue .text-box .sum {
          margin-left: 0; } }
      .thutuc .tt_blue .text-box .sum p:nth-child(1) {
        margin-top: -16px;
        margin-left: 2px; }
      .thutuc .tt_blue .text-box .sum .line2 {
        position: relative;
        padding-left: 5px; }
        .thutuc .tt_blue .text-box .sum .line2:before {
          content: '';
          position: absolute;
          background: #43449c;
          height: 8px;
          width: 8px;
          border-radius: 50%;
          left: -10px;
          top: 7px; }
    @media (max-width: 992px) {
      .thutuc .tt_blue .text-box {
        margin: 0 10px; } }

.congdv {
  padding-bottom: 35px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 27px;
  font-size: 16px;
  height: 100%; }
  .congdv h4.title {
    font-size: 18px;
    font-weight: bold;
    color: #720000;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0; }
    .congdv h4.title:before {
      content: '';
      position: absolute;
      left: 0;
      width: 9px;
      height: 35px;
      background: #890000;
      top: -6px; }
  .congdv h3.title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: justify;
    background: #fff;
    border-radius: 26px;
    box-shadow: 0 2px 5px 2px #ccc;
    position: relative;
    padding: 22px 40px 22px 50px; }
    .congdv h3.title:before {
      content: '';
      position: absolute;
      background: #498205;
      width: 30px;
      height: 100%;
      left: 0;
      border-top-left-radius: 26px;
      border-bottom-left-radius: 26px;
      top: 0; }
  .congdv .pdf {
    padding: 20px; }

.tailieuth {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 27px;
  font-size: 16px;
  height: 100%;
  /*padding:20px 40px;*/ }
  .tailieuth .title {
    display: flex;
    align-items: center;
    padding: 20px 60px 0; }
    @media (max-width: 992px) {
      .tailieuth .title {
        padding-left: 20px; } }
    .tailieuth .title img {
      width: 65px;
      height: 110px;
      object-fit: contain;
      margin: inherit; }
    .tailieuth .title h4 {
      color: #890000;
      font-size: 18px;
      font-weight: bold;
      margin-left: 20px; }
  .tailieuth .content {
    background: transparent; }
    .tailieuth .content .item {
      display: flex;
      align-items: center;
      padding: 0 30px;
      margin-top: -25px; }
      @media (max-width: 992px) {
        .tailieuth .content .item {
          display: block;
          padding: 0; } }
      .tailieuth .content .item .img {
        margin-left: 50px; }
        @media (max-width: 992px) {
          .tailieuth .content .item .img {
            margin-left: 0; } }
      .tailieuth .content .item .text {
        margin: 0 25px; }
        .tailieuth .content .item .text p {
          text-align: justify; }
          @media (max-width: 992px) {
            .tailieuth .content .item .text p {
              padding-top: 20px; } }
        .tailieuth .content .item .text .more {
          display: flex;
          justify-content: end;
          margin-top: 10px; }
          @media (max-width: 992px) {
            .tailieuth .content .item .text .more {
              justify-content: flex-start; } }
          .tailieuth .content .item .text .more a {
            color: #890000;
            font-size: 18px;
            font-weight: bold;
            margin-left: 60px; }
            @media (max-width: 992px) {
              .tailieuth .content .item .text .more a {
                margin-left: 20px;
                white-space: nowrap; } }
  .tailieuth .pdf {
    margin-bottom: 30px; }
    @media (max-width: 992px) {
      .tailieuth .pdf {
        padding: 0 !important; } }
  .tailieuth .doc {
    margin: 30px 0; }
  .tailieuth .name {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 135px;
    margin-top: -30px;
    padding-right: 45px; }
    @media (max-width: 992px) {
      .tailieuth .name {
        padding-left: 20px;
        margin-top: 0; } }
  .tailieuth .block {
    background: #fff; }
    .tailieuth .block h6 {
      background: #d8d8d8;
      font-size: 18px;
      font-weight: bold;
      height: 41px;
      line-height: 41px;
      padding-left: 135px; }
      @media (max-width: 992px) {
        .tailieuth .block h6 {
          padding-left: 20px;
          margin-top: 0; } }
    .tailieuth .block .content_img img {
      padding: 10px 20px 30px; }

.khaisinh,
.khaitu {
  padding: 30px 40px; }
  @media (max-width: 767px) {
    .khaisinh,
    .khaitu {
      padding: 20px 15px; } }
  .khaisinh .color-blue,
  .khaitu .color-blue {
    color: #29abe2; }
  .khaisinh .note_img,
  .khaitu .note_img {
    font-style: italic;
    color: #bf5710;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
    /*font-size: 15px;*/ }
  .khaisinh .title h5,
  .khaitu .title h5 {
    color: #bf5710;
    font-size: 24px; }
    @media (max-width: 767px) {
      .khaisinh .title h5,
      .khaitu .title h5 {
        font-size: 21px;
        margin-top: 3px; } }
  .khaisinh .noidung_text,
  .khaitu .noidung_text {
    position: relative; }
    .khaisinh .noidung_text:before,
    .khaitu .noidung_text:before {
      position: absolute;
      content: '';
      background: url("../images/khaisinh/line_left.png") no-repeat;
      left: 0;
      top: 120px;
      height: 237px;
      width: 100%; }
      @media (max-width: 768px) {
        .khaisinh .noidung_text:before,
        .khaitu .noidung_text:before {
          display: none; } }
    .khaisinh .noidung_text:after,
    .khaitu .noidung_text:after {
      position: absolute;
      content: '';
      background: url(../images/khaisinh/line_right.png) no-repeat;
      right: -15px;
      top: 3px;
      height: 790px;
      width: 89%;
      background-size: contain; }
      @media (max-width: 768px) {
        .khaisinh .noidung_text:after,
        .khaitu .noidung_text:after {
          display: none; } }
    .khaisinh .noidung_text .tieudemuc,
    .khaitu .noidung_text .tieudemuc {
      display: flex;
      align-items: center; }
      .khaisinh .noidung_text .tieudemuc img,
      .khaitu .noidung_text .tieudemuc img {
        height: 100%;
        width: 107px;
        margin: inherit;
        padding: 0; }
        @media (max-width: 767px) {
          .khaisinh .noidung_text .tieudemuc img,
          .khaitu .noidung_text .tieudemuc img {
            height: 100%;
            width: 55px; } }
      .khaisinh .noidung_text .tieudemuc .title,
      .khaitu .noidung_text .tieudemuc .title {
        margin-top: 32px;
        margin-left: 25px; }
        @media (max-width: 992px) {
          .khaisinh .noidung_text .tieudemuc .title,
          .khaitu .noidung_text .tieudemuc .title {
            margin-top: 10px;
            margin-left: 10px; } }
        .khaisinh .noidung_text .tieudemuc .title h4,
        .khaitu .noidung_text .tieudemuc .title h4 {
          color: #750000;
          text-transform: uppercase;
          font-size: 24px;
          font-weight: bold;
          margin-bottom: 10px; }
          @media (max-width: 767px) {
            .khaisinh .noidung_text .tieudemuc .title h4,
            .khaitu .noidung_text .tieudemuc .title h4 {
              margin-bottom: 0; } }
    .khaisinh .noidung_text .section,
    .khaitu .noidung_text .section {
      border-radius: 13px;
      margin: 16px 25px 20px 32px; }
      @media (max-width: 767px) {
        .khaisinh .noidung_text .section,
        .khaitu .noidung_text .section {
          margin: 0;
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .khaisinh .noidung_text .section,
        .khaitu .noidung_text .section {
          margin: 0;
          margin-bottom: 20px; } }
      .khaisinh .noidung_text .section p,
      .khaitu .noidung_text .section p {
        line-height: 30px;
        margin-bottom: 10px; }
      .khaisinh .noidung_text .section img,
      .khaitu .noidung_text .section img {
        /*margin-bottom: 0 !important;*/ }
    .khaisinh .noidung_text .sec_1,
    .khaitu .noidung_text .sec_1 {
      background: #efe3dc;
      padding: 1px 42px 15px;
      position: relative; }
      @media (max-width: 992px) {
        .khaisinh .noidung_text .sec_1,
        .khaitu .noidung_text .sec_1 {
          padding: 1px 15px 15px; } }
      .khaisinh .noidung_text .sec_1:before,
      .khaitu .noidung_text .sec_1:before {
        content: '';
        position: absolute;
        background: url(../images/khaisinh/lineTop.svg) no-repeat;
        height: 35px;
        width: 387px;
        max-width: 100%;
        top: 13px;
        left: 60px;
        z-index: 999; }
        @media (max-width: 992px) {
          .khaisinh .noidung_text .sec_1:before,
          .khaitu .noidung_text .sec_1:before {
            display: none; } }
        @media (max-width: 1600px) {
          .khaisinh .noidung_text .sec_1:before,
          .khaitu .noidung_text .sec_1:before {
            width: 340px; } }
        @media (max-width: 1400px) {
          .khaisinh .noidung_text .sec_1:before,
          .khaitu .noidung_text .sec_1:before {
            width: 320px; } }
      .khaisinh .noidung_text .sec_1 .block_1,
      .khaitu .noidung_text .sec_1 .block_1 {
        background: #fff;
        border-radius: 25px;
        margin: 25px 0px;
        padding: 35px 25px 0px 35px;
        display: flex;
        position: relative;
        box-shadow: 7px 5px 9px -1px #1a171770; }
        @media (max-width: 992px) {
          .khaisinh .noidung_text .sec_1 .block_1,
          .khaitu .noidung_text .sec_1 .block_1 {
            display: block; } }
        @media (max-width: 767px) {
          .khaisinh .noidung_text .sec_1 .block_1,
          .khaitu .noidung_text .sec_1 .block_1 {
            padding: 35px 25px 0px 15px; } }
        .khaisinh .noidung_text .sec_1 .block_1 div,
        .khaitu .noidung_text .sec_1 .block_1 div {
          flex: 1; }
        .khaisinh .noidung_text .sec_1 .block_1 .anh,
        .khaitu .noidung_text .sec_1 .block_1 .anh {
          margin-top: -125px; }
          @media (max-width: 1400px) {
            .khaisinh .noidung_text .sec_1 .block_1 .anh,
            .khaitu .noidung_text .sec_1 .block_1 .anh {
              margin-top: 0; } }
        .khaisinh .noidung_text .sec_1 .block_1 .text,
        .khaitu .noidung_text .sec_1 .block_1 .text {
          padding-right: 60px; }
          @media (max-width: 992px) {
            .khaisinh .noidung_text .sec_1 .block_1 .text,
            .khaitu .noidung_text .sec_1 .block_1 .text {
              padding-right: 0; } }
          .khaisinh .noidung_text .sec_1 .block_1 .text ul li,
          .khaitu .noidung_text .sec_1 .block_1 .text ul li {
            position: relative;
            padding-left: 35px;
            margin-bottom: 25px;
            text-align: justify; }
            @media (max-width: 992px) {
              .khaisinh .noidung_text .sec_1 .block_1 .text ul li,
              .khaitu .noidung_text .sec_1 .block_1 .text ul li {
                margin-bottom: 15px; } }
            .khaisinh .noidung_text .sec_1 .block_1 .text ul li:before,
            .khaitu .noidung_text .sec_1 .block_1 .text ul li:before {
              content: '';
              position: absolute;
              background: url("../images/khaisinh/list.svg") no-repeat;
              height: 17px;
              width: 19px;
              left: 0;
              top: 5px; }
    .khaisinh .noidung_text .sec_2 .bg,
    .khaitu .noidung_text .sec_2 .bg {
      background: rgba(65, 99, 68, 0.2);
      border-radius: 13px;
      padding: 25px 42px 15px 42px; }
      @media (max-width: 992px) {
        .khaisinh .noidung_text .sec_2 .bg,
        .khaitu .noidung_text .sec_2 .bg {
          padding: 20px 15px; } }
    .khaisinh .noidung_text .sec_2 .title h5,
    .khaitu .noidung_text .sec_2 .title h5 {
      padding-left: 92px;
      margin-bottom: 15px; }
      @media (max-width: 992px) {
        .khaisinh .noidung_text .sec_2 .title h5,
        .khaitu .noidung_text .sec_2 .title h5 {
          padding-left: 0; } }
    .khaisinh .noidung_text .sec_3,
    .khaitu .noidung_text .sec_3 {
      background: rgba(148, 97, 69, 0.4);
      padding: 25px 42px 0px 42px; }
      @media (max-width: 992px) {
        .khaisinh .noidung_text .sec_3,
        .khaitu .noidung_text .sec_3 {
          padding: 20px 15px; } }
      .khaisinh .noidung_text .sec_3 ::-webkit-scrollbar,
      .khaitu .noidung_text .sec_3 ::-webkit-scrollbar {
        width: 13px !important;
        border: 0 !important; }
      .khaisinh .noidung_text .sec_3 ::-webkit-scrollbar-track,
      .khaitu .noidung_text .sec_3 ::-webkit-scrollbar-track {
        border-radius: 0;
        background: #eeeeee; }
      .khaisinh .noidung_text .sec_3 ::-webkit-scrollbar-thumb,
      .khaitu .noidung_text .sec_3 ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #999 !important;
        border: 3px solid #f2f2f2 !important; }
      .khaisinh .noidung_text .sec_3 ::-webkit-scrollbar-track-piece,
      .khaitu .noidung_text .sec_3 ::-webkit-scrollbar-track-piece {
        background: #f2f2f2 !important;
        border: 0 !important; }
      .khaisinh .noidung_text .sec_3 .scroll_anh,
      .khaitu .noidung_text .sec_3 .scroll_anh {
        height: 940px;
        overflow-y: auto; }
    .khaisinh .noidung_text .sec_4,
    .khaitu .noidung_text .sec_4 {
      background: rgba(215, 201, 180, 0.5);
      padding: 25px 42px 10px 42px; }
      @media (max-width: 992px) {
        .khaisinh .noidung_text .sec_4,
        .khaitu .noidung_text .sec_4 {
          padding: 20px 15px; } }
      .khaisinh .noidung_text .sec_4 img,
      .khaitu .noidung_text .sec_4 img {
        /*margin: inherit;*/ }
        @media (max-width: 992px) {
          .khaisinh .noidung_text .sec_4 img,
          .khaitu .noidung_text .sec_4 img {
            margin: auto; } }
    .khaisinh .noidung_text .sec_5,
    .khaitu .noidung_text .sec_5 {
      background: rgba(200, 186, 148, 0.7);
      padding: 25px 42px 20px 42px; }
      @media (max-width: 992px) {
        .khaisinh .noidung_text .sec_5,
        .khaitu .noidung_text .sec_5 {
          padding: 20px 15px; } }
    .khaisinh .noidung_text .sec_6,
    .khaitu .noidung_text .sec_6 {
      background: rgba(142, 128, 103, 0.4);
      padding: 25px 42px 20px 42px; }
      @media (max-width: 992px) {
        .khaisinh .noidung_text .sec_6,
        .khaitu .noidung_text .sec_6 {
          padding: 20px 15px; } }
    .khaisinh .noidung_text .sec_7,
    .khaitu .noidung_text .sec_7 {
      background: rgba(168, 145, 118, 0.4);
      padding: 25px 42px 20px 42px; }
      @media (max-width: 992px) {
        .khaisinh .noidung_text .sec_7,
        .khaitu .noidung_text .sec_7 {
          padding: 20px 15px; } }
  .khaisinh .bg_f,
  .khaitu .bg_f {
    position: relative; }
    .khaisinh .bg_f:after,
    .khaitu .bg_f:after {
      content: '';
      position: absolute;
      background: url(../images/khaisinh/bg_f.png) no-repeat bottom;
      width: 102%;
      height: 920px;
      bottom: -40px;
      left: 0;
      right: 0;
      background-size: contain; }
      @media (max-width: 768px) {
        .khaisinh .bg_f:after,
        .khaitu .bg_f:after {
          display: none; } }
      @media (min-width: 768px) and (max-width: 1025px) {
        .khaisinh .bg_f:after,
        .khaitu .bg_f:after {
          bottom: -40px; } }
    .khaisinh .bg_f .footer,
    .khaitu .bg_f .footer {
      background: transparent;
      z-index: 999999;
      bottom: -48px;
      right: -62px;
      color: #ccc; }
      @media (max-width: 1600px) {
        .khaisinh .bg_f .footer,
        .khaitu .bg_f .footer {
          font-size: 11px;
          padding-right: 0;
          right: 0; } }
      @media (max-width: 768px) {
        .khaisinh .bg_f .footer,
        .khaitu .bg_f .footer {
          font-size: 10px;
          bottom: -40px;
          color: #444;
          line-height: 14px; } }
      .khaisinh .bg_f .footer:after,
      .khaitu .bg_f .footer:after {
        display: none; }

.khaisinh_edit .noidung_text:before {
  background: url(../images/khaisinh/2.line_left.png) no-repeat; }
  @media (max-width: 767px) {
    .khaisinh_edit .noidung_text:before {
      display: none; } }
.khaisinh_edit .noidung_text:after {
  background: url(../images/khaisinh/2.line_right.png) no-repeat;
  background-size: contain; }
  @media (max-width: 767px) {
    .khaisinh_edit .noidung_text:after {
      display: none; } }
.khaisinh_edit .noidung_text .tieudemuc .title h4 {
  color: #ff1a00; }
.khaisinh_edit .noidung_text .tieudemuc .title h5 {
  color: #ff8000; }
.khaisinh_edit .noidung_text .sec_21 {
  background: rgba(249, 186, 143, 0.2);
  padding: 25px 42px; }
  @media (max-width: 767px) {
    .khaisinh_edit .noidung_text .sec_21 {
      padding: 25px 20px; } }
  .khaisinh_edit .noidung_text .sec_21 .text ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    text-align: justify; }
    .khaisinh_edit .noidung_text .sec_21 .text ul li:before {
      content: '';
      position: absolute;
      background: url("../images/khaisinh/2.list.svg");
      height: 17px;
      width: 19px;
      left: 0;
      top: 5px; }
.khaisinh_edit .noidung_text .sec_22 {
  margin-top: -5px; }
  .khaisinh_edit .noidung_text .sec_22 .title h5 {
    font-size: 24px;
    color: #ff8000;
    padding-left: 100px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .khaisinh_edit .noidung_text .sec_22 .title h5 {
        padding-left: 0; } }
  .khaisinh_edit .noidung_text .sec_22 .bg {
    background: rgba(117, 76, 36, 0.2);
    padding: 45px 42px 20px 42px;
    border-radius: 13px; }
    @media (max-width: 767px) {
      .khaisinh_edit .noidung_text .sec_22 .bg {
        padding: 40px 10px; } }
.khaisinh_edit .bg_f:after {
  background: url(../images/khaisinh/2.bg_f.png) no-repeat bottom;
  background-size: contain;
  bottom: -40px; }
.khaisinh_edit .steps div {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  box-shadow: 7px 5px 9px -1px #1a171770;
  padding: 10px 30px;
  text-align: justify; }
  @media (max-width: 767px) {
    .khaisinh_edit .steps div {
      padding: 10px;
      margin-bottom: 25px; } }
  @media (width: 768px) {
    .khaisinh_edit .steps div {
      margin-bottom: 25px; } }
  .khaisinh_edit .steps div p {
    margin-left: 15px; }
    @media (max-width: 767px) {
      .khaisinh_edit .steps div p {
        margin-left: 0; } }
.khaisinh_edit .steps img {
  margin-top: -25px; }
.khaisinh_edit .steps .steps2 {
  margin-left: 30px; }
  @media (max-width: 768px) {
    .khaisinh_edit .steps .steps2 {
      margin-left: 0; } }

.khaisinh_tracuu .bg_f:after {
  background: url(../images/khaisinh/3.bg_f.png) no-repeat bottom;
  background-size: contain;
  bottom: -40px; }
.khaisinh_tracuu .section {
  padding: 25px 42px 5px 42px; }
  @media (max-width: 767px) {
    .khaisinh_tracuu .section {
      padding: 25px 15px; } }
.khaisinh_tracuu .text ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  text-align: justify; }
  .khaisinh_tracuu .text ul li:before {
    content: '';
    position: absolute;
    background: url(../images/khaisinh/3.list.png);
    height: 17px;
    width: 19px;
    left: 0;
    top: 5px; }
.khaisinh_tracuu .noidung_text:before {
  background: url(../images/khaisinh/3.line_left.png) no-repeat; }
  @media (max-width: 767px) {
    .khaisinh_tracuu .noidung_text:before {
      display: none; } }
.khaisinh_tracuu .noidung_text:after {
  background: url(../images/khaisinh/3.line_right.png) no-repeat;
  background-size: contain; }
  @media (max-width: 767px) {
    .khaisinh_tracuu .noidung_text:after {
      display: none; } }
.khaisinh_tracuu .noidung_text .tieudemuc .title {
  font-size: 24px; }
  .khaisinh_tracuu .noidung_text .tieudemuc .title h4 {
    color: #5b6145;
    font-weight: bold; }
  .khaisinh_tracuu .noidung_text .tieudemuc .title h5 {
    color: #7f814a; }
.khaisinh_tracuu .noidung_text .sec_31 {
  padding: 0; }
  .khaisinh_tracuu .noidung_text .sec_31 .block_1 {
    background: rgba(223, 214, 162, 0.4);
    border-radius: 13px;
    padding: 25px 42px; }
    @media (max-width: 767px) {
      .khaisinh_tracuu .noidung_text .sec_31 .block_1 {
        padding: 15px; } }
.khaisinh_tracuu .noidung_text .sec_32,
.khaisinh_tracuu .noidung_text .sec_33 {
  background: rgba(149, 165, 95, 0.2); }
  .khaisinh_tracuu .noidung_text .sec_32 .block_1,
  .khaisinh_tracuu .noidung_text .sec_33 .block_1 {
    position: relative;
    margin-bottom: 200px; }
    @media (max-width: 1600px) {
      .khaisinh_tracuu .noidung_text .sec_32 .block_1,
      .khaisinh_tracuu .noidung_text .sec_33 .block_1 {
        margin-bottom: 160; } }
    .khaisinh_tracuu .noidung_text .sec_32 .block_1 .steps1,
    .khaisinh_tracuu .noidung_text .sec_33 .block_1 .steps1 {
      background: #fff;
      border-radius: 25px;
      margin: 35px 0px;
      padding: 20px 25px 85px;
      position: relative;
      box-shadow: 7px 5px 9px -1px #1a171770; }
      @media (max-width: 767px) {
        .khaisinh_tracuu .noidung_text .sec_32 .block_1 .steps1,
        .khaisinh_tracuu .noidung_text .sec_33 .block_1 .steps1 {
          padding: 20px; } }
      .khaisinh_tracuu .noidung_text .sec_32 .block_1 .steps1 img,
      .khaisinh_tracuu .noidung_text .sec_33 .block_1 .steps1 img {
        margin: inherit;
        margin-top: -38px; }
        @media (max-width: 992px) {
          .khaisinh_tracuu .noidung_text .sec_32 .block_1 .steps1 img,
          .khaisinh_tracuu .noidung_text .sec_33 .block_1 .steps1 img {
            margin: auto;
            margin-top: -38px; } }
    @media (max-width: 992px) {
      .khaisinh_tracuu .noidung_text .sec_32 .block_1 .steps2,
      .khaisinh_tracuu .noidung_text .sec_33 .block_1 .steps2 {
        display: none; } }
    .khaisinh_tracuu .noidung_text .sec_32 .block_1 .steps2 p,
    .khaisinh_tracuu .noidung_text .sec_33 .block_1 .steps2 p {
      padding: 30px 0; }
    @media (min-width: 992px) {
      .khaisinh_tracuu .noidung_text .sec_32 .block_1 .steps2_mb,
      .khaisinh_tracuu .noidung_text .sec_33 .block_1 .steps2_mb {
        display: none !important; } }
  .khaisinh_tracuu .noidung_text .sec_32 .img_chen,
  .khaisinh_tracuu .noidung_text .sec_33 .img_chen {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -165px; }
    @media (max-width: 1600px) {
      .khaisinh_tracuu .noidung_text .sec_32 .img_chen,
      .khaisinh_tracuu .noidung_text .sec_33 .img_chen {
        bottom: -125px; } }
.khaisinh_tracuu .noidung_text .sec_33 {
  background: rgba(95, 99, 68, 0.2); }
  .khaisinh_tracuu .noidung_text .sec_33 .block_1:nth-child(3) {
    margin-bottom: 275px; }
    @media (max-width: 1600px) {
      .khaisinh_tracuu .noidung_text .sec_33 .block_1:nth-child(3) {
        margin-bottom: 225px; } }
    @media (max-width: 767px) {
      .khaisinh_tracuu .noidung_text .sec_33 .block_1:nth-child(3) {
        margin-bottom: 185px; } }
    .khaisinh_tracuu .noidung_text .sec_33 .block_1:nth-child(3) .img_chen {
      bottom: -262px; }
      @media (max-width: 1600px) {
        .khaisinh_tracuu .noidung_text .sec_33 .block_1:nth-child(3) .img_chen {
          bottom: -210px; } }
      @media (max-width: 767px) {
        .khaisinh_tracuu .noidung_text .sec_33 .block_1:nth-child(3) .img_chen {
          bottom: -170px; } }
  .khaisinh_tracuu .noidung_text .sec_33 .block_1 .steps1 {
    padding: 20px 25px 130px; }
    @media (min-width: 768px) and (max-width: 992px) {
      .khaisinh_tracuu .noidung_text .sec_33 .block_1 .steps1 {
        padding-bottom: 50px; } }
    @media (max-width: 767px) {
      .khaisinh_tracuu .noidung_text .sec_33 .block_1 .steps1 {
        padding-bottom: 5px; } }
.khaisinh_tracuu .noidung_text .sec_34 {
  background: rgba(27, 61, 21, 0.2);
  padding: 0; }
  .khaisinh_tracuu .noidung_text .sec_34 .top {
    padding: 25px 42px 0; }
    @media (max-width: 767px) {
      .khaisinh_tracuu .noidung_text .sec_34 .top {
        padding: 25px 15px 0; } }
    .khaisinh_tracuu .noidung_text .sec_34 .top > div {
      position: relative; }
      .khaisinh_tracuu .noidung_text .sec_34 .top > div:before {
        content: '';
        position: absolute;
        background: rgba(175, 190, 73, 0.29);
        width: 50px;
        height: 94%;
        right: -40px;
        top: 8px;
        bottom: 0; }
        @media (max-width: 992px) {
          .khaisinh_tracuu .noidung_text .sec_34 .top > div:before {
            display: none; } }
  .khaisinh_tracuu .noidung_text .sec_34 .linetwo {
    padding-left: 42px; }
    @media (min-width: 767px) and (max-width: 992px) {
      .khaisinh_tracuu .noidung_text .sec_34 .linetwo {
        padding-right: 42px; } }
    @media (max-width: 767px) {
      .khaisinh_tracuu .noidung_text .sec_34 .linetwo {
        padding: 0 15px; } }
  .khaisinh_tracuu .noidung_text .sec_34 .right {
    margin-left: 20px;
    background: rgba(175, 190, 73, 0.29);
    padding: 0 25px 25px;
    position: relative; }
    @media (max-width: 992px) {
      .khaisinh_tracuu .noidung_text .sec_34 .right {
        background: transparent; } }
    @media (max-width: 767px) {
      .khaisinh_tracuu .noidung_text .sec_34 .right {
        padding: 0;
        margin-left: 0; } }
    .khaisinh_tracuu .noidung_text .sec_34 .right:before {
      content: '';
      position: absolute;
      background: rgba(175, 190, 73, 0.29);
      width: 100%;
      height: 24px;
      top: -24px;
      left: 0;
      z-index: 9999; }
      @media (max-width: 992px) {
        .khaisinh_tracuu .noidung_text .sec_34 .right:before {
          display: none; } }

@media (min-width: 1600px) {
  .khaitu img {
    padding: 0 23px; } }
@media (max-width: 1400px) {
  .khaitu .noidung_text .sec_3 .bg .item .ten_tieude {
    /*height:112px;*/
    /*flex:none !important;*/ } }
.khaitu .noidung_text .photo img {
  padding: 0 23px; }
.khaitu .noidung_text .ten_img {
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 20px; }
.khaitu .noidung_text:before {
  background: url(../images/khaitu/line_left.png) no-repeat; }
  @media (max-width: 768px) {
    .khaitu .noidung_text:before {
      display: none; } }
.khaitu .noidung_text:after {
  background: url(../images/khaitu/line_right.png) no-repeat;
  background-size: contain; }
  @media (max-width: 768px) {
    .khaitu .noidung_text:after {
      display: none; } }
.khaitu .noidung_text .tieudemuc .title h4,
.khaitu .noidung_text .tieudemuc .title h5 {
  color: #09494c; }
.khaitu .noidung_text .sec_1 {
  background: transparent;
  padding: 1px 0 0px; }
  .khaitu .noidung_text .sec_1:before {
    display: none; }
  .khaitu .noidung_text .sec_1 .block_1 {
    background: #b1d7e0;
    padding: 25px 35px 12px 40px;
    margin: 0px 65px 50px;
    position: relative; }
    @media (max-width: 992px) {
      .khaitu .noidung_text .sec_1 .block_1 {
        margin: 0px 5px 50px;
        padding: 25px 10px 12px 15px; } }
    .khaitu .noidung_text .sec_1 .block_1:before {
      content: '';
      position: absolute;
      height: 0px;
      width: 0px;
      border-top: 35px solid #b1d7e0;
      border-left: 35px solid transparent;
      border-right: 35px solid transparent;
      left: 0;
      right: 0;
      bottom: -35px;
      display: block;
      margin: auto; }
    .khaitu .noidung_text .sec_1 .block_1 .text {
      padding-right: 0; }
  .khaitu .noidung_text .sec_1 .anh {
    background: #b1d7e0;
    border-radius: 18px;
    padding: 0px 12px 6px;
    margin-right: 40px;
    position: relative; }
    @media (max-width: 1400px) {
      .khaitu .noidung_text .sec_1 .anh {
        margin-right: 15px; } }
    @media (max-width: 992px) {
      .khaitu .noidung_text .sec_1 .anh {
        margin-bottom: 20px;
        margin-right: 0;
        padding: 12px; } }
    .khaitu .noidung_text .sec_1 .anh div.bg_w {
      z-index: 9999;
      background: #fff;
      border-radius: 18px;
      height: 100%;
      padding: 30px 10px 20px 10px;
      box-shadow: 3px 2px 4px -1px #1a171770;
      margin-top: -10px; }
      @media (max-width: 992px) {
        .khaitu .noidung_text .sec_1 .anh div.bg_w {
          height: auto;
          margin-top: 0; } }
    .khaitu .noidung_text .sec_1 .anh:last-child {
      margin-right: 0; }
  .khaitu .noidung_text .sec_1 .block_2 {
    background: #b1d7e0;
    border-radius: 18px;
    padding: 28px 17px;
    margin-top: 15px; }
    .khaitu .noidung_text .sec_1 .block_2 .anh {
      padding: 0;
      flex: 1; }
    .khaitu .noidung_text .sec_1 .block_2 .text {
      flex: 1;
      padding-right: 10px; }
      .khaitu .noidung_text .sec_1 .block_2 .text ul li {
        position: relative;
        padding-left: 23px;
        margin-bottom: 25px; }
        .khaitu .noidung_text .sec_1 .block_2 .text ul li:before {
          content: '';
          position: absolute;
          background: #09494C;
          height: 12px;
          width: 12px;
          border-radius: 50%;
          left: 0;
          top: 5px; }
.khaitu .noidung_text .sec_2 .title h5,
.khaitu .noidung_text .sec_3 .title h5,
.khaitu .noidung_text .sec_4 .title h5,
.khaitu .noidung_text .sec_5 .title h5,
.khaitu .noidung_text .sec_6 .title h5,
.khaitu .noidung_text .sec_7 .title h5 {
  padding-left: 0;
  color: #22726E; }
.khaitu .noidung_text .sec_2 .slogan,
.khaitu .noidung_text .sec_3 .slogan,
.khaitu .noidung_text .sec_4 .slogan,
.khaitu .noidung_text .sec_5 .slogan,
.khaitu .noidung_text .sec_6 .slogan,
.khaitu .noidung_text .sec_7 .slogan {
  background: #22726E;
  color: #fff;
  font-weight: bold;
  border-radius: 18px;
  text-align: center;
  padding: 15px; }
.khaitu .noidung_text .sec_2 .name,
.khaitu .noidung_text .sec_3 .name,
.khaitu .noidung_text .sec_4 .name,
.khaitu .noidung_text .sec_5 .name,
.khaitu .noidung_text .sec_6 .name,
.khaitu .noidung_text .sec_7 .name {
  color: #22726E;
  font-weight: bold; }
.khaitu .noidung_text .sec_2 .bg,
.khaitu .noidung_text .sec_3 .bg,
.khaitu .noidung_text .sec_4 .bg,
.khaitu .noidung_text .sec_5 .bg,
.khaitu .noidung_text .sec_6 .bg,
.khaitu .noidung_text .sec_7 .bg {
  background: #CEDDDA;
  padding: 25px 17px; }
  .khaitu .noidung_text .sec_2 .bg .box,
  .khaitu .noidung_text .sec_3 .bg .box,
  .khaitu .noidung_text .sec_4 .bg .box,
  .khaitu .noidung_text .sec_5 .bg .box,
  .khaitu .noidung_text .sec_6 .bg .box,
  .khaitu .noidung_text .sec_7 .bg .box {
    background: #fff;
    border-radius: 18px;
    color: #22726E;
    padding: 20px 23px;
    box-shadow: 3px 2px 4px -1px #1a171770;
    margin-bottom: 5px; }
    .khaitu .noidung_text .sec_2 .bg .box h5,
    .khaitu .noidung_text .sec_3 .bg .box h5,
    .khaitu .noidung_text .sec_4 .bg .box h5,
    .khaitu .noidung_text .sec_5 .bg .box h5,
    .khaitu .noidung_text .sec_6 .bg .box h5,
    .khaitu .noidung_text .sec_7 .bg .box h5 {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 0; }
  .khaitu .noidung_text .sec_2 .bg .box1,
  .khaitu .noidung_text .sec_3 .bg .box1,
  .khaitu .noidung_text .sec_4 .bg .box1,
  .khaitu .noidung_text .sec_5 .bg .box1,
  .khaitu .noidung_text .sec_6 .bg .box1,
  .khaitu .noidung_text .sec_7 .bg .box1 {
    justify-content: flex-start; }
    .khaitu .noidung_text .sec_2 .bg .box1 .item,
    .khaitu .noidung_text .sec_3 .bg .box1 .item,
    .khaitu .noidung_text .sec_4 .bg .box1 .item,
    .khaitu .noidung_text .sec_5 .bg .box1 .item,
    .khaitu .noidung_text .sec_6 .bg .box1 .item,
    .khaitu .noidung_text .sec_7 .bg .box1 .item {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      flex: 1;
      flex-grow: 1; }
      @media (max-width: 767px) {
        .khaitu .noidung_text .sec_2 .bg .box1 .item,
        .khaitu .noidung_text .sec_3 .bg .box1 .item,
        .khaitu .noidung_text .sec_4 .bg .box1 .item,
        .khaitu .noidung_text .sec_5 .bg .box1 .item,
        .khaitu .noidung_text .sec_6 .bg .box1 .item,
        .khaitu .noidung_text .sec_7 .bg .box1 .item {
          /*align-items: center;*/ } }
      .khaitu .noidung_text .sec_2 .bg .box1 .item .ten_tieude,
      .khaitu .noidung_text .sec_3 .bg .box1 .item .ten_tieude,
      .khaitu .noidung_text .sec_4 .bg .box1 .item .ten_tieude,
      .khaitu .noidung_text .sec_5 .bg .box1 .item .ten_tieude,
      .khaitu .noidung_text .sec_6 .bg .box1 .item .ten_tieude,
      .khaitu .noidung_text .sec_7 .bg .box1 .item .ten_tieude {
        color: #333;
        font-weight: bold;
        position: relative;
        padding-left: 27px;
        margin: 10px 0 15px 0px;
        flex: 1;
        flex-grow: 1; }
        .khaitu .noidung_text .sec_2 .bg .box1 .item .ten_tieude:before,
        .khaitu .noidung_text .sec_3 .bg .box1 .item .ten_tieude:before,
        .khaitu .noidung_text .sec_4 .bg .box1 .item .ten_tieude:before,
        .khaitu .noidung_text .sec_5 .bg .box1 .item .ten_tieude:before,
        .khaitu .noidung_text .sec_6 .bg .box1 .item .ten_tieude:before,
        .khaitu .noidung_text .sec_7 .bg .box1 .item .ten_tieude:before {
          content: '';
          position: absolute;
          background: url("../images/khaitu/1.list1.png") no-repeat;
          left: 0;
          height: 33px;
          width: 23px;
          background-size: contain;
          display: flex;
          align-items: center; }
      .khaitu .noidung_text .sec_2 .bg .box1 .item .photo,
      .khaitu .noidung_text .sec_3 .bg .box1 .item .photo,
      .khaitu .noidung_text .sec_4 .bg .box1 .item .photo,
      .khaitu .noidung_text .sec_5 .bg .box1 .item .photo,
      .khaitu .noidung_text .sec_6 .bg .box1 .item .photo,
      .khaitu .noidung_text .sec_7 .bg .box1 .item .photo {
        display: flex;
        justify-content: flex-start; }
.khaitu .noidung_text .sec_3 {
  padding: 0;
  /*padding-bottom: 20px;*/
  background: #AEC4CE; }
  @media (max-width: 1500px) {
    .khaitu .noidung_text .sec_3 {
      /*padding-bottom: 30px;*/ } }
  .khaitu .noidung_text .sec_3 .bg {
    background: transparent; }
    .khaitu .noidung_text .sec_3 .bg .box h5 {
      color: #4A599C; }
    .khaitu .noidung_text .sec_3 .bg .box1 {
      flex-grow: 1; }
      .khaitu .noidung_text .sec_3 .bg .box1 .item .ten_tieude {
        /*margin-bottom: 0;*/ }
        .khaitu .noidung_text .sec_3 .bg .box1 .item .ten_tieude:before {
          background: url(../images/khaitu/1.list2.png) no-repeat;
          background-size: contain; }
      .khaitu .noidung_text .sec_3 .bg .box1 .item .photo {
        /*height: 89%;*/ }
        @media (min-width: 1500px) and (max-width: 1600px) {
          .khaitu .noidung_text .sec_3 .bg .box1 .item .photo {
            /*height: 87%;*/ } }
        @media (max-width: 1500px) {
          .khaitu .noidung_text .sec_3 .bg .box1 .item .photo {
            /*height: 100%;*/ } }
        @media (max-width: 1200px) {
          .khaitu .noidung_text .sec_3 .bg .box1 .item .photo {
            /*height: 86%;*/ } }
        .khaitu .noidung_text .sec_3 .bg .box1 .item .photo img {
          margin-top: inherit; }
.khaitu .noidung_text .sec_4 {
  padding: 0;
  background: #c9d3cd; }
  .khaitu .noidung_text .sec_4 .photo_top img {
    /*margin-top:-10px;*/ }
  .khaitu .noidung_text .sec_4 .bg {
    background: transparent; }
    .khaitu .noidung_text .sec_4 .bg .box h5 {
      color: #007236; }
    .khaitu .noidung_text .sec_4 .bg .box p {
      color: #333;
      margin-top: 10px;
      text-align: justify; }
    .khaitu .noidung_text .sec_4 .bg .box1 {
      flex-grow: 1; }
      .khaitu .noidung_text .sec_4 .bg .box1 .item .ten_tieude {
        margin-bottom: 10px; }
        .khaitu .noidung_text .sec_4 .bg .box1 .item .ten_tieude:before {
          background: url(../images/khaitu/1.list3.png) no-repeat;
          background-size: contain; }
      .khaitu .noidung_text .sec_4 .bg .box1 .item .photo {
                            /*height: 89%;

                            @media(max-width: 1600px) {
                                height: 82%;
                            }*/ }
        .khaitu .noidung_text .sec_4 .bg .box1 .item .photo img {
          margin-top: inherit; }
.khaitu .noidung_text .sec_5,
.khaitu .noidung_text .sec_7 {
  background: #9ba0b2;
  padding: 25px; }
  .khaitu .noidung_text .sec_5 .bg,
  .khaitu .noidung_text .sec_7 .bg {
    background: #fff;
    border-radius: 18px;
    box-shadow: 3px 2px 4px -1px #1a171770; }
    .khaitu .noidung_text .sec_5 .bg .box,
    .khaitu .noidung_text .sec_7 .bg .box {
      box-shadow: none;
      padding-top: 0; }
      .khaitu .noidung_text .sec_5 .bg .box h5,
      .khaitu .noidung_text .sec_7 .bg .box h5 {
        color: #013a8b;
        margin-bottom: 25px; }
.khaitu .noidung_text .sec_6 {
  background: #bcd1dd;
  padding: 0; }
  .khaitu .noidung_text .sec_6 .bg {
    background: transparent; }
    .khaitu .noidung_text .sec_6 .bg .box h5 {
      color: #013a8b; }
    .khaitu .noidung_text .sec_6 .bg .box1 {
      flex-grow: 1; }
      .khaitu .noidung_text .sec_6 .bg .box1 .item:last-child .photo {
        /*margin-top: 11px;*/ }
      .khaitu .noidung_text .sec_6 .bg .box1 .item .ten_tieude {
        margin-bottom: 10px; }
        @media (max-width: 1900px) {
          .khaitu .noidung_text .sec_6 .bg .box1 .item .ten_tieude {
            /*height:145px;*/
            flex: auto; } }
        .khaitu .noidung_text .sec_6 .bg .box1 .item .ten_tieude:before {
          background: url(../images/khaitu/1.list4.png) no-repeat;
          background-size: contain; }
      .khaitu .noidung_text .sec_6 .bg .box1 .item .photo {
        /*height: 89%;*/
        /*margin-bottom: -40px;*/ }
        @media (min-width: 1600px) {
          .khaitu .noidung_text .sec_6 .bg .box1 .item .photo {
            /*margin-bottom: -40px;*/ } }
        @media (max-width: 992px) {
          .khaitu .noidung_text .sec_6 .bg .box1 .item .photo {
            margin-bottom: 0;
            margin: auto; } }
        .khaitu .noidung_text .sec_6 .bg .box1 .item .photo img {
          margin-top: inherit; }
.khaitu .noidung_text .sec_7 {
  background: #959fbc; }
  .khaitu .noidung_text .sec_7 .bg {
    padding: 25px 17px 20px 17px; }
    .khaitu .noidung_text .sec_7 .bg .box {
      padding-bottom: 0; }
      @media (max-width: 767px) {
        .khaitu .noidung_text .sec_7 .bg .box {
          padding: 0; } }
.khaitu .bg_f:after {
  background: url(../images/khaitu/1.bg_f.png) no-repeat bottom;
  background-size: contain;
  bottom: -40px; }
@media (min-width: 768px) and (max-width: 992px) {
  .khaitu .bg_f .footer {
    bottom: -52px;
    color: #ccc;
    font-size: 9px; } }

.khaitu_chinhsua img {
  padding: 0 23px; }
.khaitu_chinhsua .noidung_text:before {
  background: url(../images/khaitu/2.line_left.png) no-repeat; }
.khaitu_chinhsua .noidung_text:after {
  background: url(../images/khaitu/2.line_right.png) no-repeat;
  background-size: contain; }
.khaitu_chinhsua .noidung_text .tieudemuc .title {
  margin-top: 15px;
  margin-left: 20px; }
  @media (max-width: 767px) {
    .khaitu_chinhsua .noidung_text .tieudemuc .title {
      margin-left: 0;
      margin-top: 0; } }
  .khaitu_chinhsua .noidung_text .tieudemuc .title h4 {
    color: #1e4075; }
.khaitu_chinhsua .noidung_text .section .item {
  background: #d6e4ea;
  border-radius: 18px;
  padding: 30px;
  flex: 1;
  margin: 0 10px; }
  @media (max-width: 767px) {
    .khaitu_chinhsua .noidung_text .section .item {
      margin-bottom: 20px;
      padding: 10px;
      font-size: 14px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .khaitu_chinhsua .noidung_text .section .item {
      margin-bottom: 20px; } }
  .khaitu_chinhsua .noidung_text .section .item h4 {
    font-weight: bold;
    color: #1e4075;
    margin-bottom: 20px; }
  .khaitu_chinhsua .noidung_text .section .item .des .buoc {
    display: flex;
    background: #fcfcfc;
    border-radius: 18px;
    height: 70px;
    align-items: center;
    margin: 20px 0; }
    .khaitu_chinhsua .noidung_text .section .item .des .buoc div {
      background-image: linear-gradient(to right, #fba440, #f96732);
      /* height: 100%; */
      line-height: 70px;
      padding: 0 20px;
      border-top-left-radius: 18px;
      border-bottom-left-radius: 18px;
      font-size: 24px;
      color: #fff;
      font-weight: bold; }
      @media (max-width: 767px) {
        .khaitu_chinhsua .noidung_text .section .item .des .buoc div {
          font-size: 18px; } }
    .khaitu_chinhsua .noidung_text .section .item .des .buoc span {
      display: block;
      padding-left: 10px; }
.khaitu_chinhsua .bg_f:after {
  background: url(../images/khaitu/2.bg_f.png) no-repeat bottom;
  background-size: contain;
  bottom: -40px; }

@media (min-width: 1600px) {
  .khaitu_tracuu img {
    padding: 0 23px; } }
.khaitu_tracuu .color-blue-b {
  color: #0b2f6d; }
.khaitu_tracuu .noidung_text:before {
  background: url(../images/khaitu/3.line_left.png) no-repeat; }
.khaitu_tracuu .noidung_text:after {
  background: url(../images/khaitu/3.line_right.png) no-repeat;
  background-size: contain; }
.khaitu_tracuu .noidung_text .tieudemuc .title {
  margin-top: 15px;
  margin-left: 20px; }
  @media (max-width: 767px) {
    .khaitu_tracuu .noidung_text .tieudemuc .title {
      margin-top: 0; } }
  .khaitu_tracuu .noidung_text .tieudemuc .title h4 {
    color: #0b2f6d; }
.khaitu_tracuu .noidung_text .sec_2 {
  background: #c5c8d8; }
  .khaitu_tracuu .noidung_text .sec_2 .buoc {
    position: relative; }
    @media (miin-width: 768px) and (max-width: 992px) {
      .khaitu_tracuu .noidung_text .sec_2 .buoc {
        padding-right: 10px; } }
    @media (max-width: 768px) {
      .khaitu_tracuu .noidung_text .sec_2 .buoc div {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0; } }
    @media (max-width: 768px) {
      .khaitu_tracuu .noidung_text .sec_2 .buoc p {
        padding-left: 80px;
        font-size: 14px; } }
.khaitu_tracuu .noidung_text .section {
  background: #c5c8d8; }
  .khaitu_tracuu .noidung_text .section .bg {
    background: transparent; }
    .khaitu_tracuu .noidung_text .section .bg .box {
      color: #0b2f6d;
      margin: 30px 0; }
      .khaitu_tracuu .noidung_text .section .bg .box h5 {
        font-size: 21px;
        font-weight: bold;
        /*margin-bottom: 5px;*/ }
    .khaitu_tracuu .noidung_text .section .bg .buoc {
      display: flex;
      background: #fcfcfc;
      border-radius: 18px;
      min-height: 70px;
      align-items: center;
      margin: 20px 0;
      padding-right: 30px; }
      @media (max-width: 767px) {
        .khaitu_tracuu .noidung_text .section .bg .buoc {
          padding-right: 5px; } }
      .khaitu_tracuu .noidung_text .section .bg .buoc div {
        margin-right: 15px;
        background-image: linear-gradient(to right, #fba440, #f96732);
        /* height: 100%; */
        line-height: 70px;
        padding: 0 20px;
        border-top-left-radius: 18px;
        border-bottom-left-radius: 18px;
        font-size: 24px;
        color: #fff;
        font-weight: bold; }
    .khaitu_tracuu .noidung_text .section .bg .text_anh {
      position: relative; }
      .khaitu_tracuu .noidung_text .section .bg .text_anh p {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; }
  .khaitu_tracuu .noidung_text .section .item {
    background: #d6e4ea;
    border-radius: 18px;
    padding: 30px;
    flex: 1;
    margin: 0 10px; }
    .khaitu_tracuu .noidung_text .section .item h4 {
      font-weight: bold;
      color: #0b2f6d;
      margin-bottom: 20px; }
    .khaitu_tracuu .noidung_text .section .item .des .buoc {
      display: flex;
      background: #fcfcfc;
      border-radius: 18px;
      height: 70px;
      align-items: center;
      margin: 20px 0; }
      .khaitu_tracuu .noidung_text .section .item .des .buoc div {
        background-image: linear-gradient(to right, #fba440, #f96732);
        /* height: 100%; */
        line-height: 70px;
        padding: 0 20px;
        border-top-left-radius: 18px;
        border-bottom-left-radius: 18px;
        font-size: 24px;
        color: #fff;
        font-weight: bold; }
      .khaitu_tracuu .noidung_text .section .item .des .buoc span {
        display: block;
        padding-left: 10px; }
.khaitu_tracuu .bg_f:after {
  background: url(../images/khaitu/3.bg_f.png) no-repeat bottom;
  background-size: contain;
  bottom: -40px; }
.khaitu_tracuu .steps2_mb {
  display: none; }
  @media (max-width: 992px) {
    .khaitu_tracuu .steps2_mb {
      display: block; } }
  @media (min-width: 992px) {
    .khaitu_tracuu .steps2_mb {
      display: none; } }

@media (max-width: 1400px) {
  .khaisinh .sec_1 .block_2 .anh {
    display: flex;
    flex-direction: column; } }

.page-home {
  display: flex;
  flex-direction: column;
  min-height: 100vh;}

.logo {
  display: block;
  margin: auto; }
  .logo img {
    width: 65px;
    height: 62px; }

.color-red {
  color: #92070c;
  font-weight: bold; }

header {
  height: 70px;
  background-color: #610004; }
  header .header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
    @media (max-width: 767px) {
      header .header {
        /*justify-content: flex-start;*/ } }
    header .header .head-menu {
      position: absolute;
      top: 20px;
      right: 50px; }
      @media (max-width: 767px) {
        header .header .head-menu {
          right: 5px;
          display: none; } }
      header .header .head-menu ul {
        display: flex;
        align-items: center; }
        @media (max-width: 767px) {
          header .header .head-menu ul {
            display: block; } }
        header .header .head-menu ul li {
          margin: 0 30px; }
          @media (max-width: 767px) {
            header .header .head-menu ul li {
              margin: 0 10px; } }
          header .header .head-menu ul li:hover a {
            color: #f3ea20; }
          header .header .head-menu ul li a {
            color: #fff; }

.main-home {
  display: flex;
  flex: 1;
  /*Trang 2*/ }
  @media (max-width: 1200px) {
    .main-home {
      padding: 30px; } }
  @media (max-width: 767px) {
    .main-home {
      padding: 10px; } }
  @media (min-width: 768px) and (max-width: 1025px) {
    .main-home {
      flex: 1; } }
  @media (max-width: 1025px) {
    .main-home .img-left {
      display: none; } }
  @media (min-width: 1600px) {
    .main-home .img-left img {
      max-width: 111%;
      margin-left: -100px; } }
  @media (max-width: 992px) {
    .main-home .img-left img {
      display: none; } }
  .main-home .tailieu {
    padding-left: 69px; }
    @media (max-width: 767px) {
      .main-home .tailieu {
        padding-left: 0;
        margin-top: 20px; } }
    .main-home .tailieu h4 {
      font-size: 37px;
      color: #F3EA20;
      font-family: Aurora;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .main-home .tailieu h4 {
          font-size: 27px;
          text-align: center;
          margin-bottom: 15px; } }
      @media (min-width: 768px) and (max-width: 1025px) {
        .main-home .tailieu h4 {
          font-size: 40px; } }
      .main-home .tailieu h4 img {
        height: 33px;
        width: 135px;
        display: inline-block; }
    .main-home .tailieu .list {
      max-width: 570px;
      height: 420px;
      overflow-y: auto;
      padding-right: 40px;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .main-home .tailieu .list {
          padding-right: 15px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .main-home .tailieu .list {
          /*height: 780px;*/ } }
      .main-home .tailieu .list ul li {
        border-bottom: 0.5px solid #f9f3ee;
        position: relative;
        padding: 18px 5px 18px 70px;
        transition: all 0.3s ease-in-out;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media (max-width: 767px) {
          .main-home .tailieu .list ul li {
            padding-left: 50px; } }
        .main-home .tailieu .list ul li:hover a {
          color: #f3ea20; }
        .main-home .tailieu .list ul li:before {
          content: '';
          position: absolute;
          background: url("../images/list.svg") no-repeat;
          left: 15px;
          height: 30px;
          width: 23px; }
        .main-home .tailieu .list ul li:after {
          content: '';
          position: absolute;
          background: url("../images/down.svg") no-repeat;
          right: 0;
          height: 20px;
          width: 20px; }
        .main-home .tailieu .list ul li a {
          color: #fff;
          font-size: 17px;
          padding-right: 15px; }
          @media (max-width: 1025px) {
            .main-home .tailieu .list ul li a {
              font-size: 18px; } }
          .main-home .tailieu .list ul li a .download {
            height: 20px;
            width: 20px; }

.extra-home {
  min-height: 100vh;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 130px; }

@media (min-width: 1600px) {
  .container {
    max-width: 1612px;
    width: 100%; } }
@media (min-width: 1200px) and (max-width: 1600px) {
  .container {
    max-width: 1430px;
    width: 100%; } }

@media (max-width: 1200px) {
  .left {
    margin-bottom: 20px; } }

.sideMenu {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 27px;
  height: 100%;
  margin-bottom: 20px; }
  .sideMenu ul {
    /*padding: 28px;*/ }
    .sideMenu ul > li.selected > a {
      color: #fff;
      background: #610004;
      margin: 0 -22px;
      padding: 20px 22px; }
    .sideMenu ul > li.selected .icon_c {
      position: relative; }
      .sideMenu ul > li.selected .icon_c img {
        position: absolute; }
        .sideMenu ul > li.selected .icon_c img.img_hv {
          opacity: 1; }
        .sideMenu ul > li.selected .icon_c img.img_c {
          opacity: 0; }
    .sideMenu ul > li.selected .up .ar {
      opacity: 0; }
    .sideMenu ul > li.selected .up .ar_hv {
      opacity: 1; }
    .sideMenu ul > li.selected em .ar {
      opacity: 0; }
    .sideMenu ul > li.active {
      background: #610004;
      margin: 0;
      padding: 0 22px; }
      .sideMenu ul > li.active a {
        color: #fff; }
      .sideMenu ul > li.active:hover a {
        color: #fff; }
      .sideMenu ul > li.active .icon_c {
        position: relative; }
        .sideMenu ul > li.active .icon_c img {
          position: absolute; }
          .sideMenu ul > li.active .icon_c img.img_hv {
            opacity: 1; }
          .sideMenu ul > li.active .icon_c img.img_c {
            opacity: 0; }
      .sideMenu ul > li.active em {
        right: 20px; }
        .sideMenu ul > li.active em .ar {
          opacity: 0; }
        .sideMenu ul > li.active em .ar_hv {
          opacity: 1 !important; }
    .sideMenu ul li {
      border-bottom: 1px solid #919191;
      padding: 0;
      position: relative;
      margin: 0 22px; }
      .sideMenu ul li:hover > a {
        /*color: #610004;*/ }
      .sideMenu ul li a {
        display: flex;
        align-items: center;
        color: #353535;
        font-weight: bold;
        padding: 20px; }
      .sideMenu ul li span {
        padding-right: 40px;
        flex-shrink: 10; }
      .sideMenu ul li .icon {
        height: 30px;
        width: 32px;
        /*overflow: hidden;*/
        display: block;
        margin-right: 23px;
        /*
        img {
            object-fit: contain;
            height: 100%;
            width: 100%;
        }*/ }
        .sideMenu ul li .icon.icon_c .img_hv {
          opacity: 0; }
      .sideMenu ul li em {
        position: absolute;
        right: 0;
        top: 28px; }
        .sideMenu ul li em.up-0 {
          top: 10px; }
        .sideMenu ul li em.up img {
          transform: rotate(-90deg); }
          .sideMenu ul li em.up img.ar_hv {
            opacity: 0; }
        .sideMenu ul li em img {
          width: 18px;
          height: 13px; }
      .sideMenu ul li ul {
        display: none;
        background: #fff;
        margin: 0 -22px; }
        .sideMenu ul li ul li {
          border-bottom: 0;
          margin: 0;
          transition: all 0.3s ease-in-out; }
          .sideMenu ul li ul li.active {
            background: #b5b3b3;
            margin: 0;
            padding: 0; }
            .sideMenu ul li ul li.active .icon {
              color: #000;
              border: 1px solid #000; }
            .sideMenu ul li ul li.active a {
              color: #000 !important; }
          .sideMenu ul li ul li:hover {
            background: #b5b3b3;
            margin: 0; }
            .sideMenu ul li ul li:hover .icon {
              color: #000 !important;
              border: 1px solid #000 !important; }
            .sideMenu ul li ul li:hover a {
              color: #000 !important; }
          .sideMenu ul li ul li a {
            font-weight: normal;
            padding: 10px 22px 15px 16px;
            color: #353535 !important; }
            .sideMenu ul li ul li a .icon {
              margin-right: 18px;
              height: 30px;
              width: 46px;
              display: block; }
              .sideMenu ul li ul li a .icon img {
                height: 100%;
                width: 100%; }
          .sideMenu ul li ul li ul {
            /*padding-left: 5px;*/
            margin: 0; }
            .sideMenu ul li ul li ul li {
              position: relative;
              padding-left: 45px; }
              .sideMenu ul li ul li ul li:before {
                position: absolute;
                content: '';
                background: url("../images/array_r.svg") no-repeat;
                height: 17px;
                width: 10px;
                left: 23px;
                top: 17px; }

.padding-60 {
  padding: 40px 20px; }

.content {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 27px;
  font-size: 16px;
  padding-bottom: 40px;
  height: 100%;
  /*Trang 3*/ }
  .content h4.title {
    font-size: 24px;
    color: #91070c;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 30px; }
  .content .top-content {
    background: #fdffee;
    padding: 40px;
    border-radius: 27px;
    min-height: 318px;
    max-height: 318px; }
    @media (max-width: 1200px) {
      .content .top-content {
        max-height: max-content; } }
    .content .top-content .bg {
      height: 344px;
      width: 337px;
      position: relative; }
      @media (max-width: 1600px) {
        .content .top-content .bg {
          max-width: 300px;
          margin: auto; } }
      @media (max-width: 767px) {
        .content .top-content .bg {
          max-width: 260px;
          font-size: 13px;
          height: 290px; } }
      .content .top-content .bg span {
        position: absolute;
        left: 69px;
        top: 25%;
        right: 69px;
        text-align: center; }
        @media (max-width: 1600px) {
          .content .top-content .bg span {
            left: 50px;
            top: 20%;
            right: 50px; } }
    .content .top-content .bg_u1 {
      background: url("../images/bg1.png") no-repeat; }
      @media (max-width: 1600px) {
        .content .top-content .bg_u1 {
          background-size: contain; } }
    .content .top-content .bg_u2 {
      background: url("../images/bg2.png") no-repeat; }
      @media (max-width: 1600px) {
        .content .top-content .bg_u2 {
          background-size: contain; } }
  .content .bottom-content {
    background: #f9fafa;
    padding: 40px;
    margin-top: 30px; }
    .content .bottom-content img {
      display: block;
      margin: auto;
      padding: 30px; }
  .content .box {
    position: relative; }
    .content .box.page3 {
      padding-bottom: 175px; }
      @media (max-width: 767px) {
        .content .box.page3 {
          padding-bottom: 10px; } }
      .content .box.page3:before {
        content: '';
        position: absolute;
        background-image: url(../images/img6.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 749px;
        background-position: right -73px;
        z-index: 5; }
        @media (max-width: 767px) {
          .content .box.page3:before {
            background-size: contain;
            background-position: right;
            height: 390px; } }
  .content .box1 {
    background-image: url("../images/img3.png");
    background-repeat: no-repeat;
    height: 380px;
    width: 532px;
    position: relative;
    background-position: center 150px;
    z-index: 9; }
    @media (max-width: 767px) {
      .content .box1 {
        background-size: contain;
        max-width: 315px; } }
    .content .box1 span {
      position: absolute;
      top: 62%;
      left: 75px;
      right: 52px;
      line-height: 30px; }
      @media (max-width: 767px) {
        .content .box1 span {
          top: 49%;
          left: 52px;
          right: 35px;
          line-height: 25px;
          font-size: 13px; } }
  .content .box2 {
    background: url(../images/img4.png) no-repeat;
    height: 302px;
    max-width: 394px;
    position: relative;
    margin-top: -90px;
    margin-left: 130px;
    z-index: 9; }
    @media (max-width: 767px) {
      .content .box2 {
        margin-left: 0;
        /* margin-top: 0; */
        max-width: 300px;
        background-size: contain; } }
    .content .box2 span {
      position: absolute;
      top: 55%;
      left: 100px;
      right: 39px;
      line-height: 30px; }
      @media (max-width: 767px) {
        .content .box2 span {
          font-size: 13px;
          top: 35%;
          line-height: 25px; } }
  .content .item {
    position: relative; }
    @media (max-width: 767px) {
      .content .item {
        margin-bottom: 15px; } }
    .content .item:after {
      content: '';
      position: absolute;
      background: url("../images/noi.png");
      height: 56px;
      width: 105px;
      top: 44%;
      z-index: 999;
      right: -55px; }
      @media (max-width: 1200px) {
        .content .item:after {
          display: none; } }
    .content .item:last-child:after {
      display: none; }
    .content .item.bg_y {
      margin-top: -295px; }
      @media (max-width: 767px) {
        .content .item.bg_y {
          margin-top: 0; } }
      .content .item.bg_y:after {
        top: 63%; }
      .content .item.bg_y .item_c {
        background: #f9e7d7;
        position: relative;
        padding-top: 265px; }
        @media (max-width: 767px) {
          .content .item.bg_y .item_c {
            padding-top: 10px; } }
        .content .item.bg_y .item_c:before {
          content: '';
          position: absolute;
          background: #f9e7d7;
          left: 0;
          right: 0;
          height: 190px;
          top: -178px;
          z-index: 1; }
          @media (max-width: 767px) {
            .content .item.bg_y .item_c:before {
              display: none; } }
    .content .item .item_c {
      background: #cc9ea3;
      border-radius: 20px;
      height: 100%;
      padding: 50px 25px 45px 25px; }
      .content .item .item_c span {
        display: block;
        margin-bottom: 20px;
        text-align: justify; }
  .content h5.title {
    color: #91070c;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 30px; }
  .content.padding-tb60 {
    padding: 48px 0; }
  .content .bg-gray {
    background: #eae0d8;
    margin-top: 180px;
    position: relative;
    padding: 55px 20px 150px 50px; }
    @media (max-width: 767px) {
      .content .bg-gray {
        margin-top: 0;
        padding: 55px 20px 55px 20px; } }
    .content .bg-gray img {
      position: absolute;
      right: 25px;
      top: -250px; }
      @media (max-width: 767px) {
        .content .bg-gray img {
          position: initial; } }
    .content .bg-gray span {
      max-width: 317px;
      min-width: 317px;
      display: block;
      text-align: justify; }
      @media (min-width: 1600px) {
        .content .bg-gray span {
          max-width: 350px; } }
      @media (max-width: 767px) {
        .content .bg-gray span {
          min-width: 265px; } }

/*Trang 5*/
.color-blue {
  color: #169fc4; }

.sec {
  display: flex;
  position: relative;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .sec {
      display: block; } }
  .sec:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1; }
  .sec .sec_l {
    flex: 1;
    z-index: 9; }
  .sec .sec_r {
    flex: 1.5;
    z-index: 9; }
  .sec .note {
    color: #c1272d;
    font-weight: bold;
    text-align: justify;
    line-height: 28px; }
  .sec p {
    text-align: justify;
    line-height: 28px; }
  .sec .steps {
    position: relative;
    background-size: auto; }
    .sec .steps span {
      text-align: justify;
      display: block;
      position: absolute;
      line-height: 30px;
      left: 8%; }

.sec1:before {
  content: '';
  background-color: #ecede2;
  position: absolute;
  left: 0;
  right: 0;
  height: 235px;
  z-index: 1;
  bottom: 0; }
  @media (max-width: 767px) {
    .sec1:before {
      display: none; } }
.sec1 .sec_l {
  flex: 1;
  z-index: 9; }
.sec1 .sec_r {
  flex: 1.5;
  z-index: 9; }
  .sec1 .sec_r .steps {
    position: relative;
    background-size: auto;
    margin-right: 70px; }
    @media (max-width: 767px) {
      .sec1 .sec_r .steps {
        margin-right: 10px; } }
    .sec1 .sec_r .steps span {
      display: block;
      position: absolute;
      text-align: justify;
      line-height: 30px; }
  .sec1 .sec_r .steps1 {
    background-image: url(../images/b1.png);
    background-repeat: no-repeat;
    max-width: 596px;
    height: 320px;
    background-size: contain; }
    @media (max-width: 567px) {
      .sec1 .sec_r .steps1 {
        max-width: 300px;
        height: 240px; } }
    @media (min-width: 568px) and (max-width: 992px) {
      .sec1 .sec_r .steps1 {
        /*max-width: 390px;*/ } }
    .sec1 .sec_r .steps1 span {
      top: 27%;
      left: 16%;
      right: 12%; }
      @media (max-width: 567px) {
        .sec1 .sec_r .steps1 span {
          top: 12%;
          left: 16%;
          right: 12%;
          font-size: 10px;
          line-height: 17px; } }
      @media (min-width: 568px) and (max-width: 992px) {
        .sec1 .sec_r .steps1 span {
          top: 16%;
          left: 16%;
          right: 12%;
          font-size: 13px;
          line-height: 22px; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        .sec1 .sec_r .steps1 span {
          top: 16%;
          line-height: 27px; } }
  .sec1 .sec_r .steps2 {
    background-image: url(../images/b2.png);
    background-repeat: no-repeat;
    max-width: 395px;
    height: 178px;
    margin: -75px auto;
    background-size: contain; }
    @media (max-width: 767px) {
      .sec1 .sec_r .steps2 {
        max-width: 300px; } }
    .sec1 .sec_r .steps2 span {
      top: 30%;
      left: 15%;
      right: 25%; }
      @media (max-width: 767px) {
        .sec1 .sec_r .steps2 span {
          top: 21%;
          font-size: 13px;
          line-height: 20px; } }

.sec2 {
  padding: 50px 30px; }
  @media (max-width: 767px) {
    .sec2 {
      padding: 50px 10px; } }
  .sec2:before {
    content: '';
    background-color: #ddccd8;
    position: absolute;
    left: 0;
    right: 0;
    height: 340px;
    z-index: 1;
    bottom: 45px; }
    @media (max-width: 767px) {
      .sec2:before {
        display: none; } }
  .sec2 p {
    margin-bottom: 5px;
    text-align: justify;
    padding-right: 20px; }
  .sec2 .sec_l {
    flex: 1.5;
    z-index: 9; }
  .sec2 .sec_r {
    flex: 1;
    z-index: 9; }
  .sec2 .steps1 {
    background-image: url(../images/b3.png);
    background-repeat: no-repeat;
    max-width: 596px;
    height: 390px;
    background-size: contain; }
    @media (max-width: 767px) {
      .sec2 .steps1 {
        height: 310px; } }
    .sec2 .steps1 span {
      top: 21%;
      right: 14%;
      left: 15%; }
      @media (max-width: 567px) {
        .sec2 .steps1 span {
          font-size: 10px;
          line-height: 20px;
          top: 8%; } }
      @media (min-width: 568px) and (max-width: 992px) {
        .sec2 .steps1 span {
          top: 16%;
          font-size: 13px;
          line-height: 20px; } }
      @media (min-width: 993px) and (max-width: 1200px) {
        .sec2 .steps1 span {
          top: 12%;
          line-height: 22px; } }
  .sec2 .steps2 {
    background-image: url(../images/b4.png);
    background-repeat: no-repeat;
    width: 395px;
    height: 178px;
    margin: -75px auto; }
    @media (max-width: 767px) {
      .sec2 .steps2 {
        max-width: 300px;
        background-size: contain; } }
    .sec2 .steps2 span {
      top: 36%;
      right: 21%;
      left: 11%; }
      @media (max-width: 767px) {
        .sec2 .steps2 span {
          top: 20%; } }

.sec3 {
  padding-top: 54px;
  padding-left: 63px; }
  @media (max-width: 767px) {
    .sec3 {
      display: block;
      padding-left: 0;
      padding-top: 10px; } }
  .sec3:before {
    background-color: #ddddf2;
    height: 220px;
    bottom: 0; }
    @media (max-width: 767px) {
      .sec3:before {
        display: none; } }
  .sec3 .sec_l {
    flex: 1;
    z-index: 9; }
  .sec3 .sec_r {
    flex: 1.5;
    z-index: 9;
    padding-right: 130px; }
    @media (max-width: 767px) {
      .sec3 .sec_r {
        padding-right: 10px; } }

.sec4 {
  background: #dedcf1;
  padding: 100px 0 400px; }
  @media (max-width: 767px) {
    .sec4 {
      padding: 50px 0; } }
  @media (min-width: 1600px) {
    .sec4 .steps {
      margin-left: 50px; } }
  .sec4:before {
    background: #dedcf1; }
  .sec4 .steps1 {
    background-image: url(../images/xt1.png);
    background-repeat: no-repeat;
    max-width: 602px;
    height: 283px;
    background-size: contain; }
    .sec4 .steps1 span {
      top: 28%;
      right: 20%;
      left: 18%; }
      @media (max-width: 567px) {
        .sec4 .steps1 span {
          top: 13%;
          right: 15%;
          left: 15%;
          font-size: 11px;
          line-height: 20px; } }
      @media (min-width: 568px) and (max-width: 992px) {
        .sec4 .steps1 span {
          top: 20%;
          right: 15%;
          left: 15%;
          font-size: 14px;
          line-height: 26px; } }
  .sec4 .steps2 {
    background-image: url(../images/xt2.png);
    background-repeat: no-repeat;
    width: 560px;
    height: 260px;
    margin: -75px auto;
    padding-left: 33px;
    position: absolute;
    background-size: contain;
    right: -47px; }
    @media (max-width: 767px) {
      .sec4 .steps2 {
        max-width: 300px;
        background-size: contain;
        right: 2px;
        margin: -142px auto; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .sec4 .steps2 {
        margin: -110px auto;
        max-width: 350px;
        right: 0; } }
    .sec4 .steps2 span {
      top: 21%;
      right: 16%;
      left: 15%; }
      @media (max-width: 567px) {
        .sec4 .steps2 span {
          top: 10%;
          right: 12%;
          left: 9%;
          font-size: 11px;
          line-height: 15px; } }
      @media (min-width: 568px) and (max-width: 992px) {
        .sec4 .steps2 span {
          font-size: 12px;
          top: 9%;
          line-height: 17px;
          left: 10%;
          right: 9%; } }
      @media (max-width: 767px) {
        .sec4 .steps2 span .guima {
          height: 35px !important;
          width: 75px !important; } }
  .sec4 .sec_l {
    flex: 1.5;
    z-index: 9;
    position: relative; }
  .sec4 .sec_r {
    flex: 1;
    z-index: 9;
    position: relative; }
    .sec4 .sec_r img {
      position: absolute;
      top: -150px; }
      @media (max-width: 767px) {
        .sec4 .sec_r img {
          position: initial; } }

.sec5 {
  padding-bottom: 260px;
  margin-top: -160px; }
  @media (max-width: 767px) {
    .sec5 {
      margin-top: 0;
      padding-bottom: 0; } }
  .sec5 .steps1 {
    background-image: url(../images/mkb1.png);
    background-repeat: no-repeat;
    max-width: 468px;
    height: 190px;
    background-size: contain; }
    .sec5 .steps1 span {
      top: 40%;
      left: 20%;
      right: 12%; }
      @media (max-width: 567px) {
        .sec5 .steps1 span {
          top: 18%;
          line-height: 25px;
          font-size: 13px; } }
      @media (min-width: 568px) and (max-width: 992px) {
        .sec5 .steps1 span {
          top: 38%; } }
      @media (width: 768px) {
        .sec5 .steps1 span {
          top: 25%; } }
  .sec5 .steps2 {
    background-image: url(../images/mkb2.png);
    background-repeat: no-repeat;
    max-width: 562px;
    background-size: contain;
    height: 260px;
    margin: -25px auto; }
    @media (max-width: 767px) {
      .sec5 .steps2 {
        height: 185px; } }
    .sec5 .steps2 span {
      top: 18%;
      left: 17%;
      right: 19%; }
      @media (max-width: 567px) {
        .sec5 .steps2 span {
          font-size: 12px;
          line-height: 20px;
          top: 12%;
          left: 13%;
          right: 10%; } }
      @media (min-width: 568px) and (max-width: 992px) {
        .sec5 .steps2 span {
          top: 12%;
          left: 13%;
          right: 24%;
          font-size: 16px;
          line-height: 20px; } }
      @media (width: 768px) {
        .sec5 .steps2 span {
          top: 12%; } }
  .sec5 .steps3 {
    background-image: url(../images/mkb3.png);
    background-repeat: no-repeat;
    max-width: 435px;
    background-size: contain;
    height: 215px;
    margin: -75px -40px; }
    @media (max-width: 767px) {
      .sec5 .steps3 {
        margin: -20px; } }
    .sec5 .steps3 span {
      top: 19%;
      left: 19%;
      right: 20%; }
      @media (max-width: 567px) {
        .sec5 .steps3 span {
          top: 11%;
          left: 19%;
          right: 14%;
          line-height: 25px;
          font-size: 13px; } }
      @media (min-width: 568px) and (max-width: 992px) {
        .sec5 .steps3 span {
          top: 20%;
          left: 19%;
          font-size: 16px; } }
  .sec5 .note {
    position: absolute;
    left: 17%;
    right: 32%;
    bottom: 54px; }
    @media (max-width: 767px) {
      .sec5 .note {
        position: inherit; } }
    @media (min-width: 558px) and (max-width: 992px) {
      .sec5 .note {
        margin-top: 25px; } }
    @media (width: 768px) {
      .sec5 .note {
        position: absolute;
        left: 2%;
        right: 44%;
        bottom: 15px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .sec5 .note {
        position: absolute;
        left: 0;
        right: 44%;
        bottom: 0; } }

.sec6 {
  background-color: #f9e7d7;
  padding: 50px; }
  @media (max-width: 1400px) {
    .sec6 {
      padding: 20px; } }
  .sec6 .sec_r {
    padding-left: 20px; }
    @media (max-width: 767px) {
      .sec6 .sec_r {
        padding-left: 0; } }
  .sec6 .steps1 {
    background-image: url(../images/dnb1.png);
    background-repeat: no-repeat;
    max-width: 380px;
    background-size: contain;
    height: 165px;
    margin: auto; }
    .sec6 .steps1 span {
      top: 30%;
      left: 18%;
      right: 25%; }
      @media (max-width: 567px) {
        .sec6 .steps1 span {
          top: 18%;
          line-height: 20px;
          font-size: 13px; } }
      @media (min-width: 568px) and (max-width: 992px) {
        .sec6 .steps1 span {
          top: 25%; } }
  .sec6 .steps2 {
    background-image: url(../images/dnb2.png);
    background-repeat: no-repeat;
    max-width: 612px;
    background-size: contain;
    height: 302px;
    margin: -25px auto; }
    @media (max-width: 767px) {
      .sec6 .steps2 {
        height: 190px; } }
    .sec6 .steps2 span {
      top: 18%;
      left: 19%;
      right: 14%; }
      @media (min-width: 568px) and (max-width: 992px) {
        .sec6 .steps2 span {
          top: 16%;
          font-size: 13px;
          left: 16%;
          right: 18%;
          line-height: 19px; } }
      @media (max-width: 567px) {
        .sec6 .steps2 span {
          font-size: 10px;
          line-height: 14px;
          top: 8%;
          left: 16%;
          right: 11%; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        .sec6 .steps2 span {
          top: 10%;
          line-height: 26px; } }
  @media (max-width: 767px) {
    .sec6 .mk {
      width: 79px !important;
      height: 30px !important; } }
  .sec6 .img {
    display: flex;
    justify-content: flex-end;
    margin-top: -130px; }
    @media (max-width: 767px) {
      .sec6 .img {
        display: block;
        margin: auto; } }
    .sec6 .img img {
      margin: inherit; }

/*Trang 6*/
.number {
  display: flex;
  align-items: flex-start; }
  .number .icon {
    font-size: 24px;
    color: #92070c;
    padding-right: 10px;
    margin-top: -7px; }

.header-title h5.title {
  margin-bottom: 0; }
.header-title span {
  display: block;
  font-size: 20px;
  padding: 3px 0px 10px; }

.bg-x {
  background: #d6e5e3; }

.para {
  padding: 20px; }
  .para.para1 {
    padding: 20px; }
    .para.para1 p {
      margin-bottom: 0; }
  .para .img {
    flex: 1; }
  .para .text {
    flex: 3;
    text-align: justify; }
    .para .text img {
      margin-bottom: 15px; }
  .para.para2 {
    padding: 25px 80px; }
    @media (max-width: 767px) {
      .para.para2 {
        padding: 20px 10px; } }
  .para .sum {
    padding-left: 20px;
    text-align: justify;
    flex: 1; }
    @media (max-width: 767px) {
      .para .sum {
        margin-bottom: 20px; } }
    .para .sum p {
      margin-bottom: 5px; }
      @media (min-width: 1600px) {
        .para .sum p {
          font-size: 15px; } }
  @media (max-width: 767px) {
    .para.para4 {
      padding: 0; } }
  .para.para4 .box {
    height: 126px;
    padding-left: 145px;
    padding-top: 32px;
    font-size: 24px;
    margin-bottom: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 1400px) {
      .para.para4 .box {
        padding-left: 115px;
        padding-top: 15px;
        font-size: 22px;
        margin-bottom: 15px; } }
    @media (max-width: 567px) {
      .para.para4 .box {
        padding-left: 40px;
        margin-bottom: -30px; } }
    @media (min-width: 568px) and (max-width: 992px) {
      .para.para4 .box {
        padding-left: 68px;
        margin-bottom: -20px; } }
    .para.para4 .box:nth-child(1) {
      background-image: url("../images/1b.png"); }
    .para.para4 .box:nth-child(2) {
      background-image: url("../images/1c.png"); }
    .para.para4 .box:nth-child(3) {
      background-image: url("../images/1d.png"); }
    .para.para4 .box h5 {
      color: #91070c; }
      @media (max-width: 567px) {
        .para.para4 .box h5 {
          font-size: 10px; } }
      @media (min-width: 568px) and (max-width: 992px) {
        .para.para4 .box h5 {
          font-size: 13px; } }
    .para.para4 .box span {
      font-size: 18px; }
      @media (max-width: 567px) {
        .para.para4 .box span {
          font-size: 10px; } }
      @media (min-width: 568px) and (max-width: 992px) {
        .para.para4 .box span {
          font-size: 13px; } }

/*Trang 8*/
.noidung {
  background: #efe5dc;
  padding: 30px 0;
  position: relative;
  margin-top: 80px; }
  .noidung p {
    margin-bottom: 5px; }
  .noidung img.img-page {
    position: absolute;
    right: 70px;
    top: -60px; }
    @media (max-width: 1200px) {
      .noidung img.img-page {
        position: inherit; } }
  .noidung .box-item .item {
    position: relative; }
    .noidung .box-item .item:before {
      content: '';
      position: absolute;
      background: url(../images/next.png) no-repeat;
      height: 30px;
      width: 26px;
      /* left: 0; */
      right: -30px;
      top: 43%; }
  .noidung .item {
    margin-bottom: 30px;
    position: relative; }
    .noidung .item .img_bg {
      flex: 1; }
      .noidung .item .img_bg img {
        width: 145px; }
        @media (width: 768px) {
          .noidung .item .img_bg img {
            width: 95px; } }
    .noidung .item .sum {
      flex: 1.5;
      padding-left: 15px; }
      .noidung .item .sum p {
        text-align: justify; }

.img-left {
  margin: inherit; }

.block1 {
  padding: 0 35px 40px; }

.block2 {
  background: #efe5dc;
  padding: 25px;
  margin-bottom: 30px;
  position: relative; }
  .block2:before {
    content: '';
    position: absolute;
    background: #e2cfbf;
    height: 133px;
    left: 0;
    right: 0;
    bottom: 0; }

.c-text {
  height: 100%;
  display: flex;
  align-items: center; }
  .c-text p {
    margin-bottom: 5px; }

.block3 {
  padding: 30px 20px;
  background: #efe5dc; }
  .block3 .box_img {
    display: flex;
    flex-direction: column; }
    .block3 .box_img img {
      flex: 1; }
  .block3 p {
    text-align: justify; }
  .block3 .name_img {
    display: block;
    font-style: italic;
    color: #90060b;
    text-align: center;
    padding-top: 15px; }

.block4 {
  padding: 0 25px; }
  .block4 .noidung {
    margin-top: 0;
    padding: 30px 0;
    background: transparent; }
  .block4 .item {
    height: 100%; }
    .block4 .item:before {
      top: 30% !important; }
    .block4 .item .sum {
      flex: 1.3;
      /*padding-left:0;*/ }
      .block4 .item .sum p {
        text-align: justify; }
    @media (min-width: 1600px) {
      .block4 .item .fix-h img {
        height: 345px;
        width: 180px !important; } }
    .block4 .item .img_bg {
      flex: 0.7; }
    .block4 .item .img_bg img {
      width: 100%; }

.block5 {
  position: relative;
  padding: 25px; }
  .block5:before {
    content: '';
    position: absolute;
    background: #efe5dc;
    border-top: 15px solid #e2cfbf;
    height: 298px;
    left: 0;
    right: 0;
    bottom: 0; }
  .block5 .c-text {
    padding-top: 70px; }
    @media (max-width: 767px) {
      .block5 .c-text {
        padding-top: 0;
        padding-bottom: 20px; } }

.headLine {
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px !important; }
  .headLine:before {
    content: '';
    position: absolute;
    background: #91060c;
    height: 30px;
    width: 12px;
    left: 0;
    top: 8px; }

.block6 {
  padding: 0 25px; }
  .block6 .noidung {
    background: transparent;
    margin-top: 10px; }

@media (min-width: 1400px) {
  .ml-35 {
    margin-left: -35px !important; } }

.ml-20 {
  margin-left: -20px !important; }

.fix-bg {
  height: 84%;
  margin-right: 18px;
  margin-top: 42px; }
  @media (max-width: 1025px) {
    .fix-bg {
      margin-right: 0; } }

.page8 {
  padding-bottom: 100px; }

.footer {
  position: absolute;
  background-image: linear-gradient(to right, #999999, #cccccc);
  bottom: 0;
  right: 15px;
  left: 15px;
  min-height: 38px;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  line-height: 38px;
  text-align: right;
  font-size: 13px;
  padding-right: 112px; }
  @media (max-width: 767px) {
    .footer {
      font-size: 9px;
      padding-right: 58px;
      line-height: 19px;
      display: flex;
      align-items: center;
      justify-content: center; } }
  .footer:after {
    content: '';
    background: url(../images/dk/icon_ft.svg) no-repeat;
    right: 50px;
    height: 38px;
    width: 52px;
    position: absolute;
    top: 0;
    bottom: 0; }
    @media (max-width: 767px) {
      .footer:after {
        right: 0; } }

.sideMenu ul.lv-2 li span {
  padding-left: 7px;}
.sideMenu ul.lv-2 li:hover .icon {
  border: 1px solid #610004;
  color: #610004; }
.sideMenu ul.lv-2 .icon {
  height: 30px;
  width: 30px;
  color: #353535;
  border: 1px solid #353535;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  margin-left: 4px;
  flex-basis: 30px; }

.go-top {
  position: fixed;
  bottom: 10%;
  right: 60px;
  padding: 20px;
  display: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased; }

.go-top:after {
  font-family: FontAwesome;
  content: "\f106";
  background-color: #efaa09;
  padding: 0px 15px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  font-size: 30px;
  z-index: 9999; }

.logo_an {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .logo_an img {
    height: 150px; }

/*Trang dang ky*/
.tracuu {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 27px;
  font-size: 16px;
  height: 100%;
  /*padding: 40px 20px 30px;*/ }
  .tracuu h4.title {
    text-transform: inherit;
    font-weight: normal;
    position: relative;
    padding-left: 35px;
    color: #009245; }
    .tracuu h4.title:before {
      content: '';
      position: absolute;
      left: 0;
      background: url("../images/tracuu/icon_title.svg");
      width: 29px;
      height: 26px; }
    .tracuu h4.title:after {
      content: '';
      background: url(../images/tracuu/line.svg) no-repeat;
      height: 17px;
      max-width: 750px;
      min-width: 750px;
      position: absolute;
      right: 0;
      top: 9px;
      background-size: contain; }
      @media (max-width: 1600px) {
        .tracuu h4.title:after {
          max-width: 567px;
          min-width: 567px; } }
      @media (max-width: 767px) {
        .tracuu h4.title:after {
          display: none; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .tracuu h4.title:after {
          max-width: 400px;
          min-width: 400px; } }
  .tracuu .t_block1 {
    background: rgba(255, 255, 246, 0.3);
    padding-top: 95px;
    border-radius: 26px; }
  .tracuu .column {
    margin: 0 35px; }
    .tracuu .column h4 {
      margin-bottom: -11px;
      font-size: 26px;
      text-transform: uppercase;
      font-weight: bold; }
      @media (max-width: 992px) {
        .tracuu .column h4 {
          text-align: center; } }
    .tracuu .column .box {
      position: relative;
      max-width: 296px;
      min-width: 296px;
      height: 457px;
      margin: auto; }
      .tracuu .column .box span {
        position: absolute;
        top: 15%;
        width: 60%;
        text-align: justify;
        left: 20%;
        white-space: break-spaces;
        word-break: break-word; }
  .tracuu .column1 h4 {
    color: #ff8500; }
  .tracuu .column1 .box {
    background-image: url("../images/tracuu/a1.png"); }
  .tracuu .column2 h4 {
    color: #006002; }
  .tracuu .column2 .box {
    background-image: url("../images/tracuu/a2.png"); }
  .tracuu .t_block2 {
    padding: 35px 0 60px;
    border-top: 1px solid #ccc;
    margin-top: -30px;
    background: #f8f2f2;
    border-bottom-left-radius: 27px;
    border-bottom-right-radius: 27px; }
    .tracuu .t_block2 p {
      width: 65%;
      margin: auto;
      color: #0071bc;
      text-align: justify; }
  .tracuu .tc_noidung {
    padding: 50px; }
    @media (max-width: 767px) {
      .tracuu .tc_noidung {
        padding: 0;
        font-size: 13px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .tracuu .tc_noidung {
        padding: 10px; } }
    .tracuu .tc_noidung .tc_item {
      position: relative;
      width: 100%;
      margin-bottom: 65px;
      background-size: contain; }
      .tracuu .tc_noidung .tc_item .round {
        position: absolute; }
        .tracuu .tc_noidung .tc_item .round span {
          word-break: break-word; }
      .tracuu .tc_noidung .tc_item:nth-child(1) {
        background: url("../images/tracuu/b1.png") no-repeat left;
        min-height: 172px;
        width: 100%;
        margin-bottom: 10px; }
        .tracuu .tc_noidung .tc_item:nth-child(1) .round {
          left: 18%;
          top: 30%;
          right: 35%; }
          @media (max-width: 567px) {
            .tracuu .tc_noidung .tc_item:nth-child(1) .round {
              left: 44%;
              top: 22%;
              right: 12px;
              line-height: 17px; } }
          @media (min-width: 568px) and (max-width: 767px) {
            .tracuu .tc_noidung .tc_item:nth-child(1) .round {
              top: 30%;
              right: 10%;
              left: 30%; } }
          @media (min-width: 768px) and (max-width: 1400px) {
            .tracuu .tc_noidung .tc_item:nth-child(1) .round {
              left: 23%;
              right: 28%; } }
      .tracuu .tc_noidung .tc_item:nth-child(2) {
        background: url("../images/tracuu/b2.png") no-repeat right;
        min-height: 172px; }
        .tracuu .tc_noidung .tc_item:nth-child(2) .round {
          right: 22%;
          top: 30%; }
          @media (max-width: 767px) {
            .tracuu .tc_noidung .tc_item:nth-child(2) .round {
              top: unset;
              bottom: 13px; } }
          .tracuu .tc_noidung .tc_item:nth-child(2) .round span {
            display: flex;
            justify-content: flex-end;
            margin-bottom: 10px;
            margin-right: 10px; }
            @media (max-width: 767px) {
              .tracuu .tc_noidung .tc_item:nth-child(2) .round span {
                justify-content: flex-start; } }
      .tracuu .tc_noidung .tc_item:nth-child(3) {
        background: url("../images/tracuu/b3.png") no-repeat left;
        min-height: 220px; }
        @media (max-width: 567px) {
          .tracuu .tc_noidung .tc_item:nth-child(3) {
            margin-bottom: 10px; } }
        @media (min-width: 568px) and (max-width: 767px) {
          .tracuu .tc_noidung .tc_item:nth-child(3) {
            margin-bottom: 100px; } }
        .tracuu .tc_noidung .tc_item:nth-child(3) .round {
          left: 18%;
          top: 0;
          right: 22%;
          display: flex; }
          @media (max-width: 767px) {
            .tracuu .tc_noidung .tc_item:nth-child(3) .round {
              display: block;
              right: 0;
              left: 38%;
              top: 30%; } }
          @media (min-width: 768px) and (max-width: 992px) {
            .tracuu .tc_noidung .tc_item:nth-child(3) .round {
              left: 28%;
              top: 0;
              right: 0; } }
          .tracuu .tc_noidung .tc_item:nth-child(3) .round span {
            margin-top: 70px; }
      .tracuu .tc_noidung .tc_item:nth-child(4) {
        background: url("../images/tracuu/b4.png") no-repeat right;
        min-height: 745px; }
        .tracuu .tc_noidung .tc_item:nth-child(4) .round {
          left: 18%;
          top: 0;
          right: 22%; }
          @media (max-width: 567px) {
            .tracuu .tc_noidung .tc_item:nth-child(4) .round {
              left: 0;
              top: 24%;
              right: 30%; } }
          @media (min-width: 568px) and (max-width: 767px) {
            .tracuu .tc_noidung .tc_item:nth-child(4) .round {
              left: 0;
              top: 10%; } }
          .tracuu .tc_noidung .tc_item:nth-child(4) .round span {
            margin-top: 70px;
            margin-left: 20px;
            display: block; }
            @media (max-width: 767px) {
              .tracuu .tc_noidung .tc_item:nth-child(4) .round span {
                margin-top: 20px !important;
                margin-left: 0; } }
  .tracuu .grap1 {
    background-color: rgba(243, 249, 229, 0.3);
    padding: 40px 20px 0px;
    border-top-right-radius: 27px;
    border-top-left-radius: 27px; }
    .tracuu .grap1 .tc_noidung {
      padding-bottom: 1px; }
  .tracuu .grap2 {
    padding: 20px 20px 0px; }
    @media (max-width: 767px) {
      .tracuu .grap2 {
        padding-bottom: 50px; } }
    .tracuu .grap2 .tc_noidung .tc_item:nth-child(1) {
      background: url("../images/tracuu/2.b1.png") no-repeat left; }
    .tracuu .grap2 .tc_noidung .tc_item:nth-child(2) {
      background: url("../images/tracuu/2.b2.png") no-repeat right; }
    .tracuu .grap2 .tc_noidung .tc_item:nth-child(3) {
      background: url("../images/tracuu/2.b3.png") no-repeat left; }
    .tracuu .grap2 .tc_noidung .tc_item:nth-child(4) {
      background: url("../images/tracuu/2.b4.png") no-repeat right;
      height: 632px; }
      @media (max-width: 567px) {
        .tracuu .grap2 .tc_noidung .tc_item:nth-child(4) .round {
          top: 30%; } }
      @media (min-width: 567px) and (max-width: 767px) {
        .tracuu .grap2 .tc_noidung .tc_item:nth-child(4) .round {
          top: 16%; } }
      .tracuu .grap2 .tc_noidung .tc_item:nth-child(4) .round span {
        margin-top: 120px; }
  .tracuu .grap .tc_noidung {
    padding: 30px 50px; }
    @media (max-width: 992px) {
      .tracuu .grap .tc_noidung {
        padding: 0; } }
    @media (min-width: 569px) and (max-width: 992px) {
      .tracuu .grap .tc_noidung {
        font-size: 16px; } }
    .tracuu .grap .tc_noidung .tc_item:nth-child(1) {
      background: url("../images/tracuu/3.b1.png") no-repeat left; }
      .tracuu .grap .tc_noidung .tc_item:nth-child(1) .round {
        top: 50%; }
        @media (max-width: 767px) {
          .tracuu .grap .tc_noidung .tc_item:nth-child(1) .round {
            top: 42%;
            right: 0; } }
    .tracuu .grap .tc_noidung .tc_item:nth-child(2) {
      background: url("../images/tracuu/3.b2.png") no-repeat right;
      min-height: 200px;
      margin-top: -50px;
      margin-bottom: -15px; }
      @media (max-width: 767px) {
        .tracuu .grap .tc_noidung .tc_item:nth-child(2) {
          margin-top: 0; } }
      .tracuu .grap .tc_noidung .tc_item:nth-child(2) .round {
        right: 12%;
        top: 30%; }
        .tracuu .grap .tc_noidung .tc_item:nth-child(2) .round span {
          margin: 8px 45px 4px; }
    .tracuu .grap .tc_noidung .tc_item:nth-child(3) {
      background: url("../images/tracuu/3.b3.png") no-repeat left;
      min-height: 404px;
      margin-bottom: 0; }
      .tracuu .grap .tc_noidung .tc_item:nth-child(3) .round {
        top: 16%;
        right: 20%;
        left: 15%; }
        @media (max-width: 767px) {
          .tracuu .grap .tc_noidung .tc_item:nth-child(3) .round {
            top: 24%;
            right: 0;
            left: 0; } }
        @media (min-width: 768px) and (max-width: 1400px) {
          .tracuu .grap .tc_noidung .tc_item:nth-child(3) .round {
            right: 2%; } }
        @media (min-width: 1400px) and (max-width: 1600px) {
          .tracuu .grap .tc_noidung .tc_item:nth-child(3) .round {
            right: 8%; } }
    .tracuu .grap .tc_noidung .tc_item:nth-child(4) {
      background: url("../images/tracuu/3.b4.png") no-repeat top right;
      min-height: 562px;
      margin-top: -30px; }
      @media (min-width: 568px) and (max-width: 767px) {
        .tracuu .grap .tc_noidung .tc_item:nth-child(4) {
          min-height: 1000px; } }
      .tracuu .grap .tc_noidung .tc_item:nth-child(4) .round {
        left: 37%;
        top: 6%;
        right: 0; }
        @media (min-width: 568px) and (max-width: 767px) {
          .tracuu .grap .tc_noidung .tc_item:nth-child(4) .round {
            top: 10%; } }
        .tracuu .grap .tc_noidung .tc_item:nth-child(4) .round span {
          margin: 45px 0; }
  .tracuu .grap3 {
    background-color: rgba(238, 255, 254, 0.3);
    padding: 40px 20px 0;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px; }
    .tracuu .grap3 .tc_noidung .tc_item:nth-child(4) .round {
      left: 2%;
      top: 6%;
      right: 14%; }
  .tracuu .grap4 {
    padding: 20px 20px 0; }
    @media (min-width: 568px) and (max-width: 767px) {
      .tracuu .grap4 .tc_noidung .tc_item:nth-child(4) {
        min-height: 562px !important; } }
    .tracuu .grap4 .tc_noidung .tc_item:nth-child(4) .round {
      left: 7%;
      top: 6%;
      right: 20%; }
      @media (min-width: 568px) and (max-width: 767px) {
        .tracuu .grap4 .tc_noidung .tc_item:nth-child(4) .round {
          top: 13% !important; } }
  .tracuu .grap5 {
    padding: 20px 20px 0; }
    .tracuu .grap5 .tc_noidung .tc_item {
      background-size: contain !important; }
      .tracuu .grap5 .tc_noidung .tc_item:nth-child(1) {
        background: url("../images/tracuu/4.b1.png") no-repeat top left;
        min-height: 323px; }
        @media (max-width: 567px) {
          .tracuu .grap5 .tc_noidung .tc_item:nth-child(1) {
            min-height: 170px; } }
        @media (min-width: 568px) and (max-width: 767px) {
          .tracuu .grap5 .tc_noidung .tc_item:nth-child(1) {
            min-height: 220px; } }
        .tracuu .grap5 .tc_noidung .tc_item:nth-child(1) .round {
          top: 10%;
          right: 14%;
          left: 20%; }
          @media (max-width: 1600px) {
            .tracuu .grap5 .tc_noidung .tc_item:nth-child(1) .round {
              top: 10%;
              right: 6%;
              left: 23%; } }
      .tracuu .grap5 .tc_noidung .tc_item:nth-child(2) {
        background: url("../images/tracuu/4.b2.png") no-repeat top right;
        min-height: 420px;
        margin-top: 0; }
        @media (max-width: 567px) {
          .tracuu .grap5 .tc_noidung .tc_item:nth-child(2) {
            min-height: 240px; } }
        @media (min-width: 568px) and (max-width: 767px) {
          .tracuu .grap5 .tc_noidung .tc_item:nth-child(2) {
            min-height: 320px; } }
        .tracuu .grap5 .tc_noidung .tc_item:nth-child(2) .round {
          right: 20%;
          top: 10%;
          left: 13%; }
          @media (max-width: 1600px) {
            .tracuu .grap5 .tc_noidung .tc_item:nth-child(2) .round {
              right: 22%;
              top: 10%;
              left: 4%; } }
          @media (max-width: 567px) {
            .tracuu .grap5 .tc_noidung .tc_item:nth-child(2) .round {
              top: 5%; } }
          .tracuu .grap5 .tc_noidung .tc_item:nth-child(2) .round span {
            display: block;
            margin: 0; }
      .tracuu .grap5 .tc_noidung .tc_item:nth-child(3) {
        background: url("../images/tracuu/4.b3.png") no-repeat top left;
        min-height: 370px;
        margin: 20px 0 30px; }
        @media (max-width: 567px) {
          .tracuu .grap5 .tc_noidung .tc_item:nth-child(3) {
            min-height: 230px; } }
        @media (min-width: 568px) and (max-width: 767px) {
          .tracuu .grap5 .tc_noidung .tc_item:nth-child(3) {
            min-height: 320px; } }
        .tracuu .grap5 .tc_noidung .tc_item:nth-child(3) .round {
          display: block;
          top: 12%;
          right: 13%;
          left: 20%; }
          @media (max-width: 1600px) {
            .tracuu .grap5 .tc_noidung .tc_item:nth-child(3) .round {
              right: 5%;
              left: 22%; } }
          @media (max-width: 767px) {
            .tracuu .grap5 .tc_noidung .tc_item:nth-child(3) .round {
              top: 5%; } }
      .tracuu .grap5 .tc_noidung .tc_item:nth-child(4) {
        background: url("../images/tracuu/4.b4.png") no-repeat top right;
        min-height: 154px; }
        @media (max-width: 1600px) {
          .tracuu .grap5 .tc_noidung .tc_item:nth-child(4) .round {
            left: 30%; } }
        @media (max-width: 767px) {
          .tracuu .grap5 .tc_noidung .tc_item:nth-child(4) .round {
            top: -5%;
            left: 5%;
            right: 16%; } }

.color-blue {
  color: #29abe2; }

/*Mobile*/
@media (max-width: 567px) {
  .grap.grap3 .tc_item:nth-child(1),
  .grap4 .tc_item:nth-child(1) {
    background: url(../images/tracuu/m_b1.png) no-repeat left !important; }
    .grap.grap3 .tc_item:nth-child(1) .round,
    .grap4 .tc_item:nth-child(1) .round {
      left: 0% !important;
      top: 93% !important; }
  .grap.grap3 .tc_item:nth-child(2),
  .grap4 .tc_item:nth-child(2) {
    background: url(../images/tracuu/m_b2.png) no-repeat right !important; }
    .grap.grap3 .tc_item:nth-child(2) .round,
    .grap4 .tc_item:nth-child(2) .round {
      top: 63% !important;
      left: 0% !important;
      right: 0 !important; }
  .grap.grap3 .tc_item:nth-child(3),
  .grap4 .tc_item:nth-child(3) {
    background: url(../images/tracuu/m_b3.png) no-repeat top left !important;
    margin-top: 45px; }
    .grap.grap3 .tc_item:nth-child(3) .round,
    .grap4 .tc_item:nth-child(3) .round {
      left: 0% !important;
      top: 27% !important; }
  .grap.grap3 .tc_item:nth-child(4),
  .grap4 .tc_item:nth-child(4) {
    background: url(../images/tracuu/m_b4.png) no-repeat top right !important;
    min-height: 127vh !important; }
    .grap.grap3 .tc_item:nth-child(4) .round,
    .grap4 .tc_item:nth-child(4) .round {
      left: 0% !important;
      top: 12% !important;
      right: 0% !important; }
      .grap.grap3 .tc_item:nth-child(4) .round span,
      .grap4 .tc_item:nth-child(4) .round span {
        margin-bottom: 20px !important; }

  .grap4 .tc_item:nth-child(4) {
    background: url(../images/tracuu/m_b4.png) no-repeat top right !important;
    min-height: 80vh !important;
    margin-bottom: 0; }
    .grap4 .tc_item:nth-child(4) .round {
      left: 0% !important;
      top: 17% !important;
      right: 0% !important; }
      .grap4 .tc_item:nth-child(4) .round span {
        margin-bottom: 20px !important; } }
.qr_code .qr {
  position: relative; }
  .qr_code .qr .name {
    color: #fff;
    position: relative;
    padding-left: 25px;
    position: absolute;
    bottom: 32px;
    left: 20px;
    right: 0;
    white-space: nowrap;
    font-size: 14px; }
    @media (max-width: 767px) {
      .qr_code .qr .name {
        white-space: normal;
        bottom: -12px;
        left: 0; } }
    .qr_code .qr .name:before {
      content: '';
      position: absolute;
      left: 0;
      height: 19px;
      width: 19px;
      top: 4px; }
  .qr_code .qr:nth-child(1) {
    margin-right: 50px; }
    .qr_code .qr:nth-child(1) .name:before {
      background: url("../images/a.png") no-repeat;
      top: 0 !important; }
  .qr_code .qr:nth-child(2) .name:before {
    background: url("../images/ch.png") no-repeat; }

/*# sourceMappingURL=styles.css.map */
