@font-face {
	font-family: "fontRegular";
	src: url(../fonts/hopeco-Regular.ttf);
}
body {
	font-family: "fontRegular";
	overflow-x :hidden !important;
    font-size:16px;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 99999;
}
.wrap-loader {
	width: 444px;
	margin: 0 auto;
}
.content-body object,.content-body object * {
    width:100%;
    height:700px;
}
a {
	color: #f26f29;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
a:hover {
	color: #78a011;
	text-decoration: none;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 17px;
}
ul {
	padding: 0;
}
ul li {
	list-style: none;
}
i {
	text-shadow: none;
}
.page-content .content-body audio {
    width:100%;
}

.tit.title-sm {
    font-size:19px;
}
.pad-left-right0 {
	padding-left: 0;
	padding-right: 0
}
.language {
	float: right;
	margin-left: 5px;
}
#skype_c2c_container * {
    color:#fff !important;
}
/*============ header ============*/
.left-side {
	/*background: #f15a2a;*/
	/*border-right: 6px solid #fff;*/
	position: relative;
	/*background: url(/hinh-anh/top-border.png) repeat-x bottom #f15a2a;*/
}
.top-bar {
	height: 45px;
	position: relative;
	background: #f15a2a;
	background: url(/hinh-anh/top-border.png) repeat-x bottom #f15a2a;
}
.top-bar .left-side p {
	border-left: 1px solid rgba(249,249,249,0.1);
	color: #fff;
	float: left;
	font-size: 14px;
	margin: 0;
	padding: 11px 15px 15px;
}

/*=========== form search =========*/
.search-form {
	width: 260px;
	margin-top: 5px;
	color: #fff;
	float: right;
}
.search-form  i {
	color: #fff;
}
.stylish-input-group {

}
.search-form .stylish-input-group input {
	background: #e04d1e;
	color: #fff;
}
.stylish-input-group .input-group-addon{
	background: #e04d1e !important; 
	/*border: 1px solid #ca5d22;*/
	border: 0;
	border-left: 0;
	border-radius: 0;
}
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ca5d22;
	border: 0;
}
.stylish-input-group button{
	border:0;
	background:transparent;
}
.search-form .stylish-input-group input[type="text"] {
	/*	border: solid 1px #F26F29;*/
	border-radius: 0;
}
.search-form .stylish-input-group input::-webkit-input-placeholder { /* WebKit browsers */
	color:    #ddd;
}
.search-form .stylish-input-group input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #ddd;
	opacity:  1;
}
.search-form .stylish-input-group input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #ddd;
	opacity:  1;
}
.search-form .stylish-input-group input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    #ddd;
}
.search-form .stylish-input-group input[type="text"]:focus, .search-form .stylish-input-group input[type="text"].focus {
	outline: none;
	-webkit-box-shadow: inset 1px 1px 2px 0 #707070;
	-moz-box-shadow: inset 1px 1px 2px 0 #707070;
	box-shadow: inset 1px 1px 2px 0 #707070;
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}
.social-links {
	padding: 0;
	float: left;
	margin: 5px 20px 0 0;
}
.social-links li {
	float: left;
	margin: 0 0 0 12px;
	list-style: none;
	font-size: 18px;
}
.social-links li a {
	color: #fff;
}
.social-links li  a {
	font-size: 25px;
}

/*================ nav ==================*/
nav.navbar-default {
	-webkit-box-shadow: 0px 2px 9px -2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 9px -2px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 9px -2px rgba(0,0,0,0.25);
}
.navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
.navbar-brand {
	padding: 19px 0px;
}
.navbar-default {
	border-radius: 0px;
	border-color:transparent;
	margin-bottom: 0;
	z-index: 99;
}
/*============ color menu ================*/
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	background-color: transparent;
}
.dropdown-menu>li>a {
	text-transform: uppercase;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #F26F29;
}

/* Underline */
.underline {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.underline:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	background: #94c11f;
	height: 4px;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.underline:hover:before, .underline:focus:before, .underline:active:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #9acd47;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 48px;
    right: 30px;
    bottom: 45px;
    padding-top: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] {width: 100% !important;} 
/* cBob */
@-webkit-keyframes cbob {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}

	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}

	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@keyframes cbob {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}

	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}

	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@-webkit-keyframes cbob-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@keyframes cbob-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

