@media (min-width: 992px) {
	.wp-menu-homepage .container {
		max-width: 1030px;
	}
}

.nav-menu-new {
	display: none;
}

.wp-menu-homepage {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0);
	box-shadow: 0 0px 12px rgba(0, 0, 0, 0);
	z-index: 9;
}

.wp-menu-homepage.scroll {
	box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
}

.wp-menu-homepage .layout-menu-homepage {
	display: flex;
	align-items: center;
	height: 60px;
	transition: all 0.3s;
}

.wp-menu-homepage .layout-menu-homepage .left-menu .logo {
	display: block;
}

.wp-menu-homepage .layout-menu-homepage .left-menu .logo a {
	display: block;
}

.wp-menu-homepage .layout-menu-homepage .right-menu {
	flex: 1;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media (max-width: 991px) {
	.wp-menu-homepage .layout-menu-homepage {
		height: 55px;
	}
}

.block-menu-homepage-pc {
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.block-menu-homepage-pc .item-menu-homepage {
	margin-right: 20px;
}

.block-menu-homepage-pc .item-menu-homepage:last-child {
	margin-right: 0;
}

.block-menu-homepage-pc .item-menu-homepage .txt-menu-homepage {
	display: block;
	font-size: 15px;
	color: rgba(18, 18, 18, 0.4);
	transition: all 0.3s;
	position: relative;
	font-weight: 300;
}

.block-menu-homepage-pc .item-menu-homepage .txt-menu-homepage:before {
	content: '';
	position: absolute;
	width: 0;
	bottom: -4px;
	height: 1px;
	background: rgba(18, 18, 18, 1);
	transition: all 0.3s;
}

.block-menu-homepage-pc .item-menu-homepage .txt-menu-homepage:hover {
	color: rgba(18, 18, 18, 1);
}

.block-menu-homepage-pc .item-menu-homepage .txt-menu-homepage:hover:before {
	width: 100%;
}

.block-menu-homepage-pc .item-menu-homepage.active .txt-menu-homepage {
	color: rgba(18, 18, 18, 1);
	font-weight: 500;
}

@media (min-width: 992px) and (max-width: 1399px) {
	.block-menu-homepage-pc .item-menu-homepage {
		margin-right: 20px;
	}
}

@media (max-width: 1199px) {
	.block-menu-homepage-pc {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1399px) {
	.list-item-language {
		right: -8px;
	}
}

.btn-login-header a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	background: #006cfe;
	border-radius: 5px;
	height: 35px;
	padding: 0 10px;
	min-width: 110px;
	outline: none;
	transition: all 0.3s;
}

.btn-login-header a:hover {
	color: #fff;
	background: #0565d7;
}

.btn-login-header {
	margin-left: 15px;
}

/* CSS NÃšT MENU */
.menu-line {
	position: relative;
	margin: 0 auto;
	height: 19px;
	width: 28px;
}

.menu-line .lines {
	cursor: pointer;
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	margin-bottom: 0;
}

.menu-line .line {
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #fff;
	margin-left: 0 !important;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.menu-line .diagonal.part-1 {
	position: relative;
	float: left;
}

.menu-line .horizontal {
	position: relative;
	float: right;
	margin-top: 6px;
	width: 50%;
}

.menu-line .diagonal.part-2 {
	position: relative;
	float: left;
	margin-top: 6px;
}

.menu-line.rotate .line.horizontal {
	opacity: 0;
}

.menu-line.rotate .part-1 {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px;
}

.menu-line.rotate .part-2 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 6px;
}

.nav-menu {
	display: block;
	margin-left: auto;
}

@media (max-width: 1199px) {
	.lst-option-menu {
		display: none;
	}

	.block-header-home {
		background: #fff;
		-webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.12);
		box-shadow: 0 0px 12px rgba(0, 0, 0, 0.12);
		height: 50px;
	}

	.nav-menu-new {
		display: block;
	}

	.nav-menu-new .menu-line .line {
		background: #121212;
	}

	.wp-menu-mb-js {
		position: fixed;
		top: 0;
		width: 368px;
		left: 0;
		background: #fff;
		z-index: 8;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0;
		visibility: hidden;
		display: block;
		height: 100vh;
		padding-bottom: 100px;
	}

	.wp-menu-mb-js.open-menu-mb {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
		opacity: 1;
	}

	.box-menu-home-page {
		overflow-x: hidden;
		overflow-y: scroll;
	}

	.header-menu-mb .txt-menu {
		color: #2f2e41;
		font-weight: 600;
		font-size: 19px;
		text-transform: uppercase;
		margin-bottom: 0;
	}

	.header-menu-mb {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 15px 0;
		position: relative;
		border-bottom: 1px solid #e4e4e4;
	}

	.close-menu-mb {
		margin-left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		right: 0;
		width: 45px;
		height: 40px;
		line-height: 40px;
	}

	.close-menu-mb svg {
		width: 15px;
	}

	.bg-menu-js {
		background: #000;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.bg-menu-js.active {
		opacity: 0.8;
		visibility: visible;
	}

	.txt-menu-mb {
		color: #2f2e41;
		font-size: 16px;
		padding: 10px 20px;
		display: block;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.item-menu-mb {
		border-bottom: 1px solid #e4e4e4;
	}

	.txt-menu-mb:hover {
		color: #006cfe;
	}

	.item-menu-mb.active .txt-menu-mb {
		color: #006cfe;
	}

	.btn-bg-color {
		margin-left: 20px;
	}

	.btn-bg-color a {
		height: 40px;
		padding: 0 26px;
		font-size: 14px;
	}

	.header-home__left .logo img {
		max-height: 50px;
	}

	.wrap-page.scroll .header-home__left .logo img {
		max-height: 50px;
	}

	.layout-header-home {
		padding: 1px 0;
	}
}

@media (max-width: 575px) {
	.header-home__left .logo .name-logo {
		display: none;
	}

	.btn-login {
		padding-right: 8px;
	}

	.btn-resign .btn-dky {
		height: 36px;
		min-width: 100px;
		font-size: 15px;
	}

	.btn-login a {
		font-size: 15px;
	}

	.wp-menu-mb-js {
		width: 320px;
	}

	.btn-bg-color a {
		height: 36px;
		padding: 0 20px;
	}

	.btn-bg-color {
		margin-left: 14px;
	}
}

.header-homepage {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
}

.wp-homepage-mkt {
	display: flex;
	flex-direction: column;
}

.wp-homepage-mkt {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.main-homepage {
	flex: 1;
}

.block-main-homepage {
	flex: 1;
	background-image: url(./img-fix/bg-homepage.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 0;
	padding-top: 90px;
}

@media (min-width: 992px) {
	.block-main-homepage .container {
		max-width: 1030px;
	}
}

.form-resgin-product {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	padding: 40px 50px;
	align-items: center;
	display: flex;
}

.form-resgin-product .left {
	flex: 1;
	margin-right: 175px;
}

.form-resgin-product .right {
	width: 357px;
}

.form-resgin-product .left .title-form {
	margin-bottom: 30px;
}

.form-resgin-product .left .title-form h3 {
	color: #121212;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}

.form-resgin-product .left .title-form p {
	color: #121212;
	font-size: 16px;
	line-height: 1.25;
	margin: 0;
}

.imt-td-product {
	margin-bottom: 15px;
	display: flex;
	align-items: flex-start;
}

.imt-td-product:last-child {
	margin: 0;
}

.imt-td-product .icon {
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 2px;
}

.imt-td-product .content-imt {
	flex: 1;
	margin-left: 9px;
}

.imt-form-resign {
	margin-bottom: 10px;
}

.imt-form-resign input {
	width: 100%;
	height: 40px;
	border: 1px solid #b8b8b8;
	border-radius: 5px;
	transition: all 0.3s;
	color: #121212;
	font-size: 16px;
	padding: 0 15px;
	background: transparent;
}

.imt-form-resign input::placeholder {
	font-size: 15px;
	opacity: 1;
}

.imt-form-resign input:focus {
	border-color: #006cfe;
}

.btn-resign-tv-free .layout-resign {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #006cfe;
	transition: all 0.3s;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}

.btn-resign-tv-free {
	padding-top: 20px;
}

.btn-resign-tv-free .layout-resign:hover {
	background: #0565d7;
}

@media (min-width: 768px) and (max-width: 991px) {
	.form-resgin-product .left {
		margin-right: 20px;
	}

	.form-resgin-product {
		padding: 25px;
		align-items: flex-start;
	}

	.form-resgin-product .right {
		width: 300px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.form-resgin-product .left {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.form-resgin-product {
		padding: 35px;
		display: block;
	}

	.form-resgin-product .right {
		width: 100%;
	}

	.imt-td-product {
		margin-bottom: 7px;
	}

	.form-resgin-product .left .title-form {
		margin-bottom: 15px;
	}
}

@media (max-width: 575px) {
	.form-resgin-product .left {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.form-resgin-product {
		padding: 15px;
		display: block;
	}

	.form-resgin-product .right {
		width: 100%;
	}

	.imt-td-product {
		margin-bottom: 7px;
	}

	.form-resgin-product .left .title-form {
		margin-bottom: 15px;
	}

	.block-main-homepage {
		padding-top: 75px;
		padding-bottom: 40px;
	}
}

@media (min-width: 1600px) {
	.footer-child-page .container {
		max-width: 1630px;
	}
}

.footer-child-page {
	background: #121212;
	padding: 25px 0;
}

.ft-top-child-page {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.ft-top-child-page .content .txt-regular {
	color: #fff;
	font-size: 15px;
}

.ft-top-child-page .content .txt-light {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}

.footer-child-page .lst-imt-ft {
	justify-content: center;
	margin-top: 25px;
	display: flex;
	align-items: center;
	grid-gap: 21px;
}

.footer-child-page .lst-imt-ft .imt-ft {
	position: relative;
	padding-right: 20px;
}

.footer-child-page .lst-imt-ft .imt-ft:before {
	content: '';
	position: absolute;
	top: 1px;
	width: 1px;
	height: 18px;
	background: #9c9c9c;
	right: 0;
}

.lst-imt-ft .imt-ft a {
	display: block;
	color: #9c9c9c;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s;
}

.lst-imt-ft .imt-ft a:hover {
	color: #fff;
}

.logo-ft {
	margin-right: 15px;
}

.footer-child-page .lst-imt-ft .imt-ft:last-child:before {
	display: none;
}

@media (max-width: 991px) {
	.footer-child-page .lst-info-mst-map {
		display: block;
	}

	.footer-child-page .lst-info-mst-map .imt-mst-map:before {
		display: none;
	}

	.ft-top-child-page {
		display: block;
	}

	.logo-ft {
		margin: 0;
		margin-bottom: 15px;
	}
}

@media (max-width: 575px) {
	.footer-child-page .lst-imt-ft {
		display: block;
		margin-top: 20px;
	}

	.footer-child-page .lst-imt-ft .imt-ft {
		padding: 0;
		margin-bottom: 2px;
	}

	.footer-child-page .lst-imt-ft .imt-ft:before {
		display: none;
	}
}

.lst-info-mst-map {
	display: flex;
}

.lst-info-mst-map .imt-mst-map {
	position: relative;
	padding-right: 20px;
}

.lst-info-mst-map .imt-mst-map:before {
	content: '';
	position: absolute;
	top: 4px;
	right: 10px;
	background: #fff;
	width: 1px;
	height: 14px;
}

.lst-info-mst-map .imt-mst-map:last-child:before {
	display: none;
}

@media (max-width: 767px) {
	.lst-info-mst-map {
		display: block;
	}

	.lst-info-mst-map .imt-mst-map:before {
		display: none;
	}
}
