@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; }


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

:focus {
  outline: 0; }

a, a:hover {
  text-decoration: none; }

del {
  text-decoration: line-through; }

.clearfix {
  clear: both;
  display: block; }

* html .clearfix {
  height: 1%; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ol, ul, p {
  margin-bottom: 0px; }

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

a {
  color: inherit; }

img {
  max-width: 100%; }

html {
  font-size: 62.5%; }

body {
  line-height: 1.5;
  font-family: Tahoma;
  max-width: 640px;
  width: 100%;
  font-size: 1rem;
  margin: auto; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d7d7d7;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d7d7d7; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d7d7d7; }

#d12 ul li:before, .stvan a:before, #topb ul a:before, #breadcrumb > div:first-child:before {
  content: "";
  display: inline-block;
  background: url(../i/ic.png);
  background-size: 40rem 20rem; }

/*start header*/
/*banner fix scroll*/
.ic_menu {
  display: inline-block;
  width: 1.9rem;
  height: 2rem;
  background: url(../i/ic.png);
  background-size: 40rem 20rem;
  background-position: -0.8rem -.7rem;
  margin-right: 3rem; }

#banner-fix-header {
  width: 100%;
  z-index: 111111111;
  /*display: none;*/
  top: 0;
  max-width: 640px;
  padding: 0 0.6rem 0 1.2rem;
  background: #019d7f; }

#banner-fix-header > div {
  display: flex;
  align-items: center; }

#banner-fix-header .ic_menu {
  margin-right: 2.5rem; }

#banner-fix-header p {
  font-family: SVN;
  font-size: 1.4rem;
  color: #d8fef7; }

#banner-fix-header p span {
  color: #ffffae;
  font-size: 1.7rem; }

#banner-fix-header > div > img {
  width: 8rem;
  height: 6.75rem;
  margin-left: 1.4rem; }

#banner-fix-header ul {
  margin-bottom: 0.3rem; }

#banner-fix-header ul a {
  font-size: 1.05rem;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  width: 8rem;
  /* height: 4rem; */
  display: inline-block;
  background: url(../i/bg10.png) center no-repeat;
  background-size: contain;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .5rem 0.6rem; }

#banner-fix-header ul a:nth-child(2) {
  background: url(../i/bg11.png) center no-repeat;
  background-size: contain;
  color: #007373; }

/*end*/
header {
  padding: 0.6rem 0 1rem 0; }
  header img {
    display: block;
    width: 23.45rem;
    height: 5.15rem;
    margin: auto; }
#banner{
  max-height: 21.5rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;

}
#banner .slick-dots li{
  margin: 0 2px;
}
#banner .slick-dots{
  bottom: 9px;
}
#banner .slick-dots li button:before{
  width: 0.8rem;
  height: 0.8rem;
}
#m1 {
  padding: 0.8rem 1.4rem; }
  #m1 form {
    position: relative;
    width: 100%; }
  #m1 input {
    padding: 1.1rem 0 1.1rem 0.5rem;
    border: 0.1rem solid #d7d7d7;
    border-radius: 0.5rem;
    font-size: 1.1rem;
    font-style: italic;
    width: 100%;
    color: #d7d7d7; }
  #m1 button {
    position: absolute;
    width: 4rem;
    display: inline-block;
    height: 100%;
    right: 0;
    border-radius: 0 0.4rem 0.4rem 0;
    background: #ebebeb url(../i/ic.png);
    background-size: 40rem 20rem;
    border: 0.1rem solid #d7d7d7;
    background-position: -4rem 0rem; }

.title {
  font-size: 1.7rem;
  font-family: UTM;
  color: #222222;
  text-transform: uppercase;
  display: table;
  margin: auto;
  text-align: center;
  font-weight: 100;
  padding-bottom: 2.2rem;
  position: relative;
  margin-bottom: 1.3rem; }
  .title:before {
    content: "";
    display: inline-block;
    width: 12.55rem;
    height: 1.5rem;
    background: url(../i/line.png) center no-repeat;
    background-size: 12.55rem 1.5rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .title span {
    font-family: SVN;
    font-size: 1.5rem;
    color: #00846c;
    text-align: center;
    display: block;
    text-transform: initial; }

.itm2 {
  display: flex;
  margin: 0 0.5rem;
  text-align: center;
  font-size: 1rem;
  color: #666666;
  padding: 0rem 0 0.5rem 0; }
  .itm2 .cmd4 {
    flex: 1;
    margin: 0 0.25rem;
    font-size: 1.04rem;
    border: 0.2rem solid #00846c;
    border-radius: 0.5rem;
    padding: 0.7rem 0; }
    .itm2 .cmd4:hover {
      background: #00846c url(../i/bg1.png) center no-repeat;
      background-size: 9.5rem 9.5rem;
      color: #fff; }
  .itm2 span {
    width: 3.5rem;
    height: 3.5rem;
    display: table;
    margin: auto;
    background: url(../i/ic.png);
    background-size: 40rem 20rem;
    background-position: -8.23rem -0.17rem; }

#m2 .itm2:nth-child(2) .cmd4:nth-child(2) span {
  background-position: -12.23rem -0.2rem; }

#m2 .itm2:nth-child(2) .cmd4:nth-child(3) span {
  background-position: -16.234rem -0.2rem; }

#m2 .itm2:nth-child(3) .cmd4:nth-child(1) span {
  background-position: -20.2rem -0.2rem; }

#m2 .itm2:nth-child(3) .cmd4:nth-child(2) span {
  background-position: -24.2rem -0.2rem; }

#m2 .itm2:nth-child(3) .cmd4:nth-child(3) span {
  background-position: -28.23rem -0.2rem; }

#m2 .itm2:nth-child(4) .cmd4:nth-child(1) span {
  background-position: -32.2rem -0.25rem; }

#m2 .itm2:nth-child(4) .cmd4:nth-child(2) span {
  background-position: -36.28rem -0.2rem; }

#m2 .itm2:nth-child(4) .cmd4:nth-child(3) span {
  background-position: -0.2rem -4.2rem; }

#m2 .itm2:nth-child(5) .cmd4:nth-child(1) span {
  background-position: -4.3rem -4.2rem; }

#m2 .itm2:nth-child(5) .cmd4:nth-child(2) span {
  background-position: -8.23rem -4.2rem; }

#m2 .itm2:nth-child(5) .cmd4:nth-child(3) span {
  background-position: -12.2rem -4.2rem; }
#m2 .itm2:nth-child(6) .cmd4:nth-child(1) span{
  background: url(../i/ic_1.png) center no-repeat;
  background-size: 2rem 2.5rem;
}
#m2 .itm2:nth-child(6) .cmd4:nth-child(2) span{
  background: url(../i/ic_2.png) center no-repeat;
  background-size: 2.2rem 2rem;
}
#m2 .title:before {
  display: none; }
#m2 .title {
  padding-bottom: .5rem; }

#m3 {
  margin: 2rem 0 1rem 0;
  position: relative; }
  #m3 > div {
    padding: 2rem 2rem 4.5rem 3rem;
    background: url(../i/bg2.png) center no-repeat;
    background-size: 31.05rem 17.1rem;
    font-size: 1.2rem;
    color: #555555;
    text-align: center;
    line-height: 1.8; }
  #m3 img {
    margin-bottom: -3rem;
    width: 32rem;
    height: 27.75rem; }
  #m3 ul {
    position: relative;
    padding: 1.3rem;
    overflow: hidden; }
    #m3 ul:before {
      content: "";
      width: 2rem;
      height: 2rem;
      background: #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      border-radius: 50%;
      transform: translate(-50%, -50%); }
    #m3 ul li {
      float: left;
      width: 50%;
      display: flex;
      font-size: 1.1rem;
      padding-bottom: 2rem;
      padding-right: 1.4rem;
      border-right: 0.1rem solid #c4c4c4;
      border-bottom: 0.1rem solid #c4c4c4;
      color: #222222;
      align-items: center;
      justify-content: center;
      height: 7rem; }
      #m3 ul li:nth-child(2n) {
        border-right: none;
        padding-left: 1.7rem;
        padding-right: 0;
        padding-bottom: 1rem; }
      #m3 ul li:nth-child(3), #m3 ul li:nth-child(4) {
        border-bottom: none;
        padding-top: 3rem; }
    #m3 ul span {
      font-size: 2rem;
      font-family: UTM;
      display: inline-flex;
      margin: 0 2rem 0 2rem;
      position: relative;
      width: 4rem;
      height: 4rem;
      align-items: center;
      justify-content: center;
      display: inline-flex;
      color: #fff; }
      #m3 ul span:before {
        width: 4.5rem;
        height: 4.5rem;
        border: 0.1rem solid #d2f1ec;
        border-radius: 0.5rem;
        display: inline-flex;
        content: "";
        position: absolute;
        transform: rotate(45deg);
        background: #00846c;
        z-index: -1; }

#m4 ul {
  position: relative;
  overflow: hidden;
  padding: 0 1.2rem; }
#m4 li {
  width: 33.3333333%;
  float: left;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  text-align: center; }
  #m4 li:first-child {
    background: url(../i/bg4.png) center no-repeat;
    background-size: 100% 12.5rem;
    height: 12.5rem;
    /* display: inline-flex; */
    color: #fff;
    text-align: center;
    padding: .6rem 2rem 0 2rem; }
    #m4 li:first-child span {
      font-size: 2.2rem;
      color: #fbf9c9;
      font-family: UTM; }
#m4 img {
  display: block;
  width: 8.6rem;
  height: 8.6rem;
  margin: 0 auto 0.5rem; }

#m7 img {
  width: 100%;
  height: 32.15rem; }

#m5 {
  background: url(../i/bg.jpg) top center repeat;
  padding: 2.8rem 0; }
  #m5 .title {
    font-size: 1.9rem; }
  #m5 > p {
    margin: 0 1rem;
    padding: 1rem;
    border: 0.1rem dashed #b7b7b7;
    border-radius: 1.5rem;
    background: #fff;
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.6;
    text-align-last: center; }

#slbs {
  margin: .5rem 0; }
  #slbs .slick-prev, #slbs .slick-next {
    width: 2rem;
    height: 2rem;
    background: url(../i/ic.png);
    background-size: 40rem 20rem;
    background-position: -17.1rem -4.96rem;
    left: 2rem;
    z-index: 1; }
  #slbs .slick-next {
    background-position: -21rem -4.9rem;
    left: unset;
    right: 2rem; }
  #slbs .slick-prev:before, #slbs .slick-next:before {
    display: none; }

.itbs {
  padding: 1rem 5.5rem; }
  .itbs h3 {
    background: url(../i/bg3.png) center no-repeat;
    color: #fff;
    text-transform: uppercase;
    width: 20.55rem;
    height: 4.8rem;
    position: absolute;
    left: -1.4rem;
    top: 1.4rem;
    padding: 0.7rem 0.1rem 0 1.4rem;
    text-align: left;
    background-size: 20.45rem 4.8rem; }
  .itbs > div {
    background: #fff;
    position: relative;
    padding: 6.75rem 0.75rem 0.15rem 0.75rem;
    -webkit-box-shadow: -0.1rem -0.05rem 1.4rem -0.75rem rgba(0, 0, 0, 0.93);
    -moz-box-shadow: -0.1rem -0.05rem 1.4rem -0.75rem rgba(0, 0, 0, 0.93);
    box-shadow: -0.1rem -0.05rem 1.4rem -0.75rem rgba(0, 0, 0, 0.93); }
    .itbs > div div {
      font-size: 1.1rem;
      line-height: 1.9; }
  .itbs img {
    display: block;
    margin: 0 auto 1rem;
    width: 18.25rem;
    height: 18.25rem; }
  .itbs p {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 1rem;
    padding: 0 0.5rem; }
  .itbs ul {
    display: flex;
    align-items: center;
    border-top: 0.1rem solid #ccc;
    justify-content: center;
    margin-top: 1rem; }
    .itbs ul a {
      display: inline-block;
      width: 3rem;
      height: 3rem;
      position: relative;
      background: url(../i/ic.png);
      background-size: 40rem 20rem;
      background-position: -24.52rem -4.48rem;
      margin: 1rem 0.25rem; }
      .itbs ul a:nth-child(2) {
        background-position: -28.52rem -4.45rem; }
      .itbs ul a:nth-child(3) {
        background-position: -32.6rem -4.6rem; }

#m9 {
  margin-top: 1rem; }

.isl91 img {
  display: block;
  margin: 1rem auto 1.5rem;
  width: 25.3rem;
  height: 16.5rem; }
