@charset "utf-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project:        bictweb.vn
Version:        1.0
Last change:    06.7.2016
Primary use:    BICTweb.vn HTML Template
Author:         bictweb
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
/*--------------Template Default CSS  ----------------*/
html,
body {
	height: 100%;
	font-family: 'roboto condensed', serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	vertical-align: baseline;
	background: #efefef;
	color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin: 0 0 20px 0;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	h2 {
		font-size: 44px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	h2 {
		font-size: 40px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	h2 {
		font-size: 38px;
	}
}
@media only screen and (max-width: 479px) {
	h2 {
		font-size: 36px;
	}
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
p {
	line-height: 24px;
	margin: 0 0 20px 0;
}
a {
	text-decoration: none;
}
a:active,
a:hover,
a:focus {
	text-decoration: none;
}
a:active,
a:hover,
a:focus {
	outline: 0 none;
}
img {
	max-width: 100%;
	height: auto;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.clear:after {
	clear: both;
	content: "";
	display: block;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}
.wrapper {
	overflow: hidden;
	background: #fff;
	width: 1170px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0px 0px 10px #d1d1d1;
}
.margin-bottom-none {
	margin-bottom: 0!important;
}
.margin-bottom-sidebar {
	margin-bottom: 30px;
}
.section-space {
	padding: 100px 0;
}
.section-space-bottom {
	padding: 0 0 100px 0;
}
/*=====================================
2. Header Area Start Here
=======================================*/
.header2-area{
	background: #035bbc;
}
.header-bottom-area {
	padding: 45px 0 0 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	z-index: 10;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.logo-area {
	margin-top: -25px;
}
.main-menu-area {
	float: right;
}
.main-menu-area nav ul {
	margin-top: 7px;
	text-align: center;
}
.main-menu-area nav ul .active > a {
	color: #fff000 !important;
}
.main-menu-area nav ul li {
	display: inline-block;
	position: relative;
}
.main-menu-area nav ul li a {
	padding: 0 13px 27px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
}
.main-menu-area nav ul li a:hover {
	color: #1C4079;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.main-menu-area nav ul li ul {
	margin-top: 0;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.5s ease 0s;
	width: 180px;
	z-index: 99999;
	background: #1C4079;
	padding: 0;
	left: 0;
}
.main-menu-area nav ul li ul > li {
	padding: 0;
	display: block;
	border-bottom: 1px solid #cc770c;
}
.main-menu-area nav ul li ul > li > a {
	padding: 10px 10px 10px 15px;
	display: block;
	color: #ffffff;
}
.main-menu-area nav ul li ul > li:last-child {
	border-bottom: none;
}
.main-menu-area nav ul li ul > li:hover {
	background: #1C4079;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.main-menu-area nav ul li ul > li:hover a {
	color: #ffffff;
}
.main-menu-area nav ul li ul > li:hover a:before {
	opacity: 0;
}
.main-menu-area nav ul li:hover ul {
	opacity: 1;
	transform: scaleY(1);
	visibility: visible;
}
.main-menu-area nav ul li .mega-menu-area {
	padding: 18px 35px;
	width: 688px;
	left: -208px;
}
.main-menu-area nav ul li .mega-menu-area > li {
	width: 141px;
	border-bottom: none;
	display: inline-block;
	margin-right: 14px;
}
.main-menu-area nav ul li .mega-menu-area > li:hover {
	background: transparent!important;
}
.main-menu-area nav ul li .mega-menu-area > li:hover > a {
	color: #ffffff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.main-menu-area nav ul li .mega-menu-area > li:hover > a:hover {
	color: #ffffff;
	background: #d32f2f;
	padding-left: 10px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.main-menu-area nav ul li .mega-menu-area > li a {
	padding: 8px 0;
	display: block;
	border-bottom: 1px solid #d32f2f;
}
.main-menu-area nav ul li .mega-menu-area > li a:last-child {
	border-bottom: none;
}
.main-menu-area nav ul li .mega-menu-area > li:last-child {
	margin-right: 0;
}
.main-menu-area nav ul li:hover > a,
.main-menu-area nav ul .active > a {
	position: relative;
}
.main-menu-area nav ul li:hover > a:before,
.main-menu-area nav ul .active > a:before {
	opacity: 1;
	width: 57%;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.header-cart-area {
	margin-top: 4px;
	text-align: right;
}
.header-cart-area > li {
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 30px;
	margin-right: 10px;
	border-right: 1px solid #bdbdbd;
	padding-right: 15px;
}
.header-cart-area > li:last-child {
	border-right: 0;
	padding-right: 0;
}
.header-search .search-form {
	display: none;
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 10;
	color: #e7272d;
	font-weight: 600;
	font-size: 14px;
	height: 40px;
	width: 230px;
	background: #ffffff;
	border: 1px solid #bdbdbd;
	padding: 5px 18px 5px 10px;
	-webkit-box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);
	-moz-box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);
	box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);
}
.header-search a > i {
	color: #cc770c;
	font-size: 18px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header-search a > i:hover {
	color: #cc770c;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header-search3 .search-form {
	display: none;
	position: absolute;
	top: -7px;
	right: 40px;
	z-index: 10;
	color: #e7272d;
	font-weight: 600;
	font-size: 14px;
	height: 40px;
	width: 230px;
	background: #ffffff;
	border: 1px solid #bdbdbd;
	padding: 5px 18px 5px 10px;
	-webkit-box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);
	-moz-box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);
	box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);
}
.stick {
	padding: 20px 0 0 0;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.main-menu-area li.has-child-menu {
	position: relative;
}
.main-menu-area li.has-child-menu > a {
	color: #ffffff;
}
.main-menu-area li.has-child-menu > a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	float: right;
}
.main-menu-area li.has-child-menu > ul.thired-level {
	position: absolute;
	left: 180px;
	top: 0;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.5s ease 0s;
}
.main-menu-area li.has-child-menu > ul.thired-level li a {
	color: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.main-menu-area li.has-child-menu:hover ul.thired-level {
	opacity: 1;
	transform: scaleY(1);
	visibility: visible;
}
/*-------------------------------------
2.1 Header 2 Area Styles
---------------------------------------*/
.header2-area .header-top-area .header-top-left ul li {
	display: inline-block;
	text-transform: lowercase;
	font-weight: 500;
	font-size: 13px;
	border-right: 1px solid #bdbdbd;
	margin-right: 15px;
	padding-right: 15px;
}
.header2-area .header-top-area .header-top-left ul li i {
	padding-right: 5px;
	color: #e7272d;
	font-size: 14px;
}
.header2-area .header-top-area .header-top-left ul li a {
	color: #646464;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header2-area .header-top-area .header-top-left ul li:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}
.header2-area .header-top-area .header-top-left ul li:hover a {
	color: #e7272d;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header2-area .header-top-area .header-top-right {
	text-align: right;
}
.header2-area .header-top-area .header-top-right ul li {
	display: inline;
	margin-left: 15px;
}
.header2-area .header-top-area .header-top-right ul li a i {
	color: #e7272d;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header2-area .header-top-area .header-top-right ul li a:hover i {
	color: #222222;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header2-area .header-bottom-area {
	padding: 20px 0 0 0;
}
.header2-area .header-bottom-area nav ul li a {
	color: #fff;
}
.header2-area .header-bottom-area nav ul li a:hover {
	color: #fff000;
}
.header2-area .header-bottom-area nav ul li ul li a {
	color: #ffffff;
}
.header2-area .header-bottom-area nav ul li ul li a:hover {
	color: #ffffff;
}
.header2-area .header-bottom-area .mega-menu-area > li:hover {
	background: transparent!important;
}
.header2-area .header-bottom-area .mega-menu-area > li:hover > a {
	color: #ffffff;
}
.header2-area .header-bottom-area .mega-menu-area > li:hover > a:hover {
	color: #ffffff;
}
.header2-area .header-bottom-area .col-sm-8 {
	padding-left: 0!important;
	padding-right: 0!important;
}
.header2-area .stick {
	background: rgb(3, 91, 188);
	/*position: fixed;*/
	z-index: 1010;
	width: 1170px;
}
/*-------------------------------------
2.2 Mobile Menu Area styles
---------------------------------------*/
.mobile-menu-area {
	display: none;
}
.mean-container .mean-bar {
	float: none;
}
.mean-container .mean-bar:after {
	content: "";
	clear: both;
	display: block;
}
.mean-container .mean-nav ul li a {
	color: #222222;
	font-weight: 700;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mean-container .mean-nav ul li a:hover {
	color: #e7272d;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mean-container .mean-nav > ul:after {
	content: '';
	display: block;
	clear: both;
}
.mean-container .mean-nav > ul {
	overflow-x: scroll;
}
.mean-container .mean-bar,
.mean-container .mean-nav {
	background: transparent !important;
}
.mean-container .mean-bar {
	padding: 0 !important;
	position: fixed !important;
}
.mean-container .mean-nav {
	float: none !important;
}
.mean-container .mean-bar a.logo-mobile-menu {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	box-sizing: border-box;
	 border-bottom: 2px solid #10485a;
}
.mean-container a.meanmenu-reveal {
	float: none !important;
	position: absolute;
}
.mean-bar + div.wrapper {
	padding-top: 85px;
}
.mean-container .mean-nav ul li li a {
	color: #222222;
	opacity: 1;
}
.new-block {
	width: 100%;
	position: relative;
}
.special-offer-inr-block {
	padding: 35px 60px 0;
	background: #fff0;
}
.title h2 {
	font-size: 25px;
	color: #102252;
	text-transform: uppercase;
	margin-top: 5px;
	font-weight: 600;
	margin-bottom: 0;
}
.title .btm-style {
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 25px;
}
.title .btm-style span {
	width: 350px;
	display: inline-block;
	margin-top: 5px;
}
.title .btm-style span:before, .title .btm-style span:after {
	width: calc(50% - 49px);
	width: -webkit-calc(50% - 49px);
	width: -moz-calc(50% - 49px);
	display: inline-block;
	float: left;
	background: #dbdbdb;
	height: 1px;
	content: "";
	position: relative;
	top: 7px;
}
.title .btm-style span img {
	display: inline-block;
	margin: 0 10px;
	width: auto;
	float: left;
}
.title{
	display: inline-block;
}
.pd-0{
	padding-right: 0px;
	padding-left: 0px;
}
.pd-5{
	padding-left: 10px;
	padding-right: 10px;
}
/*===============================
3. css content main
=================================*/
.mg-bt10{
	margin-bottom: 10px;
}
.content-box{
  width: 100%;
  height: auto;
  margin: 0;
  background-image: url(../img/nen_thanhmenu_giua.gif);
  background-size: cover;
  color: #fff;
  font-weight: 500;
}
.content-title{
  font-size: 15px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 7px 30px;
  text-transform: uppercase;
  background-image: url(../img/nen_thanhmenu_giua.gif);
  background-size: cover;
  color: #fff;
  font-weight: 500;
}
.heading-title{
	font-size: 15px;
    color: #fff;
    margin: 0;
    display: inline-block;
    padding: 8px 30px;
}
.buttom-right{
	float: right;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
}
.buttom-right:hover{
	color:#fff;
}
.box{
	margin-top: 30px;
	margin-bottom: 30px;
}
.content-introduce{
	border: 1px solid #358bea;
  padding: 10px;
}
.content-introduce p{
	line-height: 2;
	font-size: 16px;
	font-weight: 500;
}
.content-introduce span{
	line-height: 2;
	font-size: 16px;
}
.product-box1{
	border: 1px solid #358bea;
  padding: 10px;
}
.item-list{
	margin-top: 15px;
	border: 1px solid #e2e2e2;
  padding: 10px;
}
.product-box1 .item-list{
	margin-top: 15px;
	border: 1px solid #e2e2e2;
  padding: 10px;
}
.product-title{
	margin-top: 10px;
	text-align: center
}
.product-title h3{
	font-size: 17px;
	color: #000;
	margin: 0 0 5px 0;
}
.price{
	text-align: center;
	color: #ca1111;
  font-weight: 600;
}
.product-box1 .price{
	text-align: center;
	color: #ca1111;
  font-weight: 600;
  display: none;
}
iframe{
	width: 100%;
	height: auto;
}
.bg-fram{
	border: 1px solid #358bea;
	padding: 5px;
}
.banner.bg-fram img{
	margin-bottom: 10px;
}
/*===============================
Css archive
=================================*/
#posts {
  position: relative;
}
.entry {
  position: relative;
  margin: 0 0 25px;
  padding: 5px 0 20px 0;
  border-bottom: 2px solid #F5F5F5;
}
.entry-image{
	float: left;
  width: 200px;
  margin: 5px 30px 0 0;
  display: block;
  position: relative;
  height: auto;
}
.entry-image a{
	display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.entry-image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.entry-c {
  position: relative;
  overflow: hidden;
}
.entry-title h2{
	font-size: 20px;
  font-weight: 600;
}
.entry-meta{
  margin: 10px -10px -15px 0;
  list-style: none;
}
.entry-meta li{
  float: left;
  font-size: 13px;
  line-height: 14px;
  margin: 0 10px 15px 0;
  color: #999;
  font-style: italic;
}
.entry-meta li i{
  position: relative;
  top: 1px;
  font-size: 14px;
  margin-right: 3px;
}
#posts .entry-content{
  margin-top: 20px;
}
.entry-content p{
	display: inline;
}
.more-link {
  display: inline-block;
  border-bottom: 1px solid #700b0b;
  padding: 0 2px;
  font-style: italic;
}
/*===============================
Css pagination
=================================*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  width: 100%;
  text-align: center;
}
.pagination ul li{
  display: inline-block;
  padding: 0 6px;
  margin: 0 3px;
  background-color: #eee;
}
/*===============================
Css sidebar
=================================*/
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-size: 14px;
  position: relative;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu ul{
	border: 1px solid #358bea;
}
#cssmenu ul  li{
	border-bottom: 1px solid #dde1e6;
}
#cssmenu > ul > li > a {
  padding-right: 30px;
  font-size: 15px;
  font-weight: 500;padding: 8px 0 8px 12px;;
  display: block;
  background: #fff;
  color: #000;
  text-transform: uppercase;
}
#cssmenu > ul > li > a > span {
  background: #fff;
  padding: 10px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  margin-left: 25px;
}
#cssmenu ul li a span:before{
	background:url("../img/icon.png");
	background-size: cover;
	position: absolute;
	width: 15px;
	height: 15px;
	content: "";
	left: -13px;
  top: 12px;
}
#cssmenu > ul > li > a:hover{
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: 1px solid #dde1e6;
}
#cssmenu > ul > li.active > a {
  color: #000;
}
#cssmenu > ul > li.active > a span {
  background: #fff;
}
#cssmenu span.cnt{
  position: absolute;
  top: 8px;
  right: 15px;
  padding: 0;
  margin: 0;
  background: none;
}
.menu-sidebar{
	margin-top: 30px;
  margin-bottom: 30px;
}
h3.sidebar-title{
	font-size: 15px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 7px 10px;
  text-transform: uppercase;
  background-image: url(../img/nen_thanhmenu.gif);
  background-size: cover;
  color: #fff;
  font-weight: 500;
}
h3.sidebar-title a, h3.sidebar-title a:hover{
	color: #fff;
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
}
#cssmenu ul ul li {
  border: 1px solid #e0e0e0;
  border-top: 0;
}
#cssmenu ul ul a {
  padding: 10px;
  display: block;
  color: #ed1144;
  font-size: 13px;
}
#cssmenu ul ul a:hover {
  color: #bd0e36;
}
#cssmenu ul ul li.odd {
  background: #f4f4f4;
}
#cssmenu ul ul li.even {
  background: #fff;
}
.text-center {
  text-align: center;
  margin-top: 15px;
  font-weight: 600;
  color: #005ba8;
}
.text-center p{
	  margin: 0 0 10px 0;
}
/*==============================
Css content single
================================*/
ul.breadcrumb{
	background: #fff;
  font-weight: bold;
  padding: 0 0px 5px 0px;
  border-bottom: 3px solid #F36F21;
}
ul.breadcrumb i{
	padding: 0 5px 0 3px;
}
.single-content{
	font-size: 15px;
}
.single-content p{
	line-height: 27px;
  text-align: justify;
  margin: 0 0 10px 0;
}
.w-100{
	width: 100%;
}
input[type="text"],input[type="email"]{
	margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #757575;
  padding: 8px 16px;
  outline: none;
  border: 1px solid #eee;
  background-color: #fff;
}
input[type="submit"]{
  margin: 0;
  padding: 6px 12px;
  font-size:16px;
  line-height: 1.4;
  outline: none;
  border: 1px solid #005ba8;
  background-color: #005ba8;
  color: #fff;
  cursor: pointer;
  transition: all ease-in 0.3s;
  text-align: center;
  text-decoration: none !important;
}
.tags{
  margin-top: 20px;
  background: #fff;
  padding-bottom: 10px;
}
.tags .title {
  border-bottom: 3px solid #005ba8;
  width: 100%;
}
.tags .title h4 {
  padding: 5px 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  color: #005ba8;
}
.tags .tags-list{
  padding: 10px 0px;
}
.tags .tags-list ul li{
	display: inline-block;
	margin-right: 5px;
}
.tags .tags-list a{
  background: #F3F3F3;
  color: #666;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
  padding: 6px 12px;
}
.related {
  background: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.related .title {
  color: #444;
  font-weight: bold;
  border-bottom: 3px solid #005ba8;
  width: 100%;
}
.related .title h4 {
  padding: 5px 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #005ba8;
  font-size: 20px;
}
.custom_single_Related{
	margin-top: 20px;
}
.custom_single_Related i{
	color: #005ba8;
}
.text-center p.hotline{
    color:#cd0101;
    font-size: 15px;
}
h2.sapo{
  font-size: 18px;
  color: #000;
  margin: 10px 0 10px 0;
}
.banner{
    display:block;
    text-align:center;
}
.frame-box img{
    height:164px;
}
.toolbar .inner img{
    margin-top:-8px;
}
/*----------------css footer------------------*/
.site-footer{
	clear:both;
}
.footer-top-area {
	background-color: #055bbc;
	padding: 30px 0px;
}
.footer-top-area, .footer-top-area a {
	color: #fff;
}
.footer-top-area a:hover {
	color: #eb0028;
	text-decoration: none;
}
.footer-wiz {
	padding: 20px 0px;
}
.footer-wiz strong{
	font-style: italic;
	color: #fff000;
}
.footer-wiz p{
	margin: 0 0 10px 0;
}
.footer-wiz h3 {
	color: #fff;
	margin-top: 0px;
	position: relative;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 40px;
}
.footer-wiz h3:before {
	position: absolute;
	display: block;
	height: 2px;
	background-color: #fff;
	left: 0px;
	bottom: -10px;
	content: "";
	width: 40px;
}
.footer-wiz h3.footer-logo {
	margin-bottom: 20px;
}
.footer-wiz h3.footer-logo:before {
	display: none;
}
.footer-wiz ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footer-wiz ul li {
	padding-bottom: 5px;
}
.footer-wiz ul.footer-contact li {
	color: #eb0028;
}
.footer-wiz ul.footer-contact li a {
	color: #eb0028;
}
.footer-wiz ul.footer-contact li i.fa {
	padding-right: 4px;
	color: #a7a7a7;
}
.footer-menu ul li {
	padding-bottom: 10px;
	padding-left: 15px;
	position: relative;
}
.footer-menu ul li:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "\f0da";
	font-family: 'FontAwesome';
	color: #fff000;
}
.footer-menu ul li:hover a {
	color:#fff000;
}
.footer-menu ul li:hover:before {
	color:#fff000;
}
.footer-menu ul li:hover {
	padding-right:20px;
}
.footer-wiz ul.open-hours li {
	border-bottom: 1px dashed #404040;
	padding: 10px 0px;
}
.footer-wiz ul.open-hours li:first-child {
	padding-top: 0px;
}
.newsletter {
	margin-top: 30px;
	position: relative;
}
.newsletter .news-input {
	padding: 15px 65px 15px 15px;
	background: #252525;
	color: #a7a7a7;
	width: 100%;
	border: 0px;
	border-radius: 3px;
}
.newsletter .news-btn {
	color: #fff;
	background-color: #eb0028;
	width: 50px;
	height: 100%;
	position: absolute;
	right: 0px;
	border: 0px;
	border-radius: 0px 3px 3px 0px;
	font-size: 26px;
	top:0px;
}
.footer-bottom-area {
	background-color: #0f1f8e;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	padding: 25px 0px;
}
.footer-bottom-area span, .footer-bottom-area a {
	color: #fff000;
}
.footer-bottom-area a:hover {
	color: #fff;
	text-decoration: none;
}
.bottom-social {
	text-align:left !important;
}

