html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.cb {
  clear: both; }

.tac {
  text-align: center; }

.cxs1,
.csm1,
.cmd1,
.clg1,
.cxs2,
.csm2,
.cmd2,
.clg2,
.cxs3,
.csm3,
.cmd3,
.clg3,
.cxs4,
.csm4,
.cmd4,
.clg4,
.cxs5,
.csm5,
.cmd5,
.clg5,
.cxs6,
.csm6,
.cmd6,
.clg6,
.cxs7,
.csm7,
.cmd7,
.clg7,
.cxs8,
.csm8,
.cmd8,
.clg8,
.cxs9,
.csm9,
.cmd9,
.clg9,
.cxs10,
.csm10,
.cmd10,
.clg10,
.cxs11,
.csm11,
.cmd11,
.clg11,
.cxs12,
.csm12,
.cmd12,
.clg12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.cxs1,
.cxs2,
.cxs3,
.cxs4,
.cxs5,
.cxs6,
.cxs7,
.cxs8,
.cxs9,
.cxs10,
.cxs11,
.cxs12 {
  float: left; }

.cxs12 {
  width: 100%; }

.cxs11 {
  width: 91.66666667%; }

.cxs10 {
  width: 83.33333333%; }

.cxs9 {
  width: 75%; }

.cxs8 {
  width: 66.66666667%; }

.cxs7 {
  width: 58.33333333%; }

.cxs6 {
  width: 50%; }

.cxs5 {
  width: 41.66666667%; }

.cxs4 {
  width: 33.33333333%; }

.cxs3 {
  width: 25%; }

.cxs2 {
  width: 16.66666667%; }

.cxs1 {
  width: 8.33333333%; }

@media (min-width: 768px) {
  .csm1,
  .csm2,
  .csm3,
  .csm4,
  .csm5,
  .csm6,
  .csm7,
  .csm8,
  .csm9,
  .csm10,
  .csm11,
  .csm12 {
    float: left; }

  .csm12 {
    width: 100%; }

  .csm11 {
    width: 91.66666667%; }

  .csm10 {
    width: 83.33333333%; }

  .csm9 {
    width: 75%; }

  .csm8 {
    width: 66.66666667%; }

  .csm7 {
    width: 58.33333333%; }

  .csm6 {
    width: 50%; }

  .csm5 {
    width: 41.66666667%; }

  .csm4 {
    width: 33.33333333%; }

  .csm3 {
    width: 25%; }

  .csm2 {
    width: 16.66666667%; }

  .csm1 {
    width: 8.33333333%; } }
@media (min-width: 992px) {
  .cmd1,
  .cmd2,
  .cmd3,
  .cmd4,
  .cmd5,
  .cmd6,
  .cmd7,
  .cmd8,
  .cmd9,
  .cmd10,
  .cmd11,
  .cmd12 {
    float: left; }

  .cmd12 {
    width: 100%; }

  .cmd11 {
    width: 91.66666667%; }

  .cmd10 {
    width: 83.33333333%; }

  .cmd9 {
    width: 75%; }

  .cmd8 {
    width: 66.66666667%; }

  .cmd7 {
    width: 58.33333333%; }

  .cmd6 {
    width: 50%; }

  .cmd5 {
    width: 41.66666667%; }

  .cmd4 {
    width: 33.33333333%; }

  .cmd3 {
    width: 25%; }

  .cmd2 {
    width: 16.66666667%; }

  .cmd1 {
    width: 8.33333333%; } }
.csm25 {
  width: 20%; }

.csm15 {
  width: 12.5%; }

html,
body {
  overflow-x: hidden; }

body,
div,
ul,
li,
ol,
dl,
dt,
dd,
input,
h1,
h2,
h3,
h4,
h5,
h6,
span,
strong,
img,
p {
  margin: 0;
  padding: 0;
  border: none;
  text-align: justify; }

ul,
li,
ol,
dl,
dt,
dd {
  list-style: none; }

* {
  transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  -webkit-transition: color .3s; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  color: inherit; }

a:hover,
a:focus {
  text-decoration: none;
  color: #ffd915; }

body {
  font-family: Tahoma;
  font-size: 14px;
  line-height: normal;
  position: relative; }

.ctn {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

@font-face {
  font-family: helveticaneue;
  src: url(font/helveticaneue.ttf); }
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.ctn:before,
.ctn:after {
  content: " ";
  display: table; }

.ctn:after {
  clear: both; }

.row:before,
.row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.cxs5s,
.csm5s,
.cmd5s,
.clg5s {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

.p-l {
  float: left !important; }

.p-r {
  float: right !important; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

@font-face {
  font-family: MuliBold;
  src: url(../assets/font/Muli-Bold.ttf); }
@font-face {
  font-family: muli;
  src: url(../assets/font/Muli-Regular.ttf);
  font-weight: normal; }
@font-face {
  font-family: dp;
  src: url(../assets/font/PlayfairDisplay-Regular.ttf);
  font-weight: normal; }
body {
  font-family: muli,Arial, sans-serif;
  font-weight: 500;
  color: #666666;
  font-size: 16px; }

footer > div .cmd4 ul li:before, footer .cmd5 ul li:before {
  content: " ";
  background: url(img/icon.png) no-repeat;
  width: 80px;
  height: 80px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0; }

footer > div .cmd4 ul li:before {
  content: "";
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%); }

header > div .cmd6 p:before, header > div .cmd6:nth-child(2) a:before, header > div:nth-child(2) .cmd7 div:before, nav .ctn ul li:first-child:before, nav .ctn ul li:last-child input:before, nav .ctn ul li:last-child:before, #a3 .a3 > ul a:before, #a3 .a3 > div div .cmd6 ul li:before, .a4 .cmd6:nth-child(1) .t2:before, .a4 .cmd6:nth-child(1) > ul:nth-child(4) li:before, .a4 .cmd6:nth-child(1) > ul:nth-child(4) li:nth-child(2):before, .a4 .cmd6:nth-child(2) .cmd4:nth-child(2) span:before, .a4 .cmd6:nth-child(2) .cmd4:nth-child(3) span:before, .a4 .cmd6:nth-child(2) .cmd4:nth-child(4) span:before, .a4 .cmd6:nth-child(2) .cmd4:nth-child(5) span:before, .a4 .cmd6:nth-child(2) .cmd4:nth-child(6) span:before, .a4 .cmd6:nth-child(2) .cmd4:nth-child(7) span:before, .a5 .ctn .cmd2:before, .a6 .d-send:before, .a8 .cmd4 > ul li:before, footer > div .cmd4 ul li:before, footer .cmd5 ul li:before {
  content: " ";
  background: url(img/icon.png) no-repeat;
  width: 80px;
  height: 80px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0; }

header > div .cmd6 p:before, header > div .cmd6:nth-child(2) a:before, nav .ctn ul li:first-child:before, nav .ctn ul li:last-child input:before, nav .ctn ul li:last-child:before, #a3 .a3 > div div .cmd6 ul li:before, .a4 .cmd6:nth-child(1) > ul:nth-child(4) li:nth-child(2):before, .a6 .d-send:before, .a8 .cmd4 > ul li:before, footer > div .cmd4 ul li:before {
  content: "";
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%); }

header > div {
  background: #fafafa;
  border-bottom: 1px solid #dddddd;
  position: relative;
  overflow: hidden; }

header > div .cmd6 {
  color: #3065b5; }

header > div .cmd6 p {
  padding: 12px 20px; }

header > div .cmd6 p:before {
  left: 0;
  background-position: -120px -320px; }

header > div .cmd6:nth-child(2) {
  text-align: right;
  padding: 0px 15px; }

header > div .cmd6:nth-child(2) a {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative; }

header > div .cmd6:nth-child(2) a:before {
  background-position: -200px -320px; }

header > div .cmd6:nth-child(2) a:nth-child(2):before {
  background-position: -160px -320px; }

header > div .cmd6:nth-child(2) a:nth-child(3):before {
  background-position: -240px -320px; }

header > div:nth-child(2) .cmd7 {
  display: flex; }

header > div:nth-child(2) .cmd7 div {
  flex: 1;
  font-size: 14px;
  color: #222222;
  height: 80px;
  padding: 15px 0 15px 80px;
  position: relative; }

header > div:nth-child(2) .cmd7 div:before {
  background-position: -80px -240px;
  left: 15px; }

header > div:nth-child(2) .cmd7 div:nth-child(2):before {
  background-position: -400px -240px; }

header > div:nth-child(2) .cmd7 div:nth-child(3):before {
  background-position: -240px -240px; }

header > div:nth-child(2) .cmd7 div p {
  padding: 5px 0; }

header > .ctn {
  background: none;
  border-bottom: none;
  padding: 20px 0; }

nav {
  background: url(img/nav.jpg) 0 center;
  background-size: cover;
  border-bottom: 1px solid #FFF; }

nav .ctn ul {
  display: table; }

nav .ctn ul li {
  display: inline-block;
  padding: 14px 26px;
  font-family: MuliBold;
  transition: all 0.5s;
  float: left;
  position: relative; }

nav .ctn ul li a {
  color: #fff; }

nav .ctn ul li:hover {
  background: #2ea6f6; }

nav .ctn ul li:first-child {
  padding-left: 40px; }

nav .ctn ul li:first-child:before {
  background-position: -320px -320px; }

nav .ctn ul li:after {
  content: "";
  width: 0%;
  transition: all 0.5s;
  height: 2px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block; }

nav .ctn ul li:hover:after {
  width: 100%; }

nav .ctn ul li:last-child {
  padding: 0; }

nav .ctn ul li:last-child input {
  background: #2ea6f6;
  height: 48px;
  padding: 0 20px;
  width: 260px;
  color: #FFF;
  position: relative; }

nav .ctn ul li:last-child:before {
  background-position: 0 -360px;
  z-index: 1;
  left: 82%; }

#m-nav {
  display: none; }

@media screen and (max-width: 1024px) {
  nav .ctn ul li {
    padding: 14px 16px; }

  nav .ctn ul li:last-child input {
    width: 200px; }

  header > div:nth-child(2) .cmd7 div p {
    letter-spacing: -0.8px; } }
@media screen and (max-width: 768px) {
  header > div:nth-child(2) .cmd7 div p {
    letter-spacing: -0px; }

  #ck {
    display: none; }

  #a3 .a3 > div {
    height: 645px; }

  header .ctn {
    padding: 10px 0; }

  header .cmd5 img {
    display: block;
    margin: auto; }

  #m-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    color: #FFF;
    font-family: helveticaneue;
    font-size: 25px;
    text-transform: uppercase;
    border-bottom: 1px solid #FFF; }

  #m-nav #l-m {
    width: 25%;
    float: left; }

  #m-nav #l-m:before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    left: 0;
    top: 0;
    background: url(img/menu.png) 0 center no-repeat;
    vertical-align: middle;
    margin-right: 5px;
    background-size: contain; }

  #m-nav #r-m {
    width: 75%;
    float: right;
    text-align: right; }

  #m-nav #r-m a {
    position: relative;
    padding: 0 0 0 30px; }

  #m-nav #r-m a:before {
    content: "";
    width: 1em;
    height: 1.5em;
    background: url(img/ic_phone.png) 0 center no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain; }

  nav li {
    width: 100%;
    float: unset !important;
    padding: 10px 20px !important;
    border-bottom: 1px solid #FFF; }

  nav li:first-child:before {
    display: none !important; }

  nav li:last-child {
    display: none !important; }

  nav .ctn {
    position: absolute !important;
    z-index: 1;
    background: #01559b;
    left: -100%;
    transition: all 0.7s;
    opacity: 0; }

  .open {
    left: 0 !important;
    opacity: 1 !important; } }
