/*@font-face {
font-family: Arial;
src: url('../fonts/UTM AVO.TTF');
font-weight: normal;
font-style: normal;
}*/

@keyframes turn360 {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

html,
body {
  height: 100%;
  background: #fff;
}

a {
  text-decoration: none !important;
}

a:hover, a:focus {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

html, body > * {
  color: #444;
  font-family: Arial;
  font-size: 15px;
  word-spacing: normal;
}

#main {
  padding: 0;
}

#page {
  background: #ffffff none repeat scroll center top;
}

#page {
  overflow: hidden;
  position: relative;
}


#header {
  background: #ffffff none repeat scroll center top;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}

#header {
  position: relative;
  z-index: 101;
}

.white {
  background: #fff;
  display: inline-block;
}

.task-1 {
  background: #047519;
  width: 100%;
  display: inline-block;
}

.inner-task {
  margin: 0 auto;
  padding: 5px;
}

.inner-task span {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
  padding: 0;
}

.inner-task p {
  color: white;
  float: left;
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  margin: 0 15px 0 0;
  padding: 0 10px;
}

.inner-task i {
  color: #fff;
  float: left;
  font-size: 24px;
  line-height: 20px;
  margin: 0;
  padding: 0 5px;
}

.navigation-headers {
  background: #fff none repeat scroll 0 0;
  left: 0;
  position: relative;
  right: 0;
  width: 100%;
  z-index: 99;
}

.navigation-headers.visible {
  position: fixed;
  top: -30px;
  box-shadow: 0 0 6px rgba(0,0,0,0.25);
}

.navigation-brand::after {
  content: "";
  display: table;
}

.navigation-headers .navigation-brand {
  margin-top: 1px;
}

.navigation-brand {
  float: left;
}

.navigation-brand .brand-logo {
  width: 240px;
}

.navigation-brand .brand-logo .logo {
  display: inline-block;
  height: 50px;
  width: 215px;
}

.navigation-brand .brand-logo a {
  color: #fff;
}

.navigation-brand .brand-logo .logo ul {
  animation: 8s ease-in-out 0s normal none infinite running turn360;
  height: 100%;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
  transform-style: preserve-3d;
  width: 100%;
}

.navigation-brand .brand-logo .logo li {
  background: rgba(0, 0, 0, 0) url("http://liveweb.vn/images/logo.png") no-repeat scroll center center / 100% auto;
  height: 100%;
  position: absolute;
  width: 100%;
}

.navigation-brand .brand-logo .logo li:nth-child(1) {
  transform: translate3d(0px, 0px, 0px);
}

.navigation-brand .brand-logo .logo li:nth-child(2) {
  transform: translate3d(0px, 0px, 1px);
}

.navigation-brand .brand-logo .logo li:nth-child(3) {
  transform: translate3d(0px, 0px, 2px);
}

.navigation-brand .brand-logo .logo li:nth-child(4) {
  transform: translate3d(0px, 0px, 3px);
}

.navigation-brand .brand-logo .logo li:nth-child(5) {
  transform: translate3d(0px, 0px, 4px);
}

.dropdown-menu.columns-3 {
  min-width: 1170px;
}

.open > .dropdown-menu {
  display: block;
}

.dropdown-menu {
  min-width: 200px;
}

.dropdown-menu li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #d7d7d7;
  border-image: none;
  border-style: none none dotted;
  border-width: 0 medium 1px;
  list-style: outside none none;
}

.dropdown-menu li:hover {
  background: #0aa4ab none repeat scroll 0 0;
}

.dropdown-menu p {
  background: #4f4f4f none repeat scroll 0 0;
  clear: both;
  font-family: Arial;
  font-size: 15px;
  font-weight: 700;
  padding: 8px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
}

.dropdown-menu p:hover {
  background: #0AA4AB;
}

.nav > li > a:hover, .nav > li > a:focus {
  color: #047519 !important;
  text-decoration: none;
}

.multi-column-dropdown {
  list-style: outside none none;
  padding: 0;
}

.multi-column-dropdown li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #d7d7d7;
  border-image: none;
  border-style: none none dotted;
  border-width: 0 medium 1px;
  float: left;
  list-style: outside none none;
  width: 100%;
}

.multi-column-dropdown li:hover {
  background: #047519 none repeat scroll 0 0;
}

.multi-column-dropdown li a {
  border: medium none !important;
  color: #4f4f4f;
  display: block;
  font-size: 14px;
  line-height: 28px;
  list-style: outside none none;
  padding: 7px 0;
  transition: all 0.5s ease 0s;
}

.multi-column-dropdown li i {
  text-align: center;
  width: 25px;
  padding-right: 5px;
}

.multi-column-dropdown li a:hover {
  color: #fff;
  transform: translate(1em, 0px);
  transition: all 0.5s ease 0s;
}

.dropdown-menu li a {
  font-weight: 300;
  padding: 5px 0;
  line-height: 28px;
  padding-right: 40px;
}

.dropdown-menu li a:hover {
  color: #fff;
  transform: translate(1em, 0px);
  transition: all 0.5s ease 0s;
}

#benefits-grid {
  width: 100%;
  position: relative;
  padding-top: 20px;
  background-color: rgba(228, 228, 228, 0.38);
}

#thu-ngo {
  line-height: 83px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  padding-top: 40px;
}

#thu-ngo h1 {
  font-family: "Open sans";
  color: #047519;
  font-size: 28px;
  text-transform: uppercase;
	    margin-bottom: 25px;
}

#thu-ngo p {
  color: #555;
  font-size: 16px;
  line-height: 27px;
  //padding: 0 114px;
	text-align: justify;
}

#thu-ngo .btn-thu-ngo {
  background: #047519;
  border: 2px solid #047519;
  border-radius: 7px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 5px 30px;
}

#multi-media {
  width: 100%;
  padding: 20px 0;
}

#multi-media .multi-title {
  width: 50%;
  border-bottom: 1px solid #999;
  font-size: 16px;
  text-transform: uppercase;
  color: #777;
}

#multi-media .img-dash {
  padding: 15px 0;
  width: 100%;
}

#multi-media .img-dash img {
  width: 100%;
  vertical-align: middle;
}

#multi-media .video-dash {
  height: 327px;
  padding: 15px 0;
  width: 100%;
}

.video-dash iframe, .video-dash object, .video-dash embed {
  width: 100%;
  height: 100%;
}

