@import url('font-awesome.css');
@import url('breadcrumb.css');
@import url('themify-icons.css');
@import url('paginate.css');
@import url('responsive.css');
@import url('component.css');

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
}

html, body {
	 margin: 0;
	 padding: 0;

	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	color: #282626 !important;
}

a, a:hover {
    text-decoration: none;
    transition: .35s;
    color: inherit;
}
.clear {
	clear: both;
}

.div_widget i {
	margin-right: 7px;
}

.xdebug-var-dump {
	display: block;
	background: #fff;
	position: absolute;
	z-index: 99;
}

.company_name {
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
}



.menu_mobile {
	display: none;
}

.bg_nen {
	display: none;
}

/* layout */
.layout_01 {
    position: relative;
	background: #282626;
	/*-webkit-box-shadow: 1px 16px 92px 0px rgba(10,23,73,1);*/
	/*-moz-box-shadow: 1px 16px 92px 0px rgba(10,23,73,1);*/
	/*box-shadow: 1px 16px 92px 0px rgba(10,23,73,1);*/
    color: #666;
	height: 80px;
    font-size: 14px;
	z-index: 9;
}

.layout_01 i {
	font-size: 18px;
	color: #0075b1;
}

.logo-container {
    position: absolute;
    z-index: 999;
}

.layout_02{
	display: block;
    width: 100%;
    height: 100px;

    position: relative;
}

.layout_02 .contact-us {

    margin-top: 20px;
}

.contact-us .box_contact {
	border-left: 1px solid #ccc;
	display: block;
	position: relative;
	height: 50px;
	width: 200px;
	padding-left: 10px;
}

.contact-us .box_contact .contact_icon {
    display: block;
    width: 40px;
    float: left;
    height: calc(100%);
    line-height: 50px;
    font-size: 30px;
    color: #0067ac;
}

.contact-us .box_contact .info {
	display: block;
	float: left;
}

.contact-us .box_contact .info .title{
	text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #0067ac;
}

.contact-us .box_contact .info .desc	{
	font-size: 14px;
	color: #555;
	line-height: 11px;
}

.contact-us .box_contact .info .desc a {
	color: #555;
}


.menu_contact {
	padding-top: 10px;
	display: block;
	color : #ac9143;
	font-size: 14px;
	line-height: 22px;
}

.menu_contact .address_01 {
	font-weight: 500;
}

.menu_contact .social_01 a{
	color : #ac9143;
	display: inline-block;
	padding-right: 5px;
	font-size: 20px;
}


.layout_02_slide {
	display: block;
    width: 100%;
    background: #f2f2f2;
    position: relative;
}



.myCarousel_bottom {
	display: block;
	position: absolute;
	bottom: 0px;
	height: 350px;
	width: 100%;
}



.layout_13 {
	display: block;
    width: 100%;
    background: #0075c3;
    position: relative;
    list-style-type: none;
}

.menu_nav a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	padding: 10px 25px;
	margin-right:-5px;
	text-decoration: none;
	position: relative;
}

.menu_nav a:hover {
	background: #FFC300;
	text-decoration: none;
}




.menu_nav .active {
	background:  #FFC300;
	color: #000;
	text-decoration: none;
}




.layout_04 {
	display: block;
    width: 100%;
    background: #fff;
    position: relative;
}

.layout_05 {
	display: block;
    width: 100%;
    padding: 100px 0px;
    position: relative;
}

.layout_06 {
	display: block;
	background: url('../images/banner-bg.jpg') no-repeat center;
	background-size: cover;
	width: 100%;
	height: 600px;
	position: relative;
}

.layout_footer {
	 padding: 40px 0;
    background: #333131;
    color: #fff;
    font-size: 14px;

}

.div_copyright {
	display: block;
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}

.div_copyright .copyright {
	display: block;
}

.div_copyright .design_by {
	display: block;
}

.div_copyright .design_by a {
	color: #FFC300;
}

.footer_contact {
	display: block;
	font-size: 14px;
}

.footer_contact .title {
	font-size: 16px;
	font-weight: bold;
}

.footer_contact .title::after {
	content: "";
	display: block;
	width: 30px;
	border-bottom: 1px solid #fff;
	margin-top: 10px;
}

.footer_contact .box_contact {
	display: block;
}

.footer_contact .box_contact i{

	display: inline;
	width: 25px;
	margin-right: 5px;
	text-align: center;
	line-height: 30px;
}

.footer_contact .box_social {
	display: block;

}

.box_social a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 32px;
	background: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #0a1749;
	margin-right: 10px;
}

.box_social a:hover {
	background: #f89223;
}


/* elm */

.container {
	position: relative;
}


.logo {
	display: block;
	height: 100px;
	padding: 15px 0px;
}

.logo img {
	height: 100%;
}
.logo a {

}

.logo a:hover {
	text-decoration: none;
}

.banner {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    height: 114px;
    width: 110%;
    right: -100px;
    position: absolute;
}

.layout_011 nav {
	position: absolute;
	bottom: 0;
	display: block;
	background: #424242;
	height: 40px;
	width: 100%;

	line-height: 40px;
}

.layout_011 nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.layout_011 nav ul li {
	text-transform: uppercase;
	font-size: 16px;
    color: #ffcc00;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 15px;

}


.layout_011 nav ul li> a{
	text-decoration: none;
	color: #ffcc00;
	font-weight: 400;
}

.layout_011 nav ul li ul {
	display: none;
}

