
/*lienhe*/
.cp-top{
    margin-bottom: 20px;
}
.title-contact-form{
    margin: 0px 0px 30px;
    font-size: 16px;
    color: #0070bc;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}
.contact-form-inner{
    width: 100%;
}
.form-style input {
    width: 100%;
    float: left;
    height: 42px;
    background: none;
    border: none;
    border-bottom: 1px dotted #525252;
    padding: 10px 0;
    font-size: 15px;
    margin-bottom: 25px;
}
.form-style textarea {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px dotted #525252;
    padding: 10px 0;
    font-size: 15px;
    margin-bottom: 25px;
}
.form-style input[type="submit"] {
    border: none;
    background: #0070bc;
    color: #fff;
    width: 100px;
    margin: 0px auto 15px;
    float: initial;
    transition: all 0.3s;
    display: block;
    text-transform: uppercase;
}
.form-style input[type="submit"]:hover{
    background: #00bcd4;
}
.contact-page .des-content{
    font-size: 16px;
}
.contact-page .des-content p{
    margin-bottom: 15px;
    display: flex;
    gap: 0 16px;
}
.contact-page .des-content p img{
	width: 25px;
	height: 25px;
}
.cp-top a{
    color: #000;
}
.cp-top a:hover{
    color: #c4161c;
}
.map{
    margin-bottom: 40px;
}
@media(max-width: 767px){
    .contact-form-inner{
        padding: 0px;
    }
    .map{
        margin-bottom: 20px;
    }
    .title-contact-form{
        margin: 20px 0 15px;
    }
}
/*End lienhe*/

/*page-tuyen-sinh*/
.vixo-tt-ts .st1-title {
    color: #fff;
    font-size: 30px;
}
.vixo-tt-ts .st1-title:before {
    border-top: 4px solid #fff;
}
.vixo-ts, 
.vixo-ts-gt {
    padding-bottom: 30px;
}
.vixo-box-inner {
    padding: 0 40px;
}
.vixo-box-inner h3 {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
}
.vixo-box-inner h3 a {
    border-bottom: 3px solid #0070bc;
    color: #0070bc;
}
.vixo-box-inner ul {
    list-style: disc;
    color: #0070bc;
    margin: 15px 0 30px 18px;
}
.vixo-ts .no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.vixo-ts .no-gutter > [class^="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.vixo-ts .align-img-box {
  display: flex;
  flex-wrap: wrap;
  min-height: 340px;
}

.vixo-ts .align-img-box > [class^="col-"] {
  display: flex;
  align-items: stretch;
}
.vixo-ts .box-right, .vixo-ts .box-left {
  background-color: #eeebeb;
  padding: 32px 24px;
/*  width: 100%;*/
  height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vixo-ts .img-holder {
  width: 100%;
  height: 340px;
  overflow: hidden;
  display: flex;
}
.vixo-ts .img-holder img.img-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vixo-ts-btn {
    border: 2px solid #006fba;
    border-radius: 25px;
    padding: 7px 15px;
    color: #0070bc;
    display: inline-block;
}
@media (max-width: 575px) {
  .vixo-ts .align-img-box {
    flex-direction: column !important;
  }
  .vixo-ts .align-img-box > [class^="col-"] {
    width: 100% !important;
    max-width: 100% !important;
  }
  .vixo-ts .align-img-box .img-holder {
    order: 1 !important;
  }
  .vixo-ts .align-img-box .box-right,
  .vixo-ts .align-img-box .box-left {
    order: 2 !important;
  }
  .vixo-ts .align-img-box > [class^="col-"]:has(.img-holder) {
    order: 1 !important;
  }
  .vixo-ts .align-img-box > [class^="col-"].box-right,
  .vixo-ts .align-img-box > [class^="col-"].box-left {
    order: 2 !important;
  }
  .vixo-ts .img-holder,
  .vixo-ts .box-right,
  .vixo-ts .box-left {
    height: auto !important;
    min-height: 180px;
    padding: 20px 12px;
    background-color: #fff;
  }
  .vixo-tt-desc {
    min-height: 48px;
  }
}

.vixo-tt-ts {
    background-color: #0070bc;
    padding: 30px 0;
}
.vixo-tt-img {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.vixo-tt-desc {
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0;
    text-transform: uppercase;
    text-align: center;
}
.vixo-tt-desc a {
    color: #fff;
}
/*End page-tuyen-sinh*/