@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
}
a{text-decoration: none; color: #355ba6;}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
b, strong{font-weight: bold;}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}
em, i{font-style: italic;}
p{
  margin-bottom: 10px;
}
h1{font-size: 25px;font-family: 'Archivo Narrow', sans-serif;}
h2{font-size: 22px;font-family: 'Archivo Narrow', sans-serif;}
h3{font-size: 20px;font-family: 'Archivo Narrow', sans-serif;}
h4{font-size: 18px;font-family: 'Archivo Narrow', sans-serif;}
h5{font-size: 15px;font-family: 'Archivo Narrow', sans-serif;}
h6{font-size: 13px;font-family: 'Archivo Narrow', sans-serif;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
.clr{
	clear: both;
}
img{
  
}
.inner{width:100%;max-width:960px;margin:0 auto;}
.col-1,.col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row {margin-right: -10px;margin-left: -10px;clear: both;}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
img{
  max-width: 100%;
  height: auto;
}
body{
  font-size: 14px;
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
  color: #5a5a5a;
  line-height: 20px;
  font-family: arial;
  background: #deeaf3;
}
.social{
  float: right;
  text-align: right;
  margin-top: 24px;
  font-size: 0;
}
.social ul li{
  float: left;
}
.social ul li a, .language a{
  display: block;
  width: 33px;
  height: 33px;
  float: left;
  margin-left: 5px;
}
.lang-inline li a{
  height:33px;
  overflow:hidden;
  -moz-border-radius:50%; 
  -webkit-border-radius:50%; 
  border-radius:50%;
}
.lang-inline li a:hover img, .lang-inline li.lang-active a img{
  margin-top: -33px;
}
.facebook{
  background: url(../images/social.png) 0px 0px no-repeat;
}
.facebook:hover{
  background: url(../images/social.png) 0px -33px no-repeat;
}
.fweter{
  background: url(../images/social.png) -40px 0px no-repeat;
}
.fweter:hover{
  background: url(../images/social.png) -40px -33px no-repeat;
}
.googleplus{
  background: url(../images/social.png) -80px 0px no-repeat;
}
.googleplus:hover{
  background: url(../images/social.png) -80px -33px no-repeat;
}
.youtube{
  background: url(../images/social.png) -440px 0px no-repeat;
}
.youtube:hover{
  background: url(../images/social.png) -440px -33px no-repeat;
}
.en{
  background: url(../images/social.png) -120px 0px no-repeat;
}
.en:hover{
  background: url(../images/social.png) -120px -33px no-repeat;
}
.kh{
  background: url(../images/social.png) -160px 0px no-repeat;
}
.kh:hover{
  background: url(../images/social.png) -160px -33px no-repeat;
}
.Kr{
  background: url(../images/social.png) -200px 0px no-repeat;
}
.Kr:hover{
  background: url(../images/social.png) -200px -33px no-repeat;
}

.language{
  float: right;
  width: 114px;
  border-left: 2px solid #e6e6e6;
  margin-left: 5px;
  margin-top: 24px;

}
.upper{
  background: url(../images/headerbg.jpg) repeat-x;
}
.up_left {
    float: left;
    height: 81px;
}
.up_left h2 {
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: bold;
    font-size: 39px;
    color: #fff;
    padding-top: 30px;
}
.topmenu{
  border-bottom: 2px solid #cfcfcf;
  background: #fff;
  border-top: 1px solid #cfcfcf;
}
.topmenu ul{
  padding: 0;
  margin: 0;
}
.topmenu ul li{
  float: left;
  list-style: none;
}
.topmenu ul li a{
  text-decoration: none;
  display: block;
  padding: 17px 15px;
  text-decoration: none;
  font-family: 'Archivo Narrow','Battambang', sans-serif;
  font-size: 17px;
  color: #5a5a5a;
}

.topmenu{
  background:#fff;
}
.topmenu ul{
  padding: 0;
  margin: 0;
}
.topmenu ul li{
   position: relative;
   float: left;

}
.topmenu ul li a{
  display: block;
  padding: 17px 15px;
   text-decoration: none;
   font-family:'Archivo Narrow','Battambang', sans-serif;
   font-size: 17px;
   text-transform: uppercase;
}
.topmenu ul li.active>a, .topmenu ul li:hover>a{
  color: #FF5200;
}
.topmenu ul li ul{
  position: absolute;
  top:53px;
  left: 0;
  z-index: 999;
  padding: 0px 5px 5px 5px;
  background: #fff;
  display: none;
}
.topmenu ul li ul li{
  
  background: #fff;
  border-bottom: 1px solid #CFCFCF;
}
.topmenu ul li:hover>ul{
  display: block;
}
.topmenu ul li ul li a{
  display: block;
  padding: 10px;
  width: 200px;
  font-size: 15px;
  text-transform: none;
}
.topmenu ul li ul li:hover>a{
  background: #F5F5F5;

}
.topmenu ul ul ul{
  margin:-54px 0 0 200px;
}

.slider{
  line-height: 0;
  background: #f5f5f5;
  padding-bottom: 5px;
  background: #fff url(../images/background-lines.png) bottom repeat-x;
}
.slideitem_con{
  max-width: 1141px;
  margin: 0 auto;
  position:relative;
}
.slideitem img{
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  position: absolute;
  left: 0;
  top:0;
  opacity: 0;
}
.slideitem img.active{
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  opacity: 1;
}
.content .inner{
  background: #fff;
  padding-top: 20px;
  background: #fff url(../images/downshadow.png) top center no-repeat;
}
.item-title,[itemprop="headline"]{
  background: url(../images/background-lines.png) bottom repeat-x;
  padding-bottom: 17px;
  margin-bottom: 10px;
  padding-top: 14px;
}
.right .moduletable{
  padding: 5px 15px 15px 15px;
  margin-bottom:5px;
  border:1px solid #eee;
  background: #355ba6;
}
.right ul{
  padding: 0;
  margin: 0;
}
.right h3{
  padding-bottom: 15px;
  background: url(../images/wh-lines.png) bottom repeat-x;
  margin-bottom: 10px;
  color:#fff;
  margin-top:10px;
  text-align:center;
}
.right ul li a{
  display: block;;
  padding: 8px 10px;
  text-decoration:none;
  border-bottom: 1px solid #2d4e90;
  border-top: 1px solid #3c66b8;
  color:#fff;
}
.right ul li:hover a, .right ul li.active a{
  background: #2c4f96;
  color: #FF5200;
}
.right ul li ul{
  margin-left: 10px;
}

.content img {
    padding: 5px;
    background: url(../images/background-lines.png);
    margin-right: 20px;
    border: 1px solid #eee;
}
.sigFreeThumb{
  width: 33.33%;
  margin:0 !important;
  padding: 0;
}
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink img.sigFreeImg, ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover img.sigFreeImg{
  background-size: cover;
  background-position: 0 0;
  width: 100% !important;
}
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink, ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover{
  width: 99% !important;
  margin-bottom: 2px;
}


.footer{
  background: #355ba6;
  overflow: hidden;
  padding: 34px 0;
  margin-top: 30px;
  color: #eee;
}
.footer h3{
  margin-bottom: 20px;
  text-transform: uppercase;
  background: url(../images/wh-lines.png) bottom repeat-x;
  padding-bottom: 15px;
  margin-bottom: 10px !important;
}
.footer .moduletable{
	width:33.33%;
	float:left;
	padding:0 10px;
}
.copy{
  background: #355ba6;
  color: #fff;
}
.copy .inner{
  border-top: 1px solid #ccc;
  padding: 10px 0;
}
.responsive_menu{display: none;}




@media (min-width: 1600px) and (max-width: 2000px) {
}
@media (min-width: 1200px) and (max-width: 1599px) {
}
@media (max-width: 1023px) {
    .responsive_menu{
        display:block;
        height:40px;
        background: #355ba6;
    }
    .menu_text{
        float:left;
        color:#fff;
        padding: 9px;

    }
    .topmenu .inner{
        position:relative;
    }
    .topmenu ul{
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 9999;
        background: #f3f3f3;
        padding: 10px;
    }
    .topmenu ul li{
        width:25%;
        float:left;
    }
    .topmenu ul li a{
        color:#333;
        margin:0 10px;
        border-bottom:1px solid #ccc;
        padding:10px;
    }
    .topmenu ul li:hover>a, .topmenu ul li.active>a{
        background:none;
        color:#946727;
    }
    .topmenu ul ul{
    }
    .menu_bt{
        height:40px;
        width:60px;
        background:#946727 url(../images/rar-icon.png) center center no-repeat;
        float:right
    }

}
/* Portrait tablets and medium desktops */
@media (min-width: 1024px) and (max-width: 1199px) {
  .inner{max-width: 1024px;}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 1023px) {
  .inner{max-width: 760px;}
  .topmenu ul li{width:33.33%;}
}

/* Landscape phones and portrait tablets */
@media (min-width: 601px) and (max-width: 767px) {
    .inner{max-width: 600px;}
    .topmenu ul li{width:33.33%;}
}

@media (max-width: 600px) {
   .inner{max-width: 500px;}
   .topmenu ul li{width:50%;}
   .col-1,.col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {width: 100%;}
   .topmenu ul ul{
	   display:block !important;
	   width:100%;
	   position: static !important;
   }
   .topmenu ul li ul li a{width:100%;}
   .up_left h2{font-size:30px;}

}

/* Landscape phones and smaller */
@media (max-width: 500px) {
   .inner{max-width: 95%;}
   .topmenu ul li{width:100%;}
}


