@font-face {
  font-family: UTMIsadoraR;
  src: url(../f/UTMIsadoraR.ttf); }
.ttgp h2{
	font-size: 34px;
	font-family: UTMHelveBold;
	color: #441e11;
	text-align: center;
	    text-transform: uppercase;
}
.ttgp p{
	    font-family: UTMIsadoraR;
    font-size: 28px;
    color: #441e11;
    text-align: center;
}
.ttgp:before{
	content: "";
	width: 90px;
	height: 30px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(../i/ic.png) center no-repeat;
}
.ttgp{
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
#gp1{
	padding: 40px 0 0 0;
}
#gp1 img{
	display:block;
	margin: auto;
}
.i-line{
	margin: 45px auto 20px !important;
	display: block;
}

#gp2 {
	background: url(../i/bg.png) bottom center no-repeat;
	padding-bottom: 30px;
}
#gp2 h3{
	    font-size: 28px;
    color: #441e11;
    text-align: center;
    font-family: 'UTMIsadoraR';
    font-weight: 100;
}
#gp2 .ttgp{
	margin-bottom: 25px;
}
#gp2 .ctn > p{
	color: #282828;
    font-size: 18px;
    text-align-last: center;
    padding: 40px 30px;
}
#gp2 .ctn > p label{
	color: #441e11;
}
#gp2 img{
	display: block;
	margin: auto;
}
#gp2 .cmd5{
	padding-right: 0;
}
#engp2{
	    display: flex;
    align-items: center;
}
.img-video{
	    display: block;
    margin: 0 auto 35px;
    cursor: pointer;
    max-width: 800px;
}
#lscg .slick-dots{
	bottom: -60px;
}
#lscg{
	margin-bottom: 100px;
}
.itgp4 img{
	display: block;
    margin: 0 auto 20px;
}
.itgp4 p{
	    font-size: 20px;
    font-family: 'UTMHelveBold';
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    line-height: 2;
    margin-bottom: 35px;
}
.itgp4 p span{
	text-decoration: underline;
}
.itgp4 li{
	position: relative;
    text-align: center;
    font-size: 17px;
    margin-bottom: 32px;
}
.itgp4 li:before{
	    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #944e35;
    vertical-align: inherit;
    margin: 0px 7px 0 0;
}
#gp4 .cmd6 .itgp4:first-child{
	    margin-bottom: 72px;
}
.clred{
	font-style: italic;
	color: #d50c12;
	    text-align: center;
}
#gp4{
	padding-bottom: 60px;
}
#ld-s3 .d_contact{
      background: url(../i/bg-hcm.png) center no-repeat !important;
    width: 1186px;
    height: 326px;
    margin: -38px 0 0 0;
}
#ld-s3 .cmd12 h3{
  color: #441e11;
  font-size: 18px;
}
#ld-s3 .cmd12 {
  display: flex;
    align-items: center;
    padding: 0 180px;
    gap: 15px;
}
#ld-s3 .btnd{
  flex: 1;
}
#ld01-a3 .ld01-a3 > img{
      display: block;
    margin: -105px auto -265px;
}
#a6 .d_contact{
	    background: url(../i/bg-hn.png) center no-repeat !important;
    width: 1186px;
    height: 326px;
    margin: -38px 0 0 0;
}
#a6 .cmd12 h3{
	color: #441e11;
	font-size: 18px;
}
#a6 .cmd12 {
	display: flex;
    align-items: center;
    padding: 0 180px;
    gap: 15px;
}
#a6 .btnd{
	flex: 1;
}
#gp5{
	padding-bottom: 50px;
}
#gp5 ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
#gp5 li{
       width: 394px;
    height: 102px;
    margin: 0 35px;
    background: url(../i/bg2.png) center no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-style: italic;
    font-family: 'UTMHelveBold';
}
#gp5 .ttgp{
	margin-bottom: -240px;
}
#a6{
	display: none;
}
#gp5 > img{
	margin: 0 0 -50px;
}
#a6{
	margin-bottom: 20px;
}
footer{
	padding-top: 40px
}

/* video popup*/
.dark-bg {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999; }