.text-big {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.text-big a {
  background-color: rgba(102, 102, 102, 0.1);
  background-image: none;
  border-radius: 100%;
  color: #047519;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  width: 70px;
  transition: all 1s ease-in-out;
}

.text-big a:hover {
  background-color: #047519;
  color: #fff;
  transition: all 1s ease-in-out;
  border-radius: 100%;
  transform: rotateZ(360deg);
}



.text-big a .fa {
  font-size: 38px;
  line-height: 70px;
}

.text-big h6 {
  color: #333333;
  font: 14px/18px "Arial",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
}

.text-big h3 {
  color: #333333;
  font: 600 15px/10px "Arial",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
  margin: 0;
}

.list-service {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  font-size: 14px;
  list-style: outside none none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 70%;
  display: block;
  z-index: 9999;
  /*min-width: 1170px;*/
}

.list-service ul {
  list-style: none;
}

.list-service p {
  background: #4f4f4f none repeat scroll 0 0;
  clear: both;
  font-family: Arial;
  font-size: 15px;
  font-weight: 700;
  padding: 8px;
  text-transform: uppercase;
  color: #fff;
}

.list-service p:hover {
  background: #047519;
}

.list-service a {
  font-weight: 300;
  padding: 5px 15px;
  clear: both;
  color: #333;
  display: block;
  font: 14px/20px "Arial",Helvetica,Arial,Verdana,sans-serif;
  white-space: normal;
}

.list-service a:hover {
  background: rgba(54, 54, 54, 0.07) none repeat scroll 0 0;
  background: none;
  border-radius: 3px;
  color: #fff !important;
}

#e-about {
  width: 100%;
}

.bg {
  padding-bottom: 10px;
}

#maps-contact {
  width: 100%;
}

.map-canvas {
  color: #29383f;
  height: 500px;
  width: 100%;
}

.contact-form {
  border-top: 2px solid #CE2851;
  border-radius: 3px;
  box-shadow: 0 0 5px #cdcdcd;
  background: #fff;
  padding: 20px;
  position: absolute !important;
  right: 25px;
  top: 40px;
  z-index: 2;
}

.contact-form h3 {
  color: #838589;
  padding-bottom: 20px;
}

.centered {
  color: #181a1c;
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#custommers {
  width: 100%;
}

h2.title {
  color: #4c4743;
  font-size: 28px;
  margin: 0 0 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

h2.title span.short {
  background: #0aa4ab none repeat scroll 0 0;
  border-radius: 50px;
  display: inline-block;
  padding: 10px 24px;
  font: 24px/18px "Arial",Helvetica,Arial,Verdana,sans-serif;
  color: #fff;
}

.e-column {
  overflow: hidden;
  transition: width 0.5s ease 0s;
}

.col-sm-4 .placeholder {
  border-color: #dce1e4;
  cursor: default;
}

.placeholder {
  border: 1px solid #e6eaed;
  border-radius: 5px;
  cursor: pointer;
  height: 100%;
}

.col-sm-4 .header {
  background: #047519;
  height: auto;
}

.header {
  background: #f2f6f8 none repeat scroll 0 0;
  border-radius: 5px 5px 0 0;
  height: 100%;
  padding: 12px;
}

#e-about h4 {
  margin-top: 20px;
  min-height: 0;
}

.col-sm-4 .h4-color {
  color: #fff;
}

.header h4 {
  font-size: 1em;
  font-weight: 700;
  margin: 30% 0 20px;
  min-height: 30px;
  text-align: center;
}

.header img {
  display: block;
}

.header img {
  border: 4px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: auto;
  margin-bottom: -70px;
  position: relative;
  width: 130px;
  z-index: 1;
}



#e-about .col-sm-4 .content {
  display: block;
}

#e-about .content {
  color: #666;
  display: none;
  font-weight: 300;
  padding: 70px 20px 10px;
  text-align: justify;
}

#menu-service {
  background-color: #333333;
  width: 100%;
}

.home-header-top {
  display: inline-block;
  padding-top: 42px;
  width: 100%;
}

.slogan .slogan-small {
  font-size: 15px;
}


.slogan .slogan-small {
  color: #fff;
  font-size: 1em;
  margin-bottom: 3px;
  margin-top: 0;
}

.slogan .slogan-large {
  font-size: 28px;
}

.slogan .slogan-large {
  color: #72bf44;
  font-size: 1.5em;
  margin-bottom: 0;
  margin-top: 0;
}

.banner-home-header-top img {
  float: right;
}

.menu-header {
  padding-top: 20px;
  margin-bottom: -15px;
}

.menu-header ul.menu-header-content {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
}

.menu-header ul.menu-header-content > li {
  padding: 20px 20px 8px 20px;
}

.menu-header ul.menu-header-content > li:nth-child(1) {
  background-color: #00968b;
  /*width: 21%;*/
}

.menu-header ul.menu-header-content > li:nth-child(2) {
  background-color: #0071bc;
  /*width: 22%;*/
}

.menu-header ul.menu-header-content > li:nth-child(3) {
  background-color: #80114d;
  /*width: 25%;*/
}

.menu-header ul.menu-header-content > li:nth-child(4) {
  background-color: #f15a24;
  /*width: 32%;*/
}

.menu-header ul.menu-header-content > li > a {
  color: #fff !important;
  display: block;
  font-size: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.50);
  padding-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
}

.menu-header ul li {
  position: relative;
}

.menu-header ul.sub-menu > li > a {
  color: #fff;
  display: block;
  font-size: 1em;
  font-weight: normal;
  margin-top: 2px;
  text-transform: none;
  Background: rgba(0, 0, 0, 0) url("../images/check-icon.png") no-repeat scroll 0 center;
  padding-left: 25px;
  transition: all 0.5s ease 0s;
}

.menu-header ul.sub-menu > li > a:hover {
  Background: rgba(0, 0, 0, 0.1) url("../images/check-icon-02.png") no-repeat scroll 0 center;
  padding-left: 30px;
  font-weight: bold;
  transition: all 0.5s ease 0s;
}

;.brand-photo {
  margin-top: 20px;
  position: relative;
}

.list-product .item-product {
  text-align: center;
}

.g-image {
  border: 1px solid #cdcdcd;
  padding: 3px;
  width: 100%;
  transition: all 0.4s ease 0s;
  border-radius: 3px;
  height: 180px;
}

