ul {
  margin-bottom:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0;
  margin-bottom:8px;
  line-height:1.3;
}

a {
  color:#555;
}

a:hover,
a:focus,
a:active {
  text-decoration:none;
  color:#3a449d;
}



.color-featured {
  text-decoration:none;
  color:#3a449d;
}

.mg-bt-20 {
  margin-bottom:20px !important;
}

.mg-bt-30 {
  margin-bottom:30px !important;
}

.mg-bt-40 {
  margin-bottom:40px !important;
}

.text-gray {
  color:#707070;
}

img {
  max-width:100%;
}

.pad0 {
  padding-left:0 !important;
  padding-right:0 !important;
}
body{
	overflow-x: hidden !important;
}
textarea,
input[type="text"],
input[type="button"],
input[type="email"],
input[type="password"],
input[type="submit"] {
    /* -webkit-appearance: none; */
    /* border-radius: 0; */
}

.breadcrumb>li {
  display:inline;
}

.details-content img {
  height:initial !important;
}

.article-content h2 {
  font-size:17px;
}

.article-content h3 {
  font-size:16px;
}

.article-content h4 {
  font-size:15px;
}

.article-content h5 {
  font-size:14px;
}

.article-content h6 {
  font-size:13px;
}

.rte img {
  max-width:100% !important;
  margin:15px 0;
  height:initial !important;
}

.img-fix {
  width:100%;
  height:180px;
}

.button {
  display:inline-block;
  color:#636363;
  border:0;
  outline:none;
  background-color:#ededed;
  width:125px;
  height:40px;
  line-height:40px;
  vertical-align:top;
  text-align:center;
}

.button.square {
  width:40px;
  height:40px;
}

.button:hover,
.button.red {
  color:#fff;
  background-color:#3a449d;
}

.input-control {
  background-color:#f4f4f4;
  padding:5px;
  outline:none;
  border:0;
}

.fa {
  line-height:inherit;
}

.text1line {
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
}

.no-padding {
  padding:0;
}

.left {
  float:left;
}

.right {
  float:right;
}

.errors ul {
  padding:0 0 0 15px;
  color:red;
}

body {
  font-size:16px;
  font-family:'MyriadProRegular',Arial,sans-serif;
  color:#707070;
}

* {
  box-sizing:border-box;
}

.pad50 {
  padding:50px 0;
}

.pad60 {
  padding:60px 0;
}

.pad80 {
  padding:80px 0;
}

.title-module-small {
  font-weight:700;
  font-size:18px;
  position:relative;
  padding-bottom:15px;
  margin-bottom:20px;
}

.title-module-small:after {
  position:absolute;
  bottom:0;
  left:0;
  content:'';
  height:3px;
  width:25px;
  background:linear-gradient(to left,#ff7e00,#ffeb3b);
}

.title-page {
  text-align:center;
}

.title-page h1 {
  font-size:32px;
  font-weight:700;
  position:relative;
  padding-bottom:15px;
  margin-bottom:25px;
  color:#3a449d;
  color:#4b4b4b;
}

.title-page h1:after {
  position:absolute;
  bottom:0;
  left:50%;
  margin:0;
  margin-left:-15px;
  content:'';
  height:3px;
  width:25px;
  background:linear-gradient(to left,#ff7e00,#ffeb3b);
}

.title-page .page-description {
  color:#888;
  width:66%;
  margin:0 auto;
  margin-bottom:40px;
}

.title-module {
  text-align:center;
  margin-bottom:50px;
}

.title-module p {
  padding:0 15px;
}

.title-module h2 {
  margin:0 0 15px;
  color:#e01f6c;
  font-weight:700;
  font-size:24px;
  text-transform:uppercase;
}

.title-module p {
  color:#acacac;
}

.title-module h3 {
  margin:0 0 15px;
  color:#3a449d;
  font-weight:700;
  font-size:24px;
}

.viewmore {
  text-align:center;
  clear:both;
}

.viewmore a {
  width:100px;
  height:20px;
  line-height:20px;
  text-align:center;
  border:1px #ebebeb solid;
  border-radius:20px;
  display:inline-block;
  font-weight:700;
  font-size:10px;
}

.viewmore:hover a {
  background:#3a449d !important;
  color:#fff !important;
  transition:all .5s;
  font-size: 11px;
}

.owl-controls .owl-page span {
  width:10px;
  height:10px;
  background:none !important;
  border:2px #d9d9d9 solid;
  border-radius:50%;
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
  background:#3a449d !important;
  border:2px #3a449d solid !important;
}

.breadcrumb {
  background:transparent;
  padding:0;
  margin-bottom:30px;
  border-bottom:solid 1px #ebebeb;
}

.breadcrumb .breadcrumb-title {
  position:relative;
  background:#6d729f;
  min-height:150px;
}

.breadcrumb .breadcrumb-title h2 {
  text-align:center;
  position:absolute;
  width:100%;
  font-size:24px;
  text-transform:uppercase;
  font-weight:700;
  color:#ffffff;
  top:50%;
  margin-top:-16px;
}

.breadcrumb li {
  display:inline-block;
  padding:10px 0;
  font-size:12px;
  text-transform:uppercase;
  font-weight:700;
}

.breadcrumb li img {
  position:relative;
  bottom:2px;
  margin:0 10px;
}

.breadcrumb li a {
  color:#a5a5a5;
}

.breadcrumb a:focus,
a:hover {
  color:#3a449d;
}

.breadcrumb li:last-child {
  color:#3a449d;
}

.paginate {
  text-align:center;
  margin-bottom:50px;
  clear:both;
}

.paginate li {
  display:inline-block;
}

.paginate li a,
.paginate li span {
  display:table-cell;
  width:35px;
  height:35px;
  text-align:center;
  vertical-align:middle;
  border-radius:50%;
  background:#f7f8f9;
  transition:al .5s;
}

.paginate li span.active,
.paginate li a:hover {
  background:#3a449d;
  color:#fff !important;
}

.paginate li.next-button a,
.paginate li.next-button span,
.paginate li.prev-button a,
.paginate li.prev-button span {
  width:42px;
  height:42px;
  position:relative;
  top:3px;
  border:1px #676767 solid;
  background:none;
}

.paginate li.next-button a:hover,
.paginate li.prev-button a:hover {
  background:#3a449d;
  color:#fff !important;
  border-color:#3a449d;
}

.form-search {
  width:450px;
  max-width:100%;
  margin:0 auto;
  position:relative;
}

.form-search select {
  width:90px;
  height:40px;
  position:absolute;
  background:#f4f4f4;
  border:none;
  border-right:1px #dcdcdc dashed;
  padding:0 5px;
  outline:none;
}

.form-search select option {
  padding:5px;
}

.form-search input {
  height:40px;
  width:100%;
  padding-left:105px;
}

.form-search button {
  position:absolute;
  top:0;
  right:0;
  width:40px;
}

.template-search {
  margin-bottom:40px;
}

#mp_header {
  background-size:100% 100%;
  box-shadow:0 2px 7px #e6e6e6;
}

#mp_header .topbar {
  background:#f5f5f5;
  padding:10px 0;
}