.footer-wiz h3 {
	color: #fff;
	margin-top: 0px;
	position: relative;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.top-social {
	text-align: right;
}
.top-social a {
	display: inline-block;
	background-color: #626262;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.top-social a:hover {
	background-color: #eb0028;
	color: #fff !important;
}
/*===================================
Css archive thu vien
=====================================*/
.section-full{
  position: relative;
}
.section-full .album_list{
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.hover {
  float: left;
  position: relative;
  cursor: default;
}
.hover img {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.ehover4 .overlay {
  background-color: rgba(75,75,75,.7);
  transition: all .4s ease-in-out;
  cursor: pointer;
}
.ehover4:hover .overlay {
  background-color: rgba(48,152,157,.4);
}
.hover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ehover4 h2 {
  -webkit-transform: translateY(55px);
  transform: translateY(55px);
  transition: all .4s ease-in-out;
}
.ehover4:hover h2 {
  -webkit-transform:translateY(15px);
  transform:translateY(15px)
}
.hover h2 {
  position: relative;
  font-size: 15px;
  padding: 5px;
  font-weight: 500;
  line-height: 25px;
  background: rgba(0,0,0,.6);
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
/*===============================
Css single thư viện
=================================*/
.block-title-single .detail_page {
  padding: 10px;
  border-top: 0px;
}
.single-album-detail {
  vertical-align: middle;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  padding: 5px;
      height: 200px;
}
.single-album-detail img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-album-detail .img2:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  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;
}
.single-album-detail .img2:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  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;
}
img.aligncenter{
    margin:0 auto 15px;
    display:block;
}
/**/
/*-------------------------------------
 ScrollUp Area Styles
 ---------------------------------------*/
 #scrollUp {
 	background-color: rgba(231, 39, 45, 0.8);
 	bottom: 5px;
 	color: #ffffff !important;
 	display: block;
 	font-size: 20px;
 	height: 50px;
 	line-height: 50px;
 	position: fixed;
 	right: 20px;
 	text-align: center;
 	text-decoration: none !important;
 	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
 	width: 50px;
 	z-index: 99999;
 	border-radius: 50%;
 }
 #scrollUp i {
 	color: #ffffff;
 }
 #scrollUp:hover,
 #scrollUp:focus {
 	background-color: rgba(255, 255, 255, 0.8);
 }
 #scrollUp:hover i,
 #scrollUp:focus i {
 	color: #e7272d;
 }
