@charset "UTF-8";
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0; }

.slick-loading .slick-list {
  background: url(./ajax-loader.gif) center center no-repeat #fff; }

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(./fonts/slick.eot);
  src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"), url(./fonts/slick.woff) format("woff"), url(./fonts/slick.ttf) format("truetype"), url(./fonts/slick.svg#slick) format("svg"); }
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0; }

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25; }

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff; }

.slick-prev {
  left: -25px; }

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir=rtl] .slick-next {
  right: auto;
  left: -25px; }

[dir=rtl] .slick-next:before {
  content: '←'; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000; }

/*style*/
@font-face {
  font-family: NunitoExtraBold;
  src: url(../f/Nunito-ExtraBold.ttf); }
@font-face {
  font-family: NunitoBlack;
  src: url(../f/Nunito-Black.ttf); }
@font-face {
  font-family: Nabila;
  src: url(../f/Nabila.ttf); }
@font-face {
  font-family: NunitoBold;
  src: url(../f/Nunito-Bold.ttf); }
@font-face {
  font-family: Nunito;
  src: url(../f/Nunito-Regular.ttf); }
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input:focus, textarea:focus {
  outline: none; }

:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.clear {
  clear: both; }

.center {
  text-align: center; }

.cxs1,
.csm1,
.cmd1,
.clg1,
.cxs2,
.csm2,
.cmd2,
.clg2,
.cxs3,
.csm3,
.cmd3,
.clg3,
.cxs4,
.csm4,
.cmd4,
.clg4,
.cxs5,
.csm5,
.cmd5,
.clg5,
.cxs6,
.csm6,
.cmd6,
.clg6,
.cxs7,
.csm7,
.cmd7,
.clg7,
.cxs8,
.csm8,
.cmd8,
.clg8,
.cxs9,
.csm9,
.cmd9,
.clg9,
.cxs10,
.csm10,
.cmd10,
.clg10,
.cxs11,
.csm11,
.cmd11,
.clg11,
.cxs12,
.csm12,
.cmd12,
.clg12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.cxs1,
.cxs2,
.cxs3,
.cxs4,
.cxs5,
.cxs6,
.cxs7,
.cxs8,
.cxs9,
.cxs10,
.cxs11,
.cxs12 {
  float: left; }

.cxs12 {
  width: 100%; }

.cxs11 {
  width: 91.66666667%; }

.cxs10 {
  width: 83.33333333%; }

.cxs9 {
  width: 75%; }

.cxs8 {
  width: 66.66666667%; }

.cxs7 {
  width: 58.33333333%; }

.cxs6 {
  width: 50%; }

.cxs5 {
  width: 41.66666667%; }

.cxs4 {
  width: 33.33333333%; }

.cxs3 {
  width: 25%; }

.cxs2 {
  width: 16.66666667%; }

.cxs1 {
  width: 8.33333333%; }

@media (min-width: 768px) {
  .csm1,
  .csm2,
  .csm3,
  .csm4,
  .csm5,
  .csm6,
  .csm7,
  .csm8,
  .csm9,
  .csm10,
  .csm11,
  .csm12 {
    float: left; }

  .csm12 {
    width: 100%; }

  .csm11 {
    width: 91.66666667%; }

  .csm10 {
    width: 83.33333333%; }

  .csm9 {
    width: 75%; }

  .csm8 {
    width: 66.66666667%; }

  .csm7 {
    width: 58.33333333%; }

  .csm6 {
    width: 50%; }

  .csm5 {
    width: 41.66666667%; }

  .csm4 {
    width: 33.33333333%; }

  .csm3 {
    width: 25%; }

  .csm2 {
    width: 16.66666667%; }

  .csm1 {
    width: 8.33333333%; } }
@media (min-width: 992px) {
  .cmd1,
  .cmd2,
  .cmd3,
  .cmd4,
  .cmd5,
  .cmd6,
  .cmd7,
  .cmd8,
  .cmd9,
  .cmd10,
  .cmd11,
  .cmd12 {
    float: left; }

  .cmd12 {
    width: 100%; }

  .cmd11 {
    width: 91.66666667%; }

  .cmd10 {
    width: 83.33333333%; }

  .cmd9 {
    width: 75%; }

  .cmd8 {
    width: 66.66666667%; }

  .cmd7 {
    width: 58.33333333%; }

  .cmd6 {
    width: 50%; }

  .cmd5 {
    width: 41.66666667%; }

  .cmd4 {
    width: 33.33333333%; }

  .cmd3 {
    width: 25%; }

  .cmd2 {
    width: 16.66666667%; }

  .cmd1 {
    width: 8.33333333%; } }
.csm25 {
  width: 20%; }

.csm15 {
  width: 12.5%; }

html, body {
  overflow-x: hidden; }

body, div, ul, li, ol, dl, dt, dd, input, h1, h2, h3, h4, h5, h6, span, strong, img, p {
  margin: 0;
  padding: 0;
  border: none;
  text-align: justify; }

ul, li, ol, dl, dt, dd {
  list-style: none; }

* {
  transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  -webkit-transition: color .3s; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  color: inherit; }

