

/* Css */

/*==========================================================
	2. GENERAL
==========================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body{
	font-size: 14px;
	color: #757575;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #F1F1F1 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #373737;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: normal;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p {
	/* margin-bottom: 1em; */
}
img{
	border:none;
	max-width:100%;	
	height: auto;
}
a{
	color:#373737;
}
a:hover{
	color: #e31e1e;
	text-decoration:none;
}
a:focus{
	text-decoration: none;
	color: inherit;
	outline: none;
}
a, 
button, 
input {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
textarea {
	border: 1px solid #d5d5d5;
	padding: 8px 15px;
	font-size: 14px;
	color: #757575;
	/* font-style: italic; */
	border-radius: 0;
}
button,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
	border-color: #e31e1e;
	outline: none;
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
	border-color: #FCD998;
}

li{
	/* list-style-type: none; */
}

.container{
	padding-left: 0px;
	padding-right: 0px;
}

h1.home-seo{
	height: 0;
	text-indent: 9999px;
}

/*==========================================================
	3. ELEMENTS
==========================================================*/
#wrapper {
	margin: auto;
}
.searchform{
	display: inline-block;
}
.searchform > div{
	position: relative;
	width: 300px;
}
.searchform > div:before{
	position: absolute;
	right: 8px;
	content:"\f002";
	font-family: FontAwesome;
	font-size: 14px;
	color: #e7e7e7;
	visibility: hidden;
}
.searchform label{
	display: none;
}
.searchform #s{
	width: 100%;
	/* background: none; */
	/* height: 33px; */
	padding: 5px 45px 5px 10px;
	/* border: 1px solid rgba(255, 255, 255, 0.3); */
	color: #000;
	/* font-style: italic; */
	height: 44px;
	background: #f1f1f1;


}
.site-brand
{
	    position: relative;
	    
	    padding-top: 27px;
	    padding-bottom: 27px;

}
.right-header{
	padding: 50px 0;
}
.title-company-home{
	position: absolute;
    top: 11px;
    right: 99px;
    font-size: 49px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #980F16;
}

.searchform #s::-webkit-input-placeholder {
   color: #d10000;
  	font-size: 14px;
}

.searchform #s::-moz-placeholder {  /* Firefox 19+ */
   color: #d10000;
  	font-size: 14px;  
}

.searchform #s:-ms-input-placeholder {  
   color: #d10000;
  	font-size: 14px;  
}
.searchform #searchsubmit{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 35px;
	background: none;
	border: none;
	font-size: 0;
}
.star-rating {
	font-family: FontAwesome;
	font-size: 13px;
	height: 1em;
	line-height: 1;
	overflow: hidden;
	position: relative;
	width: 74px;
	letter-spacing: 3px;
}
.star-rating:before {
	color: #b5b5b5;
	content: "\f005\f005\f005\f005\f005";
	float: left;
	left: 0;
	position: absolute;
	top: 0;
}
.star-rating span {
	float: left;
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	top: 0;
}
.star-rating span:before {
	content: "\f005\f005\f005\f005\f005";
	left: 0;
	position: absolute;
	top: 0;
	color: #ffe931;
}
.thumbnail {
	border-radius: 0;
}

