body {
  font-family: 'Roboto', sans-serif;
}

.container {
  padding: 0px !important;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (max-width: 1366px) {
  /* .container {
    width: 85%;
    }*/
  /* .container .container {
    width: 100%;
    padding: 0 15px !important;
    }*/
}

@media (min-width: 1600px) {
  .container {
    width: 80%;
  }
  .container .container {
    padding: 0 15px !important;
    width: 100%;
  }
}

h1, h2 {
  margin: 0px;
}

@media screen and (max-width: 992px) {
  .menu-btn-show {
    display: block;
    top: 145px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0px 15px !important;
  }
  body .popup_lh.fix {
    z-index: 999999999;
    padding-top: 120px;
  }
}

header .top {
  height: auto;
 /* background: url("../images/bg_top.png"); */
  background-size: cover;
  padding: 20px 0px;
  z-index: 5;
}

header .top .logo {
  max-width: 147px;
  height: 100px;
  float: left;
}

@media (max-width: 370px) {
  header .top .logo {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 992px) {
  /* .container{
    display: flex;
    align-items: center;
  } */
  header .top {
    margin-top: 33px;
    /* height: 137px; */
    background: url('../images/bg_top.png');
    background-size: cover;
    padding: 20px 0px;
  }
  header .top .logo {
    max-width: 110px;
  }
  header .text_company {
    text-align: center;
    margin: auto;
    padding-top: 0;
    position: absolute;
    left: 0;
    right: 0;
  }
}

header .text_company {
  width: 245px;
  float: left;
  padding-top: 30px;
}

header .text_company p {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 0px;
}

@media (max-width: 576px) {
  header .text_company p {
    font-size: 13px;
  }
}

header .text_company p:first-child {
  font-size: 14px;
}

@media (max-width: 576px) {
  header .text_company {
    display: block;
    float: right;
    margin-left: 0px;
    width: 202px;
  }
}

@media (max-width: 370px) {
  header .text_company {
    display: none;
  }
}

header .address_phone {
  margin-left: 10px;
  float: left;
  padding: 15px 0px;
  padding-top: 30px;
}

header .address_phone .address {
  float: left;
}

header .address_phone .phone {
  float: left;
}

header .address_phone .icon {
  width: 44px;
  padding: 0px 7px;
  border-right: 2px solid #8a5534;
  float: left;
}

header .address_phone .text {
 /* max-width: 228px; */
  float: left;
  color: #fff;
  padding: 0px 10px;
  font-size: 14px;
}

header .address_phone .text p {
  margin: 0px;
}

@media (max-width: 992px) {
	
	

  header .address_phone {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    background: #0152ab;
    margin-left: 0;
  }
  header .address_phone .address, header .address_phone .phone {
    display: flex;
    float: none;
  }
  header .address_phone .icon {
    width: 30px;
  }
  header .address_phone .icon img {
    max-width: 100%;
  }
  header .address_phone .text {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 576px) {
  header .address_phone {
    display: none;
  }
}

header .search {
  width: 224px;
  float: right;
  padding: 15px 0px;
  padding-top: 30px;
}

header .search form {
  height: 44px;
  position: relative;
  border-radius: 4px;
}

header .search form input {
  width: 100%;
  height: 44px;
  background: #fff;
  border: none;
  outline: none;
  padding: 0px 10px;
  border-radius: 4px;
}

header .search form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  padding: 0px 10px;
  background: transparent;
  border: none;
  outline: none;
}

header .search form button i {
  color: #52311d;
}

header .menu {
  border-bottom: 1px solid #eaeaea;
}

@media (max-width: 1366px) {
  header .search {
    width: 128px;
  }
  header .search form button, header .search form input, header .search form {
    height: 33px;
  }
}

@media (max-width: 1200px) {
  header .search {
    display: none;
  }
  header .search {
    width: 128px;
  }
}

@media (max-width: 992px) {
  header .menu {
    height: 40px;
    display: none;
  }
}

@media (max-width: 992px) {
  header .menu .menu_item {
    display: none;
  }
}

header .menu .menu_item>ul {
  margin: 0px;
  padding: 0px;
}

header .menu .menu_item>ul>li {
  list-style: none;
  display: inline-block;
  position: relative;
}

header .menu .menu_item>ul>li:hover>ul {
  opacity: 1;
  overflow: visible;
}

header .menu .menu_item>ul>li>ul {
  position: absolute;
  width: 230px;
  z-index: 99999;
  margin: 0px;
  padding: 0px;
  border: 1px solid #eaeaea;
  opacity: 0;
  overflow: hidden;
  transition: all .5s;
  background: #fff;
}

header .menu .menu_item>ul>li>ul li {
  list-style: none;
}

header .menu .menu_item>ul>li>ul li>a {
  z-index: 99999;
  display: block;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: inherit;
  color: #52311d;
  transition: all .5s;
}

header .menu .menu_item>ul>li>ul li>a:hover {
  background: #1950a3;
  color: #fff;
}

header .menu .menu_item>ul>li>ul li:not(:first-child) {
  border-top: 1px solid #eaeaea;
}

header .menu .menu_item>ul>li:not(:first-child) {
  border-left: 1px solid #eaeaea;
}

header .menu .menu_item>ul>li:hover>a {
  color: #1950a3;
}

header .menu .menu_item>ul>li>a {
  font-size: 18px;
  display: block;
  padding: 19px;
  font-size: 14px;
  font-weight: 700;
  text-transform: inherit;
  color: #52311d;
}

@media (max-width: 1200px) {
  header .menu .menu_item>ul>li>a {
    padding: 10px;
  }
}

.breadcrumb {
  margin-bottom: 0;
  margin-top: 8px;
}

.slide {
  position: relative;
  margin-top: 22px;
}

.slide .owl-nav {
  position: absolute;
  height: 0px;
  width: 100%;
  top: 50%;
  left: 0;
}

.slide .owl-nav .owl-prev {
  float: left;
  margin-left: 25px;
  outline: none;
}

.slide .owl-nav button span {
  padding: 10px !important;
  background: rgba(0, 0, 0, 0.5);
}

.slide .owl-nav button span:hover {
  background: #869791;
}

.slide .owl-nav button span i {
  font-size: 16px;
  color: #fff;
}

.slide .owl-nav .owl-next {
  float: right;
  margin-right: 25px;
  outline: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: none;
  border-bottom-color: transparent;
}

.service {
  margin-top: 10px;
}

.slider_video .nav-tabs {
  margin-top: 22px;
}

.slider_video .nav-tabs li {
  display: inline-block;
  width: 50%;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  background: #f9f9f9;
  height: 45px;
  line-height: 45px;
}

.slider_video .nav-tabs li.active {
  /*border-bottom: 2px solid #fff;*/
  background: #e6b039;
}

.slider_video .nav-tabs li.active a {
  background: #e6b039;
}

.slider_video .nav-tabs li a {
  text-align: center;
  color: #52311d;
  font-weight: 700;
}

.slider_video .tab-content {
  border: 1px solid #eaeaea;
  margin-top: -2px;
}

.slider_video .tab-content .tab-pane {
  border: 1px solid #eaeaea;
  margin-top: -1px;
}

.slider_video .tab-content .tab-pane .xt {
  margin-left: 15px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.slider_video .tab-content .tab-pane .xt span {
  margin-right: 5px;
}

.slider_video .tab-content .tab-pane .xt i {
  font-weight: 700;
}

.slider_video .tab-content .content_item {
  padding: 5px 15px;
}

@media (max-width: 992px) {
  .slider_video .tab-content .content_item {
    height: 96px;
  }
}

.slider_video .tab-content .content_item .img {
  max-width: 100px;
  height: 66px;
  overflow: hidden;
  float: left;
}

.slider_video .tab-content .content_item .img img {
  width: 100%;
  transition: all .5s;
}

.slider_video .tab-content .content_item .img:hover img {
  transform: scale(1.1);
}

.slider_video .tab-content .content_item .item_content {
  margin-left: 108px;
  height: 100%;
}

.slider_video .tab-content .content_item .item_content p {
  margin: 0px;
  font-size: 14px;
  height: 100%;
}

.about {
  /*margin-top: 5px;*/
}

.about .col-lg-8, .slider_video .col-lg-8, .contents .col-lg-8 {
  padding-right: 0;
  padding-left: 15px;
}

.about .about_left h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 8px 0px 8px 0px;
  background: #f4f4f4;
  color: #52311d;
  height: 38px;
}

.about .about_left .content p {
  margin-top: 0;
}

.about .about_left h2 span {
  background: url("../images/imgbg.png") no-repeat right;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 10px 30px 10px 15px;
  height: 37px;
  line-height: 37px;
}

@media (max-width: 992px) {
  .about .about_left h2 {
    font-size: 14px;
  }
}

.about .about_left .content .img {
  float: left;
  max-width: 150px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.about .about_left .content .img a {
  font-size: 12px;
  color: #52311d;
  display: block;
  margin-top: 15px;
  font-weight: 700;
}

.about .about_left .content .text a {
  position: absolute;
  bottom: 0;
  right: 0;
  float: right;
  font-size: 14px;
  color: #e6b039;
}

.about_left {
  float: left;
  width: 100%;
  height: 345px;
  overflow: hidden;
}

.about_left a {
  float: left;
  width: 100%;
}

.about .contact_support {
  margin-top: 8px;
}

.about .contact_support .support h2 {
  font-size: 14px;
  font-weight: 700;
  height: 43px;
  line-height: 43px;
  padding-left: 15px;
  margin-top: 0px;
  margin: 0px;
  background: #f9f9f9;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.about .contact_support .support {
  border-top: none;
}

.about .contact_support .support img {
  margin-right: 10px;
}

.about .contact_support .support a {
  color: #52311d !important;
  font-weight: 500 !important;
}

.about .contact_support h2 {
  font-size: 14px;
  font-weight: 700;
  height: 33px;
  line-height: 33px;
  padding-left: 15px;
  color: #52311d;
  background: #f9f9f9;
  margin-top: 0px;
  margin: 0px;
  background: #e6b039;
}

.about .contact_support .content {
  padding-top: 1em;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding-left: 15px;
}

.about .contact_support .content p {
  margin-top: 0px;
  font-size: 14px;
}

.about .contact_support .content p i {
  color: #e6b039;
  width: 15px;
}

.about .contact_support .content p a {
  color: #e6b039;
  font-weight: 700;
}

.services {
  background: url("../images/bgservice.jpg");
  padding: 18px 0px;
  margin-top: 30px;
  padding-bottom: 0;
}

.services h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #52311d;
  margin: 0px;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

.services h2:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background: #e6b039;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0px;
}

.services h2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: rgba(230, 176, 57, 0.2);
  left: 0;
  top: 6px;
}

.services h2 span {
  padding: 0px 16px;
  background: #f0f0f0;
  position: relative;
  background: url("../images/bgservice.jpg") no-repeat center center;
}

.services .img {
  max-width: 136px;
  float: left;
  padding: 5px;
  border: 1px solid #d9d9d9;
  height: 74px;
}

.services .img img {
  width: 100%;
  height: 100%;
}

.services .text {
  margin-left: 150px;
}

.services .text h3 {
  font-size: 14px;
  color: #52311d;
  font-weight: 700;
  line-height: 22px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #e6b039;
}

.contents {
  /*margin-top: 5px;*/
}

.contents .news {
  margin-top: 10px;
}

.contents .answer h2, .contents .news h2 {
  font-size: 16px;
  font-weight: 700;
  color: #52311d;
  text-transform: uppercase;
  position: relative;
  background: #f4f4f4;
  height: 38px;
  margin-top: 8px;
  margin-bottom: 0;
}

.contents .answer h2 .icon, .contents .news h2 .icon {
  background: url("../images/imgbg.png") no-repeat right;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 10px 30px 10px 15px;
  height: 37px;
  line-height: 37px;
}

.contents .answer h2 a, .contents .news h2 a {
  position: absolute;
  right: 15px;
  font-size: 14px;
  color: #e6b039;
  text-transform: initial;
  font-weight: 400;
  height: 37px;
  line-height: 37px;
}

.contents .answer h2>i, .contents .news h2>i {
  color: #e6b039;
  margin-right: 10px;
}

.contents .answer .content, .contents .news .content {
  margin: 20px 0px;
}

.contents .answer .content .img, .contents .news .content .img {
  max-width: 200px;
  float: left;
  overflow: hidden;
}

@media (max-width: 480px) {
  .contents .answer .content .img, .contents .news .content .img {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

.contents .answer .content .img img, .contents .news .content .img img {
  width: 100%;
  transition: all .5s;
}

.contents .answer .content .img:hover img, .contents .news .content .img:hover img {
  transform: scale(1.1);
}

.contents .answer .content .text, .contents .news .content .text {
  margin-left: 160px;
  font-size: 14px;
}

@media (max-width: 480px) {
  .contents .answer .content .text, .contents .news .content .text {
    margin-left: 0px;
    margin-top: 10px;
    float: left;
  }
}

.contents .answer .content .text h3, .contents .news .content .text h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0px;
  text-transform: uppercase;
  color: #52311d;
}

.contents .answer .content .text p, .contents .news .content .text p {
  font-size: 14px;
}

.contents .answer .content .text a, .contents .news .content .text a {
  color: #52311d;
  font-weight: 500;
  float: right;
  font-size: 13px;
  color: #e6b039;
}

.contents .answer .content .text a i, .contents .news .content .text a i {
  margin-left: 7px;
}

hr {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (max-width: 480px) {
  hr {
    margin-top: 30px;
  }
}

.users h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0px;
  color: #52311d;
  background: #f4f4f4;
  height: 38px;
  margin-top: 0px;
}

.users h2 span {
  background: url(../images/imgbg.png) no-repeat right;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 10px 30px 10px 15px;
  height: 37px;
  line-height: 37px;
}

.users .item img {
  border: 1px solid #eaeaea;
}

.list_menu {
  margin-top: 17px;
  background: #f8f8f8;
  padding: 25px 0px;
}

.list_menu .list {
  width: 20%;
  float: left;
}

@media (max-width: 992px) {
  .list_menu .list {
    width: 25%;
  }
}

@media (max-width: 768px) {
  .about .col-lg-8, .slider_video .col-lg-8, .contents .col-lg-8 {
    padding-right: 15px;
  }
  .list_menu .list {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .list_menu .list {
    width: 100%;
  }
}

.list_menu .list ul {
  margin: 0px;
}

.list_menu .list ul li {
  list-style: none;
}

.list_menu .list ul li a {
  display: block;
  padding: 5px 0px;
  font-size: 14px;
  font-weight: 500;
  color: #52311d;
}

.form_lh {
  border: 1px solid #eaeaea;
  margin-top: 8px;
  background: #e6b039;
  background-image: linear-gradient(#f3c35b, #d6a435);
}

.form_lh form {
  margin-bottom: 0px;
}

.form_lh h2 {
  font-size: 20px;
  font-weight: 700;
  height: 33px;
  line-height: 33px;
  padding-left: 15px;
  color: #52311d;
  margin-top: 0px;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
  margin: 25px 0;
}

.form_lh form {
  text-align: center;
}

.form_lh form>div {
  text-align: left;
  margin-bottom: 5px;
}

.form_lh .content {
  padding: 10px;
}

.form_lh .content label {
  margin-top: 7px;
}

.form_lh .content label, .form_lh .content input, .form_lh .content textarea {
  width: 100%;
}

.form_lh .content input {
  height: 43px;
  padding-left: 15px;
  border: 1px solid #eaeaea;
}

.form_lh .content textarea {
  padding-left: 15px;
  padding-top: 10px;
  border: 1px solid #eaeaea;
  min-height: 104px;
  max-height: 130px;
}

.form_lh .content button {
  text-align: center;
  background: #ffffff;
  font-size: 14px;
  color: #52311d;
  border: none;
  outline: none;
  margin-top: 10px;
  font-weight: 700;
  padding: 5px 25px;
  height: 40px;
  line-height: 33px;
  text-transform: uppercase;
}

.form_lh .content button:hover {
  background: #ca8b00;
  color: #fff;
}

.tt {
  margin-top: 8px;
}

.tt .nav-tabs li {
  width: 33.33333%;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  background: #f9f9f9;
  text-align: center;
}

.tt .nav-tabs li a {
  font-weight: 700;
  color: #52311d;
  text-align: center;
}

.tt .nav-tabs li.active {
  border-bottom: 2px solid #fff;
  background: #e6b039;
}

.tt .nav-tabs li.active a {
  background: #e6b039;
}

.tt .tab-content {
  padding: 10px 0px;
  border: 1px solid #eaeaea;
  margin-top: -1px;
  height: 417px;
  overflow: auto;
}

.tt .tab-content ul {
  padding-left: 35px;
  margin-bottom: 0px;
  max-height: 400px;
  overflow-x: hidden;
}

.tt .tab-content ul::-webkit-scrollbar {
  width: 2px;
}

.tt .tab-content ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.tt .tab-content ul::-webkit-scrollbar-thumb {
  background: #e6b039;
}

.tt .tab-content li {
  font-size: 15px;
  padding: 8px 0px;
  color: #474747;
}

.tt .tab-content li a {
  color: #474747;
  font-size: 14px;
}

.tt .tab-content .xt {
  display: block;
  margin-right: 18px;
  font-size: 14px;
  color: #e6b039;
  margin-top: 5px;
  font-weight: 400;
  text-align: right;
}

.tt .tab-content .xt span {
  margin-right: 5px;
}

.tt .tab-content .xt i {
  font-weight: 400;
}

.about .list_service h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 12px 0px 10px 0px;
  background: #f4f4f4;
  color: #52311d;
  height: 38px;
}

.about .list_service h2 span {
  background: url("../images/imgbg.png") no-repeat right;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 10px 30px 10px 15px;
  height: 37px;
  line-height: 37px;
}

.about .list>ul {
  margin: 0px;
  list-style: none;
  width: 100%;
  padding: 0px;
}

.about .list>ul li {
  background: url("../images/checked.png") no-repeat left;
  width: 33.333%;
  float: left;
  margin: 7px 0px;
}

.about .list>ul li a {
  display: block;
  padding: 5px 10px 5px 25px;
  font-size: 14px;
  font-weight: 700;
  color: #52311d;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .about .list>ul li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .about .list>ul li {
    width: 100%;
  }
}

.about .list .content {
  margin-top: 8px;
}

.about .list .content .text p {
  margin: 0;
}

.about .list .content .img {
  max-width: 200px;
  float: left;
  overflow: hidden;
}

.about .list .content .img img {
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.about .list .content .img:hover img {
  transform: scale(1.1);
}

.about .list .content .text {
  margin-left: 230px;
  font-size: 14px;
}

.about .list .content .text h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0px;
  text-transform: uppercase;
  color: #52311d;
}

.about .list .content .text a {
  font-weight: 500;
  float: right;
  font-size: 13px;
  color: #e6b039;
}

.about .list .pagination ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.about .list .pagination ul li {
  display: inline-block;
  list-style: none;
}

.about .list .pagination ul li a {
  display: block;
  padding: 0px 10px;
  height: 25px;
  border: 1px solid #eaeaea;
  line-height: 25px;
}

.about .list .pagination ul li a:hover {
  font-weight: 700;
  background: #e6b039;
}

.about .list .pagination ul li a.active {
  font-weight: 700;
  background: #e6b039;
}

.tab-content::-webkit-scrollbar {
  width: 10px;
}

/* Track */

.tab-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

.tab-content::-webkit-scrollbar-thumb {
  background: #e6b039;
}

/* Handle on hover */

.tab-content::-webkit-scrollbar-thumb:hover {
  background: #e6b039;
}

footer .menu_footer {
  height: 55px;
  background: #52311d;
  border-bottom: 1px solid #8a5534;
}

footer .menu_footer .menu_left {
  float: left;
}

footer .menu_footer .menu_left ul {
  margin: 0px;
}

@media (max-width: 992px) {
  footer .menu_footer .menu_left ul {
    display: none;
  }
}

footer .menu_footer .menu_left ul li {
  list-style: none;
  display: inline-block;
}

footer .menu_footer .menu_left ul li:not(:first-child) a {
  border-left: 1px solid #8a5534;
}

footer .menu_footer .menu_left ul li a {
  display: block;
  height: 55px;
  line-height: 55px;
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: inherit;
}

footer .menu_footer .menu_left ul li a i {
  font-size: 20px;
}

footer .menu_footer .menu_left ul li:first-child a {
  height: auto;
}

footer .menu_footer .search_ft {
  display: none;
  float: left;
}

footer .menu_footer .search_ft p {
  margin: 0px;
  padding: 0px 15px;
  border-left: 1px solid #8a5534;
  cursor: pointer;
}

footer .menu_footer .search_ft p i {
  font-size: 20px;
  color: #fff;
  height: 55px;
  line-height: 55px;
}

footer .menu_footer .top_up {
  float: right;
}

footer .menu_footer .top_up p {
  margin: 0px;
  padding: 0px 15px;
  border-left: 1px solid #8a5534;
  background: #8a5534;
  cursor: pointer;
}

footer .menu_footer .top_up i {
  font-size: 20px;
  color: #fff;
  height: 55px;
  line-height: 55px;
}

footer .content_ft {
  background: #52311d;
}

footer .content_ft .logo_ft {
  text-align: center;
  padding-top: 30px;
  height: 256px;
  border-right: 1px solid #8a5534;
}

@media (max-width: 992px) {
  footer .content_ft .logo_ft {
    border-right: none;
  }
}

footer .content_ft h1 {
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin: 0px;
  padding: 35px 0px 10px 0px;
  text-transform: uppercase;
}

footer .content_ft h1 span {
  position: relative;
}

footer .content_ft h1 span:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: -3px;
  left: 0;
  height: 2px;
  background: #fff;
}

footer .content_ft .company {
  padding-top: 30px;
  border-right: 1px solid #8a5534;
  height: 256px;
}

@media (max-width: 992px) {
  footer .content_ft .company {
    border-right: none;
  }
}

footer .content_ft .company h2 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin: 0px;
  margin-top: 0px;
}