a:hover, a:focus {
  text-decoration: none;
  color: red; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #757779;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #757779; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #757779; }

body {
  font-family: Nunito;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  position: relative;
  background: #f3f3f3; }

.ctn-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.ctn {
  max-width: 1200px;
  width: 100%;
  margin: auto; }

/*hieu ung*/
@-webkit-keyframes fadeInLeftSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftSlow {
  -webkit-animation-name: fadeInLeftSlow;
  animation-name: fadeInLeftSlow;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInRightSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightSlow {
  -webkit-animation-name: fadeInRightSlow;
  animation-name: fadeInRightSlow;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUpSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSlow {
  -webkit-animation-name: fadeInUpSlow;
  animation-name: fadeInUpSlow;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*end hieu ung*/
header {
  display: flex;
  background: #ebebeb;
  padding: 10px 0; }
  header > .ctn {
    display: flex;
    align-items: center; }
  header .cmd4 {
    padding: 0;
    width: 434px; }
  header .cmd2 {
    width: 17.66666667%; }
  header .cmd6 {
    width: 49%; }

#logo {
  display: flex;
  align-items: center; }
  #logo > a {
    margin-right: 19px;
    display: flex; }
  #logo span {
    font-size: 20px;
    color: #dba627;
    font-family: Nabila; }

.s_frm {
  width: 434px;
  color: #757779;
  border: 1px solid #e4e4e4;
  height: 36px;
  background: #fff;
  border-radius: 50px;
  position: relative; }
  .s_frm input {
    width: 100%;
    height: 100%;
    padding: 11px 25px;
    border-radius: 50px; }
  .s_frm button {
    position: absolute;
    width: 23px;
    height: 23px;
    background: url(../i/ic.png) no-repeat;
    background-size: 800px 254px;
    background-position: -26px -29px;
    display: inline-block;
    padding: 0 !important;
    border: none;
    right: 14px;
    top: 50%;
    transform: translateY(-50%); }

.tuvantop {
  display: flex;
  font-size: 16px;
  color: #dba627;
  align-items: center; }
  .tuvantop span {
    display: inline-block;
    width: 58px;
    height: 44px;
    background: url(../i/ic.png) no-repeat;
    background-size: 800px 254px;
    background-position: -90px -15px; }
  .tuvantop a {
    font-family: NunitoBold; }
  .tuvantop div {
    margin: 10px 0 0 5px; }
    .tuvantop div p {
      line-height: 1; }
#botheader{
  position: relative;
}
#botheader > .ctn {
  max-width: 1285px;
  display: flex;
  justify-content: end; }

nav {
  margin: 0 auto;
  display: table;
  background: #287383;
  width: 100%; }

nav > .ctn > ul > li:hover > p > a {
  color: #ffe26e; }

nav > .ctn > ul > li {
  float: left;
  margin: 0 5px;
  padding: 14px 16.5px;
  color: #000000;
  font-size: 16px;
  position: relative;
  font-family: 'NunitoBold';
  color: #fff; }
  nav > .ctn > ul > li:before {
    content: "";
    position: absolute;
    z-index: 111;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #37aea8;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  nav > .ctn > ul > li:hover:before {
    left: 0;
    right: 0; }

nav > .ctn > ul > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 50px;
  transform: rotateX(0); }

nav > .ctn > ul > li > ul > li .sub-menu {
  position: absolute;
  right: -150%;
  top: 0;
  left: unset;
  border-left: 1px dashed #fff; }

nav > .ctn > ul > li > ul > li:hover .sub-menu {
  right: -100%;
  opacity: 1;
  visibility: visible; }

nav > .ctn .sub-menu li:hover a {
  color: #ffe26e; }

nav > .ctn .sub-menu li:before {
  content: "»";
  display: inline-block;
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%); }

nav > .ctn .sub-menu {
  background: #287383;
  color: #fff;
  top: 65px;
  width: 280px;
  left: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  z-index: 111;
  border-top: 2px solid #1ea0c3; }

nav > .ctn .sub-menu li {
  padding: 14px 5px 14px 25px;
  transition: all 0.5s;
  border-bottom: 1px dashed #fff;
  position: relative;
  font-size: 15px; }

nav > .ctn .sub-menu li:hover {
  padding-left: 28px; }

nav > .ctn .sub-menu li:last-child {
  border-bottom: none; }

nav > .ctn > ul > li:first-child {
  padding: 14px 15px 14px 15px;
  margin-left: 0; }

nav > .ctn > ul > li.menu-item-has-children:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #fff;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

nav > .ctn > ul > li:last-child {
  padding-right: 40px;
  cursor: pointer; }

nav > .ctn > ul > li:last-child:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../i/ic.png) no-repeat;
  background-size: 800px 254px;
  background-position: -186px -30px; }

#banner {
  margin-bottom: 0; }
  #banner .slick-arrow {
    background: #0e4056 url(../i/ic.png) no-repeat;
    background-size: 800px 254px;
    width: 50px;
    height: 50px;
    position: absolute;
    background-position: -252px -13px;
    left: 7%;
    z-index: 99; }
  #banner .slick-next:before, #banner .slick-prev:before {
    display: none; }
  #banner .slick-prev {
    left: initial !important;
    right: 7% !important;
    z-index: 99;
    transform: rotate(180deg); }
  #banner .slick-dots {
    bottom: 30px; }
    #banner .slick-dots li {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #fff; }
      #banner .slick-dots li button {
        display: none; }
    #banner .slick-dots li.slick-active {
      width: 46px;
      height: 15px;
      border-radius: 10px;
      background: #dba627; }

.title {
  padding-bottom: 8px;
  position: relative;
  display: table;
  margin-bottom: 41px; }
  .title:before {
    content: "";
    display: inline-block;
    width: 43%;
    height: 6px;
    border-radius: 10px;
    background: #dba627;
    position: absolute;
    bottom: 0;
    left: 0; }
  .title h2 {
    font-size: 32px;
    color: #333333;
    text-transform: uppercase;
    font-family: NunitoExtraBold; }

.a1 {
  padding: 55px 15px 65px 15px;
  position: relative;
  overflow: hidden; }