.g-image img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  transition: all 0.5s ease 0s;
}

.g-image img:hover {
  transform: scale(1.1);
  transition: all 0.5s ease 0s;
}


.g-title {
  width: 100%;
  transition: all 0.4s ease 0s;
  text-align: center;
}

.g-title a.title-pro {
  display: inline-block;
  font-size: 15px;
  padding: 10px 0;
  text-transform: uppercase;
  color: #222;
  text-align: center;
  min-height: 62px;
}




.module-news-event-home a:hover img {
  border: medium none;
  transition: all 0.4s ease 0s;
  opacity: 0.3;
}

#footer.solid-bg {
  background: #146B4C  no-repeat scroll center top;
  background-size: cover;
  border-top: 3px solid #ce2951;
}

.footer {
  margin: 0 auto;
  padding: 0;
  color: #fff;
}


#ft_dathang {
  border-right: 1px solid #ddd;
  height: 320px;
  margin: 15px 0px;
}

#ft_dathang h2 {
  color: #fff;
  font-size: 17px;
  margin-top: 0px !important;
}

#ft_mxh {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 10px;
}

.footer ul {
  list-style: outside none none;
  padding: 0;
}

.social-network {
  bottom: 0;
  color: #fff;
  font-size: 13px;
  line-height: 10px;
  padding-bottom: 10px;
}

.social-network li {
  display: inline-block;
}

.footer li {
  padding-top: 5px;
}

.social-network li a {
  color: #fff;
  font-size: 16px;
  line-height: 10px;
  opacity: 0.7;
  padding: 3px;
}

.footer a {
  color: #fff;
  font-size: 14px;
  opacity: 0.9;
}

#ft_thongtin_cty {
  margin-top: 20px;
}
#ft_thongtin_cty img {
  width: 100%;
  height: 100% !important;
}
#ft_thongtin_qd {
  margin-top: 0;
  padding: 10px 0px 0px 20px;
}

#ft_thongtin_qd ul {
  color: #fff;
  margin: 15px 0 5px 0px;
  text-transform: uppercase;
}

#ft_thongtin_qd li {
  list-style-type: none;
}

#ft_thongtin_qd li a {
  color: #fff;
  line-height: 19px;
  text-decoration: none;
}

#ft_thongtin_qd li a:hover {
  color: #00F4FF;
}

#bottom-bar {
  color: #8c8c8c;
  font-size: 12px;
  line-height: 20px;
  border-top: 1px solid rgba(140, 140, 140, 0.15);
}

#branding-bottom {
  font-size: 0;
  line-height: 0;
  padding: 10px 10px 10px 0;
}

.wf-td {
  display: table-cell;
  vertical-align: middle;
}

.wf-float-left {
  float: left;
  line-height: 51px;
}

.mini-nav {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.wf-float-right {
  float: right;
  line-height: 51px;
}

.clear-margin {
  padding-left: 10px !important;
  padding-right: 10px !important;
}







#bottom-bar .mini-nav li::before {
  border-left-color: #38393a;
}

.mini-nav li:first-child::before {
  border-left: medium none;
}

.mini-nav ul {
  margin: 0;
}

.mini-nav > ul > li {
  margin: 0 16px 0 0;
}

.mini-nav li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.dt-fancy-separator.title-left {
  text-align: left;
}

.dt-fancy-separator.title-left, .dt-fancy-separator.title-right {
  margin: 0;
}

.dt-fancy-separator {
  color: rgba(102, 102, 102, 0.5);
}