.isl91 > div {
  display: flex;
  background: #00846c;
  padding: 0.6rem 1rem 0.6rem 2rem;
  align-items: center;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold; }
  .isl91 > div span {
    color: #00846c;
    width: 3.2rem;
    height: 3.2rem;
    background: #fff;
    border-radius: 50%;
    font-family: UTM;
    font-size: 1.7rem;
    font-weight: 100;
    margin-right: 1.4rem;
    display: inline-table;
    text-align: center; }

#sl91 .slick-prev, #sl91 .slick-next {
  left: 1rem;
  z-index: 1;
  top: 10rem;
  background: #a3a4a4;
  width: 1.7rem;
  height: 2.6rem;
  border-radius: 0.3rem; }
#sl91 .slick-next {
  left: unset;
  right: 1rem; }
#sl91 .slick-next:before, #sl91 .slick-prev:before {
  font-size: 1rem; }

#d10 {
  position: relative;
  margin-top: 1rem;
  background: #00846c;
  padding: 1.4rem; }
  #d10 .title {
    color: #fff;
    padding-bottom: 2.5rem; }
    #d10 .title:before {
      background: url(../i/line1.png) center no-repeat;
      background-size: 12.55rem 1.5rem; }

.itsld10 > div {
  position: relative; }
.itsld10 img {
  width: 29.3rem;
  height: 16.25rem;
  display: block;
  margin: 0 auto 1.5rem; }
.itsld10 h3 {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 1rem;
  display: table;
  margin: 0 auto 1rem;
  position: relative; }
  .itsld10 h3:before {
    content: "";
    width: 3.5rem;
    height: 0.2rem;
    background: #cccccc;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; }
.itsld10 p {
  color: #f1f1f1;
  text-align: center;
  font-size: 1.1rem; }

.itsld101 img {
  width: 8.75rem;
  height: 6.85rem;
  display: block;
  margin: auto; }
.itsld101 span {
  font-size: 1rem;
  text-align: center;
  display: block;
  color: #f1f1f1;
  font-weight: bold;
  padding: 0.6rem; }

#sld101 {
  padding-top: 1.5rem;
  border-top: 1px dashed #fff;
  margin-top: 2rem; }
  #sld101 .slick-prev, #sld101 .slick-next {
    width: 2rem;
    height: 2rem;
    background: url(../i/ic.png);
    background-size: 40rem 20rem;
    background-position: -17.1rem -4.96rem;
    left: -1.4rem;
    z-index: 1;
    filter: brightness(4.5); }
  #sld101 .slick-next {
    background-position: -21rem -4.9rem;
    left: unset;
    right: -1.4rem; }
  #sld101 .slick-prev:before, #sld101 .slick-next:before {
    display: none; }

#d11 {
  padding: 1.5rem 0; }
  #d11 ul li {
    width: 24.8rem;
    height: 45.5rem;
    background: url(../i/bg5.png) center no-repeat;
    background-size: 24.8rem 45.5rem;
    padding: 25rem 1.5rem 1.5rem 2.5rem;
    position: relative;
    display: table;
    margin: auto; }
    .qtrb2{
      background: url(../i/bg6.png) center no-repeat !important;
    }
    .qtrb3{
      background: url(../i/bg7.png) center no-repeat !important;
    }
    .qtrb4{
      background: url(../i/bg8.png) center no-repeat !important;
    }
    #d11 ul li div {
      margin-bottom: 0.5rem;
      font-size: 1.2rem;
      color: #444444; }
    #d11 ul li:nth-child(2) {
      background: url(../i/bg6.png) center no-repeat; }
    #d11 ul li:nth-child(3) {
      background: url(../i/bg7.png) center no-repeat; }
    #d11 ul li:nth-child(4) {
      background: url(../i/bg8.png) center no-repeat; }
  #d11 ul h3 {
    font-family: SVN;
    font-size: 2.5rem;
    color: #222222;
    text-align: center;
    margin-bottom: 0.5rem; }
    .qtrb1 p{
      bottom: 3.5rem !important;
    }
  #d11 ul p {
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 5.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem; }
  #d11 .slick-prev, #d11 .slick-next {
    width: 2rem;
    height: 2rem;
    background: url(../i/ic.png);
    background-size: 40rem 20rem;
    background-position: -17.1rem -4.96rem;
    left: 2rem;
    z-index: 1; }
  #d11 .slick-next {
    background-position: -21rem -4.9rem;
    left: unset;
    right: 2rem; }
  #d11 .slick-prev:before, #d11 .slick-next:before {
    display: none; }

#d12 h3 {
  background: #00846c;
  padding: 1rem 2rem;
  font-family: SVN;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 100; }
#d12 img {
  display: block;
  margin: 1rem auto;
  width: 30.6rem;
  height: 15.5rem; }
#d12 ul {
  position: relative;
  overflow: hidden;
  margin: 0 0.6rem;
  background: #f5fefc;
  padding: 0.75rem;
  border-right: 0.8rem solid #d33d3d;
  border-bottom: 0.8rem solid #d33d3d;
  border-radius: 2rem; }
  #d12 ul li {
    float: left;
    width: 50%;
    padding: 0px 0 0px 1.7rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 1rem;
    position: relative; }
    #d12 ul li:before {
      width: 1.4rem;
      height: 1.6rem;
      position: absolute;
      left: 0;
      top: 0;
      background-position: -5.3rem -9.2rem; }
#d12 h4 {
  font-size: 1.7rem;
  font-family: UTM;
  font-weight: 100;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #222222; }
#d12 p {
  color: #222222;
  font-size: 1.2rem;
  text-align: center; }
#d12 .d_contact {
  padding: 0 1.2rem; }
  #d12 .d_contact div {
    position: relative;
    width: 29.5rem;
    margin: 1rem auto 0; }
  #d12 .d_contact input {
    width: 100%;
    border-radius: 5rem;
    border: 0.1rem solid #ccc;
    padding: 0.8rem 1rem;
    color: #999999;
    font-size: 1.1rem;
    font-style: italic;
    height: 4rem; }
  #d12 .d_contact .d-send {
    width: 6rem;
    height: 4rem;
    background: #00846c url(../i/icsend.png) center no-repeat;
    background-size: 2.3rem;
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    cursor: pointer;
    border: none;
    border-radius: 0 5rem 5rem 0; }

#d13 {
  background: url(../i/bg13.png) center no-repeat;
  background-size: cover;
  padding: 1.6rem 6.5rem 1.6rem 1.5rem;
  margin: 2rem auto; }
  #d13 input {
    width: 100%;
    border: 0.1rem solid #ccc;
    border-radius: 0.5rem;
    height: 3.4rem;
    font-size: 1.2rem;
    margin-bottom: .8rem;
    padding: 0.5rem; }
  #d13 .d_contact > div {
    display: flex;
    align-items: center; }
    #d13 .d_contact > div span {
      color: #e21f1f;
      margin-right: 0.5rem;
      font-weight: bold; }
  #d13 .d-content {
    margin-left: 1.1rem;
    width: 23rem;
    height: 4rem;
    padding: 0.5rem; }
  #d13 .d-send {
    padding: .8rem 1rem .8rem 5.9rem;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    margin: 1rem auto 1rem;
    background: #01a283;
    border-radius: 8rem;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    display: table;
    box-shadow: -5px 13px 21px -9px rgba(0, 0, 0, 0.93);
    -webkit-box-shadow: -5px 13px 21px -9px rgba(0, 0, 0, 0.93);
    -moz-box-shadow: -5px 13px 21px -9px rgba(0, 0, 0, 0.93); }
    #d13 .d-send:after {
      content: "";
      display: inline-block;
      width: 4.5rem;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 8rem 0 0 8rem;
      background: #00846c url(../i/ic.png) center no-repeat;
      background-position: -19.72rem -8.4rem;
      background-size: 40rem 20rem; }

.stvan {
  display: flex;
  justify-content: center;
  align-items: center; }
  .stvan a {
    margin: 2rem 1rem;
    padding: 0px 0.5rem 0 3rem;
    position: relative;
    /* text-transform: uppercase; */
    border-radius: 1.5rem;
    height: 3.5rem;
    display: inline-flex;
    font-size: 1.35rem;
    font-family: UTM;
    align-items: center;
    background: #ff5b5a;
    color: #fffeeb; }
    .stvan a:before {
      width: 2rem;
      height: 2rem;
      background-position: -9rem -8.8rem;
      position: absolute;
      left: 0.5rem;
      top: 50%;
      transform: translateY(-50%); }
    .stvan a:nth-child(2) {
      background: #00846c;
      color: #f5f8d7;
      font-size: 1.6rem;
      font-weight: 100; }
      .stvan a:nth-child(2):before {
        background-position: -12.9rem -9.1rem; }

#m8 {
  margin-bottom: 1rem;
  padding: 2rem 0; }
  #m8 .title {
    font-size: 1.9rem; }
  #m8 .itm8:last-child {
    border-bottom: none; }
  #m8 > a {
    background: #cccccc;
    padding: 1rem;
    display: block;
    margin: 1rem 1.4rem;
    text-align: center;
    font-size: 1.3rem; }
.itm8 a{
  display: flex;
}
.itm8 {
  border-bottom: 0.1rem solid #cccccc;
  padding: 1.25rem 1.4rem;
  display: flex; }
  .itm8 img {
    width: 11.5rem;
    height: 7.75rem;
    float: left;
    margin-right: 1rem; }
  .itm8 h3 {
    font-size: 1.2rem;
    color: #444444; }

.btndk {
  background: #f53838;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.7rem 1rem 0.7rem 2rem;
  position: relative;
  border: none;
  cursor: pointer;
  font-weight: bold;
  display: table;
  margin: auto; }
  .btndk:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 1.35rem solid transparent;
    border-bottom: 1.4rem solid transparent;
    border-left: 1.35rem solid #f53838;
    position: absolute;
    right: -1.38rem;
    top: 0; }
  .btndk:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 1.4rem solid transparent;
    border-bottom: 1.4rem solid transparent;
    border-left: 1.4rem solid #fff;
    position: absolute;
    left: -0;
    top: 0; }

.s10 {
  margin: 1.4rem 1.4rem 2.5rem 1.4rem; }
  .s10 .slick-dots {
    bottom: -1rem; }

#danhgia {
  margin: 1rem auto; }
  #danhgia .slick-list {
    padding: 2rem 0 1rem 0; }

.itdg {
  padding: 4.5rem 1.5rem 2rem 1.5rem;
  border-radius: 1.5rem;
  margin-top: 3rem;
  border: 0.1rem dashed #9bd3a6;
  position: relative;
  line-height: 1.8;
  text-align: center;
  font-size: 1.2rem; }
  .itdg:before {
    width: 3rem;
    height: 2.6rem;
    display: inline-block;
    content: "";
    background: #fff url(../i/ic.png);
    background-size: 40rem 20rem;
    background-position: -24.42rem -8.9rem;
    position: absolute;
    left: 2.5rem;
    top: -1rem; }
  .itdg img {
    position: absolute;
    top: -4.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 8.25rem;
    height: 8.25rem; }
  .itdg label {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    display: block; }
  .itdg p {
    text-align: center;
    margin: 0.5rem auto;
    font-size: 1.2rem; }

#ccbn {
  background: #00846c;
  padding: 1.5rem; }
  #ccbn .slick-prev, #ccbn .slick-next {
    width: 2rem;
    height: 2rem;
    background: url(../i/ic.png);
    background-size: 40rem 20rem;
    background-position: -17.1rem -4.96rem;
    left: 1rem;
    z-index: 1;
    filter: brightness(0.5); }
  #ccbn .slick-next {
    background-position: -21rem -4.9rem;
    left: unset;
    right: 1rem; }
  #ccbn .slick-prev:before, #ccbn .slick-next:before {
    display: none; }

.itcc img {
  border-radius: .5rem;
  width: 29.4rem;
  height: 54rem; }

*:focus {
  outline: none; }

.slick-dots li.slick-active button:before {
  background: #019d7f !important; }

.slick-dots li button:before {
  content: '';
  width: 1rem;
  height: 1rem;
  background: #fff;
  opacity: 1;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  margin: -0.25rem 0 0 -0.25rem;
  border: 0.1rem solid #019d7f; }

footer {
  background: #00846c;
  padding: 2.4rem 0 .6rem 0; }

#topf {
  padding: 0 1.4rem 2rem 1.4rem;
  color: #fff; }
  #topf img {
    width: 29.2rem;
    height: 6.25rem;
    display: block;
    margin: auto; }
  #topf p {
    font-family: UTM;
    font-size: 1.85rem;
    text-align: center;
    padding-top: 5.6rem;
    margin-top: 1rem;
    position: relative; }
    #topf p:before {
      content: "";
      width: 5.4rem;
      height: 5.4rem;
      display: inline-block;
      background: url(../i/ic.png);
      top: 0;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background-size: 40rem 20rem;
      background-position: -29.3rem -8.9rem; }
  #topf span {
    text-align: center;
    color: #bddddc;
    display: block;
    margin: .3rem 0 0rem; }

