/* .owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item,
.owl-carousel .owl-item .item {
    height: 100%;
} */

.banner .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: auto !important;
}

/* .home-banner {
    height: 615px;
    height: auto;
} */

/* .home-banner .item>div {
    height: 100%;
} */

.owl-carousel .owl-item img.m-banner-img {
    display: none;
}

/* .home-banner img {
    height: 100%;
    object-fit: cover;
} */

.home-banner .text {
    position: absolute;
    top: 50%;
    left: 31px;
    transform: translateY(-50%);
}

.home-banner .main-title {
    text-align: center;
    position: static;
    transform: none;
    width: fit-content;
}

.home-banner .text-2 {
    position: relative;
    left: 25%;
    width: fit-content;
}

.home-banner .text-2 p {
    /* top: 48%; */
    background: #0F2032;
    padding: 10px 25px;
    color: #fff;
    font-size: 24px;
}

.home-banner .text-2 p p {
    padding: 0;
    font-size: unset;
}

/* .home-banner .item5 p{
	left: 10%;
} */

.home-banner .item1 .col-lg-8.pl-0 {
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.home-banner .text-2 {
    left: 40%;
}

.home-banner .item3 .text-2 {
    text-align: left;
}

.home-banner .button {
    position: relative;
    /* top: 60%; */
    /* left: 20%; */
    padding: 15px 75px;
    color: #fff;
    background: #C71D13;
}

.home-banner .button p {
    background: transparent;
    padding: 0;
    font-size: 18px;
}

.home-banner .form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* padding-top: 15px; */
    height: 100%;
    position: relative;
}

.home-banner .form::after {
    content: " ";
    position: absolute;
    left: -39px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 40px solid transparent;
    border-right: 40px solid #fff;
    border-left: none;
    border-bottom: 40px solid transparent;
}

.home-banner .form h5 {
    font-size: 32px;
}

.home-banner .form h4 {
    font-size: 36px;
    color: #DE3B32;
}

