<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'italic';
  src: url("../font/UTM Dax.ttf") format("truetype"); }
@font-face {
  font-family: 'dax';
  src: url("../font/UTM Dax.ttf") format("truetype"); }
@font-face {
  font-family: 'bold';
  src: url("../font/UTM DaxBold.ttf") format("truetype"); }
@font-face {
  font-family: 'normal';
  src: url("../font/UTM Dax.ttf") format("truetype"); }
* {
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-weight: 100; }

::placeholder {
  color: silver; }

body {
  font-family: normal;
  margin: auto;
  background: #ffffff;
  top: 0px !important; }

ul {
  list-style: none;
  padding: 0; }

a {
  transition: 0.3s; }

a:hover, a:focus {
  text-decoration: none;
  transition: 0.3s; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.nopadding {
  padding-right: 0;
  padding-left: 0; }

.nomargin {
  margin-right: 0;
  margin-left: 0; }

figure {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 5px; }

figure:hover {
  opacity: 0.8; }

img {
  max-width: 100%;
  height: auto; }

#header .header-bot .showmobile {
  display: none; }

#header {
  height: 158px;
  -webkit-transition: .15s ease;
  -moz-transition: .15s ease;
  -ms-transition: .15s ease;
  -o-transition: .15s ease;
  transition: .15s ease;
  position: relative; }
  #header .yell {
    background: #00006a;
    height: 55px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1; }
  #header .header-top .l-h-t h4 {
    font-size: 17px;
    font-family: bold;
    margin-top: 50px;
    text-align: left;
    color: #00006a; }
  #header .header-top .l-h-t img {
    margin: auto;
    display: block;
    margin-top: 27px;
    height: 63px; }
  #header .header-top .r-h-t .item-l-h-t {
    display: inline-flex;
    margin-right: 35px;
    margin-top: 30px;
    float: right; }
    #header .header-top .r-h-t .item-l-h-t img {
      width: 28px;
      height: 28px;
      margin-right: 4px;
      transform: translateY(-4px); }
    #header .header-top .r-h-t .item-l-h-t:nth-child(1) img {
      width: 29px;
      height: 29px;
      margin-right: 10px;
      transform: translateY(-2px); }
    #header .header-top .r-h-t .item-l-h-t .des-l-h-t p {
      line-height: 7px; }
    #header .header-top .r-h-t .item-l-h-t .des-l-h-t p:nth-child(1) {
      font-family: normal;
      font-size: 14px;
      color: #ababab; }
    #header .header-top .r-h-t .item-l-h-t .des-l-h-t p:nth-child(2) {
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 600;
      font-size: 14px; }
  #header .header-bot {
    padding-left: 15px; }
    #header .header-bot .home {
      padding: 11px 28px 14px; }
    #header .header-bot .dropdown:hover &gt; .dropdown-menu {
      opacity: 1;
      visibility: visible;
      transition: 0.3s; }
    #header .header-bot .dropdown-menu.home.active {
      opacity: 1;
      visibility: visible; }
    #header .header-bot .dropdown-menu .tcvd h4 {
      font-family: normal;
      font-size: 15px;
      color: #ffc708;
      margin-bottom: 7px; }
    #header .header-bot .dropdown-menu .tcvd:hover h4 {
      color: black; }
    #header .header-bot .dropdown-menu .tcvd ::placeholder {
      color: #000;
      font-family: italic;
      font-size: 12px;
      line-height: 28px; }
    #header .header-bot .dropdown-menu .tcvd input[type=text] {
      border-radius: 0;
      border: 1px solid #000;
      padding: 0px 10px 5px;
      padding-left: 13px;
      height: 28px;
      color: #fff;
      width: 100%;
      background: white; }
    #header .header-bot .dropdown-menu .tcvd input[type=submit] {
      filter: none;
      position: absolute;
      border: none;
      background: url(../images/search2.png);
      background-repeat: no-repeat;
      width: 34px;
      background-size: 100% 100%;
      right: 1px;
      top: 1px;
      height: 26px; }
    #header .header-bot .dropdown-menu li a {
      text-transform: unset; }
      #header .header-bot .dropdown-menu li a img {
        margin-right: 12px;
        width: 22px;
        transform: translateY(-1px); }
    #header .header-bot ul {
      margin-top: 23px;
      display: inline-flex;
      text-align: center; }
      #header .header-bot ul li a {
        font-family: bold;
        font-size: 23px;
        color: #fff;
        margin: 0 4px;
        padding: 11px 20px 14px;
        text-transform: uppercase; }
        #header .header-bot ul li a i {
          margin-left: 10px;
          font-size: 16px;
          transform: translateY(-1px); }
        #header .header-bot ul li a.active {
          background: white;
          color: #00006a; }
        #header .header-bot ul li a:hover {
          background: white;
          color: #00006a; }
      #header .header-bot ul li .tcvd1 h4 {
        font-family: italic;
        font-size: 17px; }
      #header .header-bot ul li .tcvd1 form {
        margin-top: 6px; }
      #header .header-bot ul li .tcvd1 ::placeholder {
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 28px; }
      #header .header-bot ul li .tcvd1 input[type=text] {
        border-radius: 0;
        border: 1px solid #000;
        padding: 0px 10px 5px;
        padding-left: 12px;
        font-family: Arial, Helvetica, sans-serif;
        height: 28px;
        width: 100%;
        color: #fff;
        background: white; }
        #header .header-bot ul li .tcvd1 input[type=text]:hover {
          color: #000; }
      #header .header-bot ul li .tcvd1 input[type=submit] {
        filter: none;
        position: absolute;
        border: none;
        background: url(../images/search2.png);
        background-repeat: no-repeat;
        width: 34px;
        background-size: 100% 100%;
        right: 1px;
        top: 1px;
        height: 26px; }
      #header .header-bot ul li form {
        position: relative; }
        #header .header-bot ul li form ::placeholder {
          color: #fff;
          font-family: italic;
          font-size: 12px;
          line-height: 28px; }
        #header .header-bot ul li form input[type=text] {
          border-radius: 8px;
          border: 1px solid #fff;
          padding: 1px 10px 5px;
          padding-left: 13px;
          height: 29px;
          color: #fff;
          width: 100%;
          background: #00006a; }
        #header .header-bot ul li form input[type=submit] {
          position: absolute;
          border: none;
          border-left: 1px solid #fff;
          background: url(../images/search.png);
          background-repeat: no-repeat;
          width: 36px;
          background-position: 10px;
          right: -2px;
          top: 9px;
          height: 20px; }
      #header .header-bot ul .search {
        width: 210px;
        line-height: 32px;
        margin-left: 20px; }
    #header .header-bot .dropdown-menu {
      transition: 0.3s;
      top: 45px;
      display: block;
      padding: 0;
      margin-top: 0;
      border: none;
      border-radius: 0;
      width: 248px;
      left: 4px;
      background: rgba(0, 0, 0, 0.76);
      text-align: left;
      opacity: 0;
      visibility: hidden; }
      #header .header-bot .dropdown-menu li a {
        margin-right: 0;
        margin-left: 0;
        font-size: 15px;
        padding: 20px 12px 22px 22px;
        font-family: normal;
        color: #fff;
        border-bottom: 1.5px solid #ffffffbf; }
        #header .header-bot .dropdown-menu li a:hover {
          color: #000;
          font-size: 15px;
          font-family: normal;
          background: rgba(255, 255, 255, 0.81); }
      #header .header-bot .dropdown-menu li:last-child a {
        border-bottom: none; }
    #header .header-bot .showmobile {
      float: right;
      margin-right: 19px;
      margin-top: 27px;
      font-size: 24px;
      color: white; }