@media screen and (max-width: 767px) {
  header > div:nth-child(1) {
    display: none; }

  header .ctn .cmd7 {
    display: none !important; }

  #m-nav {
    font-size: 18px; } }
@media screen and (max-width: 375px) {
  #m-nav {
    font-size: 13px; }

  #a3 .a3 > div div .cmd6 ul li {
    padding-left: 25px;
    font-size: 13px; }

  .a4 .cmd6:nth-child(1) > ul:nth-child(4) li {
    font-size: 14px; }

  .a4 {
    padding: 0; }

  .b1 .t1 {
    margin-bottom: 10px; } }
/*# sourceMappingURL=style.css.map */
#sgl #rlp img {
  width: 165px;
  height: 110px;
  display: block; }

#lst article img {
  width: 360px;
  height: 240px;
  display: block; }

#pplp li img {
  display: block;
  width: 110px;
  height: 110px; }

/*submenu*/
nav > .ctn {
  position: relative; }

@font-face {
  font-family: MuliExtraBold;
  src: url(../f/Muli-ExtraBold.ttf); }
#ck {
  width: 80%;
  position: absolute;
  left: 0;
  top: 50px;
  background: #fff;
  padding: 10px 20px;
  z-index: 100;
  display: none; }

#ck p {
  font-family: MuliExtraBold;
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px; }

#ck a {
  color: #666 !important;
  font-family: Muli !important;
  font-size: 14px; }

#ck p > a {
  color: #222 !important;
  font-weight: bold; }

#ck li {
  padding: 7px 18px !important;
  border-bottom: 1px solid #dddddd;
  background: url(img/ic000.png) 0 center no-repeat;
  transition: margin 0.5s;
  width: 100%; }

#ck li:last-child {
  border-bottom: none !important; }

#ck li:before, #ck li:after {
  display: none; }

#ck li:hover {
  margin-left: 10px; }

#ck li:hover a {
  color: #2ea6f6 !important; }

.gif1 {
  width: 570px;
  height: 205px;
  background: url(../i/BS-Tu-van-truc-tiep.gif) center no-repeat;
  background-size: contain;
  position: relative;
  display: inherit !important;
  margin: 20px auto;
  display: block; }

.btns {
  position: absolute;
  display: inline-block;
  width: 205px;
  height: 50px;
  bottom: 3%;
  left: 26%; }

.gif1 .btns:nth-child(2) {
  left: 63%; }

.gif1 .live {
  width: 129px;
  height: 83px;
  top: 24%;
  left: 74%; }

#xh {
  background-color: #f3f3f3;
  padding: 12px;
  margin: 12px 0;
  color: #b5a1a1;
  margin-top: 0px !important;
  display: flex;
  font-style: italic; }

#xh .cmd2 span {
  background: url(../i/ic_admin.png) 0 50% no-repeat;
  text-indent: 15px;
  display: block; }

#xh .cmd3:nth-child(2) {
  background: url(../i/ic_time5.png) 0 50% no-repeat; }

#xh .cmd3:nth-child(3) {
  background: url(../i/ic_eye.png) 0 50% no-repeat;
  text-indent: 5px;
  display: block; }

#xh .cmd3:nth-child(4) {
  background: url(../i/ic_cmt.png) 0 50% no-repeat; }

#star {
  position: relative;
  overflow: hidden;
  margin: 20px auto; }

.social {
  float: right; }

.social li {
  line-height: 40px;
  display: inline-block;
  margin-left: 3px; }

.social-footer li a {
  height: 37.5px;
  display: block;
  border: 1px solid #105baa;
  overflow: hidden; }

@keyframes moveSlideshow {
  100% {
    transform: translateY(-50%); } }
.social-footer li a:hover img {
  animation: moveSlideshow .3s linear forwards; }

@media screen and (max-width: 767px) {
  .gif1 {
    width: 100%;
    height: 120px; }

  .btns {
    width: 35%;
    height: 22%;
    bottom: 5%;
    left: 26%; }

  .ctne img {
    height: inherit !important; }

  #xh .cmd3:nth-child(4), #xh .cmd2:nth-child(1) {
    display: none; } }
@media screen and (max-width: 320px) {
  .btns {
    bottom: 8%; }

  #xh {
    font-size: 13px; }

  #a3 .a3 > div {
    height: 780px; } }
#map img {
  width: 100%;
  vertical-align: middle; }

footer > div:nth-child(1) {
  background: url(img/bg5.png) 0 center no-repeat;
  position: relative;
  overflow: hidden;
  padding: 60px 0px 15px 0;
  color: #FFF;
  background-size: cover;
  border-bottom: 2px solid #22bef9; }
footer > div .cmd4 ul {
  margin: 20px 0; }
  footer > div .cmd4 ul li {
    font-size: 14px;
    padding: 10px 10px 10px 32px;
    position: relative; }
    footer > div .cmd4 ul li:before {
      background-position: -240px -360px; }
    footer > div .cmd4 ul li:nth-child(2):before {
      background-position: -280px -360px; }
    footer > div .cmd4 ul li:nth-child(3):before {
      background-position: -320px -360px; }
    footer > div .cmd4 ul li:nth-child(4):before {
      background-position: -360px -360px; }
footer > div .t2 {
  font-family: PlayfairDisplay;
  font-size: 20px;
  margin-bottom: 15px; }
footer > div .cmd3 {
  padding: 0 40px; }
  footer > div .cmd3 li {
    padding: 10px 0;
    font-size: 14px; }
footer > div:nth-child(2) {
  background: url(img/bg6.png) 0 center no-repeat;
  background-size: cover;
  text-align: center;
  color: #FFF;
  padding: 15px 0; }
footer .d_contact {
  position: relative; }
footer .d-fullname {
  margin: 5px 0;
  background: #649ed9;
  border: 1px solid #fff;
  padding: 17px 20px;
  color: #FFF;
  width: 79%; }
footer .d-send {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #FFF;
  width: 80px;
  height: 51px;
  background: #FFF url(img/s.png) center center no-repeat; }
footer .cmd5 ul {
  display: flex;
  margin: 45px 0; }
  footer .cmd5 ul li {
    position: relative;
    padding-left: 67px;
    flex: 1;
    line-height: 24px;
    font-family: MuliBold; }
    footer .cmd5 ul li:before {
      background-position: 0 -240px;
      left: -15px; }
    footer .cmd5 ul li:nth-child(2):before {
      background-position: -320px -240px; }

@media screen and (max-width: 1003px) {
  .ctn {
    width: 748px; }

  .bnls h1, .bnls > span {
    font-size: 45px; }

  #lst article > div a {
    font-size: 16px; }

  .prmr, .scdr {
    width: 100%;
    margin-top: 30px; }

  #iw div {
    padding: 0 210px; }

  footer {
    margin-top: 30px; } }
@media screen and (max-width: 767px) {
  footer .cmd3 {
    display: none; }

  footer ul {
    margin: 20px 0 !important; }

  .a2 iframe {
    height: auto !important;
    margin: 10px 0; }

  .a6 {
    padding: 20px 0; }

  #map {
    display: none; } }
@media screen and (max-width: 747px) {
  .ctn {
    width: 620px; }

  footer {
    display: inline-block; }

  #iw div {
    padding: 0 145px; }

  #sgl h1 {
    text-align: left; }

  footer .d-send {
    right: 44px; } }
@media screen and (max-width: 619px) {
  .ctn {
    width: 394px; }

  .bnls h1, .bnls > span {
    font-size: 40px; }

  #sgl h1 {
    font-size: 29px; }

  #sgl .ctne h2 {
    font-size: 26px; }

  #sgl .ctne h3 {
    font-size: 18px; }

  #sgl #rlp #lq {
    padding-top: 23px;
    font-size: 26px; }

  #sgl #rlp > div > div {
    width: 48%;
    margin-right: 4%; }

  #sgl #rlp > div > div:nth-child(2n+2) {
    margin-right: 0; }

  #iw div {
    padding: 0 33px; } }
@media screen and (max-width: 393px) {
  .ctn {
    width: 355px; }

  #lst article {
    width: 100%;
    margin-right: 0; }

  #iw div {
    padding: 0 14px; }

  footer .d-send {
    right: 15px; } }
@media screen and (max-width: 354px) {
  .ctn {
    width: 300px; }

  #sgl #rlp > div > div {
    margin-bottom: 30px; }

  #iw div {
    padding: 0 0; } }
#ttl .tit {
  font-family: pd;
  font-size: 40px;
  line-height: 50px;
  padding: 55px 0 50px;
  text-align: center;
  font-weight: normal;
  color: #fff; }
#ttl #bn img {
  vertical-align: middle; }
#ttl #bn .ctn {
  position: relative; }
#ttl #bn p {
  display: block;
  position: absolute;
  width: 155px;
  height: 50px;
  background: #ff005a;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  bottom: 163px;
  left: 290px;
  cursor: pointer; }
#ttl #t1 .t11 {
  background: url(img/dieutrinamkhoa.com.jpg) no-repeat center center;
  margin-top: 80px; }
#ttl #t1 .tit {
  position: relative; }
  #ttl #t1 .tit:after {
    width: 40px;
    height: 31px;
    content: "";
    display: block;
    background: url(img/ic.png) no-repeat -398px 0px;
    position: absolute;
    top: 128px;
    left: 50%;
    margin-left: -20px; }
#ttl #t1 p {
  text-align: center;
  padding: 35px 148px 74px;
  color: #fff;
  line-height: 26px; }
#ttl #t2 .tit {
  text-align: left;
  margin-top: 12px;
  padding-left: 15px;
  color: #222222; }
#ttl #t2 .it {
  padding: 0 35px 0 130px;
  margin-bottom: 30px;
  position: relative; }
  #ttl #t2 .it:before {
    width: 110px;
    height: 110px;
    border-radius: 55px;
    content: "";
    display: inline-block;
    position: absolute;
    background: #3065b5;
    left: 0;
    top: 8px; }
  #ttl #t2 .it:after {
    width: 61px;
    height: 68px;
    background: url(img/ic.png) no-repeat 0px 0px;
    content: "";
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 23px; }
  #ttl #t2 .it p {
    text-align: left;
    line-height: 28px; }
  #ttl #t2 .it .t {
    font-size: 20px;
    font-family: dp;
    color: #222222;
    margin-bottom: 14px; }
#ttl #t2 .cmd6:nth-child(3) .it:after {
  width: 67px;
  height: 60px;
  background: url(img/ic.png) no-repeat -61px 0px;
  left: 22px;
  top: 33px; }
#ttl #t2 .cmd6:nth-child(4) .it:after {
  width: 70px;
  height: 73px;
  background: url(img/ic.png) no-repeat -129px 0px;
  left: 22px;
  top: 27px; }
#ttl #t2 .cmd6:nth-child(5) .it:after {
  width: 68px;
  height: 66px;
  background: url(img/ic.png) no-repeat -199px 0px;
  left: 22px;
  top: 35px; }
#ttl #t3 {
  margin-top: 42px;
  background: url(img/bg-s2.jpg) no-repeat center top; }