.cbob {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.cbob:hover, .cbob:focus, .cbob:active {
	-webkit-animation-name: cbob-float, cbob;
	animation-name: cbob-float, cbob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}



/*==========slider=========*/
.slidebig .item {
	overflow: hidden;
}
.slidebig .owl-controls {
	position: absolute;
	bottom: 0;
	left: 43%;
}
.owl-theme .owl-dots .owl-dot span {
	border: 3px solid #fff;
	background: #464646;
	width: 18px;
	height: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #ec6707;
}
.slider {
	position: relative;
	overflow: hidden;
}
.slider .coltrol .slidebig-next,.slider .coltrol .slidebig-prev{
	position: absolute;
	top: 45%;
	z-index: 99;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
	color: #d2cdcb;
	font-size: 40px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.slider i {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.slidebig-next {
	right: -30px;
}
.slidebig-prev {
	left: -30px;
}
.slidebig-next i:hover, .slidebig-prev i:hover {
	color: #f26f29;
}
.slider:hover .slidebig-next {
	right: 10px;
}
.slider:hover .slidebig-prev {
	left: 10px;
}
/*======== presents ==============*/

.pullup {
	animation-name: pullUp;
	-webkit-animation-name: pullUp;
	animation-duration: 1.1s;
	-webkit-animation-duration: 1.1s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
}
.presents {
	border-bottom: 1px solid #C2C2C2;
	margin-bottom: -1px;
	padding: 50px 0 0 0;
}
.presents:hover .pullup {
	opacity: 0.8;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.presents .pullup {
	border-bottom: 1px solid transparent;
	margin-bottom: -1px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding-bottom: 15px;
}

.presents .p_icon {
	width:23.0%;
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
	font-size: 76px;
	background: #FFF;
	border-radius: 45%;
	color: #c2c2c2;
	z-index: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.presents .pullup:hover .p_icon {
	-webkit-animation: expandOpen 1s;
	animation: expandOpen 1s;
	margin-top: -30px;
	color: #f26f29;
}

.presents .p_info {
	width: 70.0%;
	display:inline;
	float: left;
	position: relative;
	margin-left: 4%;
	margin-right: 1%;
	padding: 0 0 70px;
	height: 350px;
}
.presents .p_info h3 {
	font-weight: 500;
}
.presents .p_info .btnmore {
	position: absolute;
	bottom: 0;
	right: 10px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.presents .btnmore {
	color: #f26f29;
	background: none;
	border-radius: 6px;
	border: 2px solid #f26f29;
	text-shadow: none;
	padding: 5px;
	float: right;
}
.presents .btnmore:hover, .presents .btnmore:active {
	background: #f26f29;
	color: #fff;
}
.presents .btnmore span, .presents .btnmore:active span {
	background: none;
}
.presents .btnmore i {
	font-size: 17px;
	vertical-align: sub;
	margin-right: 2px;
}

/*=======listnews=========*/
.listsnews {
	background: rgba(255,255,255,0);
	background-image: url(/hinh-anh/bg-news5.jpg);
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding-bottom: 15px;
}
.title-news {
	text-align: center;
	text-transform: uppercase;
}
.title-news  .tit {
	margin-bottom: 0;
	
}
.title-news  .tit a{
	color: #fff;
	text-decoration: none;
}
.box_spreater {
	margin: 0 auto;
	width: 50%;
}
.spreater {
	display: inline-block;
	float: none;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.spreater .dividerstyle {
	display: inline-block;
	position: relative;
}
.spreater .dividerstyle:before, .spreater .dividerstyle:after {
	border-bottom: 1px solid #94C11F;
	content: "";
	height: 1px;
	left: 100%;
	margin-left: 10px;
	position: absolute;
	top: 11px;
	width: 7700px;
}
.spreater .dividerstyle i {
	color: #94C11F;
	display: inline-block;
	font-size: 16px;
}
.spreater .dividerstyle:after {
	left: auto;
	margin-right: 10px;
	right: 100%;
}
.listsnews .item {
	cursor: pointer;
}
.present .spreater .dividerstyle i {
	color: #F26F29;
}
.present .spreater .dividerstyle:before, .present .spreater .dividerstyle:after {
	border-bottom: 1px solid #e5e5e5;
}
figure {
	position: relative;
	overflow: hidden;
}
figure:hover{
	border-color: #78a011;
}
figure img {
	width: 100%;
}
.grid2 figure {
    overflow: hidden;
    position: relative;
    padding-top: 66.59%;
}
.grid2 figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
}
.wrapnews .item {
	overflow: hidden;
}
.icon-border-wrap {
	position: absolute;
	top: -100px;
        z-index: 999;
	left: 50%;
	margin-left: -26px;
	margin-top: -24px;
	opacity: 0;
	-webkit-transition: all .7s;
	transition: all .7s;
}


.wrapnews .item .job {
	font-size: .85em;
	letter-spacing: .06em;
	padding-left: 20px;
}
.wrapnews .item p {
	font-size: 14px;
	letter-spacing: .06em;
	color: #6b6b6b;
	padding: 10px 10px;
	position: relative;
	z-index: 1;
}
.wrapnews figure {
    min-height: 185px;
    overflow-y:hidden;
}
.item-new-content {
	position: relative;
	background: #fff;
	margin-top: -10px;
	padding: 0;
	border-bottom: 3px solid #94c11f;
    min-height: 198px;
    overflow-y: hidden;
}
.wrapnews .item .title {
	letter-spacing: .04em;
	color: #2b2b2b;
	padding: 5px 10px;
	margin-bottom: 0;
}
.wrapnews .item .title a {
	color: #4e6a05;
}
.wrapnews .item .title a:hover {
    color:#fff;
}
.warp-callback {
	float: left;
}

/*========infomain===========*/
#infomain, #univinfo{
	padding-top: 20px;
}

#infomain ul.body li {
	border-bottom: 1px solid #cccccc;
	float: left;
    width:100%;
}
#infomain ul.body li:last-child {
    border-bottom:0;
}
.thumb img {
width:100%;
}
#univinfo .thumb img {
	
     position: absolute;
    top: 0;
    left: 0;
}
#infomain ul.body li .box .thumb {
	width: 30%;
	float: left;
	margin-right: 10px;
}
#infomain ul.body li .box .info p {
	height: 62px;
	overflow: hidden;
}
.widget {
	float: left;
	width: 100%;
}
.title-widget {
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1)
}
.warp-title-widget {
	border-bottom: 1px solid #cccccc;
}
.title-widget i {
	margin-right: 5px;
}
.title-box {
	text-transform: uppercase;
	font-weight: bold;
}
#infomain ul li .box {
	padding-bottom: 15px;
    float:left;
    width:100%;
}
#infomain ul li:last-child .box {
    padding-bottom:0;
}
.callback img {
	width: 130px;
	height: 130px;
	float: left;
	margin-right: 10px;
	border: 2px solid #93C01E;
}
#univinfo .box {
    min-height: 270px;
    overflow: hidden;
}
#univinfo .box p {
    margin-bottom:0;
    min-height: 66px;
}
ul.callback {
	padding: 0;
}
.callback li {
	padding: 15px 10px;
	float: left;
	border: 1px solid #cccccc;
	margin: 10px;
	border-radius: 15px;
}
.callback li span {
	float: right;
	color: #a7b82b;
}
.callback li p {
	color: #666;
}
.warp-callback .tit  a{
	color: #709B00;
}
.warp-callback .title-widgets:before, .warp-callback .title-widgets:after {
	border-top: 1px solid #709B00;
}
#univinfo .title-box {
	text-align: center;
    margin-top:10px;
}
#univinfo .thumb {
	overflow: hidden;
    position: relative;
    position: relative;
    padding-top: 55%;
}
/*============ bot-area==============*/
.wrapper {
	margin: 35px auto auto;
	position: relative;
}
.left-area:before ,.right-area:before ,.left-area:after ,.right-area:after{
	content: "";
	display: table;
}
.social-link-widget > span {
	font-size: 18px;
	line-height: 46px;
	float: left;
	margin-left: 20px;
	color: #fff;
}
.left-area {
	width: 65%;
	height: 120px;
	background: #89b31d;
	position: relative;
	float: left;
}
.left-area:before {
	width: 100%;
	height: 100%;
	background: #89b31d;
	position: absolute;
	top: 0;
	left: -98%;
}
.left-area:after {
	content: '';
	position: absolute;
	border-left: 0px solid transparent;
	border-right: 60px solid transparent;
	border-top: 120px solid #89B31D;
	bottom: 0;
	left: 50%;
	margin-left: 0px;
	left: 100%;
}
.right-area {
	width: 35%;
	height: 120px;
	background: #f15a2a;
	margin-top: -34px;
	position: relative;
	float: left;
}
.right-area:before {
	width: 100%;
	height: 100%;
	background: #f15a2a;
	position: absolute;
	top: 0;
	right: -100%;
}
.right-area:after {
	content: '';
	position: absolute;
	border-top: 120px solid transparent;
	border-bottom: 0 solid transparent;
	border-right: 60px solid #f15a2a;
	top: 0;
	left: -60px;
}
.left-area .newsletter-widget {
	margin: 30px 0;
}
.newsletter-widget .news-icon {
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	background: #89B31D;
	border: 2px solid #fff;
	border-radius: 50%;
	float: left;
	margin-right: 30px;
	color: #fff;
}
.media-body {
	overflow: hidden;
	zoom: 1;
}
.newsletter-widget .media-body > p {
	font-size: 18px;
	margin-top: -5px;
	color: #fff;
	margin-bottom: 0;
}
.newsletter-widget .newsletter-form {
	position: relative;
}
.newsletter-widget .newsletter-form .input-email {
	margin-bottom: 0;
	margin-top: 6px;
}
.newsletter-widget .newsletter-form .input-email .email {
	height: 37px;
	padding: 5px 10px;
	border: 1px solid #89B31D;
	background: #658414;
	line-height: 26px;
	font-size: 13px;
	width: 68.37209%;
	margin-right: 3.02326%;
	color: #fff;
	float: left;
}
.kopa-area-3 input {
	border-color: #fff;
	color: #fff;
}
.kopa-area-3 input {
	border-color: #fff;
	color: #fff;
}
.newsletter-widget .newsletter-form .input-email .submit {
	width: 100px;
	border: 1px solid #fff;
	background: #89b31d;
	color: #fff;
	font-size: 16px;
	height: 37px;
	line-height: 36px;
	padding: 0;
	text-align: center;
}
.bot-area {
	background: #fff;
	margin-top: 20px;
	float: left;
	width: 100%;
	overflow: hidden;
}
.social-links-bot li {
	float: left;
	margin: 0 0 0 30px;
	list-style: none;
	font-size: 18px;
}
.social-link-widget .social-links-bot li:first-child {
	margin: 0;
}
.social-link-widget .social-links-bot li a {
	text-align: center;
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	background: none;
	color: #fff;
	border: 1px solid #fff;
}
.social-link-widget .social-links-bot li a:hover {
	background: #C85111;
	border-color: #FFFFFF;	
	color: #fff;
}
.right-area .social-link-widget {
	margin: 37px 0;
}
#map-bot {
/*	border-top: 2px solid #f26f29;
border-bottom: 2px solid #f26f29;*/
float: left;
width: 100%;
/*margin-top: 10px;*/
}
#partners {
	padding: 28px 0 22px;
	float: left;
	width: 100%;
}