.div_userCp {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;

}

.div_userCp a {
	color: #ffcc00;
	text-decoration: none;
}

.top_menu {
	display: block;
	width: 100%;
	line-height: 90px;
	text-align: right;
}

.top_menu a {
	font-size: 9pt;
	display: inline-block;
	padding-left: 30px;
	color: #ac9143;
	font-weight: bold;
	text-transform: uppercase;
}

.top_menu a:hover {
	text-decoration: none;
	color: #000;
}

.main_menu{
	display: block;
	width: 100%;
	position: absolute;
	bottom: 5px;
	right: 0px;
	text-align: right;
}

.main_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.main_menu ul li {
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 20px;
}

.main_menu ul li:hover {
	color: #ffcc00;
}

.main_menu ul li a {
	text-decoration: none;
}

.main_content {
	display: block;
	width: 100%;
	position: relative;
}


/* homepage */
.ebook_top {
	display: block;
	width: 100%;
	min-height: 80px;
	border: 1px #dfdfdf solid;
    background-color: rgba(220,220,220,0.1);
    margin-bottom: 20px;
    padding: 10px;
}


/* blokc */

.block_list_ebook {
	display: block;
	width: 100%;
	position: relative;
}

.block_list_ebook  .title {
	display: block;
	font-weight: 400;
    font-size: 24px;
	margin: 0 0 30px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ececec;
    position: relative;
    color: #6c757d;
}

.title i {
	padding-right: 5px;
}

.block_list_ebook  .title  h1, .block_list_ebook  .title h2 {
	font-weight: 400;
    font-size: 24px;
}

.block_list_ebook  .title .view_all {
	display: block;
    position: absolute;
    right: 0;
    top: 22px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.block_list_ebook  .tools {
	display: block;
	position: absolute;
	right: 0px;
	top: 5px;
	font-size: 14px;
}

.block_list_ebook  .title .view_all a {
	text-decoration: none;
	color: #1e293d;
}

.block_list_ebook  .title  span {
	color: #ff851d;
}

.block_list_ebook .title::before {
    content: "";
    position: absolute;
    width: 120px;
    border-bottom: #ff851d 3px solid;
    bottom: -2px;
    left: 0;
}

.list_book_type_block{
	display: block;
	position: relative;
	width: 100%;
}

.li_ebook {
}

.item_book_thumb {
	display: block;
	position: relative;
	width: 100%;

	margin-bottom: 20px;

}



.item_book_thumb .ebook_name {
	color: #1e293d;
	font-size: 13px;
    font-weight: bold;
    margin: 7px 0px 5px 0px;
}

.item_book_thumb .ebook_name h3 {
	font-size: 13px;
    font-weight: bold;
}

.item_book_thumb .ebook_name a {
	color: #1e293d;
	text-decoration: none;
	font-weight: 600;
}

.item_book_thumb .ebook_category  {
    color: #999;
    text-transform: capitalize;
    font-size: 14px;
}

.ebook_category h4 {
	font-size: 14px;
}

.item_book_thumb .ebook_category a {
	color: #999;
	text-decoration: none;
}

.item_book_thumb .ebook_image {
	display: block;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 6px;
	position: relative;
}

.item_book_thumb .ebook_readbook {
	display: none;
	position: absolute;
	border-radius: 6px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);

}

.item_book_thumb .ebook_readbook span {
	display: block;
	text-align: center;
	color: #fff;
	padding-top: 60%;
}

.item_book_thumb .ebook_readbook span i {
	display: block;
	font-size: 30px;
	margin-bottom: 10px;
}

.item_book_thumb .ebook_image img {
	width: 100%;
	border-radius: 5px;

}

.item_book_thumb:hover {
	cursor: pointer;
}

.item_book_thumb:hover .ebook_readbook {
	display: block;
}


/* item_book_list */
.item_book_list {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	border: 1px solid #e5e6e9;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #e5e6e9;
	padding: 7px;
	margin-bottom: 20px;
	min-height: 200px;
}

.item_book_list:after {
	clear: both;
}

.item_book_list .ebook_image {
	display: block;
	background: #fff;
	width: 40%;
	position: relative;
	min-height: 205px;
}

.item_book_list .ebook_image img{
	width: 100%;
	border-radius: 6px;
}

.item_book_list .ebook_info {
 	position: absolute;
 	right: 0;
 	top: 0;
 	bottom: 0;
 	width: 55%;
	display: block;
}

.item_book_list .ebook_name {
	color: #1e293d;
	font-size: 13px;
    font-weight: bold;
    padding: 10px 10px 0px 0px;
}

.item_book_list .ebook_name h3 {
	font-size: 13px;
    font-weight: bold;
    line-height: 19px;
}

.item_book_list .ebook_name a {
	color: #1e293d;
	text-decoration: none;
}

.item_book_list .book_desc {
	display: block;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 60px;

}

.item_book_list .book_desc h6 {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	font-weight: normal !important;
}

.item_book_list .ebook_meta  {
	position: absolute;
	bottom: 5px;
    color: #999;
    text-transform: capitalize;
    font-size: 14px;
}

.item_book_list .ebook_meta i {
	margin-right: 5px;
}

.item_book_list .ebook_meta a {
	text-decoration: none;
}

.item_book_list .ebook_meta .ebook_author {
	display: block;
	padding: 5px 0px;
}
.item_book_list .ebook_meta .ebook_author h5 {
	font-size: 14px;
}