#ttl #t31 {
  background: #fff;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.12); }
  #ttl #t31 .nd {
    padding-left: 143px;
    padding-top: 52px;
    padding-right: 28px; }
  #ttl #t31 p {
    line-height: 28px;
    margin-bottom: 31px;
    position: relative; }
    #ttl #t31 p:before {
      content: "";
      width: 60px;
      height: 60px;
      background: #ff005a;
      display: inline-block;
      position: absolute;
      left: -80px;
      top: -2px;
      border-radius: 30px; }
    #ttl #t31 p:after {
      content: "01";
      width: 60px;
      height: 60px;
      display: inline-block;
      position: absolute;
      left: -80px;
      top: -2px;
      font-size: 25px;
      text-align: center;
      color: #fff;
      line-height: 60px;
      font-weight: bold; }
    #ttl #t31 p:nth-child(2):after {
      content: "02"; }
    #ttl #t31 p:nth-child(3):after {
      content: "03"; }
  #ttl #t31 img {
    vertical-align: middle; }
#ttl #t4 {
  margin-top: 11px;
  padding-bottom: 50px; }
  #ttl #t4 .tit {
    color: #000; }
  #ttl #t4 img {
    vertical-align: middle; }
  #ttl #t4 .it {
    height: 150px;
    margin-bottom: 30px; }
  #ttl #t4 p {
    padding-top: 11px;
    text-align: left;
    line-height: 26px; }
  #ttl #t4 .l {
    text-align: right; }
#ttl #t5 {
  background: #4881c7;
  color: #fff;
  padding-bottom: 34px; }
  #ttl #t5 .cmd8 {
    position: relative;
    float: right; }
    #ttl #t5 .cmd8:before {
      content: "";
      width: 390px;
      height: 458px;
      background: url(img/bs-hong.png) no-repeat;
      display: inline-block;
      position: absolute;
      bottom: -38px;
      left: -400px; }
  #ttl #t5 .tit {
    text-align: left;
    padding-top: 80px; }
  #ttl #t5 p {
    line-height: 28px;
    padding-left: 140px;
    text-align: left;
    margin-bottom: 38px;
    position: relative; }
    #ttl #t5 p:before {
      content: "";
      background: #fff;
      width: 110px;
      height: 110px;
      border-radius: 55px;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      vertical-align: middle; }
    #ttl #t5 p:after {
      content: "";
      background: url(img/ic.png) no-repeat -268px 0px;
      display: inline-block;
      width: 62px;
      height: 78px;
      position: absolute;
      top: 16px;
      left: 24px; }
    #ttl #t5 p:nth-child(3):after {
      background: url(img/ic.png) no-repeat -331px 0px;
      top: 28px; }
#ttl #t6 p {
  color: #fff;
  line-height: 28px;
  text-align: center;
  padding: 0 51px; }
#ttl #t6 .it {
  margin: 80px 0;
  background: url(img/s5-1.jpg) no-repeat;
  height: 280px; }
#ttl #t6 .cmd6:nth-child(2) .it {
  background: url(img/s5-2.jpg) no-repeat; }
#ttl #t6 .t {
  font-family: dp;
  font-size: 30px;
  padding: 54px 0 27px; }

#t7 {
  margin-bottom: 24px; }
  #t7 .main {
    margin-bottom: 50px; }
  #t7 .tit {
    color: #222222;
    padding: 67px 0 51px; }
  #t7 a {
    font-size: 18px;
    color: #fff;
    font-family: dp;
    font-weight: bold;
    line-height: 24px;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    padding: 0px 12px; }
  #t7:before {
    width: 100%;
    height: 24px;
    box-shadow: 0px 10px 26px -10px rgba(0, 0, 0, 0.15) inset;
    content: "";
    display: inline-block;
    position: absolute; }
  #t7:after {
    width: 100%;
    height: 24px;
    box-shadow: 0px -10px 26px -10px rgba(0, 0, 0, 0.15) inset;
    content: "";
    display: inline-block;
    position: absolute; }
  #t7 .c1, #t7 .c2, #t7 .c3, #t7 .c4 {
    float: left;
    margin-right: 0.526315789%; }
  #t7 .c1 {
    width: 12.03947368%; }
    #t7 .c1 .vuong {
      width: 100%;
      background: #ef5a5b; }
      #t7 .c1 .vuong:nth-child(2) {
        background: #2ab08b; }
  #t7 .c2 {
    width: 12.03947368%; }
    #t7 .c2 .doc {
      background: #f6ac14; }
  #t7 .c3 {
    width: 37.17105263%; }
    #t7 .c3 .vuong {
      width: 32.38938053%;
      background: #a555d8; }
      #t7 .c3 .vuong:nth-child(4) {
        margin-left: 1.415929204%;
        background: #ed5276; }
      #t7 .c3 .vuong:nth-child(1) {
        margin-right: 1.415929204%; }
    #t7 .c3 .ngang {
      width: 66.19469027%;
      background: #3065b5; }
      #t7 .c3 .ngang:nth-child(3) {
        background: #6790d2; }
  #t7 .c4 {
    width: 24.60526316%; }
    #t7 .c4 .vuong {
      width: 48.93048128%;
      background: #bf2604; }
      #t7 .c4 .vuong:nth-child(2) {
        margin-left: 2.139037433%;
        background: #96a100; }
    #t7 .c4 .ngang {
      width: 100%;
      background: #2bc9fd; }
  #t7 .c5 {
    width: 12.03947368%;
    float: left; }
    #t7 .c5 .doc {
      background: #f5943f; }
  #t7 .vuong, #t7 .ngang {
    height: 137px;
    float: left;
    text-align: center;
    margin-bottom: 6px; }
  #t7 .doc {
    width: 100%;
    height: 280px;
    float: left;
    text-align: center; }

.tit {
  font-family: dp;
  font-size: 40px;
  padding: 65px 0 17px;
  text-align: center;
  font-weight: normal; }

.da p {
  text-align: center;
  line-height: 28px; }

#bn {
  position: relative; }
  #bn img {
    vertical-align: middle; }
  #bn .tvn {
    display: block;
    background: #ff005a;
    width: 155px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 170px;
    right: 414px;
    cursor: pointer; }

#vbq .tit {
  color: #fff; }
#vbq #bn {
  position: relative; }
  #vbq #bn img {
    vertical-align: middle; }
#vbq .tvn {
  display: block;
  background: #ff005a;
  width: 155px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 170px;
  right: 414px; }
#vbq #v1 {
  z-index: 10; }
  #vbq #v1 .da p {
    color: #fff;
    padding: 0 226px 52px;
    line-height: 28px; }
  #vbq #v1 .tit {
    padding-top: 25px; }
  #vbq #v1 .h {
    position: relative; }
    #vbq #v1 .h:before {
      content: "";
      width: 810px;
      height: 703px;
      display: inline-block;
      background: url(img/v1.png) no-repeat center bottom;
      position: absolute;
      margin-top: -39px;
      left: 50%;
      margin-left: -405px; }
    #vbq #v1 .h:after {
      content: "";
      width: 1px;
      height: 234px;
      display: inline-block;
      border-left: 1px solid #222222;
      position: absolute;
      left: 50%;
      bottom: -897px; }
  #vbq #v1 .it {
    padding-bottom: 72px; }
    #vbq #v1 .it p {
      padding: 0 97px 0 30px;
      text-align: right;
      line-height: 28px; }
    #vbq #v1 .it img {
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
      vertical-align: middle; }
    #vbq #v1 .it .t {
      font-size: 30px;
      font-family: dp;
      padding: 105px 97px 19px 0;
      color: #222222; }
  #vbq #v1 .r p {
    padding: 0 30px 0 97px;
    text-align: left; }
  #vbq #v1 .r .t {
    padding: 105px 0 19px 97px; }
#vbq #v2 .da {
  background: #4980c6;
  height: 310px;
  color: #fff; }
#vbq #v2 .it {
  width: 17.89473684%;
  margin-right: 2.631578947%;
  float: left;
  position: relative;
  padding-bottom: 36px; }
  #vbq #v2 .it:last-child {
    margin-right: 0; }
  #vbq #v2 .it p {
    padding: 0 10px;
    text-align: center; }
  #vbq #v2 .it:before {
    content: "";
    background: url(img/v2-1.png) no-repeat;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    background-size: cover;
    width: 204px;
    height: 204px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin: -102px 0 0 -102px;
    border-radius: 102px; }
  #vbq #v2 .it:nth-child(2):before {
    background: url(img/v2-2.png) no-repeat;
    background-size: cover; }
  #vbq #v2 .it:nth-child(3):before {
    background: url(img/v2-3.png) no-repeat;
    background-size: cover; }
  #vbq #v2 .it:nth-child(4):before {
    background: url(img/v2-4.png) no-repeat;
    background-size: cover; }
  #vbq #v2 .it:nth-child(5):before {
    background: url(img/v2-5.png) no-repeat;
    background-size: cover; }
#vbq #v2 .t {
  font-size: 20px;
  line-height: 28px;
  font-family: dp;
  color: #222222;
  padding: 125px 11px 15px 11px !important; }
#vbq #v3 .tit {
  color: #222222;
  padding: 65px 150px 17px 30px;
  text-align: left; }
  #vbq #v3 .tit span {
    margin-right: 58px; }
#vbq #v3 img {
  margin: 50px 0 13px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15); }
#vbq #v3 p {
  line-height: 28px;
  text-align: left;
  padding: 0 28px 0 30px; }
#vbq #v3 .t {
  font-family: dp;
  font-size: 25px;
  line-height: 50px;
  color: #222222;
  padding: 15px 38px 6px 50px; }
  #vbq #v3 .t:before {
    content: "";
    display: inline-block;
    height: 9px;
    width: 9px;
    background: #ff005a;
    vertical-align: middle;
    border-radius: 5px;
    margin: -5px 20px 0 -29px; }
#vbq #v3 .r img {
  margin: 42px 0 80px; }
#vbq #v3 .it p {
  padding: 0 38px 0 50px; }
#vbq #v4 {
  color: #fff;
  background: #478cd3; }
  #vbq #v4 p {
    line-height: 28px;
    padding: 0 35px;
    text-align: center; }
  #vbq #v4 .t {
    font-size: 18px;
    font-weight: bold;
    padding: 175px 50px 13px; }
  #vbq #v4 .it {
    padding-bottom: 72px;
    position: relative; }
    #vbq #v4 .it:before {
      content: "";
      width: 110px;
      height: 110px;
      background: #fff;
      border-radius: 55px;
      display: inline-block;
      left: 50%;
      margin-left: -55px;
      position: absolute;
      margin-top: 53px; }
    #vbq #v4 .it:after {
      content: "";
      background: url(img/ic.png) no-repeat -268px 0px;
      display: inline-block;
      width: 62px;
      height: 78px;
      position: absolute;
      top: 69px;
      left: 50%;
      margin-left: -31px; }
  #vbq #v4 .cmd4:nth-child(4) .it:after {
    background: url(img/ic.png) no-repeat -331px 0px;
    top: 78px; }
  #vbq #v4 .cmd4:nth-child(2) .it:after {
    width: 70px;
    height: 54px;
    background: url(img/ic.png) no-repeat 0px -71px;
    margin-left: -35px;
    top: 83px; }

#ld #bn {
  position: relative; }
  #ld #bn img {
    vertical-align: middle; }
  #ld #bn .tvn {
    width: 14.34846266%;
    height: 35.8056266%;
    display: block;
    position: absolute;
    border-radius: 50%;
    bottom: 41.43222506%;
    right: 21.81551977%;
    transform: rotate(6deg);
    cursor: pointer;
    background: transparent; }

#l1 #l11 {
  position: relative;
  height: auto; }
  #l1 #l11 div:nth-child(1) {
    width: 85.8974359%;
    height: 259px;
    background: #2ea6f6;
    position: absolute;
    margin-top: 390px;
    left: 50%;
    margin-left: -42.94871795%; }
  #l1 #l11 div:nth-child(2) {
    width: 106.8376068%;
    height: 510px;
    background: url(img/bg-l1.png) no-repeat center -4px;
    margin: 0 auto;
    position: absolute;
    margin-left: -3.418803419%;
    margin-top: 80px; }