#topm ul {
  background: #478b8b;
  position: relative;
  overflow: hidden; }
#topm a {
      width: 15.9rem;
    margin-right: 0.1rem;
    margin-bottom: 0.15rem;
    display: inline-block;
    float: left;
    background: #bddddc;
    position: relative;
    padding: 1rem 0 1rem 5rem;
    font-size: 1.2rem;
    color: #2e7a7a; }
  #topm a:before {
    content: "";
    display: inline-block;
    width: 3.4rem;
    height: 3.4rem;
    background: url(../i/ic.png);
    background-size: 40rem 20rem;
    background-position: -0.6rem -12.4rem;
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%); }
  #topm a:nth-child(2):before {
    background-position: -4.6rem -12.4rem; }
  #topm a:nth-child(3):before {
    background-position: -8.6rem -12.4rem; }
  #topm a:nth-child(4):before {
    background-position: -12.3rem -12.3rem;
    left: 1.4rem; }
  #topm a:nth-child(5):before {
    background-position: -16.3rem -12.3rem;
    left: 1.4rem; }
  #topm a:nth-child(6):before {
    background-position: -20.2rem -12.3rem;
    left: 1.4rem; }
  #topm a:nth-child(2n) {
    margin-left: 0.1rem;
    margin-right: 0; }

#topb {
  padding-top: 1.8rem; }
  #topb h3 {
    color: #fff;
    text-align: center;
    font-size: 1.75rem;
    display: table;
    margin: auto;
    padding-bottom: .6rem;
    border-bottom: 0.15rem solid #fff;
    text-transform: uppercase;
    margin-bottom: 1rem; }
  #topb ul a {
    display: table;
    font-size: 1.35rem;
    color: #fff;
    margin: auto;
    padding: .5rem 0 .5rem 3rem;
    position: relative; }
    #topb ul a:before {
      background-size: 40rem 20rem;
      background-position: -25rem -17rem;
      position: absolute;
      left: 0;
      width: 2.2rem;
      height: 1.8rem;
      top: 50%;
      transform: translateY(-50%); }
    #topb ul a:nth-child(2):before {
      background-position: -20.8rem -17rem;
      left: 0.7rem; }
    #topb ul a:nth-child(3):before {
      background-position: -16.2rem -17.3rem;
      left: 0rem;
      width: 3rem;
      height: 1.35rem; }

#social {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  margin: 0.5rem auto 0;
  font-size: 1.25rem;
  color: #fdfdf1;
  font-weight: bold;
  text-transform: uppercase;
  align-items: center;
  padding: 5rem 0 1rem 0;
  background: url(../i/hoa.png) top center no-repeat;
  background-size: 11.4rem 3.9rem; }
  #social a {
    width: 3rem;
    height: 3rem;
    display: inline-block;
    margin: 0 0.5rem;
    position: relative;
    background: url(../i/ic.png);
    background-size: 40rem 20rem;
    background-position: -0.4rem -16.6rem;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(0.1rem) translateZ(0);
    transform: perspective(0.1rem) translateZ(0);
    box-shadow: 0 0 0.1rem transparent; }
    #social a:nth-child(2) {
      background-position: -4.4rem -16.6rem; }
    #social a:nth-child(3) {
      background-position: -8.4rem -16.6rem; }
    #social a:nth-child(4) {
      background-position: -12.7rem -16.6rem; }
    #social a:before {
      content: '';
      position: absolute;
      border: #e1e1e1 solid 0.3rem;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      border-radius: 0.5rem;
      border: 0.2rem solid #e1e1e1;
      animation-delay: 1s;
      -webkit-animation-name: bordertron;
      animation-name: bordertron;
      animation-duration: 1s;
      animation-iteration-count: infinite; }
    #social a:hover:before {
      -webkit-animation-name: bordertron;
      animation-name: bordertron; }

#bot {
  background: #fff;
  padding: 1rem;
  font-size: 1.1rem;
  color: #999999;
  font-style: italic;
  text-align: center; }

/* Ripple Out */
@-webkit-keyframes bordertron {
  100% {
    top: -0.6rem;
    right: -0.6rem;
    bottom: -0.6rem;
    left: -0.6rem;
    opacity: 0; } }
@keyframes bordertron {
  100% {
    top: -0.6rem;
    right: -0.6rem;
    bottom: -0.6rem;
    left: -0.6rem;
    opacity: 0; } }
#ituvan {
  width: 8.5rem;
  height: 6.5rem;
  position: fixed;
  background: url(../i/ic.png);
  background-size: 37.8rem 28.8rem;
  background-position: 0rem -22rem;
  display: inline-block;
  bottom: 0;
  right: 0; }
#menu {
  display: flex;
  align-items: center;
  background: #019d7f;
  color: #fff;
  height: 4.5rem;
  padding: 0rem 1.4rem 0 0; }
  #menu button {
    margin-right: 0;
     }
  #menu div a {
    font-family: UTM;
    font-size: 1.6rem;
    color: #feed91;
    line-height: 1.1; }
  #menu div p {
    font-size: 1.1rem;
    color: #bffcfb; }
  #menu > a {
    width: 3.3rem;
    height: 3.5rem;
    display: inline-block;
    background: url(../i/i.png);
    background-size: 37.8rem 28.8rem;
    background-position: -3.8rem 0.1rem;
    float: right;
    margin-left: 1.6rem; }
#menu > div{
  padding-left: 3rem;
  background: url(../i/icphone.png) 0 1rem no-repeat;
  background-size: 2rem 1.6rem;

}
#menu > div:nth-child(1){
  padding: 0 1.5rem;
  margin-right: 2rem;
    background: unset;
    height: 4.5rem;
    background: #2e7a7a;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
#menu > div:nth-child(3){
  margin-left: 2.1rem;
  background: url(../i/ictuvan.png) 0 .6rem no-repeat;
  background-size: 2.15rem 2.15rem;
}
#menu > div:nth-child(3) a{
  font-size: 1.3rem;
  color: #fff;
}
/*menu new*/
.ovl {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: #000;
  opacity: .6;
  z-index: 1111111111; }

.ovlc {
  display: inline-block; }

#mm1 {
  padding-top: 11.55rem;
  background: #fff url(../i/bgm.png) top center no-repeat;
  background-size: 23.9rem 11.55rem;
  width: 0rem;
  position: fixed;
  height: 100% !important;
  top: 0;
  left: -3rem;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 999999999999;
  overflow-y: scroll;
  font-family: Tahoma;
  font-size: 1.2rem;
  color: #222222;
  border-right: 0.4rem solid #019d7f;
  opacity: 0.2; }

#mm1 > ul > li > p {
  padding: .7rem 1.2rem .7rem 2.2rem;
  border-bottom: 0.01rem dashed #019d7f;
  /* border-top: 0.02rem dashed #efefef; */
  position: relative;
  font-size: 1.4rem; }

#mm1 > ul > li > p:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #019d7f;
  background-size: 1.15rem 1rem;
  display: flex;
  border-radius: 50%;
  align-content: center;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%); }

#mm1 > ul > li.menu-item-has-children > p {
  background: url(../i/ar.png) 90% center no-repeat;
  background-size: 1rem 0.6rem; }

#mm1 > ul > li > ul.sub-menu {
  display: none;
  padding-left: 2rem; }

.menu-on {
  left: 0px !important;
  box-shadow: 3px 2px 2px rgba(0, 0, 0, 0.34);
  opacity: 1 !important;
  width: 24rem !important; }
#mm1 ul.sub-menu >li >p >a:before{
  content: '»';
  padding-right: 3px;
}
#mm1 > ul > li ul.sub-menu p {
  padding: 0.7rem 0.5rem 0.7rem 0rem;
  font-size: 1.3rem;
  border-bottom: 0.01rem solid #019d7f;
  position: relative; }

/*end menu new*/
/*start popup*/
#popup {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 5rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }
  #popup ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666;
    opacity: 1;
    /* Firefox */ }
  #popup :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666; }
  #popup ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #666; }

.model {
  background-color: #fefefe;
  margin: auto;
  padding: 0.3rem;
  border: 0.1rem solid #888;
  width: 30rem;
  position: relative; }

.close {
  color: #aaa;
  float: right;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  padding-right: 0.5rem; }

#popup .title3 {
  /*position: relative;*/
  background: #019d7f;
  background-size: inherit;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-bottom: 0.1rem solid #fff200;
  color: #FFF;
  font-family: UTM;
  font-size: 1.5rem;
  text-align: center; }

.contact-form {
  background: #ededed;
  padding: 1rem 0.75rem 2.25rem; }

.contact-form p {
  margin-bottom: 1rem; }

.contact-form label {
  display: block;
  color: #363636;
  line-height: 1.7rem;
  margin: 0 0 0.5rem 0;
  font-weight: 400; }

.contact-form label span {
  color: red; }

.contact-form input {
  width: 100%;
  background: #FFF;
  border-radius: 0.3rem;
  font-size: 1rem;
  padding: .8rem 1rem;
  box-shadow: none;
  border: none; }

.bt-form {
  display: table;
  margin: 1.6rem auto 0; }

.bt-form button, .bt-form input {
  float: left;
  width: 10rem;
  height: 3.3rem;
  padding: 0 0.75rem 0 2.25rem;
  margin: 0 0.5rem;
  font-size: 1rem;
  color: #FFF;
  border-radius: .25rem;
  background: url(../i/icon1.png) 0.75rem center no-repeat, #019d7f;
  cursor: pointer;
  border: none;
  text-align: center; }

.bt-form button.bt-send {
  margin: 0 0.25rem 0 0; }

button.bt-encode {
  margin: 0 0 0 0.25rem;
  background: url(../i/icon2.png) 0.75rem center no-repeat, #019d7f; }

/*end popup*/
/*list*/
#topcate {
  background: #f6f6f6; }

#breadcrumb {
  font-size: 1.1rem;
  padding: 1rem 0 1rem 1rem;
  color: #999999; }

.top_article {
  border-top: 0.1rem solid #fff; }

#breadcrumb div {
  font-weight: 100;
  display: initial;
  position: relative;
  margin-right: 2.5rem; }

#breadcrumb div::after {
  content: ">>";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: -2rem;
  top: 0; }

#breadcrumb div:last-child {
  font-weight: bold;
  color: #01a283; }

#breadcrumb div:last-child:after {
  display: none; }

#breadcrumb > div:first-child {
  padding-left: 2.5rem; }

#breadcrumb > div:first-child:before {
  display: none;

/*  width: 2.5rem;
  height: 2.6rem;
  position: absolute;
  left: 0;
  top: -1rem;
  background-position: -236px -23px;
  background-size: 40rem 20rem;
  background-position: -29rem -16.2rem; */
}
#breadcrumb .breadcrumb_last{     font-weight: bold;    color: #01a283; }
#pagination {
  text-align: center;
  padding: 2.25rem 0;
  border-bottom: 0.1rem solid #eaeeee; }

#pagination ul li {
  padding: 0.5rem 1rem;
  text-align: center;
  display: inline-block;
  background-color: #ffffff;
  color: #666666;
  margin: 0.2rem 0.1rem;
  font-size: 1.2rem;
  border-radius: 0.25rem;
  border: 0.1rem solid #e1e1e1; }

#pagination ul {
  text-align: center;
  display: table;
  margin: auto;
  padding: 0.5rem 0;
  border-right: none;
  border-left: none; }

#pagination .thisclass {
  background-color: #01a283;
  color: #FFF; }

/*end list*/
/*article*/
.top_article {
  padding: 1rem 1.4rem 1rem 1.4rem; }
  .top_article h1 {
    padding-bottom: 0.25rem;
    margin-bottom: 0.75rem;
    font-family: UTM;
    font-size: 1.7rem;
    color: #00846c;
    position: relative;
    font-weight: 100; }
  .top_article ul {
    position: relative;
    overflow: hidden;
    color: #666666;
    font-size: 1.1rem; }
    .top_article ul li {
      font-size: 1rem;
      color: #a8aabc;
      display: flex;
      align-items: center;
      margin-bottom: .7rem; }
      .top_article ul li img {
        margin: 0 0.25rem; }
    .top_article ul span {
      color: #666666;
      font-size: 1.2rem;
      font-weight: bold;
      display: inline-block;
      margin-left: .5rem; }

