
#content {
  font-family: "RalewayRegular";
  line-height: 1.3;
  font-size: 18px;
  color: #000000;
}
.first-letter-drop::first-letter {
  font-size: 110px;
  float: left;
  line-height: 80px;
  font-family: CormorantRegular;
  text-indent: 0;
  margin-left: -10px;
  margin-right: 5px;
}
.section-11 .first-letter-drop::first-letter {
  color: #2AC4F4;
}
.text-general p.first-letter-drop{
  text-indent: 0;
}

.box-black-opacity{
  background: rgba(0, 0, 0, 0.80);
  color: #fff;
  padding: 30px;
  margin-top: 50px;
}

@media (min-width: 992px) {
  .title-section-banner-3{
    width: calc( 700 * var(--scaler1) );
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media(min-width: 575px) and (max-width:992px){
  .title-section-banner-3{
    width: calc( 200px + 500 * var(--scaler1) );
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.bg-ge{
  background-color: #00502f;
}
.text-ge{
  color: #fff;
  font-size:18px;
  font-family: "RalewayRegular";

}
.title-thoitrang{
  font-size:20px;
  text-transform: uppercase;
  font-family:"RalewayItalic";
  padding: 30px 0 20px 0;
}

@media (min-width:992px){
  .box-thoitrang{
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .box-thoitrang div{
    display: flex;
  }
  .box-thoitrang img{
    width: 100%;
  }
}
.m-auto{
  margin:auto;
}
@media (max-width: 1200px) {
  .mttop100{
    margin: 20px 0;
  }
}



.box-borderleft{
  background-color: #a7c9d8;
  padding-top: 100px;

}
.border-left{
  border-left: 5px solid #000;
  padding: 20px 0;
  padding-left:10px;
  margin: 30px;
  margin-bottom: 100px;
  font-family: "RalewayMedium";
  font-style: italic;

}

.text-general p{
  font-size: 18px;
  font-family: "CormorantRegular";
  margin-bottom: 10px;
  text-align: justify;
}
.text-general .heading{
  font-size: 20px;
  font-family: "RalewayBold";
  margin-bottom: 15px;
  text-align: justify;
}
.text-general .border-left{
  border-left: 5px solid #000;
  font-family: "RalewayMedium";
  font-size: 18px;
  padding: 15px 0 15px 15px;
  margin-bottom: 15px;
}


@media (min-width:575px){
  .bannermb{
    display:none;
  }
}
@media (max-width:575px){
  .bannerpc{
    display:none;
  }
}
.text-box-new{
  font-size:20px;
  line-height: 1.2;
  font-family: RalewayRegular;
  text-transform: uppercase;
}

.box-text-new-2{
  background-color: #AE5800;
  font-size:18px;
  font-family: Raleway;
  font-weight: 300;
  text-indent: 15px;
  color: #fff;
  padding: 30px;
}

.bg-tim{
  margin-top: 150px;
  background-color: #131938;
  color: #fff;
}
.bg-tim-img{
  margin-top: -100px;
}
.textborderleft{
  border-left: 10px solid #fff;
  font-family: Raleway;
  font-weight: 300;
  font-size: 20px;
  padding-left: 10px;
  font-style: italic;
  margin: 20px 0;
}

.title-question{
  display: grid;
  grid-template-columns: 50px calc(100% - 50px );
  color: #0B508F;
  font-family: CormorantBold;
  font-weight: 700;
  font-style: italic;
  line-height: 1.3;
  text-indent: 0;
  min-height: 38px;
  display: flex;
  align-items: center;
}
.title-question-prev {
  display: grid;
  grid-template-columns: calc(100% - 50px ) 50px ;
  color: #0B508F;
  font-family: CormorantBold;
  font-weight: 700;
  font-style: italic;
  line-height: 1.3;
  text-indent: 0;
  min-height: 38px;
  display: flex;
  align-items: center;
}
.title-question img{
  position: relative;
  margin-left: -20px;
  right: -10px;
}
.box-green{
  background: #51642C;
  border-radius: 50px;
  color: #FFF;
}
.title-question .title-question-main{
  background: #E79E24;
  border-top-right-radius: 30px;
  color: #FFF;
  line-height: 1;
  padding: 10px 20px;
  font-size: 16px;
  padding-left: 30px;
}
.title-question-prev .title-question-main{
  background: #E79E24;
  border-top-left-radius: 30px;
  border-top-right-radius: 0;
  color: #FFF;
  line-height: 1;
  padding: 10px 20px;
  font-size: 16px;
  padding-right: 30px;
}
.title-question-2{
  color: #41BA7C;
  font-family: Cormorant;
  font-style: italic;
  line-height: 1.3;
}
.text-content-grid{
  padding-top: 20px;
  display: grid;
  grid-template-columns: 45px calc(100% - 45px );
  gap: 10px;
}
.box-back .text-content-grid{
  grid-template-columns: calc(100% - 45px ) 45px ;
}
.box-back .title-question{
  justify-content: end;
}
.box-back .text-content-grid img{
  background-color: #fff;
  border-radius: 50%;
}
.text-general .title-child{
    font-size: 40px;
    font-family: 'Big';
    line-height: 1.2;
    margin-bottom: 10px;
    text-indent: 0;
    text-align: center;
}


.border-left-address{
  margin-top: 30px;
  border-left: 3px solid #000;
  font-size: 18px;
  padding-left: 20px;
}
.border-left-address p{
  font-family: 'RalewayRegular';
  margin-bottom: 10px;
}
.border-left-address p strong{
  font-family: 'RalewayBold';
}
.bg-grey{
  background-color: #414142;
  color: #fff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.box-grey{
  margin-left: auto;
  max-width: 540px;
}
.box-grey .box-grey-title{
  font-size:42px;
  font-family: NotoLight;
}
.box-grey .box-grey-item{
  display: flex;
  padding-bottom: 40px;
}
.box-grey .box-grey-item-stt{
  font-size:94px;
  font-family: NotoLight;
  line-height: 1;
}
.box-grey .box-grey-item-content{
  font-size:16px;
  font-family: RalewayRegular;
  line-height: 1.5;
}
.box-border p{
  text-indent: 15px;
}
.box-border{
  border: 1px solid #F49250;
  border-radius: 30px;
  padding: 30px;
}
.section-4 .box-border{
  border: none;
}
.ca-1{
    margin-bottom: -250px;
    position: relative;
}
.box-border-2{
  
}
.box-blue-2{
  margin-top: 20px;
  background: #131938;
  color: #FFF;
  padding: 200px 50px;
  border-radius: 20px;
  font-family: RalewaySemiBold;
  font-size: 16px;
  text-align: justify;
  position: relative;
}
.box-blue-2::before{
  position: absolute;
  content: "";
  display: block;;
  border: 1px solid #F49250;
  border-radius: 30px;
  padding: 30px;
  width: 100%;
  height: 100%;
  left: -20px;
  top: -20px;
  z-index: -1;
}
@media(max-width:1200px){
  .box-blue-2{
    padding: 90px 50px;
  }
}
@media(min-width:1800px){
  .ca-2{
    margin-top: -384px;
    position: relative;
    margin-left: 0px;
    z-index: 1;
  }
}
@media(min-width:1200px) and (max-width:1800px){
  .col-one{
    margin-top: -100px;
  }
  .col-two{
    margin-top: -200px;
  }
  
  .ca-2{
    margin-top: -350px;
    position: relative;
    margin-left: -100px;
    z-index: 1;
  }
}
@media(min-width:1200px) and (max-width:1450px){
  .ca-2{
    margin-top: -306px;
    position: relative;
    margin-left: -76px;
    z-index: 1;
  }
}
@media(min-width:992px) and (max-width:1200px){
  .ca-1{
    margin-bottom: -250px;
    position: relative;
  }
  .ca-2{
    margin-top: -270px;
    position: relative;
    margin-left: -100px;
  }
  .col-one{
    margin-top: -50px;
  }
  .col-two{
    margin-top: -150px;
  }
}
@media(min-width: 992px){
  .img-16-1{
    margin-top: -350px;
  }
  .img-bottom-3{
    margin: auto;
    padding: 0 50px;
    margin-top: -100px;

  }
}
@media(max-width:992px){
  .bg-red .text-general{
    padding: 20px;
  }
  .ca-1{
    display: none;
  }
  .ca-2{
    display: none;
  }
}

/* update */
.text-banner{
  text-align: center;
}
.text-banner .text-banner-1{
  font-size:64px;
  font-family:RalewayLight;
  line-height: 1;
}
.text-banner .text-width{
  width: max-content;
}
.text-banner .text-banner-2{
  font-size:120px;
  font-family:NotoRegular;
  line-height: 1;
}
.text-banner .text-banner-3{
  font-size:96px;
  font-family:NotoItalic;
  line-height: 1;
}
.author {
  font-family: RalewaySemiBold;
}
.author span{
  font-style: italic;
  font-family: RalewayRegular;
  text-transform: uppercase;

}
@media(max-width:992px){
  .text-banner .text-banner-2{
    font-size:24px;
  }
  .text-banner .text-banner-3{
    font-size:40px;
  }
}
.text-banner-sub{
  font-size:18px;
  font-family: RalewayRegular;
  position: relative;
  padding-top: 20px;
  text-transform: uppercase;
  text-align: justify;
  line-height: 1.2;
}
/* .text-banner-sub::before{
  content: " ";
  display: block;
  height: 10px;
  background-color: #FE9E01;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 10px;
  width: 200px;
} */
.box-border-left{
  margin-top: 20px;
  background-color: #FBE1AE;
  padding: 30px;
}
.box-border-left-text{
  text-align: justify;
  font-size: 20px;
  font-family: 'RalewayItalic';
  border-left: 10px solid #000 ;
  padding-left: 15px;
}
.text-general {
  font-family: CormorantRegular;
  font-size: 18px;
  line-height: 21.8px;
  text-align: justify;
  text-indent: 10px;
}
.text-general p{
  margin-bottom: 15px;
}

.box-text-left{
  color: #fff;
  border-left: 10px solid #C5725B;
  font-size: 20px;
  font-family: 'RalewayRegular';
  padding-left: 30px;
  text-align: justify;
}

@media(min-width:992px){
  .mtlg10{
    margin-top: -30px;
  }
}
.section-1 {
}

.section-5 {
  background-image: url(../images/v13/td13.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: auto;
  display: flex;
}
.text-general p.title-com{
  font-size:22px;
  font-family: "CormorantSemiBold";
  text-indent: 0;
}
.text-border-top{
  font-size: 18px;
  font-family: 'RalewaySemiBold';
  position: relative;
  text-transform: uppercase;
}
.text-border-top::before{
  content:"";
  display: block;
  top: 0;
  left: 0;
  margin-bottom: 10px;
  height: 10px;
  width: 50%;
  background-color: #000;
}
@media(min-width:1200px){
  .col-xl-auto{
    max-width: 580px;
  }
}

.mb-auto{
  margin-bottom: auto;
}

.text-border-left{
  color: #000;
  font-size: 18px;
  font-family: 'RalewaySemiBoldItalic';
  font-style: italic;
  text-align: justify;
  border-left: 10px solid #318E3E;
  padding-left: 15px;
  margin: 15px 0;
  max-width: 100%;
  line-height: 1.2;
}
@media(min-width:992px){
  
}
.background-red{
  background: url('../images/v15/td21.jpg');
  background-size: cover;
  padding-top: 50px;
}
.box-white{
  padding: 30px;
  background: #FFF;
  padding-top: 100px;
  padding-bottom: 30px;
  
}
.box-color{
  background-color: #E1B877;
  color: #fff;
  padding: 25px;

}
.box-address p.title{
  font-size:18px;
  font-family: 'RalewayBold';
  margin-bottom: 0;

}
.box-address{
  background: #286C87;
  padding: 30px 20px;
  color: #fff;
  
}
.box-address p{
  font-size:18px;
  font-family: 'Raleway';
  margin-bottom: 0;
  
}
.box-gray{
  background-color: #D9D9D9;
  padding: 30px 40px;
  font-size: 18px;
  line-height: 1.2;
  font-family: RalewayRegular;
  text-align: justify;
  text-indent: 15px;
  margin: auto -50px;
}
.box-brown{
  background-color: #473B3D;
  padding: 60px 40px;
  font-size: 18px;
  line-height: 1.2;
  font-family: RalewayRegular;
  text-align: justify;
  text-indent: 15px;
  color: #fff;
}
@media(min-width:992px){
  .img-left{
    margin-left: calc( -300 * var(--scaler1) );
    margin-left: -300px;
  }
  .box-white{
    clip-path: polygon(90% 0, 100% 3%, 100% 100%, 0 100%, 0 0);
  }
}

.section-18{
  position: relative;
}
.text-general .text-title{
  font-size: 18px;
  line-height:1.2;
  text-indent: 0;
  font-family: RalewayBold;
  padding-bottom: 15px;
}

@media(min-width:1200px){
  .box-bottom{
    margin-top: -450px;
  
  }
  .col-auto{
    max-width: 540px;
  }
}
@media(min-width:992px){
  .content-banner{
    margin-right: -100px;
  }
  .mt100{
    margin-top: -115px;
  }
  .mtlg200{
    margin-top: -300px;
  }
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.img-bot{
  position: relative;
}
.text-sub{
  font-family: RalewaySemiBold;
  font-size: 18px;
  text-align: justify;
  padding-top: 10px;
  font-style: italic;
}
@media(max-width:768px){
  .img-bot .text-sub{
    position: relative;
    color: #000;
    right: 0;
    bottom: 0;
    left: 50%;
    padding-top: 30px;
    transform: translateX(-50%);
  }
}
@media(min-width:1200px){
  .col-lg-auto{
    max-width: 580px;
  }
  .img-bot{
    margin-top: -300px;
    position: relative;
    z-index: -1;
  }
}
@media(min-width:992px) and (max-width:1200px){
  .text-banner .text-banner-1{
    font-size: 50px;
  }
  .text-banner .text-banner-2{
    font-size: 100px;
  }
}
@media(min-width:992px){
  .mtlg50{
    margin-top: -100px;
  }
}
@media(min-width:1200px){

  .mtxl20{
    margin-top: -20px;
  }
  .mtlg100{
    margin-top: -200px;
  }
}
.border-top{
 position: relative;
 padding-top: 10px;
 padding-bottom: 0;
 margin-bottom: 0;
}
.border-top::before{
  margin-bottom: 10px;
  content:"";
  display: block;
  width: 100px;
  height: 10px;
  background-color: #fff;
  left: 0;
}
.img-fit{
  position: relative;
}
.img-fit::before{
  content: "";
  display: block;
  padding-top: 72%;
}
.img-fit img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-border-orange{
  background: #E79E24;
  color: #FFF;
}
.box-border-orange .title-question .title-question-main{
  background: #FFF;
  color: #E79E24;
}
.box-border-orange .text-content-grid img,.box-green .text-content-grid img{
  background: #FFF;
  border-radius: 50%;
}
.text-header{
  font-size: 14px;
  text-align: center;
  font-family: RalewaySemiBold;
}
.text-title-banner{
  padding-top: 50px;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 40px;
}
.text-title-banner .text-1{
  font-family: Noto;
  font-size: 36px;
}
.text-title-banner .text-2{
  font-family: NotoSemiBold;
  font-size: 64px;
  color: #C94D1F;
}
.text-title-banner .text-3{
  font-family: NotoItalic;
  font-size: 40px;
}
.text-general p.title-child-custom{
  font-size: 18px;
  font-family: RalewaySemiBold;
  line-height: 1.3;
}
.box-red{
  background-color: #CE2127;
  color: #Fff;
  font-family:RalewaySemiBold;
  font-size: 18px;
  padding: 10px;
  line-height: 1.2;
  text-align: justify;
}

.text-custom{
  margin: 30px 0;
  padding: 50px 0;
  background: url(../images/v13/vh28.jpg) center center/ contain no-repeat;
  font-size: 40px;
  text-align: center;
}
.box-img-2{
  background: url(../images/v12/vh26.jpg) center center / cover no-repeat;
  color: #Fff;
  font-size: 18px;
  font-family: RalewaySemiBold;
  line-height: 1.2;
  text-align: justify;
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
.box-img-2 p,.box-img-3 p{
  max-width: 70%;
}
.box-img-3{
  background: url(../images/v12/vh32.jpg) center center / cover no-repeat;
  color: #000;
  font-size: 18px;
  font-family: RalewaySemiBold;
  line-height: 1.2;
  text-align: justify;
  display: flex;
  justify-content: center;
  min-height: 500px;
  align-items: center;
}
@media(min-width:1200px){
  .col-xl-auto{
    max-width: 540px;
  }
  .box-img{
    margin-top: -100px;
  }
  .box-img{
    min-height: 1205px;
  }
}
@media(min-width:992px){
  .box-red .img{
    margin-top: -200px;
  }
  .mrlg100{
    margin-right: -100px;
  }
  .list-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  .box-img{
    padding-top: 50px;
    background: url(../images/v12/vh21.jpg) center center / cover no-repeat;
  }
 
}
@media(min-width:992px) and (max-width:1200px){
  .box-img{
    min-height: 1800px;
  }
}

@media(max-width:768px){
  .box-red .img{
    margin-top: -100px;
  }
  .text-title-banner .text-1{
    font-size: 20px;
  }
  .text-title-banner .text-2{
    font-size: 30px;
  }
  .text-title-banner .text-3{
    font-size: 20px;
  }
}
.text-grid{
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 10px;
}
.text-grid .text{
  color: #F5B12C;
  line-height: 1.1;
  text-align: justify;
  font-style: italic;
  font-family: RalewaySemiBold;
}
.section-5 .text-1{
  text-align: center;
  font-size: 90px;
  font-family: RalewayLight;
  color:#E88483;
  line-height: 1.1;
}
.section-5 .text-2{
  font-size: 43px;
  font-family: RalewayBold;
  line-height: 1.1;
  text-align: center;
}
.section-5 .text-3{
  font-size: 64px;
  font-family: RalewayBold;
  line-height: 1.1;
  text-align: center;
}
.section-5 .author{
  text-align: end;
}
.section-5 .author span{
  text-transform: unset;
  font-size: 16px;
}
.text-title h3{
  color: #38AE92;
  font-size: 36px;
  font-family: RalewayBlack;
  line-height: 1.1;
}
.text-title h4{
  color: #000;
  font-size: 32px;
  text-align: center;
  font-family: RalewayBold;
  line-height: 1.1;
}
.box-pink{
  background-color: #E88483;
  font-family: RalewaySemiBold;
  color: #fff;
  font-style: italic;
  width: 100%;
  display: flex;
  align-items: center;
}
.box-pink .content{
  max-width: 500px;
  text-align: justify;
  margin: auto;
}
.section-7{
  background-image: url(../images/v15/td12.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
@media(min-width:992px){
  .mtlg80{
    margin-top: -60px;
  }
}
.text-sub-img{
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
}
@media(max-width:1200px){
  .section-5 .text-1{
    font-size: 80px;
  }
  .section-5 .text-2{
    font-size: 33px;
  }
  .section-5 .text-3{
    font-size: 44px;
  }
}
.section-11 .text-general p.title-child{
  color: #0A502D;
  text-align: left;
  font-family: RalewayBold;
  font-size: 16px;
  padding-top: 20px;
}
.text-general p span{
  font-family: CormorantBold;
  font-size: 20px;
  font-style: normal;
}
.text-tieudiem{
  padding-top: 30px;
  padding-bottom: 20px;
  color: #00A0DC;
  text-align: center;
  font-family: 'LeagueSpartan';
}
.text-tieudiem h3{
  font-size: 32px;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 0;
}
.text-tieudiem h4{
  font-size: 60px;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 0;
}
.box-content{
  text-align: justify;
}
@media(max-width:420px){
  .img-right{
    margin-left: -10px;
  }
}
@media(min-width:1200px){
  .section-3 .col-xl-auto{
    max-width: 430px;
  }
  .container-xl{
    max-width: 100%;
    width: 100%;
  }
}
@media(max-width:992px){
  .pl-55{
    padding-left: 55px;
    padding-right: 25px;
  } 
  .box-white{
    clip-path: polygon(90% 0, 100% 1%, 100% 100%, 0 100%, 0 0);
  }
}
.text-general-2 p{
  text-align: justify;
}
.box-blue{
  color: #000;
  text-decoration: solid;
  font-size: 18px;
  font-family: RalewaySemiBold;
  line-height: 1.2;
  text-align: justify;
  font-style: italic;
}
.box-blue p{
  background: #FFF;
  padding: 5px 0;
  padding-right: 20px;
  padding-left: 10px;
}
@media(min-width:1200px){
  .box-custom{
    background-color: #FFF7E5;
    position: relative;
    padding-right: 50px
  }
  .image-custom{
    margin-top: -400px;
  }
  .img-box{
    position: relative;
  }
}
.box-img-relative{
  position: relative;
}
  .box-img-relative .text-sub-img{
      position: absolute;
      bottom: 10px;
      font-size: 14px;
      text-align: center;
      font-family: RalewayRegular;
      padding: 0 20px;
      color: #fff;
  }
.background-img-1{
  background-image: url(../images/v14/td24.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0;
}
.background-img-2{
  background-color: #DCE9C7;
  background-image: url(../images/v14/td27.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0;
}
.section-13 .text-sub-img{
  color: #000;
  font-family: RalewaySemiBold;
  font-size: 12px;
  max-width: 500px;
  margin: auto;
}
.text-general h4{
  color: #FDCE07;
  font-family: 'Big';
  font-size: 42px;
  line-height: 1;
}
.text-general h5{
  color: #FDCE07;
  font-family: 'Big';
  font-size: 77px;
  line-height: 1;
}

.text-profile{
  font-family: RalewayBold;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  text-indent: 10px;
}
.text-profile strong{
  color: #FFD900;
}
.text-profile li{
  list-style: none;
  text-indent: 0;
  margin-left: 30px;
}
.text-profile li::before{
  content: "•";
  color: #fff;
  font-size: 20px;
  display: inline-block;
  width: 10px;
  margin-left: -15px;
}
.box-profile{
  border: 7px solid #FFD900;
  padding: 20px;
}
.section-16 .text-general h4, .section-16 .text-general h5{
  color: #000;
}
.text-box{
  width: 100%;
  max-width: 500px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 30px 60px;
  font-size: 18px;
  font-family: RalewaySemiBold;
  text-align: justify;
  font-style: italic;
  margin: auto;
  z-index: 1;
}
@media(min-width:992px){
  .box-profile-img{
    margin-top: -70px;
  }
 .box-custom-2{
    position: relative;
 }
 .text-box{
    position: absolute;
    top: 100px;
    left: calc(50% - 500px);
 }
}
@media(max-width:1200px){
  .section-16 .text-general h4{
    font-size: 40px;
  }
   .section-16 .text-general h5{
    font-size: 50px;
  }
}
@media(max-width:992px){
  .text-general h4{
    font-size: 30px;
  }
  .text-general h5{
    font-size: 50px;
  }
}
@media(min-width:1200px){
  .p-custom{
    margin-right: -200px;
    width: 150%;
    position: relative;
  }
  .img-custom-right{
    margin-right: -200px;
  }
}
@media(max-width:575px){
  .section-16 .text-general h4{
    font-size: 30px;
  }
  .section-16 .text-general h5{
    font-size: 40px;
  }
}
.text-title{
  color: #2AC4F4;
  text-indent: 0;
  font-family: RalewayBold;
  font-size: 48px;
  padding-bottom: 20px;
}
.title-child-2{
  font-family: RalewaySemiBold;
  padding-bottom: 15px;
  font-size: 18px;
  font-style: italic;
}

@media(max-width:992px){
  .background-vcb{
    background: url(../images/v14/td38.jpg) center / cover no-repeat;
    color: #fff;
  }
  .text-title{
    font-size: 22px;
  }
  .box-blue{
    font-size: 18px;
    font-family: RalewaySemiBold;
    line-height: 1.2;
    text-align: justify;
    padding: 40px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 100%;
    max-width: max-content;
    font-style: italic  ;
  }
}
.section-bs-1{
  background: url(../images/v15/td16.jpg) center / cover no-repeat;
  color: #FFF;
}
.section-bs-1 .row{
  padding: 50px 0;
  background: #072F55;
}
.section-bs-3 .text-title{
  padding-top: 30px;

}
@media(min-width:992px){
  .section-bs-3 .text-title{
    background-color: #FFF;
    margin-top: -153px;
    width: max-content;
    padding-right: 50px;
    padding-left: 20px;
    padding-top: 10px;

  }
  .box-blue{
    font-size: 18px;
    font-family: RalewaySemiBold;
    line-height: 1.2;
    text-align: justify;
    padding: 40px;
    position: absolute;
    bottom: 100px;
    left: calc(50% - 470px);
    width: 100%;
    max-width: max-content;
    font-style: italic  ;
  }
}
@media(max-width:575px){
  .box-img-relative .text-sub-img{
    font-size: 10px;
  }
  .box-blue{
    position: relative;
    left: 0;
    padding: 0;
    bottom: 0;
  }
}
.box-green-custom{
  background: #38AE92;
  color: #FFF;
  font-size: 18px;
  font-family: RalewayBoldItalic;
  text-align: justify;
  padding: 30px;
  margin-top: 30px;
}
.text-position{
  padding-top: 20px;
  text-align: justify;
  font-family: RalewaySemiBoldItalic;
}
@media(min-width:992px){
  .image-position{
    position: relative;
  }
  .text-position{
    position: absolute;
    bottom: 30px;
    left: 100px;
    color: #FFF;
    max-width: 580px;
    text-align: justify;
    font-family: RalewaySemiBoldItalic;
  }
}
.content-stt{
  background: #FFF;
  color: #2AC4F4;
  font-size: 24px;
  font-family: RalewayBold;
  padding: 10px 80px;
  max-width: 650px;
  position: relative;
  margin-top: 50px;
  border-radius: 30px;
  margin-bottom: 30px;
}
.content-stt-right{
  margin-left: auto;
}
.content-stt .stt{
  position: absolute;
  top: -20px;
  left: 5px;
  background: #2AC4F4;
  border-radius: 50%;
  color: #fff;
  height: 59px;
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-13 .text-title h3{
  color: #D82C2A;
  font-size: 28px;
  margin-bottom: 0;
}
.section-13 .text-general p.first-letter-drop::first-letter{
  color: #E3C75B;
  font-family: RalewayRegular;
}
.section-14 .text-sub-img,.section-14a .text-sub-img{
  color: #000;
  font-family: RalewaySemiBold;
  font-size: 12px;
  max-width: 500px;
  margin: auto;
}
.section-14{
  background: #E1B877;
}
.section-14a .text-title h3{
  color: #D82C2A;
  font-size: 28px;
}
.section-14a .box-color {
  color: #000;
}
.section-14a .box-white{
  padding-top: 30px;
  clip-path: unset !important;
}
.section-15{
  background-color: #FFE2CF;
}
.box-color-2{
  background: #F07522;
  color: #FFF;
  padding: 30px;
}
.text-sub-1{
  font-family: Big;
  font-size: 45px;
  line-height: 1;
}
.text-sub-2{
  font-family: Big;
  font-size: 140px;
  line-height: 1;
}
.name-main{
  font-family: Big;
  font-size: 200px;
  text-align: end;
  color: transparent; 
  -webkit-text-stroke: 2px #fff; 
  line-height: 1;
}
.section-16{
  background:url('../images/v15/td35.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 2574px;
  color: #FFF;
}
.box-color-3{
  background-color: #00A0DC;
  padding: 50px ;
  font-family: RalewaySemiBoldItalic;
  font-size: 18px;
  text-align: justify;
  line-height: 1.5;
}
.section-16 .text-sub-1, .section-16 .text-sub-2,.section-17 .text-sub-1, .section-17 .text-sub-2{
  color: #00A0DC;
}
.section-16 .name-main{
  font-size: 144px;
  text-align: left;
}
@media(min-width:992px){
  .section-16{
    padding-top: 550px;
  }
  .box-color-2{
      margin-bottom: -500px;
  }
  .ml15{
    margin-left: -30px;
  }
}
@media(max-width:992px){
  .content-stt{
    font-size: 18px;
    padding-right: 30px;
  }
  .section-16{
    padding-top: 50px;
  }
  .section-16{
    background:#000;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: auto;
    color: #FFF;
  }
}
@media(max-width:575px){
  .name-main{
    font-size: 80px;
  }
  .section-16 .name-main{
    font-size: 80px;
  }
  .text-sub-1{
    font-size: 25px;
  }
  .text-sub-2{
    font-size: 60px;
  }
}
.box-image{
  background-image: url('../images/v15/td37.jpg');
  color: #FFF;
  padding: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.text-sub-3{
  text-align: center;
  font-family: Big;
  font-size: 26px;
}
.text-sub-4{
  text-align: center;
  font-family: Big;
  font-size: 95px;
  line-height: 1;
}
@media(max-width:575px){
  .text-sub-3{
    font-size: 20px;
  }
  .text-sub-4{
    font-size: 60px;
  }
}