* {
    margin: 0;
    padding: 0;
    -ms-word-wrap: break-word;
    word-break: break-word;
    font-family: OpenSans;
}

body {
  font-family: OpenSans;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}

a:link {
  text-decoration: none;
}

a, a:link, a:visited {
  outline: none;
  text-decoration: none;
}

a:focus, a:hover {
  text-decoration: none;
  color: #333;
}

a {
  color: #333;
  outline: none !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.wrap {
  background: #fff url(../images/dt.png) no-repeat right top;
}

.header {
    padding-top: 10px;
    min-height: 65px;
    background: #fff url(../images/dt_2.png) no-repeat right top;
    background-size: contain;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0,0,0,.3);
    -ms-box-shadow: 0 10px 25px 0 rgba(0,0,0,.3);
    box-shadow: 0 10px 25px 0 rgba(0,0,0,.3);
}

.header .logo-header {
  float: left;
  margin: 10px 0;
  line-height: 1;
}

.header .search {
  padding: 0;
  margin: 0 0 5px 0;
  float: right;
}

.header .search li {
  list-style: none;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.header .searchbar {
  position: relative;
  cursor: pointer;
}

.header .searchbar .togglesearch {
  background: #E8E8E4;
  position: absolute;
  top: 35px;
  right: 0;
  width: 325px;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-top: 4px solid #1E429A;
  z-index: 1001;
  display: none;
}

.header .searchbar .togglesearch:before {
  content: "";
  position: absolute;
  top: -13px;
  right: 2px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 0px solid transparent;
  border-bottom: 9px solid #1E429A;
}

.header .searchbar .togglesearch input[type="text"] {
  width: 200px;
  padding: 5px 10px;
  margin-left: 23px;
  border: 1px solid #1E429A;
  outline: none;
  line-height: normal;
}

.header .searchbar .togglesearch input[type="button"] {
  width: 80px;
  padding: 5px 0;
  background: #1E429A;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #1E429A;
  outline: none;
  cursor: pointer;
  line-height: normal;
}

.header .language {
  cursor: pointer;
}

    .header .language .togglelanguage {
        background: #E8E8E4;
        position: absolute;
        top: 35px;
        right: 30px;
        width: 120px;
        height: 60px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        border-top: 4px solid #1E429A;
        z-index: 1001;
        display: none;
        text-align: left;
        padding-left: 10px;
    }

.header .language .togglelanguage:before {
  content: "";
  position: absolute;
  top: -13px;
  right: 15px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 0px solid transparent;
  border-bottom: 9px solid #1E429A;
}

.header .ul-nav-header {
  float: right;
}

.header .ul-nav-header > li {
  float: left;
  position: relative;
  list-style: none;
}

.header .ul-nav-header > li a {
  color: #000;
  text-transform: uppercase;
  padding: 9px 20px;
  line-height: 18px;
  display: block;
  font-size: 15px;
  font-family: OpenSans;
  font-weight: 600;
}

.header .ul-nav-header > li a:hover {
  color: #1E429A;
}

.header .ul-nav-header > li:last-child > a {
  padding-right: 0;
}

.header .ul-nav-header > li ul {
  display: none;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  z-index: 100;
  list-style: none;
  border-top: 3px solid #1E429A;
}

footer {
  background: #ededed url(../images/dt.png) no-repeat left top;
}

.wrap-nav-body {
  margin-top: -30px;
  padding: 0;
  -webkit-box-shadow: 0px 6px 25px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 6px 25px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 6px 25px -10px rgba(0, 0, 0, 0.75);
  background: #fff;
  border-radius: 8px;
  z-index: 100;
}

.wrap-nav-body .ul-nav-body {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 5px 5px 0 5px;
}

.wrap-nav-body .ul-nav-body > li {
  float: left;
  position: relative;
  list-style: none;
  text-align: center;
  width: 14%;
}
    .wrap-nav-body .ul-nav-body > .col-2 {
        width: 28%;
    }
.wrap-nav-body .ul-nav-body > li .btn-search-body {
  font-family: OpenSansBold;
  font-size: 18px;
  background: #1E429A;
  color: #fff;
  border-radius: 16px;
  max-width: 160px;
  font-style: italic;
}

.wrap-nav-body .ul-nav-body > li > a {
  font-family: OpenSansBold;
  font-size: 14px;
  line-height: 16px;
  color: #3d3d3d;
  text-transform: uppercase;
  padding: 12px 20px;
  display: block;
  font-style: italic;
}

.wrap-nav-body .ul-nav-body > li > input, .wrap-nav-body .ul-nav-body > li > select {
/*  font-family: OpenSansBold;*/
  font-size: 14px;
  line-height: 16px;
  padding: 12px .75rem;
  display: block;
  outline: none;
  border: none;
  text-transform: uppercase;
  height: 40px;
  width: 100%;
  font-style: italic;
  color: #3d3d3d;
  opacity:0.8;
  font-weight:bold;
}

.wrap-nav-body .ul-nav-body > li > input::placeholder, .wrap-nav-body .ul-nav-body > li > select::placeholder {
  color: #3d3d3d;
}

.wrap-nav-body .nav-tabs li {
  width: 50%;
}

.wrap-nav-body .nav-tabs li.active > a {
  color: #fff;
  background: #1E429A url(../images/index_15.jpg) repeat center top;
  margin: 0;
  border: none;
}

.wrap-nav-body .nav-tabs li.active > a:focus, .wrap-nav-body .nav-tabs li.active > a:hover {
  color: #fff;
  background: #1E429A url(../images/index_15.jpg) repeat center top;
  margin: 0;
  border: none;
}

.wrap-nav-body .nav-tabs li a {
  border: none;
  text-align: center;
  color: #1E429A;
  font-size: 16px;
  font-family: OpenSansBold;
  background: #fff;
}

.tabs-service {
  border: none;
  margin-top: 30px;
  margin-bottom: 20px;
}

.tabs-service li {
  width: 25%;
  border: none;
}

.tabs-service li.active h3 {
  color: #fff;
  background: #1E429A url(../images/index_15.jpg) no-repeat center top;
  background-size: cover;
}

.tabs-service li a {
  padding: 0;
  border: none;
}

.tabs-service li a:hover h3 {
  color: #fff;
  background: #1E429A url(../images/index_15.jpg) no-repeat center top;
  background-size: cover;
}

.tabs-service li h3 {
  margin: 0;
}

.bg-spec {
  background: #1E429A url(../images/index_15.jpg) no-repeat center top;
  background-size: cover;
}

.new-st-item {
  background: #fff;
  transition: all 0.3s;
}

.new-st-item-text {
  padding: 3px 10px 10px;
}

.intro-video {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #255d9d url(../images/b3_07.jpg) no-repeat right top;
}

.intro-video .video-box-left-item {
  display: block;
  position: relative;
}

.intro-video .video-box-left-item img {
  width: 100%;
}

.intro-video .video-box-left-item h3 {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px 25px;
  font-size: 16px;
  margin: 0;
}

.intro-video .video-box-left-item svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.intro-video .video-box-left-item:hover svg path {
  fill: #C71122;
}

.cate-hover {
  position: relative;
  overflow: hidden;
}

.cate-hover:hover img {
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}

.cate-hover:hover .col-cate-item:before {
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.75);
}

