@media screen and (max-width: 768px) {
	/* Home */
	#siteID img {
		width: 156px;
	}
	.tdk-copyright .item-1 {
		width: 35.25%;
        margin-right: 5.5%;
		margin-bottom: 0;
	}
	.tdk-copyright .item-2 {
		width: 59.25%;
	}
	.tdk-footer .tdk-footer-box > div {
		width: 20.875% !important;
		margin-right: 5.5% !important;
	}
	.tdk-section-header-main {
		position: relative;
	}
	.tdk-section-header-main .tdk-section-header {
		width: 100%;
    	padding: 10px !important;
	}
	.tdk-section-header-main .menu-mobile {
		width: 100%;
		display: inline-block;
		position: absolute;
		top: 12px;
		z-index: 9999;
	}
	.tdk-section-header-main .menu-web {
		display: none;
	}
	.menu-mobile .box-search-icon {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
	}
	.menu-mobile .box-search-icon p {
		margin-bottom: 0 !important;
	}
	.menu-mobile .country-region, .menu-mobile {
		font-size: 11px;
		text-align: center;
	}
	.tdk-section-header-main .tdk-section-header .left {
		margin-bottom: 0;
	}
	.tdk-section-header-main .tdk-section-header .right {
		display: none;
	}
	.tdk-section-header-main .mega-indicator {
		display: block !important;
		font-size: 18px !important;
	}
	.menu-mobile #mega-menu-secondary-menu > li.mega-menu-item {
		border-bottom: 1px solid #4D7EC6 !important;
	}
	.tdk-section-header-left #siteID img {
		width: 100px;
	}
	.menu-mobile #mega-menu-secondary-menu > li.mega-menu-item:last-child { 
		border-bottom: none !important;
	}
	.tdk-section-news .box-news .item {
		grid-template-columns: 20% 80%;
	}
	.tdk-section-news .box-news .title {
		line-height: 20px;
	}
	.tdk-section-news .news-select select {
		width: 100% !important;
	}
	.menu-mobile #mega-menu-secondary-menu > li ul li a.mega-menu-link:after {
		content: "\203A";
		display: inline-block !important;
		position: absolute;
		right: 10px;
		top: -2px;
		font-size: 20px;
	}
	.menu-mobile #mega-menu-secondary-menu > li ul li a.mega-menu-link {
		padding-left: 26px !important;
		border-top: 1px solid #4D7EC6 !important;
	}
	.tdk-section-feather .featherlight .featherlight-content {
		width: 100%;
	}
	/* End */
}

@media screen and (max-width: 480px) {
	/* Home */
	.tdk-footer .tdk-footer-box > div {
		width: 47.25% !important;
		margin-right: 5.5% !important;
	}
	.tdk-footer .tdk-footer-box > div:nth-child(2n) {
		margin-right: 0 !important;
	}
	.tdk-footer-copyright .et_pb_text_inner {
    	justify-content: center;
	}
	.tdk-footer-copyright .et_pb_text_inner > p {
    	padding-bottom: 0;
	}
	.tdk-section-news .box-news .item {
		grid-template-columns: 25% 75%;
	}
	/* End */
}

