.page {
    margin:0px;
}
@media(max-width:767px) {
	.site-logo img {
		max-width: 300px;
		max-height: 100%;
	}
}

.header-middle {
    min-height:80px;
}
.header-middle .menuzord-brand img {
    max-height:auto;
}
.header-top #top-main-nav li a {
    font-family: Roboto;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: -0.19px;
    text-align: left;
    text-transform:uppercase;
}

/**
* Body
**/
section .box-container {
    margin-left:auto !important;
    margin-right:auto !important;
}





/**
* Buttons
**/

.btn.btn-rounded-white {
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    border-radius: 20.5px;
    font-family: Roboto;
    font-size: 14px;
    color: #111111;
    text-align: center;
    font-weight: bold;
    padding-left: 50px;
    padding-right: 50px;
}
.btn-join-us,#bbp_search_submit {
    color: #fff !important;
    background-color: #00a3c8  !important;
    border-color: #00a3c8  !important;
    font-size: 14px  !important;
    padding: 10px 26px !important;
}



/**
* Components
**/

.feature-icon-section {
    max-width: 600px;
    margin: auto;
}
.feature-icon-section .feature-icon{
    background: #FFFFFF;
    font-family: FontAwesome;
    font-size: 34px;
    color: #29A9CB;
    letter-spacing: -0.46px;
    padding: 20px;
    border-radius: 50%;
    width:77px;
    height: 77px;
    position: relative;
    float:left;
    display: inline-block;
}
.feature-icon-section .feature-icon:after {
    content: '';
    font-family: fontAwesome;
    text-align: center;
    color: #29A9CB;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -25px;
}
@media(max-width:993px) {
    .feature-icon-section .feature-icon{
        float: none;
        text-align: center;
        margin: auto;
        display: block;
    }
}
.feature-icon-section .feature-icon.phone-book:after {
    content: '\f2b9';
}
.feature-icon-section .feature-icon.users:after {
    content: '\f0c0';
}
.feature-icon-section .feature-icon-title {
    font-family: "Droid Serif";
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: -0.38px;
    display: inline-block;
    line-height: 60px;
    padding-left: 20px;
    text-transform:uppercase;
}
@media(max-width:768px) {
    .feature-icon-section .feature-icon-title {
        display: block;
        text-align: center;
    }
}
/**===================== Post ===================**/
.cwa-post .cwa-post-title {
    height: 60px;
}
.cwa-post .cwa-post-excerpt {
    min-height: 110px;
}
@media(max-width:1024px) {
    .cwa-post .cwa-post-excerpt {
        min-height: 150px;
    }

}
/**===================== Team ===================**/
.team-members .team-details {
    position: relative;
    transition: all 300ms ease-in-out 0s;
    width: 100%;
    bottom: auto !important;
}
.team-members .team-details h4 {
    height: 56px;
}
/**===================== Tab ===================**/
.cwa-tab .vc_tta-tabs-list {
    background: #FFFFFF;
    box-shadow: 1px 1px 20px 0 rgba(227,227,227,0.50);
    border-radius: 4px;
    height: 70px;
    background: transparent;
}
.cwa-tab .vc_tta-tabs-list > li a {
    background: #fff !important;
    border: none !important;
    font-family: Roboto,Siem Reap;
    font-size: 20px;
    color: #A9A9A9 !important;
    letter-spacing: -0.28px;
    text-align: center !important;
    line-height: 50px !important;
    border-radius: 0 !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    text-align: center !important;
    border-right: 1px solid #f5f5f5 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.cwa-tab .vc_tta-tabs-list > li:first-child.vc_active a{
    border-radius: 5px 0 0 5px !important;
}
.cwa-tab .vc_tta-tabs-list > li:last-child.vc_active a, .cwa-tab .vc_tta-tabs-list li:last-child a{
    border-radius: 0 5px 5px 0 !important;
}
.cwa-tab .vc_tta-tabs-list li.vc_active > a,.cwa-tab .vc_tta-tabs-list li.vc_active a:hover  {
    background-color: #2974EC !important;
    color: #fff !important;
}
.cwa-tab .vc_tta-tabs-list li a:hover {
    background-color: transparent;
    color:#111111;
}
.cwa-tab .vc_tta-panels,.cwa-tab .vc_tta-panel-body {
    border:none !important;
}
.cwa-tab .vc_tta-panel-body {
    max-width: 887px !important;
    margin: auto;
}
.membership-type .media i {
    float: left;
    background: #00a3c8;
    color: #fff !important;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    font-size: 20px;
}
.membership-type .media i:before {
    top: 15px;
    position: absolute;
    left: 17px;
}