.col-cate-item {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.col-cate-item img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.col-cate-item:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  transition: all 0.3s;
}

.text-cate-item {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
  z-index: 100;
  text-align: center;
  color: #fff;
  pointer-events: none;
}

.banner-new {
  position: relative;
  background: #fff url(../images/News_02.jpg) no-repeat center top;
  background-size: cover;
  height: 168px;
}

.banner-new .cat-info {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.banner-new .cat-info h2 {
  font-family: OpenSansExtraBold;
  font-size: 2em;
  letter-spacing: 3px;
}

.banner-new .cat-info p {
  font-family: OpenSansLight;
  font-size: 18px;
  letter-spacing: 5px;
}

.banner-new .cat-info img {
  height: 170px;
  object-fit: cover;
}

.list-flight thead tr {
  background: url(../images/index_15.jpg) repeat center top;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-family: OpenSansBold;
}

.list-flight thead tr th {
  text-align: center;
  padding: 15px 5px;
}

.list-flight tbody tr td {
    font-size: 13px;
    font-family: OpenSans;
    color: #3d3d3d;
    text-align: center;
    vertical-align: middle;
    border-top: none;
    font-weight: bold;
}

.author {
  font-size: 12px;
}

.author img {
  width: 40px !important;
  border-radius: 50px;
  float: left;
}

.author span {
  vertical-align: middle;
  line-height: 30px;
}

.author span b {
  font-family: OpenSansBold;
  color: #1E429A;
  text-transform: uppercase;
  position: relative;
}

.author span b:before {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  right: -3px;
  top: 6px;
  content: "";
  position: absolute;
}

.item-news-row {
  width: 100%;
  margin-bottom: 20px;
  float: left;
}

.item-news-row .img-news {
  width: 45%;
  float: left;
}

.item-news-row .txt-news {
  width: calc(55% - 15px);
  float: right;
}

.post-share {
  font-size: 12px;
  color: #1E429A;
  text-transform: uppercase;
  line-height: 30px;
  width: 30%;
  border-top: 1px solid #1E429A;
  font-family: OpenSansBold;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #3978b8;
}
.table-hover tr:nth-child(even) {
    background-color: #f5f5f5;
}
.table-hover tr {
    height:66px;
}
.scrollToTop {
    position: fixed;
    z-index: 99999;
    bottom: 50px;
    right: 10px;
    display: none;
    cursor: pointer;
}
    .scrollToTop img {
        width: 50px;
        height: 60px;
    }
.language img{
    height:15px;
}