#header.white {
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background: white;
  -webkit-transition: .15s ease;
  -moz-transition: .15s ease;
  -ms-transition: .15s ease;
  -o-transition: .15s ease;
  transition: .15s ease;
  height: 55px; }
  #header.white .header-top {
    display: none; }
  #header.white .header-bot ul {
    margin-top: 8px; }
  #header.white .header-bot .dropdown-menu {
    top: 39px; }
  #header.white .header-bot ul li a {
    padding: 9px 28px 15px; }
  #header.white .header-bot ul .search {
    margin-left: 10px; }

.pushy-submenu .tcvd1 h4 {
  font-family: normal;
  font-size: 15px;
  color: #ffc708;
  margin-bottom: 7px; }
.pushy-submenu .tcvd1 form {
  position: relative;
  z-index: 99; }
.pushy-submenu .tcvd1 ::placeholder {
  color: #000;
  font-family: italic;
  font-size: 12px;
  line-height: 28px; }
.pushy-submenu .tcvd1 input[type=text] {
  border-radius: 0;
  border: 1px solid #000;
  padding: 0px 10px 5px;
  padding-left: 13px;
  height: 28px;
  width: 100%;
  background: white; }
  .pushy-submenu .tcvd1 input[type=text]:hover {
    color: #000; }
.pushy-submenu .tcvd1 input[type=submit] {
  filter: none;
  position: absolute;
  border: none;
  background: url(../images/search2.png);
  background-repeat: no-repeat;
  width: 34px;
  background-size: 100% 100%;
  right: 1px;
  top: 1px;
  height: 26px; }

#banner video {
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #00006a; }

#banner-about {
  background: url(../images/bg-about.jpg);
  background-position: 100% 100%;
  background-size: 100% 100%;
  min-height: 250px;
  position: relative; }
  #banner-about h1 {
    color: white;
    text-align: center;
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%); }

.breadcrumb {
  margin-bottom: 20px !important;
  margin-top: 15px;
  background-color: rgba(255, 255, 255, 0) !important; }
  .breadcrumb i {
    font-size: 14px;
    margin-right: 4px; }
  .breadcrumb a {
    color: #00006a;
    text-transform: uppercase;
    transition: all 200ms ease-in;
    font-family: bold; }
    .breadcrumb a.active {
      pointer-events: none;
      color: #000; }

#about-des .col-md-4 {
  float: right; }