/** ============ Sidebar ============ **/
.cwa-sidebar-block {
    border: 1px solid #D3D3D3;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px
}
.cwa-sidebar-block .widget-title {
    color: #4A4A4A;
    font-family: 'Roboto','Siem Reap';
    font-size: 18px;
    font-weight:400;
    text-transform: uppercase;
}
.cwa-sidebar-block .list li,.cwa-sidebar-block .list li a:visited {
    color: #9B9B9B;
    font-weight:300;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom:1px solid #F7F7F7;
}
.cwa-sidebar-block .list li a:hover {
   color: #1AA3C6;
   transition: all ease 0.5s; 
}
.cwa-sidebar-block .search-submit {
    background: #1AA3C6;
    border:none;
    color:#fff;
    height:40px;
    border-radius:0px;
    position:absolute;
}

.owl-cwa-theme .owl-prev,.owl-cwa-theme .owl-next {
    background-color: transparent !important;
}
.owl-cwa-theme .owl-prev {
    padding-left: 20px !important;
}
.owl-cwa-theme .owl-next {
    padding-right: 20px !important;
}
.owl-controls .owl-prev i,.owl-controls .owl-next i {
    color:#fff;
    font-size: 50px !important;
    text-shadow: 1px 2px 2px #000;
}
.owl-controls .owl-prev i
.owl-cwa-theme .owl-controls {
    position:absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.owl-cwa-theme .owl-controls .owl-dots {
    bottom:0;
    position: absolute;
    width: 100%;
}
.owl-cwa-theme .item .post-background-thumbnail {height: 400px;}
.owl-cwa-theme .item {
    
}
.owl-cwa-theme .item .cwa-post-excerpt {
    font-family: Roboto,'Siemreap';
    font-size: 17px;
    color: #000000;
    letter-spacing: -0.41px;
    text-align: center;
    line-height: 22px;
    /* text-shadow: 0 1px 2px rgba(0,0,0,0.50); */
}
.owl-cwa-theme .item .cwa-post-title{
    font-family: 'Open Sans','Siemreap';
    color: #1AA3C6;
    letter-spacing: -0.43px;
    text-align: center;
    font-size: 30px;
    font-weight: bolder !important;
    text-align: center;
}

.owl-cwa-theme .item .cwa-post-wrapper {
    position: absolute;
    top: 50%;
    max-width: 550px;
    height: 250px;
    margin-top: -125px;
    left: 50%;
    margin-left: -275px;
    background-color: rgba(255, 255, 255, 0.7) !important;
}
.owl-cwa-theme .item .cwa-post-wrapper .btn{
    padding:10px 20px;
    font-weight:bold;
    min-width:100px;
    text-transform:uppercase;
    position:absolute;
    right: 10px;
    bottom: -20px;
}
@media(max-width:676px) {
	.owl-cwa-theme .item .cwa-post-wrapper {
    	max-width: 300px;
    	margin-left: -150px;
	}
	.owl-cwa-theme .item .cwa-post-excerpt {
		display:none;
	}
	.section-news-home > .container {
		padding-top:0px;
	}
	.section-news-home .vc_column-inner,.section-news-home .col-sm-6 {
		padding: 0px !important;
	}
	
}
/**
* Common Class
**/
.background-cover {
    background-position: top center;
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
    background-color: #D8D8D8;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
.form-control,
.select2-selection,
input[type="color"],
textarea {
	display: block;
	width: 100%;
	height: 40px !important;
	padding: 6px 12px !important;
	line-height: 1.42857143;
	color: #9B9B9B;
	background-color: #fff !important;
	background-image: none;
	border: 1px solid #F5F5F5 !important;
	border-radius: 0px !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
	box-shadow: none !important;
	font-family: 'Roboto','Siemreap';
	text-transform:uppercase;
	font-size: 11px !important;
}
.form-group label {
    font-family: 'Roboto','Siemreap';
    text-transform:uppercase;
    font-size:11px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 5px;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-weight: 700;
}
h5,
h6,
p {
  font-family: 'Roboto', sans-serif,'Siemreap';
}
p {
  line-height: 1.7;
}
.wpb_wrapper ul li {
    list-style-type:disc;
}
ul.page-numbers {
    list-style: none;
    margin: 0;
    margin: auto;
    display: inline-block;
    margin: auto;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    display: block;
    line-height: 30px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    font-family: Roboto;
    font-size: 16px;
    color: #5F5F5F;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 20px;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #fff;
    background: #1AA3C6;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }
.document-post .thumb {
    position:relative;
}
.document-post .button-group-wrap {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    text-align:center;
    background-color:rgba(000,000,000,0.3);
    display:none;
}
.document-post .post-background-thumbnail {
    height:260px;
}
.document-post .btn.fa-icon-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-size: 20px;
    border-radius: 20px;
    text-align: center;
}
.document-post h4 {
    font-size: 16px;
    font-family: Roboto,Siemreap;
}
.document-post .cwa-post-wrapper {
    padding: 10px 10px !important;
}
.document-post .button-group-container {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -20px;
}
.document-post:hover .button-group-wrap {
    display:block !important;
}