
/*list-step*/
.list-step{
	margin: 20px 0 35px;
}
.ul-list-step{
	display: flex;
	position: relative;
}
.ul-list-step li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin: 0 4px;
    font-size: 13px;
    text-align: center;
}
.ul-list-step li a{
	color: #333;
}
.ul-list-step li a:hover span{
	color: #c4161c;
	text-decoration: underline;
}
.ul-list-step li a::before {
    content: '';
    width: 44px;
    height: 44px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 41.6px;
    background: #fff;
    color: #c4161c;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.ul-list-step li:not(:first-child) a:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
}
.ul-list-step li:first-child a:before {
    background-image: url('../images/korea.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #fff;
}
.ul-list-step li a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: #ddd;
    top: 21px;
    left: 0;
    z-index: -1;
}
.ul-list-step li:hover a::before, 
.ul-list-step li.is-active a::before {
    background-color: #c4161c;
    color: #fff;
    transition: all 0.2s ease;
    border-color: #c4161c;
}
@media(max-width: 991px){
	.ul-list-step{
		width: 991px !important;
	}
	.list-step-inner{
		overflow-x: auto;
	}
	.list-step{
		margin-top: 0;
	}
}
/*End list-step*/


.cttr1-title{
	color: #c4161c;
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 28px;
}
.cttr1-left{
	width: 25%;
    padding: 15px 10px 10px;
    background: #ed1c24;
}
.cttr1-bottom-inner{
	box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.1);
	border-radius: 6px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 30px;
}
.cttr1-left-img img{
	/*box-shadow: 0 0 20px #fff;*/
	border-radius: 15px;
}
.cttr1-left-img {
    margin: auto;
    height: 215px;
    width: 200px;
    max-width: 100%;
    padding-bottom: 15px;
}
.cttr1-btn{
	box-shadow: 0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
	border-radius: 2px;
	width: 100%;
	display: block;
	background: #ededed;
	margin-bottom: 1em;
	color: #eb2227;
	padding: 0px 10px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.cttr1-right{
	width: 75%;
	padding: 10px 15px;
}
.cttr1r-top{
	display: flex;
	flex-wrap: wrap;
}
.cttr1r-top-item{
	width: 33.33%;
    padding: 10px;
    line-height: 2;
}
.divtruong_new {
    background: #f2f2f2;
    text-align: center;
    margin: auto;
    font-weight: 700;
}
.cttr1r-top-item div,
.border-bottom{
    border-bottom: 1px #d8d8d8 inset;
}
.cttr1r-bottom{
	padding: 10px;
}
@media(max-width: 991px){
	.cttr1-btn{
		font-size: 13px;
	}
	.cttr1r-top-item{
		font-size: 14px;
	}
}
@media(max-width: 767px){
	.cttr1-title{
		font-size: 20px;
	}
	.cttr1-left,
	.cttr1-right{
		width: 100%;
		margin: 0 0 15px;
	}
	.cttr1r-top-item,
	.cttr1r-bottom{
		width: 100%;
		padding: 0 0 15px;
	}
}

/*social-icons*/
.social-icons a{
    display: inline-block;
    margin-right: 3px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff !important;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.social-icons a.face{
    background: #3a589d;
}
.social-icons a.instagram{
    background: #e80c26;
}
.social-icons a.twitter{
    background: #2478ba;
}
.social-icons a.gooogle{
    background: #dd4e31
}
.social-icons a.email{
    background: #111;
}
.social-icons a.linkedin{
    background: #0072b7;
}
.social-icons{
    margin-bottom: 20px;
}
.social-icons span {
    margin-right: 5px;
}
/*End social-icons*/
.comment{
	margin-top: 30px;
}
/*dst2*/
.dst2-title{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 15px;
}
.dst2-item-inner{
	background: #FFF;
    padding: 30px 30px 35px 15px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    position: relative;
    margin-bottom: 20px;
}
.dst2-item-label{
    position: absolute;
    right: auto;
    top: 10px;
    left: -10px;
    background-color: #c4161c;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 0 20px 20px 0px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.5);
    color: #fff;
    z-index: 1;
}
.dst2-item-center{
	border-left: 1px solid #c4161c;
}
.dst2-item-name{
	font-size: 20px;
	font-weight: bold;
	color: #c4161c;
	margin: 0 0 9px;
}
.dst2ir-img{
	text-align: center;
    box-shadow: 0 0 10px;
    display: block;
    border-radius: 10px 10px 0 0;
}
.dst2ir-img img{
	max-width: 70px;
	margin-bottom: 10px;
}
.dst2ir-btn{
	display: block;
	border-radius: 2px;
	margin-bottom: 14px;
	text-align: center;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
	line-height: 35px;
	border: 2px solid #c4161c;
	font-size: 14px;
	font-weight: 600;
}
.dst2ir-btn i{
	font-weight: 500;
	margin-left: 8px;
}
.dst2ir-btn:hover, .dst2ir-btn2 {
    color: #fff;
    background: #c4161c;
}
.dst2-item-right{
	padding: 0;
}
.dst2-item-des{
	font-weight: 600;
	font-size: 15px;
}
.dst2-item2 .dst2-item-label{
	background: #ffd700;
	color: #000;
}
@media(max-width: 991px){
	.dst2ir-btn{
		font-size: 13px;
	}
}
@media(max-width: 767px){
	.dst2-item-inner{
		padding: 10px;
	}
	.dst2-item-center{
		border: none;
		padding: 0;
	}
	.dst2-item-right{
		margin-top: 10px;
	}
}
/*End dst2*/


/*ladi5*/
@media(min-width: 1200px){
	.ladi5 .container{
		width: 990px;
	}
}
.ladi5{
	background: url(../images/ladi8.jpg) left top no-repeat;
	background-size: cover;
}
.ladi5-form{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -15px;
    background-color: #c4161c;
    border-radius: 8px;
    color: #fff;
    padding: 20px 12px;
}
.title-form{
	margin: 5px 0 25px;
	text-align: center;
	font-weight: 800;
}
.form input,
.form textarea{
	width: 100%;
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 40px;
	padding: 0px 10px;
	color: #000;
	border: none;
}
.form textarea{
	padding: 10px;
	height: 100px;
	line-height: 1.7;
}
.form input[type="submit"]{
	background: #ffd700;
	font-weight: bold;
	color: #000;
	font-size: 15px;
	border: none;
}
.ladi5-tel{
	background: #FF6F02;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	display: block;
	text-align: center;
	line-height: 40px;
	padding: 0px 10px;
	transition: all 0.3s;
}
.form input[type="submit"]:hover{
	background: #1cb92b;
	color: #fff;
}
.ladi5-tel:hover{
	color: #fff;
	background: #1cb92b;
}
.ladi5-ul li{	
	background: #fff;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -10px;
	display: flex;
	align-items: center;
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 8px;
}
.ladi5-ul li span{
	width: 49px;
	height: 49px;
	border: 1px solid #cbcbcb;
	border-radius: 50%;
	color: #c4161c;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: 800;
	margin-right: 12px;
	flex: none;
}
.ladi5-ul li:last-child{
	padding: 15px 25px;
	margin-top: 35px;
	margin-bottom: 0;
}
@media(max-width: 767px){
	.ladi5-ul{
		margin-top: 20px;
	}
}
/*End ladi5*/