#about-des .established-wrapper {
  margin-top: 10px;
  background: url(../images/bg-year.jpg) no-repeat center center;
  position: relative;
  z-index: -1;
  padding: 10px; }
  #about-des .established-wrapper .established {
    background: #fff;
    width: 200px;
    height: 280px;
    margin: auto;
    padding: 20px; }
    #about-des .established-wrapper .established .established-center {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
      #about-des .established-wrapper .established .established-center .year {
        font-size: 120px;
        font-weight: 700;
        margin-bottom: 13px;
        color: transparent;
        background: -webkit-linear-gradient(transparent, transparent), url(../images/bg-year.jpg) no-repeat;
        background-position: -32px -65px;
        background: -o-linear-gradient(transparent, transparent);
        -webkit-background-clip: text;
        line-height: 1; }
#about-des h2.pink {
  font-size: 24px;
  color: #00006a;
  margin-bottom: 15px; }
#about-des .des-a {
  color: #333333;
  font-size: 13px;
  font-family: normal; }
#about-des .list-fact {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  padding-top: 15px; }
  #about-des .list-fact .list-fact-item {
    width: 25%;
    color: #333;
    text-align: center;
    float: left;
    font-size: 16px; }
    #about-des .list-fact .list-fact-item .icon-large {
      width: 64px;
      height: 64px;
      margin: 0 auto;
      margin-bottom: 20px;
      border: 2px solid;
      position: relative;
      transition: all 0.15s ease-out;
      background: #fff;
      border-radius: 50%;
      border-color: #333; }
      #about-des .list-fact .list-fact-item .icon-large &gt; img {
        top: 0;
        right: 0;
        display: block;
        width: 60%;
        margin: 17.5% auto;
        height: 60%; }
      #about-des .list-fact .list-fact-item .icon-large:after {
        border-radius: 50%;
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 5px;
        border: 2px solid;
        border-color: transparent;
        transition: all 0.15s ease-out; }
    #about-des .list-fact .list-fact-item label.about {
      font-size: 25px !important;
      font-weight: bold;
      margin-bottom: 0px; }
  #about-des .list-fact p {
    text-transform: uppercase;
    font-size: 11px !important;
    color: #4c4c4c !important;
    font-weight: bold; }
#about-des .list-fact .icon-large:hover, #about-des .about-page .list-fact .icon-large:focus {
  border-color: transparent; }
#about-des .list-fact .icon-large:hover:after {
  width: 80%;
  height: 80%;
  border-color: #333;
  transition: all 0.25s ease-in;
  border-color: #333;
  border-radius: 50%; }