.map-container {
	position: relative;
	height: 350px;
	overflow: hidden;
}

.map-container iframe,
.map-container object,
.map-container emmed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*===========footer==============*/
footer {
	width: 100%;
	float: left;
	/*	background: #78a011;*/

}
footer .f-foot {
	width: 100%;
	float: left;
	background: #78a011;
	padding: 30px 0px;
}
footer .copyright {
	width: 100%;
	float: left;
	background: url(/hinh-anh/bg-footer1.png) repeat-x top #F15A2A;
	color: #fff;
}
footer .copyright p {
	margin-top: 13px;
	color: #fff;
}
footer .f-title ,
footer .f-title a{
	color: #252524;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;

}
footer .f-title {
	border-bottom: 1px solid #9cc531;
}
footer .info {
	padding: 20px 0;
	color: #fff;
}
footer .info span {
	font-size: 18px;
}
footer .tags  a:hover {
	background: #C85111;
}
footer .tags  a {
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	padding: 6px 8px;
	margin: 0 3px 5px 0;
	display: inline-block;
	background: #ec6707;
	padding: 10px;
	color: #fff;
}
#map-canvas {
	height: 350px;
	width: 100%;
}

.tags ul li {
	padding: 10px 0;
	display: inline-block;
}


.navbar-toggle:hover .icon-bar, 
.navbar-toggle:focus .icon-bar {
	background-color: #fff;
}
.breadcrumb {
	margin-bottom: 15px;
    background-color:transparent;
}
.breadcrumb>li {
	background-color: #F15A2A !important;
	float: left;
	font-size: 14px;
	list-style: none;
	margin: 0 1px 0 0;
	padding: 1px 15px;
	position: relative;
	text-transform: uppercase;
	transform: skew(-20deg);
	color: #fff;
}
.breadcrumb>li span,
.breadcrumb>li a {
	color: #fff;
	float: left;
	font-size: 12px;
	transform: skew(20deg);
}
.breadcrumb>li {
	margin-bottom: 3px;
}
.breadcrumb>li:last-child span{
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumb>li+li:before {
	content: none;
}
.page-content {
	width: 75%;
	position: relative;
	float: left;
	padding: 0 10px;
}
.page-sidebar {
	width: 25%;
	position: relative;
	float: left;
}
.blog-grid p {
	/*	border-bottom: 3px solid #94c11f;*/
	margin: 0;
	padding: 0 0 20px;
	display: inline-block;
}
.textborder:before {
	border-color: #f15a2a !important;
	border-bottom: 1px solid;
	content: '';
	float: left;
	height: 2px;
	margin: 10px 12px 0px 0px;
	width: 37px;
}
.date-time time span {
	color: #999;
	font-size: 12px;
	border-bottom: 1px dotted #999;
	display: inline-block;
	margin: 0 25px 0 0;
	position: relative;
}
.blog-text .tit {
	margin: 0px 0px 8px 0px;
}

.main-content {
	padding-top: 30px;
	padding-bottom: 35px;
	float: left;
	width: 100%;
}
.date-time {
	margin-bottom: 8px;
}
.thumbnail {
	margin-bottom: 5px;
}
.list-post {
	padding: 20px;
}
.title-widgets {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 15;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1)
}
.title-widgets .tit {
	float: left;
	color: #f26f29;
}
.page-sidebar .title-widgets .tit {
	color: #78a011;
}
.title-widgets i {
	margin-right: 5px;
}
.page-sidebar {
	padding: 0 10px;
}

