#page_content p,
#page_content li {
	font-size: 1.5em;
    line-height: 1.6em;
    color: #000;
	text-align: left;
}

#page_content p.small-text {
    font-size: 0.8em;
}

hr {
    max-width: 400px;
    border-color: rgba(191,135,0,1);
}

body {
	background-image: url(../../../resource/ITAward/img/2023/banner-bg.jpg);
    background-repeat: repeat-x;
	background-position: center -100px;
	background-size: 1500px auto;
	background-color: rgb(255,255,255);
}
/*
@media only screen and (max-width: 1199px) {
    body {
        background-size: 100%;
    }
}
*/
.featured_header {
	padding-top: 70px;
	/* background-color: #0784c1; */
	margin-bottom: 30px;
}

.featured_header h2 {
	margin: 10px 0 0;
	/* padding: 20px 0 10px; */
	text-align: center;
	font-size: 3.8em;
	font-weight: 700;
	line-height: normal;
	color: rgb(255,255,255);
}

.featured_header h3 {
	display: inherit;
	margin: 15px 0 0;
	/* padding: 0 0 40px; */
	text-align: center;
	font-size: 1.7em;
	font-weight: 400;
	letter-spacing: 3px;
	color: rgb(255,255,255);
}

/* 2022 settings */
@media(max-width:1100px) {
    .featured_header h2 {
        margin: 0;
        font-size: 3em;
    }
}
@media(max-width:865px) {
    .featured_header h2 {
        margin: 0;
        font-size: 2.8em;
    }
    .featured_header h3 {
    	font-size: 1.5em;
    	margin-top: 10px;
    }
}
@media(max-width:768px) {
    .featured_header h2 {
        font-size: 2.5em;
    }
}
@media(max-width:680px) {
    .featured_header h2 {
        font-size: 2em;
    }
    .featured_header h3 {
    	margin-top: 5px;
    }
}
@media(max-width: 576px) {
    .featured_header h2 {
        font-size: 1.6em;
    }
}
@media(max-width: 520px) {
    .featured_header h3 {
        margin-top: 2px;
    }
}
/* END: 2022 settings */

.box {
    padding: 10px 5px;
	margin-top: 20px;
	margin-bottom: 20px;
    background: rgba(255,255,255,0.9);
}

.box-corp-info {
	background: #fff;
    color: #000;
}

.box-corp-into p,
.box-corp-into li {
    color: #000 !important;
}

.box h2, .box h3 {
	color: rgb(229,133,57);
    /* text-shadow: 2px 2px 3px rgba(0,0,0,0.6); */
	text-align: center;
	margin-bottom: 20px;
}

.box p {
	text-indent: 2em;
}
.box p>a:link,
.feature_paragraphs a {
    color: rgb(229,133,57);
}
.box p>a:hover {
    text-decoration: underline;
}

#page_content .page_content_container div.row.box:last-of-type {
	padding-bottom: 20px;
}

.logo-list>li {
	margin: auto 20px;
}

.thumbnail .caption {
    color: rgba(229,133,57,1);
    padding: 2px 0;
    font-size: 1.3em;
}

.content-img {
	width: 250px;
    background-color: transparent;
    border: 0;
}

.img-full {
    min-width: 100%;
}

.img-container {
	width: 100%;
	overflow: hidden;
}

.heading-img-container {
    padding: 0;
}
.heading-img {
    /*
    background-color: #000;
    border-color: #000;
    margin-bottom: 0;
    */
}
/*
.img-left {
	float: left;
	margin-right: 25px;
}
*/
.img-right {
	float: right;
	margin-left: 25px;
}

.img-border {
    border: 5px solid rgba(223,192,104,1);
}

.corp-logo {
	max-width: 300px;
	margin: 0 auto 10px;
}


.corp-info-list a {
    color: #000;
}
.corp-info-list li {
    font-weight: 700;
}
.corp-info-list li>img {
    margin-right: 5px;
}

#page_content p.remark-p {
	font-size: 0.9em;
}

@media screen and (max-width:480px) {
    hr {
        max-width: 250px;
    }
    
	.page_header {
		padding-bottom: 30px;
	}
	
	.featured_header h2 {
		font-size: 3em;
	}
	
	.featured_header h3 {
		padding: 0;
		font-size: 2em;
	}
		
	.img-border {
		float: none;
		margin: 0 auto 0;
		border: 5px solid rgba(223,192,104,1);
	}
	
	.img-left, .img-right {
		float: none;
		margin: 0 auto 0;
	}
}

.fb-wrapper {
    overflow: hidden;
    padding-bottom: 55.2%; /* 56.25%;*/
    position: relative;
    height: 0;
    background-repeat:no-repeat;
}

.fb-wrapper iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.brand_block .brand_text {
    text-indent: 0 !important;
    text-align: right;
}
.brand_block .brand_text::first-letter {
    font-size: 1em !important;
    line-height: 1.6em !important;
    color: #fff !important;
}

@media screen and (min-width:481px) and (max-width:768px) {
    hr.img-separator {
        visibility: hidden;
    }
}

@media screen and (max-width:768px) {
    .content-img {
		width: auto;
        float: none;
        margin-left: inherit;
	}
    
    .brand_block .brand_text {
        margin: 5px auto 20px;
        text-indent: 0 !important;
        text-align: center;
    }
    .brand_block .win10_block_right img {
        float: none !important;
        margin: 0 auto !important;
    }
}

@media screen and (min-width:1024px) {
	.content-img {
		width: 400px;
	}
	.content-img-3c {
		width: 350px;
	}
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

@media screen and (max-width:1170px) {
	.corp-logo {
		margin: auto;
	}
}