/* widget */
.div_widget {
	border-left: 1px solid #ddd;
	padding-left: 20px;
}

.layout_index .div_widget {
	border: 1px solid #ddd;
    /* padding-left: 20px; */
    background: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
}

.block_widget {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 25px;
}

.block_widget  .widget_title {
	display: block;
	font-weight: 400;
    font-size: 24px;
	margin: 0 0 5px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ececec;
    position: relative;
    color: #6c757d;
}

.block_widget  .widget_title  span {
	color: #ff851d;
}

.block_widget .widget_title::before {
    content: "";
    position: absolute;
    width: 120px;
    border-bottom: #ff851d 3px solid;
    bottom: -2px;
    left: 0;
}

.block_widget .widget_body {
	display: block;
	padding: 7px;
}

.block_widget .widget_body ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.block_widget .widget_body ul li {
	display: block;
	padding: 3px 0px;
}

.li_list_menu {
	text-transform: uppercase;
	font-weight: 600;
}

.li_list_menu a {
	color: #0275d8 !important;

}

.sub {
	margin-left: 7px;
	border-left: 1px dashed #ccc;
}

.sub i {
	color: #ccc;
}

.sub li {
	position: relative;
	padding-left: 30px !important;
	text-transform: capitalize;
	font-weight: normal;
}

.sub li > a {
	color: #555 !important;
}

.sub li::after {
    content:"";
    position: absolute;
    z-index: 333;

    bottom: 0;
    top: 50%;
    border-bottom: 2px dotted #ff0000;
}



.list_tag {
	display: block;
	width: 100%;
	position: relative;
}

.list_tag .li_tag {
	position: relative;
    display: inline-block;
    padding: .4em .5em;
    margin: 3px 3px 3px 0;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 2em;
        background-color: #F7FDFF;
    border-color: #C0D4DB;
    transition: all .15s ease-in-out;

}

.subcategory {
	background: #fff !important;
  	border: 1px #dfdfdf solid !important;
  	border-radius: 0 !important;
  	list-style-type: none;
  	padding: .75rem 1rem;
  	text-align: center;

}

.subcategory li {
	display: inline-block;
	padding: 0px 15px;
}

.layout_search_top {
	display: block;
	width: 30%;
	position: relative;
	height: calc(100%);
}

.layout_search_top .input_search {
	background: transparent;
	color: #fff;
	border: 0;
	outline: none;
	font-size: 14px;
	width: calc(100% - 35px);
}

.layout_search_top .input_search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.layout_search_top .input_search::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.layout_search_top .input_search:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.layout_search_top .input_search:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.layout_search_top .button_search {
	border: 0;
	background: transparent;
	outline: none;
	color: #fff;
	cursor: pointer;
}

.box_search_full {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.div_search_full {
	width: 70%;
	margin: auto;
}

.box_search_full .input_search {
	outline: none !important;
}

.box_search_full .button_search {
	outline: none;
	cursor: pointer;
}

.btn-default {
	background: #ddd;
}

.signup-prompt {
    background: url(/images/modules/site/site-signup-prompt.png);
    background-position: center 25%;
    background-size: 100% auto;
    border: 1px solid rgba(27,31,35,0.075);
}

.layout_empty_data {
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
	margin-top: 50px;
}

.layout_empty_data img {
	max-width: 200px;
}

.layout_empty_data p {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 300;
	color: #616161;
}


.list_tag_type_block{
	display: block;
	position: relative;
}
.list_tag_type_block .grid {
 	column-count: 3;
  column-gap: 0;
  margin-bottom: 30px;


}

.list_tag_type_block .grid .block_tag3 {
 	break-inside: avoid;
   vertical-align: top;
}

.box_row_tag {
	padding: 7px;
}

.box_row_tag .title {
	display: block;
	background: #eee;
	padding-left: 10px;
	position: relative;
}

.box_row_tag .title span {
	position: absolute;
	right: 10px;
	font-size: 15px;
	color: #777;
	line-height: 34px;
}

.box_row_tag .body {
	padding: 5px;
	list-style-type: none;
}

.box_row_tag .body i {
	padding-right: 7px;
	color: #ff851d;
}



.title_page {
	display: block;
	font-size: 22px;
	font-weight: 500;
	padding: 10px 0px;
	width: 100%;
}

.title_page h1 {
	font-size: 22px;
	font-weight: 400;
	width: 100%;
}


.social-share {
  display: block;
  border: 1px solid #ddd;
  background: #E1ECF4;
  padding: 10px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}


.social-share .share_social_item {
	height: 80px;
	text-align: center;
}

.social-share a {
  color: #fff;
  padding-top: 20px;
  background: transparent;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all 125ms linear;
  transition: all 125ms linear;
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.social-share a:hover {
	text-decoration: none;
	color: #fff;
}

.social-share a:hover span{
	zoom: 150%;
}
.social-share a::before,
.social-share a::after {
  display: table;
  content: ' ';
}
.social-share a::after {
  clear: both;
}
.social-share a span {
  z-index: 10;
  position: relative;
}
.social-share .share_social_item i {
	display: block;
	font-size: 22px;
	color:;
}

.social-share a#facebookShare {
  background: #3b5998;
}

.social-share a#twitterShare {
  background: #55acee;
}

.social-share a#linkedinShare {
  background: #0976b1;
}

.social-share a#emailShare {
  background: #e50914;
}

.layout_comment {
	display: block;

}