.title-widgets:before , .title-widgets:after {
	content: "";
	height: 1px;
	left: 100%;
	margin-left: 10px;
	position: absolute;
	bottom: 14px;
	width: 7700px;
	border-top: 1px solid #f26f29;
}
.title-widgets:after  {
	left: auto;
}
.page-sidebar .title-widgets:before ,  .page-sidebar .title-widgets:after {
	border-top: 1px solid #78a011;
}
ul.list li {
	float: left;
	margin-bottom: 10px;
	border-bottom: 1px solid #78a011;
	padding: 5px 0;
    width:100%;
}
ul.list li:last-child {
	border-bottom:none;
}
ul.list li figure {
	float: left;
	width: 84px;
	margin-bottom: 0;
}
ul.list .infotext {
	padding-left: 100px;
	text-align: left;
}
.infotext .tit {
	margin-top: 0
}
.infotext a {
	font-size: 16px;
	display: inline-block;
	color: #333;
}
.infotext a:hover {
	color: #f26f29;
}
.page-sidebar a.thumbnail:hover,.page-sidebar a.thumbnail:focus,.page-sidebar a.thumbnail.active {
	border-color: #78a011;
}
.pagination {
	margin-bottom: 20px;
	margin-top: 0;
}
.pagination input {
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	float: left;
	list-style: none;
	margin: 0 8px 8px 0;
	transition: all .25s ease-in-out;
    border: 2px solid #ebebeb;
	color: #999;
    font-size: 15px;
    padding: 8px 15px;
    background-color:#fff;
}
.pagination input:hover ,.pagination input.selected-page-no {
    background-color:#F15A2A;
    color:#fff;
    border-color:#F15A2A;
 }
.body-single {
	width: 100%;
	float: left;
	padding-bottom: 30px;
}
.detailpost {
	max-height: 370px !important;
}

.meta-info {
	font-size: 12px;
	color: #444444;
	line-height: 16px;
	font-style: italic;
	margin-top: 5px;
}
.td-meta-info {
	display: inline-block;
	margin-right: 3px;
}
.post-sharing {
	font-size: 14px;
	color: #222222;
	line-height: 10px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-color: #e6e6e6;
	margin-top: 10px;
}
.td-post-share-title {
	position: relative;
	margin-right: 10px;
	vertical-align: middle;
}
.td-default-sharing {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0;
}
.td-post-sharing a {
	display: inline-block;
}
.td-social-sharing-buttons {
	font-size: 25px;
	color: #ffffff;
	height: 32px;
	border-radius: 3px;
	margin-right: 6px;
}
.td-social-sharing-buttons div {
	display: inline-block;
}
.td-sp-facebook {
	width: 32px;
	height: 32px;
	background-position: -20px -20px;
}
.td-social-but-text {
	position: relative;
	top: -12px;
	padding: 0px 9px 0px 9px;
	border-left: 1px solid rgba(255,255,255,0.1);
}
.td-social-facebook {
	color: #516eab;
}
.td-social-twitter {
	color: #29c5f6;
}
.td-social-google {
	color: #eb4026;
}
.content-body {
	float: left;
	width: 100%;
	padding: 20px 0px;
}
.tit-single {
	font-weight: bold;
}
.content-body img {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	text-align: center;
	margin: 0 auto;
	max-width: 100%;
}
.content-body p {
	margin: 10px 0;
}
.tags-single {
	float: left;
	width: 100%;
	display: block;
	font-size: 14px;
	color: #222222;
	line-height: 10px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 5px 0;
}
.tags-single span {
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
}
.tags-single .list-tag {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0px 10px 0px;
}
.tags-single .list-tag li {
	float: left;
	margin-right: 3px;
}
.tags-single .list-tag li:hover  a{
	background: #f26f29;
}
.tags-single .list-tag li a {
	background-color: #a5a5a5;
	margin: 0px 0px 5px 3px;
	padding: 4px 5px;
	color: #ffffff;
	float: left;
}