.dt-fancy-separator {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.dt-fancy-separator.title-left .dt-fancy-title {
  padding-left: 0;
}

.dt-fancy-title {
  display: inline-block;
  position: relative;
  top: 50%;
  color: #047519;
  text-transform: uppercase;
}

.separator-holder {
  border-color: rgba(102, 102, 102, 0.15);
}

.separator-holder, .accent-border-color .bg-on .separator-holder {
  border-color: rgba(102, 102, 102, 0.15);
}

.separator-left {
  margin-right: 1em;
  right: 100%;
}

.separator-holder {
  border-top: 1px solid #0aa4ab;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 2000px;
}

.separator-right {
  left: 100%;
  margin-left: 1em;
}

.news-list .borders::before {
  bottom: -15px;
  content: "";
  display: block;
  left: 0;
  width: 100%;
  margin-bottom: 20px;
}

.news-list .borders {
  position: relative;
}

.news-list article {
  overflow: hidden;
}

.news-list article img {
  width: 100%;
}

.news-list article img, .recent-posts {
  display: table-cell;
  vertical-align: top;
}

.news-list article img, .post-content, .recent-posts a {
  display: inline-block;
  text-decoration: none;
}

.text-secondary {
  font-size: 12px;
  line-height: 20px;
}

.text-secondary {
  color: rgba(102, 102, 102, 0.5);
}

.post-content a {
  white-space: normal;
  transition: all 1s ease-in-out;
}
.post-content a:hover {
  color: #047519;
}

.banner-service {
  width: 100%;
}

.contact-service {
  width: 100%;
  text-align: center;
  background: #eee;
  padding: 10px 0;
  display: inline-block;
}

.contact-service contacts {
  text-align: center;
  display: inline-block;
}

.contact-service .contacts {
  text-align: center;
  display: inline-block;
}

.contact-service .contacts p {
  color: #333333;
  font: 16px/25px "Arial",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
  margin: 0;
  text-align: left;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.main-service {
  display: inline-block;
  width: 100%;
}
.main-service img {
  max-width: 100% ;
}
.main-service .title {
  display: inline-block;
  line-height: 38px;
  width: 100%;
  padding: 5px 0px;
}

.main-service .title span {
  color: #444;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 5px;
  width: 100%;
}

.main-service .title p {
  color: #444;
  font-size: 12px;
  line-height: 0;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.main-service .title2 {
  background: #fff url("../images/bg-title.png") no-repeat scroll left center;
  border-bottom: 2px solid #0aa4ab;
  display: inline-block;
  line-height: 38px;
  width: 100%;
}

.main-service .title2 span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 5px;
}

.main-service .content-service {
  text-align: justify;
  font: 14px/25px "Arial",Helvetica,Arial,Verdana,sans-serif;
}

.main-service .content-service img {
  display: block;
  max-width: 100%;
}

.main-service .social {
  float: right;
  padding: 10px 0;
}

.main-service .social span {
  color: #333333;
  font: 16px/25px "Arial",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
  margin: 0;
  text-align: left;
  float: left;
  line-height: 45px;
}

.main-service .social ul {
  margin: auto;
  color: #fff;
  padding: 0;
  list-style: none;
  float: left;
}

.main-service .social ul li {
  font-size: 30px;
  cursor: pointer;
  margin: 0 3px;
  text-align: center;
  float: left;
  display: block;
  border-radius: 3px;
}

.main-service .social ul li > .fa {
  padding: 8px;
}

.main-service .social ul li:first-child > .fa {
  padding: 8px 15px;
}

li[class*="twitter"] {
  background: #31a5d8;
}

li[class*="gplus"] {
  background: #cf4c3a;
}

li[class*="facebook"] {
  background: #305790;
}

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

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}

.main-service .download-box {
  background: #f3f3f3 none repeat scroll 0 0;
  border-left: 5px solid #ff6e01;
  border-radius: 5px;
  display: inline-block;
  padding: 20px;
  width: 100%;
}

.download-box h3 {
  margin: 0;
  font: 600 18px/30px "Arial",Helvetica,Arial,Verdana,sans-serif;
}

.download-box h4 {
  margin: 0;
  font: 18px/30px "Arial",Helvetica,Arial,Verdana,sans-serif;
}

.download-box a.dt-btn {
  background-color: #f58220;
  border-radius: 1px;
  color: #fff;
  float: right;
  font: 600 20px/27px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
  padding: 17px 10px;
  text-transform: none;
}

.main-service .temple {
  width: 100%;
  display: inline-block;
}

.temple .slide-product {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}

.view-more {
  width: 100%;
  text-align: center;
}

.view-more .btn-view {
  background-color: #0aa4ab;
  border-radius: 1px;
  color: #fff;
  font: 16px/27px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
  padding: 5px 20px;
  text-transform: none;
}

.view-pro {
  width: 100%;
  text-align: center;
  display: inline-block;
  transition: all 0.5s ease 0s;
}

.view-pro .btn-view-pro {
  background-color: #0aa4ab;
  color: #fff;
  font: 16px/27px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
  padding: 5px 80px;
  text-transform: none;
  transition: all 0.5s ease 0s;
}

.view-pro:hover {
  transform: scale(1.1);
  transition: all 0.5s ease 0s;
}

.dt-fancy-separator {
  color: rgba(102, 102, 102, 0.5);
}

.dt-fancy-title.bg-on {
  line-height: 32px;
  min-height: 32px;
}

.dt-fancy-title.bg-on {
  padding: 0 1em;
  margin: 15px 0;
}

.dt-fancy-title {
  display: inline-block;
  position: relative;
  top: 50%;
}

.style-double .separator-holder {
  border-top-style: double;
  border-top-width: 3px;
}

.separator-holder {
  border-color: rgba(102, 102, 102, 0.15);
}

.separator-holder, .accent-border-color .bg-on .separator-holder {
  border-color: rgba(102, 102, 102, 0.15);
}

.separator-left {
  margin-right: 1em;
  right: 100%;
}

.separator-right {
  left: 100%;
  margin-left: 1em;
}

.separator-holder {
  border-top: 1px solid #eeeeee;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 2000px;
}

#tinhnang {
  margin-top: 20px;
  width: 100%;
  display: inline-block;
}

.sub-menu {
  padding: 0;
}

#tn_left {
  float: left;
  margin-left: 7px;
  width: 879px;
}

#tinhnang h1 {
  color: #666;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  margin: 25px 0 15px 10px;
}

.post_tinhnang {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color #ccc #ccc -moz-use-text-color;
  border-image: none;
  border-style: dotted;
  border-width: 1px;
  height: 112px;
  padding: 5px;
}

.post_tinhnang .tn_tieude {
  color: #1f7f5c;
  font-size: 18px;
  left: 80px;
  padding-right: 5px;
  position: absolute;
  top: 10px;
}

.tn_icon img {
  margin-top: 18px;
  margin-left: 10px;
}

.post_tinhnang .tn_chitiet {
  color: #666;
  font-size: 12px;
  left: 80px;
  line-height: 16px;
  padding-right: 10px;
  position: absolute;
  top: 35px;
}

#tn_news {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  margin: 3px 0 0;
  padding: 5px;
}

.text_x_14 {
  color: #1f7f5c;
  font-size: 13px;
}

.input-news {
  margin: 9px 0;
}

input {
  background: #0aa4ab none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #fff;
  font-weight: bold;
  width: 100%;
}

.nut {
  background-color: #1f7f5c;
  border: 0 none;
  color: #fff;
  font-size: 14px;
  height: 32px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.text_xam_n {
  color: #666;
  font-size: 12px;
  font-style: italic;
}

#tn_app {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  float: left;
  margin: 3px 0 0;
  padding: 15px 0 12px 80px;
}

#tn_right {
  float: left;
  margin: 0;
  width: 100%;
}

#dt_thanhtoan {
  float: left;
  margin: 0;
  padding: 20px 0px 0px 20px;
  width: 100%;
  height: 284px;
}

#dt_vanchuyen {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  float: left;
  margin: 2px 5px;
  padding: 5px 0 12px;
  width: 100%;
}

.clear-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.clear-padding-left {
  padding-left: 5px;
  padding-right: 0;
}

.clear-padding-right {
  padding-right: 5px;
  padding-left: 0;
}

#contacts {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}

.maps {
  min-height: 180px !important;
  min-width: 100% !important;
  width: 100% !important;
}


.movableTop {
  display: inline-block;
  width: 100%;
}

.movableTop h4 {
  background: #0aa4ab none repeat scroll 0 0;
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 13px;
  text-transform: uppercase;
}

.movableTop .menu-left {
  background: #fff none repeat scroll 0 0;
  padding: 0;
}