footer .content_ft .company .text p {
  font-size: 14px;
  color: #b8bec9;
}

footer .content_ft .company .text p a {
  color: #e6b039;
  font-weight: 700 !important;
}

footer .content_ft .company .text p i {
  margin-right: 5px;
  color: #e6b039;
}

footer .content_ft .company .text p span {
  color: #fff;
}

footer .fb_f {
  padding-top: 30px;
  padding-bottom: 0;
}

footer .content_ft .company .text p:last-child {
  margin-bottom: 0;
}

footer .copy {
  height: 54px;
  border-top: 1px solid #8a5534;
  background: #52311d;
}

footer .copy p {
  float: right;
  margin: 0px;
  height: 52px;
  color: #b8bec9;
  line-height: 52px;
  font-size: 12px;
}

@media (max-width: 576px) {
  .container {
    width: 100%;
  }
  footer .copy p {
    float: left;
  }
}

footer .copy p:first-child {
  float: left;
}

@media (max-width: 576px) {
  footer .copy p:first-child {
    display: none;
  }
}

footer .copy p a {
  color: #b8bec9;
  font-size: 12px;
}

footer .copy p i {
  margin-right: 5px;
}

.f_search {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}

.f_search>i {
  font-size: 30px;
  float: right;
  margin-right: 10px;
  color: #fff;
  cursor: pointer;
}

