/** 
Theme Name: TYM
Author: Onego Teams
Author URI: http://onego.com.vn
Description: This theme is custom responsive, not use any css frameword
Version: 1.0.0
Text Domain: onego
*/
*{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;
	margin:0;
	outline: none;
}
html {	
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
img{max-width: 100%;height: auto;}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="button"],
input[type="submit"],
button,textarea{
	-webkit-appearance: none;
	border-radius:0;
	font-family: inherit;
	max-width: 100%;
	vertical-align: middle;
	box-shadow: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"]{	
    color: inherit;
    font-family: inherit;
    font-size: 15px;
    height: 35px;
    padding: 0 10px;    
}
textarea {
    background: #ffffff none repeat scroll 0 0;     
    border-radius: 4px;
    color: inherit;
    font-family: inherit;
    font-size: 15px;
    height: 165px;
    padding: 10px;
    max-width: 100%;
}
iframe{
	max-width: 100%;
	border:none;
}
a{
	color: inherit;
}
ul,ol{list-style: none;}
.thumbnail{line-height: 0;}
.thumbnail a{
	display: inline-block;
	max-width: 100%;
}
body{
	font-family: 'Cabin', sans-serif;
	color: #282827;
}
.fix-width {
	width: 1200px;
	margin: auto;
	max-width: 100%;	
}
.body-container{
	width: 1100px;	
	margin: auto;
	max-width: 100%;	
}
.clear{
	clear: both;	
}
.align-left{
	text-align: left;	
}
.align-center{
	text-align: center;
}
.header_top_group{
	float: right;
	margin-top: 32px;
}
.header_top_group .lang-switch{
	float: left;
}
.header_top_group .socials{
	float: left;
}
.socials li {
	float: left;
}
.socials.boxstyle li{
	display: block;
	float: none;
}
.socials.boxstyle li a{
	display: block;
	width: auto;	
	transition: 0.3s all;
	padding: 10px;
	background: #e7e8e8;
}