/* Carousel base class */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0 !Important;
  z-index: 10;
  padding: 0 0 10px 25px !important;
  color: #fff;
  left: 0 !important;
  right: 0 !important;
}

.carousel-inner h2, .carousel-inner a{

	color: #fff;
}



/* Declare heights because of positioning of img element */


.carousel-control-prev {

    opacity: 1 !important;
}

.carousel-control-next {
    opacity: 1 !important;
}

.menu-main {
	display: inline-block;
	list-style-type: none;
	font-size: 16px;
	flex: 1;
	text-align: center;
	text-transform: uppercase;
}

.menu-main-left {
	text-align: left;

}


.menu-main-right {
	text-align: right;
}

.menu-main a {
	height: 80px;
	line-height: 80px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	padding: 0px 20px;
	margin-right: -4px;
	text-decoration: none;
}

.menu-main a:last-child {
	margin-right: 0 !important;
}

.menu-main a.active {
	color: #f89223;
	font-weight: bold;
}

.menu-main a:hover {
	color: #282626;
	background: #fff;
	text-decoration: none;
}


.menu-main li {
	display: inline-block;
	padding: 0px 15px;
}

.div_center {
	margin: 0 auto;
}

.page_title {
	background: #fff;

	font-size: 18px;
}

.page_title img {
	width: 100%;
}


/*
 * widget
 */

 .widget_block {
 	display: block;
 }

.widget_title {
	display: block;
	color: #ac9143;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
}

.icon_bottom:after {
    content: '';
    display: block;
    width: 70px;
    height: 20px;
    margin: auto auto 20px;
    background: url(../images/icon_bgtt.png) no-repeat center center;
    background-size: 100% auto;
}

.widget_body {
	display: block;
	position: relative;
}
 /*
  * widget tin moi
  */
  .widget_tinmoi .widget_title{
	text-align: center;
  }

  .widget_tinmoi .box_item {
  	display: block;
  }

  .widget_tinmoi .box_item .image img{
	width: 100%;
  }

   .widget_tinmoi .box_item .title{
		font-size: 15px;
		color: #ac9143;
		font-weight: 500;
		display: block;

		line-height: 20px;
		padding: 7px 0px;
  }

  .widget_tinmoi .box_item .date{
		font-size: 12px;
		color: #ac9143;
		font-weight: 300;
		display: block;
  }

  /*
   * widget thongbao
   */

   .widget_Thongbao {


   }

   .widget_Thongbao .widget_title {
   		display: block;
   		line-height: 30px;
    	color: #333333;
    	font-size: 18px;
   		text-align: left;
   }

   .widget_Thongbao .widget_title h1 {
   		font-size: 30px;
	    color: #0067b7;
	    margin-top: 10px;
   }

    .widget_Thongbao .widget_title a {
    	text-decoration: none;
    	color: #333333;
    }

   .widget_Thongbao .widget_title .view_all{
   		float: right;
   		font-size: 12px;

   }

   .widget_Thongbao .widget-body {
   		padding: 5px 0px 10px 0;
   		font-size: 15px;
		font-weight: 400;
		color: #333;
		line-height: 24px;
		text-align: justify;


   }



	.widget_Thongbao .widget-body .view_all{
		display: block;
		text-align: right;
		text-transform: uppercase;
	}

	/*
	 * tin tuc
	 */

	 .icon_top {
	 	background: url('../images/bg-head-title.png') left no-repeat;
	 }

	.widget_tintuc {
		display: block;
		position: relative;
	}

	.widget_tintuc .widget_title{
		display: block;
		font-weight: bold;
		color: #3D4F59;
		text-align: left;
	}

	.widget_tintuc .widget_title::after{
		content: "";
		display: block;
		width: 100%;
		border-bottom: 1px solid #f89223;
	}

	.widget_tintuc .widget_body {
		display: block;
		position: relative;
		margin-top: 20px;
	}

	.widget_tintuc .box_item {
		display: block;
		margin-bottom: 20px;
	}

	.widget_tintuc .box_item .image img{
	width: 100%;
	}

	.widget_tintuc .box_item .title{
		color: #ac9143;
		display: block;
		line-height: 24px;
		font-size: 30px !important;
		padding: 7px 0px;

	}

	.widget_tintuc .box_item .title a {
		color: #3D4F59;
	}

	.widget_tintuc .box_item .title a:hover {
		text-decoration: none;
		color: #f89223;

	}

	.widget_tintuc .box_item .date{
		font-weight: 300;
		display: block;
	}

	/*
	 * widget_LichPhatSu
	 */

	.widget_LichPhatSu {
		display: block;
		margin-top: 30px;
	}

	.widget_LichPhatSu .widget_title {
		margin-bottom: 10px;
	}

.box_item_news {

}

.box_item_news .image img{
	width: 100%;
}

.box_item_news .title_news{
	font-size: 20px;
	line-height: 27px;
	color: #ac9143;
	font-weight: bold;
	display: block;
}

.box_item_news .title_news a {
}

.box_item_news .date{
	font-size: 16px;
	font-weight: 200;
	margin-top: 10px;
	display: block;
}

.ebook_content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 17px;
}

.div_body_content {
	display: block;
	font-size: 16px;
	line-height: 30px;
}

