

@media only screen and (max-width:1199px){

.tabs-sec a.nav-link .text-left {
    font-size: 12px;
}

}

@media only screen and (max-width:767px){

	.home-head h1.heading-h1 {
	    margin-bottom: 0;
	}

	.home-second-sec .com-box ul.update-head {
		display: flex;
		list-style: none;
	    width: 100%;
	    margin: 0;
	}

	.home-second-sec .com-box .form-search {
	    width: 100%;
	    margin: 0 0 10px;
	}

	.home-second-sec .com-box ul.update-head li:nth-child(1) a {
	    padding: 10px 8px;
	}

	.home-second-sec .com-box ul.update-head li a .text-left {
	    font-size: 12px;
	}

	.home-second-sec .com-box ul.update-head li a .img-right {
		width: 20px;
		background-color: #fff;
		height: 20px;
		border-radius: 50px;
		line-height: 0;
		padding: 2px;
		margin-left: 9px;
	}

	.home-second-sec .com-box ul.update-head li {
	    margin: 0 10px 0 10px !important;
	    width: calc(50% - 20px);
	}

	.home-second-sec .com-box {
	    flex-direction: column-reverse;
	}

	.home-second-sec .tabs-sec {
	    width:calc(100% - 20px) !important;
	}

	.home-second-sec .tabs-sec li{
	    width: calc(50% - 6px) !important;
	}

	.home-second-sec .tabs-sec li:nth-child(3){
		width: calc(100% - 6px) !important;
	}

	.adver-sec .adver-box {
	    width: 100%;
	    flex-wrap: wrap;
	}

	.adver-sec .adver-box .adver-img {
	    width: 100%;
	}

	.adver-sec .adver-box .text-box {
	    width: 100%;
	    margin-top: 15px;
	}

	.tabs-sec ul.nav.nav-tabs li {
	    /* min-width: 100%; */
	    margin: 3px 3px !important;
	}

	.tabs-sec a.nav-link {
	    justify-content: space-between;
	    padding: 8px 31px 8px 5px!important;
	}

	.tabs-sec a.nav-link .text-left {
	    font-size: 11px;
	}

	.accor-sec .left-box {
	    width: 100%;
	}

	.accor-sec .right-box {
	    width: 100%;
	}

	.accor-sec .right-box .video-sec {
	    padding: 0 !important;
	}
	.tabs-sec ul.nav.nav-tabs#group-tab-B > li, .tabs-sec ul.nav.nav-tabs#group-tab-C > li {
	    width: calc(50% - 6px);
	}

	.tabs-sec ul.nav.nav-tabs#group-tab-B > li:last-child, .tabs-sec ul.nav.nav-tabs#group-tab-C > li:last-child, .tabs-sec ul.nav.nav-tabs#group-tab-D > li:last-child {
		padding-top: 10px;
		width: calc(100% - 6px) !important;
		order: -1;
	}

	.li-order{
		order: -1;
	}

	.tabs-sec ul.nav.nav-tabs {
	    margin: 0 -3px;
	    width: auto !important;
	    padding-bottom: 10px;
		display: flex;
		list-style: none;
	}
	.tabs-sec .nav-tabs .nav-item:first-child{
		margin-left: 2px !important;
	}

	#group-tab-D > li:nth-child(1), #group-tab-D > li:nth-child(2), #group-tab-D > li:nth-child(3) {
	    width: 98%;
	    margin: 3px 3px !important;
	}
	
	.accor-sec .left-box h4 {
	    margin-bottom: 10px !important;
	}

	#tabs-10 .accor-sec, #tabs-11 .accor-sec {
		flex-direction: column-reverse;
	}

	.accor-sec .right-box .video-sec .video-youtub {
    	margin-bottom: 25px !important;
	}

	.head-about .text-left{
		font-size: 18px !important;
		text-transform: none !important;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 1.525 !important;
		margin: 0 !important;
		color: #fff !important;
		font-weight: 500 !important;
		letter-spacing: 0 !important;
	}

	.home-second-sec .com-box ul.update-head li:last-child {
		order: -1;
	}

	.video-container{
		flex-direction: column-reverse;
	}
}