
.left {
  float: left;
}

.right {
  float: right;
}


.apply h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
  letter-spacing: 0.2px;
  color: #576C8A;
}

.apply h2 a {
  color: inherit;
}



.apply .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.apply img {
    max-width: 100%;
    height: auto;
}

* {
  padding: 0px;
  margin: 0px;
}

.apply a {
    text-decoration: none;
    color: #576C8A;
/*   color: #ffffff;	*/
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #E7E7E7;
  font-weight: 500;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #E7E7E7;
  font-weight: 500;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #E7E7E7;
  font-weight: 500;
}

.thumb-img.images-avata {
  border-radius: 50%;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #E7E7E7;
  font-weight: 500;
}

.apply select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  line-height: 20px;
  padding: 15px 16px;
  background: #fff url('../../images/select.svg') no-repeat;
  background-position-x: calc(100% - 16px);
  background-position-y: 46%;
  font-weight: 500;
  color: #576C8A;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.apply select:focus,
{
    border-color: #14D6CF;
}

.apply h1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #252525;
}

.apply div:after {
  content: '';
  display: block;
  clear: both;
}

.description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tab-title li.active a {
  font-weight: bold;
}

.lists img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.lists.radius-top img {
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
}

.lists.radius-top .detail img{
  width: 100%;
  height: 135px;
}

.mobile-service .more-right {
  display: inline-block;
  width: 100%;
  clear: both;
  margin: 20px 0 0 0;
}

.mobile-service .right {
  border-left: 1px solid #fff;
  padding: 0 0 0 10px;
}

.mobile-service .left a {
  color: #fff;
}


.apply {
  margin: 0px 0px 70px;
}

.apply .sub-tabs .subleft {
  width: 48.2%;
  background: rgba(255, 255, 255, 0.893229);
  box-shadow: 0px 10px 40px rgba(39, 52, 125, 0.12);
  -webkit-box-shadow: 0px 10px 40px rgba(39, 52, 125, 0.12);
  -moz-box-shadow: 0px 10px 40px rgba(39, 52, 125, 0.12);
  border-radius: 12px;
  min-height: 476px;
  line-height: 24px;
}

.apply .sub-tabs .subleft a img {
    width: 100%;
/*    height: 300px;  */
}

.apply .sub-tabs .subleft div.imgs img {
  border-radius: 12px 12px 0px 0px;
  width: 100%;
}

.apply .sub-tabs .subright {
  width: 48.2%;
}

.apply .sub-tabs .subright .items {
  margin-bottom: 25px;
  position: relative;
}

.subright .items {
  position: relative;
}

.subright .more-view {
  position: absolute;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  top: 50%;
  right: 23px;
  color: #576c8a;
}