#l1 .nd {
  width: 80.76923077%;
  background: #fff;
  margin: 318px 9.615384615% 80px; }
  #l1 .nd p {
    padding: 52px 104px 54px;
    text-align: center; }
#l1 .tit {
  position: relative; }
  #l1 .tit:after {
    content: "";
    width: 33px;
    height: 30px;
    background: url(img/ic.png) no-repeat -439px 0px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: 16px;
    top: 138px; }

#l2 {
  background: url(img/bg-ld4.jpg) no-repeat center; }
  #l2 .da {
    color: #fff;
    margin-bottom: 46px; }
  #l2 .it {
    background: #fff;
    border-radius: 8px;
    height: 330px;
    margin-bottom: 30px; }
    #l2 .it p {
      padding: 0 30px;
      text-align: center; }
    #l2 .it .t {
      color: #222222;
      font-size: 20px;
      font-family: dp;
      text-align: center;
      padding: 129px 0 20px;
      line-height: 25px;
      position: relative; }
      #l2 .it .t:before {
        width: 75px;
        height: 75px;
        border-radius: 38px;
        content: "";
        background: #ff005a;
        display: inline-block;
        position: absolute;
        left: 50%;
        margin-left: -37.5px;
        top: 40px; }
      #l2 .it .t:after {
        width: 75px;
        height: 75px;
        content: "01";
        display: inline-block;
        color: #fff;
        font-weight: bold;
        text-align: center;
        font-size: 30px;
        font-family: muli;
        position: absolute;
        left: 50%;
        margin-left: -37.5px;
        top: 64px; }
  #l2 .cmd4:nth-child(2) .it .t:after {
    content: "02"; }
  #l2 .cmd4:nth-child(3) .it .t:after {
    content: "03"; }
  #l2 .cmd4:nth-child(4) .it .t:after {
    content: "04"; }
  #l2 .cmd4:nth-child(5) .it .t:after {
    content: "05"; }
  #l2 .cmd4:last-child .it {
    margin-bottom: 76px; }
    #l2 .cmd4:last-child .it .t:after {
      content: "06"; }

#l3 img {
  margin-top: 80px;
  vertical-align: middle; }
#l3 .da {
  padding-left: 45px; }
  #l3 .da p {
    text-align: left;
    padding-right: 25px; }
#l3 .tit {
  text-align: left;
  padding: 87px 168px 17px 0;
  color: #222222; }

#l4 .tit {
  color: #222222; }
#l4 .nd p {
  text-align: right;
  color: #fff;
  padding: 6px 25px 0;
  line-height: 28px;
  position: relative; }
  #l4 .nd p:before {
    width: 68px;
    height: 68px;
    content: "";
    display: inline-block;
    position: absolute;
    background: #3065b5;
    right: -107px;
    top: 16px;
    border-radius: 34px; }
  #l4 .nd p:after {
    width: 68px;
    height: 68px;
    content: "01";
    display: inline-block;
    position: absolute;
    right: -107px;
    top: 36px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center; }
#l4 .l {
  margin-top: 52px; }
  #l4 .l .it:nth-child(2) p:after {
    content: "03"; }
  #l4 .l .it:nth-child(3) p:after {
    content: "05"; }
#l4 .it {
  height: 107px;
  background: #2ea6f6;
  border-radius: 5px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  position: relative; }
  #l4 .it:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    top: 50%;
    position: absolute;
    filter: drop-shadow(4px 0px 4px rgba(0, 0, 0, 0.15));
    border-left: 20px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -20px;
    margin-top: -10px; }
  #l4 .it:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 9px solid #2ea6f6;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    top: 50%;
    position: absolute;
    right: -9px;
    margin-top: -4px; }
#l4 .r {
  margin: 52px 0 50px; }
  #l4 .r p {
    text-align: left; }
  #l4 .r .it p:before {
    left: -107px; }
  #l4 .r .it p:after {
    left: -107px; }
  #l4 .r .it:before {
    border-left: 0;
    border-right: 20px solid #fff;
    left: -20px;
    filter: drop-shadow(-4px 0px 4px rgba(0, 0, 0, 0.15)); }
  #l4 .r .it:after {
    border-left: 0;
    border-right: 9px solid #2ea6f6;
    left: -9px; }
  #l4 .r .it:nth-child(1) p:after {
    content: "02"; }
  #l4 .r .it:nth-child(2) p:after {
    content: "04"; }
  #l4 .r .it:nth-child(3) p:after {
    content: "06"; }
#l4 .c {
  height: 374px;
  background: url(img/ld-4.png) no-repeat center bottom; }

#l5 {
  background: #3077c7;
  color: #fff;
  padding-bottom: 32px; }
  #l5 .tit {
    padding-bottom: 50px; }
  #l5 p {
    text-align: center;
    padding: 0 30px; }
  #l5 .it {
    line-height: 28px;
    padding-bottom: 40px;
    position: relative; }
    #l5 .it .t {
      font-size: 18px;
      font-weight: bold;
      padding: 123px 55px 13px; }
    #l5 .it:before {
      content: "";
      background: #fff;
      width: 110px;
      height: 110px;
      border-radius: 55px;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -55px; }
    #l5 .it:after {
      content: "";
      width: 74px;
      height: 74px;
      position: absolute;
      top: 18px;
      left: 50%;
      margin-left: -37px;
      background: url(img/ic.png) no-repeat -71px -85px; }
  #l5 .cmd4:nth-child(3) .it:after {
    background: url(img/ic.png) no-repeat -146px -86px; }
  #l5 .cmd4:nth-child(4) .it:after {
    background: url(img/ic.png) no-repeat -218px -86px;
    width: 46px;
    height: 80px;
    margin-left: -23px; }
  #l5 .cmd4:nth-child(5) .it:after {
    background: url(img/ic.png) no-repeat -264px -85px;
    top: 26px; }
  #l5 .cmd4:nth-child(6) .it:after {
    background: url(img/ic.png) no-repeat -338px -85px;
    top: 19px; }
  #l5 .cmd4:nth-child(7) .it:after {
    background: url(img/ic.png) no-repeat -412px -85px;
    width: 56px;
    margin-left: -26px;
    top: 17px; }

#l6 span {
  font-size: 30px;
  color: #ff006c;
  font-weight: bold;
  margin-right: 7px; }
#l6 .nd {
  position: relative;
  padding: 75px 0 100px 45px; }
  #l6 .nd p {
    padding-bottom: 24px; }
  #l6 .nd:before {
    content: "";
    width: 543px;
    height: 539px;
    background: url(img/2bs.png) no-repeat;
    display: inline-block;
    position: absolute;
    bottom: 25px;
    left: -559px; }

#vttl #bn .tvn {
  bottom: 34.86238532%;
  left: 48.55491329%; }

#z1 {
  padding-bottom: 30px; }
  #z1 .tit {
    background: url(img/t1.jpg) no-repeat;
    height: 534px;
    position: relative;
    top: -50px;
    color: #fff;
    padding: 391px 63px 17px; }
  #z1 .t {
    font-family: dp;
    font-size: 20px;
    color: #222222;
    padding: 0 0 15px 12px; }
  #z1 .it {
    padding: 39px 0 0 50px; }
    #z1 .it p {
      text-align: left;
      line-height: 28px; }
    #z1 .it:first-child {
      padding-top: 63px; }

#z2 {
  background: #4881c7;
  color: #fff;
  padding-bottom: 73px; }
  #z2 .da {
    padding: 0 8.33333333%; }
  #z2 .it {
    position: relative; }
    #z2 .it:before {
      content: "";
      width: 110px;
      height: 110px;
      border-radius: 50%;
      background: #fff;
      display: inline-block;
      position: absolute;
      top: 52px;
      left: 50%;
      margin-left: -55px; }
    #z2 .it:after {
      width: 58px;
      height: 70px;
      background: url(img/ic.png) no-repeat 0px -164px;
      content: "";
      display: inline-block;
      position: absolute;
      top: 72px;
      left: 50%;
      margin-left: -29px; }
    #z2 .it p {
      font-weight: bold;
      text-align: center;
      padding: 174px 22px 0;
      line-height: 28px; }
  #z2 .cmd3:nth-child(3) .it:after {
    width: 67px;
    height: 60px;
    background: url(img/ic.png) no-repeat -61px 0px;
    top: 77px;
    margin-left: -34px; }
  #z2 .cmd3:nth-child(4) .it:after {
    width: 70px;
    height: 56px;
    background: url(img/ic.png) no-repeat -60px -164px;
    top: 75px;
    margin-left: -35px; }
  #z2 .cmd3:nth-child(5) .it:after {
    width: 50px;
    height: 68px;
    background: url(img/ic.png) no-repeat -131px -164px;
    top: 73px;
    margin-left: -25px; }

#z3 .da p {
  padding: 0 200px; }
#z3 .tit {
  padding: 65px 295px 17px; }
#z3 .sli {
  position: relative;
  margin: 60px 8.33333333%;
  padding: 0; }
  #z3 .sli .it {
    margin: 0 15px;
    height: 210px;
    color: #fff; }
    #z3 .sli .it p {
      text-align: center;
      padding: 0px 93px; }
    #z3 .sli .it .t {
      font-size: 30px;
      font-family: dp;
      padding: 39px 0 7px; }
#z3 .t1 {
  background: url(img/t3-1.jpg) no-repeat center; }
#z3 .t2 {
  background: url(img/t3-2.jpg) no-repeat center; }
#z3 .t3 {
  background: url(img/t3-3.jpg) no-repeat center; }
#z3 .t4 {
  background: url(img/t3-4.jpg) no-repeat center; }
#z3 .t5 {
  background: url(img/t3-5.jpg) no-repeat center; }
#z3 #next, #z3 #pre {
  width: 54px;
  height: 17px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  background: url(img/ic.png) no-repeat -183px -165px;
  z-index: 9999;
  left: -14px; }
  #z3 #next:hover, #z3 #pre:hover {
    background: url(img/ic.png) no-repeat -183px -182px;
    transform: rotate(180deg);
    z-index: 9999; }
#z3 #next {
  right: -14px;
  left: unset;
  transform: rotate(180deg); }
  #z3 #next:hover {
    transform: unset; }

#z4 {
  background: url(img/bg-vtt-4.jpg) no-repeat center; }
  #z4 .tit {
    color: #fff; }
  #z4 p {
    text-align: center;
    padding: 0 40px;
    line-height: 28px; }
  #z4 .t {
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    padding: 162px 0 13px; }
  #z4 .it {
    background: #fff;
    border-radius: 8px;
    height: 350px;
    margin: 33px 0 79px;
    position: relative; }
    #z4 .it:before {
      width: 110px;
      height: 110px;
      border-radius: 50%;
      content: "";
      position: absolute;
      top: 40px;
      left: 50%;
      margin-left: -55px;
      background: #3065b5; }
    #z4 .it:after {
      content: "";
      background: url(img/ic.png) no-repeat -268px 0px;
      display: inline-block;
      width: 62px;
      height: 78px;
      position: absolute;
      top: 56px;
      left: 50%;
      margin-left: -31px; }
  #z4 .cmd4:nth-child(3) .it:after {
    background: url(img/ic.png) no-repeat -239px -164px;
    width: 70px;
    height: 60px;
    top: 65px;
    margin-left: -35px; }
  #z4 .cmd4:nth-child(4) .it:after {
    background: url(img/ic.png) no-repeat -309px -164px;
    width: 52px;
    height: 73px;
    top: 56px;
    margin-left: -26px; }