#frm-home {
  border: 2px solid #ebebeb;
  border-radius: 10px;
  background: #dba627;
  padding: 15px; }
  #frm-home input {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 10px 18px;
    margin-bottom: 9px;
    width: 100%;
    font-family: 'Nunito';
    height: 40px; }
  #frm-home textarea {
    height: 58px;
    padding: 12px 18px;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    font-family: 'Nunito'; }
  #frm-home .wpcf7-submit {
    font-size: 16.25px;
    background: #287383;
    display: table;
    margin: 6px auto 0;
    width: auto;
    color: #fff;
    cursor: pointer;
    font-family: 'NunitoExtraBold';
    border: none;
    padding: 10px 21px;
    background: repeating-linear-gradient(to right, #287383 0, #000000 50%, #287383 100%);
    animation: gradient 2s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    background-size: 200% auto; }
  #frm-home .wpcf7-spinner {
    position: absolute; }
@keyframes gradient {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -200% 0; } }
.wpcf7-not-valid-tip {
  font-size: 0.8em; }

.title-frm {
  font-size: 18px;
  font-family: 'NunitoExtraBold';
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px; }

.flex-frm {
  display: flex; }
  .flex-frm > span {
    flex: 1;
    margin-right: 6px; }

.date-frm {
  margin-left: 6px;
  flex: 1; }
  .date-frm input[type="date"] {
    font-family: 'Nunito'; }

.top-a1 {
  display: flex; }
  .top-a1 > .title {
    flex: 1; }
  .top-a1 .title h2 {
    text-transform: initial; }

.capcuu {
  display: flex;
  justify-content: end;
  flex: 1;
  position: relative;
  padding-right: 60px; }
  .capcuu:before {
    width: 80px;
    height: 62px;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 4px;
    right: 0;
    background: url(../i/ic.png) no-repeat;
    background-size: 800px 254px;
    background-position: -400px -7px; }
  .capcuu span {
    display: inline-flex;
    background: #287383;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    padding: 3px 24px;
    line-height: normal;
    border-radius: 5px 5px 0 0; }
  .capcuu a {
    display: inline-flex;
    background: #dba627;
    color: #fff;
    font-family: NunitoBlack;
    font-size: 24px;
    /* text-align: center; */
    padding: 0 50px 0 34px;
    line-height: normal;
    border-radius: 5px 0 0 5px; }
  .capcuu > div {
    text-align: right; }

.bot-a1 .cmd3:first-child {
  padding-left: 0; }
.bot-a1 .cmd3:last-child {
  padding-right: 0; }
.bot-a1 .cmd3 > div {
  background: #fff;
  border: 2px solid #ebebeb;
  border-radius: 10px;
  padding: 27px 5px 10px 5px;
  cursor: pointer; }
.bot-a1 .cmd3 a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px; }
  .bot-a1 .cmd3 a:hover {
    color: red; }
.bot-a1 .cmd3 span {
  width: 88px;
  transition: all 0.3s;
  height: 88px;
  display: block;
  margin: 0 auto 25px;
  background: #287383 url(../i/ic.png) no-repeat;
  background-size: 800px 254px;
  background-position: -509px 7px;
  border-radius: 50%; }
.bot-a1 .cmd3:nth-child(2) span {
  background-position: -606px 6px; }
.bot-a1 .cmd3:nth-child(3) span {
  background-position: -709px 7px; }
.bot-a1 .cmd3:nth-child(4) span {
  background-position: -1px -71px; }
.bot-a1 .cmd3:hover span{
    background-color: #dba627 ;
}
.a2 {
  max-width: 1285px;
  display: flex; }

.right-a2 {
  padding-top: 45px; }
  .right-a2 .title {
    margin-bottom: 22px; }
    .right-a2 .title h2 {
      FONT-SIZE: 32px;
      color: #287383;
      font-family: 'Nunito';
      line-height: 1.3; }
      .right-a2 .title h2 b {
        display: block;
        font-family: 'NunitoBlack'; }
    .right-a2 .title span {
      font-size: 24px;
      font-family: 'Nabila';
      color: #333333;
      margin-bottom: 10px;
      display: block; }
  .right-a2 ul {
    display: flex;
    border: 1px solid #dba627;
    border-radius: 10px;
    padding: 12px 0 8px 0;
    background: #fff;
    margin: 32px 0 0 0;
    -webkit-box-shadow: -11px -12px 5px 1px #dee6e8;
    -moz-box-shadow: -11px -12px 5px 1px #dee6e8;
    box-shadow: -11px -12px 5px 1px #dee6e8; }
    .right-a2 ul li {
      flex: 1;
      line-height: 1.2;
      text-align: center; }
      .right-a2 ul li:nth-child(2) p:before {
        background-position: -173px -93px; }
      .right-a2 ul li:nth-child(3) p:before {
        background-position: -251px -98px; }
    .right-a2 ul p {
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'NunitoExtraBold';
      color: #287383;
      line-height: 1;
      font-size: 35px;
      position: relative;
      padding-top: 62px; }
      .right-a2 ul p:before {
        content: "";
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #dba627 url(../i/ic.png) no-repeat;
        background-size: 800px 254px;
        background-position: -91px -91px;
        position: absolute;
        top: 0; }
    .right-a2 ul span {
      font-size: 30px;
      color: #2e7a7a;
      text-align: center;
      display: block;
      font-weight: 700; }

.a21 p {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.3; }
  .a21 p b {
    font-family: 'NunitoBold';
    line-height: 1.1; }

.see {
  font-size: 18px;
  color: #287383;
  font-style: italic;
  float: right;
  display: inline-flex; }

#dichvu {
  display: flex; }
  #dichvu > div {
    flex: 1;
    margin: 0 23px; }
    #dichvu > div > div {
      padding-bottom: 40px;
      position: relative;
      border: 1px solid #dba627;
      border-radius: 11px; }
      #dichvu > div > div:hover a {
        height: 100%;
        background: #287383bd;
        border-radius: 11px; }
    #dichvu > div:first-child {
      margin-left: 0; }
    #dichvu > div:last-child {
      margin-right: 0; }
    #dichvu > div img {
      width: 100%; }
    #dichvu > div a {
      display: flex;
      background: #287383;
      text-align: center;
      color: #fff;
      padding: 5px;
      font-family: NunitoExtraBold;
      font-size: 18px;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      height: 50px;
      width: 100%;
      transition: all 0.4s;
      text-transform: uppercase;
      align-items: center;
      border-radius: 0 0 11px 11px;
      justify-content: center; }