.entry-content h2, .entry-content h3 {
  line-height: 1.5;
  font-size: 1.6rem;
  color: #00846c;
  font-weight: 700;
  position: relative;
  font-family: UTM;
  padding-bottom: 0.5rem;
  font-weight: 100;
  margin: 0.5rem 0;
  border-bottom: 0.1rem solid #ccc; }

.entry-content .ic1:before, .entry-content h2:before {
  content: "";
  display: inline-block;
  vertical-align: middle; }
.entry-content h2 strong, .entry-content h3 strong, .entry-content h4 strong{
  font-weight: 100;
}
.entry-content h2:before {
  width: 2.1rem;
  height: 2.1rem;
  left: 0;
  background: url(../i/ich2.png) left center no-repeat;
  background-size: 2.1rem 2.1rem;
  vertical-align: middle;
  margin: -0.4rem 0.25rem 0 0; }

.entry-content, .entry-content div,
.entry-content p {
  color: #000;
  line-height: 1.8;
  position: relative;
  font-size: 1.2rem;
  margin: 1rem 0;
  text-align: justify; }

.entry-content div.phone,
.entry-content div.tuvan,
.entry-content p.phone,
.entry-content p.tuvan {
  text-indent: 0; }

.entry-content img {
  display: block;
  max-width: 100%;
  margin: 1rem auto;
  height: inherit !important; }

.entry-content .ic1:before {
  width: 1.5rem;
  height: 1.5rem;
  background: url(../i/ic_div1.png) left center no-repeat;
  background-size: 1.5rem 1.5rem;
  top: 0.5rem;
  margin-top: -0.5rem;
  left: 0; }

.entry-content .ic2:before,
.entry-content .ic3:before {
  top: 0.25rem;
  width: 2rem;
  height: 2rem;
  content: "";
  display: inline-block;
  vertical-align: middle;
  left: 0; }

.entry-content .ic2:before {
  background: url(../i/icon.png) left center no-repeat;
  background-size: cover; }

.entry-content .ic3:before {
  background: url(../i/icon.png) no-repeat;
  background-size: cover; }

.entry-content .ic4:before,
.entry-content .ic5:before,
.entry-content .ic6:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  background: url(../i/icon.png) no-repeat;
  background-size: cover;
  top: 0.5rem;
  left: 0; }

.entry-content .ic7:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.4rem;
  height: 1rem;
  background: url(../i/icon7.gif) no-repeat;
  background-size: 1.4rem 1rem;
  left: 0;
  margin-top: -0.2rem; }

.entry-content .ic8:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../i/icon8.png) no-repeat;
  background-size: 1.25rem 1.25rem;
  top: 0.85rem;
  left: 0; }

.entry-content .ic10:before,
.entry-content .ic9:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem 1.5rem; }

.entry-content .ic9:before {
  width: 1rem;
  background: url(../i/icon9.png) no-repeat;
  background-size: 1rem 1rem;
  margin-top: 0.3rem;
  left: 0; }

.entry-content .ic10:before {
  width: 1.5rem;
  background: url(../i/icon10.png) no-repeat;
  background-size: 1.5rem 1rem;
  top: 0.75rem;
  left: 0;
  height: 1.5rem; }

.entry-content .ic11:before,
.entry-content .ic12:before,
.entry-content .ic13:before,
.entry-content .ic14:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 1rem;
  top: 0.5rem;
  left: 0; }

.entry-content .ic11:before {
  width: 0.85rem;
  background: url(../i/icon11.png) no-repeat;
  background-size: 0.85rem 1.1rem;
  margin-top: -0.3rem; }

.entry-content .ic12:before {
  width: 1.5rem;
  background: url(../i/icon12.png) no-repeat;
  background-size: 1.5rem 1rem; }

.entry-content .ic13:before {
  width: 1.25rem;
  background: url(../i/icon13.png) no-repeat;
  background-size: 1.25rem 1rem; }

.entry-content .ic14:before {
  width: 1.5rem;
  background: url(../i/icon14.png) no-repeat;
  background-size: 1.5rem .9rem; }

.entry-content ul, .entry-content ol {
  padding-left: 1.2rem;
  position: relative; }

.entry-content ul li, .entry-content ol li {
  position: relative;
  font-size: 1.1rem;
  padding-left: 2.2rem;
  margin: 0.5rem 0;
  line-height: 1.8; }
  .entry-content ul li:before, .entry-content ol li:before {
    width: 1.8rem;
    height: 1.6rem;
    background: url(../i/li.png) center no-repeat;
    background-size: 1.8rem 1.5rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.1rem;
    display: inline-block;
    content: ""; }

.phone:before,
.tuvan:before {
  display: inline-block;
  vertical-align: middle;
  width: 2.5rem;
  color: red;
  content: ""; }

.tuvan:before {
  height: 1.5rem;
  background: url(../i/bg_btv.png) top left no-repeat;
  width: 1.5rem;
  background-size: 1.2rem 1.5rem; }

.phone:before {
  height: 1rem;
  background: url(../i/ic_phone1.png) top left no-repeat;
  width: 1.5rem;
  background-size: 1.5rem 1rem;
  margin: -0.2rem 0.2rem 0 0.5rem; }

.btuvan {
  display: flex;
  margin: 1rem auto !important; }

.btuvan a {
  float: left;
  width: 13.05rem;
  height: 3.55rem;
  margin: 0 0.25rem; }

.btuvan a:nth-child(2) {
  background: url(../i/sing-tuvan.png) center no-repeat;
  background-size: 13.05rem 3.55rem; }

.btuvan a:first-child {
  background: url(../i/sing-phone.png) center no-repeat;
  background-size: 13.05rem 3.55rem; }

.gif1 {
  width: 25.85rem;
  height: 9.9rem;
  margin: 1rem auto;
  background: url(../i/bannerbs.jpg) center no-repeat;
  background-size: 25.85rem 9.9rem;
  position: relative; }

.btns {
      position: absolute;
    display: inline-block;
    width: 6.5rem;
    height: 1.8rem;
    bottom: .8rem;
    left: 7rem;}

.btnl {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 6.5rem;
  top: 0%;
  left: 0%; }

.gif1 .btns:nth-child(2) {
  left: .3rem; }

@keyframes shake {
  10%,90% {
    transform: translate3d(-1px, 0, 0); }
  20%,80% {
    transform: translate3d(2px, 0, 0); }
  30%,50%,70% {
    transform: translate3d(-4px, 0, 0); }
  40%,60% {
    transform: translate3d(4px, 0, 0); } }
#article {
  padding: 0 1.4rem; }

#sidebar #m5 {
  margin-top: 2rem; }

#article #desmay p {
  background: url(../i/icnote.png) 1rem 0.7rem no-repeat;
  padding-left: 2.6rem; }

.entry-content table {
  width: 100% !important; }

.entry-content table td {
  width: auto !important;
  height: auto !important;
  border: 0.1rem solid #000;
  padding: 0.2rem; }

.entry-content table caption {
  color: #105baa;
  font-size: 1.5rem;
  margin-bottom: .5rem;
  text-transform: uppercase; }

.entry-content table tr {
  border: 1px; }

.entry-content {
  margin-bottom: 1rem; }

.entry-content h3:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  /* position: absolute; */
  width: 2rem;
  height: 2rem;
  left: 0;
  /* top: 0.5rem; */
  background: url(../i/ich3.png) left center no-repeat;
  background-size: 2rem 2rem; }

.entry-content h3 {
  color: #555555;
  font-size: 1.5rem;
  border-bottom: unset; }

.entry-content h4 {
  font-size: 1.3rem; }
  .entry-content h4:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    /* position: absolute; */
    width: 1.5rem;
    height: 1.5rem;
    left: 0;
    /* top: 0.5rem; */
    background: url(../i/ich4.png) left center no-repeat;
    background-size: 1.5rem 1.5rem; }

.shake {
  animation: shake 1.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  display: inline-block; }

.entry-content .ic17:before {
  background: url(../i/icon17.png) no-repeat;
  background-size: cover;
  top: .45rem;
  width: 2rem;
  height: 1.7rem;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: 2rem 1.7rem;
  left: 0; }

.entry-content .ic18:before {
  background: url(../i/icon18.png) no-repeat;
  background-size: cover;
  top: .25rem;
  width: 2rem;
  height: 2rem;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: 2rem 2rem;
  left: 0; }

.entry-content .ic19:before {
  background: url(../i/icon19.png) no-repeat;
  background-size: cover;
  top: .45rem;
  width: 2rem;
  height: 1.7rem;
  content: "";
  display: inline-block;
  vertical-align: middle;
  left: 0; }

.entry-content .ic20:before {
  background: url(../i/icon20.png) no-repeat;
  background-size: cover;
  top: .25rem;
  width: 1.4rem;
  height: 1.5rem;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: 1.4rem 1.5rem;
  left: 0;
  margin-top: -0.4rem; }

.entry-content .ic21:before {
  background: url(../i/icon21.png) no-repeat;
  top: .25rem;
  width: 2rem;
  height: 2rem;
  background-size: 2rem 2rem;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2rem; }

#loading, #success {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999999999;
  background-image: url(../icd/blau1_m/bg-black-opacity.png);
  background-repeat: repeat; }

#loading img, #success img {
  width: 100px;
  display: block;
  margin: 200px auto 0; }

#loading p, #success p {
  text-align: center;
  font-size: 16px;
  font-family: arial;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px; }

#ttn {
  margin: 1rem 1.2rem;
  padding: 1.8rem 1.5rem 2.7rem 1.5rem;
  background: url(../i/bg14.png) center no-repeat;
  background-size: cover;
  position: relative; }
  #ttn h3 {
    font-family: UTM;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
    font-size: 1.5rem; }
  #ttn p {
    text-align: center;
    font-size: 1.2rem; }

.itquestion {
  font-family: Arial;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.8rem 0.5rem 2rem 0.8rem;
  position: relative;
  border: .1rem solid #00846c;
  border-radius: 0.5rem; }

.itquestion h4 {
  padding: 0.5rem 0.1rem 0.5rem 0.7rem;
  background: #00846c;
  border-radius: 0.5rem;
  text-align: left;
  color: #fff; }

.slquestion {
  margin: 1rem 0; }

.labelcheck {
  display: block;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem; }

.labelcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: #ebebeb;
  transform: translateY(-50%); }

.labelcheck input:checked ~ .checkmark {
  background-color: #2196F3; }

.labelcheck .checkmark:after {
  left: 0.6rem;
  top: 0.1rem;
  width: .6rem;
  height: 1.3rem;
  border: solid #00ff00;
  border-width: 0px 0.3rem 0.3rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.labelcheck input:checked ~ .checkmark:after {
  display: block; }

.itquestion .d-content {
  font-family: Arial;
  color: #fff;
  width: 100%;
  height: 8rem;
  background: #3fa793;
  border-radius: 0.5rem;
  padding: 0.8rem 1rem;
  border: none;
  margin: 1rem 0; }

.itquestion > label {
  text-align: center;
  color: #00846c;
  display: block;
  margin-bottom: 1rem; }

.formquestion > div {
  position: relative; }

.formquestion > div > .d-send {
  position: absolute;
  right: 0;
  width: 4.5rem;
  height: 100%;
  top: 0;
  bottom: 0;
  border: none;
  border-radius: 0 0.5rem 0.5rem 0;
  background: #00846c url(../i/icsend.png) center no-repeat;
  background-size: 2rem 2.1rem;
  cursor: pointer; }

.formquestion .d-phone {
  width: 100%;
  border: 0.1rem solid #00846c;
  border-radius: 0.5rem;
  padding: 1rem 0.5rem; }

.formquestion > p {
  color: #00846c;
  margin: 1rem 0;
  text-align: center; }

.formquestion ul .d-send {
  border: none;
  text-transform: uppercase;
  border: 0.1rem solid #01a283;
  border-radius: 0.5rem;
  padding: 1rem 1.2rem;
  margin-right: 0.5rem;
  background: #01a283;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  font-family: UTM;
  font-weight: 100;
  font-size: 1.3rem; }

.formquestion ul .d-send:hover {
  color: #fff;
  background: #ff3366; }

.formquestion ul {
  display: flex;
  justify-content: center; }

.formquestion ul a {
  background: #f53838;
  color: #fff;
  border-radius: 0.5rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
  transition: all 0.3s;
  font-family: UTM; }

.form_test1.d_contact {
  margin: 2rem 1.2rem;
  position: relative;
  display: none; }

.btndown {
  position: absolute;
  width: 3rem;
  display: inline-block;
  height: 3rem;
  background: url(../i/icdown.png) center no-repeat;
  background-size: 3rem 3rem;
  border-radius: 50%;
  color: #fff;
  bottom: -1.15rem;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer; }

.btnup {
  position: absolute;
  width: 3rem;
  display: inline-block;
  height: 3rem;
  background: url(../i/icdown.png) center no-repeat;
  background-size: 3rem 3rem;
  border-radius: 50%;
  color: #fff;
  bottom: -1.7rem;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, 0) rotate(180deg);
  cursor: pointer; }

#contact_1 {
  position: relative;
  overflow: hidden;
  margin: 2rem auto;
  border: .6rem solid #019478;
  border-radius: 4rem; }
  #contact_1 img {
    width: 11.5rem;
    height: 10.5rem;
    float: left;
    margin-right: 1rem; }