.box-post-rev-next {
	width: 100%;
	position: relative;
	float: left;
	padding: 15px 0; 
	border-bottom: 1px solid #e6e6e6;
}
.box-post-rev-next div {
	width: 50%;
	padding: 0px 20px 0px 20px;
	float: left;
}
.box-post-rev-next span {
	display: block;
	font-size: 14px;
	color: #f26f29;
}
.box-pev {
	text-align: right;
	padding-right: 10px
}
.box-next {
	padding-left: 10px;
	text-align: left;
}
.box-post-rev-next a{
	font-size: 15px;
	color: #333;
}
.box-post-rev-next a:hover {
	color: #f26f29;
}
.box-post-rev-next .box-pev a:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -23px;
	height: 100%;
	content: '\f104';
	font-family: 'FontAwesome',sans-serif;
	font-size: 47px;
	line-height: 100%;
	font-style: normal;
	font-weight: normal;
}
.box-post-rev-next .box-next a:before {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -23px;
	height: 100%;
	content: '\f105';
	font-family: 'FontAwesome',sans-serif;
	font-size: 47px;
	line-height: 100%;
	font-style: normal;
	font-weight: normal;
}
.related-post {
	float: left;
	width: 100%;
	display: block;
}
.related-post figure {
        position: relative;
        padding-top: 63.59%;
    }
.related-post img {
	position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%;
}
.info-contact {
	font-weight: bold;
	text-transform: uppercase;
}
.info-contact div {
	margin-bottom: 10px;
}
.info-contact i {
	color: #f15a2a;
	font-size: 17px;
	margin-right: 6px;
}
.info-contact span {
	display: block;
	font-weight: normal;
	margin-top: 5px;
       text-transform: none;
}
.info-contact .company {
	color: #f15a2a;
	margin-top: 0;
}
.wrap-form	{
	float: left;
	margin-bottom: 10px;
	width: 100%;
	margin-top: 20px;
}
.wrap-form form {
	margin: 0px 0px 0px -30px;
}
.wrap-form form label {
	float: left;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 30px;
	position: relative;
	width: 50%;
	text-align: left;
}
.wrap-form form label.titleinput {
	width: 100%;
}
.wrap-form form  i {
	left: 54px;
	position: absolute;
	top: 20px;
	color: #f15a2a !important;
}
.wrap-form form i.fa-mobile {
    font-size: 20px;
}
.wrap-form form label input[type="text"], .wrap-form form label input[type="email"] ,
.wrap-form form label #selectbox{
	background-color: #fafafa;
	border: 1px solid #eaf0f3;
	height: 57px;
	margin: 0px;
	padding: 6px 10px 6px 54px;
	border-color: #cecece;
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	float: left;
	box-sizing: border-box;
	display: inline-block;
	line-height: 20px;
	outline: none;
	vertical-align: middle;
}
.wrap-form form label #selectbox {
	text-transform: uppercase;
}
.checkboxinput input{
	margin-top: 0;
	height: 20px;
	width: 20px;
	vertical-align: middle;
}
.checkboxinput {
	width: auto !important;
}

.wrap-form form .submit-sec {
	text-align: center;
	display: inline-block;
	position: relative;
	float: left;
	width: 100%;
}
.wrap-form form  input[type="submit"] {
	border-radius: 0px;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	padding: 12px 40px 12px 40px;
	text-transform: uppercase;
	background-color: #F15A2A  !important;
	border: 0;
}
.wrap-form form .submit-sec i {
	background: rgba(0,0,0,0.1);
	height: 47px;
	left: 0px;
	padding: 16px 0px 0px 0px;
	top: 0px;
	width: 47px;
	position: absolute;
	color: #C7D301 !important;
}
.wrap-form form label.textaera-sec {
	width: 100%;
}
.wrap-form form label textarea {
	background-color: #fafafa;
	height: 135px;
	margin: 0px;
	padding: 19px 10px 19px 54px;
	resize: none;
	width: 100%;
}
.contact-tit {
	color: #f15a2a !important;
	font-size: 34px !important;
	text-align: center;
}
.pad-20 {
	padding-bottom: 30px;
}
.striptoggle {
	border-radius: 0px 0px 40px 40px;
	color: #ffffff;
	height: 27px;
	padding: 1px 0px 0px 0px;
	position: absolute;
	right: -1px;
	text-align: center;
	top: -5px;
	width: 27px;
	background: #F15A2A;
}
.striptoggle:hover, .striptoggle:active, .striptoggle:focus {
	color: #fff;
}
.striptoggle i {
	font-size: 11px;
}
.striptoggle.active .fa-minus:before {
	content: "\f067";
}