.f_search .search {
  margin: 200px auto;
  width: 224px;
  padding: 15px 0px;
}

.f_search .search form {
  height: 44px;
  position: relative;
  border-radius: 4px;
}

.f_search .search form input {
  width: 100%;
  height: 44px;
  background: #fff;
  border: none;
  outline: none;
  padding: 0px 10px;
  border-radius: 4px;
}

.f_search .search form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  padding: 0px 10px;
  background: transparent;
  border: none;
  outline: none;
}

.page-c-detail img {
  max-width: 100%;
}

/*# sourceMappingURL=styles.css.map */

/*7/4/2019*/

.about .contact_support .support_home img {
  width: 18px;
}

.about .contact_support .support_home a {
  margin: 0 10px;
}

.about .contact_support .support_home .content a i {
  font-size: 20px;
}

.about .contact_support .support_home .content {
  padding-bottom: 15px;
  text-align: center;
}

.services, .services .service {
  float: left;
  width: 100%;
}

.about, .about_contact .content, .about_contact .contact_support, .about_contact .contact {
  float: left;
  width: 100%;
}

.about_contact p {
  margin: 0 auto;
  margin-bottom: 15px;
  width: 75%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 25px;
  border: 1px solid #e6b039;
  background: #ececec;
}

.about_contact .contact_support .content p a {
  color: #000;
}

