
/* 1199 */

@media screen and (max-width: 1199.5px) {
	.site-tieubieu .box-tieubieu .text{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.section-feature{
		background-size: 75%;
	}
}

@media screen and (max-width: 1600px) {
	.section-feature{
		background-size: 75%;
	}
}

/* 991 */

@media screen and (max-width: 991.5px) {
	.row-vt{
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		margin: auto;
	}
	.col-vt{
		order: 2;
	}
	.header__logo img{
		max-width: 200px;
	}
	.header__menu{
		display: none;
	}
	.site-tieubieu .box-tieubieu .text{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 69%;
		flex: 0 0 69%;
		max-width: 69%;
	}
	.site-theme .items-theme .images{
		height: 300px;
	}
	.footer__content2{
		padding-left: 0;
	}
	.items-price .js-content ul li{
		text-align: left;
		display: flex;
	}
	.section-ai-solution img{
		display: none;
	}
	.section-solution__desc{
		padding: 0;
	}
}

/* 767 */

@media screen and (max-width: 767.5px) {
	.header-top span{
		display: none;
	}
	.block{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	h2{
		font-size: 1.41rem;
		line-height: 1.69rem;
	}
	.header-top .btn-custom{
		position: relative;
		background: none;
		padding: 10px 0px;
		height: auto;
		width: 100%;
	}
	.header-top .btn-custom br{
		display: none;
	}
	.header__logo img{
		max-width: 120px;
	}
	.pd-main{
		padding: 30px 0px;
	}
	.title-main .heading{
		font-size: 20px;
	}
	.title-main .heading1{
		font-size: 14px;
	}
	.title-main{
		margin-bottom: 20px;
	}
	.title-main .heading1{
		margin-bottom: 10px;
	}
	.content-area .items-news h3 a{
		font-size: 16px;
	}
	.content-area .items-news p{
		font-size: 14px;
	}
	.header-top .content-left p:last-child {
		display: none;
	}
	.header-top .content-left p:first-child {
		padding-right: 50px;
	}
	.header .menu {
		display: none;
	}
	
	.block-fluid {
		padding-top: 1.8rem;
		padding-bottom: 1.125rem;
	}
	.border-mobile{
		border-bottom: 1px solid #cdcdcd;
	}
	
	.header .logo img {
		height: 60px;
	}
	.border-mobile:last-child{
		border-bottom: unset;
	}
	footer .item-footer {
		gap: 20px;
		margin-top: 20px;
	}
	footer {
		padding: 1.8rem 0;
	}
	footer .mb-45{
		margin-bottom: 10px;
	}
	footer .footer-local .content-left p:first-child {
		padding-right: 0;
		border-right: unset;
	}
	footer .footer-local .content-left p:last-child {
		padding-left: 0;
	}
	footer .footer-local .content-left {
		flex-direction: column;
	}
	footer #footer-nav{
		padding-top: 10px;
	}
	.cf-desk-top{
		display: none;
	}
	.cf-mobile{
		display: block !important;
	}
	footer .menu-cf ul li:nth-child(2n+2) {
		padding-left: 0;
		padding-right: 0;
		border-right: unset;
	}
	footer .menu-cf ul li:first-child {
		display: none;
	}
	footer .menu-cf ul {
		flex-direction: column;
	}
	footer .menu-cf ul li:last-child {
		padding-left: 0;
	}
	.desk-top-none{
		display: block;
	}
	.header .header-mobile ul {
		display: flex;
		margin-bottom: 0;
	}
	.site-page ul {
		padding-left: 16px;
		padding-right: 16px;
	}
	.footer-menu, .footer-contact{
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
    }
	footer {
		flex-direction: column;
	}
	footer .footer-contact .container-form-mail{
		margin-left: unset;
	}
	.custom-formmail{
		flex-direction: column;
		margin-top: 40px;
		align-items: flex-start;
	}
	footer .footer-contact .container-form-mail {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.custom-formmail .btn-black {
		margin-top: 40px;
	}
	.custom-menu-nav{
		display: flex;
		margin-bottom: 15px;
	}
	.custom-menu-nav .menu-name, .custom-menu-nav #footer-nav{
		padding-top: unset;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.section-feature__grid{
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
}