.a3 {
  padding: 0 15px; }
  .a3 .title {
    margin: -55px 0 52px 135px; }
    .a3 .title h2 {
      color: #287383; }
    .a3 .title:before {
      left: 50%;
      transform: translateX(-50%); }

#a4 {
  padding: 60px 0 70px 0;
  position: relative;
  overflow: hidden;
  background: url(../i/bg1.jpg) bottom center no-repeat; }
  #a4 .ctn {
    padding: 0 15px; }
  #a4 .title {
    margin: 0 auto 40px; }
    #a4 .title:before {
      left: 50%;
      transform: translateX(-50%); }
    #a4 .title h2 {
      color: #287383; }

.itbs {
  border: 2px solid #1e6d82;
  border-radius: 15px;
  padding: 8px 55px 12px 55px;
  margin-bottom: 42px; }
  .itbs .cmd7 {
    padding-top: 20px; }
  .itbs h3 {
    color: #287383;
    font-size: 24px;
    font-family: 'NunitoExtraBold';
    margin-bottom: 10px; }

.ccvu {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px; }

.school, .exp {
  color: #287383;
  font-size: 18px; }

.content-bs {
  margin-top: 30px;
  font-size: 18px; }
  .content-bs p {
    margin-bottom: 15px;
    line-height: 1.4; }
.slbs1 .itbs1 img{
    border: 1px solid #1e6d82;
    border-radius: 17px;
    
}
.slbs1 {
  padding: 0 50px; }
  .slbs1 .slick-arrow {
    background: #95b0b7 url(../i/ic.png) no-repeat;
    background-size: 800px 254px;
    width: 50px;
    height: 50px;
    position: absolute;
    background-position: -252px -13px;
    left: 0%;
    z-index: 99; }
  .slbs1 .slick-next:before, .slbs1 .slick-prev:before {
    display: none; }
  .slbs1 .slick-prev {
        left: initial !important;
    right: 0% !important;
    z-index: 99;
    background-position: -251px -165px; }

#a5 {
  position: relative;
  overflow: hidden;
  padding: 37px 0 90px 0;
  background: url(../i/bg2.jpg) center no-repeat; }
  #a5 .title {
    margin: 0 auto 55px; }
    #a5 .title h2 {
      color: #fff; }
    #a5 .title:before {
      left: 50%;
      transform: translateX(-50%); }

#slcs:before {
  content: "";
  display: inline-block;
  width: 900px;
  background: #fff;
  height: 295px;
  /* right: 0; */
  top: 7%;
  bottom: 0;
  left: -33%;
  border-radius: 0 15px 15px 0;
  position: absolute; }