#contact_1 > span {
  text-align: center !important; }
#contact_1 p {
  color: #222222;
  font-family: UTM;
  font-size: 1.5rem;
  /* text-transform: uppercase; */
  text-align: center;
  margin-top: 1rem; }
#contact_1 span {
  font-size: 1.2rem;
  display: block;
  margin: 0.5rem 0;
  text-align: left; }
  #contact_1 span:nth-child(3) a {
    color: #e21f1f;
    font-size: 20px;
    font-family: UTM;
    font-weight: 100; }
  #contact_1 span a {
    color: #01a283;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px; }
#contact_1 .d_contact {
  width: 28rem;
  text-align: center;
  position: relative;
  margin: 1rem auto 2rem; }
#contact_1 .d-phone {
  width: 100%;
  border-radius: 7rem;
  border: 0.1rem solid #00846c;
  padding: 1.4rem 1rem;
  color: #999999;
  -webkit-box-shadow: -1px 11px 17px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 11px 17px -10px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 11px 17px -10px rgba(0, 0, 0, 0.75); }
#contact_1 .d-send {
  cursor: pointer;
  border: none;
  display: inline-block;
  width: 5.5rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0rem 5rem 5rem 0rem;
  background: #00846c url(../i/ic.png) center no-repeat;
  background-position: -19.72rem -7.9rem;
  background-size: 40rem 20rem; }
#contact_1 ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1;
  /* Firefox */ }
#contact_1 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999; }
#contact_1 ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999; }
#contact_1 ul {
  display: flex;
  align-items: center;
  color: #f53838;
  font-size: 27px;
  font-family: UTM;
  margin: 20px 17px 0 17px; }
  #contact_1 ul a {
    display: inline-block;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e5ebe5; }
#contact_1 ul span {
  display: flex;
  width: 60px;
  height: 60px;
  background: url(../i/i.png);
  background-position: -436px -222px;
  margin: 0 24px; }

/*end*/

body{
  padding-bottom: 6rem;

}
#fixbot{
      display: flex;
    height:   4rem;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index:  111;
    right: 0;
}
#fixbot a{
        padding: 1.6rem 0 0.5rem 0;
    text-align: center;
    background: #00846c;
    position: relative;
    flex: 1;
    
    font-weight: bold;
    color: #fff;
    border-radius: 0.5rem;
    font-size: 1.1rem;
    border: 0.15rem solid #ebebeb;

}
#fixbot a:before{
  content: "";

  
  display: inline-block;
  width: 4rem;
  height: 4rem;
  
  top: -2.8rem;
  background: url(../i/ic3.png) center no-repeat;
  background-size: 4rem 4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
#fixbot a:first-child{
  
    font-family: UTM;
    font-size: 1.35rem;
    
    font-weight: 100;
    padding: 1.3rem 0 0.2rem 0;

}
#fixbot a:nth-child(2):before{
  background: url(../i/ic4.png) center no-repeat;
  background-size: 4rem 4rem;
}
#fixbot a:first-child:before{
  animation: shake-phone linear .8s;
    animation-iteration-count: infinite;
    left: 3.3rem;
}

#fixbot a:nth-child(3):before{
  width: 4.4rem;
  height:   4rem;
  background: url(../i/ic5.png) center no-repeat;
  background-size: 4.4rem 4rem;

}
@keyframes shake-phone {
    0%{transform:translate(0px,0px) rotate(0deg)}
    10%{transform:translate(0px,5px) rotate(-25deg)}
    12%{transform:translate(0px,5px) rotate(-23deg)}
    20%{transform:translate(0px,0px) rotate(-15deg)}
    21%{transform:translate(0px,5px) rotate(-15deg)}
    30%{transform:translate(0px,0px) rotate(-20deg)}
    40%{transform:translate(0px,5px) rotate(-10deg)}
    51%{transform:translate(0px,0px) rotate(0deg)}
    100%{transform:translate(0px,0px) rotate(0deg)}
  }  
.LR_Mini_ICON {
    display: block;
    right: 18px !important;
    bottom: 168px !important;
    zoom: 0.8 !important;
    
}
/*mờ ảnh*/
.cnbn{
        display: flex;
    align-items: center;
    justify-content: center;
    background: #27605c;
    padding: 1rem 0.5rem;
    margin: 2rem auto;
}
.cnbn img {
        width: 13rem !important;
    height: 25rem !important;
    margin: 0;
}
.cnbn .btuvan {
    display: none !important;
}
.cnbn div{
      position: relative;
    margin: 0 0.5rem;
}
.cnbn span {
        position: absolute;
    background: #000;
    left: 1.6rem;
    z-index: 1;
    top: 3rem;
    width: 81%;
    height: 73%;
    border-radius: .6rem;
    color: #fff;
    font-size: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3rem;
    text-align: center;
}
/*end mờ ảnh*/

/*popup*/
#popupgoikham {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 15rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }


#popupgoikham > div {
  
  margin: auto;
  
  width: 30rem;
  
  position: relative; }

.close1 {
  position: absolute;
    right: -0.5rem;
    color: red;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    font-weight: bold;
    font-size: 1.5rem;
    top: -0.5rem;
    cursor: pointer; }
#popuptuvan {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 15rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }


#popuptuvan > div {
  
  margin: auto;
  
  width: 30rem;
  height: 8rem;
  position: relative; }

.close2 {
  position: absolute;
    right: -0.5rem;
    color: red;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    font-weight: bold;
    font-size: 1.5rem;
    top: -0.5rem;
    cursor: pointer; }
#popuptuvan a{
    position: absolute;
    display: inline-block;
    width: 6.5rem;
    height: 1.8rem;
    bottom: .8rem;
    left: 7rem;
}
#popuptuvan a:nth-child(3){
  left: .3rem;
}
/*end popup*/
/*popupdathen*/
#LRfloater2, #LRfloater3{
  z-index: 111111 !important;
}
#popdathen {
     opacity: 0;
    position: fixed;
    z-index: 9999999999999999999 !important;
    padding-top: 1rem;
    left: -56rem;
    top: 0rem;
    width: 100%;
    transition: all 0.4s;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 76%);
}
#popdathen > div {
	background-color: #fefefe;
	margin: auto;
	z-index: 9999999999999999999 !important;
	width: 100%;
	height: 44.35rem;
	background: url(../i/backpop.png) center no-repeat;
	background-size: 110% 44.35rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}
.active2{
  opacity: 1 !important;
  left: 0 !important;
  
}
#close3{

    float: right;
    font-size: 1.4rem;
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    right: .5rem;
    top: .5rem;
    width: 2rem;
    height: 2rem;
    background: url(../i/close2.png);
    background-size: 2rem;
    padding-right: 0.5rem;
}

#popdathen .d_contact {
	width: 14rem;
	display: block;
	margin: auto;
	position: absolute;
	bottom: 3.6rem;
	left: 50%;
	transform: translateX(-50%);
	top: 56%;
}

#popdathen input {
	width: 100%;
	height: 2rem;
	padding: .5rem 1rem;
	border-radius: 4rem;
	font-family: UTMTimes;
	font-size: 0.8rem;
	-webkit-box-shadow: -2px 9px 5px -9px rgb(0 0 0 / 75%);
	box-shadow: unset;
	border: 1px solid #128988;
background: #cfe8e7;
}

#popdathen ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #01a283;
  opacity: 1;
  /* Firefox */ }

#popdathen :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #01a283; }

#popdathen ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #01a283; }
#popdathen .d-send {
	width: 2rem;
	height: 1.8rem;
	position: absolute;
	display: inline-block;
	right: 0.1rem;
	top: 0.1rem;
	cursor: pointer;
	border: none;
	border-radius: 2rem;
	background: #01a283 url('../i/ud7/maybay.png') no-repeat center center;
	color: #ffff32;
	text-transform: uppercase;
	font-family: UTMAvoBold;
	font-size: 1.2rem;
background-size: 1.1rem 1.1rem;
}
/*end*/
/*responsive index*/
@media screen and (min-width: 320px) and (max-width: 321px) {
  html {
    font-size: 62.5%; } }
@media screen and (min-width: 321px) and (max-width: 322px) {
  html {
    font-size: 62.6953125%; } }
@media screen and (min-width: 322px) and (max-width: 323px) {
  html {
    font-size: 62.89062500000001%; } }
@media screen and (min-width: 323px) and (max-width: 324px) {
  html {
    font-size: 63.08593749999999%; } }
@media screen and (min-width: 324px) and (max-width: 325px) {
  html {
    font-size: 63.28125%; } }
@media screen and (min-width: 325px) and (max-width: 326px) {
  html {
    font-size: 63.4765625%; } }
@media screen and (min-width: 326px) and (max-width: 327px) {
  html {
    font-size: 63.671875%; } }
@media screen and (min-width: 327px) and (max-width: 328px) {
  html {
    font-size: 63.86718750000001%; } }
@media screen and (min-width: 328px) and (max-width: 329px) {
  html {
    font-size: 64.0625%; } }
@media screen and (min-width: 329px) and (max-width: 330px) {
  html {
    font-size: 64.2578125%; } }
@media screen and (min-width: 330px) and (max-width: 331px) {
  html {
    font-size: 64.453125%; } }
@media screen and (min-width: 331px) and (max-width: 332px) {
  html {
    font-size: 64.6484375%; } }
@media screen and (min-width: 332px) and (max-width: 333px) {
  html {
    font-size: 64.84375%; } }
@media screen and (min-width: 333px) and (max-width: 334px) {
  html {
    font-size: 65.0390625%; } }
@media screen and (min-width: 334px) and (max-width: 335px) {
  html {
    font-size: 65.234375%; } }
@media screen and (min-width: 335px) and (max-width: 336px) {
  html {
    font-size: 65.4296875%; } }
@media screen and (min-width: 336px) and (max-width: 337px) {
  html {
    font-size: 65.625%; } }
@media screen and (min-width: 337px) and (max-width: 338px) {
  html {
    font-size: 65.8203125%; } }
@media screen and (min-width: 338px) and (max-width: 339px) {
  html {
    font-size: 66.015625%; } }
@media screen and (min-width: 339px) and (max-width: 340px) {
  html {
    font-size: 66.2109375%; } }
@media screen and (min-width: 340px) and (max-width: 341px) {
  html {
    font-size: 66.40625%; } }
@media screen and (min-width: 341px) and (max-width: 342px) {
  html {
    font-size: 66.6015625%; } }
@media screen and (min-width: 342px) and (max-width: 343px) {
  html {
    font-size: 66.796875%; } }
@media screen and (min-width: 343px) and (max-width: 344px) {
  html {
    font-size: 66.9921875%; } }
@media screen and (min-width: 344px) and (max-width: 345px) {
  html {
    font-size: 67.1875%; } }
@media screen and (min-width: 345px) and (max-width: 346px) {
  html {
    font-size: 67.3828125%; } }
@media screen and (min-width: 346px) and (max-width: 347px) {
  html {
    font-size: 67.578125%; } }
@media screen and (min-width: 347px) and (max-width: 348px) {
  html {
    font-size: 67.7734375%; } }
@media screen and (min-width: 348px) and (max-width: 349px) {
  html {
    font-size: 67.96875%; } }
@media screen and (min-width: 349px) and (max-width: 350px) {
  html {
    font-size: 68.1640625%; } }
@media screen and (min-width: 350px) and (max-width: 351px) {
  html {
    font-size: 68.359375%; } }
@media screen and (min-width: 351px) and (max-width: 352px) {
  html {
    font-size: 68.5546875%; } }
@media screen and (min-width: 352px) and (max-width: 353px) {
  html {
    font-size: 68.75%; } }
@media screen and (min-width: 353px) and (max-width: 354px) {
  html {
    font-size: 68.9453125%; } }
@media screen and (min-width: 354px) and (max-width: 355px) {
  html {
    font-size: 69.140625%; } }
@media screen and (min-width: 355px) and (max-width: 356px) {
  html {
    font-size: 69.3359375%; } }
@media screen and (min-width: 356px) and (max-width: 357px) {
  html {
    font-size: 69.53125%; } }
@media screen and (min-width: 357px) and (max-width: 358px) {
  html {
    font-size: 69.7265625%; } }
@media screen and (min-width: 358px) and (max-width: 359px) {
  html {
    font-size: 69.921875%; } }
@media screen and (min-width: 359px) and (max-width: 360px) {
  html {
    font-size: 70.1171875%; } }
@media screen and (min-width: 360px) and (max-width: 361px) {
  html {
    font-size: 70.3125%; } }
@media screen and (min-width: 361px) and (max-width: 362px) {
  html {
    font-size: 70.5078125%; } }
