
.ctt{
	margin: 40px 0 0;
}
/*ctda-tab*/
.des-content-box{
	padding: 15px;
    border: 1px solid #858383;
    background: #fff;
}

/*End ctda-tab*/

/*ctda-form*/
.ctda-form-inner{
	margin: 40px auto;
	width: 80%;
}
.ctda-form-inner>div{
    width: 100%;
}
.ctda-form-inner form{
    display: flex;
}
.ctda-form-inner .wpcf7 form .wpcf7-response-output{
    margin: 0;
}
.ctda-fl{
	border-radius: 8px;
    border: 1px solid #858383;
    padding: 0 15px;
    background: #fff;
    margin-right: 15px;
    overflow: hidden;
}
.ctda-form-span {
    line-height: 46px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    flex: 0 0 105px;
}
.ctda-form-span:before {
    background: var(--main-color);
    width: 15px;
    height: 15px;
    vertical-align: middle;
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
}
.ctda-form-inner input:not([type=submit]){
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0,0,0,.09);
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    border: 0;
    padding: 0px 15px;
    flex: 1;
}
.flex-1{
	flex: 1;
}
.ctda-form-inner input[type=submit]{
    padding: 0 20px;
    border-radius: 5px;
    color: #fff;
    background: var(--main-color);
    margin-right: 0;
    font-size: 14px;
    font-weight: 400;
    height: 48px;
    border: none;
    width: 230px;
    text-align: center;
}
.ctda-form-inner input[type=submit]:hover{
	opacity: 0.8;
}
@media(max-width: 1199px){
	.ctda-form-inner,
    .ctda-form-inner form{
        flex-direction: column;
        align-items: center;
    }
	.ctda-form-inner input[type=submit]{
		margin-top: 20px;
	}
}
@media(max-width: 991px){
	.ctda-fl{
		flex-direction: column;
		margin: 0;
		width: 100%;
		border-radius: 0;
	}
	.ctda-form-span{
		flex: none;
	}
	.ctda-form-inner input:not([type=submit]){
		padding: 0;
	}
	.ctda-form-inner{
		width: calc(100% - 16px);
	}
}
/*End ctda-form*/

#breadcrumb{
	margin: 10px 0;
}
.breadcrumb-st .divider {
    position: relative;
    top: 0;
    opacity: .5;
    margin: 0 .3em;
    font-size: 0.8em;
    font-weight: 300;
}

.banner{
    background-size: cover;
    background-position: center center;
    /*height: 500px;*/
    position: relative;
}
.banner-title {
    position: absolute;
    color: #fff;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 2px;
    text-align: center;
    top: 66%;
    left: 50%;
    padding: 0px 100px;
    max-width: 90%;
    /*white-space: nowrap;*/
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    transform: translate(-50%, -50%);
    margin: 0;
    font-family: "UVF BankGothic Md BT",Sans-serif;


    /*Css 2 dòng*/
    /*display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;*/
}
.banner-gt{
	width: initial;
}
.nh-banner-title {
    position: absolute;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 2px;
    top: 66%;
    left: 50%;
    padding: 20px 40px;
    width: 80%;
    display: block;
    margin: 0;
    transform: translate(-50%, -50%);
/*    font-family: 'DVN Photograph';*/
}
.nh-banner-title h2,
.nh-banner-title p {
    font-size: 38px;
    font-weight: 500; 
}
.nh-banner-title h3 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 600;
    margin-top: 0;
}

.contentfull .wp-caption-text{
    margin: 10px 0 0;
    font-style: italic;
}
.contentfull .elementor-widget-container h3 {
    margin-top: 0;
}
@media (min-width: 1400px) {
    .contentfull {
        padding: 0 300px;
    }
}
@media(max-width: 1199px){
	.banner-title{
		padding: 0px 32px;
		font-size: 52px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
    .nh-banner-title h2,
    .nh-banner-title p {
        font-size: 24px;
    }
    .nh-banner-title h3 {
        font-size: 26px;
    }
    .banner-title{
        padding: 0;
        font-size: 25px;
    }
}
@media (min-width: 769px) {
    .contentfull {
        padding: 0 190px;
    }
@media(max-width: 767px){
	.banner-title{
		white-space: normal;
		font-size: 42px;
		line-height: 1.4;
		width: 86%;
		padding: 0;
	}
    .ctda-form-inner{
        margin-bottom: 0;
    }
    .nh-banner-title {
        padding: 0px;
        width: 100%;
    }
    .nh-banner-title h2,
    .nh-banner-title p,
    .nh-banner-title h3{
        margin-bottom: 0;
    } 
    .nh-banner-title h2, .nh-banner-title p {
        font-size: 17px;
    }
    .nh-banner-title h3 {
        font-size: 18px;
    }
    .banner-title{
        white-space: normal;
        font-size: 18px;
        line-height: 1.4;
        width: 86%;
        padding: 0;
    }
    .contentfull .e-con-inner{
        padding: 0;
    }
    .contentfull h1,.contentfull h2, .contentfull h3, .contentfull h4, .contentfull h5{
        margin: 0;
    }
}