.apply .sub-tabs .subright .items {
  background: rgba(255, 255, 255, 0.893229);
  box-shadow: 0px 10px 40px rgba(39, 52, 125, 0.12);
  -webkit-box-shadow: 0px 10px 40px rgba(39, 52, 125, 0.12);
  -moz-box-shadow: 0px 10px 40px rgba(39, 52, 125, 0.12);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.apply .sub-tabs .subright .items div.imgs {
  width: 47%;
  font-size: 0%;
  line-height: 0%;
}

.apply .sub-tabs .subright .items div.imgs img {
  border-radius: 12px 0 0px 12px;
  -webkit-border-radius: 12px 0 0px 12px;
  -moz-border-radius: 12px 0 0px 12px;
  width: 100%;
  height: 140px;
}

.apply .sub-tabs .subright .items .text {
  float: left;
  padding: 8px 12px 0 14px;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #252525;
  width: 53%;
}

.apply .sub-tabs .subright .items .text h3 {
  margin: 0 -30px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.apply .sub-tabs .subright .items .text h3 a {
  font-weight: bold;
  font-size: 20px;
  line-height: 57px;
  /* identical to box height, or 285% */
  color: #252525;
}

.apply .sub-tabs .subleft .intro h2 {
  width: 100%;
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 34px;
  line-height: 57px;
  color: #252525;
}

.apply .sub-tabs .subleft .intro h2 a {
  color: inherit;
}

.apply .sub-tabs .subleft .intro h2 a i {
  position: absolute;
  right: 0px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  top: 50%;
  color: #576c8a;
}

.apply .sub-tabs .subleft .intro {
  padding: 10px 20px 0px 30px;
}

.apply i {
  font-size: 18px;
  float: right;
}



@media only screen and (max-width: 1169px) {
  
  .apply .sub-tabs .subleft .intro h2 a {
    font-size: 24px;
  }

  .apply .sub-tabs .subright .items .text h3 a {
    font-size: 16px;
  }

  .apply .sub-tabs .subright .items .text {
    padding: 0 56px 10px 30px;
  }
  .mobile-service,
  .apply {
    margin: 0 0 30px;
  }

  .apply .sub-tabs .subleft .intro h2 a {
    line-height: 1.3;
    margin: 0 0 15px;
  }
  .apply .sub-tabs .subleft {
    min-height: auto;
  }
  .apply .sub-tabs .subleft .intro {
    padding-bottom: 20px;
  }

}

@media only screen and (max-width: 1023px) {

  .mobile-service {
    overflow: hidden;
  }
  .apply .sub-tabs .subleft .intro h2 a {
    font-size: 18px;
  }

  .navpage ul li a,
  .navpage ul li strong {
    padding: 0 10px;
    line-height: 30px;
    min-width: 30px;
  }
 
  .apply .sub-tabs .subright .items .text {
    position: relative;
  }
  .apply .sub-tabs .subleft {
    width: 100%;
    margin: 0 0 25px;
  }
  .apply .sub-tabs .subright {
    width: 100%;
  }
  .apply {
    margin: 0;
  }
  
}

@media only screen and (max-width: 767px) {
	
  .apply .sub-tabs .subright .items div.imgs,
  .apply .sub-tabs .subright .items .text {
    width: 100%;
  }
  .apply .sub-tabs .subright .items div.imgs img {
    border-radius: 12px 12px 0 0;
  }
  .apply .sub-tabs .subright .items .text {
    padding: 0 15px 20px;
  }
  .apply .sub-tabs .subleft .intro {
    padding: 10px 15px 20px;
  }

}

@media only screen and (min-width: 481px) and (max-width:600px) {
  #tab-internet-th ol.list-check {
    min-height: 194px;
  }
}

@media only screen and (max-width: 479px) {
  
  #select-accounts h2 {
    font-size: 16px;
  }
    .apply .sub-tabs .subright .items div.imgs,
    .apply .sub-tabs .subright .items .text {
        width: 100%;
    }
    .apply .sub-tabs .subright .items div.imgs img {
        border-radius: 12px 12px 0 0;
        -webkit-border-radius: 12px 12px 0 0;
        -moz-border-radius: 12px 12px 0 0;
    }
    .apply .sub-tabs .subright .items .text {
        padding: 0 35px 20px 20px;
    }

  .apply h1.left {
    float: none;
    margin: 0 0 10px;
  }
  .apply .tit .btabs {
    margin-left: 0;
  }
  
}


.clearfix {
  clear: both;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

@media (max-width: 767px) {

  .apply {
    margin-bottom: 30px;
  }
  .apply .sub-tabs .subright {
    width: 100%;
  }
  .apply .sub-tabs .subright .items {
    box-shadow: 0 1px 6px #ccd8db;
    width: 100%;
  }
  .apply .sub-tabs .subright .items:first-child {
    margin-left: 0px;
  }
  
	.apply .sub-tabs .subright .items {
		margin-left: 0px;
	}

	.apply .sub-tabs .subright .items div.imgs {
		width: 160px;
		float: left:
	}
	
	.apply .sub-tabs .subright .items div.imgs img {
		height: 87px;
		width: 160px;
	}
	
	.apply .sub-tabs .subright .items .text {
		position: absolute;
		margin-left: 147px;
		text-align: left;
		line-height: 14px;
	}
	
	
	.apply .sub-tabs .subright .items .text p {
		font-size: 12px;
		width: 177px;
		margin-bottom: 4px;
	}
	
	.apply .sub-tabs .subright .items .text span.date-time {
		text-transform: capitalize;
		font-size: 11px;
	}
	
	.apply .sub-tabs .subright .items .text p.description {
		font-size: 11px;
		width: 177px;
		margin-bottom: 2px;
	}
	
}