.vision-wrapper {
  color: #fff;
  margin-top: 20px;
  background: linear-gradient(rgba(106, 75, 144, 0.78), #f26422b0), url(../images/bg-fact2.jpg) center -40px;
  background-origin: content-box;
  background-clip: content-box;
  background-size: cover; }
  .vision-wrapper p {
    font-size: 14px;
    margin-bottom: 34px;
    padding: 0 80px; }
  .vision-wrapper .list-fact {
    margin-top: 30px;
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    padding-top: 15px; }
    .vision-wrapper .list-fact .list-fact-item {
      color: #fff;
      width: 33.3333333%;
      font-size: 16px;
      float: left;
      text-align: center; }
      .vision-wrapper .list-fact .list-fact-item h3 {
        margin-bottom: 10px;
        font-size: 24px; }
      .vision-wrapper .list-fact .list-fact-item &gt; p {
        text-transform: none;
        font-size: 14px;
        color: #ffffff;
        padding: 0 40px; }
      .vision-wrapper .list-fact .list-fact-item .icon-large {
        border-color: #e9e8e8;
        width: 128px;
        height: 128px;
        background: #fff;
        border-radius: 50%;
        margin: 0 auto;
        margin-bottom: 20px;
        border: 2px solid;
        position: relative;
        transition: all 0.15s ease-out; }
        .vision-wrapper .list-fact .list-fact-item .icon-large:after {
          content: ' ';
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          border-radius: 5px;
          border: 2px solid;
          border-color: transparent;
          transition: all 0.15s ease-out; }
        .vision-wrapper .list-fact .list-fact-item .icon-large &gt; img {
          width: 60%;
          height: 60%;
          top: 0;
          right: 0;
          margin: 17.5% auto;
          display: block; }
  .vision-wrapper .inner {
    padding: 40px 0;
    width: 100%;
    height: auto;
    max-width: 1170px;
    position: relative;
    margin: 0 auto; }
    .vision-wrapper .inner .white {
      color: #fff; }
    .vision-wrapper .inner .header {
      margin: 0 0 30px;
      font-size: 28px;
      padding-top: 0;
      font-weight: 700;
      font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
    .vision-wrapper .inner .oswald {
      -webkit-font-smoothing: antialiased; }

.quanlity-wrapper .inner {
  padding: 40px 0;
  width: 100%;
  height: auto;
  max-width: 1170px;
  position: relative;
  margin: 0 auto; }
  .quanlity-wrapper .inner .header {
    margin: 0 0 30px;
    font-size: 28px;
    font-weight: 700;
    padding-top: 0;
    font-family: normal; }
.quanlity-wrapper .img-box-shadow {
  margin-right: 40px;
  -webkit-box-shadow: 20px 20px 0px 0px #eee, 20px 20px 1px 1px #cdcccc;
  -moz-box-shadow: 20px 20px 0px 0px #eee, 20px 20px 1px 1px #cdcccc;
  box-shadow: 20px 20px 0px 0px #eee, 20px 20px 1px 1px #cdcccc; }
  .quanlity-wrapper .img-box-shadow &gt; img {
    width: 100%; }
.quanlity-wrapper .des {
  box-sizing: border-box;
  margin: 0px 0px 10px;
  color: #333333;
  font-size: 13px; }
  .quanlity-wrapper .des p {
    font-size: 14px; }
  .quanlity-wrapper .des b, .quanlity-wrapper .des strong {
    font-weight: 700; }

.subscribe-wrapper {
  height: 120px;
  margin-top: 20px;
  background: #2e4094 url(../images/background1.png) no-repeat center -42px; }
  .subscribe-wrapper .container {
    height: 100%; }
  .subscribe-wrapper .subscribe-form {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%; }
    .subscribe-wrapper .subscribe-form .form-control {
      font-size: 14px;
      height: 49px;
      background: rgba(255, 255, 255, 0.11);
      padding: 0 25px;
      color: #fff;
      width: 497px;
      position: relative;
      z-index: 2;
      float: left;
      margin-bottom: 0;
      border-radius: 3px;
      line-height: 1.42857143;
      box-shadow: none;
      border: 1px solid #fff;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
    .subscribe-wrapper .subscribe-form ::placeholder {
      color: white; }
    .subscribe-wrapper .subscribe-form label {
      font-weight: normal;
      font-size: 24px;
      color: #fff;
      display: inline-block;
      padding-right: 33px; }
    .subscribe-wrapper .subscribe-form .input-group {
      height: 49px;
      margin-bottom: -15px; }
    .subscribe-wrapper .subscribe-form &gt; section {
      display: table-cell;
      vertical-align: middle; }
      .subscribe-wrapper .subscribe-form &gt; section &gt; section {
        display: inline-block; }
    .subscribe-wrapper .subscribe-form form button[type=submit] {
      font-size: 18px;
      text-transform: uppercase;
      width: 123px;
      color: #2f2f2f;
      border-radius: 0 4px 4px 0px;
      background: #ddd;
      height: 49px;
      font-weight: 700;
      padding: 11px 10px;
      border: none;
      margin-left: -3px;
      z-index: 99;
      position: relative; }

#dstintuc .new-wrapper {
  margin: 5px 0 70px; }
#dstintuc .posts-content {
  width: 800px;
  padding-right: 40px;
  display: inline-block; }
  #dstintuc .posts-content .list-post-item:first-child {
    padding-top: 0; }
  #dstintuc .posts-content .list-post-item {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #000;
    clear: both; }
    #dstintuc .posts-content .list-post-item figure {
      width: 37.037037%;
      float: left; }
      #dstintuc .posts-content .list-post-item figure:hover img {
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }
      #dstintuc .posts-content .list-post-item figure a:hover .text-overlay {
        opacity: 1;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      #dstintuc .posts-content .list-post-item figure img {
        display: inline;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        transition: all 0.3s ease-out; }
      #dstintuc .posts-content .list-post-item figure a .text-overlay {
        opacity: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        height: 100%;
        position: absolute;
        text-decoration: none;
        width: 100%;
        z-index: 97;
        left: 0;
        top: 0;
        padding: 50px;
        background: rgba(38, 43, 47, 0.8);
        transition: all 0.4s; }
        #dstintuc .posts-content .list-post-item figure a .text-overlay .info {
          text-align: center;
          top: 50%;
          width: 100%;
          left: 0;
          position: absolute;
          margin-top: -12px; }
          #dstintuc .posts-content .list-post-item figure a .text-overlay .info span {
            padding: 12px 21px;
            font-size: 16px;
            font-weight: bold;
            color: #fff; }
    #dstintuc .posts-content .list-post-item .post-content {
      width: 60.49382716%;
      float: left;
      padding-left: 20px;
      margin-top: 0; }
      #dstintuc .posts-content .list-post-item .post-content p {
        font-size: 15px;
        margin: 15px 0;
        color: #0a0a0a;
        line-height: 1.7;
        font-family: normal; }
      #dstintuc .posts-content .list-post-item .post-content .meta {
        border-bottom: 1px solid #ececec;
        color: #666666;
        font-size: 11px;
        margin-right: 40px;
        font-weight: 700; }
        #dstintuc .posts-content .list-post-item .post-content .meta &gt; .date {
          display: inline-block;
          border-bottom: 2px solid #00006a;
          padding-bottom: 10px;
          margin-bottom: -1.5px;
          font-family: bold; }
      #dstintuc .posts-content .list-post-item .post-content .more {
        line-height: 1.2;
        display: inline-block;
        text-decoration: none;
        border-bottom: none;
        transition: all 0.75s ease;
        position: relative;
        margin: 0;
        color: #fff;
        background: #00006a;
        padding: 3px 10px 5px;
        border-radius: 5px; }
        #dstintuc .posts-content .list-post-item .post-content .more:hover {
          text-decoration: none;
          padding-left: 10px;
          color: #fff; }
      #dstintuc .posts-content .list-post-item .post-content .post-title {
        margin-top: -12px !important;
        text-transform: uppercase;
        font-size: 30px;
        margin-bottom: 7px;
        font-family: bold; }
        #dstintuc .posts-content .list-post-item .post-content .post-title a {
          color: #333;
          font-weight: bold;
          font-size: 16px;
          line-height: 1.2; }
          #dstintuc .posts-content .list-post-item .post-content .post-title a:hover {
            color: #00006a; }