.breadcrumb-sec {
	min-height: 420px!important;
	padding-top: 140px;
	padding-bottom: 20px;
	float: left;
	width: 100%;
	background: rgba(255,255,255,0);
	background-image: url(/hinh-anh/study.png);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.title-present {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.title-present .tit {
	font-size: 60px;
}
.fluid-width-video-wrapper {
	width: 100%;
	position: relative;
	padding: 0;
}
.fluid-width-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sec-full {
	padding-top: 50px;
	padding-bottom: 20px;
	width: 100%;
	float: left;
}
.sec-full .tit {
	margin-top: 0;
	text-transform: capitalize;
	color: #f15a2a;
}
.sec-full .style1 {
	padding: 10px 20px 0 0;
}
.sec-full .video-wraper {
	padding-left: 20px;
}
.sec-full .style2 {
	padding-top: 30px;
}
.cs-services {
	float: left;
	width: 100%;
}
.cs-services h4 {
	font-weight: bold;
}
.element-size-20 {
	width: 20%;
	float: none !important;
	display: inline-block;
	margin: 0 -4px 0 0;
	vertical-align: top;
	padding: 0 15px;
}
.cs-services figure {
	display: inline-block;
	float: none;
	width: auto;
}
.cs-services  figure img {
	float: left;
	width: 100%;
	max-width: 100%;
}
.wraper-service {
	color: #fff;
}
ul.list-service li {
	width: 50%;
	float: left;
	font-size: 20px;
	margin-bottom: 16px;
	line-height: 43px;
}
ul.list-service li i {
	padding: 7px 15px;
	background-color: #9CBF2D;
	border-radius: 50%;
	margin-right: 5px;
}

ul.list-service li:before {
	content: "\f105";
	font-family: 'FontAwesome',sans-serif;
	padding: 7px 15px;
	background-color: #9CBF2D;
	border-radius: 50%;
	margin-right: 5px;
}

ul.list-service {
	width: 80%;
	margin: 0 auto;
	padding-top: 25px;
}
ul.list-gallary {
	width: 100%;
	float: left;
}
ul.list-gallary li {
	position: relative;
	overflow: hidden;
	float: left;
	width: 25%;
	padding: 5px;
}
.wrapgallary li {
	padding: 5px;
}
ul.list-gallary li img {
	width: 100%;
	height: 100%;
}
#mygallary img {
	width: 100%;
}
ul.list-gallary li article {
	position: relative;
	overflow: hidden;
	float: left;
}
.present .wraper-service  .spreater .dividerstyle i {
	color: #9CBF2D;
}
.style3 {
	float: left;
	width: 100%;
}
.style4 {
	width: 100%;
	float: left;
	padding-top: 25px;
}
.wraper-service  .tit {
	color: #FFFFFF;
}
.wraper-consus {
	margin-top: 0px;
	padding-top: 35px;
	margin-bottom: 0px;
	border-top: 0px #e0e0e0 solid;
	border-bottom: 0px #e0e0e0 solid;
	background: url(/hinh-anh/consus.jpg);
	background-size: cover;
	color: #fff;

}
.wraper-consus h3 {
	font-size: 30px;
	margin: 0;
}
.wraper-consus .text-left {
	display: inline-block;
	float: none;
	vertical-align: middle;
}
.wraper-consus .text-center{
	padding: 17px 20px 41px;
}
.btn-consus {
	display: inline-block;
	line-height: 35px;
	background: none;
	border: 2px solid #fff;
	box-shadow: none;
	color: #fff;
	min-width: 170px;
	text-transform: uppercase;
	margin-left: 20px;
	margin-top: 10px;
}
.btn-consus:hover {
	color: #fff;
}
.button_style {
	background-color: #9cc531;
	border-radius: 0px;
	padding: 10px 0;
	display: inline-block;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	min-width: 180px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff !important;
}
.button_style:hover ,.button_style a, .button_style a:hover{
	color: #fff;
}

.pad0 {
	padding-top: 0;
}

.wraper-service {
	float: left;
	width: 100%;
	background: rgba(255,255,255,0);
	background-image: url(/hinh-anh/bg-service.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.wraper-gallery {
	padding-bottom: 20px;
}
.wraper-gallery .tit {
	color: #83A80E;
}
.wraper-gallery .dividerstyle i {
	color: #94C11F !important;
}
ul.wrapgallary li{
	width: 33.33%;
	float: left;
    width: 32.6%;
    margin-left: .7%;
    float: left;
}
ul.wrapgallary li article {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
ul.wrapgallary li article img {
	width: 100%;
min-height: 117px;
}
.fullgallary {
	padding-top: 10px;
}
.wrapgallary {
	float: left;
	width: 100%;
    margin-bottom:0;
}
.wrap-facebook {
    float:left;
    width:100%;
}



.fullgallary .spreater .dividerstyle:before, .fullgallary .spreater .dividerstyle:after {
	border-bottom: 1px solid #e5e5e5;
}
.fullgallary .tit {
	margin-top: 0;
	text-transform: capitalize;
	color: #94C11F;
}

.pp_content ,.pp_hoverContainer , #pp_full_res img ,div.pp_pic_holder {
	display: block;
	max-width: 100% !important;
	height: auto !important;
}
.cate2  .media.thumbnail {
	width: 30%;
	margin-right: 10px;
	float: left;
}
.cate2  .blog-grid p {
	display: block;
	padding: 0 0 10px;
}
.cate2  .list-post .col-xs-12 {
	margin-bottom: 10px;
	border-bottom: 1px dashed #DDD;
	padding-bottom: 10px;
}
.cate2  .list-post .col-xs-12:last-child {
	border-bottom: 0;
}

.writing .title {
	background: rgba(255,255,255,0);
	background-image: url(/hinh-anh/Writing1810.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 300px;
}
.writing .title .tit {
	text-align: center;
	padding-top: 130px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 60px;
}
#writingpage .breadcrumb {
	padding-left: 0;
}
#writingpage .wrap-form form label textarea {
	height: 330px;
}
#infomain ul.body li .info .title {
    margin-top:0;
}
.text-hie .col-xxs-12 .thumbnail {
        float: left;
     width: 100%;
}


@media (max-width: 1199px) {
	.right-area .social-link-widget {
		margin: 0; 
	}
    .item-new-content {
        min-height:150px;
    }
    .wrapnews .item {
        margin-bottom:15px;
    }
    
}
@media only screen and (min-width : 768px) and (max-width : 1199px) {
    .wrapnews .col-sm-6 {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 49%;
        padding-left: 10px;
        padding-right: 10px;
    }

}
@media (min-width: 992px) {
      .name-mobile {
        display: none;
    }
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;    
	}
	/*================*/
	.wrapnews .wrap-item:nth-child(1) {
		-o-animation-duration: 1s;
		-o-animation-delay: 1s;
		-o-animation-iteration-count: 1;
		-moz-animation-duration: 0.7s;
		-moz-animation-delay: 1s;
		-moz-animation-iteration-count: 1;
		-webkit-animation-duration: 1s;
		-webkit-animation-delay: 0.7s;
		-webkit-animation-iteration-count: 1;
	}
	.wrapnews .wrap-item:nth-child(2) {
		-o-animation-duration: 1s;
		-o-animation-delay: 1s;
		-o-animation-iteration-count: 1;
		-moz-animation-duration: 1s;
		-moz-animation-delay: 1s;
		-moz-animation-iteration-count: 1;
		-webkit-animation-duration: 1s;
		-webkit-animation-delay: 1s;
		-webkit-animation-iteration-count: 1;
	}
	.wrapnews .wrap-item:nth-child(3) {
		-o-animation-duration: 1s;
		-o-animation-delay: 1.3s;
		-o-animation-iteration-count: 1;
		-moz-animation-duration: 1s;
		-moz-animation-delay: 1.3s;
		-moz-animation-iteration-count: 1;
		-webkit-animation-duration: 1s;
		-webkit-animation-delay: 1.3s;
		-webkit-animation-iteration-count: 1;
	}
	.wrapnews .wrap-item:nth-child(4) {
		-o-animation-duration: 1s;
		-o-animation-delay: 1.6s;
		-o-animation-iteration-count: 1;
		-moz-animation-duration: 1s;
		-moz-animation-delay: 1.6s;
		-moz-animation-iteration-count: 1;
		-webkit-animation-duration: 1s;
		-webkit-animation-delay: 1.6s;
		-webkit-animation-iteration-count: 1;
	}
	.ef-item .icon-border {
		border: 2px solid #94c11f;
		width: 46px;
		height: 46px;
		border-radius: 40px;
		position: relative;
	}

	.ef-item span.fa-stack {
		background: #94c11f;
		width: 38px;
		height: 38px;
		border-radius: 40px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -19px;
		margin-top: -19px;
	}
	.ef-item .icon-border i {
		-webkit-transition: all .7s;
		transition: all .7s;
	}
	.ef-item .fa-fw {
		width: 20px;
		margin-left: 10px;
		margin-top: 10px;
	}
	.orgi .icon-border {
		border: 2px solid #f26f29;
	}
	.orgi span.fa-stack {
		background: #f26f29;
	}
	.item-new-mask{
		width: 100%;
		height: 100%;
                
		/*-ms-transform: rotate(42.9deg);*/
		/* -webkit-transform: rotate(42.9deg); */
		/* transform: rotate(42.9deg); */
		/* margin-left: 111px; */
		position: absolute;
		background: #000;
		opacity: 0;
		-webkit-transition: all .7s;
		transition: all .7s;
	}
    #univinfo .item-new-mask {
        z-index: 99;
        top:0;
    }
	.ef-item:hover .item-new-content{
		background: #94c11f;
		color: #fff !important;
	}
	.ef-item:hover .item-new-mask{
		opacity: .4;
	}
	.ef-item:hover .item-new-content p,
	.ef-item:hover .item-new-content h4{
		color: #fff !important;
	}
	.ef-item:hover .icon-border-wrap{
		opacity: 1;
		top: 50%;
	}
	.triangle-wrapper {
		position: absolute;
		top: 0px;
		right: -32px;
		border-top: 50px solid #fff;
		border-bottom: 0px solid transparent;
		border-right: 27px solid transparent;
		border-left: 0px solid transparent;
		display: block;
		height: 0;
		width: 0;
		transition: border 0.3s ease-in-out 0s;
		-moz-transition: border 0.3s ease-in-out 0s;
		-webkit-transition: border 0.3s ease-in-out 0s;
	}
	.triangle {
		position: absolute;
		top: 0px;
		right: -25px;
		border-top: 46px solid #f15a2a;
		border-bottom: 0px solid transparent;
		border-right: 25px solid transparent;
		border-left: 0px solid transparent;
		display: block;
		height: 0;
		width: 0;
		transition: border 0.3s ease-in-out 0s;
		-moz-transition: border 0.3s ease-in-out 0s;
		-webkit-transition: border 0.3s ease-in-out 0s;
	}
	.presents .pullup:hover {
		opacity: 1;
		padding-bottom: 19px;
		margin-top: -20px
	}
	.presents .pullup:hover .btnmore {
		bottom: 20px;
		opacity: 1;
	}
	.presents .pullup:after {
		height: 100%;
		width: 2px;
		content: close-quote;
		background: #c2c2c2;
		position: absolute;
		left: 41px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.presents .pullup:hover:after {
		background: #f26f29;
	}
    .page-content ul.wrapgallary li {
        min-height:190px;
    }
 #univinfo .col-md-4 {
        width: 32.333%;
        display: inline-block;
        float: none;
    }
}
@media (max-width: 991px) {
    .page-content ul.wrapgallary li {
        min-height:200px;
    }
	.page-content {
		width: 100%;
	}
	.page-sidebar {
		width: 100%;
	}
	.widget {
		width: 50%;
		float: left;
	}
	.left-area .newsletter-widget {
		width: 100%;
	}
	.container {
		width: 100%;
	}
	.top-bar {
		height: auto;
	}
	.left-side {
		border-right: 0;
		width: 100%;
		text-align: center;
	}
	.right-side {
		width: 100%;
		text-align: center;
	}
	.search-form ,.top-bar .left-side p ,.social-links{
		float: none;
		display: inline-block;
	}
	.top-bar .left-side p{
		border-left:0;
	}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: 10px !important;
	}
	.navbar-nav li {
		text-align: center;
	}
	.presents .p_info {
		min-height: inherit;
		height: auto;
	}
	.presents .p_icon {
		text-align: center;
	}
	.presents .p_info .btnmore {
		opacity: 1;
		bottom: 0px;
	}
	.wrapnews .item {
		padding-bottom: 10px;
	}
	#infomain ul.body li .box .thumb {
		padding-bottom: 10px;
	}
	.presents .btnmore {
		border: 0;
		padding: 0;
	}
	.presents {
		padding: 10px 0 20px 0;
	}
	.presents:hover .pullup {
		opacity: 1;
		float: left;
	}
	.presents .p_icon {
		background: transparent;
	}
	.presents .p_info {
		padding-bottom: 0;
	}
	.presents .pullup:hover .p_icon {
		margin-top: 0;
	}
	.presents .btnmore:hover, .presents .btnmore:active {
		padding: 2px 5px;
	}

	.left-area {
		width: 100%;
		height: auto;
		padding: 0 10px;
	}
	.right-area {
		width: 100%;
		margin-top: 0;
		height: auto;
        padding:20px 0;
	}
	.social-links-bot li {
		margin: 0 0 0 5px;
	}
	.right-area:before {
		/*right: 0;*/
	}
	.wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	.callback li {
		width: 100%;
        margin:10px 0;
	}
	.social-links-bot {
		margin-bottom: 0;
	}
	.social-link-widget .social-links-bot li a {
		width: 37px;
		height: 37px;
		line-height: 37px;
	}
	.right-area:after ,.left-area:before , .left-area:after , .right-area:before{
		display: none;
	}
	.social-links-bot {
		margin-top: 5px;
		margin-right: 10px;
	}
	.social-link-widget > span {
		margin-left: 10px;
	}
	.list-post {
		padding: 0px;
	}
	.blog-grid p {
		margin-bottom: 0;
	}
    .navbar-default .navbar-nav > li > a {
        padding-top:15px;
        padding-bottom:15px;
    }
    .dropdown-menu > li > a {
        padding-top:10px !important;
        padding-bottom:10px !important;
    }
    .page-sidebar .widget {
        padding-right:20px;
    }
     .name-mobile {
    display: block;
    margin-top: 52px;
    display: block;
    color: #F26F29;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    }
    #univinfo .col-xxs-12 {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 49%;
    }
}
@media (max-width: 867px) {
    .page-content ul.wrapgallary li {
        min-height:180px;
    }
}
@media (max-width: 800px) {
    .page-content ul.wrapgallary li {
        min-height:165px;
    }
}
@media (min-width: 768px) {
	 
}
@media (max-width: 767px) {
   
    .widget {
        width:100%;
    }
	.blog-text h2 {
		font-size: 18px;
	}
	.info-contact {
		float: left;
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}
	.sec-full {
		padding-top: 25px;
	}
	.sec-full .tit {
		text-align: center;
	}
	ul.wrapgallary li {
		width: 49%;
	}
    .text-hie .col-xs-6 {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 49%;
    }
}