.div_body_content img {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.content_title {
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	display: block;
	padding: 10px 0px 5px 0px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f89223;

}

.content_title .date {
	font-size: 16px;
	font-weight: 200;
}

.div_page {
	padding: 60px 0px;
}

.col_container {
	position: relative;
	min-height: 300px;
	display: flex;
}

.col_container .col_left {
	display: block;
	float: left;
	width: 200px;
	height: calc(100%);
}

.col_container .col_left a {
    padding: 10px 5px 10px 0px;
    width: 100%;
    display: block;
    line-height: 15px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px dotted #CCC;
    font-size: 14px;
    color: #333;
}

.col_container .col_left a.active {
	color: #0075c3;
}

.col_container .col_main {
	display: block;
	float: left;
	height: calc(100%);
	min-height: 300px;
	padding-left: 30px;
	width: calc(100% - 200px);
	border-left: 1px dotted #DDDADA;
	font-size: 14px;
}

.col_container .col_center {
	display: block;
	 width: 100%;
	 min-height: 300px;
}

.entry_title {
	display: block;
	background-color: #02306A;
	background-image: url('../images/patternbg.png');
	color: #fff;
	font-size: 28px;
	font-weight: 200;
	padding: 20px 30px;
	margin-bottom: 20px;
}

.class_btn_home {

}

.contact_info {
	display: block;
}

.contact_info .company_name {
	margin-bottom: 20px;
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	color: #0075c3;
	font-weight: bold;
}

.contact_info .box_1 {
	display: block;
	list-style-type: none;
	margin-bottom: 20px;
}

.contact_info .box_1.line {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}


.contact_info .box_1 li {
	padding: 5px 0px;
	color: #333;
}

.contact_info .box_1 li i {
	color: #0075c3;
	margin-right: 4px;
	font-size: 18px;
	width: 20px;
}

.contact_info .box_1 .title {
	display: block;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

.col_container .col_main .p_desc {
	padding: 15px 0px;
}

.box_service {
	display: block;
	text-align: center;
}

.box_service:hover {
	background: #eee;
}

.box_service img {
	width: 100%;
}

.box_service a{
	color: #333;
	text-decoration: none;
}

.box_service a:hover{
	text-decoration: none;
}

.box_service .title {
	padding: 5px 0px;
	text-transform: uppercase;
	font-weight: 500;
}

.div_list_project {
	display: block;
	position: relative;

}

.div_list_project .box_item_project {
	display: block;
	cursor: pointer;
}

.div_list_project .box_item_project:hover {
	/* xu ly note */

}

.div_list_project .box_item_project .image{
	display: block;
	position: relative;

}

.div_list_project .box_item_project .image img {
	width: 100%;
    height: 100%;
    transition: all .35s;
}



.div_list_project .box_item_project .project_meta .title_project>a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 0;
    width: 100%;
    height: auto;
    font-weight: bold;
}

.div_list_project .box_item_project .project_meta {
	position: absolute;
    bottom: 0;
    left: 0;
    height: 38px;
    width: 100%;
    background: rgba(9, 52, 105, .5);
    transition: all .35s;
    overflow: hidden;
    color: #fff;
    padding: 0px 20px;
}

.div_list_project .box_item_project .project_meta .title_project{
	display: block;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
}

.div_list_project .box_item_project:hover .project_meta {
    height: 100%;
    padding: 20px;
}


.div_list_project .box_item_project:hover .project_meta .title_project{
	text-align: left;
}



.div_list_project .box_item_project .project_meta .date{
	display: block;
	font-size: 14px;
	color: #999;
	padding: 0px 5px;
}
.div_list_project .box_item_project .project_meta .location{
	display: block;
	font-size: 14px;
	color: #444;
	padding: 0px 5px;
}

.blocks-samples {
    background: #272727;
    padding: 30px 0px;
    text-align: center;
    color: #fff;
}

.blocks-samples .samples-title .name{
    color: #fff;
    background: url(../images/icon-nha-mau.png) no-repeat scroll bottom center;
    font-size: 40px;
    padding-bottom: 12px;
    text-transform: uppercase;
    font-weight: 300;
}

.blocks-samples .blocks-title .summary {
    color: #777;
    font-size: 16px;
    padding: 0 11%;
}

.div_list_project_box {
	display: block;
	position: relative;
	background: #fff;
}

.div_list_project_box::after {
	clear: both;
	display: block;
}


.div_list_project_box .col_00 {
	padding: 0;
	position: relative;
    width: 33%;
    float: left;
    margin-right: 0.3%;
    margin-bottom: 4px;
}

.div_list_project_box .col_00 img {
	width: 100%;
}

.div_list_project_box .box_item_project {
	display: block;
	position: relative;
	line-height: calc(100%);
}

.div_list_project_box .box_item_project .title_project{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;

}

.div_list_project_box .box_item_project .title_project a {
	display: block;
	margin-top: 30%;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	color: #fff;

}

.div_list_project_box .box_item_project:hover .title_project{
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;

}

.div_chungnhan {
	border: 5px solid #ccc;
}

.div_chungnhan img {
	width: 100%;
}



.contact_footer {
	display: block;
	margin-top: 5px;
	text-transform: uppercase;
}

.contact_footer i {
	width: 20px;
}

.contact_footer .address {
	padding: 5px 0px;
}

.contact_footer .email {
	text-transform: lowercase;

}

.menu_footer {
	background: #282626;
	padding: 20px 0;
	color: #fff;
}

.menu_footer i {
	font-size: 5px;
}

.menu_footer a {
	color: #fff;
	padding: 0px 20px;
	font-size: 12px;
}

.menu_footer a:hover {
	color: #f89223;
	text-decoration: none;
}

.div_footer05 {
	display: block;
	position: absolute;
	bottom: 0;
	text-align: right;
	width: 100%;
}

#primary {
	min-height: calc(100vh - 446px);
	position: relative;
}

