body {
  background: #e4e6eb;
  font-family: "Tahoma", sans-serif;
  font-size: 15px;
}

.click_out {
  position: absolute;
  z-index: 99998;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

a {
  text-decoration: none !important;
}

.open-nav {
  font-size: 30px;
  color: #f58834;
  z-index: 99;
  cursor: pointer;
  right: 0;
  position: absolute;
  display: none;
}

#menu-mobile {
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 300px;
  height: 100%;
  transform: translateX(-300px);
  transition: all 0.4s;
  overflow: auto;
}
#menu-mobile .fa-window-close {
  color: #f58834 !important;
  font-size: 28px !important;
  cursor: pointer;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 10px;
}
#menu-mobile .nav_mobile {
  padding: 20px 15px;
}
#menu-mobile .nav_mobile .logo_sidebar {
  text-align: center;
}
#menu-mobile .nav_mobile .logo_sidebar img {
  max-height: 55px;
  display: inline-block;
}
#menu-mobile .nav_mobile ul {
  list-style: none;
  padding: 0;
  overflow: auto;
}
#menu-mobile .nav_mobile ul li {
  clear: both;
  border-top: 1px solid #e9e9e9;
  position: relative;
}
#menu-mobile .nav_mobile ul li:first-child {
  border: none;
}
#menu-mobile .nav_mobile ul li a {
  color: white;
  padding: 10px 0;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 0.2s;
}
#menu-mobile .nav_mobile ul li a:hover {
  transition: all 0.2s;
  color: #f58834;
}
#menu-mobile .nav_mobile ul li .sub-menu {
  padding: 0;
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}
#menu-mobile .nav_mobile ul li .sub-menu li:first-child {
  border-top: 1px solid #e9e9e9;
}
#menu-mobile .nav_mobile ul li .sub-menu li a {
  padding-left: 20px;
  display: inline-block;
}
#menu-mobile .nav_mobile ul li .sub-menu .sub-menu {
  max-height: 0;
  overflow: hidden;
}
#menu-mobile .nav_mobile ul li .sub-menu .sub-menu a {
  padding-left: 40px;
}
#menu-mobile .nav_mobile ul .active a {
  font-weight: 700;
}
#menu-mobile .nav_mobile .user-nav-mb span {
  width: 50%;
  float: left;
}
#menu-mobile .nav_mobile .user-nav-mb span i {
  margin-right: 10px;
  color: #e4e6eb;
}
#menu-mobile .nav_mobile .user-nav-mb span a {
  color: black;
}
#menu-mobile .accordion {
  color: white;
  cursor: pointer;
  width: 10%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0;
  background: none;
}
#menu-mobile .accordion:after {
  content: "\f067";
  font-family: "Fontawesome";
  color: white;
  font-weight: bold;
  margin-left: 5px;
}
#menu-mobile .accordion.active:after {
  content: "\f068";
  font-family: "Fontawesome";
}

.top {
  background: #587e44;
}
.top .left ul li {
  margin-right: 25px;
}
.top .left ul li:after {
  content: "";
  width: 1px;
  height: 12px;
  right: -15px;
  top: 6px;
  position: absolute;
  background-color: #ccc;
}
.top .left ul li:last-child:after {
  display: none;
}
.top .social {
  float: right;
}
.top .social li a {
  width: 22px;
  height: 22px;
  color: white;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  background: #f58834;
  border-radius: 100%;
}
.top ul {
  padding: 0;
  margin: 10px 0;
}
.top ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  /*&:after {
      position: absolute;
      top: 15px;
      right: -2px;
      content: '';
      width: 1px;
      height: 10px;
      background: #c5c3c3;
  };*/
}
.top ul li:last-child:after {
  display: none;
}
.top ul li a {
  color: #e4e6eb;
  font-size: 14px;
}
.top #menu1 {
  float: right;
  margin-left: 10px;
}
.top #menu1 li {
  margin-left: 15px;
}
.top #menu1 li:after {
  content: "";
  width: 1px;
  height: 12px;
  right: -10px;
  top: 7px;
  position: absolute;
  background-color: #ccc;
}
.top #menu1 li:last-child:after {
  display: none;
}
.top .right {
  text-align: right;
}