#z5 {
  background: #4884ca; }
  #z5 .tit {
    color: #fff; }
  #z5 .t {
    font-family: dp;
    font-size: 20px;
    color: #222222;
    padding: 23px 0 15px;
    position: relative; }
    #z5 .t:before {
      width: 60px;
      height: 60px;
      display: inline-block;
      content: "";
      background: #ff005a;
      border: 3px solid #fff;
      border-radius: 50%;
      position: absolute;
      top: 7px;
      right: -171px;
      z-index: 99; }
    #z5 .t:after {
      width: 60px;
      height: 60px;
      display: inline-block;
      content: "01";
      position: absolute;
      top: 7px;
      right: -171px;
      z-index: 99;
      line-height: 60px;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      font-family: muli;
      color: #fff; }
  #z5 p {
    line-height: 28px; }
  #z5 .it {
    position: relative;
    background: #fff;
    padding: 0 32px 24px;
    border-radius: 9px; }
    #z5 .it:after {
      content: "";
      width: 0;
      height: 0;
      border-left: 19px solid #fff;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      display: inline-block;
      right: -19px;
      top: 30px;
      position: absolute; }
  #z5 .l {
    margin-top: 53px;
    position: relative; }
    #z5 .l:after {
      width: 0;
      height: 624px;
      content: "";
      border-left: 3px solid #fff;
      display: inline-block;
      position: absolute;
      top: -40px;
      right: -96px;
      z-index: 1; }
    #z5 .l .it {
      margin-bottom: 70px; }
      #z5 .l .it p {
        text-align: right; }
    #z5 .l .it:nth-child(2) .t:after {
      content: "03"; }
    #z5 .l .it:nth-child(3) .t:after {
      content: "05"; }
  #z5 .r {
    margin-top: 164px; }
    #z5 .r .t:before {
      left: -178px; }
    #z5 .r .t:after {
      left: -178px; }
    #z5 .r .it {
      margin-bottom: 48px; }
      #z5 .r .it:after {
        left: -19px;
        border-right: 19px solid #fff;
        border-left: unset; }
      #z5 .r .it p {
        text-align: left; }
      #z5 .r .it:nth-child(1) .t:after {
        content: "02"; }
      #z5 .r .it:nth-child(2) .t:after {
        content: "04"; }

#z6, #z7, #z8 {
  margin-top: 90px; }
  #z6 .tit, #z7 .tit, #z8 .tit {
    padding: 115px 0 17px;
    position: relative;
    color: #fff; }
    #z6 .tit:before, #z7 .tit:before, #z8 .tit:before {
      background: url(img/t6.jpg) no-repeat center;
      border: 10px solid #fff;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
      width: 100%;
      height: 610px;
      content: "";
      display: inline-block;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0; }
    #z6 .tit:after, #z7 .tit:after, #z8 .tit:after {
      content: "01";
      font-size: 50px;
      line-height: 76px;
      width: 100px;
      height: 100px;
      border: 5px solid #fff;
      display: inline-block;
      position: absolute;
      background: #ff005a;
      color: #fff;
      top: -10px;
      left: 50%;
      margin-left: -50px; }
  #z6 p, #z7 p, #z8 p {
    line-height: 28px;
    text-align: left; }
  #z6 .it, #z7 .it, #z8 .it {
    margin-bottom: 12px; }
    #z6 .it .t, #z7 .it .t, #z8 .it .t {
      font-size: 25px;
      font-family: dp;
      padding-top: 23px;
      padding-bottom: 17px; }
  #z6 .nd, #z7 .nd, #z8 .nd {
    padding: 0 65px 50px 55px; }
  #z6 .item, #z7 .item, #z8 .item {
    background: #fff;
    height: 316px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); }
    #z6 .item p, #z7 .item p, #z8 .item p {
      text-align: center;
      padding: 21px 30px 0; }
  #z6 .ti, #z7 .ti, #z8 .ti {
    background: #2ea6f6;
    color: #fff;
    height: 77px;
    line-height: 77px;
    font-family: dp;
    font-size: 25px;
    padding: 0 !important; }

#z7 .tit:before {
  background: url(img/t7.jpg) no-repeat center; }
#z7 .tit:after {
  content: "02"; }
#z7 .item {
  height: 232px; }

#z8 {
  margin-bottom: 80px; }
  #z8 .tit:before {
    background: url(img/t8.jpg) no-repeat center; }
  #z8 .tit:after {
    content: "03"; }
  #z8 .item {
    height: 232px; }

@font-face {
  font-family: sfu;
  src: url(../assets/font/SFUAuchonRegular.TTF);
  font-weight: normal; }
@font-face {
  font-family: utm;
  src: url(../assets/font/UTM-Helve.ttf);
  font-weight: normal; }
#xts {
  font-family: utm,Arial, sans-serif;
  font-weight: 500;
  color: #666666;
  font-size: 16px;
  line-height: 24px; }
  #xts #bn .tvn {
    width: 179px;
    height: 46px;
    bottom: 129px;
    left: 674px; }
  #xts .dau {
    text-align: center;
    position: relative;
    margin: 33px 0 23px;
    display: inline-block; }
    #xts .dau:before {
      width: 46px;
      height: 46px;
      content: "";
      display: inline-block;
      background: url(img/ic-x.png) no-repeat 0px 0px;
      position: absolute;
      vertical-align: middle;
      left: -55px; }
  #xts .te {
    display: inline-block;
    font-size: 26px;
    font-family: sfu;
    text-transform: uppercase;
    position: relative;
    font-weight: 500; }
    #xts .te:before {
      width: 43.47826087%;
      content: "";
      border-bottom: 1px solid #666666;
      display: inline-block;
      position: absolute;
      bottom: -12px;
      left: 28.26086957%; }
    #xts .te:after {
      width: 26.08695652%;
      content: "";
      border-bottom: 1px solid #666666;
      display: inline-block;
      position: absolute;
      bottom: -17px;
      left: 36.95652174%; }
  #xts .t1:before {
    left: 0; }
  #xts .t1:after {
    left: 0; }

#x1 {
  margin: 60px 0 80px; }
  #x1 .dau {
    margin-left: 55px; }
  #x1 .nd p {
    padding-right: 60px; }
  #x1 img {
    vertical-align: middle; }

#x2 {
  background: url(img/bg-x2.jpg) no-repeat; }
  #x2 .cmd12 {
    text-align: center; }
    #x2 .cmd12 .dau {
      color: #fff;
      margin-top: 61px; }
      #x2 .cmd12 .dau:before {
        width: 40px;
        height: 40px;
        background: url(img/ic-x.png) no-repeat -45px 0px; }
      #x2 .cmd12 .dau .te:before {
        border-bottom: 1px solid #fff; }
      #x2 .cmd12 .dau .te:after {
        border-bottom: 1px solid #fff; }
  #x2 .nd {
    color: #fff; }
    #x2 .nd p {
      padding: 0 115px; }
  #x2 .slider {
    margin: 78px 0 22px; }
    #x2 .slider .item {
      margin: 0 15px;
      background: #fff;
      height: 430px; }
      #x2 .slider .item p {
        padding: 0 15px; }
      #x2 .slider .item .t {
        color: #2ea6f6;
        font-family: sfu;
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
        padding-top: 26px;
        height: 85px; }
    #x2 .slider .t2 .t {
      padding: 15px 32px 0; }
    #x2 .slider .owl-dots {
      margin-top: 35px; }
  #x2 .owl-theme .owl-dots .owl-dot span {
    background: #fff; }
  #x2 .owl-theme .owl-dots .owl-dot.active span, #x2 .owl-theme .owl-dots .owl-dot:hover span {
    background: #fd1969; }

#x3 {
  padding-bottom: 56px; }
  #x3 .cmd12 {
    text-align: center; }
    #x3 .cmd12 .dau {
      margin-top: 101px; }
      #x3 .cmd12 .dau:before {
        width: 52px;
        height: 50px;
        background: url(img/ic-x.png) no-repeat -85px 0px;
        left: -66px;
        top: -13px; }
  #x3 ul.me {
    position: relative;
    margin-top: 72px; }
    #x3 ul.me .t {
      margin-bottom: 49px; }
    #x3 ul.me ul.con {
      display: none;
      position: absolute;
      width: 208.3333333%;
      left: 108.333333333%;
      top: 0; }
      #x3 ul.me ul.con:before {
        width: 100px;
        content: "";
        border-bottom: 1px solid #2ea6f6;
        display: inline-block;
        position: absolute;
        left: -145px;
        top: 11px; }
      #x3 ul.me ul.con:after {
        width: 8px;
        height: 8px;
        content: "";
        background: #2ea6f6;
        border-radius: 50%;
        position: absolute;
        left: -37px;
        top: 7px; }
      #x3 ul.me ul.con p {
        width: 39.06666667%;
        position: absolute;
        left: 0%; }
      #x3 ul.me ul.con img {
        width: 52%;
        position: absolute;
        left: 48%; }
    #x3 ul.me ul.ac {
      display: block; }
    #x3 ul.me li:nth-child(2) .t:after {
      width: 35px;
      height: 34px;
      left: 19px;
      top: 9px;
      background: url(img/ic-x.png) no-repeat -222px 0px; }
    #x3 ul.me li:nth-child(2) .con:before {
      top: 108px; }
    #x3 ul.me li:nth-child(2) .con:after {
      top: 104px; }
    #x3 ul.me li:nth-child(3) .t:after {
      width: 36px;
      left: 18px;
      background: url(img/ic-x.png) no-repeat -258px 0px; }
    #x3 ul.me li:nth-child(3) .con:before {
      top: 205px; }
    #x3 ul.me li:nth-child(3) .con:after {
      top: 201px; }
    #x3 ul.me li:nth-child(4) .t:after {
      width: 29px;
      height: 38px;
      left: 22px;
      top: 6px;
      background: url(img/ic-x.png) no-repeat -296px 0px; }
    #x3 ul.me li:nth-child(4) .con:before {
      top: 302px; }
    #x3 ul.me li:nth-child(4) .con:after {
      top: 298px; }
  #x3 .t {
    font-size: 18px;
    font-family: sfu;
    color: #555555;
    position: relative;
    padding: 0 141px 0 93px;
    text-align: center; }
    #x3 .t:before {
      width: 70px;
      height: 70px;
      border: 1px solid #2ea6f6;
      border-radius: 50%;
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      top: -10px; }
    #x3 .t:after {
      width: 30px;
      height: 30px;
      display: inline-block;
      content: "";
      position: absolute;
      left: 20px;
      top: 10px;
      background: url(img/ic-x.png) no-repeat -190px 0px; }
    #x3 .t:hover a {
      color: #2ea6f6; }
    #x3 .t:hover:before {
      background: #2ea6f6; }
    #x3 .t:hover:after {
      filter: brightness(0) invert(1); }
  #x3 .active a {
    color: #2ea6f6; }
  #x3 .active:before {
    background: #2ea6f6; }
  #x3 .active:after {
    filter: brightness(0) invert(1); }