.home-banner .form-group {
    text-align: left;
    width: 450px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.home-banner .form-group:last-child{
    margin-bottom: 0;
}

.home-banner .form-group label {
    font-size: 14px;
    margin-left: 30px;
}

.home-banner .form-group .form-control {
    padding: 10px 30px;
    width: 100%;
    height: 45px;
    border: 1px solid #C4C4C4;
}

.home-banner .form-group span.small-text {
    display: block;
    font-size: 13px;
    margin-left: 30px;
}

.home-banner .form-group .form-control::placeholder {
    font-size: 18px;
    color: #A1A1A1;
}

.home-banner .form-group span.important {
    color: #DE3B32;
}

.home-banner .form-group .button {
    position: static;
    width: 100%;
    border-radius: 35px;
    text-align: center;
}

.tin-nhanh {
    background-color: #939393;
    color: #fff;
    font-style: italic;
}

.tin-nhanh .heading {
    background: #C71D13;
    padding: 12px 17px;
}

.tin-nhanh-item {
    margin: 12px 56px;
}

.home-detail .main {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
}

.section.home-detail{
    padding: 4.5rem 0;
}

.app-intro ul li {
    display: inline-block;
}

.home-detail p {
    font-size: 20px;
    font-style: italic;
}

.home-detail .form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-detail .button {
    background: #86B84A;
    padding: 10px 25px;
    margin-right: 5px;
    color: #fff;
    text-transform: none;
    height: 46px;
}

.home-detail a img:not(.small-img) {
	width: 120px;
	height: 46px;
}

.home-detail .form-group {
    margin-right: 10px;
}

.home-detail .form-control {
    outline: none;
    height: 46px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: unset;
    border-radius: 0;
}

.home-detail .form-control:focus {
    outline: none;
    box-shadow: none;
}

.home-detail .form-group .dp__input{
	height: 46px;
	border: 1px solid transparent;
	border-radius: 0;
}

.home-detail .form-group ul li {
    display: inline-block;
}

.app-intro img{
	height: 46px;
}

.app-intro-img-link{
	margin-right: 0;
	opacity: 1;
}

@media only screen and (min-width: 992px) {
    .tin-nhanh {
        position: relative;
    }
}

@media only screen and (min-width: 1700px) {
    .home-banner .text {
        left: 41px;
    }

    .home-banner .form h5 {
        font-size: 40px;
    }

    .home-banner .form h4 {
        font-size: 50px;
    }
	
	.home-detail a img:not(.small-img){
		width: 150px;
	}
}

@media only screen and (max-width: 1500px) {
    .home-banner .form h5 {
        font-size: 30px;
    }

    .home-banner .form h4 {
        font-size: 34px;
    }

    .home-banner .form-group span.small-text {
        font-size: 12px;
    }

    .home-banner .form-group{
        margin-bottom: 15px;
    }
	
    .home-detail a img:not(.small-img){
	    width: 130px;
    }
}

@media only screen and (max-width: 1399px) {
    .home-banner .form h5 {
        font-size: 28px;
    }

    .home-banner .form h4 {
        font-size: 32px;
    }

    .home-banner .form {
        padding-right: 15px;
        padding-left: 15px;
    }

    .home-banner .button{
        padding: 10px 75px;
    }

    .home-banner .form-group{
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1280px){
    .home-banner .form-group .form-control{
        padding: 5px 30px;
        height: 35px;
    }

    .home-banner .form-group .form-control::placeholder{
        font-size: 16px;
    }

    .home-banner .form h5{
        font-size: 24px;
    }

    .home-banner .form h4{
        font-size: 30px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .home-banner .text {
        left: unset;
    }

    .home-banner .form h4{
        font-size: 26px;
    }

    .home-banner .form-group .button{
        width: auto;
        font-size: 16px;
        padding: 5px 75px;
    }

    .home-banner .form-group:last-child{
        text-align: center;
    }
}

@media only screen and (max-width: 992px) {
    .home-banner .text {
        left: 0;
        top: 70%;
    }

    .section.home-detail{
        padding: 0;
    }

    .home-banner .text-2 p {
        font-size: 20px;
    }

    .home-banner .text-2 {
        left: 10%;
    }

    .home-detail .form,.home-detail .main {
        display: block;
    }

    .home-detail.section {
        padding-top: 20px;
    }

    .home-detail .form-control {
        width: 100%;
    }

    .owl-carousel .owl-item img.banner-img {
        display: none;
    }

    .owl-carousel .owl-item img.m-banner-img {
        display: block;
    }

    .home-banner .form {
        padding: 15px;
        height: auto;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(255, 255, 255, .8);
        margin-top: 8px;
    }

    .home-banner .item3 .text {
        top: 30%;
    }

    .home-banner .form-group{
        margin-bottom: 25px;
    }

    .home-banner .form-group .form-control {
        height: 43px;
    }

    .home-banner .form h5,
    .home-banner .form h4 {
        font-size: 21px;
    }

    .banner .owl-dots {
        bottom: -8px;
    }

    .home-banner .form-group span.small-text {
        margin-left: 10px;
    }

    .home-banner .form-group .form-control {
        padding: 10px;
    }

    .home-banner .form::after {
        content: none;
    }

    .home-banner .form-group label {
        margin-left: 10px;
    }

    .home-banner .form-group .button{
        padding: 10px 65px;
    }
}

@media only screen and (max-width: 768px) {
    .app-intro {
        background: #F0F0F0;
        padding-top: 15px;
    }

    .home-detail p.line {
        padding-bottom: 5px;
    }

/*     .home-detail p.line::after {
        content: '';
        border-bottom: 1px dashed #DE3B32;
        position: absolute;
        left: 0;
        top: 15%;
        width: 100%;
    } */

    .home-detail p {
        margin-bottom: 20px;
    }

    .home-banner .text-2 {
        left: 5%;
    }
}

@media only screen and (max-width: 576px) {
    .home-banner .form-group {
        width: 270px;
    }

    .home-banner .text-2 p {
        font-size: 16px;
    }

    .home-banner .main-title h2 {
        font-size: 18px;
    }

    .home-banner .form-group {
        margin-bottom: 15px;
    }

    .home-banner .form{
        padding: 10px;
    }

    .home-banner .form-group .form-control{
        padding: 5px 10px;
        height: 35px;
    }

    .home-banner .form-group .button{
        padding: 5px 40px;
    }
	
    .home-banner .form-group span.small-text{
	    margin-left: 0;
    }
}

@media only screen and (max-width: 460px) {
    .home-banner .text-2 {
        left: 7%;
    }

    .home-banner .text-2 p {
        font-size: 12px;
    }

    .home-detail a img:not(.small-img) {
        width: 120px;
    }

/*     .home-detail a img.small-img {
        width: 35px;
    } */
	
}

/* @media only screen and (max-width: 405px) {
    .home-detail p.line::after {
        top: 15%;
    }
} */

@media only screen and (max-width: 380px) {
/*     .home-detail p.line::after {
        top: 12%;
    } */
    .home-banner .form-group .form-control{
        padding:0 10px;
        height: 30px;
    }
	
    .home-banner .form-group span.small-text{
	    font-size: 11px;
    }
}