.intro-bg {
  right: 0px;
  width: 30%;
  position: fixed;
  top: 50%;
  left: 0;
  margin: 0px auto;
  display: none;
  margin-top: -175px;
  /* margin-left: -270px; */
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  background: #424242;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  z-index: 999999;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E9E9E9));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #E9E9E9);
  background-image: -moz-linear-gradient(top, #FFFFFF, #E9E9E9);
  background-image: -ms-linear-gradient(top, #FFFFFF, #E9E9E9);
  background-image: -o-linear-gradient(top, #FFFFFF, #E9E9E9);
  background-image: linear-gradient(top, #FFFFFF, #E9E9E9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E9E9E9'); }

i.closePopUp {
  position: absolute;
  top: -25px;
  cursor: pointer;
  right: -26px;
  font-size: 20px;
  color: #000;
  width: 56px;
  height: 56px;
  display: inline-block;
  background: url(https://caytocvietnam.com/wp-content/themes/TraiSongLam/a/i/close-pop.png) center no-repeat; }

/* endvideo */
.a9{
  padding-top: 0;
}
.intro-bs {
  width: 730px;
  height: 222px;
  background: url(https://caytocvietnam.com/wp-content/themes/TraiSongLam/assets/sht/i/bg5.png) center no-repeat;
  display: block;
  position: relative;
  margin: 75px auto 40px;
  padding: 90px 10px 5px 10px; }
  .intro-bs h3 {
    font-size: 80px;
    color: #7c0708;
    text-align: center;
    margin-bottom: 5px;
    line-height: 1; }
  .intro-bs > div {
    position: absolute;
    top: -49px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%); }
  .intro-bs h4 {
    color: #441e11;
    font-size: 20px;
    font-family: 'UTMHelveBold';
    text-transform: uppercase;
    text-align: center; }
  .intro-bs li {
    float: left;
    width: 50%;
    font-size: 16px;
    padding: 0 14px 0 35px;
    margin-bottom: 5px;
    position: relative;
    text-align: left; }
    .intro-bs li:before {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: 1px solid #6a4c42;
      position: absolute;
      top: 10px;
      left: 14px; }
.ld01-a3 > p{
  text-align-last: center;
}
#ld-s3 > img {
  display: block;
  margin: auto; }

#ld-s3 .d_contact {
  padding: 70px 110px 0 120px;
  width: 1180px;
  height: 340px;
  margin: -30px 0 0 0;
  background: url(../i/bg22.png) center no-repeat; }

#ld-s3 .cmd9 {
  position: relative; }

#ld-s3 .cmd9 > img {
  position: absolute;
  left: 92%;
  bottom: -11%; }

#ld-s3 .title-n {
  margin-bottom: 105px; }

#ld-s3 input, #ld-s3 select {
  width: 100%;
  background: #fff;
  color: #282828;
  border-radius: 4px;
  font-size: 18px;
  border: 1px solid #eaeaea;
  box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.08);

  outline: none;
  padding: 15px 10px;
  -webkit-transition: .18s ease-out;
  -moz-transition: .18s ease-out;
  -o-transition: .18s ease-out;
  transition: .18s ease-out;
  margin-bottom: 25px;
  height: 60px; }

#ld-s3 input:hover {
  box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.02); }

#ld-s3 input:focus {
  color: #4b515d;
  border: 1px solid #B8B6B6;
  box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.01), 0px 0px 8px rgba(0, 0, 0, 0.2); }

#ld-s3 .d_contact .cmd4 {
  padding: 0 20px; }


.btnd {
  display: flex;
  background:linear-gradient(#aa634b, #753621, #441e11);
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
  cursor: pointer;
  padding: 8px 13px;
  border-radius: 4px;
  height: 60px;
  text-transform: uppercase;
  position: relative;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  animation: gradient 2s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  background-size: 200% auto; }

.btnd:hover {
  color: #ffd1d5; }

.btnd img {
  padding-left: 20px;
  border-left: 1px solid #e1b559; }

#ld-s3 .d_contact .btnd:nth-child(2) {
  border: 1px solid #eaeaea; }


#ld-s3 .cmd12 h3 {
  font-family: UTMAmericanaB;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  color: #603813; }

#ld-s3 > p {
  font-size: 20px;
  color: #825123;
  padding: 9px 28px;
  background: #fffefe;
  text-transform: uppercase;
  border: 1px #714e2d;
  display: table;
  margin: auto;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  border-style: dashed; }

#ld-s3 {
  position: relative;
  margin-bottom: 55px; }


@media screen and (max-width: 1500px){
	#gp5 .ttgp {
    	margin-bottom: -178px;
	}
}