@media screen and (min-width: 362px) and (max-width: 363px) {
  html {
    font-size: 70.703125%; } }
@media screen and (min-width: 363px) and (max-width: 364px) {
  html {
    font-size: 70.8984375%; } }
@media screen and (min-width: 364px) and (max-width: 365px) {
  html {
    font-size: 71.09375%; } }
@media screen and (min-width: 365px) and (max-width: 366px) {
  html {
    font-size: 71.2890625%; } }
@media screen and (min-width: 366px) and (max-width: 367px) {
  html {
    font-size: 71.484375%; } }
@media screen and (min-width: 367px) and (max-width: 368px) {
  html {
    font-size: 71.6796875%; } }
@media screen and (min-width: 368px) and (max-width: 369px) {
  html {
    font-size: 71.875%; } }
@media screen and (min-width: 369px) and (max-width: 370px) {
  html {
    font-size: 72.0703125%; } }
@media screen and (min-width: 370px) and (max-width: 371px) {
  html {
    font-size: 72.265625%; } }
@media screen and (min-width: 371px) and (max-width: 372px) {
  html {
    font-size: 72.4609375%; } }
@media screen and (min-width: 372px) and (max-width: 373px) {
  html {
    font-size: 72.65625%; } }
@media screen and (min-width: 373px) and (max-width: 374px) {
  html {
    font-size: 72.8515625%; } }
@media screen and (min-width: 374px) and (max-width: 375px) {
  html {
    font-size: 73.046875%; } }
@media screen and (min-width: 375px) and (max-width: 376px) {
  html {
    font-size: 73.2421875%; } }
@media screen and (min-width: 376px) and (max-width: 377px) {
  html {
    font-size: 73.4375%; } }
@media screen and (min-width: 377px) and (max-width: 378px) {
  html {
    font-size: 73.6328125%; } }
@media screen and (min-width: 378px) and (max-width: 379px) {
  html {
    font-size: 73.828125%; } }
@media screen and (min-width: 379px) and (max-width: 380px) {
  html {
    font-size: 74.0234375%; } }
@media screen and (min-width: 380px) and (max-width: 381px) {
  html {
    font-size: 74.21875%; } }
@media screen and (min-width: 381px) and (max-width: 382px) {
  html {
    font-size: 74.4140625%; } }
@media screen and (min-width: 382px) and (max-width: 383px) {
  html {
    font-size: 74.609375%; } }
@media screen and (min-width: 383px) and (max-width: 384px) {
  html {
    font-size: 74.8046875%; } }
@media screen and (min-width: 384px) and (max-width: 385px) {
  html {
    font-size: 75%; } }
@media screen and (min-width: 385px) and (max-width: 386px) {
  html {
    font-size: 75.1953125%; } }
@media screen and (min-width: 386px) and (max-width: 387px) {
  html {
    font-size: 75.390625%; } }
@media screen and (min-width: 387px) and (max-width: 388px) {
  html {
    font-size: 75.5859375%; } }
@media screen and (min-width: 388px) and (max-width: 389px) {
  html {
    font-size: 75.78125%; } }
@media screen and (min-width: 389px) and (max-width: 390px) {
  html {
    font-size: 75.9765625%; } }
@media screen and (min-width: 390px) and (max-width: 391px) {
  html {
    font-size: 76.171875%; } }
@media screen and (min-width: 391px) and (max-width: 392px) {
  html {
    font-size: 76.3671875%; } }
@media screen and (min-width: 392px) and (max-width: 393px) {
  html {
    font-size: 76.5625%; } }
@media screen and (min-width: 393px) and (max-width: 394px) {
  html {
    font-size: 76.7578125%; } }
@media screen and (min-width: 394px) and (max-width: 395px) {
  html {
    font-size: 76.953125%; } }
@media screen and (min-width: 395px) and (max-width: 396px) {
  html {
    font-size: 77.1484375%; } }
@media screen and (min-width: 396px) and (max-width: 397px) {
  html {
    font-size: 77.34375%; } }
@media screen and (min-width: 397px) and (max-width: 398px) {
  html {
    font-size: 77.5390625%; } }
@media screen and (min-width: 398px) and (max-width: 399px) {
  html {
    font-size: 77.734375%; } }
@media screen and (min-width: 399px) and (max-width: 400px) {
  html {
    font-size: 77.9296875%; } }
@media screen and (min-width: 400px) and (max-width: 401px) {
  html {
    font-size: 78.125%; } }
@media screen and (min-width: 401px) and (max-width: 402px) {
  html {
    font-size: 78.3203125%; } }
@media screen and (min-width: 402px) and (max-width: 403px) {
  html {
    font-size: 78.515625%; } }
@media screen and (min-width: 403px) and (max-width: 404px) {
  html {
    font-size: 78.7109375%; } }
@media screen and (min-width: 404px) and (max-width: 405px) {
  html {
    font-size: 78.90625%; } }
@media screen and (min-width: 405px) and (max-width: 406px) {
  html {
    font-size: 79.1015625%; } }
@media screen and (min-width: 406px) and (max-width: 407px) {
  html {
    font-size: 79.296875%; } }
@media screen and (min-width: 407px) and (max-width: 408px) {
  html {
    font-size: 79.4921875%; } }
@media screen and (min-width: 408px) and (max-width: 409px) {
  html {
    font-size: 79.6875%; } }
@media screen and (min-width: 409px) and (max-width: 410px) {
  html {
    font-size: 79.8828125%; } }
@media screen and (min-width: 410px) and (max-width: 411px) {
  html {
    font-size: 80.078125%; } }
@media screen and (min-width: 411px) and (max-width: 412px) {
  html {
    font-size: 80.2734375%; } }
@media screen and (min-width: 412px) and (max-width: 413px) {
  html {
    font-size: 80.46875%; } }
@media screen and (min-width: 413px) and (max-width: 414px) {
  html {
    font-size: 80.6640625%; } }
@media screen and (min-width: 414px) and (max-width: 415px) {
  html {
    font-size: 80.859375%; } }
@media screen and (min-width: 415px) and (max-width: 416px) {
  html {
    font-size: 81.0546875%; } }
@media screen and (min-width: 416px) and (max-width: 417px) {
  html {
    font-size: 81.25%; } }
@media screen and (min-width: 417px) and (max-width: 418px) {
  html {
    font-size: 81.4453125%; } }
@media screen and (min-width: 418px) and (max-width: 419px) {
  html {
    font-size: 81.640625%; } }
@media screen and (min-width: 419px) and (max-width: 420px) {
  html {
    font-size: 81.8359375%; } }
@media screen and (min-width: 420px) and (max-width: 421px) {
  html {
    font-size: 82.03125%; } }
@media screen and (min-width: 421px) and (max-width: 422px) {
  html {
    font-size: 82.2265625%; } }
@media screen and (min-width: 422px) and (max-width: 423px) {
  html {
    font-size: 82.421875%; } }
@media screen and (min-width: 423px) and (max-width: 424px) {
  html {
    font-size: 82.6171875%; } }
@media screen and (min-width: 424px) and (max-width: 425px) {
  html {
    font-size: 82.8125%; } }
@media screen and (min-width: 425px) and (max-width: 426px) {
  html {
    font-size: 83.0078125%; } }
@media screen and (min-width: 426px) and (max-width: 427px) {
  html {
    font-size: 83.203125%; } }
@media screen and (min-width: 427px) and (max-width: 428px) {
  html {
    font-size: 83.3984375%; } }
@media screen and (min-width: 428px) and (max-width: 429px) {
  html {
    font-size: 83.59375%; } }
@media screen and (min-width: 429px) and (max-width: 430px) {
  html {
    font-size: 83.7890625%; } }
@media screen and (min-width: 430px) and (max-width: 431px) {
  html {
    font-size: 83.984375%; } }
@media screen and (min-width: 431px) and (max-width: 432px) {
  html {
    font-size: 84.1796875%; } }
@media screen and (min-width: 432px) and (max-width: 433px) {
  html {
    font-size: 84.375%; } }
@media screen and (min-width: 433px) and (max-width: 434px) {
  html {
    font-size: 84.5703125%; } }
@media screen and (min-width: 434px) and (max-width: 435px) {
  html {
    font-size: 84.765625%; } }
@media screen and (min-width: 435px) and (max-width: 436px) {
  html {
    font-size: 84.9609375%; } }
@media screen and (min-width: 436px) and (max-width: 437px) {
  html {
    font-size: 85.15625%; } }
@media screen and (min-width: 437px) and (max-width: 438px) {
  html {
    font-size: 85.3515625%; } }
@media screen and (min-width: 438px) and (max-width: 439px) {
  html {
    font-size: 85.546875%; } }
@media screen and (min-width: 439px) and (max-width: 440px) {
  html {
    font-size: 85.7421875%; } }
@media screen and (min-width: 440px) and (max-width: 441px) {
  html {
    font-size: 85.9375%; } }
@media screen and (min-width: 441px) and (max-width: 442px) {
  html {
    font-size: 86.1328125%; } }
@media screen and (min-width: 442px) and (max-width: 443px) {
  html {
    font-size: 86.328125%; } }
@media screen and (min-width: 443px) and (max-width: 444px) {
  html {
    font-size: 86.5234375%; } }
@media screen and (min-width: 444px) and (max-width: 445px) {
  html {
    font-size: 86.71875%; } }
@media screen and (min-width: 445px) and (max-width: 446px) {
  html {
    font-size: 86.9140625%; } }
@media screen and (min-width: 446px) and (max-width: 447px) {
  html {
    font-size: 87.109375%; } }
@media screen and (min-width: 447px) and (max-width: 448px) {
  html {
    font-size: 87.3046875%; } }
@media screen and (min-width: 448px) and (max-width: 449px) {
  html {
    font-size: 87.5%; } }
@media screen and (min-width: 449px) and (max-width: 450px) {
  html {
    font-size: 87.6953125%; } }
@media screen and (min-width: 450px) and (max-width: 451px) {
  html {
    font-size: 87.890625%; } }
@media screen and (min-width: 451px) and (max-width: 452px) {
  html {
    font-size: 88.0859375%; } }
@media screen and (min-width: 452px) and (max-width: 453px) {
  html {
    font-size: 88.28125%; } }
@media screen and (min-width: 453px) and (max-width: 454px) {
  html {
    font-size: 88.4765625%; } }
@media screen and (min-width: 454px) and (max-width: 455px) {
  html {
    font-size: 88.671875%; } }
@media screen and (min-width: 455px) and (max-width: 456px) {
  html {
    font-size: 88.8671875%; } }
@media screen and (min-width: 456px) and (max-width: 457px) {
  html {
    font-size: 89.0625%; } }
@media screen and (min-width: 457px) and (max-width: 458px) {
  html {
    font-size: 89.2578125%; } }
@media screen and (min-width: 458px) and (max-width: 459px) {
  html {
    font-size: 89.453125%; } }
@media screen and (min-width: 459px) and (max-width: 460px) {
  html {
    font-size: 89.6484375%; } }
@media screen and (min-width: 460px) and (max-width: 461px) {
  html {
    font-size: 89.84375%; } }
@media screen and (min-width: 461px) and (max-width: 462px) {
  html {
    font-size: 90.0390625%; } }
@media screen and (min-width: 462px) and (max-width: 463px) {
  html {
    font-size: 90.234375%; } }
@media screen and (min-width: 463px) and (max-width: 464px) {
  html {
    font-size: 90.4296875%; } }
@media screen and (min-width: 464px) and (max-width: 465px) {
  html {
    font-size: 90.625%; } }
@media screen and (min-width: 465px) and (max-width: 466px) {
  html {
    font-size: 90.8203125%; } }
@media screen and (min-width: 466px) and (max-width: 467px) {
  html {
    font-size: 91.015625%; } }
@media screen and (min-width: 467px) and (max-width: 468px) {
  html {
    font-size: 91.2109375%; } }
@media screen and (min-width: 468px) and (max-width: 469px) {
  html {
    font-size: 91.40625%; } }
@media screen and (min-width: 469px) and (max-width: 470px) {
  html {
    font-size: 91.6015625%; } }
@media screen and (min-width: 470px) and (max-width: 471px) {
  html {
    font-size: 91.796875%; } }
@media screen and (min-width: 471px) and (max-width: 472px) {
  html {
    font-size: 91.9921875%; } }
@media screen and (min-width: 472px) and (max-width: 473px) {
  html {
    font-size: 92.1875%; } }
@media screen and (min-width: 473px) and (max-width: 474px) {
  html {
    font-size: 92.3828125%; } }
@media screen and (min-width: 474px) and (max-width: 475px) {
  html {
    font-size: 92.578125%; } }