/*=======================================
Css quick alo phone
=========================================*/
.quick-phone p.cgs-call-text,
p.cgs-call-text {
	color: #fff;
	display: table;
	text-align: center;
	text-decoration: none!important
}
.quick-alo-ph-circle,
.quick-alo-ph-circle-fill {
	-webkit-border-radius: 100%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%
}
.quick-alo-phone.quick-alo-static {
	opacity: .6
}
.quick-alo-phone.quick-alo-hover,
.quick-alo-phone:hover {
	opacity: 1
}
.quick-alo-ph-circle {
	width: 160px;
	height: 160px;
	top: 20px;
	left: 20px;
	position: absolute;
	background-color: transparent;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid #bfebfc;
	opacity: .1;
	-webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
	-moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
	-ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
	-o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
	animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-moz-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
.quick-alo-phone.quick-alo-active .quick-alo-ph-circle {
	-webkit-animation: quick-alo-circle-anim 1.1s infinite ease-in-out!important;
	-moz-animation: quick-alo-circle-anim 1.1s infinite ease-in-out!important;
	-ms-animation: quick-alo-circle-anim 1.1s infinite ease-in-out!important;
	-o-animation: quick-alo-circle-anim 1.1s infinite ease-in-out!important;
	animation: quick-alo-circle-anim 1.1s infinite ease-in-out!important
}
.quick-alo-phone.quick-alo-static .quick-alo-ph-circle {
	-webkit-animation: quick-alo-circle-anim 2.2s infinite ease-in-out!important;
	-moz-animation: quick-alo-circle-anim 2.2s infinite ease-in-out!important;
	-ms-animation: quick-alo-circle-anim 2.2s infinite ease-in-out!important;
	-o-animation: quick-alo-circle-anim 2.2s infinite ease-in-out!important;
	animation: quick-alo-circle-anim 2.2s infinite ease-in-out!important
}
.quick-alo-phone.quick-alo-hover .quick-alo-ph-circle,
.quick-alo-phone:hover .quick-alo-ph-circle {
	border-color: #00aff2;
	opacity: .5
}
.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle {
	border-color: #baf5a7;
	opacity: .5
}
.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
	border-color: #bfebfc;
	opacity: .5
}
.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-circle,
.quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-circle {
	border-color: #ccc;
	opacity: .5
}
.quick-alo-phone.quick-alo-gray .quick-alo-ph-circle {
	border-color: #75eb50;
	opacity: .5
}
.quick-alo-ph-circle-fill {
	width: 100px;
	height: 100px;
	top: 50px;
	left: 50px;
	position: absolute;
	background-color: #000;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: .1;
	-webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-moz-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
.quick-alo-phone.quick-alo-active .quick-alo-ph-circle-fill {
	-webkit-animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
	-moz-animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
	-ms-animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
	-o-animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
	animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}
.quick-alo-phone.quick-alo-static .quick-alo-ph-circle-fill {
	-webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
	-moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
	-ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
	-o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
	animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
	opacity: 0!important
}
.quick-alo-phone.quick-alo-hover .quick-alo-ph-circle-fill,
.quick-alo-phone:hover .quick-alo-ph-circle-fill {
	background-color: #00aff2;
	opacity: .75!important
}
.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle-fill,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle-fill {
	background-color: #baf5a7;
	opacity: .75!important
}
.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
	background-color: #a6e3fa;
	opacity: .75!important
}
.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-circle-fill,
.quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-circle-fill {
	background-color: #ccc;
	opacity: .75!important
}
.quick-alo-phone.quick-alo-gray .quick-alo-ph-circle-fill {
	background-color: rgba(117, 235, 80, .5);
	opacity: .75!important
}
.quick-alo-ph-img-circle {
	width: 60px;
	height: 60px;
	top: 70px;
	left: 70px;
	position: absolute;
	background: url(../img/call_mobile.png) center center no-repeat rgba(30, 30, 30, .1);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: .7;
	-webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
.quick-alo-phone.quick-alo-active .quick-alo-ph-img-circle {
	-webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out!important;
	-moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out!important;
	-ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out!important;
	-o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out!important;
	animation: quick-alo-circle-img-anim 1s infinite ease-in-out!important
}
.quick-alo-phone.quick-alo-static .quick-alo-ph-img-circle {
	-webkit-animation: quick-alo-circle-img-anim 0s infinite ease-in-out!important;
	-moz-animation: quick-alo-circle-img-anim 0s infinite ease-in-out!important;
	-ms-animation: quick-alo-circle-img-anim 0s infinite ease-in-out!important;
	-o-animation: quick-alo-circle-img-anim 0s infinite ease-in-out!important;
	animation: quick-alo-circle-img-anim 0s infinite ease-in-out!important
}
.quick-alo-phone.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone:hover .quick-alo-ph-img-circle {
	background-color: #00aff2
}
.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
	background-color: #75eb50
}
.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
	background-color: #0d72c7
}
.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-img-circle {
	background-color: #ccc
}
.quick-alo-phone.quick-alo-gray .quick-alo-ph-img-circle {
	background-color: #75eb50
}
@-moz-keyframes quick-alo-circle-anim {
	0% {
		-moz-transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1;
		-moz-opacity: .1;
		-webkit-opacity: .1;
		-o-opacity: .1
	}
	30% {
		-moz-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5;
		-moz-opacity: .5;
		-webkit-opacity: .5;
		-o-opacity: .5
	}
	100% {
		-moz-transform: rotate(0) scale(1) skew(1deg);
		opacity: .6;
		-moz-opacity: .6;
		-webkit-opacity: .6;
		-o-opacity: .1
	}
}
@-webkit-keyframes quick-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(.5) skew(1deg);
		-webkit-opacity: .1
	}
	30% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		-webkit-opacity: .5
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-webkit-opacity: .1
	}
}