.readmore {
  margin-top: 135px;
  color: #fff; }
  .readmore p {
    margin-bottom: 15px; }

.itslcs .cmd5 {
  background: #fff;
  position: relative;
  z-index: 99;
  width: 42%;
  padding: 28px 20px 28px 15px;
  margin-top: 4%;
  border-radius: 0 15px 15px 0; }
  .itslcs .cmd5 h3 {
    font-size: 24px;
    color: #287383;
    font-family: 'NunitoExtraBold';
    margin-bottom: 10px; }
  .itslcs .cmd5 p {
    font-size: 18px;
    color: #333333; }
  .itslcs .cmd5 a {
    font-size: 18px;
    background: #dba627;
    padding: 6px 15px;
    border-radius: 30px;
    font-family: 'NunitoBold';
    color: #fff;
    float: right;
    position: relative; 
    background: repeating-linear-gradient(to right, #dba627, #ead763 50%, #dba627 100%);
    animation: gradient 2s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    background-size: 200% auto;
  }
    .itslcs .cmd5 a:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 24px;
      height: 24px;
      background: url(../i/ic.png) no-repeat;
      background-size: 800px 254px;
      background-position: -757px -109px;
      margin-left: 7px; }
.itslcs .cmd7 {
  width: 58%; }
  .itslcs .cmd7 img {
    position: absolute;
    left: -7%; }

.a6 {
  padding: 34px 0;
  position: relative;
  overflow: hidden; }
  .a6 .title h2 {
    color: #287383; }
  .a6 .see {
    float: initial;
    font-style: initial;
    margin-top: 15px; }

.top-arc {
      margin-bottom: 30px;
    display: block;
    position: relative;
    overflow: hidden; }
  .top-arc > a {
        margin-right: 20px;
    width: 255px;
    height: 145px;
   
    display: block;
    float: left; }
  .top-arc h3 {
    font-family: 'NunitoExtraBold';
    font-size: 18px;
    line-height: 1.3;
    color: #287383;
    text-align: left; }
  .top-arc a:hover {
    color: red; }
  .top-arc img {
    border-radius: 15px; }

.datetime {
  font-size: 18px;
  background: #dba627;
  padding: 3px 11px;
  border-radius: 30px;
  font-family: 'NunitoBold';
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .datetime:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url(../i/ic.png) no-repeat;
    background-size: 800px 254px;
    background-position: -423px -105px;
    margin-left: 2px; }

.itra1 {
      margin-bottom: 17px;
    align-items: center;
    position: relative;
    overflow: hidden; }
  .itra1 > a {
    margin-right: 15px;
    display: inline-flex;
    float: left; }
  .itra1 a:hover {
    color: red; }
  .itra1 img {
    border-radius: 15px;
    width: 125px;
    height: 70px; }
  .itra1 h3 {
    font-size: 18px;
    font-family: 'NunitoExtraBold';
    color: #333333;
    line-height: 1.3; }

.top-video {
  position: relative;
  cursor: pointer;
  margin-bottom: 15px; }
  .top-video iframe {
    width: 100% !important;
    height: 305px !important; }
  .top-video img {
    width: 100%;
    height: 305px;
    cursor: pointer; }

.bot-video {
  display: flex; }
  .bot-video .itvd:first-child {
    margin-left: 0; }
  .bot-video .itvd:last-child {
    margin-right: 0; }
.bot-video .play:before{
  zoom: .5;
}
.itvd {
  flex: 1;
  margin: 0 7px;
  cursor: pointer; }
  .itvd iframe {
    width: 100% !important;
    height: 96px !important; }

footer {
  background: #287383;
  position: relative;
  overflow: hidden;
  padding: 50px 0 38px 0; }

.top-f {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
  border-bottom: 2px solid #7eabb5;
  margin-bottom: 15px; }
  .top-f .ft:nth-child(2), .top-f .ft:nth-child(3) {
    padding-top: 64px; }
  .top-f .ft:first-child {
    width: 38%; }
  .top-f .ft:nth-child(2) {
    width: 28%; }
  .top-f .ft:nth-child(3) {
    width: 34%; }

.ft {
  font-size: 20px; }
  .ft h3 {
    color: #fff;
    font-size: 20px;
    font-family: 'NunitoExtraBold';
    text-transform: uppercase;
    margin-bottom: 10px; }
  .ft p {
    color: #fff;
    margin-bottom: 4px;
    line-height: 1.4; }

.bot-f p {
  text-align: center;
  color: #fff; }

.ft:nth-child(2) a {
  margin-right: 15px; }

.dark-bg {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999; }

.intro-bg {
  right: 0px;
  width: 30%;
  position: fixed;
  top: 50%;
  left: 0;
  margin: 0px auto;
  display: none;
  margin-top: -175px;
  /* margin-left: -270px; */
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  background: #424242;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.7);
  z-index: 999999;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E9E9E9));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #E9E9E9);
  background-image: -moz-linear-gradient(top, #FFFFFF, #E9E9E9);
  background-image: -ms-linear-gradient(top, #FFFFFF, #E9E9E9);
  background-image: -o-linear-gradient(top, #FFFFFF, #E9E9E9);
  background-image: linear-gradient(top, #FFFFFF, #E9E9E9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E9E9E9'); }

i.closePopUp {
  position: absolute;
  top: -25px;
  cursor: pointer;
  right: -26px;
  font-size: 20px;
  color: #000;
  width: 56px;
  height: 56px;
  display: inline-block;
  background: url(../i/close-pop.png) center no-repeat; }

.play {
  position: relative;
  overflow: hidden;
  display: block; }
  .play:before {
    content: "";
    display: inline-flex;
    width: 100px;
    height: 100px;
    background: url(../i/ic.png) no-repeat;
    background-size: 800px 254px;
    background-position: -409px -145px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

/*category*/
#topcate {
  position: relative;
  overflow: hidden; }

#breadcrumb {
  padding: 35px 15px 25px 15px; }
  #breadcrumb a {
    margin-right: 0px;
    display: inline-block;
    position: relative; }
    #breadcrumb a:after {
      content: "";
      display: inline-block;
      width: 12px;
      height: 14px;
      background: url(../i/ic.png) no-repeat;
      background-size: 800px 254px;
      vertical-align: middle;
      background-position: -39px -175px;
      margin: 0 0px 0 3px; }
    #breadcrumb a:first-child {
      color: #287383; }

.title-h1 {
  font-size: 24px;
  font-family: 'NunitoExtraBold';
  color: #444444; }

.item-cate {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 45px; }

.top-cate-parent {
  margin-bottom: 20px; }
  .top-cate-parent .cmd8 img {
    width: 100%;
    border-radius: 15px;
    height: 435px;
    object-fit: fill; }
  .top-cate-parent .cmd8 h3 {
    font-size: 20px;
    color: #287383;
    font-family: NunitoExtraBold;
    margin-bottom: 10px; }
  .top-cate-parent .cmd8 a:hover {
    color: red; }
  .top-cate-parent .cmd8 .datetime {
    margin-top: 20px; }
  .top-cate-parent .cmd8 p {
    margin-bottom: 60px; }
  .top-cate-parent .cmd4 {
    padding-left: 20px; }
    .top-cate-parent .cmd4 img {
      border-radius: 10px; }
    .top-cate-parent .cmd4 .datetime {
      margin-top: 20px; }
    .top-cate-parent .cmd4 > div {
      margin-bottom: 20px; }
    .top-cate-parent .cmd4 h3 {
      font-size: 20px;
      font-family: 'NunitoExtraBold';
      color: #287383;
      text-align: left;
      line-height: 1.3; }
    .top-cate-parent .cmd4 a:hover {
      color: red; }

.cate {
  position: relative;
  overflow: hidden; }

.title-h1.cmd12 {
  margin-bottom: 30px; }

.title-cate {
  font-size: 20px;
  color: #287383;
  font-family: 'NunitoBold';
  padding-bottom: 10px;
  position: relative;
  display: inline-flex;
  margin-bottom: 28px; }
  .title-cate:before {
    content: "";
    display: inline-block;
    width: 43%;
    height: 6px;
    border-radius: 10px;
    background: #dba627;
    position: absolute;
    bottom: 0;
    left: 0; }

.left-arc {
  padding-left: 0; }
  .left-arc h3 {
    font-family: 'NunitoExtraBold';
    color: #444444;
    text-align: left;
    font-size: 20px;
    margin-top: 5px;
    line-height: 1.3; }
  .left-arc p {
    margin: 10px 0;
    text-align: left;
    font-size: 18px; }
  .left-arc img {
    border-radius: 15px;
    width: 100%;
    height: 220px; }

.item-cate .datetime {
  font-size: 16px;
  color: #444444;
  padding: 0;
  background: transparent;
  margin-bottom: 0; }
.item-cate .datetime:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url(../i/ic.png) no-repeat;
  background-size: 800px 254px;
  background-position: -82px -175px;
  margin-right: 5px;
  float: left; }
.item-cate .datetime:after {
  display: none; }

.itra2 {
  display: flex;
  margin-bottom: 20px; }
  .itra2 > a {
    display: block;
    width: 107px;
    height: 86px;
    flex: 1;
    margin-right: 12px; }
  .itra2 img {
    width: 107px;
    height: 86px;
    border-radius: 15px; }
  .itra2 > div {
    flex: 2; }
  .itra2 h3 {
    font-size: 18px;
    color: #444444;
    font-family: 'NunitoExtraBold';
    line-height: 1.4;
    text-align: left;
    height: 50px;
    overflow: hidden; }

.itlist {
  display: flex;
  padding: 0 0 33px 0;
  border-bottom: 1px solid #cdcdcd;
  /* border-radius: 8px; */
  margin-bottom: 33px;
  line-height: 1.6; }
  .itlist:hover img {
    transform: scale(1.2);
    border-radius: 15px; }
  .itlist > a {
    width: 376px;
    height: 210px;
    position: relative;
    overflow: hidden;
    flex: 1;
    margin-right: 30px; }
  .itlist > div {
    flex: 1.2; }
  .itlist h3 {
    color: #444444;
    font-size: 24px;
    margin-bottom: 15px;
    font-family: 'NunitoExtraBold';
    line-height: 1.3; }
    .itlist h3:hover a {
      color: #287383; }
  .itlist p {
    line-height: 1.3;
    margin-bottom: 12px; }
  .itlist img {
    transition: all 0.4s;
    width: 376px;
    height: 210px;
    border: 1px solid #bcdce3;
    border-radius: 15px;
    object-fit: cover; }
  .itlist .datetime {
    font-size: 16px;
    color: #444444;
    padding: 0;
    background: transparent;
    margin-bottom: 0; }
  .itlist .datetime:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    background: url(../i/ic.png) no-repeat;
    background-size: 800px 254px;
    background-position: -82px -175px;
    margin-right: 5px;
    float: left; }
  .itlist .datetime:after {
    display: none; }

.title-h1 {
  margin-bottom: 22px; }
.title-cate1{
  font-size: 1.2rem;
  font-family: NunitoExtraBold;
  padding-bottom: 0.7rem;
  position: relative;
  margin: 1rem auto 2.55rem;
  display: table;
}
.title-cate1:before{
        content: "";
    display: inline-block;
    width: 90%;
    height: 0.4rem;
    border-radius: 0.8rem;
    background: #dba627;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  
}
/*start pagination*/
#pagination {
  text-align: center;
  display: table;
  margin: auto;
  padding: 10px 0;
  border-right: none;
  border-left: none; }

#pagination a, #pagination span {
  padding: 7px 15px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  background-color: #ffffff;
  color: #666666;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  margin-right: 8px; }

#pagination .current {
  background-color: #287383;
  color: #FFF; }

#pagination a:hover, #pagination span:hover {
  background-color: #287383;
  color: #fff; }

#time {
  padding: 8px 15px 25px 15px;
  color: #fff;
  background-size: cover;
  background: #ffe8b2;
  border-radius: 3px; }

#time ul {
  display: flex;
  margin: 8px auto 0;
  justify-content: center;
  align-items: center; }

#time ul li {
  padding: 0px 4px;
  border: 1px solid #dba627;
  /* border-radius: 8px; */
  background: #287383;
  text-transform: uppercase;
  color: #644638;
  font-size: 24px;
  font-family: NunitoBlack;
  color: #fff; }

#time ul span {
  color: #287383;
  display: inline-block;
  margin: 0 3px;
  font-family: NunitoBlack;
  font-size: 22px; }