.gallery_project {
}

.gallery_project img {
	width: 100%;
}

.info_project {
	display: block;
	position: relative;
	background: #f5f5f5;
    height: 100%;
    padding: 10px 14px;
}

.info_project .project_name{
	display: table;
    width: 100%;
    height: 60px;
    overflow: hidden;
    font-size: 24px;
    line-height: 30px;
    color: #333;
    display: table-cell;
    vertical-align: middle;
}

.info_project .project_location_date {
	padding: 5px 0px;
}

.info_project .project_desc {
	margin-top: 20px;
	font-size: 15px;
}

.header_page {
	display: flex;
	list-style-type: none;
}

.header_page li {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

.header_page i {
	padding-right: 5px ;
}

.header_page .sub_page {
	padding-left: 15px;
}

.header_page .root_page {
	color: #0075c3;
}

.mobile_nav {
	display: none;
}

.grid_image {

}

/* clear fix */
.grid_image:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid_image-item ---- */

.grid_image-sizer,
.grid_image-item {
  width: 33.333%;
}

.grid_image-item {
  float: left;
  position: relative;
  border: 1px solid #fff;
}

.grid_image-item img {
  display: block;
  max-width: 100%;
}

.grid_image-item .title-over-wrap {
	position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    font-size: 13px;
    font-weight: 200;
    background: rgba(0, 0, 0, .8);
}

.grid_image_home {

}

/* clear fix */
.grid_image_home:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid_image_home-item ---- */

.grid_image_home-sizer,
.grid_image_home-item {
  width: 25%;

}

.grid_image_home-item {
  float: left;
  position: relative;
}

.grid_image_home-item img {
  display: block;
  max-width: 100%;
}


.logo_gioithieu {
	width:  100%;
	max-width: 300px;
}

.entry_content_body {
    font-size: 16px;
    line-height: 30px;
	color: #868280;
}

.entry_content_body h3{
	font-weight: bold;
	color: #282626;
}



.entry_content_body h3::after {
	content: "";
	display: block;
	width: 40px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #f89223;
}


.div_hinhanh {
	display: block;
}

.div_hinhanh .list_group {
	display: block;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1rem;
	padding-bottom: 5px;
	list-style-type: none;
}

.div_hinhanh .list_group li {
	display: inline-block;
	padding-right: 1rem;
	font-size: 18px;
	font-weight: 500;
}

.gallery-item-project-body {
	display: none;
}

.gallery-item-project {
	cursor: pointer;
}

.gallery-item-project:hover {
	color: #0075c3;
}

.block_gallery {
	display: block;
	position: relative;
}

.block_gallery .title {
	display: block;
	text-align: center;
	text-transform: uppercase;
	background: #FFC300;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    height: 80px;
    line-height: 80px;
}

.block_gallery .more_gallery {
	float: right;
	padding-right: 1rem;
	color: #fff;
	font-size: 40px;
}

.block_gallery .more_gallery:hover {
	opacity: 0.7;
}

.block_nang_luc {
	display: block;
}

.block_nang_luc .item .avt {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%,0);
    width: 56px;
    height: 56px;
}