#x4 {
  padding-bottom: 53px;
  margin-bottom: 80px;
  background: url(img/bg-x3.jpg) no-repeat center; }
  #x4 .cdt {
    position: relative;
    padding-left: 82px; }
    #x4 .cdt .dau {
      margin: 52px 0 33px; }
  #x4 .te {
    color: #fff; }
    #x4 .te:before {
      border-color: #fff;
      bottom: -20px; }
    #x4 .te:after {
      border-color: #fff;
      bottom: -25px; }
  #x4 .nd {
    color: #fff;
    padding-right: 21px;
    font-style: italic; }
  #x4 .dt {
    margin-top: 37px; }
    #x4 .dt > li > p {
      width: 451px;
      background: #d1dce1;
      text-transform: uppercase;
      height: 55px;
      line-height: 55px;
      margin-bottom: 8px;
      font-weight: bold;
      padding-left: 15px;
      position: relative; }
      #x4 .dt > li > p:before {
        width: 20px;
        height: 19px;
        content: "";
        display: inline-block;
        background: url(img/ic-x.png) no-repeat -325px 0px;
        vertical-align: middle;
        margin-right: 19px; }
      #x4 .dt > li > p:hover {
        background: #fff; }
        #x4 .dt > li > p:hover:before {
          background: url(img/ic-x.png) no-repeat -325px -20px; }
        #x4 .dt > li > p:hover a {
          color: #2ea6f6; }
    #x4 .dt .ca {
      display: none;
      position: absolute;
      right: -100%;
      width: 100%;
      top: 0;
      padding: 54px 0 0 84px;
      color: #fff; }
    #x4 .dt .ac {
      display: block; }
    #x4 .dt .nd2 .ti {
      font-size: 20px;
      text-transform: uppercase;
      padding-bottom: 40px;
      position: relative; }
      #x4 .dt .nd2 .ti:after {
        width: 150px;
        content: "";
        display: inline-block;
        border-bottom: 1px solid #fff;
        left: 0;
        bottom: 26px;
        position: absolute; }
    #x4 .dt .nd2 .it {
      padding: 30px 0 0 48px;
      position: relative; }
      #x4 .dt .nd2 .it:before {
        content: "";
        width: 28px;
        height: 28px;
        display: inline-block;
        position: absolute;
        left: 0;
        background: url(img/ic-x.png) no-repeat -346px 0px; }
    #x4 .dt .active {
      background: #fff; }
      #x4 .dt .active:before {
        background: url(img/ic-x.png) no-repeat -325px -20px; }
      #x4 .dt .active:after {
        width: 51px;
        content: "";
        border-bottom: 2px solid #fff;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        right: -51px;
        top: 50%; }
      #x4 .dt .active a {
        color: #2ea6f6; }

#vth #bn .tvn {
  bottom: 148px;
  left: 743px;
  background: transparent; }
#vth .tit {
  color: #222222; }
#vth p {
  line-height: 28px; }
#vth img {
  vertical-align: middle; }
#vth .t {
  font-family: dp;
  font-size: 25px;
  line-height: 35px;
  color: #222222;
  padding: 29px 0 14px; }

#w1 {
  padding-bottom: 80px; }
  #w1 .w11, #w1 .w12 {
    padding-top: 80px; }
  #w1 .tit {
    padding: 15px 0 81px; }
  #w1 .c {
    padding-top: 20px; }
  #w1 strong {
    color: #222222; }
  #w1 .w12 p {
    padding-right: 25px; }

#w2 {
  background: #478bd1;
  height: 443px; }
  #w2 .tit {
    color: #fff;
    padding-bottom: 45px; }
  #w2 .it {
    color: #fff; }
    #w2 .it p {
      padding: 0 0 12px 49px;
      position: relative; }
      #w2 .it p:before {
        width: 30px;
        height: 30px;
        content: "";
        background: #2ea6f6;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0; }
      #w2 .it p:after {
        width: 30px;
        height: 30px;
        content: "01";
        background: #2ea6f6;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        font-size: 16px;
        color: #fff;
        font-weight: 600;
        line-height: 30px; }
  #w2 .w2-l p:nth-child(2):after {
    content: "02"; }
  #w2 .w2-l p:nth-child(3):after {
    content: "03"; }
  #w2 .w2-r p:nth-child(1):after {
    content: "04"; }
  #w2 .w2-r p:nth-child(2):after {
    content: "05"; }
  #w2 .w22 {
    margin: 60px auto 0;
    width: 82.89473684%;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    height: 200px; }
    #w2 .w22 p {
      text-align: center;
      padding: 0 55px; }
    #w2 .w22 .t {
      padding: 29px 0 14px; }
    #w2 .w22 .tvn {
      width: 155px;
      height: 55px;
      text-align: center;
      padding: 0;
      color: #fff;
      background: #ff005a;
      line-height: 55px;
      margin: 42px auto 0; }

#w3 {
  margin-top: 133px; }
  #w3 .tit {
    padding-bottom: 50px; }
  #w3 .it {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 30px; }
  #w3 .img {
    width: 36.03603604%; }
  #w3 .p-r {
    width: 63.96396396%;
    padding: 21px 40px 0 20px; }

#w4 {
  background: url(img/bg-w1.jpg) no-repeat center center; }
  #w4 .da {
    color: #fff; }
    #w4 .da p {
      padding: 0 95px; }
  #w4 .tit {
    color: #fff;
    padding-bottom: 9px; }
  #w4 .it {
    margin: 52px 0 80px;
    background: #fff;
    border-radius: 8px;
    height: 488px; }
    #w4 .it p {
      text-align: center;
      padding: 0 26px; }
    #w4 .it .t {
      font-family: muli;
      font-weight: bold;
      font-size: 18px;
      padding: 164px 30px 12px;
      line-height: 28px;
      position: relative; }
      #w4 .it .t:before {
        width: 110px;
        height: 110px;
        content: "";
        background: #3065b5;
        left: 50%;
        position: absolute;
        margin-left: -55px;
        border-radius: 50%;
        top: 40px; }
      #w4 .it .t:after {
        width: 56px;
        height: 62px;
        background: url(img/ic-vth.png) no-repeat -41px 0px;
        content: "";
        display: inline-block;
        position: absolute;
        left: 50%;
        margin-left: -28px;
        top: 68px; }
  #w4 .cmd3:nth-child(3) .t:after {
    background: url(img/ic-vth.png) no-repeat -101px 0px;
    top: 65px; }
  #w4 .cmd3:nth-child(4) .t:after {
    width: 66px;
    background: url(img/ic-vth.png) no-repeat -158px 0px;
    margin-left: -33px;
    top: 68px; }
  #w4 .cmd3:nth-child(5) .t:after {
    width: 64px;
    height: 64px;
    background: url(img/ic-vth.png) no-repeat -225px 0px;
    margin-left: -32px;
    top: 63px; }

#w5 .img {
  margin: 30px 0 15px;
  padding-left: 30px; }
#w5 .slider {
  padding-left: 5px; }
#w5 .item {
  margin-top: 53px;
  margin-left: 10px; }
  #w5 .item .img1 {
    position: relative; }
    #w5 .item .img1 span {
      width: 50px;
      height: 50px;
      display: inline-block;
      color: #fff;
      font-family: dp;
      font-size: 25px;
      line-height: 43px;
      text-align: center;
      left: -10px;
      position: absolute;
      top: 50%;
      margin-top: -25px;
      background: #ff005a; }
#w5 .owl-theme .owl-dots .owl-dot span {
  position: relative;
  margin: 21px 50px 0 0;
  background: none; }
  #w5 .owl-theme .owl-dots .owl-dot span:before {
    width: 50px;
    height: 50px;
    display: inline-block;
    content: "";
    background: #3065b5;
    position: absolute; }
  #w5 .owl-theme .owl-dots .owl-dot span:after {
    width: 50px;
    height: 50px;
    display: inline-block;
    content: "01";
    position: absolute;
    color: #fff;
    font-family: dp;
    font-size: 25px;
    line-height: 43px;
    text-align: center; }
#w5 .owl-theme .owl-dots .owl-dot:nth-child(2) span:after {
  content: "02"; }
#w5 .owl-theme .owl-dots .owl-dot:nth-child(3) span:after {
  content: "03"; }
#w5 .owl-theme .owl-dots .owl-dot:nth-child(4) span:after {
  content: "04"; }
#w5 .owl-theme .owl-dots {
  text-align: left; }
#w5 .owl-theme .owl-dots .owl-dot.active span:before, #w5 .owl-theme .owl-dots .owl-dot:hover span:before {
  background: #ff005a; }
#w5 .t {
  font-size: 20px;
  line-height: 25px;
  padding: 34px 0 17px; }

#w6 .da {
  background: url(img/bg-w2.jpg) no-repeat center; }
  #w6 .da .tit, #w6 .da p {
    color: #fff; }
  #w6 .da p {
    padding: 0 98px 52px; }

#w7 {
  padding-bottom: 50px; }
  #w7 .cmd5 {
    margin-top: 52px;
    width: 44.27350427%; }
  #w7 .it {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    height: 258px;
    position: relative; }
    #w7 .it:before {
      width: 110px;
      height: 110px;
      background: #3065b5;
      content: "";
      position: absolute;
      top: 50%;
      margin-top: -55px;
      right: -55px;
      border-radius: 50%; }
    #w7 .it:after {
      width: 53px;
      height: 65px;
      position: absolute;
      content: "";
      display: inline-block;
      background: url(img/ic-vth.png) no-repeat -289px 0px;
      top: 50%;
      margin-top: -32px;
      right: -27px; }
    #w7 .it p {
      padding: 0 85px 0 36px;
      text-align: right; }
    #w7 .it .t {
      font-family: muli;
      font-size: 18px;
      line-height: 25px;
      padding: 29px 85px 14px 48px; }
  #w7 .p-l .it:nth-child(2):after {
    width: 57px;
    background: url(img/ic-vth.png) no-repeat -344px 0px;
    right: -29px; }
  #w7 .p-r .it:before {
    left: -55px; }
  #w7 .p-r .it:nth-child(1):after {
    height: 73px;
    width: 54px;
    background: url(img/ic-vth.png) no-repeat -400px 0px;
    left: -27px;
    margin-top: -38px; }
  #w7 .p-r .it:nth-child(2):after {
    height: 53px;
    width: 61px;
    background: url(img/ic-vth.png) no-repeat -454px 0px;
    left: -30px;
    margin-top: -27px; }
  #w7 .p-r p {
    padding: 0 36px 0 85px;
    text-align: left; }
  #w7 .p-r .t {
    padding: 29px 48px 14px 85px; }

@media only screen and (max-width: 1366px) {
  #ttl #bn p {
    width: 110px;
    height: 36px;
    line-height: 36px;
    bottom: 114px;
    left: 371px;
    font-size: 13px; }

  #vbq .tvn {
    bottom: 95px;
    right: 300px; }

  #xts #bn .tvn {
    width: 128px;
    height: 33px;
    bottom: 92px;
    left: 484px; } }