#time p {
  text-transform: uppercase;
  text-align: center;
  color: #333333;
  font-family: 'NunitoBold'; }

#frm-sidebar {
  background: #dba627;
  border: 2px solid #ebebeb;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 25px 15px 20px 15px; }
  #frm-sidebar .title-frm {
    margin-bottom: 20px; }
  #frm-sidebar input {
    border-radius: 3px;
    border: 1px solid #ebebeb;
    width: 100%;
    font-family: 'Nunito';
    margin-bottom: 10px;
    padding: 10px 5px 10px 10px;
    color: #757779;
    font-size: 16px; }
  #frm-sidebar textarea {
    border-radius: 3px;
    height: 100px;
    border: 1px solid #ebebeb;
    width: 100%;
    font-family: 'Nunito';
    color: #757779;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 10px 5px 10px 10px; }
  #frm-sidebar .wpcf7-submit {
    display: table;
    margin: auto;
    width: initial;
    background: #287383;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-family: NunitoExtraBold;
    font-size: 18px;
    border: none;
    border-radius: 3px;
        background: repeating-linear-gradient(to right, #287383 0, #000000 50%, #287383 100%);
    animation: gradient 2s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    background-size: 200% auto;
    padding: 8px 17px; }

#doctorsl .slick-current.itdoc.slick-active {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  color: #e67e22;
  opacity: 1;
  transform: scale(1.08);
  -webkit-box-shadow: -1px 0px 8px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 0px 8px -3px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 0px 8px -3px rgba(0, 0, 0, 0.75); }

