/* public icon */
@import url(https://at.alicdn.com/t/c/font_4309255_4qgmepw8z6n.css);


body {
  /* font-family: auto; */
  font-family: arial;
  color: #342e28;
  background:url(../img/bg.png) no-repeat;
  background-size: 100% auto;
  background-position-y: bottom;
}

.iconfont {
  font-size: inherit;
  line-height: 1;
  -webkit-text-stroke-width: 0;
}

a:focus,
a:hover {
  text-decoration: none !important;
}

a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: none;
  color: #342e28;
}

a:hover {
  text-decoration: none;
  color: #003366;
}


button,
input {
  outline: none !important;
}

::-moz-placeholder {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc !important;
}

.clearfix:before,
.clearfix:after,
.wrapper:after,
.wrapper:before {
  content: "";
  display: table;
}

.clearfix:after,
.wrapper:after {
  clear: both;
  overflow: hidden;
}

.clearfix,
.wrapper {
  zoom: 1;
}

.btn-primary {
  background: #165a95;
}

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  padding: 0;
  margin: 0;
}
.top-div{

height: 7px;

background: #014cbe;
}
  .top-div a{
  
  display: block;
  
  position: absolute;
  
  z-index: 1;
  
  left: 0px;
  
  top: 0px;
  }
  .top-div .container{
      position: relative;
      margin: 0px auto;
  }
  .top-div a img{
      
height: 50px;
      
width: auto;
  }

  .vasi-free{background: url(../img/traval-bg.png) no-repeat;background-size: 100% auto;background-position-y: top;padding: 30px 0px   50px;background-color: #2db9eb;}
  .vasi-free-title{

margin: 0px auto  0px;

width: 500px;

font-size: 30px;

color: #005281;

background-color: #fff;

text-align: center;

border-radius: 30px;

padding: 10px 5px;

position: relative;
}
  .vasi-free-title::before{
    content: '';
    width: 10px;
    height: 10px;
    border-top: 10px #fff solid;
    border-left: 15px transparent solid;
    border-right: 15px transparent solid;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .vasi-free-list{

margin-top: 35px;
}
  .vasi-free-list li {

width: 33.33%;

float: left;

padding: 0px 5px;

}
  .vasi-free-list li a{

background-color: #fff;

display: block;

}
.vasi-free-list li a:hover{
  background-color: #015caa;
}
  .vasi-free-list li a img{
    height: 230px;
    object-fit: cover;
  }
  .vasi-free-list li a p{

font-size: 22px;

text-align: center;

margin-bottom: 0px;

padding: 13px 15px;

display: flex;

align-items: center;

justify-content: center;
}
.vasi-free-list li a:hover p{
  color: #fff
}
  .contai{
    width: 1118px;
    padding: 0px;
    margin: 0px auto;
}
.exit-entry{
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.latest-news{

}
.latest-news-title{

font-size: 34px;
}
.latest-news-list{

margin: 0px -15px -15px;
}
.latest-news-list li {
  
width: 50%;
  
float: left;
  
padding: 15px;
  
position: relative;
}
.latest-news-list li>div>img{

width: 50%;

float: left;

height: 237px;
object-fit: cover;
}
.latest-news-list li a {

width: 50%;

float: left;

display: block;

padding-left: 20px;

color: #141414;
}
.latest-news-list li a span.date{

font-size: 17px;
}
.latest-news-list li a p{

margin-top: 17px;

font-size: 24px;

height: 50%;

margin-top: 14px;

margin-top: 20px;
}
.latest-news-list li a img{

width: 25px;

position: absolute;

right: 15px;

bottom: 15px;
}
.applying{

padding-bottom: 50px;
}
.applying-left{
  
width: 30%;
  
float: left;
  
padding-right: 30px;
  
display: flex;
  
flex-wrap: wrap;
  
align-items: stretch;
  
position: relative;
}
.applying-left::before{
  content: '';
  width: 100%;
  height: 200px;
  background: url(../img/jt-bg.png) no-repeat;
  position: absolute;
  right: 30px;
  background-size: 80% auto;
  bottom: -130px;
  background-position-x: right;
}
.applying-left h4{

font-size: 38px;

line-height: 1.8;

text-transform: uppercase;

font-weight: bold;

position: relative;
}
.applying-left a{

/* background-color: #1fafdc; */

display: block;

/* font-size: 29px; */

/* padding: 3px 30px; */

/* border-radius: 30px; */

/* width: 90%; */

/* margin-top: 0px; */

/* height: 55px; */
}
.applying-left a img{
  
width: 30px;
  
float: right;
  
margin-top: 13px;
}
.applying-right{
  
width: 70%;
  
float: left;
}
.applying-latest{

padding: 50px;

position: relative;

margin-bottom: 50px;
}
.applying-latest::before{
  content: '';
  width: calc(((100% - 1500px) / 2) + 1500px);
  height: 80%;
  position:
  absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: 0px 50% 0px 0px;
  background: linear-gradient(100deg, #f4f2ec 40%, rgb(244 242 236 / 40%));
}
.applying .clearfix{
  /* display: flex; */
}

.exit-entry::before{
  content: '';
  width: calc(((100% - 1500px) / 2) + 1500px);
  height: 100%;
  position: absolute;
  right: -14px;
  bottom: 0px;
  z-index: -1;
  border-radius: 80px 0px 0px 0px;
  background: linear-gradient(90deg, #a2def0 70%, rgb(162 222 240 / 10%));
}