.about_contact .contact_support .content p i {
  color: #1950a3;
}

.about_contact p:hover {
  background: #1950a3;
  color: #fff;
  border: none;
}

.about_contact p:hover a, .about_contact p:hover i {
  color: #fff !important;
}

.contents {
  float: left;
  width: 100%;
}

.layout-news-detail-content .box-questionmaker .btn:first-child, .layout-news-detail-content .box-questionmaker .btn:nth-child(2) {
  display: none;
}

#myModal {
  z-index: 99999999!important;
}

@media (max-width: 575px) {
  .layout-news-detail-content .box-questionmaker .btn:first-child, .layout-news-detail-content .box-questionmaker .btn:nth-child(2) {
    display: block;
  }
  .layout-news-detail-content .box-questionmaker .btn span.hide-mb {
    display: none;
  }
  .about_contact_in {
    display: none;
  }
}

@media (min-width: 678px) {
  .about .about_left .content .text a {
    padding-right: 15px;
    left: unset !important;
    text-align: right;
  }
}

@media (max-width: 676px) {
  header {
    /* height: 120px; */
    position: sticky !important;
    top: 0;
    width: 100%;
    z-index: 5;
  }
  body header .menu {
    height: 0px;
  }
  header .top {
    margin-top: 0;
    padding: 0;
  }
  header .top .container {
    padding: 44px 15px 0px 15px !important;
  }
  .menu-btn-show {
    position: fixed;
    z-index: 999999999;
    top: 73px !important;
    right: 0px;
  }
  body .menu-btn-show .border-style {
    background: #fff !important;
  }
}