.movableTop .menu-left ul {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.movableTop .menu-left ul li {
  border-bottom: 1px solid #e7e7e7;
}

.movableTop .menu-left ul li a::before {
  color: #e13a86;
}

.movableTop .menu-left ul li a::after {
  color: #e13a86;
}

.movableTop .menu-left ul li a {
  background: transparent url("../images/icon_plus.png") no-repeat scroll 10px center;
  color: black;
  display: block;
  font-size: 16px;
  padding: 11px 5px 11px 35px;
  text-decoration: none;
}

.movableTop .menu-left ul li a:hover {
  color: #0aa4ab;
}

.list-news {
  display: inline-block;
  width: 100%;
  border: 1px solid #eee;
  margin: 10px 0 0;
}

.list-news ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.list-news .news-title {
  color: #555;
  display: block;
  font-size: 16px;
  padding: 10px;
  text-transform: uppercase;
  margin: 0;
}

.news-item {
  margin: 0;
  padding: 10px;
}



.news-item .content-item {
  display: inline-block;
  width: 100%;
}

.news-item a {
  white-space: normal;
}

.news-item .title-item {
  color: #555;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.news-item .date {
  color: #555;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  float: left;
}

.news-item img {
  float: left;
  width: 40%;
  padding-right: 10px;
}

newListBlock {
  width: 100%;
  display: inline-block;
}

.newListBlock .item {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  margin-bottom: 5px;
  padding: 15px;
}

.newListBlock .item .calendar {
  background: rgba(0, 0, 0, 0) url("../../images/calendar.png") no-repeat scroll 0 0;
  float: left;
  height: 49px;
  margin-right: 8px;
  position: relative;
  width: 11.5%;
}

.newListBlock .item .calendar p {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  text-align: center;
}

.newListBlock .item .calendar span {
  color: #e13a86;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.newListBlock .item .newsTitle {
  line-height: 40px;
  margin: 0;
  padding: 0;
  color: #047519;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}

.newListBlock .item .newsTitle a {
  color: #047519;
}

.newListBlock .item .note-list span {
  color: #444;
  display: inline;
  font-size: 12px;
}

.newListBlock .item .description {
  height: auto;
  width: 100%;
  display: inline-block;
}

.newListBlock .item .description img {
  float: left;
  margin-right: 25px;
  width: 25%;
  border-radius: 10px;
}

.newListBlock .item .description .desc {
  color: #555;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.content-news {
  display: inline-block;
  width: 100%;
}

.content-news {
  background: #fff;
  display: inline-block;
  padding: 13px;
  width: 100%;
}

.content-news h1 {
  border-bottom: 1px solid #ccc;
  color: rgb(102, 102, 102);
  display: block;
  font-size: 18px;
  margin: 0;
  padding-bottom: 7.5px;
}

.content-news .blog {
  display: inline-block;
  margin: 10px 0;
  width: 100%;
}

.content-news .blog img {
  vertical-align: middle;
}

.relate h2 {
  border-bottom: 1px solid #eee;
  color: #444;
  display: block;
  font-size: 16px;
  padding-bottom: 7.5px;
  text-transform: uppercase;
}

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

.relate ul li {
  width: 100%;
  float: left;
}

.relate ul li a {
  background: url("../images/arrowcategory.png") no-repeat scroll 1px center transparent;
  color: #456272;
  font-size: 14px;
  line-height: 27px;
  display: inline;
  padding-left: 20px;
}

.relate ul li a:hover {
  background: url("../images/cube_orange.gif") no-repeat scroll 1px center transparent;
  color: #ce2951;
}

.brand-photo {
  margin-top: 20px;
}

.p-images {
  background: #eee;
  border: 1px solid #ccc;
  height: 203px;
  padding: 5px;
  width: 100%;
  position: relative;
}

.p-images img {
  height: 100%;
  width: 100%;
}

.p-title {
  width: 100%;
  text-align: center;
  margin-top: 10px; height: 56px;}

.p-title a {
  color: rgb(102, 102, 102);
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0;
}

.p-title p {
  color: #222;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

.p-images .p-title {
  background: rgba(10, 164, 171, 0.61);
  bottom: 0;
  left: 0;
  height: 50px;
  position: absolute;
  width: 100%;
  transition: all 0.4s ease 0s;
  text-align: center;
}

.p-images .p-title a.title-pro {
  font-size: 15px;
  padding: 10px 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.p-images:hover > .p-title {
  bottom: 0;
}

.p-images:hover .p-title {
  height: 100%;
  text-align: initial;
  transition: all 0.4s ease 0s;
}

.p-images:hover .p-title a {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 40%;
}

.p-images:hover {
  background-color: #0aa4ab;
  transition: all 0.4s ease 0s;
  border-radius: 3px;
}

.page-title-slider {
  color: #2e2c2d;
  font-size: 13px;
  font-weight: 700;
  margin: 20px 0px;
  overflow: hidden;
  text-transform: uppercase;
  width: 70%;
}

div.page-title-slider {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

div.page-title-slider::before {
  bottom: -4px;
  position: absolute;
  z-index: 1;
}

div.page-title-slider::after, div.page-title-slider::before {
  border-bottom: 1px dashed #999;
  content: "";
  display: block;
  width: 100%;
}

div.page-title-slider h1 {
  color: #0aa4ab;
  font-size: 24px;
  margin: 0;
  text-transform: uppercase;
}

div.heading-center {
  text-align: center;
}

div.heading-center h1 {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  min-width: 100px;
  padding: 0 30px;
  position: relative;
  z-index: 10;
}

div.heading-center::before {
  bottom: 13px;
  position: absolute;
  z-index: 1;
}

div.heading-center::after {
  bottom: 19px;
  position: absolute;
  z-index: 1;
}

.carousel-control {
  width: 4%;
}

.carousel-control.left, .carousel-control.right {
  margin-left: 15px;
  background-image: none;
}

@media (max-width: 767px) {
  .carousel-inner .active.left {
    left: -100%;
  }

  .carousel-inner .next {
    left: 100%;
  }

  .carousel-inner .prev {
    left: -100%;
  }

  .active > div {
    display: none;
  }

  .active > div:first-child {
    display: block;
  }
}

@media (min-width: 767px) and (max-width: 992px ) {
  .carousel-inner .active.left {
    left: -50%;
  }

  .carousel-inner .next {
    left: 50%;
  }

  .carousel-inner .prev {
    left: -50%;
  }

  .active > div {
    display: none;
  }

  .active > div:first-child {
    display: block;
  }

  .active > div:first-child + div {
    display: block;
  }
}

@media (min-width: 992px ) {
  .carousel-inner .active.left {
    left: -25%;
  }

  .carousel-inner .next {
    left: 25%;
  }

  .carousel-inner .prev {
    left: -25%;
  }
}

.customer-item {
  width: 100%;
  text-align: center;
  padding: 10px 30px;
}

.customer-item .profile {
  text-align: center;
  padding: 20px;
}

.customer-item .infor-cus {
  width: 100%;
  margin: 10px 0;
}

.customer-item .infor-cus .name {
  color: #222;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.customer-item .infor-cus .yourself {
  color: #444;
  font-size: 100%;
  line-height: 20px;
  text-align: justify;
  width: 100%;
}

#IntroMenu {
  position: fixed;
  z-index: 9999;
  top: 30%;
  right: -100px;
}

#IntroMenu:hover {
  z-index: 9;
}

#IntroMenu a {
  display: block;
  height: 41px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  text-align: right;
}

#IntroMenu a .icon {
  display: inline-block;
  width: 41px;
  height: 41px;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: -10px;
  border-radius: 41px;
  background-color: #047519;
  box-shadow: 0 0 3px #cdcdcd;
  text-align: center;
  line-height: 42px;
}

#IntroMenu a .icon {
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#IntroMenu a .icon i {
  color: #fff;
  font-size: 18px;
}