@media only screen and (max-width: 1024px) {
  #ttl #bn p {
    bottom: 70px;
    left: 314px; }

  #ttl #t2 .it {
    padding: 0 0 0 130px; }

  #ttl #t31 .nd {
    padding-left: 115px;
    padding-top: 25px; }

  #ttl #t3 {
    background: url(img/bg-s2.jpg) no-repeat center -75px; }

  #ttl #t31 p {
    margin-bottom: 27px; }

  #ttl #t4 p {
    padding: 0;
    line-height: 24px; }

  #ttl #t4 .it {
    height: 121px; }

  #ttl #t5 .cmd8:before {
    left: -360px; }

  #ttl #t6 .it {
    background: url(img/s5-1.jpg) no-repeat top right;
    background-size: cover;
    height: 290px; }

  #ttl #t6 .cmd6:nth-child(2) .it {
    background-size: cover; }

  #ttl #t6 p {
    padding: 0px 37px; }

  #t7 .vuong, #t7 .ngang {
    height: 113px; }

  #t7 .doc {
    height: 232px; }

  #bn .tvn {
    bottom: 69px;
    right: 223px;
    width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 13px; }

  #vbq #v1 .da p {
    padding: 0px 139px 52px; }

  #vbq #v1 .h:before {
    height: 636px; }

  #vbq #v1 .h:after {
    bottom: -830px; }

  #vbq #v1 .it .t {
    padding-right: 60px; }

  #vbq #v1 .it p {
    padding: 0 60px 0 0; }

  #vbq #v1 .r .t {
    padding: 105px 0 19px 60px; }

  #vbq #v1 .r p {
    padding: 0 0 0 60px; }

  #vbq #v2 .da {
    height: 280px; }

  #vbq #v2 .it:before {
    width: 168px;
    height: 168px;
    border-radius: 84px;
    margin: -84px 0 0 -84px; }

  #vbq #v2 .it p {
    padding: 0; }

  #vbq #v2 .t {
    padding: 112px 0px 15px 0px !important; }

  #vbq #v2 .it:nth-child(4) .t {
    letter-spacing: -0.5px; }

  #vbq #v3 p {
    padding: 0; }

  #vbq #v3 .tit span {
    margin: 0; }

  #vbq #v3 .tit {
    padding: 65px 40px 17px 00px; }

  #vbq #v4 p {
    padding: 0 27px; }

  #l1 .nd {
    width: 88.76923077%;
    margin: 318px 5.615384615% 80px; }

  #l1 #l11 div:nth-child(1) {
    width: 94.8974359%;
    margin-left: -47.44871795%; }

  #l3 .da {
    padding-left: 0; }

  #l3 .tit {
    padding: 65px 50px 17px 0; }

  #l3 img {
    margin-top: 85px; }

  #l3 .da p {
    padding-right: 0; }

  #l4 .c {
    background-size: contain; }

  #l4 .nd p:before {
    right: -96px; }

  #l4 .nd p:after {
    right: -96px; }

  #l4 .r .it p:before {
    left: -96px; }

  #l4 .r .it p:after {
    left: -96px; }

  #l5 .it .t {
    padding: 123px 39px 13px; }

  #l6 .nd {
    padding: 75px 0 100px 0px;
    width: 52%; }

  #l6 .nd:before {
    left: -537px; }

  #z3 .tit {
    padding: 65px 0px 17px; }

  #z2 .da {
    padding: 0; }

  #z3 .da p {
    padding: 0 100px; }

  #z5 .t:before, #z5 .t:after {
    right: -160px; }

  #z5 .r .t:before, #z5 .r .t:after {
    left: -154px; }

  #z5 .l:after {
    right: -86px; }

  #z6 .item p, #z7 .item p, #z8 .item p {
    padding: 21px 6px 0; }

  #w1 .tit {
    padding: 0px 0px 17px;
    letter-spacing: -2.2px; }

  #w1 .w12 p {
    padding: 0 0 14px;
    letter-spacing: -1px; }

  #w2 .w22 {
    margin: 30px auto 0; }

  #w2 .w22 p {
    padding: 0 9px; }

  #w3 .p-r {
    padding: 11px 10px 0 0px; }

  #w4 .tit {
    letter-spacing: -1px; }

  #w4 .it p {
    padding: 0 10px; }

  #w4 .it .t {
    padding: 144px 10px 12px; }

  #w4 .it .t:before {
    top: 20px; }

  #w4 .cmd3:nth-child(3) .t:after {
    top: 45px; }

  #w4 .it .t:after {
    top: 48px; }

  #w4 .cmd3:nth-child(4) .t:after {
    top: 48px; }

  #w4 .cmd3:nth-child(5) .t:after {
    top: 43px; }

  #w6 .da p {
    padding: 0px 25px 52px; }

  #w7 .it {
    height: 280px; }

  #w7 .it p {
    padding: 0 75px 0 10px; }

  #w7 .it .t {
    padding: 29px 75px 14px 10px; }

  #w7 .p-r p {
    padding: 0 10px 0 75px; }

  #w7 .p-r .t {
    padding: 29px 10px 14px 75px; }

  #xts #bn .tvn {
    width: 96px;
    height: 25px;
    bottom: 69px;
    left: 363px; } }
@media only screen and (max-width: 768px) {
  #ttl .tit {
    padding: 35px 0 40px; }

  #ttl #bn p {
    bottom: 34px;
    left: 232px; }

  #ttl #t1 .t11 {
    background-size: cover;
    margin-top: 20px; }

  #ttl #t1 p {
    padding: 20px 40px 34px; }

  #ttl #t1 .tit:after {
    top: 97px; }

  #ttl #t31 .img {
    display: none; }
  #ttl #t31 .nd {
    padding: 52px 86px 0px 143px; }
  #ttl #t31 p {
    margin-bottom: 50px; }

  #ttl #t4 .it {
    height: 150px; }

  #ttl #t4 img {
    width: 100%; }

  #ttl #t5 .tit {
    text-align: center; }

  #ttl #t4 p {
    line-height: 33px;
    padding-top: 36px; }

  #ttl #t6 .t {
    padding: 30px 0 13px; }

  #ttl #t5 .tit {
    padding-top: 40px; }

  #ttl #t6 .it {
    margin: 50px 0; }

  #t7 .tit {
    padding: 37px 0 31px; }

  #t7 .main {
    margin-bottom: 20px; }

  #t7 .vuong, #t7 .ngang {
    margin-bottom: 4px;
    height: 86px; }

  #t7 .doc {
    height: 176px; }

  #t7 a {
    padding: 0px 5px;
    font-size: 16px; }

  #bn .tvn {
    bottom: 55px;
    right: 164px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 12px; }

  #vbq #v1 .da p {
    padding: 0px 50px 52px; }

  #vbq #v1 .h:before {
    height: 558px; }

  #vbq #v1 .it .t {
    line-height: 40px;
    padding: 62px 20px 19px 26px; }

  #vbq #v1 .r .t {
    padding: 62px 26px 19px 20px; }

  #vbq #v1 .it p {
    padding: 0 20px 0 0; }

  #vbq #v1 .r p {
    padding: 0 0 0 20px; }

  #vbq #v1 .h:after {
    bottom: -803px;
    height: 285px; }

  #vbq #v2 .it:before {
    width: 128px;
    height: 128px;
    border-radius: 64px;
    margin: -64px 0 0 -64px; }

  #vbq .da p {
    letter-spacing: -0.5px; }

  #vbq #v2 .da {
    height: 260px; }

  #vbq #v2 .t {
    padding: 94px 0px 15px 0px !important; }

  #vbq #v2 .it:nth-child(3) .t {
    padding: 94px 2px 15px 2px !important; }

  #vbq #v3 .tit {
    padding-right: 0; }

  #vbq #v3 .it p {
    padding-right: 0; }

  #vbq #v4 .da p {
    padding: 0px 69px; }

  #vbq #v4 .t {
    padding: 175px 0px 13px; }

  #vbq #v4 p {
    padding: 0; }

  #l1 #l11 div:nth-child(2) {
    margin-top: 10px; }

  #l1 .nd {
    width: 100%;
    margin: 250px 0 0; }

  #l1 #l11 div:nth-child(1) {
    display: none; }

  #l1 .nd p {
    padding: 52px 30px 54px; }

  #l2 .it p {
    padding: 0 5px; }

  #l2 .it p {
    letter-spacing: -0.5px; }

  #l2 .tit {
    letter-spacing: -2px; }

  #l3 .tit {
    padding: 65px 0px 17px 0; }

  #l3 img {
    margin-top: 200px; }

  #l4 .tit, #l5 .tit, #l6 .tit {
    letter-spacing: -2px; }

  #l4 .nd {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    #l4 .nd .c {
      order: 1;
      margin-top: 22px; }
    #l4 .nd .l {
      order: 2;
      margin-top: 22px; }
    #l4 .nd .r {
      order: 3;
      margin-top: 22px; }

  #l5 p {
    padding: 0 0px; }

  #l5 .it .t {
    padding: 123px 0px 13px; }

  #l5 .cmd4:nth-child(7) p {
    letter-spacing: -0.2px; }

  #l6 .nd {
    padding: 491px 0 50px 65px;
    width: 100%; }

  #l2 .it {
    height: 340px; }

  #l6 .nd:before {
    top: -0px;
    left: 50%;
    margin-left: -272px;
    z-index: -1; }

  #z1 .tit {
    height: 408px;
    background-size: cover;
    top: 74px;
    padding: 285px 30px 17px; }

  #z1 .it {
    padding: 39px 0 0; }

  .da p {
    padding: 0 10px; }

  #z2 .it p {
    padding: 174px 0px 0; }

  #z3 .da p {
    padding: 0 0px; }

  #z3 .sli .it p {
    padding: 0px 30px; }

  #z4 p {
    padding: 0 5px; }

  #z5 .it {
    padding: 0 15px 24px 15px; }

  #z5 .l:after {
    right: -62px; }

  #z5 .t:before, #z5 .t:after {
    right: -120px; }

  #z5 .r .t:before, #z5 .r .t:after {
    left: -125px; }

  #z6 p, #z7 p, #z8 p {
    PADDING: 0 15PX; }

  #z6 .nd, #z7 .nd, #z8 .nd {
    padding: 0 0px 10px 0px; }

  #z6 .it, #z7 .it, #z8 .it {
    margin-bottom: 0px; }

  #z6 .tit:before, #z7 .tit:before, #z8 .tit:before {
    background-size: cover;
    height: 490px; }

  #z6 .ti, #z7 .ti, #z8 .ti {
    height: 60px;
    line-height: 60px; }

  #z6 .item {
    height: 345px; }

  #z7 .item {
    height: 271px; }

  #z8 .item {
    height: 241px; }

  #z8 .tit {
    padding: 115px 5px 17px; }

  #w1 .w11 {
    padding-top: 0; }

  #w1 .w12 {
    padding-top: 40px; }

  #w1 .w11 {
    display: flex;
    flex-wrap: wrap; }
    #w1 .w11 .cmd7 {
      order: 2;
      margin-top: 20px; }
    #w1 .w11 .cmd5 {
      order: 1; }

  #w5 .img {
    display: none; }

  #w1 {
    padding-bottom: 40px; }

  #w1 img {
    width: 100%; }

  #vth .tit {
    padding: 35px 0 7px; }

  #w2 .w22 {
    width: 100%; }

  #w2 .w22 .t {
    padding: 19px 0 14px; }

  #w2 .w22 .tvn {
    margin: 22px auto 0; }

  #w4 {
    background-size: cover;
    padding-bottom: 30px; }

  #w4 .da p {
    padding: 0 5px; }

  #w4 .it {
    height: 375px;
    margin: 30px 0 0px; }

  #w5 .item {
    margin-top: 23px; }

  #w5 {
    padding-bottom: 50px; }

  #w7 .it {
    height: 225px; }

  #w7 .cmd5 {
    width: 88.54700854%;
    margin-top: 32px; }

  #w7 .it .t {
    padding: 29px 10px 14px 75px; }

  #w7 .it p {
    padding: 0 10px 0 75px; }

  #w7 .p-l {
    float: right !important; }
    #w7 .p-l .it p {
      text-align: left; }
    #w7 .p-l .it:before {
      left: -55px; }
    #w7 .p-l .it:after {
      left: -27px; }

  #w7 .p-l .it:nth-child(2):after {
    left: -29px; }

  #w7 .p-r {
    margin-top: 0px; }

  #xts #bn .tvn {
    display: none; } }
@media only screen and (max-width: 480px) {
  #w2 {
    height: 600px; }

  #w2 .w22 {
    height: 263px; }

  #w3 .it {
    height: 160px; }

  #w4 .it {
    height: 330px; }

  #w6 .da {
    background-size: cover; }

  #w7 .it {
    height: 275px; } }