@-o-keyframes quick-alo-circle-anim {
	0% {
		-o-transform: rotate(0) kscale(.5) skew(1deg);
		-o-opacity: .1
	}
	30% {
		-o-transform: rotate(0) scale(.7) skew(1deg);
		-o-opacity: .5
	}
	100% {
		-o-transform: rotate(0) scale(1) skew(1deg);
		-o-opacity: .1
	}
}

@-moz-keyframes quick-alo-circle-fill-anim {
	0%,
	100% {
		-moz-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
	50% {
		-moz-transform: rotate(0) -moz-scale(1) skew(1deg);
		opacity: .2
	}
}

@-webkit-keyframes quick-alo-circle-fill-anim {
	0%,
	100% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}
}

@-o-keyframes quick-alo-circle-fill-anim {
	0%,
	100% {
		-o-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
	50% {
		-o-transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}
}

@-moz-keyframes quick-alo-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg)
	}
	10%,
	30% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg)
	}
	20%,
	40% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg)
	}
	100%,
	50% {
		-moz-transform: rotate(0) scale(1) skew(1deg)
	}
}

@-webkit-keyframes quick-alo-circle-img-anim {
	0%,
	100%,
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
	10%,
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}
	20%,
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}
}

.quick-alo-phone,
.quick-phone {
	width: 200px;
	cursor: pointer;
	z-index: 200000!important;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	bottom: 0
}