#dstintuc .PagerControl {
  text-align: center;
  padding: 30px 5px; }
  #dstintuc .PagerControl a {
    background-color: #00006a;
    color: #fff;
    padding: 8px 12px;
    font-size: 15px;
    font-weight: bold; }
  #dstintuc .PagerControl .UnselectedNext {
    margin-left: 10px;
    padding: 1px 9px 3px; }
  #dstintuc .PagerControl .PagerResults {
    display: none; }
  #dstintuc .PagerControl .PagerNumberArea {
    display: inline-block; }
    #dstintuc .PagerControl .PagerNumberArea .SelectedPage {
      font-size: 15px;
      font-weight: bold;
      padding: 0 5px !important;
      border-bottom: 2px solid #00006a; }
    #dstintuc .PagerControl .PagerNumberArea .m-pager-text {
      float: left;
      margin-right: 10px; }
    #dstintuc .PagerControl .PagerNumberArea .UnselectedPage {
      color: #333 !important;
      background-color: #fff !important;
      border: none;
      padding: 0 5px !important; }
  #dstintuc .PagerControl .PagerNumberArea .SelectedPrev,
  #dstintuc .PagerControl .PagerNumberArea .SelectedNext {
    cursor: pointer;
    background-color: #00006a;
    color: #fff !important;
    padding: 1px 7px 3px;
    margin-right: 10px; }
#dstintuc .new-sidebar {
  margin-bottom: 40px; }
#dstintuc aside h3, #dstintuc aside h4, #dstintuc aside h5 {
  margin-top: 20px;
  margin-bottom: 15px; }
#dstintuc .tcvd {
  margin-top: 25px; }
  #dstintuc .tcvd &gt; img {
    width: 100%; }
  #dstintuc .tcvd .info-tc {
    display: flex;
    height: 55px;
    background: #ffd901; }
    #dstintuc .tcvd .info-tc p {
      width: 200px;
      font-weight: 600;
      font-size: 13px;
      line-height: 16px;
      margin-top: 2px; }
    #dstintuc .tcvd .info-tc a {
      height: 37px;
      background: #000;
      border: none;
      color: #ffd901;
      border-radius: 4px;
      padding: 0 10px;
      line-height: 34px;
      transform: translate(-6px, 8px); }
    #dstintuc .tcvd .info-tc form {
      line-height: 48px; }
    #dstintuc .tcvd .info-tc img {
      height: 36px;
      margin-top: 9px;
      margin-left: 12px;
      margin-right: 12px; }
    #dstintuc .tcvd .info-tc form {
      margin-top: 2px; }
      #dstintuc .tcvd .info-tc form input[type="text"] {
        height: 37px;
        border-radius: 4px;
        border: 1px solid silver;
        padding-left: 10px; }
      #dstintuc .tcvd .info-tc form input[type="submit"] {
        height: 37px;
        background: #000;
        border: none;
        color: #ffd901;
        border-radius: 4px;
        padding: 0 10px;
        line-height: 34px;
        transform: translate(-8px, 0px); }