/* cong */

.popup_lh.fix {
  position: fixed;
  z-index: 9999;
  left: 0px;
  top: 0px;
  background: rgba(119, 119, 119, .5);
  width: 100%;
  height: 100%;
}

.popup_lh.fix .form_lh {
  max-width: 100%;
  width: 320px;
  margin: 6% auto;
  position: relative;
}

.popup_lh.fix .form_lh {
  /*background: #fff;*/
}

.popup_lh .fa {
  display: none;
}

.popup_lh.fix .fa {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 20px;
  cursor: pointer;
}

/* menu_v14 */

.list_menu .title-services {
  font-size: 16px;
  text-transform: uppercase;
  color: #52311d;
  margin: 0px;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-top: 15px;
}

.list_menu .title-services a {
  padding: 5px;
  background: #e6b039;
  color: #000;
}

.list_menu .title-services:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: rgba(230, 176, 57, 0.2);
  left: 0;
  top: 6px;
}

.list_menu {
  padding: 0px;
  list-style: none;
  width: 100%;
}

.list_menu li {
  width: 20%;
  float: left;
  padding: 5px 0px;
}

@media (max-width: 1366px) {
  header .menu .menu_item>ul>li>a {
    padding: 10px 10px;
  }
  header .menu .menu_item>ul>li:first-child>a {
    padding: 10px 20px;
  }
}