@media (min-width: 679px) {
    .text-hie .col-xxs-12 {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 49%;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 680px) {
    .content-body object, .content-body object * {
        height:auto;
    }
    .text-hie .col-xxs-12 {
            width: 100%;
    }
  #univinfo .thumb {
		height: auto;
                max-height: 350px;
	}
#univinfo .box p {
    min-height: auto;
}
}
@media (max-width: 567px) {
    .cate2 .media.thumbnail {
        width: 35%;
    }
	.wrap-form form label {
		width: 100%;
	}
	.element-size-20 {
		width: 50%;
		padding: 0 5px;
	}
	.cs-services figure img {
		width: 50%;
		margin: 0 auto;
		float: none;
	}
	ul.list-service {
		width: 85%;
	}
	ul.list-service li {
		width: 100%;
		font-size: 15px;
	}
	ul.list-gallary li {
		width: 50%;
	}
	.wraper-consus h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.btn-consus {
		margin-left: 0;
	}
	.sec-full .video-wraper {
		padding-left: 10px;
	}
	.title-present .tit {
		font-size: 35px;
	}
	.breadcrumb-sec {
		min-height: 200px!important;
		padding-top: 60px;
	}
	.sec-full .tit {
		text-align: center;
	}
	ul.list-service li:before {
		padding: 7px 12px;
	}
	
	.wraper-consus .text-center {
		padding: 16px 20px 20px;
	}
	.wraper-gallery {
		padding-bottom: 5px;
	}
	.wraper-consus {
		margin-bottom: 20px;
	}

	.pp_content ,.pp_hoverContainer , #pp_full_res img ,div.pp_pic_holder {
		width: 100% !important;
		left: 0 !important;
	}
	div.pp_pic_holder {
		top: 30% !important;
		position:fixed;
	}
	#pp_full_res iframe {
		width: 100%;
		height: 220px;
	}
    #univinfo .col-xxs-12 {
        width:100%;
    }
  
}