#dstintuc aside .aside {
  width: 330px;
  border: 1px solid #000;
  padding: 25px;
  padding-bottom: 5px; }
  #dstintuc aside .aside section {
    margin-bottom: 30px; }
  #dstintuc aside .aside .search-form {
    position: relative; }
  #dstintuc aside .aside .form-control {
    border-radius: 0;
    box-shadow: none;
    padding: 0 15px;
    height: 40px; }
  #dstintuc aside .aside .form-control:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(147, 161, 187, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(147, 161, 187, 0.6);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    border-color: #00006a; }
  #dstintuc aside .aside .btn-search {
    position: absolute;
    top: 10px;
    right: 15px;
    font-weight: 700;
    color: #333; }
  #dstintuc aside .aside h3.pink {
    font-weight: bold;
    font-size: 16px;
    color: #00006a; }
  #dstintuc aside .aside .uppercase {
    text-transform: uppercase; }
  #dstintuc aside .aside .list-new-item:first-child {
    padding-top: 0; }
  #dstintuc aside .aside .list-new-item {
    clear: both;
    padding-top: 20px;
    position: relative; }
    #dstintuc aside .aside .list-new-item:hover .new-text h4 a {
      color: #00006a; }
    #dstintuc aside .aside .list-new-item .new-img {
      width: 115px;
      height: 75px;
      border: 1px solid #ececec; }
      #dstintuc aside .aside .list-new-item .new-img img {
        width: 100%;
        height: 100%; }
    #dstintuc aside .aside .list-new-item &gt; div {
      display: table-cell;
      vertical-align: top; }
    #dstintuc aside .aside .list-new-item &gt; div:not(:first-child) {
      padding-left: 15px; }
    #dstintuc aside .aside .list-new-item .new-text h4 {
      font-size: 14px;
      padding: 0px;
      margin: 0px;
      font-weight: bold;
      line-height: 20px; }
      #dstintuc aside .aside .list-new-item .new-text h4 a {
        color: #333;
        font-size: 14px;
        font-family: bold; }
  #dstintuc aside .aside .list-contact-item {
    float: none;
    width: auto;
    padding: 0;
    font-size: 14px; }
    #dstintuc aside .aside .list-contact-item address {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #ddd;
      font-style: normal;
      line-height: 1.42857143; }
    #dstintuc aside .aside .list-contact-item div {
      padding: 2px; }
    #dstintuc aside .aside .list-contact-item i {
      margin-right: 10px;
      font-size: 20px; }
    #dstintuc aside .aside .list-contact-item span {
      line-height: 20px; }
    #dstintuc aside .aside .list-contact-item .blue {
      color: #637fd1 !important; }
  #dstintuc aside .aside .search-form {
    position: relative; }
  #dstintuc aside .aside .current-position {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    text-align: center;
    background: #86073e;
    line-height: 40px;
    color: #fff;
    padding: 12px; }
    #dstintuc aside .aside .current-position i {
      font-size: 16px;
      transform: translateY(-11px);
      cursor: pointer; }

#detail h3.pink {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px; }
#detail .pink {
  color: #00006a !important; }
#detail ul.relation-b {
  list-style: none;
  padding: 0px 15px; }
  #detail ul.relation-b li {
    list-style: none;
    border-bottom: dotted 1px #bebebe; }
    #detail ul.relation-b li a {
      font-size: 15px;
      color: #000;
      padding: 5px 0px;
      display: inline-block; }
      #detail ul.relation-b li a:hover {
        color: #00006a; }
#detail .posts-content {
  width: 800px;
  display: inline-block; }
#detail .post-detail {
  padding-right: 30px; }
  #detail .post-detail .post-content {
    padding: 0;
    margin-top: 0; }
    #detail .post-detail .post-content .post-text {
      margin: 15px 0;
      color: #717171;
      line-height: 1.7; }
  #detail .post-detail .post-title {
    margin: 0 0 10px 0; }
    #detail .post-detail .post-title &gt; a {
      font-size: 24px;
      color: #333;
      font-weight: bold;
      line-height: 1.2;
      font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  #detail .post-detail .meta-style-2 {
    margin: 0 0 10px 0;
    padding: 10px 0 20px 0; }
  #detail .post-detail .meta {
    border-bottom: 1px dotted #a0a0a0;
    color: #666666;
    font-size: 13px;
    font-family: bold; }
#detail .new-sidebar {
  margin-bottom: 40px; }
#detail aside h3, #detail aside h4, #detail aside h5 {
  margin-top: 20px;
  margin-bottom: 15px; }