#mp_header .topbar .right {
  text-align:right;
}

#mp_header .topbar .right a {
  padding-left:10px;
}

#mp_header .top-header {
  position:relative;
  background:#3a449d;
  border-bottom:solid 1px #ebebeb;
}

#mp_header .top-header a {
  color:#fff;
  display:inline-block;
}

#mp_header .top-header a:hover {
  color:#3a449d;
}

#mp_header .top-header .service {
  display:inline-block;
  zoom:1;
  padding:14px 0;
  float:right;
  margin-left:20px;
}

#mp_header .top-header .service .content {
  vertical-align:middle;
  display:inline-block;
  zoom:1;
  margin-left:10px;
}

#mp_header .top-header .service .content p {
  margin:0;
  color:#b6b6b6;
}

#mp_header .top-header .service .content p:first-child {
  text-transform:uppercase;
  color:#ff9800;
  font-weight:550;
}

#mp_header .top-header .service .content p a {
  color:#b6b6b6;
}

#mp_header .top-header .mpq_fix_top {
  height:41px;
  width:100%;
  position:absolute;
  z-index:-1;
  overflow:hidden;
}

#mp_header .top-header .mpq_fix_top .right {
  overflow:hidden;
}

#mp_header .top-header .mpq_fix_top .right .mp_top_angle {
  height:41px;
  width:100%;
  display:block;
  background:#3a449d;
  position:absolute;
  left:39.5%;
  z-index:-1;
  transform:skewX(-25deg);
}

#mp_header .top-header .container .right {
  text-align:right;
}

#mp_header .bottom-header {
  position:relative;
}

#mp_header .bottom-header .mpq_fix_bottom {
  height:121px;
  width:100%;
  position:absolute;
  z-index:-1;
  overflow:hidden;
}

#mp_header .bottom-header .mpq_fix_bottom .right {
  overflow:hidden;
}

#mp_header .bottom-header .mpq_fix_bottom .right .mp_bottom_angle {
  height:121px;
  width:100%;
  display:block;
  background:#2a2a2a;
  position:absolute;
  left:36.75%;
  z-index:-1;
  transform:skewX(-25deg);
}

#mp_header .bottom-header .container .right {
  background:#2a2a2a;
}

#mp_header .bottom-header .container .main-nav>li {
  display:inline-block;
  line-height:30px;
  padding:13px 32px 13px 0;
  font-weight:600;
}

#mp_header .bottom-header .container .main-nav>li>a {
  text-transform:uppercase;
  color:#3a449d;
  font-size:15px;
  position:relative;
  padding:22px 0;
}

#mp_header .bottom-header .container .main-nav>li:last-child:after {
  display:none;
}

#mp_header .bottom-header .container .main-nav>li.active>a:after,
#mp_header .bottom-header .container .main-nav>li:hover>a:after {
  content:'';
  position:absolute;
  top:-2px;
  height:3px;
  left:0;
  width:100%;
}

#mp_header .bottom-header .container li:hover>a,
#mp_header .bottom-header .container li.active>a {
  color:#3a449d !important;
}

#mp_header .bottom-header .container li.has-submenu {
  position:relative;
}

#mp_header .bottom-header .container li.has-submenu .level1,
#mp_header .bottom-header .container li.has-submenu .level2 {
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
}

#mp_header .bottom-header .container li.has-submenu .level1 {
  margin-top:100px;
  top:100%;
  text-align:left;
}

#mp_header .bottom-header .container li.has-submenu .level1 .level2 {
  left:120%;
  top:0;
  width:100%;
  position:absolute;
  z-index:11;
  background-color:rgba(0,0,0,0.9);
}

#mp_header .bottom-header .container li.has-submenu .level1 li:hover .level2 {
  left:100%;
  opacity:1;
  visibility:visible;
}

#mp_header .bottom-header .container li.has-submenu>ul {
  position:absolute;
  z-index:999;
  width:260px;
background-color: #fbfffd;
}

#mp_header .bottom-header .container li.has-submenu:hover>.level1 {
  margin-top:0;
  opacity:1;
  visibility:visible;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
}

#mp_header .bottom-header .container .mini-search {
  text-align:center;
  position:relative;
  color:#fff;
  padding:11px 0;
  font-size:24px;
}

#mp_header .bottom-header .container .mini-search a {
  color:#000;
}

#mp_header .bottom-header .container .mini-search .cartCount {
  position:absolute;
  top:50%;
  right:0;
  display:block;
  font-size:14px;
  width:25px;
  height:25px;
  line-height:25px;
  text-align:center;
  background-color:#3a449d;
  border-radius:50%;
  margin-top:-30px;
}

#mp_header .bottom-header li.has-submenu li {
  padding:0 20px;
  position:relative;
}

#mp_header .bottom-header li.has-submenu li a {
  display:block;
  padding:8px 0;
    border-bottom: solid 1px #6d729f;
    color: #3a449d;
  font-weight:400;
  font-family:Arial;
}

#mp_header .container .left {
  float:left;
}

#mp_header .container .left .logo {
  height:121px;
  display:table-cell;
  vertical-align:middle;
}

#mp_header .container .right {
  float:left;
}

#mp_header .left {
  width:38.4615%;
}

#mp_header .right {
  width:61.5385%;
}

#mp_header.left .logo {
  height:121px;
  display:table-cell;
  vertical-align:middle;
}

.header-mobile {
  box-shadow:0 2px 7px #E6E6E6;
}

.header-mobile .top-header {
  background-color:#3a449d;
  border-bottom:solid 1px rgba(255,255,255,0.4);
  color:#fff;
  line-height:40px;
}

.header-mobile .top-header a {
  color:#FFF;
  margin-right:6px;
}

.header-mobile .middle-header {
  background-color:#3a449d;
  border-bottom:solid 1px rgba(255,255,255,0.4);
  color:#fff;
  line-height:40px;
}

.header-mobile .middle-header a {
  color:#fff;
}

.header-mobile .bottom-header {
  position:relative;
  padding:7px 0;
}

.header-mobile .bottom-header .logo a {
  height:45px;
  vertical-align:middle;
}