.en {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: relative;
  display: inline-block;
}
.en:before {
  position: absolute;
  background: url(../images/en.png) no-repeat;
  top: 2px;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.vi {
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  position: relative;
}
.vi:before {
  position: absolute;
  background: url(../images/vn.png) no-repeat;
  top: 2px;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 1000;
}
header .logo {
  padding: 10px 0;
}
header .logo img {
  height: 90px;
  width: auto;
  transition: all 0.3s;
}
header .contact_header {
  text-align: right;
}
header .contact_header ul {
  margin-top: 10px;
  margin-bottom: 0;
}
header .contact_header ul li {
  list-style: none;
  display: inline-flex;
  margin-left: 25px;
  position: relative;
}
header .contact_header ul li a {
  color: black;
}
header .contact_header ul li:after {
  content: "";
  width: 1px;
  height: 12px;
  left: -15px;
  top: 6px;
  position: absolute;
  background-color: #ccc;
}
header .contact_header ul li:first-child:after {
  display: none;
}
header .contact_header ul li i {
  margin-right: 10px;
}
header .contact_header p {
  margin: 0;
}
header .contact_header p a {
  color: white;
}
header .contact_header p i {
  background-color: #f58834;
  font-size: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
header .hd_menu {
  align-items: center;
  float: right;
}
header .hd_menu ul {
  padding: 0;
  margin: 0;
  float: right;
}
header .hd_menu ul .active a {
  color: #f58834;
}
header .hd_menu ul .fa.fa-caret-down {
  float: right;
  padding-left: 5px;
  margin-top: 3px;
}
header .hd_menu ul .current-menu-item a {
  color: #587e44;
}
header .hd_menu ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
header .hd_menu ul li a {
  padding: 20px 10px;
  display: inline-block;
  color: black;
  transition: all 0.3s;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: normal;
}
header .hd_menu ul li a:hover {
  transition: all 0.3s;
}
header .hd_menu ul li::after {
  content: "";
  right: -4px;
  top: 25px;
  width: 1px;
  height: 15px;
  background: white;
  position: absolute;
}
header .hd_menu ul li:last-child:after {
  background: transparent;
}
header .hd_menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
header .hd_menu ul li .sub-menu {
  position: absolute;
  top: 71px;
  padding: 0;
  width: 300px;
  text-align: left;
  box-shadow: none;
  display: block;
  border-radius: 0;
  z-index: 10;
  opacity: 0;
  border-top: 7px solid #f58834;
  visibility: hidden;
  background: #587e44;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  background-color: white;
}
header .hd_menu ul li .sub-menu li {
  list-style: none;
  position: relative;
  margin: 0;
  display: block;
  border-bottom: 0;
  padding: 15px !important;
  border-bottom: 1px solid #d4d6d7;
  background-color: #e6e7e8;
}
header .hd_menu ul li .sub-menu li:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 18px;
  top: 15px;
  right: 15px;
  background: transparent;
}
header .hd_menu ul li .sub-menu li:last-child {
  border-bottom: 0px;
}
header .hd_menu ul li .sub-menu li:last-child:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 18px;
  top: 15px;
  right: 15px;
  background: transparent;
}
header .hd_menu ul li .sub-menu li a {
  font-size: 15px;
  height: auto;
  display: block;
  width: 100%;
  line-height: 24px;
  color: black;
  padding: 0 !important;
  text-transform: none;
}
header .hd_menu ul li .sub-menu li a::before {
  background: none;
}
header .hd_menu ul li .sub-menu li:hover {
  background-color: white;
  transition: all 0.1s;
}
header .hd_menu ul li .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
  top: -7px !important;
}
header .hd_menu ul li .sub-menu li .sub-menu {
  position: absolute;
  padding: 0;
  width: 300px;
  top: 100px !important;
  right: -100%;
  border-top: 7px solid #f58834;
  display: block;
  border-radius: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  background: #e4e6eb;
  transition: all 0.3s;
}
header .hd_menu ul li .sub-menu li .sub-menu li::after {
  display: none;
}
header .hd_menu ul .lang-item a {
  padding: 30px 5px;
}
header .hd_menu .search_hd {
  margin-left: 20px;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  margin-top: 16px;
  float: right;
}
header .hd_menu .search_hd .icon {
  text-align: center;
  font-size: 18px;
  margin-top: 7px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #f58834;
  color: white;
}
header .hd_menu .search_hd .form-search {
  position: absolute;
  right: -4px;
  top: 100%;
  width: 300px;
  z-index: 1000;
  background: rgba(245, 136, 52, 0.9);
  padding: 20px;
  text-align: left;
  box-shadow: 0 2px 4px 0 rgba(128, 128, 128, 0.3);
  margin: 0;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  border-radius: 5px;
}
header .hd_menu .search_hd .form-search .input-group {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
header .hd_menu .search_hd .form-search .input-group:before {
  content: "";
  width: 0;
  height: 0px;
  border-left: 5px solid transparent;
  border-bottom: 9px solid rgba(245, 136, 52, 0.9);
  border-right: 5px solid transparent;
  right: -5px;
  z-index: 999;
  position: absolute;
  top: -29px;
}
header .hd_menu .search_hd .form-search input {
  outline: none;
  border: none;
  border-bottom: 1px solid #e4e6eb;
  width: 100%;
  padding: 5px 0;
  color: #e4e6eb;
  background: none;
}
header .hd_menu .search_hd .form-search input::-moz-placeholder {
  color: #fff;
}
header .hd_menu .search_hd .form-search input::placeholder {
  color: #fff;
}
header .hd_menu .search_hd .form-search input:focus {
  outline: none;
  box-shadow: none;
}
header .hd_menu .search_hd .form-search i {
  position: absolute;
  right: 0;
  top: 50%;
  color: #e4e6eb;
  transform: translateY(-50%);
  opacity: 0.6;
  cursor: pointer;
  z-index: 9999;
}

.slider {
  transition: all 0.5s;
  position: relative;
}
.slider .owl-nav {
  margin: 0;
}
.slider .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.slider .owl-theme .item {
  position: relative;
}
.slider .owl-theme .item .content {
  position: absolute;
  top: 300px;
  left: 0;
  width: 100%;
  z-index: 1000000;
}
.slider .owl-theme .item .content .ct {
  background: rgba(88, 126, 68, 0.8);
  padding: 20px;
}
.slider .owl-theme .item .content .ct {
  max-width: 1000px;
}
.slider .owl-theme .item .content h1 {
  color: white;
  font-weight: bold;
}
.slider .owl-theme .item .content p {
  font-size: 16px;
  color: white;
  margin: 20px 0;
}
.slider .owl-theme .item .content a {
  display: inline-block;
  color: white;
  padding: 10px;
  border-radius: 10px;
  background-color: #f58834;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #f58834;
  font-size: 14px;
}
.slider .owl-theme .item .content .btn {
  background-color: transparent;
  border: 2px solid #ccc;
  font-size: 14px;
}
.slider .owl-theme .item .content .slide_cta {
  max-width: 600px;
}
.slider .owl-theme .item img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .owl-theme .owl-dots .owl-dot span {
  background: none;
  border: 1px solid #f58834;
  border-radius: 50%;
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #f58834;
  border-radius: 50%;
}
.slider:hover .owl-prev {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.slider:hover .owl-next {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.slider .owl-prev {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  color: #587e44 !important;
  width: 40px;
  height: 40px;
  line-height: 34px;
  font-size: 20px !important;
  margin: 0 !important;
  border: 1px solid white;
  background-color: white !important;
  border-radius: 5px !important;
  transition: all 0.5s;
  padding-top: 2px !important;
}
.slider .owl-prev:hover {
  background-color: transparent !important;
  transition: all 0.3s;
}
.slider .owl-next {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  color: #587e44 !important;
  width: 40px;
  height: 40px;
  line-height: 34px;
  font-size: 20px !important;
  border-radius: 0% !important;
  margin: 0 !important;
  border: 1px solid white;
  border-radius: 5px !important;
  background-color: white !important;
  transition: all 0.5s;
  padding-top: 2px !important;
}
.slider .owl-next:hover {
  background-color: transparent !important;
  transition: all 0.3s;
}

.slider1 {
  transition: all 0.5s;
  position: relative;
}
.slider1 .owl-nav {
  margin: 0;
}
.slider1 .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.slider1 .owl-theme .item {
  position: relative;
}
.slider1 .owl-theme .item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 350px;
}
.slider1 .owl-theme .item .content {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  z-index: 1000000;
}
.slider1 .owl-theme .item .content .ct {
  max-width: 1000px;
}
.slider1 .owl-theme .item .content h1 {
  color: #f58834;
  font-weight: bold;
}
.slider1 .owl-theme .item .content p {
  font-size: 16px;
  color: white;
  margin: 20px 0;
}
.slider1 .owl-theme .item .content a {
  display: inline-block;
  color: white;
  padding: 10px;
  border-radius: 10px;
  background-color: #f58834;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #f58834;
}
.slider1 .owl-theme .item .content .btn {
  background-color: transparent;
  border: 2px solid #ccc;
}
.slider1 .owl-theme .item .content .slide_cta {
  max-width: 600px;
}
.slider1 .owl-theme .owl-dots .owl-dot span {
  background: none;
  border: 1px solid #f58834;
  border-radius: 50%;
}
.slider1 .owl-theme .owl-dots .owl-dot.active span,
.slider1 .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #f58834;
  border-radius: 50%;
}
.slider1:hover .owl-prev {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.slider1:hover .owl-next {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.slider1 .owl-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #587e44 !important;
  width: 40px;
  height: 40px;
  line-height: 34px;
  font-size: 20px !important;
  margin: 0 !important;
  border: 1px solid white;
  background-color: white !important;
  border-radius: 5px !important;
  transition: all 0.5s;
  padding-top: 2px !important;
}
.slider1 .owl-prev:hover {
  background-color: transparent !important;
  transition: all 0.3s;
}
.slider1 .owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #587e44 !important;
  width: 40px;
  height: 40px;
  line-height: 34px;
  font-size: 20px !important;
  border-radius: 0% !important;
  margin: 0 !important;
  border: 1px solid white;
  border-radius: 5px !important;
  background-color: white !important;
  transition: all 0.5s;
  padding-top: 2px !important;
}
.slider1 .owl-next:hover {
  background-color: transparent !important;
  transition: all 0.3s;
}

.cta {
  background-color: #587e44;
  padding: 40px 0;
}
.cta p {
  color: white;
  font-size: 22px;
  font-weight: normal;
  margin: 0;
  margin-top: 5px;
}
.cta .btn {
  color: white;
  padding: 10px 20px;
  border: 2px solid white;
  border-radius: 10px;
  float: right;
}

.partner {
  padding: 20px 0;
  background-color: white;
}
.partner .item {
  text-align: center;
  padding: 10px;
}
.partner img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.widget1 {
  background: url(../images/widget1_bg.png) no-repeat;
  padding: 30px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.widget1 .title h2 {
  color: #f58834;
}
.widget1 .title p {
  font-size: 16px;
}
.widget1 .content {
  background-color: #587e44;
  font-size: 16px;
}
.widget1 .content .widget1_content {
  padding: 40px 0;
  color: white;
  text-align: justify;
}
.widget1 .content p {
  color: white;
}
.widget1 .text {
  padding-top: 50px;
  font-size: 16px;
  text-align: justify;
}

.widget2 {
  background-color: #587e44;
}
.widget2 .row {
  margin: 0px;
}
.widget2 [class*=col-] {
  padding: 0px;
}
.widget2 .text {
  padding: 45px;
  color: white;
  font-size: 16px;
  text-align: justify;
}
.widget2 .text h3 {
  color: white;
  margin-bottom: 40px;
}

.widget2_gt {
  background: url(../images/widget1_bg.png) no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.widget2_gt .row {
  margin: 0px;
}
.widget2_gt [class*=col-] {
  padding: 0px;
}
.widget2_gt .text {
  padding: 40px 30px;
  color: black;
  font-size: 16px;
}
.widget2_gt .text h3 {
  color: #f58834;
  font-size: 28px;
  margin-bottom: 35px;
}

.error-page {
  background: #f58834;
  text-align: center;
  padding: 60px 0;
}
.error-page h2 {
  font-style: normal;
  line-height: 1.4;
  margin-bottom: 15px;
  margin-top: 15px;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  font-size: 40px;
  color: #fff;
}
.error-page a {
  color: #fff;
  border: 2px solid #fff;
  padding: 12px 32px;
  margin: 10px 5px;
  height: auto;
  min-height: 36px;
  line-height: 36px;
  font-size: 24px;
  display: inline-block;
}

.number {
  margin: 20px 0;
}
.number .item {
  text-align: center;
  background-color: #f58834;
  padding: 15px 0;
}
.number .item h2 {
  color: #f58834;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  color: white;
}
.number .item h2:after {
  width: 50px;
  height: 2px;
  position: absolute;
  background: white;
  content: "";
  text-align: center;
  bottom: -10px;
  transform: translateX(-50%);
  left: 50%;
}
.number .item p {
  max-width: 120px;
  margin: 0 auto;
  color: white;
}

.bg {
  background: url(../images/widget1_bg.png) no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
}
.bg .widget1 {
  background: none !important;
}
.bg .widget1 .text {
  padding: 20px 0;
}

.our_practice {
  padding-bottom: 50px;
}
.our_practice .row {
  margin: 0 -3px;
}
.our_practice [class*=col-] {
  padding: 0 3px;
}
.our_practice .title {
  color: #f58834;
  margin-bottom: 30px;
}
.our_practice .show_more {
  text-align: center;
  margin-top: 20px;
}
.our_practice .show_more span {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f58834;
}
.our_practice .item {
  background-color: #dbddde;
  padding: 40px;
  position: relative;
  margin-bottom: 6px;
}
.our_practice .item .ct {
  text-align: justify;
}
.our_practice .item .tat {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  background: url(../images/tat1.png) no-repeat;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 40px;
  right: 40px;
}
.our_practice .item h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.our_practice .item h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
.our_practice .item h3 a {
  color: #f58834;
}
.our_practice .item p {
  font-size: 14px;
}
.our_practice .item .more {
  text-transform: uppercase;
  position: relative;
  margin-top: 20px;
  font-size: 13px;
}
.our_practice .item .more a {
  color: #f58834;
}
.our_practice .item .more i {
  width: 25px;
  height: 25px;
  margin-left: 20px;
  background: url(../images/play1.png) no-repeat;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -2px;
  right: 5px;
}
.our_practice .item:hover {
  background: #587e44;
  color: white;
}
.our_practice .item:hover h3 a {
  color: white;
}
.our_practice .item:hover .more a {
  color: white;
}
.our_practice .item:hover .more i {
  background: url(../images/play.png) no-repeat;
}
.our_practice .item:hover .tat {
  background: url(../images/tat2.png) no-repeat;
}
.our_practice .item1 {
  margin-bottom: 15px;
  cursor: pointer;
}
.our_practice .item1 .thumb {
  display: block;
}
.our_practice .item1 .thumb img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
.our_practice .item1:hover .content {
  background: #587e44;
}
.our_practice .item1:hover .icon i {
  background: url(../images/play.png) no-repeat;
}
.our_practice .item1 .content {
  background: url(../images/widget2_bg.png) no-repeat;
  background-size: cover;
  padding: 20px;
}
.our_practice .item1 h4 {
  margin: 10px 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
}
.our_practice .item1 h4 a {
  color: white;
}
.our_practice .item1 p {
  color: white;
  font-size: 14px;
}
.our_practice .item1 .icon {
  text-align: right;
}
.our_practice .item1 .icon i {
  width: 25px;
  height: 25px;
  background: url(../images/play1.png) no-repeat;
  border-radius: 50%;
  display: inline-block;
}

.feedback {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  background-color: #587e44;
}
.feedback .container {
  position: relative;
}
.feedback .more {
  position: absolute;
  bottom: -66px;
  left: 0;
}
.feedback .more a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid white;
  color: white;
  background-color: #f58834;
  border-radius: 15px;
}
.feedback .title {
  margin-bottom: 50px;
}
.feedback .title h2 {
  text-align: right;
  font-weight: bold;
  color: white;
}
.feedback .content {
  position: relative;
}
.feedback .content .nhay {
  position: absolute;
  top: -10px;
  left: 0;
}
.feedback .content .nhay img {
  width: 70px;
}
.feedback .item {
  padding-left: 100px;
}
.feedback .item p {
  color: white;
  text-align: justify;
}
.feedback .item .user {
  position: relative;
  text-align: right;
  display: inline-block;
  padding-bottom: 30px;
  text-align: right;
  margin-top: 20px;
}
.feedback .item .user:before {
  content: "";
  height: 2px;
  width: 70px;
  left: -150px;
  background-color: white;
  top: 15px;
  position: absolute;
}
.feedback .item .user img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 2px solid white;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -25px;
  left: -90px;
}

.form {
  background: url(../images/form.jpg) no-repeat;
  padding: 50px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.form .form_content {
  background: rgba(88, 126, 68, 0.8);
  padding: 1px 50px;
}
.form .form_content .title {
  text-align: center;
  color: white;
  margin-bottom: 20px;
  padding-top: 50px;
}
.form .form_content label {
  display: inline-block;
  margin-top: 10px;
  color: white;
}
.form .form_content input, .form .form_content select, .form .form_content textarea {
  border-radius: 10px;
}
.form .form_content .btn {
  width: 100%;
  background-color: white;
  color: #f58834;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
.form .form_content p {
  color: white;
  text-align: center;
  font-size: 16px;
}

.intro {
  background: url(../images/nenden.png) no-repeat;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #587e44;
  padding: 50px 0;
}
.intro img {
  height: 95px;
}
.intro p {
  color: #fefefe;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 15px;
}

.news {
  padding: 30px 0;
  background-color: #587e44;
}
.news .row {
  margin: 0 -10px;
}
.news [class*=col-] {
  padding: 0 10px;
}
.news h3 {
  position: relative;
  padding-left: 40px;
  border-bottom: 1px solid white;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}
.news h3:before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/favicon.png) no-repeat;
  border-radius: 100%;
  content: "";
  position: absolute;
}
.news h3 a {
  color: white;
}

.team {
  padding: 40px 0;
  background: url(../images/widget1_bg.png) no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.team .title {
  margin-bottom: 30px;
}
.team .title h2 {
  color: #f58834;
}
.team .tab-content {
  margin-bottom: 20px;
}
.team ul li a {
  display: block;
  position: relative;
  padding: 0;
}
.team ul li a img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.team ul li a .ct {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f58834;
  width: 100%;
  padding: 15px;
}
.team ul li a .ct h3 {
  color: white;
  font-size: 18px;
  margin: 0;
  text-align: right;
}
.team ul li a .ct p {
  color: white;
  text-align: right;
  margin: 5px 0;
}
.team .content .tab-content .row {
  margin: 0px;
}
.team .content .tab-content [class*=col-] {
  padding: 0px;
}
.team .content .tab-content .col-md-8 {
  background-color: #f58834;
}
.team .content .description {
  padding: 25px;
  color: white;
}

.chungnhan {
  background-color: #587e44;
  padding: 40px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.chungnhan .title {
  margin-bottom: 30px;
  margin-left: 20px;
}
.chungnhan .title h2 {
  color: white;
}
.chungnhan .item a {
  display: block;
  padding: 20px;
}

.partner_gt {
  background: url(../images/feedback.png) no-repeat;
  padding: 40px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.partner_gt .title {
  margin-bottom: 30px;
}
.partner_gt .title h2 {
  font-size: 32px;
}
.partner_gt .title h2 span {
  display: inline-block;
  background-color: transparent;
  position: relative;
  color: #f58834;
}
.partner_gt .title h3 {
  width: 100%;
  height: 30px;
  background-color: #f58834;
  margin-top: 8px;
}
.partner_gt .item a {
  display: block;
  padding: 20px;
}
.partner_gt .item img {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.partner_gt .owl-nav {
  margin: 0;
}
.partner_gt .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.partner_gt .owl-theme .item {
  position: relative;
}
.partner_gt .owl-theme .item .content {
  position: absolute;
  top: 300px;
  left: 0;
  width: 100%;
  z-index: 1000000;
}
.partner_gt .owl-theme .item .content .ct {
  max-width: 1000px;
}
.partner_gt .owl-theme .item .content h1 {
  color: #f58834;
  font-weight: bold;
}
.partner_gt .owl-theme .item .content p {
  font-size: 16px;
  color: white;
  margin: 20px 0;
}
.partner_gt .owl-theme .item .content a {
  display: inline-block;
  color: white;
  padding: 10px;
  border-radius: 10px;
  background-color: #f58834;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #f58834;
}
.partner_gt .owl-theme .item .content .btn {
  background-color: transparent;
  border: 2px solid #ccc;
}
.partner_gt .owl-theme .item .content .slide_cta {
  max-width: 600px;
}
.partner_gt .owl-theme .item img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.partner_gt .owl-theme .owl-dots .owl-dot span {
  background: none;
  border: 1px solid #f58834;
  border-radius: 50%;
}
.partner_gt .owl-theme .owl-dots .owl-dot.active span,
.partner_gt .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #f58834;
  border-radius: 50%;
}
.partner_gt:hover .owl-prev {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.partner_gt:hover .owl-next {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.partner_gt .owl-prev {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  color: white !important;
  width: 34px;
  height: 34px;
  line-height: 22px !important;
  font-size: 24px !important;
  margin: 0 !important;
  border: 1px solid white;
  background-color: #f58834 !important;
  border-radius: 100% !important;
  transition: all 0.5s;
  padding-top: 2px !important;
}
.partner_gt .owl-prev:hover {
  transition: all 0.3s;
}
.partner_gt .owl-next {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  color: white !important;
  width: 34px;
  height: 34px;
  line-height: 22px !important;
  font-size: 24px !important;
  border-radius: 0% !important;
  margin: 0 !important;
  border: 1px solid white;
  border-radius: 100% !important;
  background-color: #f58834 !important;
  transition: all 0.5s;
  padding-top: 2px !important;
}
.partner_gt .owl-next:hover {
  transition: all 0.3s;
}

.sidebar {
  margin-bottom: 30px;
}
.sidebar .sidebar_contact {
  background: url(../images/nenxanh1.png);
  padding: 15px 2px;
  background-size: cover;
}
.sidebar .sidebar_contact h3 {
  color: white;
  padding-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 20px;
}
.sidebar .sidebar_contact img {
  margin-bottom: 15px;
}
.sidebar .sidebar_contact .content {
  position: relative;
  padding: 0 20px;
  padding-right: 40px;
  display: block;
}
.sidebar .sidebar_contact .content img {
  position: absolute;
  top: 10px;
  right: 0;
}
.sidebar .sidebar_contact h4 {
  margin: 0;
  color: white;
  font-size: 18px;
  text-align: right;
  margin-bottom: 5px;
}
.sidebar .sidebar_contact p {
  color: white;
  font-size: 13px;
  margin: 0;
  text-align: right;
}
.sidebar .sidebar_news {
  margin: 15px 0;
}
.sidebar .sidebar_news h3 {
  background-color: #e6e7e8;
  color: #f58834;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
.sidebar .sidebar_news ul {
  padding: 0;
  margin: 20px 0;
}
.sidebar .sidebar_news ul li {
  list-style: none;
  border-bottom: 1px solid #8f9092;
  padding: 10px 0;
  text-transform: uppercase;
}
.sidebar .sidebar_news ul li a {
  color: black;
}
.sidebar .sidebar_video {
  margin: 15px 0;
}
.sidebar .sidebar_video h3 {
  background-color: #e6e7e8;
  color: #f58834;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}

footer {
  background: url(../images/image.jpg) no-repeat;
  padding: 50px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer h3 {
  color: #f58834;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  margin-bottom: 5px;
}
footer h4 {
  color: #f58834;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
footer .textwidget {
  margin-bottom: 20px;
}
footer p {
  color: #fefefe;
  margin-bottom: 2px;
  font-size: 16px;
}
footer .item ul {
  padding: 0;
  margin: 0;
}
footer .item ul li {
  list-style: none;
  position: relative;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  color: #e4e6eb;
  width: 100%;
  display: block;
  font-size: 16px;
}
footer .item ul li:before {
  position: absolute;
  content: "\f105";
  font-family: "Fontawesome";
  right: 10px;
  top: 7px;
  color: #d2cfcf;
  font-weight: normal;
}
footer .item ul li a {
  color: #e4e6eb;
  display: inline-block;
  font-size: 16px;
}
footer .brand ul {
  list-style: none;
  padding: 0;
  padding: 10px;
  border-left: 1px solid #898888;
  padding-left: 15px;
}
footer .brand ul li {
  margin: 5px 0;
}
footer .brand ul li a {
  color: white;
}
footer .brand .en, footer .brand .vi {
  margin-right: 7px;
}
footer .brand .en::before, footer .brand .vi::before {
  top: 4px;
}
footer .brand img {
  margin-top: 5px;
}
footer .brand .fa {
  background-color: #f58834;
  font-size: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-right: 7px;
}
footer .social {
  padding-left: 0;
  margin: 20px 0;
  padding-top: 15px;
  border-top: 1px solid #898888;
  list-style: none;
}
footer .social li a {
  width: 27px;
  height: 27px;
  color: white;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  line-height: 27px;
  background: #f58834;
  border-radius: 100%;
  margin-right: 5px;
}

.copy_right {
  background: #587e44;
  background-position: center -4px;
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.copy_right ul {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.copy_right ul li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
}
.copy_right ul li:after {
  position: absolute;
  top: 5px;
  right: -10px;
  content: "";
  background-color: white;
  width: 2px;
  height: 12px;
}
.copy_right ul li:last-child:after {
  display: none;
}
.copy_right ul li a {
  color: white;
}

@media screen and (max-width: 991px) {
  .form .form_content .title {
    padding-top: 0;
  }
  .team ul li a img {
    height: auto;
  }
  header {
    position: static;
  }
  .slider .owl-prev {
    left: 0;
  }
  .slider .owl-next {
    right: 0;
  }
  .slider .owl-theme .item img {
    height: 450px !important;
  }
  .slider .owl-theme .item .content {
    top: 20px;
    text-align: center;
  }
  .slider .owl-theme .item .content h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .slider .owl-theme .item .content p {
    font-size: 12px;
  }
  .slider .owl-theme .item .content .slide_cta a {
    font-size: 10px;
    padding: 5px;
    margin-bottom: 10px;
  }
  .slider .owl-theme .item .content .slide_cta .row {
    margin: 0 -5px;
  }
  .slider .owl-theme .item .content .slide_cta [class*=col-] {
    padding: 0 5px;
  }
  .slider1 .owl-theme .item img {
    height: auto;
  }
  .slider1 .owl-theme .item .content {
    top: 20px;
    text-align: center;
  }
  .slider1 .owl-theme .item .content h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .slider1 .owl-theme .item .content p {
    display: none;
    padding: 0 40px;
  }
  .slider1 .owl-theme .item .content .slide_cta a {
    font-size: 10px;
    padding: 5px;
    margin-bottom: 10px;
  }
  .slider1 .owl-theme .item .content .slide_cta .row {
    margin: 0 -5px;
  }
  .slider1 .owl-theme .item .content .slide_cta [class*=col-] {
    padding: 0 5px;
  }
  .cta {
    text-align: center;
  }
  .cta h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .cta .btn {
    float: none;
  }
  .widget1 .content .widget1_content {
    padding: 30px 0px;
  }
  .widget2 .text {
    padding: 30px 0;
  }
  .widget2_gt .text {
    padding: 30px 0;
  }
  .form .form_content {
    padding: 20px 10px;
  }
  .form .form_content .title h2 {
    font-size: 25px;
  }
  .related .item {
    margin: 10px 0;
  }
  .related .item h4 {
    margin: 0 !important;
  }
  .related .item .thumb img {
    height: auto !important;
    margin-top: 5px;
  }
  .related .row {
    margin: 0 -7px;
  }
  .related [class*=col-] {
    padding: 0 7px;
  }
  .counter_home .item .counter {
    font-size: 38px !important;
  }
  .intro .list_info .item h4 {
    width: 85%;
  }
  .open-nav {
    display: inline-table;
    right: 0px;
    top: 20px;
  }
  header .logo {
    width: 100%;
    text-align: left;
    position: relative;
  }
  header .logo img {
    height: 50px;
  }
  .news_main .news_right {
    padding-left: 0px;
  }
  .news_main {
    margin-top: 30px;
  }
  .title h3 {
    font-size: 28px !important;
  }
  header .hd_menu .search_hd {
    margin-right: 40px !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    margin-top: 25px !important;
  }
  footer .item {
    margin-bottom: 20px;
  }
  .menu_footer {
    margin-top: 10px;
  }
  .menu_footer ul li {
    width: 50%;
    float: left;
    padding: 0;
  }
  .menu_footer ul li::before {
    display: none;
  }
  .menu_footer ul li > a {
    font-weight: bold;
    text-transform: uppercase;
  }
  .menu_footer ul li ul {
    margin-top: 10px;
  }
  .menu_footer ul li ul li {
    margin: 5px 0;
    width: 100%;
  }
  .menu_footer ul li ul li a {
    font-weight: normal;
    text-transform: capitalize;
  }
}
.scrollup {
  position: fixed;
  right: 2%;
  bottom: 5%;
  background-color: #f58834;
  z-index: 99999 !important;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.scrollup a {
  color: #fff;
  line-height: 40px;
  font-size: 30px;
  text-decoration: none;
  font-weight: 700;
}

article {
  line-height: 26px;
}
article h1 {
  text-align: left;
}
article .title {
  font-size: 30px;
  font-weight: 700;
  /*text-transform: uppercase;*/
  color: black;
  margin-bottom: 20px;
}
article figure {
  max-width: 100% !important;
}
article img {
  max-width: 100%;
  height: auto;
}
article h1 {
  font-size: 32px;
}
article h2 {
  font-size: 27px;
}
article h3 {
  font-size: 22px;
}
article h4 {
  font-size: 19px;
}
article h5 {
  font-size: 17px;
}
article h6 {
  font-size: 15px;
}
article table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
article table {
  display: table;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
article table tr {
  border: 1px solid black;
}
article table tr td {
  border: 1px solid black;
  padding: 10px 5px 10px 10px;
}
article table tr th {
  border: 1px solid black;
  padding: 10px 5px;
  text-align: center;
}

.phantrang {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.phantrang .pagination {
  padding: 0;
}
.phantrang .pagination li {
  margin: 0 5px;
  list-style: none;
  display: inline-block;
}
.phantrang .pagination li a, .phantrang .pagination li span {
  padding: 7px 15px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: black;
}
.phantrang .pagination li span {
  background-color: #f58834;
  border-color: #f58834;
  color: #e4e6eb;
}

.related .row {
  margin: 0 -10px;
}
.related [class*=col-] {
  padding: 0 10px;
}
.related h3 {
  position: relative;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
  color: #f58834;
}
.related .item {
  margin-bottom: 15px;
  cursor: pointer;
}
.related .item .thumb {
  display: block;
}
.related .item .thumb img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
.related .item:hover .content {
  background: #587e44;
}
.related .item:hover .icon i {
  background: url(../images/play.png) no-repeat;
}
.related .item .content {
  background: url(../images/widget2_bg.png) no-repeat;
  background-size: cover;
  padding: 20px;
}
.related .item h4 {
  margin: 10px 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}
.related .item h4 a {
  color: white;
}
.related .item p {
  color: white;
  font-size: 13px;
}
.related .item .icon {
  text-align: right;
}
.related .item .icon i {
  width: 25px;
  height: 25px;
  background: url(../images/play1.png) no-repeat;
  border-radius: 50%;
  display: inline-block;
}

.info_home {
  padding: 20px 0;
}
.info_home .title {
  margin-bottom: 50px;
}
.info_home .title h3 {
  text-align: center;
  color: #f58834;
  text-transform: uppercase;
  font-weight: bold;
}
.info_home .item {
  margin-bottom: 15px;
}
.info_home .item img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info_home .item .content h4 {
  font-size: 18px;
  margin: 10px 0;
}
.info_home .item .content h4 a {
  color: #e4e6eb;
}

.news_main {
  padding: 50px 0;
  background: url(../images/widget1_bg.png) no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news_main .new_left {
  margin-bottom: 30px;
}
.news_main .new_left .title {
  margin-bottom: 20px;
}
.news_main .new_left .title h1 {
  font-weight: bold;
  text-transform: uppercase;
  color: #f58834;
}
.news_main .new_left .our_practice {
  background: none;
  padding: 0;
  padding: 20px 0;
}
.news_main .new_left .our_practice .title_related {
  color: #f58834;
}
.news_main .new_left .info_pro {
  margin-bottom: 35px;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.0015);
}
.news_main .new_left .info_pro .info_thumb {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.news_main .new_left .info_pro .info_thumb:hover img {
  transform: scale(1.2);
  transition: all 1s;
}
.news_main .new_left .info_pro .info_thumb img {
  height: 200px;
  width: 100%;
  transition: all 1s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: inline-block;
}
.news_main .new_left .info_pro .info_title {
  padding: 15px 20px;
}
.news_main .new_left .info_pro .info_title h3 {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.news_main .new_left .info_pro .info_title h3 a {
  color: black;
  font-size: 18px;
  display: block;
  font-weight: 500;
  line-height: 22px;
  transition: all 0.2s;
}
.news_main .new_left .info_pro .info_title h3 a:hover {
  transition: all 0.2s;
  color: #f58834;
}
.news_main .new_left .info_pro .info_title p {
  line-height: 22px;
  max-height: 66px;
  color: #989898;
  overflow: hidden;
  margin: 0;
}
.news_main .news_cate {
  margin-bottom: 30px;
}
.news_main .news_cate .news_title h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 22px;
  border-left: 3px solid #f58834;
  font-weight: 500;
  padding-left: 10px;
}
.news_main .news_cate .news_link ul {
  list-style: none;
  padding: 0;
  overflow: auto;
}
.news_main .news_cate .news_link ul li {
  clear: both;
  border-top: 1px solid #e9e9e9;
  position: relative;
}
.news_main .news_cate .news_link ul li:first-child {
  border: none;
}
.news_main .news_cate .news_link ul li a {
  color: black;
  padding: 10px 0;
  display: block;
  font-weight: bold;
  transition: all 0.2s;
}
.news_main .news_cate .news_link ul li a:hover {
  transition: all 0.2s;
  color: #f58834;
}
.news_main .news_cate .news_link ul li .sub-menu {
  padding: 0;
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}
.news_main .news_cate .news_link ul li .sub-menu li:first-child {
  border-top: 1px solid #e9e9e9;
}
.news_main .news_cate .news_link ul li .sub-menu li a {
  padding-left: 20px;
  display: inline-block;
}
.news_main .news_cate .news_link ul li .sub-menu .sub-menu {
  left: 240px;
  max-height: 0;
  overflow: hidden;
}
.news_main .news_cate .news_link ul li .sub-menu .sub-menu li:first-child {
  border-top: 0;
}
.news_main .news_cate .news_link ul li .sub-menu .sub-menu a {
  padding-left: 40px;
}
.news_main .news_cate .news_link ul .accordion {
  color: black;
  cursor: pointer;
  width: 10%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0;
  background: none;
}
.news_main .news_cate .news_link ul .accordion:after {
  content: "\f067";
  font-family: "FontAwesome";
  color: black;
  font-weight: bold;
  margin-left: 5px;
}
.news_main .news_cate .news_link ul .accordion.active:after {
  content: "\f068";
  font-family: "FontAwesome";
}
.news_main .news_cate .news_link ul .active a {
  font-weight: 700;
}
.news_main .news_cate .news_list ul {
  padding: 0;
  margin-bottom: 0;
}
.news_main .news_cate .news_list ul li {
  list-style: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #eee;
}
.news_main .news_cate .news_list ul li .li_thumb {
  width: 30%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.news_main .news_cate .news_list ul li .li_thumb img {
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 80px;
}
.news_main .news_cate .news_list ul li .li_title {
  width: 70%;
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}
.news_main .news_cate .news_list ul li .li_title a {
  font-size: 15px;
  color: black;
  display: block;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
  transition: all 0.2s;
}
.news_main .news_cate .news_list ul li .li_title a:hover {
  color: #f58834;
  transition: all 0.2s;
}
.news_main .news_cate .news_tag ul {
  padding: 0;
}
.news_main .news_cate .news_tag ul li {
  list-style: none;
  display: inline-block;
}
.news_main .news_cate .news_tag ul li a {
  color: #e4e6eb;
  height: 30px;
  line-height: 27px;
  padding: 0 25px;
  margin: 0 5px 5px 0;
  font-size: 12px;
  display: inline-block;
  position: relative;
  background: black;
  border-radius: 20px;
  transition: all 0.3s;
}
.news_main .news_cate .news_tag ul li a:hover {
  transition: all 0.3s;
  background: #f58834;
}

.insight .content {
  background: #587e44;
  color: white;
  margin-top: 50px;
  padding: 50px 30px;
  margin-bottom: 20px;
}
.insight .content p {
  margin-bottom: 5px;
}
.insight .content a {
  margin-bottom: 20px;
  display: block;
  color: white;
}
.insight .content strong {
  font-size: 23px;
}
.insight .more {
  text-align: right;
  text-transform: uppercase;
  color: #f58834;
  font-size: 18px;
}
.insight .more a {
  color: #f58834;
}
.insight .more img {
  width: 30px;
}
.insight h2 {
  position: relative;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
  color: #f58834;
}
.insight .col-md-3 {
  padding: 0;
}
.insight .item {
  margin-bottom: 15px;
  cursor: pointer;
}
.insight .item .thumb {
  display: block;
}
.insight .item .thumb img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
.insight .item:hover .content {
  background: #587e44;
}
.insight .item:hover .icon i {
  background: url(../images/play.png) no-repeat;
}
.insight .item .content {
  background: url(../images/widget2_bg.png) no-repeat;
  background-size: cover;
  padding: 20px;
  margin: 0;
}
.insight .item h4 {
  margin: 10px 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}
.insight .item h4 a {
  color: white;
}
.insight .item p {
  color: white;
  font-size: 13px;
}
.insight .item .icon {
  text-align: right;
}
.insight .item .icon i {
  width: 25px;
  height: 25px;
  background: url(../images/play1.png) no-repeat;
  border-radius: 50%;
  display: inline-block;
}

.contact {
  padding: 0px 0;
}
.contact form input, .contact form textarea {
  margin: 10px 0;
  padding: 15px;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.0015);
  border: 0;
  height: auto;
}
.contact form select {
  padding: 15px;
  margin: 10px 0;
  height: auto;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.0015);
}
.contact form button {
  margin: 10px 0;
  padding: 10px 20px;
  background: #587e44;
  border: 0;
}
.contact h3 {
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 22px;
  border-left: 3px solid #f58834;
  font-weight: 500;
  padding-left: 10px;
}
.contact .info {
  margin: 0;
  padding: 0;
}
.contact .info li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.contact .info li p {
  margin: 0;
}
.contact .info li b {
  text-transform: uppercase;
}
.contact .info li i {
  font-size: 23px;
  color: #587e44;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
}
.contact .info li a {
  color: #e4e6eb;
  transition: all 0.3s;
}
.contact .info li a::before {
  content: "\f101";
  font-family: "Fontawesome";
  font-weight: 600;
  padding-right: 5px;
}
.contact .info li a:hover {
  transition: all 0.3s;
  padding-left: 10px;
}

div.error {
  color: red;
  font-size: 12px;
  text-align: left;
  line-height: 15px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: white;
}

.brc {
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  background: #f58834;
}
.brc marquee {
  margin: 0;
  color: white;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: white;
}

.current-lang {
  color: #f58834;
}

.chuky {
  padding: 20px;
  background: #89d0ed none repeat scroll 0 0;
  border: 1px dashed #1c617b;
  margin: 20px 0;
}/*# sourceMappingURL=style.css.map */