#detail aside {
  width: 330px;
  border: 1px solid #e3e3e3;
  padding: 25px; }
  #detail aside section {
    margin-bottom: 30px; }
  #detail aside .search-form {
    position: relative; }
  #detail aside .form-control {
    border-radius: 0;
    box-shadow: none;
    padding: 0 15px;
    height: 40px; }
  #detail aside .form-control:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(147, 161, 187, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(147, 161, 187, 0.6);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    border-color: #00006a; }
  #detail aside .btn-search {
    position: absolute;
    top: 10px;
    right: 15px;
    font-weight: 700;
    color: #333; }
  #detail aside h3.pink {
    font-weight: bold;
    font-size: 16px;
    color: #00006a; }
  #detail aside .uppercase {
    text-transform: uppercase; }
  #detail aside .list-new-item:first-child {
    padding-top: 0; }
  #detail aside .list-new-item {
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
    position: relative; }
    #detail aside .list-new-item:hover .new-text h4 a {
      color: #00006a; }
    #detail aside .list-new-item .new-img {
      width: 115px;
      height: 75px;
      border: 1px solid #ececec; }
      #detail aside .list-new-item .new-img img {
        width: 100%;
        height: 100%; }
    #detail aside .list-new-item &gt; div {
      display: table-cell;
      vertical-align: top; }
    #detail aside .list-new-item &gt; div:not(:first-child) {
      padding-left: 15px; }
    #detail aside .list-new-item .new-text h4 {
      font-size: 14px;
      padding: 0px;
      margin: 0px;
      font-weight: bold;
      line-height: 20px; }
      #detail aside .list-new-item .new-text h4 a {
        color: #333;
        font-size: 14px;
        font-family: bold; }
  #detail aside .list-contact-item {
    float: none;
    width: auto;
    padding: 0;
    font-size: 14px; }
    #detail aside .list-contact-item address {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #ddd;
      font-style: normal;
      line-height: 1.42857143; }
    #detail aside .list-contact-item div {
      padding: 2px; }
    #detail aside .list-contact-item i {
      margin-right: 10px;
      font-size: 20px; }
    #detail aside .list-contact-item span {
      line-height: 20px; }
    #detail aside .list-contact-item .blue {
      color: #637fd1 !important; }
  #detail aside .search-form {
    position: relative; }
  #detail aside .current-position {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    text-align: center;
    background: #00006a;
    line-height: 40px;
    color: #fff;
    padding: 12px; }
    #detail aside .current-position i {
      font-size: 16px;
      transform: translateY(-11px);
      cursor: pointer; }

#main #dichvu .dichvu {
  min-height: 450px; }
  #main #dichvu .dichvu .owl-theme .owl-controls {
    display: block;
    position: absolute;
    top: -22px;
    right: 23px; }
  #main #dichvu .dichvu .owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 18px;
    margin: 4px;
    padding: 0px 11px 3px;
    background: #00006a; }
  #main #dichvu .dichvu .sdichvu {
    padding: 0 17px; }
    #main #dichvu .dichvu .sdichvu .owl-stage-outer {
      padding-top: 15px; }
  #main #dichvu .dichvu h1.star {
    text-align: center;
    font-size: 25px;
    font-family: bold;
    color: #00006a;
    margin: 50px 0;
    text-transform: uppercase;
    position: relative; }
    #main #dichvu .dichvu h1.star:after {
      content: '';
      background: url(../images/star.png);
      background-position: 100% 100%;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      position: absolute;
      height: 15px;
      width: 104px;
      top: 51px;
      left: 50%;
      transform: translate(-50%, -50%); }
  #main #dichvu .dichvu .item-dv {
    overflow: hidden;
    padding: 10px; }
    #main #dichvu .dichvu .item-dv .img-dv {
      min-height: 165px;
      width: 100%;
      transition: 0.3s; }
      #main #dichvu .dichvu .item-dv .img-dv img {
        width: 100%; }
      #main #dichvu .dichvu .item-dv .img-dv h4 {
        font-family: bold;
        font-size: 19px;
        color: #fff;
        background: #00006a;
        height: 35px;
        line-height: 32px;
        width: 160px;
        text-align: center;
        margin: auto;
        transform: translateY(-18px); }
      #main #dichvu .dichvu .item-dv .img-dv:hover {
        overflow: hidden;
        transform: scale(1.2);
        transition: 0.3s; }
    #main #dichvu .dichvu .item-dv .item-ddv {
      border-left: 2px solid #00006a;
      text-align: left;
      padding: 12px 10px 20px;
      min-height: 280px; }
      #main #dichvu .dichvu .item-dv .item-ddv h4 {
        margin-bottom: 8px; }
        #main #dichvu .dichvu .item-dv .item-ddv h4 a {
          font-size: 20px;
          color: #000;
          font-family: bold; }
          #main #dichvu .dichvu .item-dv .item-ddv h4 a:hover {
            color: #fff; }
      #main #dichvu .dichvu .item-dv .item-ddv p {
        font-size: 18px;
        font-family: normal; }
      #main #dichvu .dichvu .item-dv .item-ddv &gt; a {
        color: white;
        background: #00006a;
        padding: 1px 7px 4px;
        border-radius: 4px; }
        #main #dichvu .dichvu .item-dv .item-ddv &gt; a:hover {
          color: #00006a;
          background: white;
          border: 1px solid #00006a; }
#main #vechungtoi h1.star {
  text-align: center;
  font-size: 25px;
  font-family: bold;
  color: #00006a;
  margin: 50px 0 75px;
  position: relative;
  text-transform: uppercase; }
  #main #vechungtoi h1.star:after {
    content: '';
    background: url(../images/star.png);
    background-position: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    height: 15px;
    width: 104px;
    top: 51px;
    left: 50%;
    transform: translate(-50%, -50%); }