#IntroMenu a:hover .icon {
  background-color: #555;
  transform: rotate(-360deg);
}

#IntroMenu a .text {
  width: 0;
  overflow: hidden;
  padding: 0;
  display: inline-block;
  height: 31px;
  border-radius: 10px;
  font: normal 12px/31px 'arial';
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

#IntroMenu a:hover .text {
  background: #555;
  padding: 0 38px 0 15px;
  width: auto;
  transition: all 0.3s ease 0s;
}

.supports {
  background: url('../images/support-bg.jpg') no-repeat top center;
  background-size: cover;
  width: 100%;
}

.supports .s-title {
  display: inline-block;
  position: relative;
  color: #047519;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin: 20px 0 10px;
}

.supports .s-list {
  background: #fff none repeat scroll 0 0;
  margin: 10px;
  padding: 0px 15px 20px 15px;
}

.supports .s-item {
  width: 100%;
  text-align: center;
}

.supports .s-item .s-img {
  padding: 0 80px;
}

.supports .s-item .s-img img {
  background: #ce2851 none repeat scroll 0 0;
  padding: 0;
  width: 100%;
}

.supports .s-item .s-info .s-name {
  display: inline-block;
  color: #047519;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  margin: 0;
  padding: 5px 0;
}

.supports .s-item .s-info .s-phone {
  display: inline-block;
  color: #444;
  font-size: 14px;
  width: 100%;
  margin: 0;
  font-weight: 600;
}

.supports .s-item .s-info .s-phone i {
  display: inline-block;
  color: #CE2851;
  padding-right: 10px;
}

.supports .s-item .s-info .s-email {
  display: inline-block;
  color: #444;
  font-size: 12px;
  width: 100%;
  margin: 0;
}

.supports .s-item .s-info .s-email i {
  display: inline-block;
  color: #CE2851;
  padding-right: 10px;
}

.supports .s-item .s-info .s-button {
  text-align: center;
}

.supports .s-item .s-info .s-button img {
  width: 100%;
}

.page-title-slider-1 {
  color: #2e2c2d;
  font-size: 13px;
  font-weight: 700;
  margin: 20px auto 0;
  overflow: hidden;
  text-transform: uppercase;
  width: 70%;
}

div.page-title-slider-1 {
  position: relative;
  z-index: 1;
}

div.page-title-slider-1::before {
  bottom: -4px;
  position: absolute;
  z-index: 1;
}

div.page-title-slider-1::after, div.page-title-slider-1::before {
  border-bottom: 1px dashed #999;
  content: "";
  display: block;
  width: 100%;
}

div.page-title-slider-1 h1 {
  color: #0aa4ab;
  font-size: 24px;
  margin: 0;
  text-transform: uppercase;
}

div.heading-center-1 {
  text-align: center;
}

div.heading-center-1 h1 {
  background: #fff none repeat scroll 0 0;
  font-family: "Open Sans";
  display: inline-block;
  min-width: 100px;
  padding: 5px 30px;
  position: relative;
  z-index: 10;
}

div.heading-center-1::before {
  bottom: 13px;
  position: absolute;
  z-index: 1;
}

div.heading-center-1::after {
  bottom: 19px;
  position: absolute;
  z-index: 1;
}

.dttv > p {
  color: #4c4944;
  font-family: times new roman;
  font-size: 24px;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  margin-top: 20px;
}

.pro-support {
  display: inline-block;
  font-family: times new roman;
  text-align: center;
}

.pro-support p {
  font-size: 16px;
  margin: 10px 0;
  font-family: times new roman;
}

.brand-photo {
  margin-top: 20px;
  position: relative;
}

.phone span {
    line-height: 25px;
    background: #ed1c24;
    border-radius: 31px;
    box-shadow: 1px 3px rgb(166, 170, 169);
    color: rgb(255, 255, 255);
    padding: 7px;
	    font-size: 21px;
}


}

.phone i {
  font-size: 21px;
  margin-left: -10px;
}

.phone1 {
  background: #ed1c24;
  border-radius: 31px;
  box-shadow: 1px 3px rgb(166, 170, 169);
  color: rgb(255, 255, 255);
  display: inline-block;
  float: left;
  font-size: 21px;
  padding: 3px;
}

.phone1 i {
  font-size: 21px;
  margin-left: -10px;
}

.icon-phone {
  border: 2px solid;
  border-radius: 50%;
  font-size: 13.5px;
  margin-right: 5px;
  padding: 6px;
}

/*tab*/



.nav-tabs > li.active > a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #444;
}

#crumbs {
  width: 100%;
  margin: 0;
}

#crumbs ul {
  display: inline-table;
  list-style: outside none none;
  padding: 0;
  width: 100%;
  margin: 0;
}

#crumbs ul li {
  display: inline;
}

#crumbs ul li {
  background: #ce2850 none repeat scroll 0 0;
  color: #fff;
  display: block;
  float: left;
  font-size: 16px;
  margin: 0 5px 0 0;
  padding: 6px 3px 8px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  height: 45px;
}

#crumbs ul li::after {
  border-bottom: 22px solid transparent;
  border-left: 11px solid #ce2850;
  border-top: 23px solid transparent;
  content: "";
  position: absolute;
  right: -11px;
  top: 0;
  z-index: 1;
}