.header-mobile .bottom-header .mini-cart {
  position:absolute;
  right:0;
  top:0;
  height:100%;
  width:80px;
  background-image:url(//bizweb.dktcdn.net/100/226/207/themes/552753/assets/bg-m-cart-min.png?1512012557676);
  background-size:100% 100%;
  line-height:59px;
  text-align:center;
}

.header-mobile .bottom-header .mini-cart a {
  color:#fff;
  font-size:22px;
  display:inline;
}

.header-mobile .bottom-header .mini-cart .cartCount {
  position:absolute;
  display:block;
  height:25px;
  width:25px;
  background-color:#3a449d;
  color:#fff;
  top:50%;
  right:10px;
  line-height:25px;
  border-radius:50%;
  margin-top:-25px;
}

.header-mobile .bottom-header a.toggle-main-nav {
  font-size:30px;
  position:fixed;
  z-index:99999999999999;
}

.mobile-main-nav .search-form form {
  position:relative;
}

.mobile-main-nav .search-form .input-control {
  width:100%;
  height:40px;
  padding:10px 20px 10px 40px;
  background-color:#363636;
}

.mobile-main-nav .search-form button {
  position:absolute;
  top:0;
  left:0;
  background-color:transparent;
  border:0;
  outline:none;
  width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
}

.slideshow {
  overflow:hidden;
}

.slideshow .content-slider {
  position:absolute;
  width:100%;
  top:50%;
  margin-top:-100px;
}

.slideshow .content-slider p {
  font-size:18px;
  color:#FFF;
  margin:0;
}

.slideshow .content-slider p.first-line {
  text-transform:uppercase;
  font-size:35px;
  color:#fff;
  font-weight:300;
  position:relative;
  padding-bottom:10px;
  margin-bottom:25px;
}

.slideshow .content-slider p.first-line:after {
  position:absolute;
  left:50%;
  bottom:0;
  content:'';
  height:3px;
  width:50px;
  background:#FFF;
}

.slideshow .content-slider p.second-line {
  font-size:40px;
}

.slideshow .content-slider p.third-line {
  font-size:50px;
}

.slideshow .owl-theme .owl-controls .owl-buttons>div {
  background:#fff;
  border-radius:0;
  position:absolute;
  top:50%;
  margin-top:-30px;
  height:60px;
  width:40px;
  text-align:center;
  line-height:60px;
  transition:all .3s;
}

.slideshow .owl-theme .owl-controls .owl-buttons>div.owl-prev {
  left:-40px;
}

.slideshow .owl-theme .owl-controls .owl-buttons>div.owl-next {
  right:-40px;
}

.slideshow:hover .owl-prev {
  left:0 !important;
}

.slideshow:hover .owl-next {
  right:0 !important;
}

.about-us h2 {
  margin:20px 0 15px;
  color:#e01f6c;
  font-weight:700;
  font-size:24px;
}



.about-us .video-container {
  position:relative;
  padding-bottom:50%;
  padding-top:50px;
  height:0;
  overflow:hidden;
}

.about-us .video-container iframe,
.about-us .video-container object,
.about-us .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

@keyframes collection2 {
  to {
    transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
  }
  from {
    transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0deg);
    -o-transform:rotate(0deg);
  }
}

.doitac {
  position:relative;
  margin-bottom:20px;
}

.main-service {
  background:#f7f8f9;
}

.main-service .item {
  position:relative;
  padding-left:82px;
  margin-bottom:50px;
}

.main-service .item h3 {
  font-size:18px;
  font-weight:700;
  margin-bottom:15px;
  color:#3a449d;
}

.main-service .item p {
  color:#707070;
}

.main-service .item img {
  position:absolute;
  left:0;
  top:0;
  perspective:1000px;
  -moz-perspective:1000px;
  -webkit-perspective:1000px;
  -ms-perspective:1000px;
  -o-perspective:1000px;
}

.main-service .item:hover img {
  animation:collection2 2s linear 0 infinite;
  -webkit-animation:collection2 2s linear 0 infinite;
}

.main-project .title-module {
  margin-bottom:25px;
}

.main-project .nav-tabs {
  border:none;
  text-align:center;
  margin-bottom:20px;
}

.main-project .nav-tabs>li {
  display:inline-block;
  float:none;
  padding:0 6px;
  margin-bottom:15px;
}

.main-project .nav-tabs>li a {
  font-size:10px;
  margin:0;
  border-radius:3px;
  border:1px #d7d7d7 solid;
  transition:all .3s;
}

.main-project .nav-tabs>li.active a,
.main-project .nav-tabs>li:hover a {
  font-size:12px;
  border:1px solid #3a449d;
  background:#3a449d;
  color:#fff !important;
}

.main-project .item {
  margin:0 0 15px;
  position:relative;
  text-align:center;
}

.main-project .item a:after {
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  background:url(view.png) rgba(0,0,0,0.5) center center no-repeat;
  z-index:99;
  top:0;
  left:0;
  opacity:0;
  transition:all .5s;
}

.main-project .item h3 {
  position:absolute;
  padding:15px;
  width:100%;
  bottom:0;
  left:0;
  font-size:14px;
    background: linear-gradient(to right,rgb(14, 172, 137,0.80),rgb(0, 140, 68,0.80));
  text-align:center;
  line-height:1.5;
  z-index:999;
  opacity:0;
  transition:all .5s;
  color:#fff !important;
  margin:0;
}

.main-project .item:hover h3,
.main-project .item:hover a:after {
  opacity:1;
}

.main-project .viewmore {
  margin-top:30px;
  display:inline-block;
  width:100%;
}

.main-reason {
  color:#FFF;
  text-align:center;
  background:#3a449d;
  background:linear-gradient(to right,rgba(3,188,202,0.8),rgba(0,103,185));
}

.main-reason .title-module>* {
  color:#FFF;
}

.main-reason h4 {
  font-size:50px;
  font-weight:700;
}

.main-blog {
  padding-bottom:30px;
}

.main-blog .owl-controls {
  margin-top:20px;
}

.main-blog .owl-item {
  padding:2px 15px;
}

.main-blog a {
  font-weight:600;
  font-size: 16px;
}

.main-blog a.viewmore-blog {
  color:#888;
}

.main-blog .article {
  border:#e0e0e0 1px solid;
}

.main-blog .article:hover .viewmore-blog {
  color:#3a449d;
}

.main-blog .article .image {
  position:relative;
}

.main-blog .article .image .date {
  height:80px;
  width:70px;
  position:absolute;
  top:0;
  left:0;
  background:rgba(42,133,225,0.7);
  color:#FFF;
  padding:13px 10px;
}

.main-blog .article .image .date span {
  text-align:center;
  display:block;
}

.main-blog .article .image .date span.day {
  font-weight:700;
  font-size:20px;
  border-bottom:1px #FFF solid;
  margin-bottom:3px;
  padding-bottom:3px;
}

