/**
 * Global CSS
 * ------------------------------------------------------------------------------
 **/
body {
	font-family: Khmer Os Battambang,Arial,Helvetica,sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	color: #222222;
	background: #FFFFFF;
	overflow-x: hidden;
}
.article, .section, .aside, .hgroup, .nav, .header, .footer, .figure, .figcaption {
	display: block;
}
a, a:hover, a:visited, a:link, a:active, a:focus {
    text-decoration: none;
	outline: none;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: 300;
}
textarea:focus, input:focus {
    outline: none;
}
/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    background: none;
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
       -moz-user-select: none;
        -ms-user-select: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 *  Custome bootstrap
 * ------------------------------------------------------------------------------
 */
.container-fluid {
	padding: 0;
}

/*
 *  Header
 * ------------------------------------------------------------------------------
 */
#topHeader {
	position: relative;
	top: 0;		
} 
#header {	
	padding: 15px 0;	
} 
#header #logo a {
	display: table;
}


/*
 *  Nav menu
 * ------------------------------------------------------------------------------
 */
#menuDesk {		   
    border-top: 2px solid #F92448;
	border-bottom: 2px solid #A43E89; 
    background: #202038;
} 
.affix {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 9999;	
	box-shadow: 0 3px 5px rgba(0,0,0,.3);
}
/* 
.affix #header {
	padding: 10px 0;
	background: #FFFFFF;
}
.affix #header #logo img {
	max-height: 60px;
}
.affix #header .navbar-nav > li {
	max-height: 60px;
	padding: 0px 35px;
}
.affix #header .navbar-inverse .navbar-nav > li > a {
	font-size: 14px;
	padding: 7px 0 0 0;
}
.affix #header .navbar-inverse .navbar-nav > li form {
	padding: 7px 0 0 0;
}  */
.navbar {
	border-radius: 0;
} 
.navbar-inverse {  	
	border: 0;
	background: none;	
	margin: 0;
	padding: 0;
} 
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {		
	background: none;
	color: #A43E89;
	font-weight: 700;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {	
	background: none;
	color: #A43E89;
}
.navbar-inverse .navbar-nav > li > a {
	font-family: BayonV8Khmer,Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 29px;
	font-weight: 300;
	color: #FFFFFF;
	text-align: left;
	padding: 12px 0 0 0;
	margin: 0;			
}
.navbar-inverse .navbar-nav > li > a:hover {			
	background: none;
	color: #A43E89;
}
.navbar-inverse .navbar-nav > li > a i {
	display: inline-block;
	text-align: left;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;	
	position: relative;
	top: -10px;
	padding-right: 5px;
}
/* .navbar-inverse .navbar-nav > li.active > a i {
	color: #673090;
	border-color: #673090;
} */
.navbar-inverse .navbar-nav > li > a div {
	display: inline-block;
	height: 29px;
	overflow: hidden;
}
.navbar-inverse .navbar-nav > li > a div span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.navbar-inverse .navbar-nav > li > a div span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	color: #A43E89;
	font-weight: 300;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);	
}

.navbar-inverse .navbar-nav > li > a:hover div span,
.navbar-inverse .navbar-nav > li > a:focus div span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
.navbar-inverse .navbar-nav > li.active > a:hover div span,
.navbar-inverse .navbar-nav > li.active > a:focus div span {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
ul.navbar-nav {
	width: 100%;
}
.navbar-nav > li {	
	display: table;
	padding: 0 20px;	
}
.navbar-nav > li:last-child {	
	padding: 0;
	float: right;
}
.navbar-inverse .navbar-nav > li.dropdown > a i.caret {
	position: relative;
    top: 5px;
	display: inline;
	border-right: 4px solid transparent;
	padding: 0;	
}

#headerRes {
	display: none;
}

/*
 *  Custom Dropdow Submenu
 * ------------------------------------------------------------------------------
 */
.dropdown-menu {
	background-color: #FFFFFF;
	border-top: 3px solid #673090;
	margin-top: 0 !important;
} 
.dropdown-menu .divider {
	background-color: rgba(0, 0, 0, 0.3);
}
.dropdown-menu > li > a {
	color: #673090;
} 
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: none;
    color: #A43E89;
} 
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background: none;
	color: #A43E89;
} 
.dropdown-menu > li > a i {
	padding-right: 5px;
} 

/*
 *  Caption
 * ------------------------------------------------------------------------------
 */