@media screen and (min-width: 475px) and (max-width: 476px) {
  html {
    font-size: 92.7734375%; } }
@media screen and (min-width: 476px) and (max-width: 477px) {
  html {
    font-size: 92.96875%; } }
@media screen and (min-width: 477px) and (max-width: 478px) {
  html {
    font-size: 93.1640625%; } }
@media screen and (min-width: 478px) and (max-width: 479px) {
  html {
    font-size: 93.359375%; } }
@media screen and (min-width: 479px) and (max-width: 480px) {
  html {
    font-size: 93.5546875%; } }
@media screen and (min-width: 480px) and (max-width: 481px) {
  html {
    font-size: 93.75%; } }
@media screen and (min-width: 481px) and (max-width: 482px) {
  html {
    font-size: 93.9453125%; } }
@media screen and (min-width: 482px) and (max-width: 483px) {
  html {
    font-size: 94.140625%; } }
@media screen and (min-width: 483px) and (max-width: 484px) {
  html {
    font-size: 94.3359375%; } }
@media screen and (min-width: 484px) and (max-width: 485px) {
  html {
    font-size: 94.53125%; } }
@media screen and (min-width: 485px) and (max-width: 486px) {
  html {
    font-size: 94.7265625%; } }
@media screen and (min-width: 486px) and (max-width: 487px) {
  html {
    font-size: 94.921875%; } }
@media screen and (min-width: 487px) and (max-width: 488px) {
  html {
    font-size: 95.1171875%; } }
@media screen and (min-width: 488px) and (max-width: 489px) {
  html {
    font-size: 95.3125%; } }
@media screen and (min-width: 489px) and (max-width: 490px) {
  html {
    font-size: 95.5078125%; } }
@media screen and (min-width: 490px) and (max-width: 491px) {
  html {
    font-size: 95.703125%; } }
@media screen and (min-width: 491px) and (max-width: 492px) {
  html {
    font-size: 95.8984375%; } }
@media screen and (min-width: 492px) and (max-width: 493px) {
  html {
    font-size: 96.09375%; } }
@media screen and (min-width: 493px) and (max-width: 494px) {
  html {
    font-size: 96.2890625%; } }
@media screen and (min-width: 494px) and (max-width: 495px) {
  html {
    font-size: 96.484375%; } }
@media screen and (min-width: 495px) and (max-width: 496px) {
  html {
    font-size: 96.6796875%; } }
@media screen and (min-width: 496px) and (max-width: 497px) {
  html {
    font-size: 96.875%; } }
@media screen and (min-width: 497px) and (max-width: 498px) {
  html {
    font-size: 97.0703125%; } }
@media screen and (min-width: 498px) and (max-width: 499px) {
  html {
    font-size: 97.265625%; } }
@media screen and (min-width: 499px) and (max-width: 500px) {
  html {
    font-size: 97.4609375%; } }
@media screen and (min-width: 500px) and (max-width: 501px) {
  html {
    font-size: 97.65625%; } }
@media screen and (min-width: 501px) and (max-width: 502px) {
  html {
    font-size: 97.8515625%; } }
@media screen and (min-width: 502px) and (max-width: 503px) {
  html {
    font-size: 98.046875%; } }
@media screen and (min-width: 503px) and (max-width: 504px) {
  html {
    font-size: 98.2421875%; } }
@media screen and (min-width: 504px) and (max-width: 505px) {
  html {
    font-size: 98.4375%; } }
@media screen and (min-width: 505px) and (max-width: 506px) {
  html {
    font-size: 98.6328125%; } }
@media screen and (min-width: 506px) and (max-width: 507px) {
  html {
    font-size: 98.828125%; } }
@media screen and (min-width: 507px) and (max-width: 508px) {
  html {
    font-size: 99.0234375%; } }
@media screen and (min-width: 508px) and (max-width: 509px) {
  html {
    font-size: 99.21875%; } }
@media screen and (min-width: 509px) and (max-width: 510px) {
  html {
    font-size: 99.4140625%; } }
@media screen and (min-width: 510px) and (max-width: 511px) {
  html {
    font-size: 99.609375%; } }
@media screen and (min-width: 511px) and (max-width: 512px) {
  html {
    font-size: 99.8046875%; } }
@media screen and (min-width: 512px) and (max-width: 513px) {
  html {
    font-size: 100%; } }
@media screen and (min-width: 513px) and (max-width: 514px) {
  html {
    font-size: 100.1953125%; } }
@media screen and (min-width: 514px) and (max-width: 515px) {
  html {
    font-size: 100.390625%; } }
@media screen and (min-width: 515px) and (max-width: 516px) {
  html {
    font-size: 100.5859375%; } }
@media screen and (min-width: 516px) and (max-width: 517px) {
  html {
    font-size: 100.78125%; } }
@media screen and (min-width: 517px) and (max-width: 518px) {
  html {
    font-size: 100.9765625%; } }
@media screen and (min-width: 518px) and (max-width: 519px) {
  html {
    font-size: 101.171875%; } }
@media screen and (min-width: 519px) and (max-width: 520px) {
  html {
    font-size: 101.3671875%; } }
@media screen and (min-width: 520px) and (max-width: 521px) {
  html {
    font-size: 101.5625%; } }
@media screen and (min-width: 521px) and (max-width: 522px) {
  html {
    font-size: 101.7578125%; } }
@media screen and (min-width: 522px) and (max-width: 523px) {
  html {
    font-size: 101.953125%; } }
@media screen and (min-width: 523px) and (max-width: 524px) {
  html {
    font-size: 102.1484375%; } }
@media screen and (min-width: 524px) and (max-width: 525px) {
  html {
    font-size: 102.34375%; } }
@media screen and (min-width: 525px) and (max-width: 526px) {
  html {
    font-size: 102.5390625%; } }
@media screen and (min-width: 526px) and (max-width: 527px) {
  html {
    font-size: 102.734375%; } }
@media screen and (min-width: 527px) and (max-width: 528px) {
  html {
    font-size: 102.9296875%; } }
@media screen and (min-width: 528px) and (max-width: 529px) {
  html {
    font-size: 103.125%; } }
@media screen and (min-width: 529px) and (max-width: 530px) {
  html {
    font-size: 103.3203125%; } }
@media screen and (min-width: 530px) and (max-width: 531px) {
  html {
    font-size: 103.515625%; } }
@media screen and (min-width: 531px) and (max-width: 532px) {
  html {
    font-size: 103.7109375%; } }
@media screen and (min-width: 532px) and (max-width: 533px) {
  html {
    font-size: 103.90625%; } }
@media screen and (min-width: 533px) and (max-width: 534px) {
  html {
    font-size: 104.1015625%; } }
@media screen and (min-width: 534px) and (max-width: 535px) {
  html {
    font-size: 104.296875%; } }
@media screen and (min-width: 535px) and (max-width: 536px) {
  html {
    font-size: 104.4921875%; } }
@media screen and (min-width: 536px) and (max-width: 537px) {
  html {
    font-size: 104.6875%; } }
@media screen and (min-width: 537px) and (max-width: 538px) {
  html {
    font-size: 104.8828125%; } }
@media screen and (min-width: 538px) and (max-width: 539px) {
  html {
    font-size: 105.078125%; } }
@media screen and (min-width: 539px) and (max-width: 540px) {
  html {
    font-size: 105.2734375%; } }
@media screen and (min-width: 540px) and (max-width: 541px) {
  html {
    font-size: 105.46875%; } }
@media screen and (min-width: 541px) and (max-width: 542px) {
  html {
    font-size: 105.6640625%; } }
@media screen and (min-width: 542px) and (max-width: 543px) {
  html {
    font-size: 105.859375%; } }
@media screen and (min-width: 543px) and (max-width: 544px) {
  html {
    font-size: 106.0546875%; } }
@media screen and (min-width: 544px) and (max-width: 545px) {
  html {
    font-size: 106.25%; } }
@media screen and (min-width: 545px) and (max-width: 546px) {
  html {
    font-size: 106.4453125%; } }
@media screen and (min-width: 546px) and (max-width: 547px) {
  html {
    font-size: 106.640625%; } }
@media screen and (min-width: 547px) and (max-width: 548px) {
  html {
    font-size: 106.8359375%; } }
@media screen and (min-width: 548px) and (max-width: 549px) {
  html {
    font-size: 107.03125%; } }
@media screen and (min-width: 549px) and (max-width: 550px) {
  html {
    font-size: 107.2265625%; } }
@media screen and (min-width: 550px) and (max-width: 551px) {
  html {
    font-size: 107.421875%; } }
@media screen and (min-width: 551px) and (max-width: 552px) {
  html {
    font-size: 107.6171875%; } }
@media screen and (min-width: 552px) and (max-width: 553px) {
  html {
    font-size: 107.8125%; } }
@media screen and (min-width: 553px) and (max-width: 554px) {
  html {
    font-size: 108.0078125%; } }
@media screen and (min-width: 554px) and (max-width: 555px) {
  html {
    font-size: 108.203125%; } }
@media screen and (min-width: 555px) and (max-width: 556px) {
  html {
    font-size: 108.3984375%; } }
@media screen and (min-width: 556px) and (max-width: 557px) {
  html {
    font-size: 108.59375%; } }
@media screen and (min-width: 557px) and (max-width: 558px) {
  html {
    font-size: 108.7890625%; } }
@media screen and (min-width: 558px) and (max-width: 559px) {
  html {
    font-size: 108.984375%; } }
@media screen and (min-width: 559px) and (max-width: 560px) {
  html {
    font-size: 109.1796875%; } }
@media screen and (min-width: 560px) and (max-width: 561px) {
  html {
    font-size: 109.375%; } }
@media screen and (min-width: 561px) and (max-width: 562px) {
  html {
    font-size: 109.5703125%; } }
@media screen and (min-width: 562px) and (max-width: 563px) {
  html {
    font-size: 109.765625%; } }
@media screen and (min-width: 563px) and (max-width: 564px) {
  html {
    font-size: 109.9609375%; } }
@media screen and (min-width: 564px) and (max-width: 565px) {
  html {
    font-size: 110.15625%; } }
@media screen and (min-width: 565px) and (max-width: 566px) {
  html {
    font-size: 110.3515625%; } }
@media screen and (min-width: 566px) and (max-width: 567px) {
  html {
    font-size: 110.546875%; } }
@media screen and (min-width: 567px) and (max-width: 568px) {
  html {
    font-size: 110.7421875%; } }
@media screen and (min-width: 568px) and (max-width: 569px) {
  html {
    font-size: 110.9375%; } }
@media screen and (min-width: 569px) and (max-width: 570px) {
  html {
    font-size: 111.1328125%; } }
@media screen and (min-width: 570px) and (max-width: 571px) {
  html {
    font-size: 111.328125%; } }
@media screen and (min-width: 571px) and (max-width: 572px) {
  html {
    font-size: 111.5234375%; } }
@media screen and (min-width: 572px) and (max-width: 573px) {
  html {
    font-size: 111.71875%; } }
@media screen and (min-width: 573px) and (max-width: 574px) {
  html {
    font-size: 111.9140625%; } }
@media screen and (min-width: 574px) and (max-width: 575px) {
  html {
    font-size: 112.109375%; } }
@media screen and (min-width: 575px) and (max-width: 576px) {
  html {
    font-size: 112.3046875%; } }
@media screen and (min-width: 576px) and (max-width: 577px) {
  html {
    font-size: 112.5%; } }
@media screen and (min-width: 577px) and (max-width: 578px) {
  html {
    font-size: 112.6953125%; } }
@media screen and (min-width: 578px) and (max-width: 579px) {
  html {
    font-size: 112.890625%; } }
@media screen and (min-width: 579px) and (max-width: 580px) {
  html {
    font-size: 113.0859375%; } }
@media screen and (min-width: 580px) and (max-width: 581px) {
  html {
    font-size: 113.28125%; } }
@media screen and (min-width: 581px) and (max-width: 582px) {
  html {
    font-size: 113.4765625%; } }
@media screen and (min-width: 582px) and (max-width: 583px) {
  html {
    font-size: 113.671875%; } }
@media screen and (min-width: 583px) and (max-width: 584px) {
  html {
    font-size: 113.8671875%; } }
@media screen and (min-width: 584px) and (max-width: 585px) {
  html {
    font-size: 114.0625%; } }
@media screen and (min-width: 585px) and (max-width: 586px) {
  html {
    font-size: 114.2578125%; } }
@media screen and (min-width: 586px) and (max-width: 587px) {
  html {
    font-size: 114.453125%; } }
@media screen and (min-width: 587px) and (max-width: 588px) {
  html {
    font-size: 114.6484375%; } }
@media screen and (min-width: 588px) and (max-width: 589px) {
  html {
    font-size: 114.84375%; } }