/*-- main-slider --*/
.main-slider .sliders {
}
.main-slider .item {
	position: relative;
}
.main-slider .slider-content {
	position: absolute;
	left: 0%;
	/* transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%); */
	opacity: 0;
	visibility: hidden;
	/* transition: all 0.7s ease-in-out 0s;
	-moz-transition: all 0.7s ease-in-out 0s;
	-ms-transition: all 0.7s ease-in-out 0s;
	-webkit-transition: all 0.7s ease-in-out 0s;
	-o-transition: all 0.7s ease-in-out 0s;
	transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s; */
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	color: #fff;
	bottom: 0;
}
.slider-home {
	-webkit-box-shadow: 0px 5px 6px 0px rgba(30, 30, 30, 0.82);
	-moz-box-shadow:    0px 5px 6px 0px rgba(30, 30, 30, 0.82);
	box-shadow:         0px 5px 6px 0px rgba(30, 30, 30, 0.82);
}
.main-slider .owl-item.active .slider-content {
	opacity: 1;
	bottom: 0;
	visibility: visible;
	font-size: 16px;
	padding: 13px 0;
}
.owl-carousel .owl-nav {

}
.owl-carousel .owl-nav > div {
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	line-height: 50px;
	position: absolute;
	top: 50%;
	left: 7%;
	color: #FFF;
	font-size: 33px;
	margin-top: -15px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
}
.owl-carousel .owl-nav > div.owl-next {
	left: auto;
	right: 7%;
}
.owl-carousel .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.owl-carousel .owl-dots > div {
	width: 10px;
	height: 10px;
	border: 1px solid #FFF;
	display: inline-block;
	margin: 0 3px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.owl-carousel .owl-dots > div.active,
.owl-carousel .owl-dots > div:hover {
	background: #FFF;
}
/*-- end main-slider --*/




/*-- grallery-slider --*/
.owl2.owl-carousel .owl-nav > div {
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.2);
	text-align: center;
	line-height: 28px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	position: absolute;
	color: #FFF;
	margin-top: -15px;
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	line-height:40px;
	text-align:center;
}
.owl2.owl-carousel .owl-nav > div:hover {
	color:#fff;
	border:1px solid #fff;
}
.owl2.owl-carousel .owl-nav > div.owl-next {
	left: auto;
}
.owl2.owl-carousel .owl-dots {
	position: absolute;
	bottom: 10px;
	right:-25px;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.owl2.owl-carousel .owl-dots > div {
	width: 12px;
	height: 12px;
	border: 1px solid #000;
	display: inline-block;
	margin: 0 3px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	background-color:#333;
}
.owl2.owl-carousel .owl-dots > div.active,
.owl2.owl-carousel .owl-dots > div:hover {
	background: gray;
}

	.owl2 .owl-nav > div{
		width: 22px !important;
		height: 100% !important;
		background-color: rgba(8, 8, 8, 0.59) !important;
		line-height: 99px !important;
    	font-size: 40px !important;
    	text-align:center !important;
    	border:none;
    	top:15px;
    	-webkit-border-radius: 0;
    	-moz-border-radius: 0;
    	-ms-border-radius: 0;
    	-o-border-radius: 0;
    	border-radius: 0;
    	left:0;
	}
	.owl2 .owl-nav > div.owl-next {
	    left: auto;
	    right: 0;
	}
	.owl2 .item img{
		border:1px solid #000;
	}
	.owl-site-quan-tam{
		padding: 1% 5%;
		border:1px solid #ccc;
	}
	/* thumbnail carousel */
	.owl2{
		margin-top:12px;
		border:1px solid #ccc;
	}
	.owl-carousel.owl-drag .owl-item.active.current img{
		border: 1px solid red;
	}





.title,
.widget-title {
	text-transform: uppercase;
	font-size: 15px;
	padding: 5px 0;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 15px;
}
.box-item,
.widget {

}
.os-responsive, .os-responsive-icon-only{
	margin-top: 25px;
	margin-bottom: 25px;
}
.socials {
	list-style: none;
	margin: 0;
	padding: 0;
}
.socials li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.socials li a {
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	color: #FFF;
	border-radius: 2px;
	display: block;
	background: #575757;
	font-size: 30px;
}
.socials li a:hover {
	border-color: #e31e1e;
	color: #e31e1e;
}
.socials li a span {
	display: none;
}

/*==========================================================
	4. HEADER
==========================================================*/
.site-header {
	position: relative;
	z-index: 10;
}

.right-header {
	text-align: right;
}
.main-menu {
	background: #212121;
	padding: 15px 0;
	text-align: center;
}
.main-menu ul {
	padding: 0;
	list-style: none;
	margin: 0;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.main-menu ul li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 16px;
}
.main-menu ul li:last-child{
	margin-right:0px;
}
.main-menu ul li a {
	display: block;
	padding: 0 20px;
	color: #FFF;
	line-height: 29px;
	height: 29px;
}
.main-menu ul li a:hover,
.main-menu .current-menu-item a {
	background: #ff0000 !important;
	color: #fff !important;
}
.menu-main {
	display: inline-block;
	vertical-align: middle;
}
.main-menu .searchform {
	float: right;
	margin-top: 3px;
}
.main-menu .sub-menu {
    position: absolute;
    top: 43px;
    left: 0;
    width: 270px;
    background: #fff;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    border-top: 3px solid red;
    text-align: left;
    z-index: 9999;
}

.main-menu .sub-menu li{
	width: 100%;

}
.main-menu .sub-menu li a{
	width: 100%;
	color: #000;
	font-size: 15px;
	display: block;
	height: auto;
	padding: 10px;

}
.main-menu .sub-menu li a:hover{
	text-decoration: underline;
	color:#fff;
	background-color: red;
}
.main-menu li:hover > .sub-menu {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}
.mobile-menu {
	display: none;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	cursor: pointer;
}
.main-menu .arrow {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #CCC;
	display: none;
}

/*==========================================================
	5. CONTENT
==========================================================*/
.site-main {
	min-height: 300px;
	background: #F1F1F1;
}
.breadcrumbs {
	margin-bottom: 30px;
}
.breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
}
.breadcrumbs li:after {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
	content:"\f101";
	font-family: FontAwesome;
}
.breadcrumbs li:last-child:after {
	display: none;
}
.left-content .site-content {
	float: right;
}
.site-content {
	line-height: 24px;
	padding-right: 40px;
	padding-left: 40px;
}
.site-content .entry-content p{
	margin-top: 12px;
	margin-bottom: 12px;
}
.site-content .entry-content h2,
.site-content .entry-content h3,
.site-content .entry-content h4
{
	font-size: 18px;
	margin-top: 15px;
}
.single .site-content .entry-content{
	line-height: 24px;
}
.single .site-content,
.page .site-content{
	padding-left: 56px;
	line-height: 24px;
}
.single .primary-sidebar,
.page .primary-sidebar
{
	padding-right: 56px;
}
.archive .site-content article{
	margin-bottom: 43px;
}
.archive .site-content .site-content-box:nth-child(2n+1){
	clear: both;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6, {
	margin-bottom: 5px;
}
.site-content .entry-content ul,
.site-content .entry-content ol{
	margin-left: 72px;
	margin-bottom: 10px;
}
.site-content .entry-content ul li{

	list-style-type: circle;
	padding-left: 0px !important;
}
.site-content .entry-content ol li{
	padding-left: 0px !important;
}
.site-main .widget {
	margin-bottom: 15px;
}
.site-main .widget > ul {
	padding-left: 13px;
}
.site-main .widget-title {
	font-size: 16px;
}
.widget_nav_menu .menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget_nav_menu .menu li {
	padding: 7px 0;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}
.widget_nav_menu .menu li:last-child {
	border-bottom: none;
}
.site-main .project-post-widget .project-posts {
	margin: 0;
	padding: 0;
	list-style: none;
}
.project-post-widget .project-posts li {
	font-size: 12px;
	margin-bottom: 10px;
}
.project-post-widget .project-posts h3 {
	font-size: 14px;
	margin: 5px 0;
}
.project-post-widget .thumbnail {
	border-radius: 0;
	float: left;
	width: 70px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.widget .searchform {
	display: block;
}
.widget .searchform > div {
	width: auto;
}
.widget .searchform #s {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
article.post {
	margin-bottom: 30px;
}
.post-title {
	font-size: 25px;
	font-weight: bold;
	border-radius: 0px;
	border: 0;
	text-transform: initial;
	margin-bottom: 0;
}
post-title.title.post-title-page{
	font-size: 25px;
	margin-bottom: 12px;
}
.post-thumb {
	margin-bottom: 10px;
	border-radius: 0;
}
.post-thumb a {
	display: block;
}
.post-thumb img {
	display: block;
	width: 100%;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.post-thumb a:hover img {
	opacity: 0.8;
}
.post-meta > * {/* 
	display: inline-block; */
	vertical-align: top;
	margin-right: 15px;
	font-size: 13px;
	margin-bottom: 5px;
}
.post-meta > *:last-child {
	margin-right: 0;
}
.post-meta > * i {
	margin-right: 5px;
	font-size: 12px;
	color: #E0A81C;
}
.post-thumb {
	float: left;
	width: 43.4%;
	margin-right: 20px;
	padding: 0;
	border: 0;

}
.left-thumb .post-meta{
	margin-bottom: 10px;
}
.single .left-thumb .post-info,
.left-thumb .post-info
 {
	display: block;
	line-height: 16px;
	text-align: justify;
}
.post-title.title.archive-title{
	clear: none;
}
.left-thumb .read-more {
	display: inline-block;
	font-size: 13px;
	color: #004EFF;
}
.blog.post-boxed .site-content {
	padding-left: 0;
	padding-right: 0;
}
.blog.post-boxed .post {
	float: left;
	width: 33.3333%;
	padding-left: 15px;
	padding-right: 15px;
}
.post-boxed .post-title {
	font-size: 16px;

}
.project-cat {
	margin-bottom: 5px;
}
article.project .entry-content {
	margin-top: 30px;
}
.project-info {
	border: 3px dashed #e31e1e;
}
.project-info .reason {
	margin: 0;
	padding: 0;
	list-style: none;
}
.project-info .reason li {
	margin-bottom: 10px;
}
.project-info .reason i {
	font-size: 18px;
	color: #e31e1e;
}
.project-hotline {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 10px;
	color: #10B6DB;
}
.project-hotline a {
	font-size: 32px;
	color: #e31e1e;
}
.project-thumb .item {
	margin-bottom: 0;
}

/*==========================================================
	6. PAGES
==========================================================*/
/* -- home-page --*/
.homepage-about {
	background: #FFF;
	border: 1px solid #e2e2e2;
	padding: 15px;
	margin-top: 30px;
	line-height: 24px;
}
.homepage-about .image {
	float: right;
	margin-left: 10px;
}
.homepage-content {
	display: table;
}
.home-project {
	margin-top: 50px;
}
.home-project > .row {
	margin-left: -5px;
	margin-right: -5px;
}
.home-project > .row > * {
	padding-right: 5px;
	padding-left: 5px;
}
.list-project {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
}
.list-project > li {
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
}
.list-project > li:nth-child(2n+1) {
	clear: both;
}
.list-project .thumbnail {
	border-radius: 0;
}
.list-project .thumbnail a {
	position: relative;
	display: block;
}
.list-project .thumbnail a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	content: "";
	display: block;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.list-project .thumbnail a:hover:before {
	opacity: 1;
}
.list-project .project-excerpt {
	font-size: 13px;
	margin-top: 5px;
}
.list-project .project-title {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.project-preview img {
	width: 100%;
}
.related-project {
	padding-top: 50px;
}
.related-project .list-project {
	margin-left: 0;
	margin-right: 0;
}
.related-project .owl-carousel .owl-nav > div {
	top: -55px;
	margin-top: 0;
	right: 0;
	left: auto;
	background: rgba(0, 0, 0, 0.1);
	border-color: rgba(0, 0, 0, 0.2);
}
.related-project .owl-carousel .owl-nav > div.owl-prev {
	right: 35px;
}

/*==========================================================
	7. FOOTER
==========================================================*/
.site-bottom {
	padding: 30px 0 0;
	/* margin-top: 50px; */
	background: #333333;
	color: #f7f7f7;
}
.site-bottom a {
	color: #f7f7f7;
}
.site-bottom .widget {
	background: none;
	padding: 0;
	border: none;
	margin-bottom: 30px;
}
.site-bottom .widget-title {
	color: #ddd !important;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	border-bottom: none;
	line-height: 32px;
}
.site-bottom .widget_nav_menu .menu li {
	padding: 0;
	line-height: 32px;
	
}
.site-bottom .widget_nav_menu .menu li a{
	color: #b9b9b9; 
}
.site-bottom .widget_nav_menu .menu li a:hover {
	color: #e31e1e;
}
.site-footer {
	background: #212121;
	padding: 5px 0;
}
.site-footer .socials {
	text-align: right;
}
.copyright {
	line-height: 30px;
	font-size: 14px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #a5a5a5;
	margin-bottom: 65px;
}







/* Dương Cương làm là đây */

/* top-header */
.top-header{
	background: #000;
	line-height: 44px;
}
.select-language{
	margin-right: 30px;
	color: #fff;
	font-size: 14px;
}
.top-left-header a{
	margin-right: 20px;
}

.number-phone-header{
	height: 56px;
	display: inline-block;
	font-size: 18px;
	color: #980f16;
	width: 270px;
	padding-top: 18px;
	padding-right: 10px;
	text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF,0 -2px #FFFFFF, 2px 0 #FFFFFF;
	font-weight: bold;
}
.bottom-right-header-menu{
	margin-top: 12px;
}
.bao-gia-header-right{
	margin-right: 8px;
}


/* menu */
.main-menu ul.menu-main > li > a{
	/* padding: 5px 15px; */
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    background: #fff;
    -webkit-border-radius: 5px 100px 5px;
    -moz-border-radius: 5px 100px 5px;
    -ms-border-radius: 5px 100px 5px;
    -o-border-radius: 5px 100px 5px;
    border-radius: 5px 100px 5px;
    color: #424242;
}

/* box-vì sao lựa chọn chúng tôi */

.border-title {
    display: inline-block;
    margin: 0px 0px 50px;
    padding: 0px;
    text-align: center;
    width: 100%;
}
.border-title h2,
.border-title h1
 {
    font-size: 36px;
    line-height: 30px;
}
.box-thuong-hieu{
	margin-top: 30px;
}
.border-title.title-khoa-hoc {
    height: 76px;
    margin-bottom: 5px;
}
.box-thuong-hieu img {
    max-width: 100%;
}

.title-categories-khoa-hoc-top a {
	font-family: 'Roboto', sans-serif;
    color: #44260E;
    padding-left: 10px;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    top: 2px;
    font-weight: bold;
}
.border-title h1, .border-title h2, .border-title h3, .border-title h4, .border-title h5, .border-title h6 {
    margin-bottom: 15px;
}
.border-title h1, .border-title h2, .border-title h3, .border-title h4, .border-title h5, .border-title h6, .border-title .tag-line, .dt-sc-box-title span, .dt-sc-box-title h3 {
    font-weight: 300;
}
.title-categories-khoa-hoc-bottom a {
    letter-spacing: 4px;
    color: #44260E;
    font-size: 20px;
    border-top: 1px solid #622900;
    border-bottom: 1px solid #622900;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}
.uti-box {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    position: relative;
}
.uti-box .shadow {
    background-color: transparent;
    border-radius: 75%;
    bottom: -28px;
    box-shadow: 1px 37px 25px -3px #000;
    height: 19px;
    left: 40px;
    position: absolute;
    top: 270px;
    width: 190px;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.uti-box .uti-inner{
	position: relative;
}
.uti-box:hover .uti-thumbnail{
	opacity: 0.8;
}
.uti-box .uti-thumbnail{
	width: 300px;
	height: 300px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.uti-box .uti-bg-des{
	width: 170px;
	height: 170px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	right: 15px;
	bottom: -12px;
}
.uti-box a{
	display: block;
}
.uti-box .uti-inner-bg-des{
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	margin: 8px;
	border: 5px solid #f7f7f7;
	height: 155px;
	width: 155px;
	position: relative;
	right: 0px;
	bottom: 0;
	padding: 5px;
	text-align: center;
}
.uti-box .uti-inner-bg-des .title{
	text-align: center;
	color: #000;
	display: block;
	margin-top: 15px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	margin-bottom: 0px;
}
.uti-box .uti-inner-bg-des .des{
	text-align: center;
	font-size: 14px;
	display: block;
	margin-top: 3px;
}
.uti-box:hover .uti-bg-des{
	background: #ffbb03;

}
.uti-box:hover .uti-inner-bg-des{
	background: #ffbb03;
	border: 5px solid #fff;
	-webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.uti-box:hover .uti-inner-bg-des .title,
.uti-box:hover .uti-inner-bg-des .des{
	color: #fff;
}
.box-content-thuong-hieu{
	margin-top: 30px;
}
.box-content-thuong-hieu2{
	margin-top: 53px;
}
.title-box-content-thuong-hieu h2{
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	color: #3a3a3a;
	padding-left: 3px;
}
.title-box-content-thuong-hieu .fa{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	background: #ff8500;
	color: #fff;
	font-size: 23px;
}
.info-nuhoangseo{
	margin-top: 20px;
	color: #3a3a3a;
	font-size: 16px;
	text-align: justify;
	margin-bottom: 30px;
	padding-right: 23px;
}
.content-wrapper{
	background: #F1F1F1;
}
.content-box-pro{
	background: #fff;
	padding-top: 35px;
	padding-bottom: 70px;	
	-webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.88);
	-moz-box-shadow:    0px 7px 10px 0px rgba(0, 0, 0, 0.88);
	box-shadow:         0px 7px 10px 0px rgba(0, 0, 0, 0.88);
}
.content-box-pro2{
	padding-bottom: 35px;
}


/* box-dich-vu */
.fig-hover-item .fig {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%
}

.fig-hover-item .fig img {
    display: block;
    width: 230px;
    height: 157px !important;
    height: auto
}

.fig-hover-item .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-weight: 700;
    line-height: normal;
    font-size: 1.4em;
    color: #303030;
    z-index: 1;
    padding: 5px 0 10px 23px;
    background: rgb(222, 222, 222);
    background: rgba(222, 222, 222, 0.5)
}

.fig-hover-item .full-link {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fig-hover-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.fig-hover-item:hover .overlay:before, .fig-hover-item:hover .overlay:after, .fig-hover-item:focus .overlay:before, .fig-hover-item:focus .overlay:after, .fig-hover-item:active .overlay:before, .fig-hover-item:active .overlay:after, .fig-hover-item.hover_effect .overlay:before, .fig-hover-item.hover_effect .overlay:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease .2s;
    transition: opacity .3s ease, transform .3s ease .2s
}

.fig-hover-item .overlay:before {
    border-top: 2px solid #D9C23C;
    border-bottom: 2px solid #D9C23C;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.fig-hover-item .overlay:before{
    position: absolute;
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
    content: '';
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
    transition: opacity .35s ease, transform .35s ease
}
.fig-hover-item .overlay:after {
    position: absolute;
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
    content: '';
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .8s ease, -webkit-transform 0.8s ease;
    transition: opacity .8s ease, transform .8s ease
}

.fig-hover-item .overlay:after {
    border-right: 2px solid #D9C23C;
    border-left: 2px solid #D9C23C;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0)
}

.fig-hover-item .overlay-color {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    -webkit-transition: opacity .35s;
    -moz-transition: opacity .35s;
    -ms-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s;
    border-radius: 5px;
}

.fig-hover-item:hover .overlay-color, .fig-hover-item:focus .overlay-color, .fig-hover-item:active .overlay-color, .fig-hover-item.hover_effect .overlay-color {
    opacity: .9
}

.fig-hover-item .overlay-content {
    position: absolute;
    z-index: 4;
    bottom: 27px;
    left: 43px;
    right: 43px;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform .35s;
    transition: opacity 0.35s, transform .35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
}

.fig-hover-item:hover .overlay-content, .fig-hover-item:focus .overlay-content, .fig-hover-item:active .overlay-content, .fig-hover-item.hover_effect .overlay-content {
    color: #fff;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fig-hover-item .overlay-content h3 > a > small {
    color: #fff;
    display: block;

    text-transform: uppercase;

}

.fig-hover-item .overlay-content h3, .fig-hover-item .overlay-content h3 > a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    padding: 10px 0;
    text-align: left;
}

.fig-hover-item .overlay-content h3 a strong {
    font-weight: 400;
    font-size: 20px;
    display: inline-block;
    padding-top: 5px;
}

.fig-hover-item .overlay-content > a {
    color: #000;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding: 13px 0;
    letter-spacing: 1px;
    text-align: left
}

.fig-hover-item .overlay-content > a.light:hover, .fig-hover-item .overlay-content > a.light:focus, .fig-hover-item .overlay-content > a.light:active {
    color: #fff !important
}

.fig-hover-item .overlay-content > a.light {
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s
}
.title-box-post-dich-vu{
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	height: 40px;
	padding-top: 5px;
	width: 354px;
	padding-left: 15px;
	font-size: 17px;
	font-weight: bold;
}
.box-content-thuong-hieu-left a{
	position: relative;
	display: block;
}



.box-content-thuong-hieu-left a {
	position: relative;
	overflow: hidden;
}
.box-content-thuong-hieu-left a::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.box-content-thuong-hieu-left a:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}



.box-content-thuong-hieu-right{
	margin-top: 7px;
}
.title-categories-khoa-hoc-bottom{

}
.title-categories-dich-vu a{
	margin-top: 20px;
	margin-bottom: 20px;
	height: 40px;

	font-weight: bold;
	font-size: 17px;
	color: #000;
	display: block;
}
.title-categories-khoa-hoc-dich-vu a{
	font-weight: normal;
}
.xem-chi-tiet span{
	text-transform: lowercase;
}


/* Tin tức */
.box-tin-tuc-su-kien article {
    background: #fff;
}

.box-tin-tuc-su-kien .jpage {
}

.box-tin-tuc-su-kien .blog-entry-inner {
    height: auto;
    min-height: inherit;
    overflow: hidden;
}

.blog-entry {
    clear: both;
    float: left;
    margin: 0px 0px 40px;
    position: relative;
    width: 100%;
}
.box-tin-tuc-su-kien .blog-entry-inner {
    height: auto;
    min-height: inherit;
    overflow: hidden;
}
.box-tin-tuc-su-kien .blog-entry-inner {
}
.blog-entry-inner {
    padding: 0px 0px 0px 0px;
    min-height: 155px;
}
.box-tin-tuc-su-kien .entry-details {
    height: 90px;
    overflow: hidden;
    padding: 8px;
    background: #6b4723 url(https://congtybaovethangloi.com/assets/img/nen-mau-vang-dat.png);
    background-size: cover;
    text-align: center;
}
.box-tin-tuc-su-kien .entry-title {
    padding: 0;
    margin: 0;
}
.entry-details .entry-title {
    border: 0;
}
.entry-details .entry-title h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
}
.box-tin-tuc-su-kien .entry-details h4 a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
}

.entry-details .entry-body {
    clear: both;
    margin: 15px 0 0;
    width: 100%;
}
.box-tin-tuc-su-kien .entry-details .entry-body {
    padding: 0;
    margin: 0;
}
.box-tin-tuc-su-kien .entry-details .entry-body p {
    line-height: 22px;
    color: #000;
    font-size: 13px;
    height: 45px;
    overflow: hidden;
    padding-top: 5px;
}
.entry-thumb {
    display: block;
    line-height: 0;
    margin: 0 0 0px;
    overflow: hidden;
    position: relative;
}
.box-tin-tuc-su-kien .iborder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    cursor: pointer;
    transform: scale(0);
    transition: 400ms all 100ms;
    -webkit-transition: 400ms all 100ms;
}
.transition-all {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.entry-thumb img {
    height: auto;
    max-width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.entry-thumb img, .entry-thumb .entry-thumb-desc {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.box-tin-tuc-su-kien .entry-thumb {
    position: relative;
}
.blog-entry:hover .entry-thumb img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.view-more {
    display: block;
    clear: both;
    text-align: center;
    padding-top: 15px;
}
.view-more a {
    border: 1px solid #ab7f2d;
    text-transform: uppercase;
    color: #ab7f2d;
    padding: 6px 15px;
    font-size: 23px;
}
.view-more a:hover {
    border: 1px solid #5f4619;
    text-decoration: underline;
}



/* section-foter */
.nav-bottom {
    font-family: "Roboto Condensed";
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 66px;
    color: rgb(255, 255, 255);
    line-height: 20px;
    z-index: 99999;
    background: #32b930;
    padding: 10px 0px;
}
.nav-bottom a, .nav-bottom a:hover, .nav-bottom a:active {
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.nav-bottom label {
    font-weight: normal;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
}
.nav-bottom p {
    font-size: 20px;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
}
.nav-bottom .btn-start-chat {
    min-width: 200px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    display: inline-block;
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 0px 10px;
    background: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    margin: 0px auto;
    outline: none;
}

.es_textbox_class{
	font-size: 20px !important;
    color: #787878;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    border: none;
    margin-right: -3px;
    width: 216px;
}
.es_textbox_button{
	background: #ff4343;
	color: #fff;
	font-size: 20px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: none;
	padding: 0 40px;
	width: auto;
}
.es_textbox{
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
}
.es_button{
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}
.multil-vanphong{
	color: #b9b9b9;
	outline: none;
	text-decoration: none;
	font-family: 'Open Sans';
	
}
.multil-vanphong:not(:last-child){
	border-right: 1px solid;
}
.multil-vanphong-content{
	padding-bottom: 25px;
}
.multil-vanphong h2{
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-size: 14px;
	color: #b9b9b9;
}
.multil-vanphong p{
	font-family: 'Open Sans';
	font-size: 14px;
	color: #b9b9b9;
}
.copyright a{
	font-family: 'Open Sans';
	font-size: 14px;
	color: #f14848;
}


/* archive */
.archive-container,
.page-template-template-contact .template-container,
.single-container{
	padding-bottom: 50px;
	margin-top: 20px;

}
.box-shadow-container{
	-webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.88);
	-moz-box-shadow:    0px 7px 10px 0px rgba(0, 0, 0, 0.88);
	box-shadow:         0px 7px 10px 0px rgba(0, 0, 0, 0.88);
	background: #fff;
	margin-bottom: 35px;
}
.breadcrumb-child{
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 40px;
	background: url('images/assets/bg-breaccum.png') repeat-x;
	height: 32px;
    border-radius: 9px;
    margin-right: 40px;
    line-height: 32px;
}

.breadcrumb-child ul{
	padding-left: 5px;
}

.pagination-content{
	margin-bottom: 65px;
}
.wp-pagenavi a, .wp-pagenavi span{
	padding: 7px 12px;
	color: blue;
}
.wp-pagenavi span.current{
	font-weight: bold;
}
.tab-content{
	background: #fff;
}

.archive .box-content-thuong-hieu2,
.template-gallery .box-content-thuong-hieu2
{
	margin-top: 0px;
	padding-top: 55px;
}
.box-content-nav .view-more{
	padding-bottom: 25px;
}


/* widget */
.widget .recent-posts-widget {
    overflow: hidden;
}

.widget img, .app-detail #s3 .widget .post-detail > p {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.widget.widget_text {
    padding: 12px;
}

.widget.widget_text img {
    margin: 0 auto;
    display: block;

}

.widget ul li:hover img {
    transform: scale(1.2);
}

.widget.widget_recent_entries .recent-posts-widget .post-thumb, .recent-portfolio-widget ul li .thumb {
    width: 100px;
    max-height: 65px;
    overflow: hidden;
}

.widget.widget_recent_entries .recent-posts-widget .post-detail, .recent-portfolio-widget ul li .post-detail {
    float: left;
    width: 177px;
}

.app-detail .widget.widget_recent_entries .recent-posts-widget .post-detail, .app-detail .recent-portfolio-widget ul li .post-detail {
    width: 185px;
}

.widget.widget_recent_entries .recent-posts-widget h4 {
    margin: 0 0 5px;
    max-height: 35px;
    overflow: hidden;
    line-height: 18px;
}
.widget .recent-posts-widget ul li{
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

/*=============================================
Yuzo in post
==============================================*/
.yuzo_related_post{

	overflow: hidden;
	padding: 10px 0;
	margin: 10px 0;
  width: 100%;
  display: block;
  /*float: left;*/  /*problem with other plugins*/
  clear: both;

}
.yuzo_related_post .yuzo_clearfixed, .yuzo_widget_wrap .yuzo_clearfixed{
  clear: both;
  display: block;
  margin: 5px 0 15px;
}

.yuzo_related_post h3 {margin: 0 !important; font-size: 18px;font-weight: bold;}
.yuzo_related_post .relatedposts {margin: 0 0 20px 0; float: left; font-size: 12px;}  
.yuzo_related_post .relatedposts h3 {font-size: 20px; /*margin: 0 0 5px 0;*/ }  
.yuzo_related_post .relatedthumb {margin: 0 1px 0 1px; float: left;line-height: 15px;text-align: left; /*padding: 5px;*/ }  
.yuzo_related_post .relatedthumb img {margin: 0 0 3px 0; padding: 0;}  
.yuzo_related_post .relatedthumb a {color:#59737E ;font-size: 16px;font-weight: bold;padding-bottom: 10px;overflow: hidden;text-decoration: none;display:block;padding:0;background-image: none !important;background-color:transparent;}  
.yuzo_related_post .yuzo_text {color: #666;
  line-height: 22px;
  font-size: 14px;}
.yuzo_related_post .relatedthumb .yuzo-img-wrap{ margin-bottom: 10px; }
.yuzo_related_post .relatedthumb.box_shadow_related {box-shadow: 1px 1px 3px rgba(227, 227, 227, 1);}

/* views */
.yuzo_icon_views{
  padding-left: 21px;
  background: url(../images/views.html) 0 3px no-repeat;
  color: #000;
  font-style: italic;
}



/* style list */
.yuzo-list{
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
  width:100%;
  float:left;
  border-bottom: 1px solid rgb(244, 244, 244);
  position: relative;
}
.yuzo-list .image-list{
  float: left;
}
.yuzo-list .image-list{
  display: inline;
  margin-right: 15px;
}
.yuzo_views_post{
  opacity: .4;
  margin: 4px 0;
}
.yuzo-list .link-list .yuzo_views_post{
  display: inline-block!important;
  background: url(../images/views.html) 0 6px no-repeat;
  margin: 0;
  font-weight: normal;
}
.yuzo-list .link-list .yuzo_icon_views__top{
  min-width: 35px;
}
.style-3 .yuzo-list:before {
  content: '';
  background: url(../images/arrow-left-point.html);
  position: absolute;
  left: 0;
  top: 7px;
  width: 22px;
  height: 22px;
  opacity: .2;
}
.style-3 .yuzo-list a{
  padding-left: 22px;
}






/* style colors */
.yuzo-list-color{
  display: block;
  width: 100%;
  background:#DEDEDE;
  color: #444444;
  padding: 15px 10px!important;
}
.yuzo_related_post .yuzo-list-color{
  width: 50%;
  position: relative;
  /*border-top-right-radius: 3px;*/

  -webkit-transition:width .3s ease-out;
  -moz-transition:width .3s ease-out;
  -o-transition:width .3s ease-out;
  -ms-transition:width .3s ease-out;
  transition:width .3s ease-out;
}
.yuzo-list-color.color-1{ background:#FD6964;width: 97%; }
.yuzo-list-color.color-2{ background:#F7C79E;width: 90%;position: relative;top: -10px; }
.yuzo-list-color.color-3{ background:#F8E664;width: 80%;position: relative;top: -20px; }
.yuzo-list-color.color-4{ background:#DBF59D;width: 70%;position: relative;top: -30px; }
.yuzo-list-color.color-5{ background:#82DCF2;width: 60%;position: relative;top: -40px; }
.yuzo-list-color.color-6{ position: relative;top: -50px; }
.yuzo-list-color.color-7{ position: relative;top: -60px; }
.yuzo-list-color.color-8{ position: relative;top: -70px; }
.yuzo-list-color.color-9{ position: relative;top: -80px; }
.yuzo-list-color.color-10{ position: relative;top: -90px; }
.yuzo-list-color.color-11{ position: relative;top: -100px; }
.yuzo-list-color.color-12{ position: relative;top: -110px; }
.yuzo-list-color.color-13{ position: relative;top: -120px; }

.yuzo-list-color.color-1:hover{ width: 100%; }
.yuzo-list-color.color-2:hover{ width: 93%; }
.yuzo-list-color.color-3:hover{ width: 83%; }
.yuzo-list-color.color-4:hover{ width: 73%; }
.yuzo-list-color.color-5:hover{ width: 63%; }


.yuzo_related_post.style-4 .relatedthumb:hover{
    opacity: .9;
}
.yuzo-list-color .yuzo_icon_views {
    background: url(../images/views2.html) 0 7px no-repeat;
    opacity: .6;
    color: #4D4D4D;
    font-weight: normal;
}

.yuzo_related_post.style-2{
    overflow: inherit!important;
    width: 100%;
    display: inline-block;
}

.yuzo_related_post.style-1 .yuzo_text{
    display: block;
}










/*=============================================
Yuzo in Widget
==============================================*/
.yuzo_related_post_widget{

  /*overflow: hidden;*/
  padding: 0 0;
  margin: 10px 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;

}
.yuzo_related_post_widget .yuzo_clearfixed{
  clear: both;
  display: block;
  margin: 5px 0;
}
.yuzo_related_post_widget h3 {margin: 0 !important}
.yuzo_related_post_widget .relatedposts {margin: 0 0 20px 0; float: left; font-size: 12px;}  
.yuzo_related_post_widget .relatedposts h3 {font-size: 20px; /*margin: 0 0 5px 0;*/ }  
.yuzo_related_post_widget .relatedthumb {margin: 0 1px 0 1px; float: left;line-height: 15px;text-align: left; /*padding: 5px;*/ }  
.yuzo_related_post_widget .relatedthumb img {margin: 0 0 3px 0; padding: 0;}  
.yuzo_related_post_widget .relatedthumb a {overflow: hidden; text-decoration: none; display:block; padding:0;background-image: none !important;background-color:transparent;
color: #c40089; line-height: 18px !important;
  font-size: 14px !important;
}
.yuzo_related_post_widget .yuzo_text {  }
/*.yuzo_related_post_widget .relatedthumb:hover:not(.style-4) {background-color: #F7F7F7; color: #000;}*/
.yuzo_related_post_widget .relatedthumb .yuzo-img-wrap{ }
.yuzo_related_post_widget.style-1{ /*overflow: inherit!important;*/ }
/* views */
.yuzo_icon_views{
  padding-left: 21px;
  background: url(../images/views.html) 0 3px no-repeat;
  color: #000;
  font-style: italic;
}



/* style list */
.yuzo-list{
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
  width:100%;
  float:left;
  border-bottom: 1px solid rgb(244, 244, 244);
  position: relative;
}
.yuzo-list .image-list{
  float: left;
}
.yuzo-list .image-list{
  display: inline;
  margin-right: 15px;
}
.yuzo_views_post{
  opacity: .4;
  margin: 4px 0;
  text-align: left;
}
.yuzo-list .link-list .yuzo_views_post{
  background: url(../images/views.html) 0 6px no-repeat;
  margin: 0;
  font-weight: normal;
}
.yuzo-list .link-list .yuzo_icon_views__top{
  min-width: 35px;
}
.style-3 .yuzo-list:before {
    content: '';
    background: url(../images/arrow-left-point.html);
    position: absolute;
    left: 0;
    top: 7px;
    width: 22px;
    height: 22px;
    opacity: .2;
}
.style-3 .yuzo-list a{
    padding-left: 22px;
}
.yuzo_widget_wrap .yuzo_views_post{
    padding: 4px 20px;
}





/* style colors */
.yuzo-list-color{
  display: block;
  width: 100%;
  background:#DEDEDE;
  color: #444444;
  padding: 15px 10px!important;
}
.yuzo_related_post_widget .yuzo-list-color{
  width: 50%;
  position: relative;
  /*border-top-right-radius: 3px;*/

  -webkit-transition:width .3s ease-out;
  -moz-transition:width .3s ease-out;
  -o-transition:width .3s ease-out;
  -ms-transition:width .3s ease-out;
  transition:width .3s ease-out;
}
.yuzo-list-color.color-1{ background:#FD6964;width: 97%; }
.yuzo-list-color.color-2{ background:#F7C79E;width: 90%;position: relative;top: -10px; }
.yuzo-list-color.color-3{ background:#F8E664;width: 80%;position: relative;top: -20px; }
.yuzo-list-color.color-4{ background:#DBF59D;width: 70%;position: relative;top: -30px; }
.yuzo-list-color.color-5{ background:#82DCF2;width: 60%;position: relative;top: -40px; }
.yuzo-list-color.color-6{ position: relative;top: -50px; }
.yuzo-list-color.color-7{ position: relative;top: -60px; }
.yuzo-list-color.color-8{ position: relative;top: -70px; }
.yuzo-list-color.color-9{ position: relative;top: -80px; }
.yuzo-list-color.color-10{ position: relative;top: -90px; }
.yuzo-list-color.color-11{ position: relative;top: -100px; }
.yuzo-list-color.color-12{ position: relative;top: -110px; }
.yuzo-list-color.color-13{ position: relative;top: -120px; }

.yuzo-list-color.color-1:hover{ width: 100%; }
.yuzo-list-color.color-2:hover{ width: 93%; }
.yuzo-list-color.color-3:hover{ width: 83%; }
.yuzo-list-color.color-4:hover{ width: 73%; }
.yuzo-list-color.color-5:hover{ width: 63%; }


.yuzo_related_post_widget.style-4 .relatedthumb:hover{
  opacity: .9;
}
.yuzo-list-color .yuzo_icon_views {
  background: url(../images/views2.html) 0 7px no-repeat;
  opacity: .6;
  color: #4D4D4D;
  font-weight: normal;
}

.yuzo_related_post_widget.style-2{
  overflow: inherit!important;
}

.yuzo_related_post_widget.style-1 .yuzo_text{
  display: block;
}
.yuzo_related_post_widget .yuzo-list .link-list .yuzo_views_post{
  display: block!important;
}
.yuzo_related_post_widget .yuzo-list-color  .yuzo_icon_views {
  background: url(../images/views2.html) 0 0px no-repeat;
}
.yuzo_related_post_widget.style-1 .yuzo_icon_views {
  background: url(../images/views2.html) 0 2px no-repeat;
}



/* contact */
.content-box-contact{
	padding-left: 40px;
	padding-right: 40px;
}
.item5:not(:last-child){
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;


}
.item5 .item-inside {
    position: relative;
}
.item5 .col-sm-6.txt {
    position: static;
}
.item5 h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    line-height: 1;
}
.item5 ul ul{
	padding-left: 20px;
	
	margin-bottom: 10px;
}
.item5 ul ul li{
	list-style-type: circle;
}
.item5 .col-sm-6 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.title-contact{
	text-transform: uppercase;
    color: #333;
    border-left: 5px solid red;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-left: 10px;
}

#email-subscribers-2.widget.widget_text{
	padding: 0;
}


/* search */
.search .site-content-box{
	margin-bottom: 20px;
}
.thumbnail{
	border: none;
}
.site-content .entry-content ul li{
	padding-left: 15px;
}

.contact-service{
	margin-top: 20px;
}
.contact-service input[type=submit]{
	/* background: url('images/assets/back-ground-submit.png') */
}
.contact-service-container{
	-webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.88);
	-moz-box-shadow:    0px 7px 10px 0px rgba(0, 0, 0, 0.88);
	box-shadow:         0px 7px 10px 0px rgba(0, 0, 0, 0.88);
	background: #fff;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
.titile-contactform-archive h2{
	text-align: center;
	background: #B7DEE8;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 10px;
}
.title-form-contact-archive{
	background: #B7DEE8;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	margin-left: 15px;
	margin-right: 10px;
}
.title-form-contact-archive h2{
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.title-form-contact-archive p{
	font-size: 13px;
	text-transform: uppercase;
}






/* ===========================contact============================== */
.csvc .item1 {
    background: #e6e7e8;
    background: -moz-linear-gradient(left, #e6e7e8 0%, #FAFAFA 50%, #e6e7e8 100%);
    background: -webkit-linear-gradient(left, #e6e7e8 0%,#FAFAFA 50%,#e6e7e8 100%);
    background: -o-linear-gradient(left, #e6e7e8 0%,#FAFAFA 50%,#e6e7e8 100%);
    background: -ms-linear-gradient(left, #e6e7e8 0%,#FAFAFA 50%,#e6e7e8 100%);
    background: linear-gradient(to right, #e6e7e8 0%,#FAFAFA 50%,#e6e7e8 100%);
    padding: 15px;
    position: relative;
    margin-bottom: 50px;
}
.csvc .item1:before {
    content: '';
    display: block;
    position: absolute;
    width: 76px;
    height: 76px;
    top: -35px;
    border-radius: 1000px;
    background: #fff url(images/assets/csvc-ico.png) no-repeat;
    background-position: 2px 6px;
    padding: 10px;
    right: 22%;
    z-index: 999;
}
.csvc .item1 .txt {
    margin: 0 auto;
    max-width: 464px;
}
.csvc .item1 .txt {
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
}
.clearfix:after {
    clear: both;
}



.csvc .item2 {
    border: 1px solid #92278f;
    padding: 45px 15px 25px 15px;
    position: relative;
    margin-bottom: 50px;
}
.csvc .item2:before {
    content: '';
    display: block;
    position: absolute;
    width: 84px;
    height: 84px;
    top: -45px;
    border-radius: 1000px;
    background: #fff url(images/assets/csvc-ico.png) no-repeat;
    background-position: 6px -85px;
    right: 72%;
    border-bottom: 1px solid #92278f;
}
.csvc .item2 h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
}
.csvc .item2 li {
    margin-bottom: 10px;
}
.csvc .item2 .img {
    text-align: center;
}
.margin-bottom-breacrum{
	margin-bottom: 40px;
}


.csvc .item3 {
    background: #e6e7e8;
    background: -moz-linear-gradient(left, #e6e7e8 0%, #F8F8F8 50%, #e6e7e8 100%);
    background: -webkit-linear-gradient(left, #e6e7e8 0%,#F8F8F8 50%,#e6e7e8 100%);
    background: -o-linear-gradient(left, #e6e7e8 0%,#F8F8F8 50%,#e6e7e8 100%);
    background: -ms-linear-gradient(left, #e6e7e8 0%,#F8F8F8 50%,#e6e7e8 100%);
    background: linear-gradient(to right, #e6e7e8 0%,#F8F8F8 50%,#e6e7e8 100%);
    padding: 35px 35px 25px 35px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}
.csvc .item3:before {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: -42px;
    border-radius: 1000px;
    background: #FFF url(/assets/img/csvc-ico.png) no-repeat;
    background-position: 4px -186px;
    right: 45%;
    border-top: 1px solid #fff;
}
.csvc .item3 h2 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}
.csvc .item3 ul {
    padding: 0;
    margin: 0;
}
.csvc .item3 li {
    color: #000;
    list-style: none;
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
}
.csvc .item3 li:before {
    width: 5px;
    background: #F7941E;
    content: '';
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 8px;
    height: 5px;
}
.csvc .item3 li {
    width: 25%;
    margin-bottom: 10px;
    float: left;
}
.item-inside.clearfix.item5{
	border: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
}

.grallery-template img{
	width: 24%;
	margin-right: 1%;
	height: 150px;
}

h3.post-title.title.archive-title {
    font-size: 18px;

    overflow: hidden;
}

.img-box-contnet-thuong-hieu .uti-inner-bg-des .title{
	font-size: 14px;
}

.img-box-contnet-thuong-hieu .uti-inner-bg-des .des{
	font-size: 12px;
}

.item.item1.clearfix {
    display: none;
}

.item.item2.clearfix {
    display: none;
}


/* liên hệ */
.page-template-template-contact .form-horizontal .control-label{
	text-align: left;
	padding-top: 0;
}
.title-strong{
	font-weight: bold;
	display: block;
	font-size: 15px;
}
.title-italic{
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
}
.page-template-template-contact input{
	height: 40px;
}
.send-mail-contactform ,
.reset-contact-form{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background: #F0F0F0;
	color: #000;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;

}
.titile-contactform{
	text-align: center;
}
.titile-contactform h2{
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #F0F0F0;
	padding: 10px 0px;
}


.site-content-box:nth-child(2n+1){
	clear: both;
}