#main #vechungtoi .vechungtoi {
  min-height: 730px;
  background: url(../images/map.png);
  background-position: 73% 100%;
  background-size: 57% 100%;
  background-repeat: no-repeat;
  margin-bottom: 70px; }
  #main #vechungtoi .vechungtoi .item-vctt {
    display: block; }
  #main #vechungtoi .vechungtoi .left-v {
    margin-top: 120px; }
  #main #vechungtoi .vechungtoi .right-v {
    margin-top: 120px; }
  #main #vechungtoi .vechungtoi .item-vct {
    display: flex;
    margin-bottom: 110px; }
    #main #vechungtoi .vechungtoi .item-vct img {
      width: 50px;
      height: 50px; }
    #main #vechungtoi .vechungtoi .item-vct .info-vct {
      margin-left: 30px; }
      #main #vechungtoi .vechungtoi .item-vct .info-vct p {
        font-family: bold;
        font-size: 24px;
        margin-bottom: 6px;
        margin-top: -5px; }
      #main #vechungtoi .vechungtoi .item-vct .info-vct p:nth-child(2) {
        font-family: normal;
        font-size: 14px; }
  #main #vechungtoi .vechungtoi .right-v .info-vct {
    width: calc(100% - 51px);
    margin-right: 30px; }
#main #khachhang {
  background: #e1e1e1;
  height: 230px; }
  #main #khachhang h1.star {
    text-align: center;
    font-size: 25px;
    font-family: bold;
    color: #00006a;
    margin: 22px 0 75px;
    position: relative; }
    #main #khachhang h1.star:after {
      content: '';
      background: url(../images/star.png);
      background-position: 100% 100%;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      position: absolute;
      height: 15px;
      width: 104px;
      top: 51px;
      left: 50%;
      transform: translate(-50%, -50%); }
  #main #khachhang .khachhang {
    text-align: center; }
  #main #khachhang .owl-controls {
    display: block; }
    #main #khachhang .owl-controls .owl-dots {
      display: none; }
    #main #khachhang .owl-controls .owl-nav {
      background: none;
      position: absolute;
      top: 11%;
      width: 100%; }
      #main #khachhang .owl-controls .owl-nav .owl-prev {
        background: none;
        position: absolute;
        left: -15px; }
        #main #khachhang .owl-controls .owl-nav .owl-prev i {
          color: black;
          font-size: 36px; }
      #main #khachhang .owl-controls .owl-nav .owl-next {
        position: absolute;
        right: -15px;
        background: none; }
        #main #khachhang .owl-controls .owl-nav .owl-next i {
          color: black;
          font-size: 36px; }
  #main #khachhang h1 {
    color: #00006a;
    font-size: 20px;
    font-family: bold;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 40px; }
  #main #khachhang .item img {
    height: 71px; }

footer {
  min-height: 440px;
  background: url(../images/bannerfoot.jpg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 100% 100%; }
  footer .footer .logo img {
    margin-top: 35px;
    margin-bottom: 20px; }
  footer .footer .logo .social {
    height: 68px;
    transform: translateY(-10px); }
    footer .footer .logo .social a {
      margin-right: 9px; }
  footer .footer .logo ul li {
    font-style: italic;
    font-size: 16px;
    color: #fff;
    font-family: italic;
    margin-bottom: 4px; }
  footer .footer .logo ul .dangky {
    margin-top: 38px; }
    footer .footer .logo ul .dangky form {
      display: inline-flex; }
      footer .footer .logo ul .dangky form ::placeholder {
        color: white; }
      footer .footer .logo ul .dangky form input[type=text] {
        padding: 0 10px 5px;
        height: 38px;
        width: 100%;
        background: #f68e19;
        border: none;
        color: white; }
      footer .footer .logo ul .dangky form input[type=submit] {
        height: 38px;
        background: #e8a860;
        border: none;
        font-family: normal;
        width: 60px; }
  footer .item-f img {
    margin-right: 15px;
    margin-bottom: 20px; }
  footer .item-f h2 {
    margin-top: 60px;
    margin-bottom: 0;
    font-size: 20px;
    color: #f68e19;
    font-family: bold; }
    footer .item-f h2 hr {
      margin-left: 1px;
      margin-top: 7px;
      width: 45px; }
  footer .item-f ul li {
    padding-left: 0px;
    position: relative;
    margin-bottom: 8px; }
    footer .item-f ul li a {
      font-size: 16px;
      color: #fff;
      font-family: normal; }
      footer .item-f ul li a:hover {
        color: #f68e19; }
    footer .item-f ul li i {
      font-size: 18px;
      width: 25px;
      position: absolute;
      left: 1px;
      top: 4px; }
  footer .bot-foot {
    height: 40px;
    background: #0804003d;
    margin-top: 26px; }
    footer .bot-foot p {
      color: #fff;
      line-height: 40px;
      font-family: normal;
      margin-bottom: 0;
      font-size: 14px; }

/*# sourceMappingURL=style.css.map */

footer {
    min-height: 315px;
}</pre></body></html>