.sidebar {
  padding-left: 0; }

#doctorsl .slick-dots {
  bottom: -10px; }
  #doctorsl .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #287383; }
    #doctorsl .slick-dots li button {
      display: none; }
  #doctorsl .slick-dots li.slick-active {
    width: 46px;
    height: 15px;
    border-radius: 10px;
    background: #dba627; }
#doctorsl .slick-list {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }
#doctorsl .itdoc {
  border: 2px solid #ebebeb;
  border-radius: 8px;
  background: #fff; }
  #doctorsl .itdoc > div {
    background: #287383;
    padding: 7px 0; }
  #doctorsl .itdoc span {
    color: #fff;
    text-align: center;
    font-size: 16px;
    display: block;
    line-height: 1.2; }
  #doctorsl .itdoc h3 {
    font-size: 18px;
    font-family: 'NunitoExtraBold';
    text-align: center;
    color: #fff;
    line-height: 1.2; }
  #doctorsl .itdoc p {
    color: #333333;
    padding: 13px;
    font-size: 16px;
    text-align: left;
    line-height: 1.3; }
  #doctorsl .itdoc img {
    width: 100%; }

.l-cate {
  padding-right: 40px; }

#arcnew {
  padding: 15px;
  border: 1px solid #dba627;
  border-radius: 10px;
  margin-bottom: 30px; }
  #arcnew .title-cate {
    font-size: 24px;
    font-family: 'NunitoExtraBold';
    text-transform: uppercase;
    margin-bottom: 17px; }
    #arcnew .title-cate:before {
      width: 70%; }

.it-sb {
  display: flex;
  margin-bottom: 20px; }
  .it-sb:last-child {
    margin-bottom: 0; }
  .it-sb > a {
    display: flex;
    align-items: end; }
  .it-sb img {
    margin-right: 18px;
    width: 115px;
    height: 64px; }
  .it-sb h3 {
    font-size: 16px;
    text-align: left;
    font-weight: 100;
    line-height: 1.3;
    height: 64px;
    overflow: hidden;
    font-family: 'NunitoExtraBold'; }

/*end*/
/*single*/
#article {
  margin-bottom: 45px; }

.top_article ul {
  position: relative;
  overflow: hidden;
  color: #666666;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #287383;
  font-size: 15px;
  margin-bottom: 24px; }

.top_article li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px; }
  .top_article li:nth-child(2):before {
    content: "";
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 16px;
    background: url(../i/per.png) center no-repeat;
    margin-right: 5px;
    float: left; }

.top_article .datetime {
  font-size: 16px;
  color: #444444;
  padding: 0;
  background: transparent;
  margin-bottom: 0;
  font-family: 'Nunito'; }
.top_article .datetime:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url(../i/ic.png) no-repeat;
  background-size: 800px 254px;
  background-position: -82px -177px;
  margin-right: 5px;
  float: left; }
.top_article .datetime:after {
  display: none; }

#article {
  line-height: 1.7;
  font-size: 16px;
  color: #444444; }

#article div,
#article p {
  position: relative;
  margin: 20px 0;
  line-height: 1.7;
  font-size: 16px;
  color: #444444; }

#article div.phone,
#article div.tuvan,
#article p.phone,
#article p.tuvan {
  text-indent: 0; }

#article h2,
#article h3 {
  line-height: 1.5;
  font-size: 22px;
  color: #287383;
  font-weight: 700;
  position: relative;
  margin: 15px 0;
  border-bottom: 1.5px solid #cccccc;
  font-family: 'NunitoExtraBold';
  font-weight: 100;
  padding: 5px 0; }

#article h2 strong, #article h3 strong, #article h4 strong {
  font-weight: 100; }

#article .ic1:before,
#article h2:before,
#article h3:before {
  content: "";
  display: inline-block;
  vertical-align: middle; }

#article h3 {
  color: #287383;
  font-size: 20px;
  border-bottom: none;
  padding-bottom: 0;
  border-radius: unset; }

#article h2:before {
  width: 26px;
  margin-right: 10px;
  height: 30px;
  left: 0;
  background: url(../i/ich2.png) left center no-repeat; }

#article h3:before {
  width: 21px;
  height: 21px;
  left: 0;
  margin-right: 10px;
  margin-top: -2px;
  background: url(../i/ich3.png) left center no-repeat; }

#article h4 {
  background: url(../i/ich4.png) 0 2px no-repeat;
  text-indent: 31px; }

#article img {
  display: block;
  margin: 10px auto; }

.phone:before,
.tuvan:before {
  margin-right: 10px;
  color: red; }

#article ul, #article ol {
  padding-left: 20px;
  position: relative; }

#article ul li, #article ol li {
  position: relative;
  font-size: 15px;
  padding-left: 28px;
  margin: 15px  0; }

#article ul li:before, #article ol li:before {
  width: 20px;
  height: 16px;
  background: url(../i/li.png) center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
  display: inline-block;
  content: ""; }

#article table {
  display: block;
  margin: auto;
  border: none; }