.caption {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-repeat: repeat;	
	background: linear-gradient(0deg, #000000, rgba(255, 255, 255, 0));
} 
.caption .caption-entry {
	/* padding: 15px; */
}
.caption .caption-entry a {
	color: #FFFFFF;
	position: relative;
	z-index: 99;
}
.caption .caption-entry a:hover {
	text-decoration: underline;
}
.caption .caption-entry h4, .caption .caption-entry h6 {
	font-size: 18px;
	font-weight: 700;
	line-height: 34px;
	color: #FFFFFF;
	text-shadow: -1px -1px 0 #202038, 1px -1px 0 #202038, -1px 1px 0 #202038, 1px 1px 0 #202038;
	word-break: break-word;
    word-wrap: break-word;
	overflow: hidden;
    max-height: 68px;
}
.overlay:hover .caption h4, .overlay:hover .caption h6 {
	text-shadow: -1px -1px 0 #A43E89, 1px -1px 0 #A43E89, -1px 1px 0 #A43E89, 1px 1px 0 #A43E89;
}
.caption .caption-entry h6 {
	font-size: 16px;
	line-height: 29px;
	max-height: 58px;
}
.caption .caption-entry table {
	width: 100%;
	border: 0;
	border-bottom: 3px solid #A43E89;
	border-collapse: collapse;	
	display: block;
}
.caption .caption-entry table tr td {
	vertical-align: middle;
	font-size: 11px;
	font-weight: 700;
	line-height: 20px;
	color: #A43E89;
	text-transform: uppercase;
	padding: 3px 0;
}
.caption .caption-entry table tr td:first-child {	
	background: #A43E89;
	color: #FFFFFF;
	text-shadow: -1px -1px 0 #202038, 1px -1px 0 #202038, -1px 1px 0 #202038, 1px 1px 0 #202038;
	padding: 5px 5px;
	width: 10%;
}
.caption .caption-entry table tr td:last-child {
	padding-left: 10px;
	padding-right: 10px;
	width: 90%;
}
.caption .caption-entry table tr td span {
	padding: 5px 0;
}

/*
 *  B-LAZY CSS
 * ------------------------------------------------------------------------------
 */ 
.image-wrapper {
	/* background: #e5e5e5 url('https://www.poraman.com/assets/img/lazy_loading.gif') center center no-repeat; */
	background: #F5F5F5;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.image-wrapper.imgwrap-custom {
	padding-bottom: 59.25%;
}
.b-lazy {
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
	max-width: 100%;
	opacity: 0;
}
.b-lazy.b-loaded {
	opacity: 1;
}

/*
 *  Sidebar CSS
 * ------------------------------------------------------------------------------
 */
#sidebar {
	margin-bottom: 40px; 
	padding-top: 15px;
} 
#sidebar h2.section-title span {
	padding: 0 2%;
    text-align: center;
    line-height: 1;
	color: #A43E89;
	font-family: BayonV8Khmer,Arial,Helvetica,sans-serif;
	font-size: 24px;
    line-height: 33px;
	font-weight: 700;
	white-space: nowrap;
}
#sidebar .image-wrapper.imgwrap-custom {
	padding-bottom: 59.20%;
}
#sidebar .row {
	margin-left: -5px;
	margin-right: -5px;
}
#sidebar .row [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
#sidebar .sidebar-title a h6 {	
	font-size: 14px;
	line-height: 28px;
	max-height: 56px;
	overflow: hidden;
	word-break: break-word;
	word-wrap: break-word;
	text-align: left;
	color: #222222;
	margin-top: 10px;
}
#sidebar .sidebar-title a:hover h6 {
	text-decoration: underline;
}
#sidebar div.cate-type {		
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;		
}
#sidebar div.cate-type a {
	font-size: 11px;
	line-height: 20px;
	font-weight: 700;
	color: #FFFFFF;
	text-shadow: -1px -1px 0 #202038, 1px -1px 0 #202038, -1px 1px 0 #202038, 1px 1px 0 #202038;
	padding: 0 5px;	
	text-transform: uppercase;
}
#sidebar div.cate-type a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar div.cate-type a span {
	white-space: nowrap;
}

/*
 *  Sidebar radio
 * ------------------------------------------------------------------------------
 */