.socials.boxstyle  a .fa{
	width: 70px;
	height: 70px;
	display: inline-block;
	line-height: 68px;
	text-align: center;
	font-size: 55px;
	vertical-align: top;	
	color: #6d6b6b;
}
.socials.boxstyle li{
	margin-bottom: 15px;
}
.socials.boxstyle  a{
	text-decoration: none;
	text-align: center;
}
.socials.boxstyle  a>span{
	display: block;
	text-decoration: none;
	color: #878787;
	line-height: 1.3em;
}
.socials.boxstyle  a .text{
	font-size: 1rem;
}
.socials.boxstyle  a .name{
	font-size: 1.25rem;
	text-transform: uppercase;
}
.socials.boxstyle  a .fa{
	margin: 0 auto 5px;
	
}
.socials.boxstyle li a:hover{
	background: #e7e8e8;
}
.socials.boxstyle li a:hover .fa{
	color: rgba(0,91,170,1)
}
.header{
	font-size: 1rem;
}
.header .wpml-ls-current-language a{
	color: 	#f09949;
}
.header a{
	text-decoration: none;
}
.header .lang-switch li {
	float: left;
	margin-left: 5px;	
}
.header .lang-switch {
	padding: 5px 0;
}
.header .lang-switch li a{
	line-height: 1em;
}
.header .lang-switch{
	margin-right: 30px;
	margin-left: 30px;
}
.socials li a{
	width: 1.875em;
	line-height: 1.875em;
	font-size: 1rem;
	text-align: center;
	display: block;	
}
.socials li a:hover{
	background: #000;
	color: #fff;
}
.socials.box li a{
	background: rgba(240,156,74,1);
	color: #fff;
	margin: 10px;
	width: 2.5em;
	line-height: 2.5em;
	font-size: 1.25rem;
}
.socials.box{
	margin: -10px;
}
.logo{
	position: relative;
	display: inline-block;
	text-decoration: none;
	float: left;
}
.logo img{
	vertical-align: top;
}
.logo .text{
	font-size: 1.875rem;
	color: #000;
	font-family: Tahoma;	
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translatey(-50%);
	white-space: nowrap;
	padding-left: 15px;
	font-weight: normal;	
}
.top-header {
	padding: 20px 0;
}
.responsive-menu {
	display: inline-block;	
	vertical-align: top;
	float: left;
}
.menu-area {
	text-align: center;
	background: rgba(0,91,170,1);
}
.responsive-menu .menu{
	float: left;
}
.responsive-menu .search-form{
	float: left;
}
.responsive-menu .menu>li{
	float: left;	
	position: relative;
}
.responsive-menu .menu li .sub-menu{
	position: absolute;
	text-align: left;
	white-space: nowrap;
	top:100%;
	left: 0;
	background: #fff;
	z-index: 300;
	min-width: 180px;
	border-top: 2px solid rgba(240,156,74,1);
	opacity:0;
	visibility: hidden;
	transition: 0.3s all;
	transform: translateY(15px);
}
.responsive-menu .menu li:hover > .sub-menu{
	opacity:1;
	visibility: visible;
	transform: translateY(0);
}
.responsive-menu .menu li .sub-menu li{
	display: block;
}
.responsive-menu .menu li .sub-menu li a{
	color: #000;
}
.responsive-menu .menu li .sub-menu li a:hover{
	color: #fff;
}
.responsive-menu .menu li .arrow{
	display: none;
}
.responsive-menu .menu>li a{
	text-transform: uppercase;
	font-size: 0.8125rem;
	line-height: 1.5em;
	color: #fff;
	display: block;
	padding:12px 20px 9px;
	font-weight: 600;
	transition: 0.3s all;
	position: relative;
}
.responsive-menu .menu li.current-menu-item>a,
.responsive-menu .menu li.current-page-parent>a,
.responsive-menu .menu li.current-menu-ancestor>a,
.responsive-menu .menu li.current-page-ancestor>a,
.responsive-menu .menu li>a:hover{
	background: rgba(240,156,74,1);
}
.relative {
	position: relative;
}
.search-form {
	float: left;
	position: relative;
}
.search-form input[type="text"]{
	height: 30px;
	border: none;
	background: none;
	color: #000;
	padding-left: 10px;
	border: 1px solid #cccccc; 
	width: 300px;
	font-size: 0.75rem;
	padding-right: 35px;
}
.search-form button{
	height: 30px;
	width: 30px;
	background: none;	
	font-size: 1rem;
	border:none;
	cursor: pointer;
	position: absolute;
	top:0;
	right: 0;
	color: #666666;
}
.logo-small .text{
	position: absolute;
	font-size: 35px;	
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.footer .site-info{
	float: left;
	max-width: 50%;
}
.footer .site-info .table-cell{
	vertical-align: middle;
}
.footer .site-info .info p {
	line-height: 1.5em;	
}
.footer .site-info .info{
	padding-left: 15px;
}
.site-info .socials{
	position: absolute;
	bottom: 0;
	right: 0;
}
.site-info {
	font-size: 0.875rem;
	line-height: 1.3em;
}
.bg-cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.slide-item{
	position: relative;
}
.slide-item img{
	vertical-align: top;
	width: 100%;
}
.slide-item .wrap-text-ab{
	position: absolute;
	left: 0;
	right: 0;
	top:50%;
	transform: translateY(-50%);
	z-index: 2;
	
}
.slide-item:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(16,3,3,0.4);
	content: '';
	top:0;
	left:0;	
	z-index: 1;
}
.slider-text {
	color: #fff;
	position: relative;
	padding: 185px 0;
	z-index: 2;
}
.banner-slider-area .slick-arrow {
	position: absolute;	
	top:50%;
	margin-top: -30px;
	background: #000;
	color: #fff;
	z-index: 3;
	cursor: pointer;
	opacity: 0.1;
}
.banner-slider-area .slick-arrow:hover{
	opacity:1;
}
.banner-slider-area .slick-prev {
	left: 5px;
}
.banner-slider-area .slick-next {
	right: 5px;
}
.banner-slider-area .slick-arrow .fa{
	font-size: 32px;
	line-height: 1.5em;
	width: 40px;
	text-align: center;
}
.btn{
	font-size: 1rem;
  	border: 1px solid transparent;
  	color: #000;
  	line-height: 1em;
  	white-space: nowrap;
  	padding: 0.65em 1.2857em 0.68em;
  	display: inline-block;  
  	transition: 0.3s all;
  	background: none;
  	cursor: pointer;
  	text-decoration: none;
}
.btn-orange {
	background: rgba(240,156,74,1);
	color: #fff;
	border-color: rgba(240,156,74,1);
}
.btn-red{
	background: rgba(237,28,36,1);
	color: #fff;
	border-color: rgba(237,28,36,1);
}
.btn-red:hover{
	background: rgba(237,28,36,0.8);
	border-color: rgba(237,28,36,0.8);
}
.banner-button {
	text-transform: uppercase;
	font-size: 1.5625rem;
	padding: 0.36em 0.7143em 0.39em;
	margin-top: 25px;
	font-weight: 500;
}
.slider-text {
	font-size: 1.875rem;
	line-height: 1.3;
}
.slider-text h2{
	font-size: 2em;
	line-height: 1.3em;
}
.footer {	 
	background: rgba(0,91,170,1);
	color: #fff;
}
.footer .top-footer{
	padding: 25px 0;	
}
.home_content {
	background: url("images/home_bg.jpg") center no-repeat;	
	color: #fff;
	margin-top: -110px;
	position: relative;	
	background-size: cover;
	position: relative;
}
.home_content:before{
	position: absolute;
	content: '';	
	top:0;
	left:0;
	bottom: 0;
	right:0;
	background: rgba(0,91,170,0.8);
	
}
.home_content .table-cell{
	position: relative;
}
.two-three-col{
	width: 66.666%;
	float: left;
}
.three-col{
	width: 33.333%;
	float: left;
}
.home_content .two-three-col,
.home_content .three-col{
	padding: 25px;
}
.home_content {
	font-size: 1rem;
	line-height: 1.3em;
}
.home_content h2{
	font-size: 2.3em;
	font-weight:700; 	
	line-height: 1.3em;
	margin-bottom: 10px;
}
.btn-white{
	color: rgba(240,156,74,1);
	background: #fff;
	border-color: #fff;
}
.table-display {
	display: table;
	width: 100%;
}
.table-display>.table-cell{
	display: table-cell;
	vertical-align: top;
	float: none;
}
.home_content .two-three-col{
	padding-bottom: 40px;
}
.home_content .two-three-col:after{
	position: absolute;
	content: '';
	top: 25px;
	bottom: 25px;
	background: rgba(255,255,255,0.5);
	width: 1px;
	right: 0;
}
.home_content .btn-red{
	position: absolute;
	bottom: 25px;
	right: 25px;
}
.home_content img{
	width: 100%;
}
.site_action {
	margin-left: -15px;
	margin-right: -10px;
	padding: 15px 0 35px;
}
.site_action img{
	display: block;
	margin: auto;
	transition: 0.3s all;
	-webkit-transition : -webkit-filter .3s linear
}
.site_action a{
	text-align: center;
	display: inline-block;
	font-size: 2.3rem;
	color: rgba(237,28,36,1);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	transition: 0.3s all;
	padding: 5px;
	border: 1px solid transparent;
}