.block_nang_luc .item .desc {
    position: absolute;
    bottom: 38%;
    left: 50%;
    transform: translate(-50%,0);
    padding: 0;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.ss_v2 {
    background: url(../images/ss_v2-bg.png) center no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.title_v2 {
    text-align: center;
    color: #fff;
    position: relative;
    padding: 0 12%;
    margin-bottom: 15px;
}

.ss_v2 .item .box-item {
    padding: 0 15px;
    text-align: center;
    color: #fff;
}

.ss_v2 .item .box-item a {
	color: #fff;
	text-decoration: none;
}

.ss_v2 .item .box-item .desc p {
    font-size: 24px;
    line-height: 30px;
}

.ss_v2 .item .box-item .avt {
    display: table;
    width: 140px;
    height: 140px;
    border-radius: 70px;
    background: rgba(255, 255, 255, .2);
    padding: 10px;
    margin: 0 auto;
    transition: all .35s;
}

.ss_v2 .item .box-item .avt a {
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    text-align: center;
    border-radius: 50%;
}

.ss_v2 .item .box-item .desc {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ss_v2 .item .box-item>a {
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    border-radius: 12px;
    border: 1px solid #fff;
    padding: 0 20px;
    text-transform: uppercase;
}

.title_v2 p {
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
}

.title_v2.title_v2a p {
    color: #4e4e4e;
}

.ss_v2 .item .box-item>a:hover {
	background: #E33A40;
}

.ss_v2 .item .box-item .desc span {
    font-size: 14px;
    line-height: 24px;
}

.layout_about {
	padding: 120px 0px;
}

.row-75 {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
}

.list_ss_v4 .item {
    padding: 7.5px;
}

.list_ss_v4 {
    overflow: hidden;
    padding-top: 20px;
}

.list_ss_v5 .item {
    padding: 7.5px;
}

.list_ss_v5 {
    overflow: hidden;
    margin-top: -7.5px;
}

.title_v6 {
    text-align: left;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
}

.title_v6 h2 {
    color: #333;
    font-size: 22px;
    line-height: 30px;
}

.div_about {
	display: block;
	padding: 100px 0px;
}

.div_about .title {
	font-size: 40px;
	font-weight: bold;
	color: #3d4f59;
}

.div_about .title::after {
	content: "";
	display: block;
	width: 50px;
	margin: auto;
	border-bottom: 2px solid #f89223;
}

.div_about .box_about {
	text-align: center;
	padding: 0px 15px;
}

.div_about .box_about .image {
	display: block;

}

.div_about .box_about h4 {
	font-size: 28px;
	font-weight: bold;
}

.div_about .box_about .desc_about{
	font-size: 18px;
}

.div_about .more {
	display: block;
	text-align: center;
	margin-top: 50px;
}




.div_about .more a:hover{
	background: #e8861e;
	text-decoration: none;
}


.layout_07 {
	display: block;
	padding: 100px 0px;
	background: #fff;
}


.layout_0701 {
	display: block;
	padding: 100px 0px;
	position: relative;
	background: url('../images/Strategy_Goals_4.png') no-repeat  center;
	background-size: contain;
}

.layout_0701:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgb(18,16,16, 0.8);
}



.layout_0702 {
	display: block;
	padding: 100px 0px;
	position: relative;
	background: #f4f4f4;
}


.div_studio {
	display: block;
	color: #fff;
}

.div_studio .title {
	font-size: 40px;
	color: #fff;
}

.div_studio .title::after {
	content: "";
	display: block;
	width: 50px;
	margin: auto;
	border-bottom: 2px solid #f89223;
}

.div_studio .box_about {
	margin: 25px auto;
	text-align: center;
	padding: 0px 15px;
	width: 85%;
	color: #aba7a5;
	font-size: 18px;
}

.div_studio .box_count {
	display: block;
	position: relative;
	text-align: center;
	color: #fff;
}

.div_studio .box_count .image {
	display: block;
	width: 180px;
	height: 180px;
	margin: auto;
}

.img_1 {
	background-image: url('../../../150x150/f89223/ffffff');
}

.img_2 {
	background-image: url('../../../150x150/f89223/ffffff');
}

.img_3 {
	background-image: url('../../../150x150/f89223/ffffff');
}

.img_4 {
	background-image: url('../../../200x200/f89223/ffffff');
}

.div_studio .box_count .count {
	font-size: 70px;
	margin: 15px 0px 5px 0px;
	font-weight: bold;

	line-height: 70px;
}

.div_studio .app_focus {
	display: block;
	margin-top: 100px;
}

.div_mangkhac {
	display: block;
	position: relative;
}

.div_mangkhac .title {
	font-size: 40px;
	color: #3d4f59;
}

.div_mangkhac .title::after {
	content: "";
	display: block;
	width: 50px;
	margin: auto;
	border-bottom: 2px solid #f89223;
}


.div_mangkhac .box_mang {
	display: block;
	text-align: center;
	color: #3d4f59;
	cursor: pointer;
}

/*.div_mangkhac .box_mang:hover {*/
	/*opacity: 0.9;*/
/*}*/

.box_mang_desc {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	width: calc(100%);
	z-index: 9;
	border: 1px solid #ccc;
}

.div_mangkhac .box_mang .title2 {
	position: absolute;
	text-align: center;
	line-height: 200px;
	width: 200px;
	color: #fff;
	font-size: 30px;
	display: none;
}


/*.div_mangkhac .box_mang:hover .title2 {*/
	/*display: block;*/
/*}*/

.div_mangkhac .box_mang .image {
	/*display: block;*/
	width: 200px;
	height: 200px;
	margin: auto;
	background-color: #f89223;
	-webkit-border-radius:200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	background-size: cover;
	position: relative;
}

/*.div_mangkhac .box_mang .image2 {*/
	/*display: none;*/
/*}*/

/*.div_mangkhac .box_mang .image2:first-child {*/
	/*display: block;*/
/*}*/

/*.div_mangkhac .box_mang:hover .image2 {*/
	/*display: block;*/
/*}*/

.block_trichdan {
	display: block;
	margin-bottom: 100px;
}

.block_trichdan .text-quote {
	font-size: 35px;
	padding-left: 10px;
}

.block_trichdan .auth {
	display: block;
}

.block_trichdan .auth .avatar {
	width: 250px;
	height: 250px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-size: cover;
	margin: auto;
}

.block_trichdan .auth .auth_name {
	font-size: 20px;
	font-weight: bold;
	color: #3d4f59;
}

.block_trichdan .auth .about {
	font-size: 16px;

}

.trichdan_2 .text-quote {
	font-size: 20px;
}

.trichdan_2 .auth .avatar {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-size: cover;
	margin: auto;
}

.text_color_1 {
	color: #282626;
}

.text_color_2 {
	color: #868280;
}

.text_color_3 {
	color: #beb7b3;
}

.text_color_4 {
	color: #282626;
}


.text_color_5 {
	color: #beb7b3;
}


.title_9 {
	font-size: 40px;
	color: #282626;
	font-weight: bold;
}

.title_9::after {
	content: "";
	display: block;
	width: 50px;
	margin: auto;
	margin-top: 10px;
	border-bottom: 2px solid #f89223;
}

.page_contact {
	width: 100%;
	margin: auto;
}

.box_contact_2 {
	width: 70%;
	margin: auto;
}

.div_contact {
	padding: 100px 0px;
}

.div_contact i{
	font-size: 25px;
}
.bg-contact {
	background: #fff url('../images/bg_contact.png') top center;
	background-size: cover;
}

.c89 {
	float: left;
	width: 28px;
	display: block;
}

.c90 {
	margin-left: 45px;
}

.contact_title_01 {
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 10px;
}

.contact_title_02  {
	font-size: 16px;
	font-weight: 500;
}


.div_conver {
	display: block;
	position: relative;
}

.line-height-80 {
	line-height: 80px;
}

.div_conver .title_conver {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.div_conver .title_conver .box_a1 {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-top: calc(10%);
}
.div_conver .title_conver .box_c1 {
	color: #fff;
	width: 100%;
	margin: auto;
	border: 1px solid #fff;
	padding: 50px;
	text-align: center;
	position: relative;
}

.div_conver .title_conver .box_c1 .t1 {
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
}

.div_conver .title_conver .box_c1 .t2 {
	font-size: 40px;
	font-weight: bold;
}

.div_conver .title_conver .b1 {
	display: block;
	text-align: center;
	width: 100%;
	margin-bottom: -66px;
	margin-top: 46px;
}



.btn-orange{
	padding: 10px 30px;
	background: #f89223;
	color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}


.btn-orange:hover {
    text-decoration: none;
    background: #e57f12;
    color: #fff;
}

.div_conver .title_conver .b1 a:hover {
	text-decoration: none;
}


.blog .carousel-indicators {
	left: 0;
	top: auto;
	bottom: -40px;

}

/* The colour of the indicators */



.bg-phu {
	display: block;
	position: relative;
}

.bg-phu::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0, 0, 0, 0.4);
	z-index: 1;
}

.bg-phu:hover::after  {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0, 0, 0, 0.4);
	z-index: 1;
}