#article table caption {
  color: #105baa;
  font-size: 22px;
  margin-bottom: 11px;
  text-transform: uppercase; }

#article table td {
  border: 1px solid;
  padding: 2px; }

#article p a, #article p strong {
  font-weight: bold;
  color: #d10606; }

/*end*/

/*shortcode*/
.t_shot_code_nenxanh{background:#eef6ff;border:1px #84bce8 dashed;padding:5px 10px;margin-bottom:20px}
.t_shot_code_nenhong{background:#FFA8AC;border:1px #ba1e71 dashed;padding:5px 10px;background:rgba(255,168,172,0.5);margin-bottom:20px}
.t_shot_code_1{    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../i/icon/icon1.png);
    float: left;
    margin-top: 1px;
    margin-right: 10px;
}
.t_shot_code_2{    background-image: url(../i/icon/icon2.png);
    width: 25px;
    height: 22px;
    display: block;
    float: left;
    margin-top: 1px;
    margin-right: 10px;}

.t_shot_code_3 {
    background-image: url(../i/icon/icon3.png);
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}
.t_shot_code_4 {
    background-image: url(../i/icon/icon4.png);
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}
.t_shot_code_5 {
    background-image: url(../i/icon/icon5.png);
    width: 17px;
    height: 22px;
    display: block;
    float: left;
    margin-top: 0px;
    margin-right: 10px;
}
.t_shot_code_6 {
    background-image: url(../i/icon/icon6.png);
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}
.t_shot_code_7 {
    background-image: url(../i/icon/icon7.png);
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}
.t_shot_code_8 {
    background-image: url(../i/icon/icon8.png);
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}
.t_shot_code_9 {
    background-image: url(../i/icon/icon9.png);
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}
.t_shot_code_10 {
    background-image: url(../i/icon/icon10.png);
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}
.t_shot_code_11 {
    background-image: url(../i/icon/icon11.png);
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}
.t_shot_code_12 {
    background-image: url(../i/icon/icon12.png);
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}
.t_shot_code_13 {
    background-image: url(../i/icon/icon13.png);
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}
.t_shot_code_14 {
    background-image: url(../i/icon/icon14.png);
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}
.t_shot_code_15 {
    background-image: url(../i/icon/icon15.png);
    width: 22px;
    height: 22px;
    display: block;
    float: left;
    margin-top: 1px;
    margin-right: 10px;
}
.t_shot_code_16 {
    background-image: url(../i/icon/icon16.png);
    width: 22px;
    height: 22px;
    display: block;
    float: left;
    margin-top: 1px;
    margin-right: 10px;
}
.t_shot_code_17 {
    background-image: url(../i/icon/icon17.png);
    width: 22px;
    height: 22px;
    display: block;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}
.t_shot_code_18 {
    background-image: url(../i/icon/icon18.png);
    width: 22px;
    height: 22px;
    display: block;
    float: left;
    margin-top: 0px;
    margin-right: 10px;
}
.t_shot_code_19 {
    background-image: url(../i/icon/icon19.png);
    width: 22px;
    height: 22px;
    display: block;
    float: left;
    margin-top: 1px;
    margin-right: 10px;
}
/*end*/
/*page hướng dẫn khách hàng*/
.page-huongdankhachhang .itlist{
  display: block;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-huongdankhachhang .itlist img{
  width: 100%;
  height: 440px;
}
.page-huongdankhachhang .itlist:nth-child(2n+1){
  padding-right: 8px;
}
.page-huongdankhachhang .itlist:nth-child(2n){
  padding-left: 8px;
}
.page-huongdankhachhang .itlist > a{
  width: 100%;
  height: 440px;
  display: block;
}
.page-huongdankhachhang .itlist h3{
  margin-bottom: 55px;
}
/*end page hướng dẫn khách hang*/

.all-link-menu {
    position: absolute;
    
    top: -10%;
    left: 0;
    width: 100%;
    background: #f7f7f7;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
        transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    font-size: 16px;
    box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 10%);
}
.header-all-link {
    padding: 10px 0px;
    border-bottom: solid 1px #ebebeb;
    align-items: center;
        justify-content: space-between!important;
        display: flex;
}
.all-link-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.all-link-menu ul li {
    width: 20%;
    margin-top: 15px;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}
.all-link-menu ul a {
    display: inline-block;
    font-family: 'NunitoExtraBold';
    color: #287383;
    position: relative;
    padding-bottom: 3px;
    font-size: 18px;
}
.fs-18, .fs-18-cv {
    font-size: 18px !important;
    text-transform: uppercase;
    font-family: 'NunitoExtraBold';
}
.all-link-menu ul a:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 45px;
    background: #287383;
    bottom: 0;
    left: 0;
}
.all-link-menu ul li ul {
    display: block;
}
.all-link-menu ul li ul li {
    width: 100%;
    margin-top: 6px;
}
.all-link-menu ul li ul li a {
    font-family: 'Nunito';
    color: #666666;
    font-size: 16px;
}
.all-link-menu ul li ul li a:after{
  display: none;
}
.active-all-menu{
      visibility: visible !important;
    opacity: 1 !important;
    top: 100% !important;
    transform: rotateX(0);
}
.active-all-menu > .ctn{
  padding: 0 15px 20px 15px;
  position: relative;
}
.btn-close-all-link{
  cursor: pointer;
    position: absolute;
    right: 15px;
    color: #287383;
    font-family: 'NunitoBold';
}
.btn-close-all-link:after{
     content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../i/ic.png) no-repeat;
    background-size: 800px 254px;
    background-position: -669px -189px;
    zoom: .6;
    margin: 4px 0 0 0;
}
.btn-sp-menu.open:after{
  background-position: -586px -189px !important
}