#sidebar.radioDrama .title h6 {
	font-size: 14px;
	line-height: 28px;
	max-height: 28px;
	overflow: hidden;
	word-break: break-word;
	word-wrap: break-word;
	color: #673090;
	text-align: left;
	font-weight: 700;
	margin: 0;
}
#sidebar.radioDrama .dateRate {
	margin: 5px 0 0 0;
}
#sidebar.radioDrama .dateRate span {
    font-size: 12px;
    line-height: 24px;
    color: #777777;
    text-align: left;
    float: left;
}
#sidebar.radioDrama .dateRate span:last-child {
    color: #FFA500;
    text-align: right;
    float: left;
	margin-left: 15px;
}
#sidebar.radioDrama .listen i, #sidebar .listen span {
	font-size: 12px;
	line-height: 24px;
	color: #777777;
	text-align: left;	
}

/*
 *  Video Responsive
 * ------------------------------------------------------------------------------
 */
.video-container {
	position: relative;   
	padding-bottom: 56.25%;
    /* padding-top: 30px;  */
	height: 0; 
	overflow: hidden;
	display: block;
}
.video-container object, .video-container iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.remove-bor-radius {
	border-radius: 0;
}

/*
 *  Search Suggest
 * ------------------------------------------------------------------------------
 */ 
.navbar-inverse .navbar-nav > li form {
	padding: 7px 0 0 0;
} 
.navbar-inverse .navbar-nav > li form button {
	color: #673090;
	border-color: #673090;
}
button.headIconsearch {
	width: 40px;
	height: 35px;
}
ul.headDropsearch {
	width: 368px;
	min-width: 160px;
	padding: 20px;
	margin: 7px -1px 0 0;
	/*** box bg ***/
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1000;
	display: none;			
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #FFFFFF;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-top: 3px solid #673090;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
} 
ul.headDropsearch .border-point {
	position: absolute;
	z-index: 9;
	top: -16px;
	right: 15px;
	color: #673090;
	font-size: 20px;
	line-height: 24px;
}
ul.headDropsearch .headSearch {
	width: 288px;
	height: 35px;
	background: none;	
}
ul.headDropsearch .headResult {	
	position: relative;
	top: 20px;
	background: none;
	box-shadow: none;
	border: 0;
	padding-bottom: 20px;
}
ul.headDropsearch .headResult  div.show:first-child {		
    border-top: 1px dotted #CCCCCC;
}
ul.headDropsearch button.submitSearch {
	width: 40px;
	height: 35px;
	border-color: #CCCCCC !important;
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
/*** search result ***/
div.headResult {
	position: absolute;
	top: 50px;
	right: 0;
	left: 0;
	z-index: 99;
	display: none;
	border-top: 0px;
	overflow: hidden;
	overflow-y: auto;
	border: 1px #CCCCCC solid;
	background-color: #FFFFFF;
	min-height: 125px;
	max-height: 450px;	
	box-shadow: 0 3px 5px rgba(0,0,0,.3);
	margin: auto;
}
div.headResult div.show {
	padding: 10px 0;
    border-bottom: 1px dotted #CCCCCC;
}
div.headResult div.show a {
	display: block;
}
div.headResult div.show span.name {	
	font-size: 13px;
	line-height: 24px;
	word-break: break-word;
	word-wrap: break-word;	
	color: #222222;
}
div.headResult div.show span.name:hover {
	/* background: hsla(0, 8%, 12%, 0.8);	 */
	/* color: #FFFFFF; */
	cursor: pointer;
	text-decoration: underline;
}
div.headResult div.show:last-child span.name {
	border-bottom: 0;
}
div.headResult div.show span.name strong {
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
div.headResult .row {	
	margin-left: -5px;
	margin-right: -5px;
}
div.headResult .row [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

/*
 *  Search Suggest mobile
 * ------------------------------------------------------------------------------
 */ 
#headerRes ul.headDropsearch .row {
	margin-left: 0;
	margin-right: 0;
 }
#headerRes ul.headDropsearch .row [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}
#headerRes ul.headDropsearch {
	width: 100%;
	margin-top: 0;
	padding: 15px;
	display: none;
}
#headerRes ul.headDropsearch .border-point {
	right: 30px;
}
#headerRes ul.headDropsearch .headSearch {
	width: 100%;
	border-radius: 0;
}
#headerRes ul.headDropsearch button.submitSearch {
	width: 100%;
	max-width: 40px;
}
#headerRes .headResult {
	width: 100% !important;
}
#headerRes .headResult div.show span.name {
	width: 100%;
	background: none;
}
#headerRes div.headResult .row {	
	margin-left: -5px;
	margin-right: -5px;
}
#headerRes div.headResult .row [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
#headerRes div.headResult div.show span.name strong {
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
#headerRes .overlay {	
	display: block !important; 	
}
#headerRes .overlay:after, #headerRes .overlay:before {
	height: 100% !important;
	background: #673090 !important;
}