@media(max-width:992px) {
  .list_menu li {
    width: 33.33%;
  }
  .top_up {
    position: fixed;
    right: 10px;
    bottom: 45px;
    z-index: 999;
    opacity: 0;
    overflow: hidden;
    transition: all .5s;
    height: auto;
  }
  footer .menu_footer .menu_left ul li:not(:first-child) a {
    border-left: none;
  }
  .menu_footer {
    height: auto !important;
  }
  header .text_company {
    display: block;
  }
  .address_phone {
    display: none;
  }
  footer .content_ft .col-lg-3 {
    border-right: none;
  }
}

@media(max-width:600px) {
  .list_menu li {
    width: 50%;
  }
}

@media(max-width:400px) {
  .list_menu li {
    width: 100%;
  }
}

/* menu_v14 */

/* news_in_cat4003 */

.slider_video .tab-content .content_item .img {
  width: 100px;
  height: 66px;
  overflow: hidden;
  float: left;
}

#thongbao a {
  color: #474747;
  font-size: 14px;
}

#thongbao li {
  font-size: 15px;
  padding: 5px 0px;
  text-align: justify;
  color: #474747;
}

#thongbao li a {
  font-weight: 400 !important;
}

.slider_video .tab-content .tab-pane {
  border: none;
}

/* news_in_cat4003 */