.main-blog .article .image .date span.month {
  font-size:13px;
}

.main-blog .article .content {
  padding:30px 15px 25px;
  border-top:#e0e0e0 1px solid;
}

.main-blog .article .content .desc {
  min-height:80px;
}

.main-blog .article .content h3 {
  font-size:14px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.comments {
  margin-top:25px;
}

.comments ul li {
  margin-bottom:0;
}

.comments .avatar {
  width:11%;
  float:left;
}

.comments .avatar img {
  border-radius:50%;
}

.comments .info-comment {
  width:89%;
  float:left;
  padding-left:15px;
}

.comments .info-comment .comment-content {
  padding-bottom:20px;
  border-bottom:solid 1px #ebebeb;
}

.comments .info-comment .date {
  color:#b0b0b0;
  margin-bottom:18px;
}

.page-title {
  font-size:16px;
  font-weight:700;
  text-transform:uppercase;
  font-family:Arial;
}

.page-title:after {
  content:"";
  display:block;
  background:#3a449d left center no-repeat;
  width:100px;
  height:4px;
  margin:20px 0 30px;
}

.write-comment {
  margin-top:30px;
  margin-bottom:40px;
}

.write-comment label {
  display:block;
  margin-bottom:7px;
  font-weight:400;
}

.write-comment .input-control {
  width:100%;
  padding:10px 15px;
}

.write-comment textarea {
  height:185px;
}

.write-comment button {
  height:44px;
  line-height:44px;
  padding:0 25px;
  width:auto;
}

.customer .title-module {
  text-align:center;
  margin-bottom:25px;
}

.customer .title-module h2 {
  position:relative;
  padding-bottom:15px;
}

.customer .value .content h5 {
  padding:15px;
  position:relative;
  border-top:1px #ddd solid;
  transition:all .5s;
  margin:0;
}

.customer .value .content h5 i {
  position:absolute;
  right:15px;
  top:17px;
}

.customer .value .content h5 i:before {
  content:"\f067";
}

.customer .value .content h5.more i:before {
  content:"\f068";
}

.customer .value .content.active h5 {
  background:#f6f6f6;
  border-top:1px #f6f6f6 solid;
}

.customer .value .content .details {
  padding:25px 0;
  display:inline-block;
  width:100%;
}

.customer .value .content .details img {
  float:left;
  max-width:160px;
  margin-right:30px;
}

.customer .value .content .details p b {
  display:block;
  margin-bottom:10px;
}

.customer .people-say img {
  width:100px;
  border-radius:50%;
}

.customer .people-say .slide-people .details {
  display:inline-block;
  width:100%;
  margin-bottom:50px;
  color:#959595;
}

.customer .people-say .slide-people .details b {
  color:#3a449d;
  display:block;
  text-transform:uppercase;
  padding:15px 0 5px;
}

.customer .people-say .owl-controls {
  margin-top:50px;
}

.main-contact {
  width:100%;
  position:relative;
  display:block;
  overflow:hidden;
}

.main-contact .google-map {
  width:100%;
}

.main-contact .google-map .map {
  width:100%;
  height:530px;
  background:#dedede;
}

.main-contact .map-footer {
  width:50% !important;
  float:right;
  position:absolute;
  right:0;
  top:0;
}

.main-contact .map-footer iframe {
  width:100%;
}

.main-contact .contact-form {
  padding:15px 15px;
  border:1px solid #e3e3e3;
  margin-bottom:20px;
  background:#fbfbfb;
}

.main-contact .contact-form h2 {
  font-size:24px;
  margin-bottom:35px;
  font-weight:700;
}

.main-contact .contact-form input {
  width:100%;
  max-width:100%;
  background:none;
  border:none;
  border-bottom:1px #d7d7d7 solid;
  padding:10px 0;
  outline:none;
}

.main-contact .contact-form button {
  display:block;
  width:180px;
  background:none;
  border:1px #d7d7d7 solid;
  border-radius:20px;
  padding:11px 0;
  font-weight:700;
}

.main-contact .contact-form button:hover {
  background:#3a449d;
  color:#FFF;
  transition:all .5s;
}

.main-contact .contact-form .alert {
  background:none;
  padding:0;
  border:none;
}

.wrapper-blog h3 {
  margin:20px 0 15px;
  font-size:18px;
  transition:all .5s;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.wrapper-blog h3 a {
  color:#3a449d;
  font-size:15px;
  font-weight:600;
}

.wrapper-blog .article-item {
  margin-bottom:50px;
}

.wrapper-blog .article-item .desc {
  color:#707070;
}

.wrapper-blog .article-item:hover a {
  color:#3a449d;
}

.wrapper-blog .article-item:hover h3 {
  padding-left:10px;
}

#footer {
  color:#ffffff;
}

#footer img {
  margin-bottom:30px;
}

#footer h4 {
  color:#ffffff;
  font-weight:700;
  padding-bottom:15px;
  margin-bottom:10px;
  position:relative;
  text-transform:uppercase;
  font-size:16px;
}

#footer h4:after {
  position:absolute;
  bottom:0;
  left:0;
  content:'';
  height:1px;
  width:50px;
  background:linear-gradient(to left,#ffffff,#ffffff);
}

#footer .mid-footer {
  clear:both;
  background-color:#555b91;
  padding:60px 0;
}

#footer .mid-footer i {
  color:#04baca;
}

#footer .mid-footer a {
  color:#ffffff;
  position:relative;
  width:100%;
      font-size: 15px;
}

#footer .mid-footer a i {
  color:#04baca;
  position:absolute;
  left:-10px;
  top:1px;
  line-height:15px;
}

#footer .mid-footer ul li {
  padding:5px 0;
  transition:all .5s;
}

#footer .mid-footer ul li:hover {
  padding-left:10px;
}

#footer .mid-footer ul.contact-footer li {
  padding-left:33px;
  position:relative;
}

#footer .mid-footer ul.contact-footer li a {
  padding-left:0;
}

#footer .mid-footer ul.contact-footer li i {
  width:18px;
  margin-right:15px;
  text-align:center;
  position:absolute;
  left:0;
  top:6px;
}

#footer .bottom-footer {
  background:#3a449d;
  text-align:center;
  padding:12px 0;
}

#footer .bottom-footer a {
  color:#ffffff;
}

.sidebar .block {
  margin-bottom:40px;
}

.sidebar .block.list-articles ul {
  position:relative;
  padding-top:3px;
  border:1px #ebebeb solid;
  border-bottom:none;
}