#crumbs ul li::before {
  border-bottom: 22px solid transparent;
  border-left: 11px solid #fff;
  border-top: 23px solid transparent;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}

#crumbs ul li a:hover {
  color: #EBD2E3;
}

#crumbs ul li:first-child {
  width: 7%;
}

#crumbs ul li:first-child a {
  line-height: 30px;
  font-weight: bold;
  margin: 3px 0 0 -5px;
}

#crumbs ul li:first-child::before {
  display: none;
}

#crumbs ul li:last-child {
  background: #4f4f51 none repeat scroll 0 0;
  margin: 0;
  width: 60.68%;
}

#crumbs ul li:last-child::after {
  display: none;
}

/*#crumbs ul li:hover {
background: #fa5ba5 none repeat scroll 0 0;
}

#crumbs ul li:hover::after {
border-left-color: #fa5ba5;
}*/

#crumbs ul li a {
  color: #fff;
  display: inline-block;
  float: left;
  line-height: 30px;
  font-weight: bold;
  margin: 3px 0 0 3px;
}

.officall-service {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}

.officall-service img {
  max-width: 100%;
}

.list-product {
  display: inline-block;
  width: 100%;
}

.officall-service .view-morex {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.officall-service .view-morex a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #999;
  box-shadow: 0 1px 1px #999;
  color: #0aa4ab;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 7px 15px;
  border-radius: 5px;
}

#kythuatin {
  width: 100%;
}

#ynghiasanpham {
  width: 100%;
}

.box {
  margin-bottom: 10px;
  width: 100%;
}

.sales-off {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}

.sales-off a {
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.5s ease 0s;
}

.sales-off a i {
  color: #fff;
  font-size: 34px;
}

.sales-off a:hover {
  box-shadow: 0 3px 3px #cdcdcd;
  transform: scale(1.1);
  transition: all 0.5s ease 0s;
}

.sales-off a.a1 {
  background: #cd0027;
}

.sales-off a.a2 {
  background: #e93052;
}

.sales-off a.a3 {
  background: #b02575;
}

.sales-off a.a4 {
  background: #268bb9;
}

.sales-off a.a5 {
  background: #17b4bb;
}

.ads-right {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.ads-right img {
  width: 100%;
}

.tuvan-baogia {
  background-color: white;
  border: 1px solid #cdcdcd;
  display: inline-block;
  padding: 0px 6px;
  width: 100%;
}

.tuvan-baogia .buttonx {
  float: left;
}

.tuvan-baogia h4 {
  color: #555;
  font-size: 16px;
  text-transform: uppercase;
}

.tuvan-baogia ul {
  width: 100%;
  list-style: none;
  padding: 0;
}

.tuvan-baogia li {
  border: 1px solid #cdcdcd;
  line-height: 18px;
  list-style: outside none none;
  margin-bottom: 8px;
  padding: 5px 0;
  width: 100%;
  float: left;
}

.tuvan-baogia li p {
  width: 100%;
  margin: 0;
}

.tuvan-baogia li img {
  float: left;
  margin: 1px 7px 0 7px;
  width: 72px;
}

.tuvan-baogia li p.name {
  color: #047519;
  font-size: 14px;
  font-weight: bold;
}

.tuvan-baogia li p.phonex {
  color: #333;
  font-size: 12px;
  font-weight: bold;
}

.tuvan-baogia li p.other {
  color: #333;
  font-size: 12px;
}

#cssmenu, #cssmenu ul, #cssmenu li, #cssmenu a {
  border: 0 none;
  font-weight: normal;
  line-height: 1;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}

#cssmenu {
  border: 1px solid #eee;
  width: 100%;
}

#cssmenu a {
  line-height: 1.3;
}



#cssmenu > ul > li {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
}

#cssmenu > ul > li:hover {
  background: #0AA4AB;
}

#cssmenu > ul > li > a {
  background: rgba(0, 0, 0, 0) url("../images/pattern.png") repeat scroll left top;
  color: #444;
  display: block;
  font-size: 14px;
}

#cssmenu > ul > li > a > span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 0 12px 40px;
  text-transform: uppercase;
}

#cssmenu > ul > li > a:hover {
  color: #fff;
  text-decoration: none;
}

#cssmenu > ul > li.active {
  border-bottom: medium none;
}

#cssmenu > ul > li.has-sub > a span {
  background: rgba(0, 0, 0, 0) url("icon_plus.png") no-repeat scroll 4% center;
}

#cssmenu > ul > li.has-sub.active > a span {
  background: rgba(225, 225, 225,1) url("../images/icon_minus.png") no-repeat scroll 4% center;
}

#cssmenu ul ul {
  background: #fff none repeat scroll 0 0;
  display: none;
}

#cssmenu ul ul li {
  background: rgba(0, 0, 0, 0) linear-gradient(#f7f7f7 0%, #ececec 100%) repeat scroll 0 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: medium none;
  padding: 0;
}

#cssmenu ul ul li:last-child {
  border-bottom: medium none;
}

#cssmenu ul ul a {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 14px 10px 14px 41px;
}

#cssmenu ul ul a::before {
  color: #333;
  content: "»";
  left: 25px;
  position: absolute;
}

#cssmenu ul ul a:hover {
  color: #17B4BB;
}

#cssmenu li.active ul {
  display: block;
}

#cmsinfo_block {
  clear: both;
  overflow: hidden;
  background: #EEEEEE;
}

#cmsinfo_block h3 {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0 14px;
  text-transform: uppercase;
}

#cmsinfo_block .content::before {
  border: 4px solid #bd0103;
}

#cmsinfo_block .content::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 60px;
  left: 0;
  opacity: 0;
  top: 0;
  transform: scale(1.3);
  transition: all 0.3s ease 0s;
  width: 60px;
}

#cmsinfo_block .content::after, #cmsinfo_block .content::before {
  border-radius: 50%;
  content: "";
  position: absolute;
}

#cmsinfo_block .content.shipping::after {
  background-image: url("icon_shipping.png");
}

#cmsinfo_block .content.support::after {
  background-image: url("icon_support.png");
}

#cmsinfo_block .content.card::after {
  background-image: url("icon_card.png");
}