/* menu_2503 */

.support_mobile .footer-support {
  position: relative;
  border-top: none;
}

.support_mobile .footer-support-icon a {
  font-size: 18px;
}

/* menu_2503 */

.about_contact.mobile {
  display: none;
}

@media (max-width: 575px) {
  .about_contact.mobile {
    display: block;
  }
  .page-in .list_menu {
    display: none;
  }
  footer {
    float: left;
    width: 100%;
  }
  #footer-support {
    background-color: #8a5534;
    color: #fff;
    bottom: 0;
    width: 55%;
    padding: 8px 25px;
    min-height: 30px;
    text-align: left;
    z-index: 999999;
    border-radius: 25px;
    padding-top: 13px;
    z-index: 999999;
  }
  #footer-support a {
    color: #fff;
    font-size: 18px;
  }
  #footer-support .icphone {
    background-color: inherit;
    font-size: 23px;
    color: #f8f8f8;
    line-height: 17px;
  }
}

footer .content_ft .fb_f .company {
  height: auto;
}

@media (min-width: 1200px) {
  .about_contact .fixed {
    position: fixed;
    z-index: 9999;
    visibility: inherit !important;
    background: #fff;
  }
}

@media (max-width: 1366px) {
  footer .fb_f {
    margin-top: 22px;
    padding-top: 10px;
  }
  footer .content_ft .fb_f .company {
    padding: 0;
  }
  .menu-bar-lv-1.active>a {
    font-weight: 700;
  }
  .menu-bar-mobile form {
    float: left;
    width: 100%;
    position: relative;
  }
  .menu-bar-mobile form button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 34px;
  }
}

.online {
  margin-right: 10px;
}