/*
 *  Section title
 * ------------------------------------------------------------------------------
 */ 
h2.section-title {
	font-size: 24px;
    line-height: 30px;
	font-weight: 700;	
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;	
    margin-bottom: 40px;
}
h2.section-title:before, h2.section-title:after {
	height: 2px;
    content: '';
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    position: relative;
    background-color: #673090;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
h2.section-title a.title,h2.section-title span.title {
	padding: 0 2%;
    text-align: center;
    line-height: 1;
	color: #A43E89;
	font-family: BayonV8Khmer,Arial,Helvetica,sans-serif;
	font-size: 24px;
    line-height: 33px;
	font-weight: 700;
	white-space: nowrap;
}
/*** page title ***/
h2.section-title.page-title {	
	padding: 15px 0 15px 0;
	margin-bottom: 0;
}
h2.section-title.page-title:before {
	-webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
h2.section-title.page-title:after {
	-webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}


/*
 *  Box border
 * ------------------------------------------------------------------------------
 */
.blockArticle {
	/* box-shadow: 0 2px 2px #CCCCCC; */
} 
.blockArticle table {
	width: 100%;
	height: 70px;
	border: 0;
	border-collapse: collapse;	
	display: table;
}
.blockArticle table tr td {
	padding: 5px 0;
}
.blockArticle table tr td:first-child {		
	border: 1px solid #A43E89;		
	width: 10%;	
}
.blockArticle table tr td:last-child {
	padding-left: 10px;
	padding-right: 10px;
	background: #A43E89;
	border: 1px solid #A43E89;	
	width: 90%;
}
.blockArticle table tr td:first-child a {
	font-size: 11px;
	font-weight: 700;
	line-height: 20px;
	color: #FFFFFF;	
	word-break: break-word;
    word-wrap: break-word;
	text-transform: uppercase;
	text-shadow: -1px -1px 0 #202038, 1px -1px 0 #202038, -1px 1px 0 #202038, 1px 1px 0 #202038;
	padding: 0 5px;
	display: block;	
}
.blockArticle table tr td:first-child a:hover {
	text-decoration: underline;
}
.blockArticle table tr td a.title {
	font-size: 16px;
	font-weight: 700;
	line-height: 29px;
	color: #FFFFFF;	
	word-break: break-word;
    word-wrap: break-word;
	text-shadow: -1px -1px 0 #202038, 1px -1px 0 #202038, -1px 1px 0 #202038, 1px 1px 0 #202038;
	overflow: hidden;
    max-height: 58px;	
	display: block;
}
.blockArticle table tr td a.title:hover {
	text-decoration: underline;
}
.col-md-3 .blockArticle table tr td a.title,
#divList .col-sm-6 .blockArticle table tr td a.title {
	font-weight: 300;
}

/*
 *  Animation line
 * ------------------------------------------------------------------------------
 */
.animation-element {
	opacity: 0;	
}
.animation-element.divLine {
	opacity: 1;  
    width: 0;
    height: 3px;
    background: #673090;
	-webkit-animation: dude .75s 1 forwards;
	-moz-animation: dude .75s 1 forwards;
	-o-animation: dude .75s 1 forwards;
	animation: dude .75s 1 forwards;	
}
@-webkit-keyframes dude {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@-moz-keyframes dude {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@-o-keyframes dude {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@keyframes dude {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

/*
 *  Follow social
 * ------------------------------------------------------------------------------
 */
ul.social {
	margin-top: 5px;
	text-align: center;
} 
ul.social li {
	width: 26px;
	height: 26px;
	float: none;
	margin-left: 20px;
	display: inline-table;
}
ul.social a {
	text-align: center !important;
	font-size: 14px !important;
	font-weight: 700 !important;
}
ul.social li:first-child {
	margin-left: 0;
}
ul.social li .icon-button {	
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;	
	line-height: 26px;	
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 26px;
	height: 26px;
	background-color: #FFFFFF;
	transform: rotate(45deg);
}
/* Circle */
ul.social li .icon-button span {	
	display: block;	
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
	height: 0;
}
ul.social li .icon-button:hover span {
	width: 26px;
	height: 26px;
	margin: -13px;	
}
ul.social .facebook span {
	background: #3B5998;
}
ul.social .youtube span {
	background: #C60000;
}
ul.social .instagram span {
	background: #b043c2;
}
ul.social .twitter span {
	background: #1da1f2;
}
/* Icons */
ul.social li .icon-button i {
	background: none;
	/* color: #FFFFFF;	 */	
	line-height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 28px;
	height: 28px;	
	transform: rotate(-45deg);
}
ul.social li .icon-button.facebook i {
	color: #3B5998;
}
ul.social li .icon-button.youtube i {
	color: #C60000;
}
ul.social li .icon-button.instagram i {
	color: #b043c2;
}
ul.social li .icon-button.twitter i {
	color: #1da1f2;
}
ul.social li .icon-button:hover i {
	color: #FFFFFF;
} 

/*
 *  General CSS
 * ------------------------------------------------------------------------------
 */ 
.overlay {
	position: relative;	
	display: block;	
}
.overlay:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #673090;	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.overlay:hover:after  {		
	opacity: 0.3;
	cursor: pointer;
	z-index: 99;
}

.block-page {
	margin-bottom: 40px;
}
.block-page .row {
	margin-left: -10px;
	margin-right: -10px;
}
.block-page .row [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

span.textNode {
	white-space: nowrap;
}

/*** margin ***/
.m-center {
	margin: 0 auto;
}
.m-right {
	margin-right: 15px;
}
.m-left {
	margin-left: 15px;
}
.m-bt-20 {
	margin-bottom: 20px;
}
.m-bt-30 {
	margin-bottom: 30px;
}
.m-bt-40 {
	margin-bottom: 40px;
}
.m-bt-50 {
	margin-bottom: 50px;
}
.m-top-10 {
	margin-top: 10px;
}
.m-top-15 {
	margin-top: 15px;
}
.m-top-20 {
	margin-top: 20px;
}
.m-topbt-20 {
	margin: 20px 0;
}
.m-y-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.clear-margin-bt {
	margin-bottom: 0 !important;
}

/*** padding ***/
.clear-pad-bt {
	padding-bottom: 0;
}
.p-15 {
	padding: 15px;	
}
.pad-bt-5 {
	padding-bottom: 5px;
}
.pad-lr-15 {
	padding: 0 15px;
}
.pad-tb-15 {
	padding: 15px 0;
}

.float-none {
	float: none;
}
.pos-relative {
	position: relative;
}
.clear-row {
	margin-left: 15px;
	margin-right: 15px;
}


/*** button play ***/
/* .btnPlay {
	position: absolute;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
    z-index: 9;
	margin: auto;
}
.btnPlay img {
	vertical-align: middle;
}
.play-big {
	width: 72px;
	height: 72px;
}
.play-small {
	width: 48px;
	height: 48px;
} */

/*** color ***/
.col-pinkRed {color:#F92448 !important;}
.col-pink {color:#A43E89 !important;}
.col-purple {color:#673090 !important;}
.col-dark {color:#202038 !important;}
.col-blackWhite {color:#282828 !important;}
.col-tomato {color:#FF6347 !important;}
.col-blue {color:#283B93 !important;}
.col-gold {color:#DAA520 !important;}
/*** background ***/
.bg-pinkRed {background:#F92448 !important;}
.bg-pink {background:#A43E89 !important;}
.bg-purple {background:#673090 !important;}
.bg-dark {background:#202038 !important;}
.bg-tomato {background:#FF6347 !important;}
.bg-blackWhite {background:#282828 !important;}
.bg-white {background: #FFFFFF !important;}
.bg-blue {background: #283B93 !important;}
.bg-gold {background: #DAA520 !important;}
/*** border ***/
.bor-pinkRed {border-color: #F92448 !important;}
.bor-pink {border-color: #A43E89 !important;}
.bor-purple {border-color: #673090 !important;}
.bor-dark {border-color: #202038 !important;}
.bor-blackWhite {border-color:#282828 !important;}
.bor-tomato {border-color: #FF6347 !important;}
.bor-blue {border-color: #283B93 !important;}
.bor-gold {border-color: #DAA520 !important;}

/*
 *  Advertising
 * ------------------------------------------------------------------------------
 */
#ads-head {	
	text-align: right;	
}
#ads-head button.close {
	display: none;
}
/*** sidebar ***/
#sidebar #sidebar-top .col-xs-12 a, 
#sidebar #sidebar-top .col-xs-12 div,
#sidebar #sidebar-bottom .col-xs-12 a, 
#sidebar #sidebar-bottom .col-xs-12 div {	
	display: block;
	margin: 0 auto 15px;
	text-align: center;
}
#sidebar #sidebar-top .col-xs-12, #sidebar #sidebar-bottom .col-xs-12 {
	margin-bottom: 0;
}
.ads-sidevdo {
	max-width: 300px;
	/* max-width: 340px; */
}
/*** popup ***/
#modal-adspopup.modal {	
	max-width: 620px;
	text-align: center;
	margin: 0px auto;
	padding: 0!important; 	
}
#modal-adspopup.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
#modal-adspopup .modal-dialog {
	max-width: 620px;
	/* width: auto; */
	display: inline-block;
	text-align: left;
	vertical-align: middle;	
}
#modal-adspopup .modal-body {
	padding: 0;
}
/* #modal-adspopup .modal-body img {
	width: 620px;
} */
#modal-adspopup .modal-header .modal-title {
	display: inline;
	color: #FFFFFF;
}
#modal-adspopup .modal-header .close {
	color: #FFFFFF;
	margin: 0;
}
#modal-adspopup .modal-footer h5 {
	text-align: center;	
	color: #FFFFFF;
}
#modal-adspopup .modal-footer {
	height: 25px;
}
#modal-adspopup .modal-header, #modal-adspopup .modal-footer {
	padding: 5px 10px;
	background: #673090;
	border: 0;
}


/*
 *  Footer
 * ------------------------------------------------------------------------------
 */
#footer {
	background: #202038;
	border-top: 3px solid #673090;
	padding: 20px 0;
	display: block;
}
#footer p, #footer a {
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	font-weight: 300;
	color: #CCCCCC;	
    text-transform: uppercase;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .fa-text {
	color: #CCCCCC;
	padding-right: 3px;
}
#footer #subLogo a {
	display: inline-table;
	margin-bottom: 10px;
}
#footer .support a {
	color: #CCCCCC;
	text-transform: lowercase;
}
#footer h3 {
	font-family: BayonV8Khmer,Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	font-weight: 700;
	color: #A43E89;	
    text-transform: uppercase;
	padding-bottom: 10px;
}
#footer ul.divLink {
	text-align: center;
}
#footer ul.divLink li {
	display: inline-table;
	padding-right: 10px;	
}
#footer ul.divLink li:last-child {
	padding-right: 0;
}
#footer .copy p {
	text-align: center;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}


/*
 *  Responsive
 * ------------------------------------------------------------------------------
 */
/* Large desktops and laptops */
@media only screen and (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media only screen and (max-width: 991px) {
	#header #logo {		
		width: 33.33333333%;
		margin: 0 auto 10px;
		float: none;
		display: none;
	}
	#header #logo img {
		margin: 0 auto;
	}
	
	/*** navbar ***/
	#topHeader .animation-element,
	#topHeader #header #logo {
		display: none;
	}
	#topHeader #header {
		margin: 0;
		padding: 0;
	}
	#topHeader #header #ads-head {		
		width: 100%;
		max-width: 728px;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 99999;				
		text-align: center;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}	
	#topHeader #header #ads-head img {
		max-width: 100%;
	}
	#topHeader #header #ads-head button.close {
		position: absolute;
		top: 0;
		right: 0;	
		z-index: 1000;
		background: #C60000;
		color: #FFFFFF;
		width: 20px;
		height: 20px;
		opacity: 1;
		display: block;
	}
	#menuDesk {
		display: none;
	}
	/*** Nav menu responsive ***/	
	#headerRes {
		position: relative;		
		display: block;		
		width: 100%;
		height: 62px;		
	}		
	#headerRes .fixed {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		box-shadow: 0 3px 5px rgba(0,0,0,.3);
		width: 100%;
		background: #FFFFFF;
		height: 62px;
	}
	nav:not(.mm-menu) {
		display: none;
	}
	.header {		
		width: 100%;
		height: auto;
		padding: 0 15px 0 50px;
	}	
	.header a {
		display: block;		
		padding: 23px 15px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.header a:before,
	.header a:after {
		content: '';
		display: block;
		background: #673090;
		height: 2px;
	}
	.header a span {
		background: #673090;
		display: block;		
		margin: 6px 0;
		width: 30px;
		height: 2px;
	}
	
	/*** sub logo ***/
	.header #subLogo {
		width: 100%;
		text-align: center;
		display: table;		
	}		
	.header #subLogo a {	
		position: relative;
		padding: 0;	
		display: inline-table;
	}
	.header #subLogo a::before, .header #subLogo a::after {
		content: '';		
		background: none;
		height: auto;
	}
	.header #subLogo #logo-mobile {
		display: table-cell;
		width: 100%;
		height: auto;
		vertical-align: middle;
		text-align: center;		
	}
	.header #subLogo #logo-mobile img {
		position: relative;
		top: 5px;
	}
	.header #subLogo .navSearch {
		font-size: 16px;
		line-height: 28px;
		cursor: pointer;		
		display: table-cell;
		vertical-align: middle;
	}
	.header #subLogo .navSearch button {
		color: #673090;
		border-color: #673090;			
	}
	/*** end sub logo ***/		
	
	/*** menu ***/
	#menuRes i, #menuRes i:hover {
		margin-right: 7px;
		color: #673090;
	}
	a.mm-title {
		font-size: 16px !important;
		line-height: 24px;
	}
	.mm-menu {		
		color: #A43E89;
		font-weight: 700;
		border-color: #673090;		
	}
	.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
		color: #673090;
		font-size: 14px;
		line-height: 24px;
	}	
	/*** end menu ***/
	
	/*** line banner ***/
	.lineBanner {		
		display: block;
	}		
	
	/* .block-page {
		margin-bottom: 10px;
	} */
	h2.section-title {
		margin-bottom: 30px;
	}
	/* h2.section-title.page-title {		
		padding-top: 30px;
	} */
	
	/*** sidebar ***/
	/* #sidebar h2.section-title.page-title {		
		padding-top: 20px;
	} */
	/*** block Article ***/
	.col-sm-12 .blockArticle table {
		width: 100%;
		height: auto;		
	}
	
}