@media screen and (min-width: 589px) and (max-width: 590px) {
  html {
    font-size: 115.0390625%; } }
@media screen and (min-width: 590px) and (max-width: 591px) {
  html {
    font-size: 115.234375%; } }
@media screen and (min-width: 591px) and (max-width: 592px) {
  html {
    font-size: 115.4296875%; } }
@media screen and (min-width: 592px) and (max-width: 593px) {
  html {
    font-size: 115.625%; } }
@media screen and (min-width: 593px) and (max-width: 594px) {
  html {
    font-size: 115.8203125%; } }
@media screen and (min-width: 594px) and (max-width: 595px) {
  html {
    font-size: 116.015625%; } }
@media screen and (min-width: 595px) and (max-width: 596px) {
  html {
    font-size: 116.2109375%; } }
@media screen and (min-width: 596px) and (max-width: 597px) {
  html {
    font-size: 116.40625%; } }
@media screen and (min-width: 597px) and (max-width: 598px) {
  html {
    font-size: 116.6015625%; } }
@media screen and (min-width: 598px) and (max-width: 599px) {
  html {
    font-size: 116.796875%; } }
@media screen and (min-width: 599px) and (max-width: 600px) {
  html {
    font-size: 116.9921875%; } }
@media screen and (min-width: 600px) and (max-width: 601px) {
  html {
    font-size: 117.1875%; } }
@media screen and (min-width: 601px) and (max-width: 602px) {
  html {
    font-size: 117.3828125%; } }
@media screen and (min-width: 602px) and (max-width: 603px) {
  html {
    font-size: 117.578125%; } }
@media screen and (min-width: 603px) and (max-width: 604px) {
  html {
    font-size: 117.7734375%; } }
@media screen and (min-width: 604px) and (max-width: 605px) {
  html {
    font-size: 117.96875%; } }
@media screen and (min-width: 605px) and (max-width: 606px) {
  html {
    font-size: 118.1640625%; } }
@media screen and (min-width: 606px) and (max-width: 607px) {
  html {
    font-size: 118.359375%; } }
@media screen and (min-width: 607px) and (max-width: 608px) {
  html {
    font-size: 118.5546875%; } }
@media screen and (min-width: 608px) and (max-width: 609px) {
  html {
    font-size: 118.75%; } }
@media screen and (min-width: 609px) and (max-width: 610px) {
  html {
    font-size: 118.9453125%; } }
@media screen and (min-width: 610px) and (max-width: 611px) {
  html {
    font-size: 119.140625%; } }
@media screen and (min-width: 611px) and (max-width: 612px) {
  html {
    font-size: 119.3359375%; } }
@media screen and (min-width: 612px) and (max-width: 613px) {
  html {
    font-size: 119.53125%; } }
@media screen and (min-width: 613px) and (max-width: 614px) {
  html {
    font-size: 119.7265625%; } }
@media screen and (min-width: 614px) and (max-width: 615px) {
  html {
    font-size: 119.921875%; } }
@media screen and (min-width: 615px) and (max-width: 616px) {
  html {
    font-size: 120.1171875%; } }
@media screen and (min-width: 616px) and (max-width: 617px) {
  html {
    font-size: 120.3125%; } }
@media screen and (min-width: 617px) and (max-width: 618px) {
  html {
    font-size: 120.5078125%; } }
@media screen and (min-width: 618px) and (max-width: 619px) {
  html {
    font-size: 120.703125%; } }
@media screen and (min-width: 619px) and (max-width: 620px) {
  html {
    font-size: 120.8984375%; } }
@media screen and (min-width: 620px) and (max-width: 621px) {
  html {
    font-size: 121.09375%; } }
@media screen and (min-width: 621px) and (max-width: 622px) {
  html {
    font-size: 121.2890625%; } }
@media screen and (min-width: 622px) and (max-width: 623px) {
  html {
    font-size: 121.484375%; } }
@media screen and (min-width: 623px) and (max-width: 624px) {
  html {
    font-size: 121.6796875%; } }
@media screen and (min-width: 624px) and (max-width: 625px) {
  html {
    font-size: 121.875%; } }
@media screen and (min-width: 625px) and (max-width: 626px) {
  html {
    font-size: 122.0703125%; } }
@media screen and (min-width: 626px) and (max-width: 627px) {
  html {
    font-size: 122.265625%; } }
@media screen and (min-width: 627px) and (max-width: 628px) {
  html {
    font-size: 122.4609375%; } }
@media screen and (min-width: 628px) and (max-width: 629px) {
  html {
    font-size: 122.65625%; } }
@media screen and (min-width: 629px) and (max-width: 630px) {
  html {
    font-size: 122.8515625%; } }
@media screen and (min-width: 630px) and (max-width: 631px) {
  html {
    font-size: 123.046875%; } }
@media screen and (min-width: 631px) and (max-width: 632px) {
  html {
    font-size: 123.2421875%; } }
@media screen and (min-width: 632px) and (max-width: 633px) {
  html {
    font-size: 123.4375%; } }
@media screen and (min-width: 633px) and (max-width: 634px) {
  html {
    font-size: 123.6328125%; } }
@media screen and (min-width: 634px) and (max-width: 635px) {
  html {
    font-size: 123.828125%; } }
@media screen and (min-width: 635px) and (max-width: 636px) {
  html {
    font-size: 124.0234375%; } }
@media screen and (min-width: 636px) and (max-width: 637px) {
  html {
    font-size: 124.21875%; } }
@media screen and (min-width: 637px) and (max-width: 638px) {
  html {
    font-size: 124.4140625%; } }
@media screen and (min-width: 638px) and (max-width: 639px) {
  html {
    font-size: 124.609375%; } }
@media screen and (min-width: 639px) and (max-width: 640px) {
  html {
    font-size: 124.8046875%; } }
@media screen and (min-width: 640px) {
  html {
    font-size: 125%; } }

/*popup*/
#my_popup3{
    display:none;
    position:fixed;
    top:18%;
    left:0;
    width:100%;
    z-index:9999999;
  }

#my_popup3  ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222222;
  opacity: 1;
  /* Firefox */ }

#my_popup3 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #222222; }

#my_popup3 ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #222222; }
  #my_popup3 .ctn{
    width:calc(100% - 40px);
    max-width:440px;
    margin:auto; 
        background: #2525239c;
    border: 2px solid #fff;
    position:relative;
    padding: 0;
    display: block;
  } 
  #my_popup3 .content-popup3{
    padding:15px 10px 10px;
  }
  #my_popup3 .content-popup3 p{
    font-family:"Segoe UI","Helvetica Neue",Arial,sans-serif;
    margin-bottom:5px;
    font-size:14px;
    color:#131d46;
    text-align:justify;
    color: #fff;
        line-height: 20px;
  }
  #my_popup3 .content-popup3 span{
    color:#ed1c24;
    font-size:12px
  }
  #my_popup3 .content-popup3 strong{ 
    font-weight:700;
    font-size:12px;
        font-family: 'Roboto', sans-serif;
  }
  #my_popup3 .btn-wrap{
    display:block;
    padding:15px 8px;
    background:#afd7d7
  }
  #my_popup3 .btn-wrap .dib{
    display:inline-block;
    float:left; 
    height:35px;
    line-height:33px;
    border:1px solid #a91e35
  }
  #my_popup3 .btn-wrap input{
    background:#d9faf8;
    width:calc(100% - 90px);
    padding:0 5px
  }
  #my_popup3 .btn-wrap button{
    background:#a91e35;
    color:#fff;
    width:80px;
    margin-left:10px;
    font-weight:700;
    text-transform:uppercase;
    border-color:#019cb0
  }
  #my_popup3 .btn-popup{
    display:block;
    width:100%;
    background:#a91e35;
    border:1px solid #ff0;
    border-radius:3px;
    height:47px;
    line-height:45px;
    box-shadow:0 4px 2px -2px #333;
    margin-top:15px;
    text-align:center
  }
  #my_popup3 .btn-popup a{
    display:inline-block;
    height:45px;
    line-height:45px;
    text-align:left
  }
  #my_popup3 .btn-popup.active{
    background:#2e8f56
  }
  #my_popup3 .btn-popup span,.btn-popup i{
    display:inline-block;
    float:left;
    padding:0 5px;
    color:#fff;
    line-height:45px 
  } 
  .btn-popup i{
    width: 25px;
        height: 29px;
       display: inline-block;
        background: url(../i/ic-bs.png) no-repeat;
        float: left;
        margin-top: 7px
  }
  #my_popup3 .btn-popup span{
    font-family:"Segoe UI","Helvetica Neue",Arial,sans-serif;
    font-size:14px;
    font-weight:500
  }
  #my_popup3 #btn-close-popup3{
    display: block;
    position: absolute;
    top: -20px;
    left: -10px;
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    line-height: 23px;
    text-align: center;
    background: #2525239c;
    color: #fff;
  }
  #overhidden.active{
    display:block;
    position:fixed;
    width:100vw;
    height:100vh;
    top:0; 
    left:0; 
    background:#333333ab;  
    z-index:9999999
  }
.d-send span{font-size: 16px;}     
.d-send i {
        width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../i/ic-bay.png) no-repeat;
    float: right;
    margin-top: 7px;
    margin-right: 5px;
    margin-left: -10px;
}
.last-pop3{
  display: flex;
}
.left-dh {
    float: left;
    width: 50%;
    background: #388e56;
    color: #fff;
    position: relative;
}
.last-pop3 img {
    float: left;
    position: relative;
    max-width: 40px;
    display: inline-block;
    margin: 10px 20px;
}
.last-pop3 span {
    position: absolute;
    left: 62px;
    top: 10px;
}
.last-pop3 h4 {
    float: left;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 10px 10px 33px;
}
.right-dh {
    float: left;
    width: 50%;
    background: #3f3f3f;
    color: #fff;
    position: relative;
}

#my_popup3 .btn-popup.active{
    background:#2e8f56
  }
@media screen and (max-width: 566px){
    .last-pop3 img {
        margin: 5px 12px 5px 8px;
    }
    .last-pop3 span {
        left: 50px;
    }
    .last-pop3 h4 {
      float: left;
      font-size: 14px;
      text-transform: uppercase;
      padding: 8px 10px 8px 17px;
  }
}
@media  only screen and (min-width: 375px){
    #my_popup3 .btn-popup span strong{font-size:14px}
  }
@media  only screen and (min-width: 411px){
    #my_popup3 .content-popup3 p,#my_popup3 .content-popup3 span,#my_popup3 .content-popup3 strong{font-size:14px}
    #my_popup3 .btn-popup span{font-size:16px}
    #my_popup3 #my_popup3{margin-top:25%}
  }
/*end*/


/*background nền xanh*/
.nenxanh ul li:before{
    display: none !important;
}
.nenxanh ul{
    padding: 0 !important;
}

.nenxanh li{
    line-height: 2.1;
    background: url(../i/ili1.png) 0 0.5rem no-repeat;
    /* list-style: none !important; */
    padding-left: 1.6rem !important;
    font-size: 1.2rem;
}
.nenxanh {
        background: #e2f4e9;
    border: 0.1rem #82dca5 dashed;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
}

.nenxanh li span{
    color: #2e7a7a;
    font-weight: bold;
}
.nenxanh li label{
    color: #ff0000;
    font-weight: bold;
}
.nenxanh li a{
        color: #ea0000;
    font-weight: bold;
    background: url(../i/icon7.gif) 0 0.7rem no-repeat;
    display: inline-block;
    padding: 0 0 0 1.7rem;
}
.nenxanh li:last-child{
        background: none !important;
    font-weight: bold;
    text-align: center;
}
/*end*/

/*banner lucky*/
#banner_lucky{
  position: relative;
  overflow: hidden;
  display: table;
  margin: auto;
}

#banner_lucky > .d_contact{
        position: absolute;
    bottom: 2rem;
    left: 50%;
    border-radius: 3rem;
    transform: translateX(-50%);
}
#banner_lucky > .d_contact .d-phone{
  width: 22.2rem;
  font-size: 1.1rem;
  font-style: italic;
  padding-left: 1.5rem;
    background: #fff;
  border-radius: 2rem;
  height: 2.5rem;
}
#banner_lucky > .d_contact .d-send{
      position: absolute;
    right: 0.15rem;
    width: 8.75rem;
    height: 2.1rem;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2rem;
    padding-left: 2.2rem;
    background: #2d7a7a url(../i/btn_send.png) 0.7rem 0.55rem no-repeat;
    background-size: 1.3rem 1rem;
    color: #f3de6a;
    font-family: 'UTM';
    font-size: 1rem;
    text-transform: uppercase;
    border: none;
}
#banner_lucky ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #787878;
  opacity: 1;
  /* Firefox */ }

#banner_lucky :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #787878; }

#banner_lucky ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #787878; }

/*end*/