@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://chuyengiacaytoc.vn/wp-content/themes/traisonglam/PC/a/i/close-pop.png) center no-repeat; }

/* endvideo */
.a9{
  padding-top: 0;
}
@media screen and (max-width: 1500px){
	#gp5 .ttgp {
    	margin-bottom: -178px;
	}
}