@charset "utf-8";

.footer_wrap {
	max-width: 1366px;
	margin: 0 auto;
}

/*BANNER*/
.banner_ir {
	min-height: 500px;
	height: 500px;
	width: 100%;
	background-position: center 70%;
	background-attachment: fixed;
	background-size: cover;
	display: table;
}
.banner_ir .text_banner {
	display: table-cell;
	vertical-align: middle;
}
.banner_ir .text_banner h1 {
	font-size: 45px;
	line-height: 50px;
	color: #fff;
	letter-spacing: 0.03em;
	text-shadow: -1px 2px 10px #857a79;
}
.banner_ir .text_banner h2 {
	font-size: 65px;
    color: #fff;
    line-height: 75px;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-shadow: -1px 2px 10px #857a79;
}
@media (max-width:1024px){
	.banner_ir {
		background-attachment: inherit;
	}
	.banner_ir .text_banner h1 {
		font-size: 41px;
	}
	.banner_ir .text_banner h2 {
		font-size: 70px;
	}
}
@media (max-width:399px){
	.banner_ir {
		background-attachment: inherit;
	}
	.banner_ir .text_banner h1 {
		font-size: 41px;
	}
	.banner_ir .text_banner h2 {
		font-size: 47px;
		line-height: 43px;
	}
}
/*-------- iPads (portrait and landscape) --------*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    .banner_ir {
		background-attachment: inherit;
	}
	.banner_ir .text_banner h1 {
		font-size: 41px;
	}
	.banner_ir .text_banner h2 {
		font-size: 70px;
	}
}
/*-------- iPads Pro (portrait and landscape) --------*/
@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1366px) {
    .banner_ir {
        background-position: center 40%;
		background-attachment: inherit;
	}
	.banner_ir .text_banner h1 {
		font-size: 41px;
	}
	.banner_ir .text_banner h2 {
		font-size: 70px;
	}
}



.content-ir-wrap {
	max-width: 1366px;
	margin: 0 auto;	
}
/*BANNER*/


/*MENU IR*/
.main-ir-menu {
	padding: 1px 0;
    display: flex;
	margin-top: -.55rem;
    margin-bottom: -.55rem;
}
.menu-ir {
	width: 100%;
	padding: 0 25px;
	background: #f8f8f8;
	border-top: 1px #fff solid;
	-webkit-box-shadow: 0px 5px 20px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 20px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 20px -15px rgba(0,0,0,0.75);
	
	max-width: 1242px;
    margin: 0 auto;
}
.ir-shotcut-btn {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: inline-flex;
    margin: 0;
	border-right: 1px #e7e7e7 solid;
    border-left: 2px #fff solid;
	float: right;
	margin-top: -.75rem;
    margin-bottom: -.75rem;
}
ul.ir-shotcut-btn  {

}
ul.ir-shotcut-btn a {
	text-decoration: none;
	color: #4d4d4d;
}
ul.ir-shotcut-btn  li {
    list-style: none !important;
    margin: 0;
    padding: 12px 30px 11px;
    border-right: 2px #fff solid;
    border-left: 1px #e7e7e7 solid;
    display: flex;
	font-size: 14px;
    font-weight: 600;
}
ul.ir-shotcut-btn  li:hover {
	background: #e6f4fe;
	transition: all 0.2s linear;
}
.ir-shotcut-btn li img {
	float: left;
}
.ir-shotcut-btn li span {
	margin-left: 12px;
    margin-top: 4px;
}
.ir-shotcut-btn .hidden-name {
	display: inline-flex;
}
@media (max-width:992px){
	.ir-shotcut-btn .hidden-name {
		display: none;
	}
}
/*MENU IR*/

