/*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:nth-child(2) 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*/

/*vixo-tt*/
.vixo-tt .vixo-img img {
    width: 100%;
    max-height: 700px;
    object-fit: cover;
    display: block;
}

/*End vixo-tt*/

/*pager*/
.pager{
    margin: 10px 0 0px;
}
.pager li>a, .pager li>span{
    border-radius: 0;
    margin: 0px 2px 5px;
    border: none;
    background: #000;
    padding: 5px 13px;
    color: #fff;
    line-height: 1.5;
}
.pager .active a, .pager .active span, 
.pager .active a:hover, 
.pager .active span:hover, 
.pager li:hover a {
    background: #0070bc;
}
/*End pager*/

.new-item-inner{
    margin-bottom: 30px;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 15px 35px rgb(0 0 0 / 10%);
}
.new-item-inner img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: all 0.3s;
}
.new-item-text{
    text-align: center;
    width: 100%;
    padding: 15px 10px 5px;
    color: #0070bc;
    background: #fff;
    transition: all 0.3s;
}
.new-item-inner:hover{
    box-shadow: 0px 15px 35px rgb(0 112 188 / 30%);
}
.new-item-inner:hover .new-item-name{
    color: #03a9f4;
}
.new-item-name{
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 42px;
}
.new-item-text p{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 42px;
    color: #000;
}
@media(max-width: 767px){
    .new-item-name{
        height: initial;
        min-height: initial;
        margin-bottom: 10px;
    }
}

/*lay6*/
.lay6-box{
    background-color: #fff;
    border: 1px dashed #c4161c;
    margin: 0 0 20px;
    height: 300px;
    overflow: hidden;
    padding: 20px 20px 10px;
    position: relative;
}
.lay6-box.active {
    height: auto;
}
a.btn-show2 {
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    padding: 0px 20px;
    border-radius: 20px;
    background: #c4161c;
    margin: 0 10px;
}
a.btn-show2:hover {
    opacity: 0.7;
}
/*End lay6*/