@media (max-width: 480px) {
    .newsletter-widget .newsletter-form .input-email .submit {
        width:26%;
        height:35px;
    }
    .newsletter-widget .news-icon {
        display:none;
    }
	.left-area .newsletter-widget {
		margin: 10px 0;
	}
	.newsletter-widget .newsletter-form .input-email .email {
		width:70%;
		margin-bottom: 5px;
	}
	
	h3 {
		font-size: 16px;
	}
	.top-bar .left-side p {
		padding: 5px 15px;
		border-bottom: 1px solid rgba(249, 249, 249, 0.1);
	} 
	.top-bar {
		padding-top: 10px;
	}
	.slidebig .owl-controls {
		display: none;
	}
	#infomain ul.body li .box .thumb {
		width: 45%;
	}
	.presents .p_info {
		height: 200px;
		overflow: hidden;
		padding-bottom: 0;
	}
	.pagination>li>a, .pagination>li>span {
		padding: 3px 10px;
	}
	.widget {
		width: 100%;
	}
	.box-post-rev-next div {
		padding: 0px 10px 0px 10px;
	}
   
    .wrap-loader {
        width:auto;
    }

}

@media (max-width: 465px) {
    .name-mobile {    
    position: absolute;
    bottom: 0;
    width: 100%;
    }
    .navbar-brand {    height: 200px;}
}
@media (max-width: 390px) {
    .language {
        width:100%;
        margin-top:0;
    }
    .tit.title-sm {
     font-size: 17px;
    }
    .pagination input {
       padding: 4px 10px;
    }
    h1 {
        font-size: 20px;
    }
    .box-post-rev-next .box-pev a:before {
          left: -11px;  
    }
   
}
.sentwriting {
	margin-top: 10px;
}
.sentwriting img {
	width: 100%;
}
.content-body ul li {
	list-style: initial;
}
.content-body ul {
padding-left:20px;
}
.content-body table {
 width: 100%;
}
.content-body  tbody tr td {
padding: 10px;
    vertical-align: top;
}