.sidebar .block.list-articles ul:before {
  position:absolute;
  top:0;
  left:0;
  content:'';
  height:3px;
  width:100%;
  background:linear-gradient(to left,#ff7e00,#ffeb3b);
}

.sidebar .block.list-articles ul li {
  border-bottom:1px #ebebeb solid;
  padding:20px;
  font-weight:700;
  transition:all .5s;
}

.sidebar .block.list-articles ul li i {
  margin-right:5px;
}

.sidebar .block.list-articles ul li:hover {
  padding-left:25px;
}

.sidebar .block.contact-sidebar h4 {
  font-weight:700;
  font-size:18px;
  position:relative;
  padding-bottom:15px;
  margin-bottom:20px;
}

.sidebar .block.contact-sidebar h4:after {
  position:absolute;
  bottom:0;
  left:0;
  content:'';
  height:3px;
  width:25px;
  background:linear-gradient(to left,#ff7e00,#ffeb3b);
  margin:0;
}

.sidebar .block.contact-sidebar ul li {
  position:relative;
  padding:10px 30px;
  color:#9b9b9b;
}

.sidebar .block.contact-sidebar ul li a {
  color:#9b9b9b;
}

.sidebar .block.contact-sidebar ul li i {
  position:absolute;
  color:#3a449d;
  left:0;
  width:15px;
  height:15px;
  text-align:center;
  top:13px;
  line-height:15px;
}

.sidebar .block.file-sidebar {
  padding:20px;
  border-radius:3px;
  background:#3a449d;
  text-align:center;
  transition:all .5s;
}

.sidebar .block.file-sidebar:hover {
  padding:23px 20px;
}

.sidebar .block.file-sidebar a {
  color:#fff !important;
}

.article-details .share-link {
  margin:25px 0 15px;
}

.article-details .write-comment {
  margin:30px 0 40px;
}

.article-details .write-comment label {
  display:block;
  margin-bottom:7px;
  font-weight:400;
}

.article-details .write-comment .input-control {
  width:100%;
  padding:10px 15px;
}

.article-details .write-comment button {
  height:44px;
  line-height:44px;
  padding:0 25px;
  width:auto;
  transition:all .5s;
}

.article-details .write-comment button:hover {
  padding:0 30px;
}

.article-details .write-comment textarea {
  height:185px;
}

.article-details .write-comment .comments {
  margin-bottom:25px;
}

.article-details .write-comment .comments .avatar {
  width:11%;
  float:left;
}

.article-details .write-comment .comments .avatar img {
  border-radius:50%;
}

.article-details .write-comment .comments .info-comment {
  width:89%;
  float:left;
  padding-left:15px;
}

.article-details .write-comment .comments .info-comment .date {
  color:#b0b0b0;
  margin-bottom:18px;
}

.article-details .write-comment .comments .info-comment .comment-content {
  padding-bottom:20px;
  border-bottom:solid 1px #ebebeb;
}

.template-customer label {
  display:block;
  margin-bottom:7px;
}

.template-customer .input-control {
  width:100%;
  height:44px;
}

.content-expand-2 {
  display:inline-block;
  margin:20px 0;
}

.content-expand-2 b {
  margin-bottom:5px;
  display:inline-block;
}

.content-expand-2 .image {
  text-align:center;
  padding-top:5px;
  margin-bottom:15px;
}

.content-expand-2 .image-big {
  text-align:center;
}

.content-expand-2 .module {
  margin:0 0 20px;
}

.content-expand-2 .module:last-child {
  margin:0;
}

.collection-grid .col-sm-4:nth-child(3n+1) {
  clear:left;
}

.list-image .owl-item {
  text-align:center;
}

@media screen and (min-width:992px) {
  .article-item:nth-child(3n+1) {
    clear:left;
  }
}

@media screen and (min-width:768px) {
  .main-project .col-sm-4:nth-child(3n+1) {
    clear:left;
  }
}

@media screen and (max-width:479px) {
  .header-mobile .bottom-header .logo img {
    max-width:170px;
  }
  .about-us .video-container {
    padding-bottom:45%;
  }
  .product-detail .quantity,
  .product-detail .action-btn {
    float:none;
  }
  .product-detail .action-btn {
    margin-top:17px;
  }
  .product-list .button {
    width:115px;
    margin-right:2px;
  }
  .main-contact .map-footer {
    position:initial;
    width:100% !important;
    left:0;
  }
  .viewmore-text {
    text-align:center;
  }
  .main-project .nav-tabs>li {
    min-width:49%;
  }
  .main-contact .contact-form button {
    margin:0 auto;
  }
  .provided {
    display:block;
  }
  .title-page .page-description {
    width:100%;
  }
  .customer .value .content .details img {
    max-width:initial;
    margin-bottom:10px;
  }
  .title-page h1 {
    font-size:25px;
  }
  .main-service .item {
    padding:0;
    text-align:center;
  }
  .main-service .item img {
    position:relative;
    margin-bottom:15px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .header-mobile .top-header span {
    display:inline-block;
    margin-right:10px;
  }
}

@media screen and (max-width:767px) {
  .home-banner {
    margin-top:0;
    text-align:center;
  }
  .home-banner .img-fix {
    margin-top:30px;
  }
  .service .col-xs-12 {
    margin-bottom:15px;
  }
  .top-footer .col-xs-12 {
    margin-bottom:30px;
  }
  .mid-footer .col-xs-12 {
    margin-bottom:30px;
  }
  .bottom-footer,
  .bottom-footer .social {
    text-align:center;
  }
  .service .col-xs-12:last-child,
  .top-footer .col-xs-12:last-child,
  .mid-footer .col-xs-12:last-child {
    margin-bottom:0;
  }
  .toolbar-collection select {
    width:150px;
  }
  .img-fix,
  .img-responsive {
    width:100%;
    height:100%;
  }
  .aside-collection {
    margin-top:30px;
  }
  .comments .avatar {
    width:20%;
  }
  .comments .info-comment {
    width:80%;
  }
  .calculation {
    margin-top:15px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .service .col-sm-6:nth-of-type(3),
  .service .col-sm-6:nth-of-type(4) {
    margin-top:35px;
  }
  .top-footer .col-sm-6:nth-of-type(3),
  .top-footer .col-sm-6:nth-of-type(4) {
    margin-top:25px;
  }
  .mid-footer .col-sm-6:nth-of-type(3),
  .mid-footer .col-sm-6:nth-of-type(4) {
    margin-top:30px;
  }
  .collection-grid .col-lg-4:nth-of-type(2n+3) {
    clear:both;
  }
  .aside-collection {
    margin-top:30px;
  }
  .template-search .col-sm-6:nth-of-type(2n+1) {
    clear:both;
  }
  .article-item:nth-child(2n+1) {
    clear:left;
  }
}

@media screen and (max-width:991px) {
  .slideshow .content-slider p.first-line {
    font-size:25px;
  }
  .slideshow .content-slider p.second-line {
    font-size:28px;
  }
  .slideshow .content-slider p.third-line {
    font-size:35px;
  }
  .slideshow .content-slider p.first-line:after {
    height:2px;
  }
  .slideshow .content-slider {
    margin-top:-80px;
  }
  .home-about .info:after {
    display:none;
  }
  .home-about .info {
    width:100%;
    float:none;
    height:auto;
    padding:30px 15px;
  }
  .home-about .image {
    width:100%;
    float:none;
    height:auto;
  }
  .top-collection,
  .mid-collection,
  .home-blogs,
  .home-brands,
  .home-about,
  .service,
  .testimonial {
    margin-top:35px;
  }
  .block-title {
    padding-bottom:0;
  }
  .bottom-collection {
    margin-top:40px;
    padding:35px 0 20px;
  }
  .testimonial .owl-item {
    padding:0 30px;
  }
  .testimonial .testimonial-box .image {
    left:-43px;
  }
  .home-blogs .col-xs-12 {
    margin-bottom:35px;
  }
  .home-blogs .col-xs-12:last-child {
    margin-bottom:0;
  }
  .featured-prod {
    height:auto;
  }
  .product-detail .variant-selector .selector-wrapper {
    float:none;
    width:100%;
    margin-bottom:15px;
  }
  .product-detail .variant-selector .selector-wrapper:last-child {
    margin-bottom:0;
  }
  .sidebar {
    margin-top:30px;
  }
  #map {
    margin-top:30px;
  }
  .template-cart .table-cart tbody td:first-child {
    padding:10px;
  }
  .template-customer .wrapper-form {
    margin-bottom:30px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .about-us h2 {
    margin-top:0;
  }
  .about-us p {
    margin-bottom:15px;
  }
}

.gioihanlogo {
  max-height:80px;
}



.panel {
  border:0;
  border:1px solid #e3e3e3;
  padding:15px 15px;
}

.company_info {
  padding-left:0;
  list-style:none;
}

.form-group {
  padding:20px 0;
}

.title {
  font-size:25px;
  color:#3a449d;
  text-align:center;
}

.customer {
  background:#f7f8f9;
}

.banner {
  text-align:center;
}

.z-item {
  margin-bottom:30px;
  border:1px solid #f3f3f3;
  padding:10px 10px;
}

/* -------- HEADER ---------- */

.criterion-info {
  color:#ffffff;
  font-weight:bold;
}

.header {
  display:flex;
  padding:10px;
  position:relative;
}

.contact-info {
  margin-left:55%;
  color:red;
  font-weight:bold;
}
.contact-info a {
  color:#ffffff !important;
}

.lang-logo {
  margin-left:10px;
  cursor:pointer;
}

.navbar {
  height:100px;
}

.navbar-brand img {
  width:55%;
}

.nav-link {
  color:green !important;
  text-transform:uppercase;
  font-weight:bold;
  font-size:80%;
  margin-right:30px;
}

.search {
  margin:12px 0 0 0;
  position:relative;
  float:right;
}

.form-btn {
  position:absolute;
  float:left;
  top:-1px;
  right:-15px;
  width:35px;
  height:36px;
  background:url('../images/magnify.png');
  overflow:hidden;
  transition:all 0.25s;
}

.form-btn:hover {
  background:url('../images/magnify.png') 0 bottom no-repeat;
}

.about-us {
  text-align:center;
  font-size:20px;
}

.company {
  margin-top:30px;
  position:relative;
}

.company-title:hover {
  text-decoration:none;
  color:#fff;
}

.thumbnail {
  position:relative;
  overflow:hidden;
  display:block;
  transition:all 0.2s ease-in-out;
  border: 1px solid #ffffff00;
  height: 300px;
}

.thumbnail figure {
  position:relative;
  text-align:center;
  margin:0;
}

.thumbnail figure > div {
  position:absolute;
  top:50%;
  left:50%;
  width:247px;
  margin:-27px 0 0 -123px;
}

.thumbnail figure > div a {
  color:#fff;
    /* white-space: nowrap; */
  text-transform:uppercase;
}

.thumbnail figure > div a:hover {
  text-decoration:none;
  color:#fff;
}

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

.l1 i {
  display:inline-block;
  height:2px;
  background:#fff;
  margin-bottom:15px;
  border-top:2px solid #fff;
}

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

.l2 i {
  display:inline-block;
  height:2px;
  background:#fff;
  margin-top:15px;
  border-top:2px solid #fff;
}

.main-nav {
  margin:0;
  text-align: center;
}

/*** ANIMATION  ***/

.flash_stage {
  position:absolute;
  display:block;
  overflow:hidden;
  width:50%;
  height:100%;
  left:5%;
  top:0;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
}

.flash_y {
  background:url("../images/flash_y.png") no-repeat 0 0;
  width:32px;
  height:31px;
  position:absolute;
  left:0;
  top:0;
  animation:animationFrames_y 10s;
  animation-iteration-count:infinite;
  transform-origin:50% 50%;
  animation-fill-mode:forwards;
  /*when the spec is finished*/

    -webkit-animation:animationFrames_y 10s;
  -webkit-animation-iteration-count:infinite;
  -webkit-transform-origin:50% 50%;
  -webkit-animation-fill-mode:forwards;
  /*Chrome 16+,Safari 4+*/

    -moz-animation:animationFrames_y 10s;
  -moz-animation-iteration-count:infinite;
  -moz-transform-origin:50% 50%;
  -moz-animation-fill-mode:forwards;
  /*FF 5+*/

    -o-animation:animationFrames_y 10s;
  -o-animation-iteration-count:infinite;
  -o-transform-origin:50% 50%;
  -o-animation-fill-mode:forwards;
  /*Not implemented yet*/

    -ms-animation:animationFrames_y 10s;
  -ms-animation-iteration-count:infinite;
  -ms-transform-origin:50% 50%;
  -ms-animation-fill-mode:forwards;
  /*IE 10+*/;
}

.flash_o {
  background:url("../images/flash_y.png") no-repeat 0 0;
  width:32px;
  height:31px;
  position:absolute;
  left:0;
  top:0;
  animation:animationFrames_o 10s;
  animation-iteration-count:infinite;
  transform-origin:50% 50%;
  animation-fill-mode:forwards;
  /*when the spec is finished*/

    -webkit-animation:animationFrames_o 10s;
  -webkit-animation-iteration-count:infinite;
  -webkit-transform-origin:50% 50%;
  -webkit-animation-fill-mode:forwards;
  /*Chrome 16+,Safari 4+*/

    -moz-animation:animationFrames_o 10s;
  -moz-animation-iteration-count:infinite;
  -moz-transform-origin:50% 50%;
  -moz-animation-fill-mode:forwards;
  /*FF 5+*/

    -o-animation:animationFrames_o 10s;
  -o-animation-iteration-count:infinite;
  -o-transform-origin:50% 50%;
  -o-animation-fill-mode:forwards;
  /*Not implemented yet*/

    -ms-animation:animationFrames_o 10s;
  -ms-animation-iteration-count:infinite;
  -ms-transform-origin:50% 50%;
  -ms-animation-fill-mode:forwards;
  /*IE 10+*/;
}

.flash_v {
  background:url("../images/flash_v.png") no-repeat 0 0;
  width:50px;
  height:80px;
  position:absolute;
  top:0;
  left:-50px;
  animation:animationFrames ease 5s;
  animation-iteration-count:infinite;
  transform-origin:50% 50%;
  animation-fill-mode:forwards;
  /*when the spec is finished*/

    -webkit-animation:animationFrames ease 5s;
  -webkit-animation-iteration-count:infinite;
  -webkit-transform-origin:50% 50%;
  -webkit-animation-fill-mode:forwards;
  /*Chrome 16+,Safari 4+*/

    -moz-animation:animationFrames ease 5s;
  -moz-animation-iteration-count:infinite;
  -moz-transform-origin:50% 50%;
  -moz-animation-fill-mode:forwards;
  /*FF 5+*/

    -o-animation:animationFrames ease 5s;
  -o-animation-iteration-count:infinite;
  -o-transform-origin:50% 50%;
  -o-animation-fill-mode:forwards;
  /*Not implemented yet*/

    -ms-animation:animationFrames ease 5s;
  -ms-animation-iteration-count:infinite;
  -ms-transform-origin:50% 50%;
  -ms-animation-fill-mode:forwards;
  /*IE 10+*/;
}

/* v */

@keyframes animationFrames {
  0% {
    left:-50px;
  }
  65% {
    left:-50px;
  }
  90% {
    left:200px;
  }
  100% {
    left:200px;
  }
}

@-moz-keyframes animationFrames {
  0% {
    left:-50px;
  }
  65% {
    left:-50px;
  }
  90% {
    left:200px;
  }
  100% {
    left:200px;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    left:-50px;
  }
  65% {
    left:-50px;
  }
  90% {
    left:200px;
  }
  100% {
    left:200px;
  }
}

@-o-keyframes animationFrames {
  0% {
    left:-50px;
  }
  65% {
    left:-50px;
  }
  90% {
    left:200px;
  }
  100% {
    left:200px;
  }
}

@-ms-keyframes animationFrames {
  0% {
    left:-50px;
  }
  65% {
    left:-50px;
  }
  90% {
    left:200px;
  }
  100% {
    left:200px;
  }
}

/* y */

@keyframes animationFrames_y {
  0% {
    left:0;
    top:60px;
  }
  20% {
    left:26px;
    top:60px;
  }
  30% {
    left:95px;
    top:60px;
  }
  40% {
    left:110px;
    top:16px;
  }
  60% {
    left:110px;
    top:16px;
  }
  100% {
    left:110px;
    top:0;
  }
}

@-moz-keyframes animationFrames_y {
  0% {
    left:0;
    top:78px;
  }
  20% {
    left:36px;
    top:78px;
  }
  30% {
    left:110px;
    top:78px;
  }
  40% {
    left:110px;
    top:26px;
  }
  50% {
    left:110px;
    top:26px;
  }
  100% {
    left:110px;
    top:0;
  }
}

@-webkit-keyframes animationFrames_y {
  0% {
    left:0;
    top:78px;
  }
  20% {
    left:36px;
    top:78px;
  }
  30% {
    left:110px;
    top:78px;
  }
  40% {
    left:110px;
    top:26px;
  }
  50% {
    left:110px;
    top:26px;
  }
  100% {
    left:110px;
    top:0;
  }
}

@-o-keyframes animationFrames_y {
  0% {
    left:0;
    top:78px;
  }
  20% {
    left:36px;
    top:78px;
  }
  30% {
    left:110px;
    top:78px;
  }
  40% {
    left:110px;
    top:26px;
  }
  50% {
    left:110px;
    top:26px;
  }
  100% {
    left:110px;
    top:0;
  }
}

@-ms-keyframes animationFrames_y {
  0% {
    left:0;
    top:78px;
  }
  20% {
    left:36px;
    top:78px;
  }
  30% {
    left:110px;
    top:78px;
  }
  40% {
    left:110px;
    top:26px;
  }
  50% {
    left:110px;
    top:26px;
  }
  100% {
    left:110px;
    top:0;
  }
}

/* o */

@keyframes animationFrames_o {
  0% {
    left:0;
    top:10px;
  }
  20% {
    left:30px;
    top:60px;
  }
  30% {
    left:36px;
    top:10px;
  }
  40% {
    left:110px;
    top:16px;
  }
  60% {
    left:110px;
    top:16px;
  }
  100% {
    left:110px;
    top:0;
  }
}

@-moz-keyframes animationFrames_o {
  0% {
    left:0;
    top:78px;
  }
  20% {
    left:36px;
    top:78px;
  }
  30% {
    left:36px;
    top:26px;
  }
  40% {
    left:110px;
    top:26px;
  }
  50% {
    left:110px;
    top:26px;
  }
  100% {
    left:110px;
    top:0;
  }
}

@-webkit-keyframes animationFrames_o {
  0% {
    left:0;
    top:78px;
  }
  20% {
    left:36px;
    top:78px;
  }
  30% {
    left:36px;
    top:26px;
  }
  40% {
    left:110px;
    top:26px;
  }
  50% {
    left:110px;
    top:26px;
  }
  100% {
    left:110px;
    top:0;
  }
}

@-o-keyframes animationFrames_o {
  0% {
    left:0;
    top:78px;
  }
  20% {
    left:36px;
    top:78px;
  }
  30% {
    left:36px;
    top:26px;
  }
  40% {
    left:110px;
    top:26px;
  }
  50% {
    left:110px;
    top:26px;
  }
  100% {
    left:110px;
    top:0;
  }
}

@-ms-keyframes animationFrames_o {
  0% {
    left:0;
    top:78px;
  }
  20% {
    left:36px;
    top:78px;
  }
  30% {
    left:36px;
    top:26px;
  }
  40% {
    left:110px;
    top:26px;
  }
  50% {
    left:110px;
    top:26px;
  }
  100% {
    left:110px;
    top:0;
  }
}

/* flash */

@keyframes animationFrames_flash {
  0%,
  50%,
  100% {
    opacity:1;
  }
  25%,
  75% {
    opacity:0.5;
  }
}

@-moz-keyframes animationFrames_flash {
  0%,
  50%,
  100% {
    opacity:1;
  }
  25%,
  75% {
    opacity:0.5;
  }
}

@-webkit-keyframes animationFrames_flash {
  0%,
  50%,
  100% {
    opacity:1;
  }
  25%,
  75% {
    opacity:0.5;
  }
}

@-o-keyframes animationFrames_flash {
  0%,
  50%,
  100% {
    opacity:1;
  }
  25%,
  75% {
    opacity:0.5;
  }
}

@-ms-keyframes animationFrames_flash {
  0%,
  50%,
  100% {
    opacity:1;
  }
  25%,
  75% {
    opacity:0.5;
  }
}

.well {
  background-color:#fbfffd;
}

@font-face {
  font-family:'MyriadProRegular';
  src:url('../fonts/MyriadProRegular.eot');
  src:url('../fonts/MyriadProRegular.eot') format('embedded-opentype'),url('../fonts/MyriadProRegular.woff2') format('woff2'),url('../fonts/MyriadProRegular.woff') format('woff'),url('../fonts/MyriadProRegular.ttf') format('truetype'),url('../fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
}

.btn-primary {
    color: #fff;
    background-color: #3a449d;
    border-color: #00bfa3;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #00bfa3;
    border-color: #00bfa3;
}

.panel-default {
    border-color: #ddd;
   border: 1px solid #e3e3e3;
}
.panel-shop {
padding: 15px 0;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #3a449d;
    border-color: #038d46;
}

.pull-center {
 color: #fff;
 text-align: center;
}


.nd_chi_tiet {
    color: #3a449d !important;
}

.modal-content {
    position: relative;
    background-color: #fbfffd;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    padding: 15px;
}


.modal-title {
text-align: center;
 text-transform: uppercase;
     color: #f00;
}

.mota{
    margin-left: 50px;
    margin-top: 15px;
    border: 1px dashed #3a449d;
    padding: 20px;
}


.money{
color: #f00;
}


/**/
.the-article-tools {
    top: 300px;
    z-index: 1000;
    position: fixed;
    margin-left: 5px;
    width: 43px;
    left: 0;
    padding: 0;
}



.the-article-tools li {
    width: 43px;
    height: 43px;
    display: block;
    cursor: pointer;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    border-radius: 50%;
}

.the-article-tools li a,
.the-article-tools li button {
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    box-shadow: none
}

.the-article-tools li span.label {
    display: none;
    height: 30px;
    line-height: 30px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
    left: 60px;
    top: 7px;
    white-space: nowrap;
    padding: 0 15px 0 6px;
    background: #555;
    color: #FFF
}

.the-article-tools li span.label:before {
    content: "";
    top: 0;
    left: -14px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #555;
    border-bottom: 15px solid transparent
}

.the-article-tools li:hover span.label {
    display: block
}

.the-article-tools li.btnZalo {
    background: #018fe5
}

.the-article-tools li.btnZalo .ti-zalo {
    background: url(../images/icon_zalomessage.png?1529826111637) no-repeat 50% 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    vertical-align: middle;
    margin-right: 2px;
    position: relative;
    top: -2px
}

.ti-viber {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    vertical-align: middle;
    margin-right: 2px;
    position: relative;
    top: -2px
}

.the-article-tools li.btnZalo span.label {
    background: #018fe5;
    color: #FFF
}

.the-article-tools li.btnZalo span.label:before {
    border-right-color: #018fe5
}

.the-article-tools li.btnFacebook {
    background: #3b5998;
}

.the-article-tools li.btnFacebook .ti-facebook {
    background: url(../images/messenger.svg?1529826111637) no-repeat 50% 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    vertical-align: middle;
    margin-right: 2px;
    position: relative;
    top: -2px
}



.the-article-tools li.btnFacebook span.label {
    background: #306199;
    color: #FFF
}

.the-article-tools li.btnFacebook span.label:before {
    border-right-color: #306199
}

.the-article-tools li.btnphone {
    background: #1eaf8b
}

.the-article-tools li.btnphone button {
    background: #ee3c00;
}

.the-article-tools li.btnphone span.label {
    background: #1eaf8b;
    color: #FFF
}

.the-article-tools li.btnphone span.label:before {
    border-right-color: #1eaf8b
}

.back-hotline {
    position: fixed;
    right: 10px;
    bottom: 55px;
    z-index: 999;
    cursor: pointer;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 3px;
    background-color: #1eaf8b;
    color: #fff;
    display: none
}

@media (max-width: 991px) {
    .back-hotline {
        display: block
    }
}

.back-hotline button {
    color: #fff !important;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #1eaf8b;
    border-radius: 3px;
    padding: 0;
    margin: 0
}

.back-zalo {
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 999;
    cursor: pointer;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 3px;
    background-color: #018fe5;
    color: #fff;
    display: none
}

@media (max-width: 991px) {
    .back-zalo {
        display: block
    }
}

.back-zalo a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px
}

.back-zalo a .ti-zalo {
    background: url(../images/icon_zalomessage.png?1529826111637) no-repeat 50% 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    vertical-align: middle;
    margin-right: 0px;
    position: relative;
    top: -2px
}

#hotlineModal .modal-content {
    border-radius: 0
}

#hotlineModal .modal-content .modal-header {
    background-color: #1ba0e2
}

#hotlineModal .modal-content .modal-header .modal-title {
    padding-left: 0;
    min-height: 1px;
    text-align: center;
    color: #fff
}

#hotlineModal .modal-content .modal-header button {
    position: absolute;
    right: 10px;
    z-index: 99
}

#hotlineModal .modal-content .on-content {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f7f7f7
}

#hotlineModal .modal-content .on-sup-info ul {
    margin-bottom: 10px
}

#hotlineModal .modal-content .on-sup-info ul li {
    display: table
}

#hotlineModal .modal-content .on-sup-info ul li i {
    display: table-cell;
    width: 20px
}

#hotlineModal .modal-content .on-sup-info ul:last-child {
    margin-bottom: 0
}

.the-article-tools li.btnViber {
    background: #db6f00;
}

.the-article-tools li.btnViber .ti-zalo {
    background: url(../images/icon_zalomessage.png?1529826111637) no-repeat 50% 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    vertical-align: middle;
    margin-right: 2px;
    position: relative;
    top: -2px
}

.the-article-tools li.btnViber span.label {
    background: #ec2472;
    color: #FFF
}

.the-article-tools li.btnViber span.label:before {
    border-right-color: #ec2472
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #3a449d;
    border-color: #3a449d;
}


.pagination>li>a, .pagination>li>span {
    color: #3a449d;
}