/*-----------css reset---------------------*/
@font-face {
  font-family: "fontA";
  src: url("../font/fontA.ttf");
}
* {
  margin: 0;
  padding: 0;
  word-break: break-word;
}
html,
body,
div,
span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Font Face */
/*----------basic----------------*/
html,
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-rendering: optimizeLegibility;
}
a {
  text-decoration: none;
  color: #38220c;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
a:hover {
  text-decoration: none;
  color: #ff5187;
}
html {
  overflow-y: scroll;
} /*Prevent Firefox Scrollbar Jump*/
img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
input,
textarea {
  padding: 0;
  margin: 0;
  resize: none;
  outline: none;
}
select,
.cp {
  cursor: pointer;
}
.clear {
  clear: both;
}
/*:focus{ outline:1px solid #d3d3d3;}*/
.del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  border: 0;
  cursor: pointer;
  font-weight: bolb;
  outline: none;
}
ul,
ol {
  /* margin-left:20px;*/
}

#back-top {
  position: fixed;
  bottom: 5px;
  right: 0px;
  text-align: center;
}
.smenu {
  display: none;
}
.smenu img {
  margin-left: 0px;
}
.imenu {
  cursor: pointer;
}

.a_ngonngu {
  display: inline-block !important;
  width: 40px;
  margin: auto !important;
}
/* --------------------- Phan trang ------------------*/
.phantrang {
  text-align: center;
  padding: 10px 0px;
}
.phantrang a {
  border: 1px solid #ccc;
  color: #636363;
  /*border-radius:50%;*/
  cursor: pointer;
  font-size: 11px;
  margin: 0 0 0 4px;
  padding: 6px 10px;
}
.phantrang span {
  border: 1px solid #2e3092;
  background: none repeat scroll 0 0 #2e3092;
  color: #fff;
  /*border-radius:50%;*/
  cursor: pointer;
  font-size: 11px;
  margin: 0 0 0 4px;
  padding: 6px 10px;
}
.phantrang a:hover {
  background: none repeat scroll 0 0 #2e3092;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}
.phantrang .paginate_button_disabled,
.phantrang .paginate_button_disabled:hover {
  background: linear-gradient(to bottom, #f8f8f8 0%, #eaeaea 100%) repeat scroll
    0 0 transparent;
  border: 1px solid #d2d2d2 !important;
  color: #adadad !important;
  cursor: default;
  opacity: 0.7;
}
.phantrang .paginate_active,
.phantrang .paginate_active:hover {
  background: none repeat scroll 0 0 #09669c;
  box-shadow: none;
  color: #ffffff;
}
/*-----------------intro----------------*/
.visible {
  display: none;
}
/*-----------------------Main--------------------*/
.main {
  margin-top: 50px;
  /*min-height:450px;*/
  /*margin-top:10px;*/
}
.wrapper-content {
  width: 1000px;
  margin: auto;
  margin-top: 50px;
  min-height: 500px;
}
.doitac-box {
  width: 31.3%;
  background: #fff;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
}
#w_menu {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  transition: 0.5s;
  z-index: 998;
}
.fix_head {
  top: 0;
}
.fix_head2 {
  top: -47px;
}
.navigation-top {
}
.navigation-top:hover {
  opacity: 1 !important;
  transition: 0.5s;
}
.left-navigation {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.right-navigation {
  width: auto;
  float: right;
  height: 35px;
}
.social {
  height: 35px;
  padding-top: 10px;
  box-sizing: border-box;
  width: auto;
  float: left;
}
.social-2 {
  width: 180px;
  margin: auto;
  padding-top: 5px;
}
.social .index-home {
  color: #333;
  background: url(../images/home-active.png) no-repeat 5px 0px;
  width: 25px;
  padding: 0px 5px;
  height: 25px;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.social .index-home span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  background: #262626;
  padding: 0px 10px;
  bottom: -30px;
  left: -10px;
  text-transform: none !important;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.social .index-home:hover > span {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}
.social .index-home:hover {
  opacity: 1;
  background: url(../images/home.png) no-repeat 5px 0px;
}
.social .comment {
  height: 32px;
  width: 45px;
  border-radius: 50%;
  position: relative;
  background: url(../images/comments-icon-active.png) no-repeat 5px -1px;
  transition: 0.3s;
  float: left;
}
.social .comment:hover {
  height: 32px;
  width: 45px;
  border-radius: 50%;
  position: relative;
  background: url(../images/comments-icon-hover.png) no-repeat 5px 0px;
  transition: 0.3s;
  float: left;
}

.social .comment span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  background: #262626;
  padding: 0px 10px;
  bottom: -23px;
  left: -15px;
  text-transform: none !important;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.social .comment:hover > span {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

/*-- cua hang --*/
.social .cuahang {
  margin-top: 2px;
  height: 25px;
  width: 25px;
  margin-left: 10px;
  margin-right: 0px;
  background: url(../images/cuahang.png) no-repeat;
  float: left;
  position: relative;
}

.social .cuahang span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  background: #262626;
  padding: 0px 10px;
  bottom: -28px;
  left: -15px;
  text-transform: none !important;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.social .cuahang:hover > span {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}
.social .cuahang:hover {
  background: url(../images/cuahanghover.png) no-repeat;
}
/*-- end cua hang --*/

.thongbao .close {
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(../images/icon_close.png) no-repeat;
  top: 0px;
  right: 0px;
}
.thongbao {
  position: absolute;
  width: 350px;
  height: 200px;
  top: 36px;
  z-index: 99999999;
  padding: 30px 10px 20px 20px;
  color: #fff;
  text-align: justify;
  right: 0;
  background: url(../images/bg_nav_top.png);
}
#thongbao {
  padding-bottom: 10px;
  height: 200px;
  width: 335px;
  padding-right: 15px;
}
.social .facebook {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  background: url(../images/social.png) no-repeat -2px -33px;
  opacity: 0.5;
  float: left;
}

.social .facebook span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  background: #262626;
  padding: 0px 10px;
  bottom: -30px;
  left: -15px;
  text-transform: none !important;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.social .facebook:hover > span {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

.social .project {
  margin-top: 2px;
  height: 25px;
  width: 25px;
  margin-left: 10px;
  margin-right: 0px;
  background: url(../images/project-active.png) no-repeat;
  float: left;
  position: relative;
}

.social .project span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  background: #262626;
  padding: 0px 10px;
  bottom: -28px;
  left: -15px;
  text-transform: none !important;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.social .project:hover > span {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}
.social .project:hover {
  background: url(../images/project.png) no-repeat;
}

.social .facebook:hover {
  background: url(../images/social.png) no-repeat -2px -6px;
  opacity: 1;
}
.social .printest {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  background: url(../images/social.png) no-repeat -30px -33px;
  opacity: 0.5;
  float: left;
}
.social .printest:hover {
  background: url(../images/social.png) no-repeat -30px -6px;
  opacity: 1;
}

.social .printest span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  background: #262626;
  padding: 0px 10px;
  bottom: -30px;
  left: -15px;
  text-transform: none !important;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.social .printest:hover > span {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

.social .twitter {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  background: url(../images/social.png) no-repeat -58px -33px;
  opacity: 0.5;
  float: left;
}
.social .twitter:hover {
  background: url(../images/social.png) no-repeat -58px -6px;
  opacity: 1;
}

.social .twitter span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  background: #262626;
  padding: 0px 10px;
  bottom: -30px;
  left: -15px;
  text-transform: none !important;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.social .twitter:hover > span {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

.social .email {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  background: url(../images/social.png) no-repeat -87px -33px;
  opacity: 0.5;
  float: left;
}
.social .email:hover {
  background: url(../images/social.png) no-repeat -87px -6px;
  opacity: 1;
}
.social .email span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  background: #262626;
  padding: 0px 10px;
  bottom: -30px;
  left: -15px;
  text-transform: none !important;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.social .email:hover > span {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

.social .google {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  background: url(../images/social.png) no-repeat -115px -33px;
  opacity: 0.5;
  float: left;
}
.social .google:hover {
  background: url(../images/social.png) no-repeat -115px -6px;
  opacity: 1;
}
.social .google span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  background: #262626;
  padding: 0px 10px;
  bottom: -30px;
  left: -25px;
  text-transform: none !important;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.social .google:hover > span {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}
.social .youtube {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  position: relative;
  margin-right: 5px;
  background: url(../images/youtube-active.png) no-repeat 0px 0px;
  opacity: 0.5;
  float: left;
}
.social .youtube:hover {
  background: url(../images/youtube.png) no-repeat 0px 0px;
  opacity: 1;
}
.social .youtube span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  background: #262626;
  padding: 0px 10px;
  bottom: -30px;
  left: -15px;
  text-transform: none !important;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.social .youtube:hover > span {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

.social .instagam {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  position: relative;
  margin-right: 5px;
  background: url(../images/instagram.png) no-repeat 0px 0px;
  opacity: 0.5;
  float: left;
}
.social .instagam:hover {
  background: url(../images/instagramhover.png) no-repeat 0px 0px;
  opacity: 1;
}
.social .instagam span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  background: #262626;
  padding: 0px 10px;
  bottom: -30px;
  left: -15px;
  text-transform: none !important;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.social .instagam:hover > span {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

.social-2 .facebook {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
  background: url(../images/social.png) no-repeat -2px -33px;
  opacity: 0.5;
  float: left;
}
.social-2 .facebook:hover {
  background: url(../images/social.png) no-repeat -2px -6px;
  opacity: 1;
}
.social-2 .printest {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
  background: url(../images/social.png) no-repeat -30px -33px;
  opacity: 0.5;
  float: left;
}
.social-2 .printest:hover {
  background: url(../images/social.png) no-repeat -30px -6px;
  opacity: 1;
}
.social-2 .twitter {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
  background: url(../images/social.png) no-repeat -58px -33px;
  opacity: 0.5;
  float: left;
}
.social-2 .twitter:hover {
  background: url(../images/social.png) no-repeat -58px -6px;
  opacity: 1;
}
.social-2 .email {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
  background: url(../images/social.png) no-repeat -87px -33px;
  opacity: 0.5;
  float: left;
}
.social-2 .email:hover {
  background: url(../images/social.png) no-repeat -87px -6px;
  opacity: 1;
}
.social-2 .google {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
  background: url(../images/social.png) no-repeat -115px -33px;
  opacity: 0.5;
  float: left;
}
.social-2 .google:hover {
  background: url(../images/social.png) no-repeat -115px -6px;
  opacity: 1;
}
.social-2 .youtube {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
  background: url(../images/social.png) no-repeat -143px -33px;
  opacity: 0.5;
  float: left;
}
.social-2 .youtube:hover {
  background: url(../images/social.png) no-repeat -143px -6px;
  opacity: 1;
}
.search input {
  width: 0;
  border: 0;
  transition: all 0.5s;
}
.search {
  width: auto;
  float: left;
  margin-right: 5px;
  padding-top: 5px;
}
.display-img {
  display: none;
  position: absolute;
  top: 7px;
  z-index: 99999;
  width: 30px;
  height: 30px;
  background: url(../images/search-icon.png) no-repeat;
}
.search img {
  opacity: 0.5;
}
.search-img:hover {
  -webkit-filter: grayscale(100%);
  opacity: 1;
}
.control-s {
  width: auto;
  float: left;
  height: 35px;
  padding-top: 5px;
}
.control-s img {
  opacity: 0.5;
}
.control-s img:hover {
  opacity: 1;
}
.control-s .display {
  padding-top: 4px;
  width: 25px;
  height: 35px;
  float: left;
  margin-right: 5px;
}
.navigation-left {
  display: block;
  padding: 10px 20px;
  box-sizing: border-box;
  /*box-shadow:0 0 6px #CCC;*/
  width: 280px;
  left: -280px;
  top: 0;
  height: 100%;
  position: fixed;
  z-index: 999999999;
  vertical-align: top;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-transform 0.4s
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.navigation-top {
  cursor: pointer;
}
.logo-left {
  cursor: pointer;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 5px;
}
.overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
}
.display span {
  display: none;
}
.section {
  background-color: gray;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
}
.name-project {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 5;
}
.title-project {
  width: 1000px;
  margin: auto;
  box-sizing: border-box;
  padding-top: 20%;
  text-align: center;
}
.title-project h2 {
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.title-project h2 a {
  text-align: center;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  font-weight: bold !important;
  letter-spacing: 5px;
  font-family: "Roboto Condensed", sans-serif !important;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-style: normal !important;
}

.title-project h3 {
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.title-project h3 a {
  text-align: center;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
   font-weight: bold !important;
  letter-spacing: 5px;
  font-family: "Roboto Condensed", sans-serif !important;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-style: normal !important;
}

.section img {
  width: 100%;
}
.section:hover #img-project {
  opacity: 1;
  transition: 0.4s;
}
/*.title-project a{
	background-color: #4285f4;
	border:solid 1px #4285f4;
	padding:8px 20px;
	color:#fff;
	font-family:'Roboto Condensed', sans-serif !important;
	font-size:18px;
	border-radius:3px;
}
.title-project a:hover{background-color:#fff;border:solid 1px #4285f4;color:#4285f4;border-radius:3px;overflow:hidden;}*/
.language-selector {
  margin: 4px 0;
}
.lang-left {
  padding: 15px 34px;
  position: absolute;
  bottom: 0;
  background: #fff;
}
select {
  -webkit-appearance: menulist;
  box-sizing: border-box;
  align-items: center;
  border: 1px solid;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  color: black;
  background-color: white;
  cursor: default;
}
keygen,
select,
select[size="0"],
select[size="1"] {
  border-radius: 0px;
  border-color: #ccc;
  padding: 3px 10px 3px 2px;
}
.language-selector option {
  font-weight: normal;
  display: block;
  padding: 5px 10px;
  white-space: pre;
  min-height: 1.2em;
}
.navigation ul li {
  display: block;
  list-style: none;
  padding-left: 10px;
}
.navigation ul li a {
  font-family: "Roboto Condensed", sans-serif !important;
  color: #000;
  font-size: 16px;
  display: block;
  padding: 5px;
  transition: 0.2s;
  text-transform: uppercase;
}
.navigation ul li a.a_cuahang {
  color: #fff;
  background: #66cc66;
}
.navigation ul ul li a {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 200;
  font-size: 15px;
  padding-left: 15px;
}
#accordion ul {
  max-height: 350px;
}
.header-name {
  height: 45px;
  float: right;
  line-height: 45px;
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 15px;
  color: #fff;
  padding-left: 25px;
  text-transform: uppercase;
  white-space: nowrap;
}
.left-navigation img {
  transition: 0.5s;
  opacity: 0.5;
  /*min-height:32px;*/
}
.left-navigation img:hover {
  opacity: 1;
  transition: 0.5s;
}
.img-top {
  width: 165px;
  float: left;
  display: flex;
  align-items: center;
}
.smenu {
  display: none;
  background-image: url(../images/bg_nav_top.png);
}
#menu {
  display: none;
  background-color: #fff;
}
.menu-r {
  width: 100%;
  float: right;
  position: relative;
  padding: 0px 5px;
  box-sizing: border-box;
}
.menu-r input {
  width: 95% !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 6px;
  margin-top: 5px; /*box-shadow:inset 0px 0px 5px lightgray;*/
  border: solid 1px #c7c7c7;
}
.menu-r img {
  position: absolute;
  top: 8px;
  right: 13px;
}
.social-bt {
  display: none;
  background-image: url(../images/bg_nav_top.png);
  height: 35px;
  width: 100%;
}
.footer {
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  background-color: #000;
  padding: 5px 10px 50px 10px;
  opacity: 0.5;
}
.footer p {
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  line-height: 11px;
}
.lang {
  float: right;
  box-sizing: border-box;
}
.lang img {
  height: 20px;
  margin-bottom: 2px;
}
.ft-ft {
  width: 80%;
  /* float: left; */
  margin:0 auto;
  font-size: 8px !important;
}
.noidung-footer {
  width: 100%;
  float: left;
  margin-right: 5px;
  /*border:solid 1px #aaa9a9;*/
  padding-left: 10px;
  box-sizing: border-box;
}
.left-contact {
  width: 35%;
  float: left;
}
.right-contact {
  width: 63.5%;
  float: right;
  margin-top: 5px;
}
.contact-detail {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-bottom: solid 1px #dfe1e3;
  font-size: 12px;
}
.container-content {
  /*padding:10px;*/
  box-sizing: border-box;
  margin-top: 35px;
}
.title-news h2 {
  background: url(../images/icon_title.png) no-repeat 8px 4px,
    url(../images/bg_ft.png) repeat;
  padding-left: 15px;
  padding-left: 35px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.shareSocial {
  border: 1px solid #d7d7d7;
  clear: both;
  display: none;
  width: 100%;
  margin-bottom: 10px;
}
.shareSocial a.fb {
  background-image: url(../images/icon_share_fb.png);
}
.shareSocial a.gp {
  background-image: url(../images/icon_share_gp.png);
}
.shareSocial a {
  display: inline-block;
  float: left;
  line-height: 53px;
  width: 42.15%;
  background-color: #fff;
  padding-left: 45px;
  font-size: 12px;
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 18px;
  color: #012169;
  background-position: 10px center;
  background-repeat: no-repeat;
}
.shareSocial a:hover {
  text-decoration: none;
  background-color: #efefef;
}
.date-creat {
  height: 30px;
  float: left;
  width: 70%;
  font-size: 12px;
  color: #575a5d;
  line-height: 30px;
  font-style: italic;
  box-sizing: border-box;
}
.social-news {
  width: 30%;
  float: right;
  height: 30px;
  padding-top: 5px;
  box-sizing: border-box;
}
.othernews h1 {
  display: inline-block;
  /*background: #fff;*/
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  padding: 3px 10px;
  font-weight: 200;
  margin-bottom: 10px;
}
.othernews ul li {
  list-style: none;
  /*padding-left: 20px;*/
  /*background: url(../images/list_2.png) no-repeat 1px 5px;*/
}
.othernews ul li a {
  color: #fff;
}
.othernews {
  width: 100%;
  max-width: 1366px;
  text-align: center;
  margin: auto;
  padding: 0px 15px;
  box-sizing: border-box;
}
.title h2 {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
  color: #ff0000;
}
.othernews {
  margin-top: 5px;
}

.box_logo {
  width: 100%;
  float: left;
  display: none;
}

.logo-top1 {
  /* position: fixed;
	top: 0px;
	left: 0px; */
  z-index: 111;
  background: #1b232a;
  transition: all 0.5s;
  text-align: center;
}

.logo-top1 .logo-top img {
  /*width: 350px;
	height: 120px;*/
  transition: all 0.5s;
}

.menu1 {
  position: fixed;
  top: 150px;
  left: 0px;
  z-index: 999999999;
}

.wrapper-project {
  width: 865px;
  margin: auto;
  color: #fff;
}
.item-project {
  width: 31%;
  margin-right: 1%;
  margin-left: 1%;
  float: left;
  margin-bottom: 15px;
  overflow: hidden;
}
.info-project {
  font-family: "Roboto Condensed", sans-serif !important;
  color: #fff;
}
.info-project h3 {
  background: url(../images/plus.png) no-repeat 1px 7px;
  font-weight: bold;
  font-size: 15px;
  max-height: 50px;
  overflow: hidden;
  color: #666;
  padding-left: 15px;
  height: 25px;
}
.info-project h3:hover {
  color: #fff;
}
.info-project p:hover {
  color: #fff;
}
.info-project a:hover {
  color: #fff;
}
.info-project p {
  background: url(../images/plus.png) no-repeat 1px 8px;
  padding-left: 15px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  height: 25px;
}
.info-project a {
  color: #666;
}
.item-project img {
  width: 100%;
  padding-bottom: 12px;
}
.item-project img:hover {
  opacity: 0.5;
}
.social-bottom {
  height: 35px;
  margin: 10px;
  margin-right: 150px;
  text-align: left;
}
#bttop {
  background-image: url(../images/top.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 0px;
  position: fixed;
  bottom: 20px;
  right: 18px;
  cursor: pointer;
  display: none;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  height: 40px;
  width: 40px;
  z-index: 999;
}
.lang #home {
  color: #fff;
  text-transform: uppercase;
  padding-left: 10px;
  font-weight: normal;
  padding-right: 10px;
}
.left-hover {
  position: fixed;
  height: 100%;
  z-index: 99999999;
  width: 20px;
}

.tintuc_item {
  width: 25%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.box_tintuc {
  width: 100%;
  float: left;
  padding-top: 40px;
}

.tintuc_item h2 {
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Roboto Condensed", sans-serif !important;
}

.tintuc_item p {
  color: #797171;
}

.tintuc_item span {
  color: #797171;
}

.tintuc_item h2 a {
  color: white;
}
.tintuc_item:hover h2 a {
  color: red;
}

.box_video {
  padding-top: 40px;
}

.w-clear:after {
  display: block;
  content: "";
  clear: both;
}
.share:after {
  display: block;
  content: "";
  clear: both;
}
.share {
  margin-top: 15px;
}
.addthis_native_toolbox {
  float: right;
  max-width: 100%;
}
.dktv {
  float: right;
  margin-right: 10px;
  background: #fff;
  line-height: 20px;
  padding: 0px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "Tahoma";
  font-weight: bold;
  font-size: 12px;
  color: #740217;
}
.dktv i {
  font-size: 14px;
  margin-right: 3px;
}
.fancybox-skin {
  border-radius: 0px !important;
  background: #ddd !important;
}
#dktv {
  text-align: center;
}
#dktv h3 {
  margin-top: 10px;
  margin-bottom: -5px;
  color: #4c4e58;
  font-size: 25px;
  font-family: "Arial";
  font-weight: normal;
  line-height: 30px;
}
#dktv p {
  color: #6f6f6f;
  font-size: 15px;
  font-family: "Arial";
  font-weight: normal;
  font-style: italic;
}
.frmdktv {
  margin-top: 30px;
}
.input {
  font-family: "Arial";
  font-size: 15px;
  color: #6f6f6f;
  padding: 6px 5px 8px;
  border: 1px solid #b1b1b1;
  outline: none;
  background: #dddddd;
  margin-bottom: 13px;
  box-sizing: border-box;
}
.tact {
  font-family: "Arial";
  font-size: 15px;
  color: #6f6f6f;
  padding: 6px 5px 8px;
  border: 1px solid #b1b1b1;
  outline: none;
  background: #dddddd;
  box-sizing: border-box;
  max-width: 100%;
}
.btn {
  font-family: "Arial";
  font-size: 18px;
  color: #dddddd;
  padding: 5px 5px;
  outline: none;
  border: none;
  background: #6f6f6f;
  cursor: pointer;
}
.dktv-l {
  float: left;
  width: 230px;
  margin-right: 10px;
}
.dktv-l input {
  width: 100%;
}
.dktv-r {
  float: left;
  width: calc(100% - 240px);
  text-align: center;
  padding-top: 40px;
}
.file_dk {
  margin-bottom: 9px;
}

div.header {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  .clear1 {
    clear: both;
  }
}
@media screen and (max-width: 1199px) {
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
}

@media screen and (max-width: 1023px) {
  .social-bt {
    display: block !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
  .menu-l {
    width: 80%;
  }
  .menu-r {
    width: 20%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .sm-blue a {
    padding: 15px 12px !important;
  }
}

@media screen and (max-width: 991px) {
  .menu-r {
    padding-bottom: 5px;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .menu-l {
    width: 100%;
    margin: 0;
  }
  #menu {
    display: none;
    width: 100%;
  }
  .smenu {
    display: none;
  }
  .left-contact {
    width: 100%;
    float: none !important;
    border-right: none;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .right-contact {
    width: 100%;
    float: none !important;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .tablelienhe .input,
  .tablelienhe textarea {
    /*width:100% !important;*/
  }
  .left-news {
    width: 100% !important;
  }
  .wrapper-content {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
  }
  .doitac-box {
    width: 30.6%;
  }
  .wrapper-project {
    width: 100% !important;
  }

  .container-content {
    padding: 10px;
  }
  .social-bt {
    display: block !important;
  }

  .tintuc_item {
    width: 50%;
    float: left;
  }

  .clear2 {
    clear: both;
  }
}
@media screen and (max-width: 667px) {
  div.header {
    display: block !important;
  }
  .left-hover {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .header-name,
  .left-hover {
    display: none !important;
  }
  .title-project {
    width: 100% !important;
    padding-top: 20% !important;
  }
  .title-project h2 {
    font-size: 35px !important;
    padding: 0px 5px;
  }
  .socia-bt {
    display: block !important;
  }
  .social {
    display: none !important;
  }
  .date-creat {
    width: 60% !important;
  }
  .social-news {
    width: 40% !important;
  }
}

@media screen and (max-width: 767px) {
  .right-navigation {
    display: none !important;
  }
  .header-name {
    display: none !important;
  }
  .title-project {
    width: 100% !important;
    padding-top: 18% !important;
  }
  .navigation-top {
    display: none;
  }
  .navigation-left {
    display: none;
  }
  .smenu {
    display: none;
    text-align: left;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .social {
    float: none !important;
    margin: auto;
    width: 210px;
  }
  .logo-top {
    display: block;
    text-align: right;
  }
  .logo-top img {
    max-height: 90px;
    width: 40%;
  }
  .container-content {
    margin-top: 0 !important;
  }
  .tablelienhe .input,
  .tablelienhe textarea {
    width: 100% !important;
  }
  .date-creat {
    width: 100% !important;
    float: none !important;
  }
  .social-news {
    display: none !important;
    float: none !important;
  }
  .shareSocial {
    display: block !important;
    margin-top: 5px;
  }
  .doitac-box {
    width: 46.6%;
  }
  .wrapper-content {
    margin-top: 0;
  }
  .wrapper-project {
    width: 100% !important;
  }

  .box_logo {
    display: block;
  }

  .box_video iframe {
    height: 400px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .right-navigation {
    display: none !important;
  }
  .header-name {
    display: none !important;
  }
  .title-project h2 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
}
@media screen and (max-width: 675px) {
  .smenu img {
    margin-left: 10px;
  }
  .dktv-l {
    width: 90%;
    float: none;
    margin: 0px auto;
  }
  .dktv-r {
    width: 90%;
    float: none;
    margin: 0px auto;
  }
}

@media screen and (max-width: 479px) {
  .right-navigation {
    display: none !important;
  }
  .header-name {
    display: none !important;
  }
  .item-project {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .title-project h2 {
    font-size: 20px !important;
    line-height: 20px !important;
    margin-bottom: 10px !important;
  }
  .title-project {
    padding-top: 15% !important;
  }
  .title-project a {
    font-size: 12px !important;
  }
  .tablelienhe td {
    float: left !important;
    height: auto !important;
  }
  .contact-detail {
    text-align: center;
  }
  .shareSocial a {
    width: 34.8% !important;
    color: rgb(28, 86, 52);
  }
  .othernews h1 {
    display: block !important;
    text-align: center;
  }
  .doitac-box {
    width: 100% !important;
    margin: 0px 0px 10px 0px;
  }
  /*.item-project {
	width:100%;
  	margin-right: 0;
  	margin-left: 0;
}*/
  .lang {
    float: none;
    width: 100%;
  }
  .noidung-footer {
    width: 100%;
    float: none;
  }
  .social-bottom {
    margin-right: 0;
    text-align: center;
  }
  .ft-ft {
    width: 100%;
    margin-bottom: 10px;
  }
  .lang {
    width: 100%;
  }
  .lang #home {
    display: none;
  }

  .tintuc_item {
    width: 100%;
  }

  .clear3 {
    clear: both;
  }

  .box_video iframe {
    height: 200px;
  }
}
@media screen and (max-width: 240px) {
  .right-navigation {
    display: none !important;
  }
  .title-project {
    padding-top: 5% !important;
  }
  .title-project a {
    font-size: 10px !important;
    padding: 5px 10px;
  }
  .title-project h2 {
    font-size: 15px !important;
    letter-spacing: 2px;
    padding: 0px 5px;
  }
  .tablelienhe .input,
  .tablelienhe textarea {
    width: 100% !important;
  }
  .shareSocial a {
    width: 29.3% !important;
    font-size: 12px;
  }
  .doitac-box {
    width: 100% !important;
    margin: 0px 0px 10px 0px;
  }
  .item-project {
  }
}

.wrapper {
  width: 100%;
  float: left;
}

.note_cuahang {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  left: -75px;
  top: 39px;
  width: 369px;
  padding: 10px;
  font-size: 13px;
  text-align: justify;
  box-sizing: border-box;
  line-height: 1.5;
  transition: 0.2s;
  transform: scaleY(0);
  opacity: 0;
}
.cuahang_note:hover .note_cuahang {
  transform: scaleY(1);
  opacity: 1;
}
.note_cuahang .ten {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.khampha_cuahang {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: 0 0 3px #fff;
  padding: 5px 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
}
.menu_cuahang {
  background: #66cc66 !important;
}
#map_canvas iframe {
  width: 100%;
}

.left-news {
  padding-left: 30px;
  padding-right: 30px;
}
.left-news .wrap-img {
  margin-left: -30px;
  margin-right: -30px;
  display: inline-block;
}
a.goidien {
  bottom: 185px;
}
a.goidien img {
  width: 21px !important;
  display: inline-block;
  margin: auto;
}
a.goidien i {
  background: #aa2525 !important;
  text-align: center;
}
a.zalo {
  bottom: 130px;
}
a.icon-chatzalo:hover {
  opacity: 1;
}
a.icon-chatzalo {
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 18px;
  z-index: 999;
  text-decoration: none;
  opacity: 0.8;
}
a.icon-chatzalo i {
  top: 0px;
  right: -1px;
  display: flex;
  display: -ms-flex;
  align-items: center;
  -ms-flex-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1182fc;
  position: relative;
  z-index: 9999;
}
a.icon-chatzalo img {
  vertical-align: middle;
  width: 35px;
  margin: auto;
}
.kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(17, 130, 252, 0.8);
  opacity: 0.1;
  border-color: #1182fc;
  opacity: 0.5;
}
.kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(17, 130, 252, 0.45);
  opacity: 0.75;
  right: -10px;
}
.js-facebook-messenger-box:hover {
  opacity: 1;
}
.js-facebook-messenger-box {
  opacity: 0.7;
  transition: 0.4s ease;
}
.left-news .wrap-img {
  margin-left: 0px !important;
  margin-right:0px !important;
  display: inline-block;
  width: 100%;
}
/* .left-news .wrap-img img{
  width: 100% !important;
} */
.left-news {
  padding-left: 0px !important;
  padding-right: 0px !important;
}