@media only screen and (max-width: 414px) {
  #ttl #bn p {
    display: none; }

  #ttl #t1 .tit:after {
    display: none; }

  #ttl .tit {
    font-size: 30px;
    padding-bottom: 20px; }

  #ttl #t1 p {
    padding: 00px 32px 29px; }

  #ttl #t2 .tit {
    text-align: center;
    padding: 25px 15px 20px;
    margin: 0; }

  #ttl .tit {
    padding: 25px 15px 30px; }

  #ttl #t31 .nd {
    padding: 22px 27px 0px 103px; }

  #ttl #t31 p {
    margin-bottom: 27px; }

  #ttl #t4 .it {
    height: 325px;
    flex-wrap: wrap;
    display: flex; }
  #ttl #t4 .cxs12:nth-child(2) .it .nd, #ttl #t4 .cxs12:nth-child(4) .it .nd {
    order: 2; }
  #ttl #t4 p {
    line-height: 26px;
    padding-top: 0px;
    text-align: center; }
  #ttl #t4 .l {
    text-align: center; }

  #ttl #t5 p {
    padding-left: 122px; }

  #t7 .c1 {
    width: 100%; }
    #t7 .c1 .vuong {
      width: 49%; }
      #t7 .c1 .vuong:nth-child(2) {
        margin-left: 2%; }
  #t7 .c2 {
    width: 100%; }
    #t7 .c2 .doc {
      width: 100%; }
  #t7 .c3 {
    width: 100%; }
    #t7 .c3 .ngang, #t7 .c3 .vuong {
      width: 49%; }
    #t7 .c3 .vuong:nth-child(1) {
      margin-right: 2%; }
    #t7 .c3 .vuong:nth-child(4) {
      margin-left: 2%; }
  #t7 .c4 {
    width: 100%; }
    #t7 .c4 .vuong {
      width: 49%; }
      #t7 .c4 .vuong:nth-child(2) {
        margin-left: 2%; }
    #t7 .c4 .ngang {
      width: 100%; }
  #t7 .c5 {
    width: 100%; }
    #t7 .c5 .doc {
      width: 100%; }
  #t7 .vuong, #t7 .ngang, #t7 .doc {
    height: 120px;
    margin-bottom: 8px; }

  #t7 a {
    padding: 0px 10px;
    font-size: 20px; }

  #vbq .tvn {
    display: none; }

  #vbq #v1 .h:before {
    height: 296px;
    margin: 0;
    left: 0;
    background: url(img/v1.png) no-repeat center top; }

  #vbq #v1 .h {
    position: absolute; }

  #vbq #v1 .h:after {
    display: none; }

  #vbq .tit {
    font-size: 30px;
    padding: 35px 0 17px; }

  #vbq #v1 .da p {
    padding: 0px 0 30px; }

  #vbq #v1 .it .t {
    padding: 32px 0 19px;
    font-size: 27px;
    text-align: center; }

  #vbq #v1 .it p {
    padding: 0;
    text-align: center; }

  #vbq #v1 .it {
    padding-bottom: 42px; }

  #vbq .da p {
    letter-spacing: 0; }

  #vbq #v2 .da {
    height: 214px; }

  #vbq #v2 .it {
    width: 100%;
    margin: 0; }

  #vbq #v2 .it:before {
    width: 204px;
    height: 204px;
    border-radius: 102px;
    margin: 20px 0 0 -102px; }

  #vbq #v2 .t {
    padding: 244px 0px 15px 0px !important; }

  #vbq #v2 .it:nth-child(3) .t {
    padding: 244px 0px 15px 0px !important; }

  #vbq #v3 > .ctn > .row {
    display: flex;
    flex-wrap: wrap; }
    #vbq #v3 > .ctn > .row .l {
      order: 2;
      display: flex;
      flex-wrap: wrap; }
      #vbq #v3 > .ctn > .row .l img {
        order: 2; }
      #vbq #v3 > .ctn > .row .l .it {
        order: 1; }
        #vbq #v3 > .ctn > .row .l .it:nth-child(2) {
          order: 3;
          padding-bottom: 40px; }
    #vbq #v3 > .ctn > .row .r {
      order: 1; }

  #vbq #v3 .tit {
    padding: 20px 0px 17px;
    text-align: center; }

  #vbq #v3 .r img {
    margin: 22px 0 10px; }

  #vbq #v3 img {
    margin: 50px 0 10px; }

  #vbq #v4 .da p {
    padding: 8px; }

  #vbq #v4 .it {
    padding-bottom: 0px; }

  #vbq #v4 .cmd4:last-child .it {
    padding-bottom: 42px; }

  #l1 #l11 div:nth-child(2) {
    background-size: cover;
    height: 400px; }

  #l1 .nd {
    margin: 171px 0 0; }

  .tit {
    font-size: 35px;
    padding: 35px 0 17px; }

  #l1 .nd p {
    padding: 12px 0px 34px; }

  #l2 {
    background-size: cover; }

  #l2 .it p {
    letter-spacing: 0; }

  #l2 .it {
    height: 269px; }

  #l2 .it .t {
    padding-top: 109px; }

  #l2 .it .t:before {
    top: 20px; }

  #l2 .it .t:after {
    top: 44px; }

  #l3 .tit {
    text-align: center; }

  #l3 .row {
    display: flex;
    flex-wrap: wrap; }
    #l3 .row > .cxs12 {
      order: 2; }

  #l3 .da {
    padding-left: 15px;
    order: 1 !important; }

  #l3 img {
    margin-top: 30px; }

  #l4 .nd .c {
    order: 2;
    height: 270px;
    margin-top: 0; }
  #l4 .nd .l {
    order: 1; }

  #l6 .nd {
    padding: 390px 15px 50px 15px; }

  #l6 .nd:before {
    background-size: cover;
    left: 0;
    margin-left: 0;
    width: 100%;
    height: 370px; }

  #l1 .tit:after {
    display: none; }

  #l4 .l .it:nth-child(2) p:after {
    content: "02"; }

  #l4 .l .it:nth-child(3) p:after {
    content: "03"; }

  #l4 .r .it:nth-child(1) p:after {
    content: "04"; }

  #l4 .r .it:nth-child(2) p:after {
    content: "05"; }

  #l4 .r .it:nth-child(3) p:after {
    content: "06"; }

  #vttl .csm7.Z11 {
    width: 100%; }

  #z1 .tit {
    top: 15px; }

  #z1 .it {
    padding-top: 30px; }

  #z4 {
    background-size: cover; }

  #z5 .t:before, #z5 .t:after {
    width: 50px;
    height: 50px;
    left: -85px; }

  #z5 .t:before {
    top: 14px; }

  #z5 .t:after {
    top: 10px; }

  #z5 .r .t:before, #z5 .r .t:after {
    left: -85px; }

  #z5 .it:after {
    left: -19px;
    border-right: 19px solid #fff;
    border-left: unset; }

  #z5 .p-l {
    float: right !important; }

  #z5 .l .it p {
    text-align: left; }

  #z5 .l:after {
    left: -31px;
    height: 880px;
    top: 0px; }

  #z5 .l {
    margin-top: 10px; }

  #z5 .l .it, #z5 .r .it {
    margin-bottom: 20px; }

  #z5 .r {
    margin-top: 0px; }

  #z5 .l .it:nth-child(2) .t:after {
    content: "02"; }

  #z5 .l .it:nth-child(3) .t:after {
    content: "03"; }

  #z5 .r .it:nth-child(1) .t:after {
    content: "04"; }

  #z5 .r .it:nth-child(2) .t:after {
    content: "05"; }

  #z6 .nd {
    padding: 265px 0px 10px 0px; }

  #z7 .nd {
    padding: 216px 0px 10px 0px; }

  #z6 .item, #z7 .item, #z8 .item {
    margin-bottom: 20px; }

  #z6 .item {
    height: 250px; }

  #z6, #z7, #z8 {
    margin-top: 15px; }

  #z7 .row {
    display: flex;
    flex-wrap: wrap; }
    #z7 .row .cmd7 {
      order: 2; }
    #z7 .row .cmd5 {
      order: 1; }
    #z7 .row .cmd9 {
      order: 3; }

  #z8 {
    margin-bottom: 0px; }

  #z8 .nd {
    padding: 165px 0px 10px 0px; }

  #z7 .item, #z8 .item {
    height: 200px; }

  #z3 .sli {
    margin: 30px 0%; }

  #z3 #next, #z3 #pre {
    width: 25px;
    left: 2px; }
    #z3 #next:hover, #z3 #pre:hover {
      background: url(img/ic.png) no-repeat -212px -182px;
      width: 25px;
      left: 2px; }

  #z3 #next {
    right: 2px;
    left: unset; }
    #z3 #next:hover {
      left: unset; }

  #z4 .it {
    margin: 15px 0; }

  #w2 {
    height: 670px; }

  #w2 .w22 {
    height: 294px; }

  #w3 .it {
    height: 190px; }

  #w5 .tit {
    padding: 35px 10px 7px; }

  #w5 .owl-theme .owl-dots {
    padding-left: 10px; }

  #w6 .da {
    background-size: cover; }

  #w6 .da p {
    padding: 0px 0px 22px; }

  #w7 .it {
    height: 370px; }

  #w3 .img {
    width: auto;
    margin: 0 auto;
    display: inherit; }

  #w3 .p-r {
    width: 100%;
    padding: 0px 10px 10px; }

  #w3 .it {
    height: 300px; } }
@media only screen and (max-width: 375px) {
  #t7 .vuong, #t7 .ngang, #t7 .doc {
    margin-bottom: 6px; }

  #vbq #v1 .h:before {
    height: 323px; }

  #vbq #v2 .da {
    height: 240px; }

  #vbq #v2 .da p {
    padding: 0 10px; }

  #l6 .nd {
    padding-top: 360px; }

  #l6 .nd:before {
    height: 340px; } }
@media only screen and (max-width: 360px) {
  #vbq #v1 .tit {
    letter-spacing: -0.5px; }

  #vbq #v1 .h:before {
    height: 324px; } }
@media only screen and (max-width: 320px) {
  #ttl #t1 p {
    padding: 0 12px 29px; }

  #ttl #t6 p {
    padding: 0px 8px; }

  #ttl #t6 .t {
    font-size: 29px; }

  #ttl #t4 .it {
    height: 250px; }

  #vbq #v3 .it p {
    padding: 0 0px 0 30px; }

  #vbq #v1 .h:before {
    height: 418px; }

  #l4 .nd p {
    padding: 6px 5px 0; }

  #l2 .it {
    height: 292px; }

  .tit {
    letter-spacing: 0;
    font-size: 30px; }

  #l6 .nd:before {
    height: 320px; }

  #l6 .nd {
    padding-top: 320px; }

  #z6 .tit:before, #z7 .tit:before, #z8 .tit:before {
    height: 351px; }

  #z6 .nd {
    padding: 134px 0px 10px 0px; }

  #z7 .nd {
    padding: 95px 0px 10px 0px; }

  #z8 .nd {
    padding: 55px 0px 10px 0px; }

  #w2 .w22 {
    height: 357px; }

  #w3 {
    margin-top: 220px; }

  #w7 .it {
    height: 460px; }

  #w7 .it p {
    letter-spacing: -0.5px; }

  #w3 .it {
    height: 320px; } }
@media (min-width: 768px) {
  .ctn {
    width: 750px; } }
@media (min-width: 992px) {
  .ctn {
    width: 1004px; } }
@media (min-width: 1200px) {
  .ctn {
    width: 1170px; } }

/*# sourceMappingURL=style.css.map */
#divboxchat{
  display: none;
}