.layout_012 {
	display: block;
	position: relative;
	padding: 30px 0px;

	background: #f4f4f4;
}

.layout_012 .t1 {
	font-size: 35px;
	font-weight: 200;
	color: #868280;
}

.layout_012 .t2 {
	font-size: 50px;
	font-weight: bold;
}

.layout_tuyendung {
    display: block;
    position: relative;
    padding: 80px 0px;
}

#AppCarousel .carousel-inner .carousel-item-right.active,
#AppCarousel .carousel-inner .carousel-item-next {
	transform: translateX(33.33%);
}

#AppCarousel .carousel-inner .carousel-item-left.active,
#AppCarousel .carousel-inner .carousel-item-prev {
	transform: translateX(-33.33%)
}

#AppCarousel .carousel-inner .carousel-item-right,
#AppCarousel .carousel-inner .carousel-item-left{
	transform: translateX(0);
}

.d_block_app {
	display: block;
	text-align: center;
	padding: 20px;
	margin: auto;
	position: relative;
}

.d_block_app .image {
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 10%;
	display: block;
}

.d_block_app .image img {
	opacity: 0.6;

}

.m_image_2 {
	display: inline !important;
}

.d_block_app .info {
	display: none;
}

.slick-current .d_block_app .image {
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 0%;
	display: block;
}

.slick-current .d_block_app .info {
	display: block;
}

.slick-current .d_block_app .image img {
	opacity: 1;
}

.btn_chuan {
    padding: 16px 32px !important;
}

.btn_16_50 {
    padding: 14px 50px !important;
	font-weight: 700;
	font-size: 20px;
}

.product_desc_item {
	border: 2px solid #d3cfcc;
	padding: 30px;
	color: #444;
	margin-top: 50px;
	position: relative;
	display: none;
}

.product_desc_item:first-child {
	display: block;
}

.product_desc_item:after {
	content: '';
	display: inline-block;
	width: 40px;
	height: 17px;
	position: absolute;
	top: -17px;
	background: url('../images/icon_arrow.png') no-repeat;
}

.content_tuyendung h2 {
	font-size: 22px !important;
	font-weight: 500 !important;
}

.total_col_4 .col_c_1.product_desc_item:after{
	left: 9%;
}

.total_col_4 .col_c_2.product_desc_item:after{
	left: 36%;
}

.total_col_4 .col_c_3.product_desc_item:after{
	left: 61%;
}

.total_col_4 .col_c_4.product_desc_item:after{
	right: 9%;
}

.img_gray {
	filter: grayscale(100%);
}

.img_gray:hover {
	filter: none;
}

.mapouter{
	position:relative;
	text-align:right;
	height:350px;
	width: 100%;
}
.gmap_canvas {
	overflow:hidden;
	background:none!important;
	height:350px;
	width: 100%;
}

.lang_switch_select {
	position: relative;
	display: inline-block;
}

.btn-language {
	color: #fff;
	background-color: #333131;
	border-color: #333131;
	font-size: 16px;
	padding: 0.25rem 20px !important;
}

.lang_switch_select:hover .btn-language,
.btn-language:hover {
	background: #f89223;
	color: #fff;
}

.lang_switch_select .dropdown-toggle::after {
	margin-left: 15px;
}

.lang_switch_select .dropdown-menu {
	padding: 0;
	background: #e3e3e3;
}

.lang_switch_select .dropdown-item {
	padding: 0.25rem 20px;
	font-size: 14px;
}

.lang_switch_select .dropdown-menu.dropdown-menu-wide {
	min-width: 100%;
}

.lang_switch_select .dropdown-menu .dropdown-item:hover {
	background-color: #efb87c;
}