/* Web */
/* .grid-layout {
    padding-right: 30px;
} */

@media (min-width: 1072px) and (max-width: 1242px) {
    .col-content::before {
        top: 104px !important;
    }
    .col-content::after {
        top: 109px !important;
    }
    .col-content__list {
        margin-top: 40px !important;
    }
}
@media (min-width: 993px) and (max-width: 1071px) {
    .px-110 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .col-content::before {
        top: 100px !important;
    }
    .col-content::after {
        top: 105px !important;
    }
    .col-content__title {
        height: 100px !important;
    }
    .col-content__list {
        margin-top: 20px !important;
    }
}
@media (min-width: 1024px) {
	.first-col-content {
		padding-left: 0; 
		min-width: 235px;
	}
	
	.menu-danh-muc {
		max-width: 530px
	}
}
/* Mobile & Tablet */
@media (max-width: 992px) { 
    .gioithieu-nav-collapse {
        display: none;
        margin-top: 2rem;
        width: 100%;
    }

    .grid-advantage {
        display: flex;
        flex-direction: column;
    }

    .col-content {
        width: 100%;
        padding: 0 10px 0 15px;
    }

    .col-content::before {
        width: 15px;
        height: 15px;
        top: 2%;
        left: -5px;
    }

    .col-content::after {
        width: 5px;
        height: 100%;
        top: 3%;
    }

    .col-content__list {
        /* margin-top: 0 !important; */
        margin-top: 10px !important;
        margin-bottom: 25px !important;
    }

    .grid-layout {
        display: flex;
        flex-direction: column-reverse;
    }

    .card-description {
        width: 100%;
    }

    .card-title {
        width: 100%;
    }
    
    .col-content.qltt::after {
        width: 5px;
        height: 85%;
        top: 3%;
    }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 992px) {
    .gioithieu-nav-collapse {
        position: absolute;
        right: 0;
        width: 50%;
        margin-top: 0px;
    }
    #title {
        margin-top: 20px;
    }

    .title {
        font-size: 20px;
        line-height: 28px;
        padding: 0 60px;
    }

    .body {
        font-size: 14px;
        line-height: 20px;
        padding: 0 80px;
    }

    .layout-left {
        margin-top: 3rem;
    }

    .layout-right__title {
        font-size: 28px;
        line-height: 40px;
        height: 51px;
    }

    .layout-left__title {
        font-size: 28px;
        line-height: 40px;
        height: 51px;
    }

    .col-content__item {
        font-size: 16px;
    }

    .col-content__title {
        height: 28px;
    }
     .px-110 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .col-content::before {
        width: 15px;
        height: 15px;
        top: -1%;
        left: -5px;
    }
    
    .col-content::after {
        width: 5px;
        height: 100%;
        top: 3%;
    }
    
    .menu-danh-muc {
        min-width: 100%;
    }
    
    .gioithieu-layout-right__btn {
        display: block;
        margin-top: 5px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
	.advantage-title {
	    font-size: 24px;
	}
	.layout-left {
	   margin-top: 20px;
	}
	.layout-left__title {
	    font-size: 24px;
	}
	
	.layout-right__title {
	    font-size: 24px;
	}
    .title {
        font-size: 14px !important;
        line-height: 24px !important;
        font-weight: 600 !important;
        padding: 0 20px !important;
    }

    .body {
        font-size: 12px;
        line-height: 16px;
        font-weight: 600;
        padding: 0 40px;
    }

    .card-title {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .card-description {
        font-size: 14px;
        line-height: 20px;
    }
     .px-110 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .body-col {
    	margin-bottom: 20px;
    	align-items: center;
    	height: auto;
    }
    .col-content__title {
        height: auto;
        margin-bottom: 10px;
	}
	#title {
	    margin-top: 10px;
	}
	#advantage {
	    margin-top: 2rem;
	}
    .gioithieu-layout-right__btn {
    	display: block;
        margin-top: 10px !important;
    }
}