@-o-keyframes quick-alo-circle-img-anim {
	0%,
	100%,
	50% {
		-o-transform: rotate(0) scale(1) skew(1deg)
	}
	10%,
	30% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg)
	}
	20%,
	40% {
		-o-transform: rotate(25deg) scale(1) skew(1deg)
	}
}

.quick-alo-phone {
	position: fixed;
	background-color: transparent;
	height: 200px;
	-webkit-transition: visibility .5s;
	-moz-transition: visibility .5s;
	-o-transition: visibility .5s;
	transition: visibility .5s;
	left: 0
}

p.cgs-call-text {
	padding: 10px;
	border-radius: 21px;
	line-height: 14px;
	font-size: 14px;
	margin: 8px 5px 8px 50px;
	font-weight: 400;
	box-sizing: border-box;
	background: #509bd8;
	position: relative;
	top: 77px;
	left: 79px
}
/*===========================================
Css tool bar
=============================================*/
.toolbar{
  position: fixed;
  width: 58px;
  right: 15px;
  text-align: center;
  top: 30%;
  z-index: 99999;
}
.toolbar .inner {
  position: relative;
}
.toolbar .inner .toolbar_a.mail {
  background: #4643d0;
}
.toolbar .inner .toolbar_a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 10px;
  line-height: 60px;
  text-align: center;
  position: relative;
  border: solid 3px #fff;
}
.toolbar .inner .toolbar_a .fa, .toolbar .inner .toolbar_a .fab {
  font-size: 24px;
  color: #fff;
  line-height: 46px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}	
.toolbar .inner .toolbar_a span {
  display: inline-block;
  min-width: 100px;
  line-height: 34px;
  background: #2daaff;
  color: #fff;
  padding: 0 15px;
  border-radius: 28px;
  top: 11px;
  left: -105px;
  position: absolute;
  display: none;
}
.toolbar .inner .toolbar_a:hover {
    background: #2daaff;
    border-color: #ffebe8
}
.toolbar .inner .toolbar_a:hover span {
    display: block
}