/* edit 16 03 2021 pdpa */
[canvas="site-container-default"]{
    transform: inherit;
}

.cookie.cookieconsent{
	width: 100%;
	padding: 20px;
	position: fixed;
	bottom: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.85);
	z-index: 999;
}
.cookie.cookieconsent .b-cookie{display: flex; justify-content: space-between; align-items: center;}
.cookie.cookieconsent .b-cookie .action .link{font-size: 18px; color: #fff; border: 1px solid #d60011; background-color: #d60011; padding: 10px 50px; transition: all 0.3s ease-in-out;}
.cookie.cookieconsent .b-cookie .action .link:hover{color: #d60011;background-color: #fff;}
.cookie.cookieconsent .b-cookie-text{display: flex; align-items: center;}
.cookie.cookieconsent .b-cookie-text .icon{margin-right: 20px;}
.cookie.cookieconsent .content{font-size: 20px; line-height: 1.2em;}
.cookie.cookieconsent .content .desc .link{color: #fff; text-decoration: underline;}
.cookie.cookieconsent .content .desc .link:hover{color: #d60011;}

.contact-page .edit-content{font-size: 20px; padding-bottom: 20px;}
.contact-page .ck-privacy ol{list-style-type: decimal; padding-left: 15px; margin-bottom: 10px;}
.contact-page .edit-content .topic{font-size: 22px; font-weight: bold; padding: 5px 0;}
.contact-page .edit-content .address{padding-bottom: 15px;}
.contact-page .edit-content .text-indent{text-indent: 1em; padding-bottom: 15px;}
@media screen and (max-width: 1600px){
	.cookie.cookieconsent .b-cookie.b-cookie-en .action .link{display: block; width: 100%; padding: 10px 20px;}
}
@media screen and (max-width: 1440px){
	.cookie.cookieconsent .content{font-size: 20px;}
	.cookie.cookieconsent .icon img{width: 50px;}
	.contact-page .edit-content .topic{font-size: 20px;}
	.contact-page .edit-content{font-size: 19px;}
}
@media screen and (max-width: 1199px){
	.cookie.cookieconsent .b-cookie .b-cookie-text{width: calc(100% - 160px);}
	.cookie.cookieconsent .content .desc{font-size: 16px;}
	.cookie.cookieconsent .b-cookie.b-cookie-en .action .link{padding: 7px 20px;}
	.cookie.cookieconsent .b-cookie .action .link{padding: 7px 40px;}
	.cookie.cookieconsent .content .desc br{display: none;}
}
@media screen and (max-width: 575px){
	.cookie.cookieconsent{padding: 25px 10px;}
	.cookie.cookieconsent .b-cookie{display: block;}
	.cookie.cookieconsent .content{font-size: 16px;}
	.cookie.cookieconsent .content .desc br{display: none;}
	.cookie.cookieconsent .b-cookie .action{margin-top: 20px;}
	.cookie.cookieconsent .b-cookie-text .icon{display: none;}
	.cookie.cookieconsent .b-cookie .b-cookie-text{width: 100%;}
	.cookie.cookieconsent .b-cookie.b-cookie-en .action .link{display: unset; width: auto;}
}
@supports (backdrop-filter: none) {
    .cookie.cookieconsent{
        background-color: rgba(0, 0, 0, 0.7);
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
    }
}
@supports not (backdrop-filter: none) {
    .cookie.cookieconsent{
        background-color: rgba(0, 0, 0, 0.85);
    }
}