.site_action a:hover{
	color: rgba(237,28,36,0.7);
	border-color: rgba(237,28,36,0.7);
}
.site_action .three-col{	
	padding: 15px;
}
.site_action .three-col:nth-child(3n+2){
	text-align: center;
}
.site_action .three-col:nth-child(3n+1){
	text-align: left;
}
.site_action .three-col:nth-child(3n){
	text-align: right;
}
.title-area {
	font-size: 	1rem;	
	color: #333;
}
.title-area h3{
	font-size: 1em;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
}
.title-area h2{
	font-size: 2.3em;
	line-height: 1.2em;	
	margin-bottom: 5px;
	font-weight: 600;
	text-transform: uppercase;
}
.title-area p{
	font-style: italic;
}
.tym-news .title-area{
	margin-bottom: 15px;
}
.news-list .item{
	padding: 10px;	
}
.news-list .item .overlay{
	display: block;
	padding-top: 100%;
}
.news-list .item .thumbnail a{
	display: block;
	transition: 0.3s all;
}
.news-list{
	margin: 0 -10px;
}
.news-list:after{
	content: '';
	clear: both;
	display: block;
}
.news-list.four-item .item{
	width: 25%;
	float: left;
}
.news-list .content h3{
	font-size:  1.125rem;	
	color: #000;
	line-height: 1.2em;
	margin-bottom: 5px;
	min-height: 3.6em;
}
.date-wrap {
	padding-bottom: 15px;
	font-size: 14px;
	font-style: italic;	
}
.news-list .content a{
	text-decoration: none;
}
.news-list .content .date{	
	font-size: 0.75rem;
	margin-bottom: 15px;
}
.news-list .content .date .fa{
	color: #1e1c1c;
}
.news-list .content {
	color: #878787;
	font-size: 0.875rem;
	line-height: 1.3em;
}
.news-list .thumbnail {
	margin-bottom: 20px;
}
.news-list .readmore-btn{
	display: block;
	color: rgba(240,156,74,1);
	margin-top: 20px;
	padding-bottom: 10px;
	position: relative;
}
.news-list .readmore-btn:after{
	position: absolute;
	content: '';
	bottom: 0;
	height: 3px;
	width: 30%;
	left:0;	
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	background: rgba(240,156,74,1);
	opacity:0;
}
.news-list .readmore-btn:hover:after{
	width: 100%;
	opacity:1;
}
.news-list h3 a:hover{
	color:  rgba(240,156,74,1);
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}
.news-list .thumbnail a:hover{
	opacity: 0.7;
}
.clearfix:before,.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
.two-col {
	width: 50%;
	float: left;
}
.service-list {
	margin: -20px;
}
.service-list .two-col{
	padding: 20px;
}
.service-list .two-col:nth-child(2n+1){
	clear: both;
}
.service-list .item{
	position: relative;
}
.service-list .item .holder-img{
	padding-top: 56.25%;
	position: relative;	
}
.service-list .item img{
	vertical-align: top;
	width: 100%;
	transition: 0.3s all;
	position: absolute;
	height: 100%;
	object-fit:cover;
	top:0;
	left: 0;
}
.service-list .item:hover img{
	opacity: 0.8;
}
.service-list .item:hover h3,
.service-list .item:hover a{
	color: rgba(240,156,74,1);
}
.service-list .item .content{
	position: absolute;
	bottom: -0;
	left:0;
	right: 0;
	background: rgba(0,91,170,0.78);	
	color: #fff;
	padding: 5px 95px 5px 15px;
	min-height: 65px;
	transition: 0.36s all;
}
.service-list .item:hover .content{
	background: rgba(0,91,170,1);	
}
.service-list .item h3{
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.25em;
	position: absolute;
	left:15px;
	right: 95px;
	top:50%;
	transform: translateY(-50%);
	text-transform: uppercase;
}
.service-list .item a{
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-size: 0.875rem;
	text-decoration: none;
	transition: 0.3s all;
}
.service-list .item a:after{
	content: '';
	position: absolute;
	left:0;
	top:100%;
	height: 1px;
	right: 100%;
	background: rgba(240,156,74,1);
	transition: 0.3s all;
}
.service-list .item a:hover{
	color: rgba(240,156,74,1);
}
.service-list .item a:hover:after{
	right: 0;
}
.tym-services {
	padding: 25px 0;
}
.count-box-area {
	width: 900px;
	max-width: 100%;
	margin: auto;
}
.count-box-area .count-box{
	margin: 0 -15px;
}
.count-box-area .four-col{
	padding: 15px;
}
.four-col {
	width: 25%;
	float: left;
}
.count-box .item{
	padding-top: 100%;
	position: relative;	
	color: #fff;
}
.pink_bg {
	background: #f04aa0;
	
}
.blue_bg{
	background: #2380f6;
}
.green_bg{
	background: #34c92b;
}
.red_bg{
	background: #f05e4a;
}
.count-box .item .content{
	position: absolute;
	left:0;
	right: 0;
	padding: 10px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.count-box .item .content .number{
	font-size: 1.5rem;
	line-height: 1.3em;
	font-weight: 700;
	
}
.count-box .item .content p{
	font-size: 1rem;
}
.icon-count {
	display: inline-block;
	font-size: 75px;
	width: 1em;
	height: 1em;
	background-image: url("images/count-icons.png");
	background-repeat: no-repeat;
	background-size: auto 1em;
}
.icon-count-client {
	background-position: -3em 0;
}
.icon-count-loan {
	background-position: -2em 0;
}
.icon-count-calender {
	background-position: -1em 0;
}
.icon-count-staff {
	background-position: 0 0;
}
.member-area {
	margin: 0 -15px;
	
}
.member-area .thumb img{
	width: 100%;
}
.member-area .content {
	padding-top: 35px;
	position: relative;
}
.member-area .two-col{
	padding: 15px;
}
.member-area h3{
	font-size: 2.3rem;
	margin-bottom: 35px;
	line-height: 1.2em;
	font-weight: 700;
}
.member-area h3 a{
	text-decoration: none;
	color: inherit;
}
.member-area p {
	font-size: 1rem;
	line-height: 1.5em;
}
.btn-border-orange {
	border-color: rgba(240,156,74,1);
	color: rgba(240,156,74,1);
}
.member-area .btn {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.section-title{
	font-family: Tahoma;
	font-size: 1.875rem;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.section-member {
	padding: 30px 0;
}
.partners-area img{
	display: block;
	margin: auto;
}
.partners-area ul li{
	padding: 10px;
	width: 20%;
	float: left;
}
.cart-display {
	color: #fff;
}
.cart-display:before{
	content: '';
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
	left:0;
	background: rgba(102,102,102,0.25);
}
.cart-display .table-cell{
	vertical-align: middle;
}
.align-right {
	text-align: right;
}
.cart-display .content {	
	padding: 30px 35px;
	background: rgba(0,91,170,0.8);
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;	
}
.cart-display .content  h2{
	font-size: 2.3rem;
	font-weight: 600;
	line-height: .9em;
}
.cart-display .content {
	font-size: 1rem;
	line-height: 1.3em;
}
.cart-display .content .cart-button{
	position: absolute;
	top:50%;
	right:35px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.cart-display .content .cart-icon{
	float: left;
	font-size: 90px;
	margin-right: 15px;
	margin-top: -20px;
	margin-bottom: -10px;
}
.btn-fill-white {
	background: #fff;
	border-color: #fff;
	color: rgba(240,156,74,1);
}
.cart-display .main-img{
	padding: 45px;
	font-size: 1.85rem;
	min-height: 335px;
	text-align: right;
	position: relative;
}
.section {
	padding: 30px 0;
}
.videobox .video-js{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
.video-area {
	padding-top: 56.25%;
	position: relative;
}
.videobox .two-col:first-child{padding-right: 5px;}
.videobox .two-col:last-child{
	padding-left: 5px;
}
.videobox .video-list{
	padding: 30px;
	background: #222222;
	color: #fff;
	position: absolute;
	left:5px;
	top:0;
	right: 0;
	bottom: 0;
	overflow: auto;
}
.video-list h3{
	font-size: 2.3rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.3em;
	margin-bottom: 15px;
}
.video-list .subtitle{
	text-transform: uppercase;
	font-size: 1rem;
}
.vjs-playlist .vjs-up-next-text{
	display: none;
}
.vjs-playlist .vjs-playlist-duration{
	display: none;
}
.vjs-playlist .vjs-playlist-now-playing-text{
	width: 60px;
	height: 60px;
	float: left;
	border: 2px solid #ffffff;
	border-radius: 50%;
	position: relative;
}
.vjs-playlist .vjs-playlist-now-playing-text:before{
	font-family: FontAwesome;
	content: '\f03d';
	font-size: 30px;
	width: 60px;
	line-height: 60px;
	position: absolute;
	top:0;
	left:0;
	text-align: center;
}
.vjs-playlist .vjs-playlist-item{
	padding: 10px 0;
	cursor: pointer;
}
.vjs-playlist-item:before,
.vjs-playlist-item:after {
	clear: both;
	content: '';
	display: block;
}
.vjs-playlist-item .vjs-playlist-name{
	color: #fff;
	font-size: 1.125rem;
	text-transform: uppercase;
	font-style: normal;
}
.vjs-playlist-item .vjs-playlist-title-container {
	margin-left: 80px;
}
.vjs-playlist-item .vjs-playlist-title-container .vjs-playlist-description{
	font-size: 14px;
	color: #878787;
}
.vjs-playlist-item.vjs-selected .vjs-playlist-now-playing-text{
	border-color: rgba(240,156,74,1);
}
.vjs-playlist-item.vjs-selected .vjs-playlist-name{
	color: rgba(240,156,74,1);
}
.videobox .vjs-playlist{
	margin-bottom: 15px;
}
.btn-upper {
	text-transform: uppercase;
}
.footer .socials-area {
	float: right;
	width: 415px;
	max-width: 50%;
}
.socials-area .subcribe-form input[type="email"]{
	width: 100%;
}
.socials-area .subcribe-form {
	position: relative;
	padding-right: 65px;
	margin: 15px 0;
}
.socials-area .subcribe-form .submit-btn{
	position: absolute;
	top:0;
	right: 0;
	height: 40px;
}
.socials-area .subcribe-form input[type="email"]{
	height: 40px;
	padding: 0 10px;
	border: none;
	color: #000;
}
.footer .socials-area h3{
	font-size: 1.25rem;	
	line-height: 1.3em;
}
.footer .socials-area p{
	font-size: 0.875rem;
	line-height: 1.3em;
}
.copyright {
	font-size: 0.75rem;
	border-top: 1px solid #9999cc;
	padding: 12px 0;
	line-height: 1.5em;
}
.copyright p{
	float: left;
}
.copyright ul{
	float: right;
}
.copyright ul li{
	float: left;
	text-transform: uppercase;	
	position: relative;
}
.copyright ul li:before{
	content: '|';
}
.copyright ul li:first-child:before{
	display: none;
}
.copyright ul li a{
	line-height: 1.5em;	
	text-decoration: none;
	margin: 0 5px;
}
.copyright ul li:last-child a{
	margin-right: 0;
}
.slick-slide-area {
	padding: 0 50px;
	position: relative;
}
.slick-slide-area a{
	display: block;
	
}
.slick-slide-area img{
	width: 100%;
	height: auto;
}
.slick-slide-area .slick-arrow{
	position: absolute;
	font-size: 40px;
	top: 50%;
	line-height: 40px;
	margin-top: -20px;
	cursor: pointer;
}
.slick-slide-area .slick-arrow.slick-prev{
	left:0;
}
.slick-slide-area .slick-arrow.slick-next{
	right:0;
}
.banner-image {
	height: 170px;
}
.banner-image.is_img {
	height: auto;
}
.banner-image.is_img img{
	vertical-align: top;
	width: 100%;
}
.sidebar{
	width: 270px; 
}
.wrap-sidebar .sidebar{
	float: left;
}
.wrap-sidebar>.wrap-content {
	margin-left: 290px;
}
.wrap-sidebar-right .sidebar{
	float: right;
}
.wrap-sidebar-right>.wrap-content{
	margin-right: 290px;
}
.clearfloat {
	float: left;
	width: 100%;
}
.single-title,
.recent-post h2 {
	color: rgba(240,156,74,1);
	font-size: 1.875rem;
	line-height: 1.3em;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: -10px;
}
/* single content style */
.single-content {	
	font-size: 1rem;	
	color: #666666;
}
.single-content *{
	max-width: 100%;
}
.single-content p {
  font-size: 1em;
  margin: 1em 0;
  line-height: 1.5em;  
}
.single-content h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.single-content h2 {
  font-size: 1.4286em;
  margin: 0.83em 0; 
  font-style: normal;
  /*text-transform: uppercase;*/
}
.single-content h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
.single-content h4 {
  margin: 1.33em 0;
  line-height: 1.4em;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: .5px;
}
.single-content h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h5,
.single-content b,
.single-content strong{
	font-weight: 600;
	line-height: 1.3em;
	color: #000000;
}
.single-content blockquote {
  display: inline-block;
  margin: 1em 0;
  padding: 10px 0px 10px 10px;
  position: relative;
  color: #00a3f7;   
  max-width: 100%;
  border-left: 2px solid #CBCBCB;  
  clear: both;  
}
.single-content blockquote p {
  color: #1D4262;
  margin: 0;
}
.single-content ul {
  display: block;
  list-style: disc; 
  padding-left: 25px;
}
.single-content ol {
  display: block;
  list-style: decimal; 
  padding-left: 25px;
}
.single-content ul li,
.single-content ol li{
	margin: 0.5em 0;
}
/*
.single-content ul.styled-ul li {
	list-style: none;
	padding-left: 30px;
}
.single-content ul.styled-ul li{	
	background: url("images/list-style.png") no-repeat top left;
}
*/
.single-content a{	
	text-decoration: none;
	color: rgba(240,156,74,1);
	transition: 0.3s all;
}
.single-content a:hover{
	color: rgba(240,156,74,0.8);
	text-decoration: underline;
}
.single-content .alignleft {
	float: left;
	max-width: 100%;
	padding-right: 25px;
}
.single-content .alignright {
	float: right;
	max-width: 100%;
	padding-left: 25px;
}
.single-content .aligncenter {
	text-align: center;
	display: block;
	margin: auto;
}
.single-content>*:first-child{
	margin-top: 0;
}
.single-content table td,
.single-content table th{
	vertical-align: top;
}
.single-content table td>*:first-child,
.single-content table th>*:first-child{
	margin-top: 0;
	
}
.single-content table td,
.single-content table th{
	padding: 5px;
}
.single-content table td:first-child,
.single-content table th:first-child{
	padding-left: 0px;
}
.single-content table td:last-child,
.single-content table th:last-child{
	padding-right: 0px;
}
.single-content table th {
	white-space: nowrap;
}
.single-content table p{
	margin: 0;
}
.page-wrap {
	padding: 30px 0;
}
.sidebar .widget{	
	margin-bottom: 15px;	
}
.sidebar-menu .widget{
	border: 1px solid #cccccc;
}
.sidebar .widget .menu li a{
	font-size: 0.875rem;
	line-height: 1.3em;
	display: block;
	padding: 0.35em 15px;
	text-decoration: none;	
	position: relative;
}
.sidebar .widget .menu>li>a:before{
	content: "\f0da";
	font-family: FontAwesome;
	position: absolute;
	top:50%;
	right: 10px;
	transform: translateY(-50%);
}
.sidebar .widget .menu li a:hover,
.sidebar .widget .menu li.current-menu-item>a{
	color: rgba(240,156,74,1);;
}
.sidebar .widget img{
	vertical-align: top;
}
.video-iframe {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.video-iframe iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
}
.shortcode_query .thumbnail a{
	display: block;
}
.shortcode_query .item{
	position: relative;
}
.shortcode_tym-member .thumb {
	padding-top: 100%;
	display: block;
	position: relative;
}
.shortcode_query {
	margin: 0 -3px;
}
.shortcode_query .item{
	padding: 3px;	
}
.shortcode_query .col-3 .item{
	width: 33.333%;
	float: left;
}
.shortcode_tym-member .content{
	position: absolute;	
	width: 100%;
	left:0;
	top:50%;
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
}
.shortcode_tym-member .position{
	text-transform: uppercase;
	margin: 0;
	display: block;
}
.shortcode_tym-member .item:hover .content{
	opacity:1;
}
.shortcode_tym-member .item .thumb:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: rgba(255,152,51,0.65);
	opacity:0;
	transition: 0.3s all;
}
.shortcode_tym-member .item:hover .thumb:before{
	opacity:1;
}
.shortcode_tym-member .content {
	opacity: 0;
	transition: 0.3s all;
}
.shortcode_tym-member .content a{
	color: inherit;
	display: block;
	padding: 10px;
}
.shortcode_tym-member .content a span{	
	display: block;
}
.shortcode_query .pagination{
	text-align: center;
}
.pagination a{
	display: inline-block;
	font-size: 1rem;
	line-height: 1.3em;
	min-width: 1.3em;
	text-align: center;
	color: #666666;
	text-decoration: none;
}
.pagination a:hover,
.pagination a.current{
	color: rgba(240,156,74,1);;
}
.single-content .post_thumbnail{
	max-width: 55%;
}
.single-content .title p{
	margin: 0;
	font-weight: 600;
	font-size: 1.43em;
}
.single-content .title {
	display: inline-block;
}
.four-col {
	float: left;
	width: 25%;
}
.related-member h2{
	text-transform: uppercase;
	font-size: 1.875rem;
	color: rgba(240,156,74,1);;
}
.list-members {
	margin: 0 -7.5px;
}
.list-members .four-col{
	padding: 7.5px;
}
.list-members .content{
	font-size: 0.875rem;
	line-height: 1.3em;
	color: #343333;
}
.list-members .thumbnail{
	margin-bottom: 5px;
}
.related-member {
	margin-bottom: 30px;
}
.list-members .thumbnail a{
	position: relative;
}
.list-members .thumbnail a:before{
	position: absolute;
	width: 100%;
	left:0;
	top:0;
	height: 100%;
	opacity:0;
	background: rgba(240,156,74,1);
	transition: 0.3s all;	
	content: '';
}
.list-members .thumbnail a:hover:before{
	opacity: 0.65;
}
.post_list .item .thumbnail a{
	display: block;
	position: relative;
}
.post_list .item .thumbnail a span.thumb{
	display: block;
	padding-top: 55%;
}
.post_list .item {
	padding: 7.5px 0;
}
.list_view .item .thumbnail {
	float: left;
	width: 235px;
}
.list_view .item .content {
	margin-left: 250px;
	
}
.post_list .item .content{
	font-size: 0.875rem;
}
.post_list .item .content a.title{
	display: block;
	font-size: 1rem;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
}
.post_list .item .content a.readmore{
	float: right;
	color: rgba(240,156,74,1);;	
	text-transform: uppercase;	
}
.post_list span.date{
	position: absolute;
	min-width: 40px;
	text-align: center;
	background: #eae8e7;
	color: #000000;
	padding: 7px;
	font-size: 1rem;
	line-height: 1.3em;
	top:10px;
	left:10px;
	text-transform: uppercase;
}
.post_list span.date span{
	display: block;
}
.post_list span.date .day{
	border-bottom: 1px solid #f58638;
}
.post_list .content p{
	margin: 10px 0;
}
.blog-pagination {
	padding: 15px 0;
}
.post_list.grid_view{
	margin: 0 -7.5px;
}
.grid_view.col-3 .item{
	width: 33.333%;
	float: left;
	padding: 7.5px;
}
.grid_view.col-5 .item{
	width: 20%;
	float: left;
	padding: 7.5px;
}
.special-cat h2{
	text-transform: uppercase;
	font-size: 1.25rem;
	font-weight: 500;
	color: #000;
	margin-bottom: 10px;
}
.special-cat {
	color: #878787;
	font-size: 0.875rem;
	line-height: 1.3em;
	padding-top: 15px;
	border-top: 1px solid #d1d0d0; 
	margin-bottom: 15px;
}
.icons_group {
	font-size: 0;
	text-align: center;
	margin: 0 -7.5px;
	max-width: none;
}
.icons_group .icon_item{
	padding: 15px 7.5px;	
	font-size: 1rem;
	display: inline-block;	
	vertical-align: top;
}
.icons_group.col-4 .icon_item{	
	width: 25%;	
}
.icons_group.col-2 .icon_item{	
	width: 50%;	
	
}
.icons_group .icon_content {
	padding-top: 65%;
	border: 1px solid rgba(240,156,74,1);;
	position: relative;
	transition: 0.3s all;	
}
.icons_group.col-4 .icon_content{
	padding-top: 100%;
}
.icons_group.col-2 .icon_item:nth-child(2n+1){
	clear: both;
}
.icons_group.col-4 .icon_item:nth-child(4n+1){
	clear: both;
}
.icons_group.col-fill .icon_content{
	background: rgba(240,156,74,1);;
	
}
.icons_group.col-fill .icon_content .fa{
	color: #fff;
}
.icons_group.col-2  .icon_content .fa{
	font-size: 80px;
}
.icons_group.col-2 .icon_item p {
	font-size: 1.25rem;
	text-transform: uppercase;
}
.icons_group .icon_content .fa{
	font-size: 60px;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);	
	transition: 0.3s all;
	color: rgba(240,156,74,1);;
}
.icons_group .icon_item p{
	margin: 0;
}
.icons_group .icon_item p a{
	color: inherit;
}
.icons_group .icon_item:hover .icon_content{
	background: rgba(240,156,74,1);;
}
.icons_group .icon_item:hover .fa{
	color: #fff;
}
.icons_group.col-fill .icon_item:hover .fa{
	color: rgba(240,156,74,1);;
}
.icons_group.col-fill .icon_item:hover .icon_content{
	background: #fff;
}
.icons_group .icon_item:hover a{
	color: rgba(240,156,74,1);;
}
.partners_images {
	font-size: 0;	
	margin: 5px -5px;
	padding: 5px 0;
}
.partners_images img{
	padding: 5px;
	vertical-align: middle;
}
.partners_group h2{
	margin-bottom: 15px;
	font-size: 1.25rem;
}
.partners_group_list ul li{
	float: left;
	width: 16.6666%;
	font-size: 1rem;
	color: #9a9a9a;
	padding-left: 20px;
	margin: 5px 0;
}
table.tym_careers{
	width: 100%;
	text-align: left;
	min-width: 600px;
	max-width: none;
}
table.tym_careers .pending.status{
	color: rgba(237,28,36,1);	 
}
.shortcode_tym-careers{
	overflow: auto;	
}
table.tym_careers thead th,
.single-content table thead td,
.single-content table thead th{
	background: rgba(240,156,74,1);;
	color: #fff;
	text-transform: uppercase;
}
table.tym_careers td,
.single-content table td{
	background: #dad9d7;
	color: #636060;
}
table.tym_careers td,
table.tym_careers th,
.single-content table td,
.single-content table th{
	padding: 15px;
	vertical-align: middle;
}

table.tym_careers td:first-child,
table.tym_careers th:first-child,
.single-content table td:first-child,
.single-content table th:first-child{
	padding-left: 15px;
}
table.tym_careers td:last-child,
table.tym_careers th:last-child,
.single-content table td:last-child,
.single-content table th:first-child{
	padding-right: 15px;
}
.report_files .item a{
	border: 1px solid rgba(240,156,74,1);;
	border-radius: 17px;
	font-size: 0.825rem;
	display: block;
	color: rgba(240,156,74,1);;
	padding: 15px 60px 15px 15px;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
}
.report_files .three-col{
	padding: 7.5px 15px;
}
.report_files .item a:after{
	content: '';
	width: 39px;
	height: 39px;
	background: url("images/download_icon.png") no-repeat center;
	background-size: 100%;
	display: inline-block;
	position: absolute;
	top:50%;
	right: 10px;
	transform: translateY(-50%)
}
.library-content h2{
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.library-content .report_files {
	padding-bottom: 45px;
}
.library-content .item_group{
	padding-top: 10px;
	border-top: 1px solid #cdcbcb; 
	padding-bottom: 15px;
}
.video_popup {
	display: block;
}
.video_popup .thumb{
	display: block;
	padding-top: 56.25%;
}
.slick-multi .slick-list{
	margin: 0 -5px;
}
.slick-multi .item{
	padding: 5px;
	text-align: center;
}
.videos_content .title {
	display: block;
	text-decoration: none;
	font-size: 0.875rem;
	text-decoration: none;
	margin-top: 5px;
}
.videos_content a{
	text-decoration: none;
}
.slick-multi .slick-arrow{
	font-size: 0.875rem;
	color: #b4b4b4;
	position: absolute;
	top:-25px;
	width: 20px;
	text-align: right;
	line-height: 20px;
	cursor: pointer;
}
.slick-multi .slick-arrow.slick-prev {
	right: 20px;	
}
.slick-multi .slick-arrow.slick-next {
	right: 0px;
}
.masonry-area .item{
	float: left;
	position: relative;
}
.masonry-area .item.square,
.masonry-area .item.rectang-vertical{
	width: 25%;
}
.masonry-area .item.rectang-horizontal,
.masonry-area .item.square-large{
	width: 50%;
}
.masonry-area .item.square .cover_fake,
.masonry-area .item.square-large .cover_fake{
	padding-top: 100%;
	
}
.masonry-area .item .cover_fake{
	display: block;
}
.masonry-area .item.rectang-horizontal .cover_fake{
	padding-top: 50%;
}
.masonry-area .item.rectang-vertical .cover_fake{
	padding-top: 200%;
}
.masonry-area .item a{
	position: absolute;
	top:2.5px;
	left: 2.5px;
	right:2.5px;
	bottom: 2.5px;
}
.masonry-area .item a .bg-cover{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
}
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
.wpcf7-form label{
	display: block;
	font-size: 1rem;
	color: rgba(240,156,74,1);;
	margin-bottom: 5px;
}
.wpcf7-form .wpcf7-form-control-wrap{
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
.wpcf7-form  input[type="text"],
.wpcf7-form  input[type="email"],
.wpcf7-form  input[type="tel"],
.wpcf7-form  textarea{
	width: 100%;
	border: 1px solid #cdcccc;
}
.contact-group .two-col{
	padding: 0 10px;
}
.contact-group {
	margin: 0 -10px 15px;
}
.group-contact-detail .icon{
	width: 110px;
	height: 110px;
	font-size: 50px;
	display: inline-block;
	background: rgba(240,156,74,1);;
	color: #fff;
	border-radius: 50%;
}
.group-contact-detail .icon .fa{
	line-height: 110px;
	
}
.group-contact-detail .title{
	font-size: 1.25rem;
	margin: 10px 0;
	text-transform: uppercase;
	color: rgba(240,156,74,1);;
}
.group-contact-detail {
	font-size: 0.875rem;
	color: #878787;
	padding-top: 15px;
}
.history-list .item .title{
	position: relative;
	background: rgba(240,156,74,1);;
	color: #fff;
	padding: 10px 15px;	
	cursor: pointer;
}
.history-list .item .title h3{
	font-size: 30px;
	font-weight: 400;
	line-height: 1em;
}
.history-list .item .title.open .fa{
	transform: rotate(180deg);
}
.history-list .item .content{
	padding: 15px;
	background: #d2d1d0;
	color: #6c6b6b;
	overflow: hidden;
	display: none;
}
.history-list .item:nth-child(2n+1){
	text-align: left;	
}
.history-list .item:nth-child(2n+1) .wrap{	
	padding-right: 30px;
}
.history-list .item:nth-child(2n){
	text-align: right;	
}
.history-list .item:nth-child(2n) .wrap{	
	padding-left: 30px;
}
.history-list .item .wrap{
	display: inline-block;
	text-align: left;
	width: 50%;
}
.history-list .item:nth-child(2n+1) .title{
	text-align: right;
}
.history-list .item .title:after{
	width: 0;
	height: 0;
	content: '';
	border: 12px solid transparent;
	position: absolute;	
	top:50%;
	transform: translateY(-50%);
}
.history-list .item .title:before{
	width: 10px;
	height: 10px;
	background: rgba(240,156,74,1);;
	border-radius: 50%;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	content: '';
	z-index: 1;	
}
.history-list .item:nth-child(2n+1) .title:after{
	left:100%;	
	border-left-color: rgba(240,156,74,1);;
}
.history-list .item:nth-child(2n+1) .title:before{
	left:100%;	
	margin-left: 25px;
	
}
.history-list .item:nth-child(2n) .title:before{
	right:100%;	
	margin-right: 25px;
	
}
.history-list .item:nth-child(2n) .title:after{
	right:100%;	
	border-right-color: rgba(240,156,74,1);;
}
.history-list .item:nth-child(2n+1) .title .fa{
	float: left;
}
.history-list .item:nth-child(2n) .title .fa{
	float: right;
}
.history-list {
	position: relative;
	padding: 30px 0;
}
.history-list .line{
	position: absolute;
	width: 1px;
	height: 100%;
	left: 50%;
	top:0;
	background: #000;
}
.history-list .line:before,
.history-list .line:after{
	width: 16px;
	height: 16px;
	content: '';
	position: absolute;
	left: -8px;
	border: 2px solid #000;
	border-radius: 50%;
	left: -10px;
}
.history-list .line:before{
	top: -19px;
}
.history-list .line:after{
	bottom: -19px;
}
.header-mobile {
	display: none;	
}
.sidebar-menu-btn {
	display: none;
}
.header .wpml-ls-display{
	display: none;
}
.counts-box .table-cell *{
	display: block;
	margin: auto;
}
.counts-box .item{
	display: inline-block;
	padding: 0 50px;
	
}
.counts-box .item:first-child{
	padding-left: 0;
}
.counts-box .item:last-child{
	padding-right: 0;
}
.counts-box .item img,
.counts-box .item .number{
	display: block;
	margin: auto;
}
.counts-box {
	color: #d81308;
	font-size: 20px;
	padding: 15px 0 40px;
}
.counts-box .number {
	font-size: 60px;
	font-weight: 600;
	line-height: 1em;
}
.partners-area img{
	max-width: 190px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.recent-post {
	padding-top: 15px;
	border-top: 1px solid #ccc; 
}
.number .odometer-value,
.number .odometer-digit-inner,
.number .odometer-digit-spacer{
	width: 40px
}
.action_icons{
	font-size: 8px;
	width: 10em;
	height: 10em;
	background-image: url("images/action_icons.png");
	background-size: auto 20em; 
	position: relative;
	display: inline-block;
}
.action_contact {
	background-position: 0 0;
}
.action_contact:before{
	background-position: 0 -10em;
}
.action_shop {
	background-position: -10em 0;
}
.action_shop:before{
	background-position: -10em -10em;
}
.action_donade {
	background-position: -20em 0em;
}
.action_donade:before {
	background-position: -20em -10em;
}
.action_icons:before{
	background-image: inherit;
	background-size: inherit; 
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	transition:0.3s all;
	opacity:0;
}
.action_icons:hover:before{
	opacity:1;
}
.tym-actions .item{
	margin-bottom: 15px;
	text-align: center;
}
.tym-actions .item a{
	display: block;
	padding: 10px;
	text-decoration: none;
	background: #e7e8e8;
	transition: 0.3s all;
	color: #6d6b6b;
}
.tym-actions .item span{
	display: block;
	margin: auto;
}
.tym-actions .item .name{
	font-size: 30px;
	line-height: 1em;
}
.tym-actions .item .text{
	font-size: 14px;
	line-height: 1em;
}
.tym-actions .item a:hover .action_icons:before{
	opacity:1;
}
.heateor_sss_sharing_container {
	padding-bottom: 15px;
}
.post_list  .heateor_sss_sharing_container{display: none}
.sidebar  .widgettitle{
	padding: 0.35em 15px;
	font-size: 18px;
	font-weight: 600;
}
.iframe_pdf {
	display: none;
}
.iframe_pdf .iframe{
	height: 80vh;
}
.iframe_pdf.open{
	display: block;
}
.report_files form span{
	color: red;
}
.report_files form input[type="password"]{
	font-family: inherit;
	padding: 5px 15px;
	width: 150px;
	border: 1px solid #cfcfcf;
	height: 40px;
}
.report_files form .btn{
	background: rgba(0,91,170,1);
	color: #fff;
}
.report_files form p{
	margin-bottom: 15px;
}
.report_files form {
	padding: 20px;
	border: 1px solid #cfcfcf;
	margin-top: 15px;
	background: #fcfcfc;
}
.gallery_pdf{
	display: none;
	padding: 10px;
	background: #cfcfcf;
}
.gallery_pdf.open{
	display: block;
}
.report_files .hoiviengallery .item  .open_gall{
	border-color: #000;
	color: #000;
}
.report_files .hoiviengallery .item  .open_gall.show{
	border-color: rgba(240,156,74,1);
	color: rgba(240,156,74,1);
}
.gallery_pdf  {
	position: relative;
	
}
.hoiviengallery .open_gall{
	text-decoration: none;
	color: #000;
}
.hoiviengallery .four-col{
	padding-right: 15px;
}
.hoiviengallery .open_gall.show{
	text-decoration: underline;
	color: rgba(240,156,74,1);
}
.gallery_pdf  .slick-arrow{
	position: absolute;
	top: 50%;
	margin-top: -30px;
	background: #000;
	color: #fff;
	z-index: 3;
	cursor: pointer;
	opacity: 0.8;
}
.gallery_pdf  .slick-arrow .fa{
	font-size: 32px;
	line-height: 1.5em;
	width: 40px;
	text-align: center;
}
.gallery_pdf  .slick-arrow.slick-prev{
	left: 0;
}
.gallery_pdf  .slick-arrow.slick-next{
	right: 0;
}
.scroll_top {
	position: fixed;
	bottom: 300px;
	right: 30px;
	width: 34px;
	line-height: 34px;
	border-radius: 50%;
	background: rgba(0,91,170,1);
	color: #fff;
	font-size: 18px;
	text-align: center;
	opacity: 0;
	transition: 0.3s all;
}
.scroll_top.show{
	opacity: 1;
}