/*
Theme Name: Flatsome Child
Theme URI: https://flatsome3.uxthemes.com/
Description: Child theme for Flatsome
Author: YUX-Themes
Author URI: https://uxthemes.com
Template: flatsome
Version: 3.19.12
*/			
@media screen and (max-width: 849px) {
	.category-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
	
    .tctn {
        padding: 40px 0;
    }
    
    .infotctb {
        font-size: 2.8em;
        -webkit-text-stroke-width: 0.08rem;
        margin-bottom: 10px;
    }
    
    .subtctn {
        font-size: 16px !important;
        line-height: 1.3;
	}
	.process-container {
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }

    .process-item {
        width: 90%!important;
        margin-bottom: 30px;
    }

    .process-line {
        width: 80%;
        left: 10%;
    }
}

@media screen and (max-width: 768px) {
            .dm_des {
                padding: 20px 15px;
            }

            .dm_des h1 {
                font-size: 24px;
            }

            .dm_des h2 {
                font-size: 20px;
            }
    /*thong tin nganh nghe bai viet*/
            .nganh-info-box {
                padding: 15px;
            }
            .nganh-info-box h3 {
                font-size: 20px;
            }
            .nganh-info-list li {
                font-size: 15px;
            }
            .nganh-info-list li strong {
                display: block;
                width: auto;
                margin-bottom: 5px;
            }
}