/*CALENDAR*/
.calendar-grap {
	margin: 0 0 40px !important;
}
.calendar-bg {
	width: 100%; 
	background: #0971CE;
}
.date-wrap {
	padding: 15px;
	overflow: hidden;
}
.date-ev {
	width: 70px;
	height: 70px;
	background: #e5ff1a;
	border-radius: 50%;
	display: table;
	text-align: center;
	float: left;
	margin-right: 7px;
	    margin-bottom: 5px;
}
.date-month {
	display: table-cell;
	vertical-align: middle;
}
.date-month h1 {
	padding-bottom: 0;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.date-month p {
	padding-bottom: 0;
    line-height: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.headline-ev {
    float: left;
	/*width: 100%;*/
    max-width: 274px;
	margin-bottom: 5px;
}
.headline-ev h1 {
	font-size: 15px;
	color: #fff;
	line-height: 18px;
    letter-spacing: 0.05em;
}
.date-time {
    float: left;
	/*width: 100%;*/
    max-width: 274px;
}
.date-time img {
	float: left;
	margin-right: 5px;
}
.date-time .date-dmy {
	background: rgba(255, 255, 255, 0.2);
    padding: 5px 10px;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.05em;
	    margin-bottom: 5px;
}
.location-wrap {
	padding: 10px 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
}
.location-wrap p {
	font-weight: 400;
    padding: 0;
    line-height: 18px;
    font-size: 13px;
    letter-spacing: 0.05em;
}
.file-wrap {
	padding: 10px 20px;
    background: #404041;
}
.file-wrap img {
	/*float: left;*/
	margin-right: 10px;
}
.file-wrap a {
    color: #fff;
	font-weight: 400;
    padding-right: 20px;
    display: inline-block;
    letter-spacing: 0.05em;
    font-size: 13px;
}
/*CALENDAR*/


/*NEWS*/
.news-stock {
	overflow: hidden;
}
.news-content {
	width: 100%;
	margin-bottom: 15px;
}
.news-content .header-text {
font-size: 31px;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}
.news-list-wrap {
	overflow: hidden;
    border-bottom: 1px #cacaca dashed;
    padding-top: 5px;
}
.news-list-wrap p {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 18px;
}
.news-list-wrap a {
font-size: 14px;
    letter-spacing: 0.01em;
    color: #000000;
    font-weight: 500;
}
.post-date {
    color: #a6a6a6 !important;
    font-size: 11px !important;
    font-weight: 500;
    padding-bottom: 5px;
}
.post-date span {
    color: #da3030;
}
a.more-btn {
    text-align: center;
    text-decoration: none;
    background: #0965b9;
    color: #fff;
    width: 144px;
    padding: 10px 30px;
    display: inline-block;
    letter-spacing: 0.05em;
    font-size: 14px;
}
a.more-btn:hover {
    background: #408dd8;
	text-decoration: none;
	color: #fff;
	transition: all 0.2s linear;
}
/*NEWS*/


/*STOCK*/
.stock-bg {
    width: 100%;
    min-height: 200px;
    background: #e1e1e1;
    overflow: hidden;
    padding: 31px 29px;
	   
}
.stock-wrap {
	background: #fff;
	padding: 15px;
	display: inline-block;
	-webkit-box-shadow: 0px 8px 20px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 20px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 20px -15px rgba(0,0,0,0.75);
}
/*STOCK*/

/*FINANCIAL*/
.fi-hi-wrap {
	overflow: hidden;
	padding: 30px 0;
	    margin: 15px 0 0;
}
.fi-hi-bg {
	background: #293553 url(../images/000018857094.jpg);
	background-position: center 31%;
	min-height: 340px;
	width: 100%;
	padding: 65px 45px;
}
.fi-hi-wrap h1 {
	font-size: 31px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.fi-hi-wrap i {
	font-size: 14px;
	color: #fff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.fi-hi-wrap a {
	font-size: 14px;
	color: #fff;
    letter-spacing: 0.05em;
	float: right;
}
.fi-hi-wrap a:hover {
	color: #e6ff1c;
}
.status-wrap {
	width: 100%;
    padding: 15px 20px 5px;
    margin: 15px 0;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px #5b6670 solid;
    border-top: 1px #5b6670 solid;
	overflow: hidden;
	color: #fff;
}
.status-list {
	width: 100%;
	overflow: hidden;
	    margin-bottom: 10px;
}
.status-icn {
	float: left;
	    padding: 0 10px;
}
.status-text {
	float: left;
}
.st-header {
	font-size: 16px;
	padding-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.st-value {
    font-size: 38px;
    font-weight: 500;
    color: #e6ff1c;
    letter-spacing: 0.05em;
    padding-bottom: 0;
    line-height: 34px;
}
.st-unit {
	font-size: 16px;
	padding-bottom: 0;
	letter-spacing: 0.05em;
}

/*FINANCIAL*/

/*HIGHLIGHT*/
.highlight-wrap {
	overflow: hidden;
	padding: 30px 0 0;
}
.highlight-wrap h1 {
    font-size: 31px;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
	    margin-bottom: 30px;
}
.hl {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.hl-img {
	overflow: hidden;
	background-size:cover;
	height: 215px;
	margin-bottom: 30px;
}
.hl-detail {
    padding: 0 30px;
    margin-left: -15px;
	margin-right: 15px;
    min-height: 156px;
    border-bottom: 1px #c5c5c3 solid;
}
.hl-detail h4 {
font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.hl-detail p {
    line-height: 20px;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: 400;
    color: #848484;
}
.read-more {
	text-align: right;
    padding: 14px 15px 15px 15px;
}
.read-more a {
    font-size: 14px;
    color: #0b66b9;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.read-more a:hover {
	color: #408dd8;
	text-decoration: none;
}
/*HIGHLIGHT*/


/*ANNUAL*/
.annual-email {
	overflow: hidden;
	padding: 30px 0 0;
}
.annual-email .annual-wrap {
	width: 100%;
	min-height: 400px;
	overflow: hidden;
	background: #0965b9;
	display: table;
	padding: 60px 30px;
	margin-bottom: 30px;
}
@media (min-width:992px) {
	.annual-email .annual-wrap {
		width: 100%;
		min-height: 380px;
		overflow: hidden;
		background: #0965b9 url(../images/bg_annual.jpg) no-repeat;
		display: table;
		padding: 0 30px;
	}
}
.annual-content {
	display: table-cell;
    color: #fff;
    vertical-align: middle;
    text-align: left;
}
.annual-content h1 {
    font-size: 31px;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.annual-content p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    margin-bottom: 3px;
    letter-spacing: 0.02em;
}
.annual-content a {
    font-size: 14px;
    font-weight: normal;
    color: #fff !important;
    line-height: 20px;
    margin-bottom: 10px;
    border: 1px #fff solid;
    padding: 10px 35px;
    display: table;
    border-radius: 3px;
    text-align: center;
    width: 100%;
    text-decoration: none !important;
    background: transparent;
	letter-spacing: 0.02em;
}
.annual-content a:hover {
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.2s linear;
}
.annual-content a.y-btn {
    background: #e5ff1c;
    border: 1px #e2ff00 solid;
    color: #000 !important;
}
.annual-content a.y-btn:hover {
    background: #fff11c;
}
.annual-detail {
    float: left;
    width: 100%;
    padding: 0 15px 0 15px;
}
.cover {
width: 100%;
    padding: 0 30px;
    float: none;
    margin-bottom: 30px;
}
.cover img {
    border-radius: 3px;
    -webkit-box-shadow: 10px 15px 30px -5px hsla(0, 0%, 0%, 0.45);
    -moz-box-shadow: 10px 15px 30px -5px hsla(0, 0%, 0%, 0.45);
    box-shadow: 10px 15px 30px -5px hsla(0, 0%, 0%, 0.45);
}
@media (min-width:600px) and (max-width:991px){
	.cover {
		width: 100%;
		padding: 0 130px;
		float: none;
		margin-bottom: 30px;
	}
}
@media (min-width:992px) and (max-width:1599px){
	.cover {
		width: 28%;
		padding: 0 15px;
		float: left;
		border-radius: 3px;
	}
	.annual-detail {
		float: left;
		width: 72%;
		padding: 0 15px 0 15px;
	}
	.annual-content a {
		padding: 10px 50px;
		width: 235px;
	}
}
@media (min-width:1600px) {
	.cover {
		width: 30%;
		padding: 0 15px;
		float: left;
		border-radius: 3px;
		margin-bottom: 0;
	}
	.annual-detail {
		float: left;
		width: 70%;
		padding: 0 15px 0 15px;
	}
	.annual-content a {
		padding: 10px 50px;
		width: 235px;
	}
}
@media (min-width:1750px) {
	.cover {
		width: 30%;
		padding: 0 15px;
		float: left;
		border-radius: 3px;
		margin-bottom: 0;
	}
	.annual-detail {
		float: left;
		width: 70%;
		padding: 0 15px 0 15px;
	}
}
/*ANNUAL*/


/*EMAIL*/
.email-wrap {
	width: 100%;
    min-height: 380px;
    background: #3b3c37 url(../images/iStock-599682322.jpg);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: top right;
	padding: 30px;
}
.email-wrap h1 {
	color: #fff;
	font-size: 31px;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.email-wrap p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
    margin-bottom: 3px;
	letter-spacing: 0.05em;
}
.email-detail {
	width: 50%;
    position: absolute;
    bottom: 22px;
}
.email-wrap a {
	font-size: 14px;
    background: #0965b9;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    position: absolute;
    right: 45px;
    bottom: 40px;
    letter-spacing: 0.02em;
}
.email-wrap a:hover {
	background: #408dd8;
	color: #fff;
    text-decoration: none;
	transition: all 0.2s linear;
}
.email-size {
	margin-right: 0 !important;
}
@media (max-width:991px){
	.email-size {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}
/*EMAIL*/


/*SUB*/
.banner_ir_sub {
	min-height: 250px;
	height: 250px;
	width: 100%;
	background-position: center 645%;
	background-attachment: fixed;
	background-size: cover;
	display: table;
	/*background-repeat: no-repeat;*/
	background-repeat: inherit;
}
.banner_ir_sub .text_banner {
	display: table-cell;
	vertical-align: middle;
}
@media (max-width:1024px){
	.banner_ir_sub {
		background-attachment: inherit;
		background-repeat: no-repeat;
		background-position: center 50%;
	}
}
.text_banner h1 {
    font-size: 35px;
    line-height: 50px;
    color: #fff;
    letter-spacing: 0.1em;
    text-shadow: -1px 2px 10px #857a79;
}
.text_banner h2 {
    font-size: 80px;
    color: #fff;
    line-height: 75px;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-shadow: -1px 2px 10px #857a79;
}
.sub-wrap {
	padding: 50px 0 0;
}
.sub-wrap h1 {
	font-size: 31px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    color: #0a71ce;
    text-align: center;
	text-transform: uppercase;
}
.sub-wrap p {
font-size: 14px;
    letter-spacing: 0.02em;
    font-weight: 400;
}
.little-detail {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}
.table-data {
    overflow-x: auto;
    width: 100%;
    max-width: 1216px;
}
.topic-text {
font-size: 18px;
    letter-spacing: 0.02em;
}
.open-sans {
	font-family: 'Open Sans',sans-serif;
}
.w-400 {
	font-weight: 400 !important;
}
/*SUB*/


/*CONTACT IR*/
.map-edge {
    padding-right: 0;
}
@media (min-width:992px) {
	.map-edge {
		padding-right: 30px;
	}
}
.capcha-wrap {
    margin: 15px 0 30px;
    text-align: left;
    border: 1px #ccc solid;
    display: table;
    border-radius: 4px;
    overflow: hidden;
}
textarea.form-control {
	height: 150px !important;
}
/*CONTACT IR*/


/*annual report page*/
.annual-report .annual-wrap {
    min-height: 200px;
    background: #dde0e2;
    margin-bottom: 25px;
    overflow: hidden;
    text-align: center;
    border: 1px #e9e9e9 solid;
    padding-top: 15px;
    border-radius: 3px;
}
.annual-report .annual-wrap:hover {
    transition: all cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.3s;
    background: #e0e6e9;
}
.annual-report .annual-wrap .cover-wrap {
    width: 60%;
    text-align: center;
    margin: 20px auto 30px;
}
.annual-report .font_home_irhead7 {
    font-family: "Kanit", sans-serif;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #171717;
    padding: 0 27px;
}	
.annual-report .font_home_irhead6 {
	font-size: 18px !important;
    color: #3f3f3f;
    padding: 0 27px;
    font-weight: 600;
}	
.annual-report .font_text_irhome5 p {
    font-family: "Kanit", sans-serif;
    font-size: 13px;
    color: #888;
    line-height: 20px;
    letter-spacing: 1px;
}	

@keyframes slideDown{
    0% { top: -30px; }
    100% { top: 80px;}
}
@-webkit-keyframes slideDown{
    0% { top: -30px; }
    100% { top: 80px;}
}
@-moz-keyframes slideDown{
    0% { top: -30px; }
    100% { top: 80px;}
}
/*a-btn2*/
.annual-report .a-btn2{
    /*-webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;*/
    padding:15px 30px 15px 30px;
    position:relative;
    float:left;
    width: 100%;
    display:block;
    overflow:hidden;
    margin-top: 30px;
	
background: rgba(73,155,234,1);
background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
	
	
	border-top: 1px #EFF0F2 solid;
}
.annual-report .a-btn2:hover{
	text-decoration:none;
	
background: rgba(32,124,229,1);
background: -moz-linear-gradient(top, rgba(32,124,229,1) 0%, rgba(73,155,234,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32,124,229,1)), color-stop(100%, rgba(73,155,234,1)));
background: -webkit-linear-gradient(top, rgba(32,124,229,1) 0%, rgba(73,155,234,1) 100%);
background: -o-linear-gradient(top, rgba(32,124,229,1) 0%, rgba(73,155,234,1) 100%);
background: -ms-linear-gradient(top, rgba(32,124,229,1) 0%, rgba(73,155,234,1) 100%);
background: linear-gradient(to bottom, rgba(32,124,229,1) 0%, rgba(73,155,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207ce5', endColorstr='#499bea', GradientType=0 );
}
.annual-report .a-btn2:hover .a-btn-symbol{
    opacity:0;
}
.annual-report .a-btn2:hover .a-btn-slide-icon{
    -webkit-animation:slideDown 0.9s linear infinite;
    -moz-animation:slideDown 0.9s linear infinite;
    animation:slideDown 0.9s linear infinite;
}
.annual-report .a-btn2:active{
    background:#eee;
    -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.1) inset, 0px 0px 0px 1px rgba(188,188,188,0.1);
    -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.1) inset, 0px 0px 0px 1px rgba(188,188,188,0.1);
    box-shadow:0px 1px 2px rgba(0,0,0,0.1) inset, 0px 0px 0px 1px rgba(188,188,188,0.1);
}
.annual-report .a-btn2:active .a-btn-text{
    color:#fff;
    text-shadow:0px 1px 1px rgba(0,0,0,0.3);
}
.annual-report .a-btn2 .a-btn-slide-text{
    font-size: 16px;
    color: #fefdee;
    line-height: 20px;
    letter-spacing: 1px;
    text-shadow:none;
	text-decoration:none;
	    font-weight: 300;
}
.annual-report .a-btn2:active .a-btn-slide-text{
    font-size: 20px;
    color: #888;
    line-height: 20px;
    letter-spacing: 1px;
    text-shadow:none;
	text-decoration:none;
}
.annual-report .a-btn2 .a-btn-symbol{
    font-family: 'Glyphicons Halflings';
    color:#cbe5ff;
    font-size:20px;
    text-shadow:1px 1px 2px rgba(255,255,255,0.5);
    position:absolute;
    left: 19px;
    top: 9px;
    line-height:32px;
    -webkit-transition:opacity 0.3s ease-in-out;
    -moz-transition:opacity 0.3s ease-in-out;
    -o-transition:opacity 0.3s ease-in-out;
    transition:opacity 0.3s ease-in-out;
}
.annual-report .a-btn2 a:visited.a-btn-slide-text  {
	text-decoration:none;
}
.annual-report .a-btn-slide-icon {
    position: absolute;
    top: -30px;
    width: 22px;
    height: 22px;
    background: transparent url(../images/arrow_down_black.png) no-repeat top left;
    left: 20px;
    opacity: 0.4;
}
.annual-report .shadow-2 {
    -webkit-box-shadow: -15px 15px 30px -5px hsla(0, 0%, 0%, 0.45);
    -moz-box-shadow: -15px 15px 30px -5px hsla(0, 0%, 0%, 0.45);
    box-shadow: -15px 15px 30px -5px hsla(0, 0%, 0%, 0.45);
}
/*annual report page*/


/*READ*/
.news_img {
	width: 100%;
    max-width: 631px;
    border: 10px #fff solid;
    box-shadow: 0px 7px 20px -15px rgba(0,0,0,1);
    margin-bottom: 60px;
}
.read-page {
	font-family: 'Kanit', sans-serif;
	letter-spacing: 0.05em;
	padding: 0 0 70px 0 !important;
}
.header-read-page {
	border-top: 2px solid rgb(10, 113, 206);
	background: #fff;
	padding: 15px;
	    margin-bottom: 50px;
	/*-webkit-box-shadow: 0px 4px 10px -7px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 4px 10px -7px rgba(0,0,0,0.50);
    box-shadow: 0px 4px 10px -7px rgba(0,0,0,0.50);*/
}
.logo-read-page {
	width: 100%;
	max-width: 170px;
	margin: auto;
}
.read-page h1 {
	font-size: 47px;
	font-weight: 500;
	margin-bottom: 30px;
}
.read-page p {
	font-size: 14px;
	font-weight: 400;
}
/*READ*/



      /*-----------------------------------------------------------------------------------*/
/* Cookie
/*-----------------------------------------------------------------------------------*/
.cover-cookie-card {
    background-color: #fff;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 5px;
    align-items: center;
    flex-direction: row;
    margin: 0.8em;
    padding: 1.1em;
    /* border-width: 1px;
    border-style: solid; */
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    line-height: 29px !important;
    color: #282828;
    overflow: hidden;
    position: fixed;
    transition: opacity 1s ease 0s;
    z-index: 9999;
    font-weight: 100;
    font-size: 16px;
    box-shadow: -4px 3px 10px 0px rgb(68 68 68 / 6%);
  }
  .cookie-card-pic {
    width: 6%;
    height: auto;
  }
  .cover-cookie-card span.t1 {
    display: block;
    flex: 1 1 auto;
    margin-right: 1em;
    max-width: 100%;
    line-height: 1.5;
    margin-left: 15px;
  }
  .cover-cookie-card span.t1 a {
    color:#0971CE;
    transition: 0.25s;
    font-weight: 500;
  }
  .cover-cookie-card span.t1 a:hover {
    color: #0666b9;
    transition: 0.25s;
  }
  .bt-accept-cookie a.accept {
    line-height: 29px !important;
    font-size: 17px;
    color: #fff;
    background-color: rgb(9, 101, 185);
    padding: 10.5px 50px;
    height: 45px;
    margin-right: 20px;
    transition: 0.25s;
    cursor: pointer;
  }
  .bt-accept-cookie a.accept:hover {
    background-color: rgb(39, 128, 211);
    color: #fff;
    transition: 0.25s;
  }
  .bt-accept-cookie a.accept:active, .bt-accept-cookie a.accept:focus {
    outline: none;
    border: none;
  }
  /* cookies policy */
  .a-cookies-policy {
    color: #0971CE;
    transition: 0.25s;
  }
  .a-cookies-policy:hover {
    color: #0666b9;
    transition: 0.25s;
  }
  @media (max-width: 1024px) {
    .cookie-card-pic {
      width: 10%;
      height: auto;
    }
  }
  @media (max-width: 767px) {
    .cover-cookie-card {
        display: block;
        margin: auto;
    }
    .cover-cookie-card span.t1 {
        max-width: 100%;
        margin-bottom: 15px;
        text-align: center;
        margin-right: 0px;
        padding: 3px 15px 3px 15px;
        font-size: 14px;
    }
    .cookie-card-pic {
        width: 15%;
        height: auto;
        display: block;
        margin: auto;
    }
    .cookie-card-pic {
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .bt-accept-cookie {
        text-align: center;
    }
    .bt-accept-cookie a.accept {
        margin-right: 0px;
        font-size: 14px;
    }
}
  
  @media (max-width: 545px) {
    .cover-cookie-card span.t1 {
        max-width: 100%;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .cover-cookie-card {
        padding: 15px 0px 20px 5px;
    }
    .cookie-card-pic {
        margin: auto;
        width: 30%;
        margin-bottom: 10px;
    }
    .cover-cookie-card span.t1 {
        max-width: 100%;
        margin-bottom: 15px;
        text-align: center;
        margin-right: 0px;
        padding: 3px 15px 3px 15px;
        font-size: 14px;
    }
    .bt-accept-cookie {
            text-align: center;
    }
    .bt-accept-cookie a.accept {
        margin-right: 0px;
        font-size: 14px;
    }
  }
  
  #sub-cookies_policy {
    margin-bottom: 60px;
  }
  #sub-cookies_policy .section-text-head.sub .text-2 {
    text-align: left;
    line-height: 1.5;
    font-size: 24px;
    color: #008dC2;
  }
  #sub-cookies_policy .section-text-head .text-2 span {
    color: #ffffff;
  }
  #sub-cookies_policy .text-sub-p.b {
    margin-top: 30px;
    margin-bottom: 6px;
  }
  #sub-cookies_policy .text-sub-p.b b {
    color: #008dC2;
  }
  #sub-cookies_policy .text-sub-p b {
    color: #ffffff;
  }
  #sub-cookies_policy dl dt {
    float: left;
  }
  #sub-cookies_policy dl dd {
    padding-left: 80px;
  }