#cmsinfo_block .content::after, .sp-twitter-slider .ts-slider-wrap .ts-control .ts-ctr:hover {
  background-color: #bd0103;
}

#cmsinfo_block .content::after {
  background-position: center center;
  background-repeat: no-repeat;
  height: 60px;
  left: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 60px;
}

#cmsinfo_block .content::after, #cmsinfo_block .content::before {
  border-radius: 50%;
  content: "";
  position: absolute;
}

#cmsinfo_block .content {
  min-height: 93px;
  padding: 0 0 0 65px;
  position: relative;
  transition: all 0.3s ease 0s;
}

#cmsinfo_block .content.support p {
  margin-bottom: 20px;
  word-wrap: break-word;
}

#cmsinfo_block .content.card p {
  margin-bottom: 5px;
}

#cmsinfo_block .content p {
  color: #666;
}


#cmsinfo_block .content ul {
  padding: 0;
}

#cmsinfo_block .content ul li.icon_check {
  color: #666;
  display: inline-block;
  font-size: 12px;
  padding: 3px 0;
  vertical-align: top;
}

#cmsinfo_block .content strong.big.npl {
  line-height: 17px;
}

#cmsinfo_block .content strong.big.npl {
  padding-left: 0;
}

#cmsinfo_block .content strong.big {
  font-size: 18px;
  font-weight: 400;
  padding: 0 5px;
}

#cmsinfo_block .content p, #cmsinfo_block .content strong {
  color: #666;
  font-size: 12px;
}

#cmsinfo_block .content:hover::after {
  background-color: #555;
}

#cmsinfo_block .content:hover::before {
  opacity: 1;
  transform: scale(1);
}

.news-title {
  background-image: url(pattern.png);
  background-color: #fff;
  width: 100%;
  display: inline-block;
  padding: 6px 10px 0px 10px;
}

.news-title ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-title li {
  bottom: 0;
  color: #444;
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.news-title li span {
  font-size: 14px;
  color: #444;
  line-height: 37px;
}

.help-motal {
  width: 100%;
  /*border: 1px solid #ddd;*/
  margin-bottom: 10px;
  padding: 10px;
}

.help-motal .help-title {
  color: #0AA4AB;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 51px;
  text-transform: uppercase;
  text-align: center;
}

#top-link-block.affix-top {
  position: absolute; /* allows it to "slide" up into view */
  bottom: -82px; /* negative of the offset - height of link element */
  left: 10px; /* padding from the left side of the window */
}

#top-link-block.affix {
  bottom: 35px;
  position: fixed;
  right: 60px;
}

.faq_q {
  color: #999;
  float: left;
  background: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  width: 42px;
}

.panel-title i {
  color: #CE2851;
}

.sales-off span {
  font-size: 24px;
  margin-left: 10px;
}

.tab-content {
  padding: 10px 5px;
  border-bottom: 1px solid #ddd;
}



#fix-scroll.scrolled {
  margin: 0;
  position: fixed !important;
  top: 100px !important;
  background: #fff;
  transition: all 0.1s ease-in 0s;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  padding: 0;
  width: inherit;
}

#news {
  margin: 15px 0;
}

#products {
  margin-top: 20px;
}

#question {
  margin-top: 20px;
}

.newListBlock .item .note-list {
  font-style: italic;
  margin-bottom: 10px;
}

#author {
  font-style: italic;
  font-size: 12px;
}

#bailienquan {
  background: #fff;
  margin: 5px 0px;
}

.wpb_map_wraper {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding: 0;
  width: 100%;
}

.wpb_map_wraper iframe {
  border: medium none;
  display: block;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}

.wpb_wrapper {
  width: 100%;
  margin: 0;
}

.dropdown li:last-child {
  border-bottom: 0px;
}

.dropdown li i {
  text-align: center;
  width: 20px;
}

.nav > li > a::before {
  background-color: #047519 ;
  content: " ";
  height: 3px;
  left: 9px;
  opacity: 0;
  position: absolute;
  top: 40px;
  transition: all 0.5s ease 0s;
  width: 85%;
}

.nav > li > a:hover::before {
  opacity: 1;
}

#thumbnails img {
  display: inline;
  vertical-align: initial;
}

.g-title a:hover.title-pro {
  color: #0AA4AB;
}

#thu-ngo a:hover {
  background: #fff;
  color: #CE2851;
  border: 2px solid #CE2851;
}

#thumbnails a {
  color: #0AA4AB;
}

#thumbnails a:hover {
  color: red;
}

@media (max-width: 767px) {
  #thu-ngo p {
    padding: 0;
  }

  .page-title-slider-1 {
    width: 100%;
  }

  #IntroMenu {
    display: none;
  }

  /*.navigation-headers.visible {
  position: inherit;
}*/

  #crumbs ul li {
    width: 96%;
  }
  .inner-task span {
    display:none;
  }
  .inner-task p {
    font-weight:bold;
    margin:0;
    line-height: 30px;
  }
  .g-image {
    height:200px;
  }
  #ft_dathang {
    border:none;
    height:260px;
  }
  #ft_thongtin_qd {
    padding:0;
  }
  div.heading-center-1 h1 {
    padding:0;
  }
  /*.navigation-headers {
  overflow:auto;
}*/
  .newListBlock .item .description img {
    width:100%;
    margin:0 0 5px;
  }
}
.news-title.title-pattern .addthis_sharing_toolbox .fa {
  width: 35px;
  height: 35px;
  color: #fff;
}
.news-title.title-pattern .addthis_sharing_toolbox .fa-facebook {background: #3B5998;}
.news-title.title-pattern .addthis_sharing_toolbox .fa-google-plus {background: #DC4E41;}
.news-title.title-pattern .addthis_sharing_toolbox .fa-twitter {background: #1DA1F2;}
.news-title.title-pattern .addthis_sharing_toolbox .fa-pinterest-p {background: #CB2027;}
.news-title.title-pattern .addthis_sharing_toolbox .fa-stumbleupon {background: #E65229;}
.news-title.title-pattern .addthis_sharing_toolbox .fa-plus {background: #FF6550;}
.news-title.title-pattern .addthis_sharing_toolbox .fa:before {047519
  position: absolute;
  top: 32%;
  left: 32%;
}
@media (max-width:992px) {
  #ft_thongtin_cty img {
    width: auto;
    height: auto !important;
  }
  #ft_dathang {
    height: auto;
  }
}