/* Landscape phones and portrait tablets */
@media only screen and (max-width: 767px) {	
	.caption .caption-entry h4 {
		font-size: 16px;
		line-height: 29px;
		max-height: 58px;
	}
	.caption .caption-entry table tr td:last-child {
		padding-left: 5px;
		padding-right: 5px;
	}		
	.blockArticle table tr td:last-child {
		padding-left: 5px;
		padding-right: 5px;
		background: #A43E89;
		border: 1px solid #A43E89;	
		width: 90%;
	}
	.col-xs-6 .blockArticle table tr td a.title,
	.col-xs-6 .caption .caption-entry h6  {
		font-size: 14px;
		line-height: 28px;
		max-height: 56px;
		font-weight: 300;
	}	
		
	.block-page h2.section-title, #sidebar h2.section-title {
		margin-left: -15px;
		margin-right: -15px;
	}	
	.block-page .row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.block-page .row [class*="col-"] {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 10px;
	}		
	h2.section-title {
		margin-bottom: 20px;
	}
	/* h2.section-title.page-title {		
		padding-top: 20px;
	} */
	h2.section-title:before, h2.section-title:after {		
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;		
	}
	/*** page title ***/
	h2.section-title.page-title:before {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	
	#footer .row {
		margin-left: 0;
		margin-right: 0;
	}
	#footer .row [class*="col-"] {
		margin-bottom: 20px;	
		padding-bottom: 20px;
		border-bottom: 1px solid #F5F5F5;
	}
	#footer .row [class*="col-"]:last-child {
		margin-bottom: 0;	
		padding-bottom: 0;
		border-bottom: 0;
	}
	#footer #subLogo,
	#footer p,
	#footer h3 {
		text-align: center;
	}	
	#footer ul.social {
		text-align: center;
	}
	#footer ul.social li {
		float: none;
		display: inline-table;
	}
	
	/*** mgid ads ***/
	/* #sidebar .sidebar-mgid {
		display: none;
	} */
	
}

/* Portrait phones and smaller */
@media only screen and (max-width: 480px) {	
	/* .block-page h2.section-title, #sidebar h2.section-title {
		margin-left: -15px;
		margin-right: -15px;
	}	
	.block-page .row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.block-page .row [class*="col-"] {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 10px;
	}	 */	
	
}