@font-face {
  font-family: Cambria;
  src: url(../fonts/Cambria.woff);
}

body {
  font-family: Cambria;
  color: #333;
  font-size: 16px;
  line-height: 1.4
}

h1 {
  font-size: 3em;
  margin-top: 10px;
  margin-bottom: 10px;
}

h2 {
  font-size: 3em;
  margin-top: 10px;
  margin-bottom: 10px;
}

h3 {
  margin-top: 0px!important;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 5px;
  margin-bottom: 5px;
}

p {
  margin-bottom: 10px;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.pos-relative {
  position: relative
}

.pos-absolute {
  position: absolute;
  z-index: 999
}

img {
  max-width: 100%;
  height: auto;
}

.img-responsive {
  max-width: 100%;
  display: block;
  height: auto
}

.margin-right-10 {
  margin-right: 10px;
}

.font-size-ico {
  font-size: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

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

.margin-top-10 {
  margin-top: 10px
}

.margin-bottom-30 {
  margin-bottom: 30px
}

.padding-top-160 {
  padding-top: 160px;
}

.padding-top-50 {
  padding-top: 50px;
}

.height-195 {
  height: 195px !important;
}

.padding-bottom-15 {
  padding-top: 15px;
}

.padding-top-15 {
  padding-top: 15px;
}

.introduction-mobile {
  display: none
}

.color-red {
  color: #ff0000
}

.navbar {
  position: absolute;
  z-index: 1000;
  padding: 0!important;
  left: 85px;
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
  margin-top: -2px !important;
}

.navbar-pos {
  position: absolute;
  z-index: 999
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

.logo_forum {
  width: 100%;
  z-index: 1000;
  padding-bottom: 5px;
}

.logo {
  float: left;
  width: 85%;
  padding-top: 5px;
 
}

.forum {
  float: right;
  width: 15%;
  padding-top: 10px;
}


/* ------------------------     SIDEBAR STYLE    --------------------- */

.wrapper {
  display: flex;
  align-items: stretch;
  perspective: 1500px;
}

.w_full {
  width: 100%;
  margin: 0 auto
}

#sidebar {
  min-width: 220px;
  max-width: 220px;
  color: #000;
  transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
  transform-origin: bottom left;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}

#sidebar.active {
  margin-left: -220px;
  transform: rotateY(100deg);
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #6d7fcc;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 5px;
  display: block;
}

#sidebar ul li a:hover {
  color: #7386D5;
  background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
  color: #F00;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc;
}

a.download {
  background: #fff;
  color: #7386D5;
}

a.article,
a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}


/** clearfix **/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ol,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline
}


/* ------------------    CONTENT STYLE   ----------------------- */

#content {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
  margin: 0 auto;
}

#sidebarCollapse {
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3);
}

#sidebarCollapse span {
  width: 80%;
  margin: 0 auto;
  display: block;
  transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
  transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
  transform: rotate(0deg) translate(2px, 2px);
}

#sidebarCollapse span:nth-of-type(2) {
  opacity: 0;
}

#sidebarCollapse span:last-of-type {
  transform: rotate(-180deg) translate(1px, -1px);
}

#sidebarCollapse.active span {
  transform: none;
  opacity: 1;
  margin: 5px auto;
  animation-name: example;
  animation-duration: 4s;
}

.collapse:not(.show) {
  display: inherit!important;
}

.content1 {
  margin: 0 auto;
  padding-top: 50px;
  width: 92%;
  margin: 0 auto
}

.border_l_menu {
  border: 1px solid #DBDBDB;
  width: 20px;
  margin-left: 100px;
  margin-right: 100px;
  background-color: #DBDBDB;
}

.slide-home {
  width: 92%;
  margin: 0 auto;
}

.slide_img {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.min-height-slide {
  min-height: 630px;
}


/* -------------------    SLIDE BANNER STYLE      -------------------------- */

#container_banner {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}

#container_banner ul li {
  margin-left: 0;
}

#slides {
  position: relative;
  width: 100%;
  height: 100%;
}

#slides .slide {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

#slides .slide .btn_pre {
  position: absolute;
  top: calc(50% - 0.5em);
}

#slides .slide .btn_pre {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 20px;
  z-index: 2;
  padding-top: 5px;
  font-size: 40em;
  color: white;
  overflow: hidden;
}

#slides .slide .btn_next {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  z-index: 2;
  padding-top: 5px;
  font-size: 5em;
  color: white;
  overflow: hidden;
}

#slides .slide .title {
  position: absolute;
  bottom: 0;
  right: 20px;
  padding-top: 5px;
  color: #fff;
  overflow: hidden;
  min-width: 20%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
}

#slides .slide .title .title-text {
  display: block;
  -webkit-transform: translateY(10.2em);
  transform: translateY(10.2em);
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  z-index: 10;
}

#slides .slide .slide-partial {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 2s ease-in-out;
  transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out;
}

#slides .slide .slide-partial img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 2s ease-in-out;
  transition: transform 2s ease-in-out;
  transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out;
}

#slides .slide .slide-left {
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

#slides .slide .slide-left img {
  top: 0;
  right: 0;
  object-fit: cover;
  -o-object-position: 100% 0%;
  object-position: 100% 0%;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

#slides .slide.active .title .title-text {
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#slides .slide.active .slide-partial,
#slides .slide.active .slide-partial img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#slide-select {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 0.5em);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 1.5em;
  font-weight: lighter;
  color: white;
  left: 22px;
}

#slide-select li {
  position: relative;
  cursor: pointer;
  margin: 0 5px;
  list-style: none;
}

#slide-select li.btn_next,
#slide-select li.btn_pre {
  display: none;
}

#slide-select li.prev:hover {
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
}

#slide-select li.next:hover {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}

#slide-select .selector {
  height: 14px;
  width: 14px;
  border: 2px solid white;
  background-color: transparent;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}

#slide-select .selector.current {
  background-color: white;
}


/* ----------------    about STYLE  ------------------- */

.text-aboutus {
  font-size: 3em;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-top: 20px;
}

.text-aboutus::after {
  content: '';
  display: inline-block;
  width: 80%;
  height: 3px;
  background: #2A343C;
  top: calc(100% + 7px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1000;
}

.point-about {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #2A343C;
  top: calc(100% + 3px);
  position: absolute;
  z-index: 1000;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari 3-8 */
  transform: rotate(45deg);
}

.po-about1 {
  left: calc(50% - 18px);
}

.po-about2 {
  left: calc(50% - 2px);
}

.po-about3 {
  left: calc(50% + 14px);
}

.about-content {
  width: 92%;
  margin: 0 auto;
}

.about-us-content {
  background-color: #F1F1F1;
  padding-bottom: 50px;
  padding-top: 50px;
  display: inline-block;
}

.about-us-content-home {
  width: 94%;
  margin: 0 auto
}

.slide-about {
  background-color: #FFF;
  padding: 10px;
}

.content-about {
  padding-left: 50px;
}

.content-about h2 {
  font-size: 2em;
  padding-top: 0;
  margin-top: 0;
}

.content-about h2 span::after {
  content: '';
  display: inline-block;
  width: 70px;
  height: 2px;
  background: #6B6B6B;
  color: #333;
  margin-left: 15px;
  margin-right: 15px;
}

.detail-link-about {
  text-decoration: none;
  margin-top: 45px;
  position: relative;
  font-size: 2em;
  color: #333;
}

.detail-link-about::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #6B6B6B;
  top: 35px;
  position: absolute;
  left: 0;
  color: #333
}

.detail-link-about:hover {
  text-decoration: none;
  color: #E98D08;
}

.detail-link-about:hover:after {
  background: #E98D08;
}


/* --------------------    SLIDE ABOUT STYLE    ---------------------- */

.carousel-control-about {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  filter: alpha(opacity=50);
  opacity: .9;
}

.carousel-control-about:hover,
.carousel-control-about:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=30);
  outline: none;
  opacity: .5;
}

.carousel-control-about.left {
  background: none;
  left: calc(100% - 100px);
  top: calc(100% - 50px);
}

.carousel-control-about.right {
  background: none;
  top: calc(100% - 50px);
  left: calc(100% - 50px);
}

.carousel-control-about .fa-chevron-right {
  position: absolute;
  right: 0;
  z-index: 5;
  display: inline-block;
  top: calc(100% - 35px);
  display: inline-block;
  background-color: #000;
  padding: 10px;
  width: 50px;
  height: 50px;
  margin-top: -15px;
  font-size: 32px;
  line-height: 1;
  text-stroke: 3px #000;
  -webkit-text-stroke: 3px #000;
  -moz-text-stroke: 3px #000;
}

.carousel-control-about .fa-chevron-left {
  position: absolute;
  top: calc(100% - 35px);
  z-index: 5;
  display: inline-block;
  left: calc(100% - 50px);
  background-color: #d4d4d4;
  padding: 10px;
  width: 50px;
  height: 50px;
  margin-top: -15px;
  font-size: 32px;
  line-height: 1;
  text-stroke: 3px d4d4d4;
  -webkit-text-stroke: 3px #d4d4d4;
  -moz-text-stroke: 3px #d4d4d4;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner-about>.item>img,
.carousel-inner-about>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel-inner-about {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner-about>.item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner-about>.item>img,
.carousel-inner-about>.item>a>img {
  line-height: 1;
}

.carousel-inner-about>.active,
.carousel-inner-about>.next,
.carousel-inner-about>.prev {
  display: block;
}

.carousel-inner-about>.active {
  left: 0;
}

.carousel-inner-about>.next,
.carousel-inner-about>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

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

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

.carousel-inner-about>.next.left,
.carousel-inner-about>.prev.right {
  left: 0;
}

.carousel-inner-about>.active.left {
  left: -100%;
}

.carousel-inner-about>.active.right {
  left: 100%;
}

.carousel-indicators-about {
  position: absolute;
  bottom: 5px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators-about li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators-about.active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-indicators-about li {
  background: #c0c0c0;
}

.carousel-indicators-about .active {
  background: #333333;
}


/* --------------------    LATESNEW STYLE   ------------------------ */

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

.latesnew a {
  color: #000;
}

.latesnew a:hover {
  text-decoration: none;
}

.new1 {
  height: 332px;
}

.new1 a.bg-new {
  height: 332px;
  width: 100%;
  display: inline-block;
}

.new2 {
  position: relative;
}

.new2 h2 {
  font-size: 3em !important;
  text-align: center;
  margin-top: 50px;
}

.new2 h2::after {
  content: '';
  display: inline-block;
  width: 38px;
  height: 3px;
  background: #000;
  top: 104%;
  position: absolute;
  left: calc(47% - 3px);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.new3 a.bg-new {
  height: 334px;
  width: 100%;
  display: inline-block;
}

.new3 {
  height: 334px;
}

.new4 a.bg-new {
  height: 513px;
  width: 100%;
  display: inline-block;
}

.new4 {
  height: 513px;
}

.new5 a.bg-new {
  height: 657px;
  width: 100%;
  display: inline-block;
}

.new5 {
  height: 648px;
  margin-left: 20px;
  margin-right: 20px;
  width: calc(33.33333333% - 40px);
  margin-top: -114px;
}

.new6 a.bg-new {
  height: 513px;
  width: 100%;
  display: inline-block;
}

.new6 {
  height: 513px;
}

.latesnew:hover .hover-latesnew {
  opacity: 1;
  -webkit-transition: width 3s;
  /* Safari */
  transition: width 0.5s;
  width: 70%;
  -webkit-overflow-scrolling: touch;
}

.hover-latesnew {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translatey(-50%);
  -moz-transform: translateX(-50%) translatey(-50%);
  transform: translateX(-50%) translatey(-50%);
  background: rgba(255, 255, 255, 0.7);
  padding: 12px;
  text-decoration: none;
  opacity: 0;
  font-size: 1.2em;
  -webkit-overflow-scrolling: touch;
}

.hover-latesnew:hover {
  opacity: 1;
}

.text-hover-new {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translatey(-50%);
  -moz-transform: translateX(-50%) translatey(-50%);
  transform: translateX(-50%) translatey(-50%);
  width: 78%;
  font-weight: bold;
}

.modal {
  overflow: hiddden;
  overflow-y: hiddden !important;
}

.post-date {
  color: #999999;
  font-style: italic;
  display: inline-block;
}


/* ---------------  Our Clients  ------------------- */

.our-clients {
  width: 90%;
  margin: 0 auto;
  clear: both;
  max-width: 1600px;
}

.slider-our-clients {
  width: 90%;
  margin: 10px auto 10px auto;
}

.our-clients .img-our-clients {
  float: left;
  width: calc(20% - 6px);
  padding: 0px 3px;
}


/* -------------------   Footer   --------------------------- */

.footer {
  background-color: #333;
  padding: 100px 0px 20px 0px;
  color: #FFF;
  text-align: center;
  margin-top: -80px;
}

.cont-footer-text {
  text-align: center;
  background-color: #2C2C2C;
  color: #fff;
}

.cont-footer {
  background: url(../images/ft.png) repeat;
  background-repeat: repeat-x;
  color: #fff;
  width: 100%;
}

.bg-footer {
  background-color: #419B40;
  width: 92%;
  margin: 0 auto;
  display: flex;
  color: #fff;
  padding-top: 13px;
}

.bg-footer h3 {
  color: #fff !important;
  font-size: 20px;
}


/* ----------------    Services  -------------------- */

.services-home {
  width: 92%;
  margin: 0 auto;
}

.services-home h2 {
  font-size: 3em;
  margin-top: 20px;
  position: relative;
  height: 80px;
}

.services-home ul {
  list-style: none;
  margin-bottom: 10px;
}

.services-home li {
  list-style: none;
}

.services-home .service-content-new {
  height: 400px;
  position: relative;
  margin-bottom: 40px;
}

.sercices-home-hidden {
  overflow: hidden;
  height: 350px
}

.service-content-text {
  text-transform: lowercase;
  padding: 20px 30px 20px 40px;
}

.services-home h2::after {
  content: '';
  display: inline-block;
  width: 38px;
  height: 3px;
  background: #000;
  top: 68px;
  position: absolute;
  left: calc(50% - 3px);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.services-home li {
  width: 30%;
  padding: 5px 15px 5px 5px;
  text-transform: uppercase;
  background-image: url(../images/tab-services.png);
  width: 445px;
  height: 60px;
}

.tab-services-active {
  background-image: url(../images/tab-services-active.png) !important;
  width: 445px;
  height: 60px;
  color: #fff;
  background-color: #fff;
}

.services-home li:hover {
  background-image: url(../images/tab-services-active.png) !important;
  width: 445px;
  height: 60px;
  color: #fff;
  transition: none;
}

.services-home li:active {
  background-image: url(../images/tab-services-active.png) !important;
  width: 445px;
  height: 60px;
  color: #fff;
}

.services-home section {
  display: block;
  width: calc(100% - 433px);
  height: 400px;
  position: absolute;
  right: 0%;
  top: -9999px;
  text-align: left;
  background-color: #fff;
  z-index: -1;
  color: #000;
  border: #f1f1f1 10px solid;
  padding-top: 30px;
  padding-bottom: 30px;
}

.service-menu {
  position: relative;
  height: 55px;
}

.service-menu p {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  line-height: 1.15;
  width: 416px;
  padding-right: 43px;
  cursor: pointer;
}

.icon-next-service {
  background: url(../images/ico-down.png) no-repeat;
  height: 55px;
  background-position-x: center;
  width: 400px;
  cursor: pointer
}

.icon-prev-service {
  background: url(../images/ico-up.png) no-repeat;
  height: 55px;
  background-position-x: center;
  width: 400px;
  cursor: pointer;
}

.img-service-content {
  text-align: right;
  padding-right: 30px !important;
}

.services-home section img {
  max-height: 322px;
}

.services-home li.tab-services-active[data-role="thumb-1"]+section[data-role="content-1"] {
  top: 0;
  left: 433px;
}

.services-home li.tab-services-active[data-role="thumb-2"]+section[data-role="content-2"] {
  top: 0;
  left: 433px;
}

.services-home li.tab-services-active[data-role="thumb-3"]+section[data-role="content-3"] {
  top: 0;
  left: 433px;
}

.services-home li.tab-services-active[data-role="thumb-4"]+section[data-role="content-4"] {
  top: 0;
  left: 433px;
}

.services-home li.tab-services-active[data-role="thumb-5"]+section[data-role="content-5"] {
  top: 0;
  left: 433px;
}

.services-home li.tab-services-active[data-role="thumb-6"]+section[data-role="content-6"] {
  top: 0;
  left: 433px;
}

.services-home li.tab-services-active[data-role="thumb-7"]+section[data-role="content-7"] {
  top: 0;
  left: 433px;
}

.services-home li.tab-services-active[data-role="thumb-8"]+section[data-role="content-8"] {
  top: 0;
  left: 433px;
}

.services-home li.tab-services-active[data-role="thumb-9"]+section[data-role="content-9"] {
  top: 0;
  left: 433px;
}

.services-home li.tab-services-active[data-role="thumb-10"]+section[data-role="content-10"] {
  top: 0;
  left: 433px;
}

.services-home li:hover[data-role="thumb-1"]+section[data-role="content-1"] {
  top: 0;
  z-index: 1;
  left: 433px;
}

.services-home li:hover[data-role="thumb-2"]+section[data-role="content-2"] {
  top: 0;
  z-index: 1;
  left: 433px;
}

.services-home li:hover[data-role="thumb-3"]+section[data-role="content-3"] {
  top: 0;
  z-index: 1;
  left: 433px;
}

.services-home li:hover[data-role="thumb-4"]+section[data-role="content-4"] {
  top: 0;
  z-index: 1;
  left: 433px;
}

.services-home li:hover[data-role="thumb-5"]+section[data-role="content-5"] {
  top: 0;
  z-index: 1;
  left: 433px;
}

.services-home li:hover[data-role="thumb-6"]+section[data-role="content-6"] {
  top: 0;
  z-index: 1;
  left: 433px;
}

.services-home li:hover[data-role="thumb-7"]+section[data-role="content-7"] {
  top: 0;
  z-index: 1;
  left: 433px;
}

.services-home li:hover[data-role="thumb-8"]+section[data-role="content-8"] {
  top: 0;
  z-index: 1;
  left: 433px;
}

.services-home li:hover[data-role="thumb-9"]+section[data-role="content-9"] {
  top: 0;
  z-index: 1;
  left: 433px;
}

.services-home li:hover[data-role="thumb-10"]+section[data-role="content-10"] {
  top: 0;
  z-index: 1;
  left: 433px;
}

.services-active {
  background-color: #e98d07!important;
  color: #fff
}

.line-height-55 {
  line-height: 55px;
}

.services-home-desk {}

.services-home-mobile {
  width: 92%;
  margin: 0 auto;
}


/*services home mobile*/

.service-menu-mobile {
  width: 100%;
}

.img-services-mobile {
  margin-right: 10px;
  float: left;
}

.text-content-services-mobile {
  float: left;
  padding: 0px 15px;
  width: calc(100% - 520px)
}

.display-inline-block {
  display: inline-block;
}


/* ---------------    Home -> Slide About us    ------------------- */

.carousel-control-about {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  filter: alpha(opacity=50);
  opacity: .9;
}

.carousel-control-about:hover,
.carousel-control-about:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=30);
  outline: none;
  opacity: .5;
}

.carousel-control-about.left {
  background: none;
  left: calc(100% - 100px);
  top: calc(100% - 50px);
}

.carousel-control-about.right {
  background: none;
  top: calc(100% - 50px);
  left: calc(100% - 50px);
}

.carousel-control-about .fa-chevron-right {
  position: absolute;
  right: 0;
  z-index: 5;
  display: inline-block;
  top: calc(100% - 35px);
  display: inline-block;
  background-color: #000;
  padding: 10px;
  width: 50px;
  height: 50px;
  margin-top: -15px;
  font-size: 32px;
  line-height: 1;
  text-stroke: 3px #000;
  -webkit-text-stroke: 3px #000;
  -moz-text-stroke: 3px #000;
}

.carousel-control-about .fa-chevron-left {
  position: absolute;
  top: calc(100% - 35px);
  z-index: 5;
  display: inline-block;
  left: calc(100% - 50px);
  background-color: #d4d4d4;
  padding: 10px;
  width: 50px;
  height: 50px;
  margin-top: -15px;
  font-size: 32px;
  line-height: 1;
  text-stroke: 3px d4d4d4;
  -webkit-text-stroke: 3px #d4d4d4;
  -moz-text-stroke: 3px #d4d4d4;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner-about>.item>img,
.carousel-inner-about>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel-inner-about {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner-about>.item {
  position: relative;
  display: none;
}

.carousel-inner-about>.item>img,
.carousel-inner-about>.item>a>img {
  line-height: 1;
}

.carousel-inner-about>.active,
.carousel-inner-about>.next,
.carousel-inner-about>.prev {
  display: block;
}

.carousel-inner-about>.active {
  left: 0;
}

.carousel-inner-about>.next,
.carousel-inner-about>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

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

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

.carousel-inner-about>.next.left,
.carousel-inner-about>.prev.right {
  left: 0;
}

.carousel-inner-about>.active.left {
  left: -100%;
}

.carousel-inner-about>.active.right {
  left: 100%;
}

.carousel-indicators-about {
  position: absolute;
  bottom: 5px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators-about li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators-about.active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-indicators-about li {
  background: #c0c0c0;
}

.carousel-indicators-about .active {
  background: #333333;
}


/*   -------------------   About  ------------------------ */

.bg_about_banner {
  width: 92%;
  margin: 0 auto;
  padding-bottom: 0px;
  display: inline-block;
  text-align: left;
  position: relative;
}

.bg_about_avatar {
  width: 92%;
  margin: 0 auto;
  padding-bottom: 0px;
  display: inline-block;
  text-align: left;
  position: relative;
}

.bg_about_avatar .img-avatar-about {
  position: relative;
}

.bg_about_avatar .img-avatar-about img {
  position: absolute;
  left: 50px;
  bottom: -109px;
  border: 18px #fff solid;
  box-shadow: 2px 3px 5px #d9d7d7;
}

.bg_about_avatar .text-avatar-about {
  padding-left: 70px;
}

.content_about {
  display: inline-block;
  width: 92%;
  text-align: left;
}

.content_about ul,
li {
  list-style-type: none;
}

.our-mission {
  top: 415px;
  right: 990px;
  position: absolute;
  z-index: 9999;
  padding-left: 100px;
  line-height: 1.8;
}

.our-vision {
  top: 40px;
  right: 0;
  position: absolute;
  z-index: 9999;
  padding-left: 1180px;
  line-height: 1.8;
}

.our-value {
  bottom: 0;
  margin-bottom: 50px;
  right: 0;
  position: absolute;
  z-index: 9999;
  padding-left: 900px;
  line-height: 1.8;
}


/* ----------------------------  News   -------------------------- */

.bg-news {
  width: 92%;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
  min-height: 770px;
  text-align: justify;
}

.border_news {
  border-bottom: #5f6f7e 2px solid;
}

.related_toppic a {
  text-decoration: none;
  color: #333!important;
}

.related_toppic a:hover {
  text-decoration: underline;
  color: #428bca!important;
}

.mar_l {
  margin-left: 20px;
  margin-right: 10px;
}

.relate_top_dif {
  display: inline-block;
}

.ico_l {
  width: 20px;
  float: left;
}

.ico_r {
  width: calc(100% - 20px);
  float: right;
}

.related_toppic {
  border-top: #fff 1px solid;
}

.related-heading {
  font-size: 18px;
  margin-bottom: 2em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.8;
  position: relative;
}

.related-heading::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 60px;
  height: 4px;
  content: '';
  background: #F39307;
}

.title {
  font-size: 2em;
  font-weight: 500;
}

.post-time {
  color: #999999;
  font-style: italic;
}


/*   -------------------Career------------------------ */

.bg-career {
  width: 92%;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 30px;
  display: inline-block;
  text-align: left;
  min-height: 416px;
}

.bg-career-banner {
  width: 92%;
  padding: 80px 500px;
  z-index: 0;
  background: url(../images/bg_careers1.jpg) no-repeat;
  background-position: center center;
  background-size: auto auto;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: #333;
}


/*   -------------------Clinical trials in VN------------------------ */

.bg-clinical {
  width: 92%;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}

.bg-clinical-banner {
  width: 92%;
  margin: 0 auto;
  padding: 150px 0;
  z-index: 0;
  background: url(../images/trial_VN.jpg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  text-align: center;
}

.time-line-desk {
  display: block
}

.time-line-mobile {
  display: none;
}


/*   -------------------Our Servieces------------------------ */

.bg_services_banner {
  width: 92%;
  margin: 0 auto;
  padding: 150px 0;
  z-index: 0;
  background: url(../images/bg-our-services.jpg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  text-align: center;
}

.bg_services {
  width: 92%;
  margin: 0 auto;
  padding-bottom: 30px;
  display: inline-block;
  text-align: left;
}


/*   -------------------Ethics and Compliance------------------------ */

.bg-ethics-and-compliance {
  width: 92%;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
  min-height: 388px;
}

.bg-ethics-and-compliance-banner {
  width: 92%;
  padding: 120px 0;
  z-index: 0;
  background: url(../images/bg-ethics-and-compliance.jpg) no-repeat;
  background-position: center center;
  background-size: auto auto;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}


/* ----------------   Contact   ------------------- */

.bg-contact {
  width: 92%;
  background-color: #f1f1f1;
  margin: 0 auto;
  display: inline-block;
  display: -webkit-box;
  margin-bottom: 10px;
}

.map {
  width: 92%;
  height: 450px;
  border: 0;
  margin: 0 auto;
}

.colorlib-contact {
  padding-top: 1em;
  clear: both;
  width: 100%;
  display: block;
}

.colorlib-feature {
  text-align: left;
  width: 100%;
  height: 35px;
  position: relative;
  display: inline-block;
}

.colorlib-feature .colorlib-icon {
  width: 24px;
  height: 24px;
  display: table;
  text-align: center;
  float: left;
  margin-right: 10px;
}

.colorlib-feature .colorlib-icon1 {
  width: 24px;
  height: 24px;
  display: table;
  text-align: center;
}

.colorlib-feature .colorlib-icon i {
  display: table-cell;
  vertical-align: middle;
  color: #F39307;
  font-size: 60px;
  height: 60pxpx;
}

.colorlib-feature .colorlib-icon1 i {
  display: table-cell;
  vertical-align: middle;
  color: #F39307;
  font-size: 60px;
  height: 60pxpx;
}

.colorlib-feature .colorlib-icon2 i {
  display: table-cell;
  vertical-align: middle;
  color: #F39307;
  font-size: 60px;
  height: 60pxpx;
}

.colorlib-feature .colorlib-icon3 i {
  display: table-cell;
  vertical-align: middle;
  color: #F39307;
  font-size: 60px;
  height: 60pxpx;
}

.colorlib-feature.colorlib-feature-sm .colorlib-icon i {
  color: #fff;
  font-size: 24px;
}

.colorlib-feature.colorlib-feature-sm .colorlib-icon1 i {
  color: #fff;
  font-size: 20px;
}

.colorlib-feature.colorlib-feature-sm .colorlib-icon2 i {
  color: #fff;
  font-size: 24px;
}

.colorlib-feature.colorlib-feature-sm .colorlib-icon3 i {
  color: #fff;
  font-size: 20px;
}

.colorlib-feature .colorlib-text {
  float: left;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.color-add {
  color: #419B40 !important;
}

.color-phone {
  color: #63cfea !important;
}

.color-fax {
  color: #FF791F !important;
}

.color-mail {
  color: #ff6969 !important;
}

.form-group {
  margin-bottom: 8px!important;
}

.form-control {
  font-size: 16px!important;
}

.captcha {
  float: left;
  width: 100px;
  height: 30px;
  background-color: #fff;
  font-size: 1.5em;
  letter-spacing: 3px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}


/*   ----------------------------------------------------- */

@media (max-width: 1600px) {
  .min-height-slide {
    min-height: 500px;
  }
  .bg-career-banner {
    padding: 60px 400px!important;
  }
  .our-clients {
    max-width: 1360px!important;
  }
  .our-mission {
    top: 337px;
    right: 808px;
    padding-left: 0px;
  }
  .our-vision {
    top: 40px;
    right: 0;
    padding-left: 970px;
  }
  .our-value {
    bottom: 0;
    margin-bottom: 40px;
    padding-left: 734px;
  }
}

@media (max-width: 1440px) {
  .min-height-slide {
    min-height: 420px;
  }
  #sidebar {
    margin-top: 60px;
  }
  .padding-top-50 {
    padding-top: 0px!important;
  }
  .about-display-none {
    display: none;
  }
  .content-about h2 {
    font-size: 1.5em;
  }
  .bg-career-banner {
    padding: 60px 300px!important;
  }
  .our-clients {
    max-width: 1200px!important;
  }
  .our-mission {
    top: 234px;
    right: 705px;
    padding-left: 0px;
  }
  .our-vision {
    padding-left: 840px;
  }
  .our-value {
    margin-bottom: 30px;
    padding-left: 645px;
  }
}

@media (max-width: 1366px) {
  .bg-career-banner {
    padding: 60px 280px!important;
  }
  .slick-prev,
  .slick-prev:hover,
  .slick-prev:focus {
    top: 50px !important;
    left: -13px !important;
    background-size: 60% !important;
    background-repeat: no-repeat !important;
  }
  .slick-next,
  .slick-next:hover,
  .slick-next:focus {
    top: 50px !important;
    right: -68px !important;
    background-size: 60% !important;
    background-repeat: no-repeat !important;
  }
  .our-clients {
    max-width: 1129px!important;
  }
  .our-vision {
    padding-left: 800px;
  }
  .our-mission {
    top: 214px;
    right: 665px;
  }
  .our-value {
    margin-bottom: 20px;
    padding-left: 600px;
  }
}

@media (max-width: 1280px) {
  #sidebar {
    min-width: 190px;
    max-width: 190px;
  }
  #sidebar.active {
    margin-left: -190px;
  }
  .border_l_menu {
    margin-left: 90px;
  }
  .navbar {
    left: 84px;
  }
  .bg-career-banner {
    padding: 60px 270px!important;
  }
  .our-clients {
    max-width: 874px!important;
  }
  .slick-prev,
  .slick-prev:hover,
  .slick-prev:focus {
    top: 44px !important;
    left: -13px !important;
    background-size: 60% !important;
    background-repeat: no-repeat !important;
  }
  .slick-next,
  .slick-next:hover,
  .slick-next:focus {
    top: 44px !important;
    right: -68px !important;
    background-size: 60% !important;
    background-repeat: no-repeat !important;
  }
  .our-mission {
    top: 202px;
    right: 630px;
  }
  .our-vision {
    padding-left: 754px;
  }
  .our-value {
    margin-bottom: 15px;
    padding-left: 558px;
  }
}

@media (max-width: 1152px) {
  .our-mission {
    top: 155px;
    right: 557px;
  }
  .our-vision {
    padding-left: 662px;
    top: 20px;
  }
  .our-value {
    margin-bottom: -10px;
    padding-left: 493px;
  }
}

@media (max-width: 1024px) {
	#sidebarCollapse {    
    background-color: rgba(0, 0, 0, 0.1);
}
  .margin-top-30 {
    margin-top: 30px
  }
  .navbar {
    left: 40px!important;
  }
  .slick-prev,
  .slick-prev:hover,
  .slick-prev:focus {
    left: -13px !important;
    background-size: 60% !important;
    background-repeat: no-repeat !important;
  }
  .slick-next,
  .slick-next:hover,
  .slick-next:focus {
    background-size: 60% !important;
    background-repeat: no-repeat !important;
  }
  .bg-career-banner {
    padding: 49px 223px!important;
  }
}

@media (min-width: 768px) {
  .bg-footer {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .bg_about_avatar .text-avatar-about {
    padding-left: 0px !important;
    padding-top: 120px;
  }
  .new2 {
    height: 110px;
  }
  .new2 h2 {
    margin-top: 15px;
  }
  .new2 h2::after {
    top: 78px;
  }
  .new3 {
    margin-top: 30px;
  }
  .new4 {
    margin-top: 30px;
  }
  .new5 {
    height: auto;
    width: 100%;
    margin-top: inherit;
    margin-left: inherit;
    margin-right: inherit;
    margin-top: 30px;
  }
  .new6 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 660px) {
  h1 {
    font-size: 2.4em;
    line-height: 1.2em;
  }
  .crsl-item h3 {
    font-size: 1.65em;
  }
}


/* ------------------    MEDIAQUERIES  ----------------------- */

@media (max-width: 1024px) {
  .logo {
    padding-left: 10%;
  }
  #sidebar {
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    min-width: 220px;
    background-color: rgba(255, 255, 255, 0.7);
    padding-top: 0px;
  }
  .navbar {
    left: 40px !important;
    top: -48px;
  }
  .services-home section {
    display: block;
    width: 52%;
  }
  .padding-top-160 {
    padding-top: 55px;
  }
  .time-line-desk {
    display: none;
  }
  .time-line-mobile {
    display: inherit;
  }
  .introduction-mobile {
    display: inherit
  }
  .introduction-desk {
    display: none;
  }
}

@media (max-width: 800px) {
  .navbar {
    left: 31px !important;
    top: -48px;
  }
  .service-menu-mobile {
    background-color: #f2f2f2;
    background-image: none;
    width: calc(100% -25px) !important;
    height: auto;
    padding: 10px;
    margin-left: 0px;
  }
  .service-menu p {
    position: inherit;
    width: 100%;
    padding-right: 0px;
  }
  .text-content-services-mobile {
    float: left;
    padding: 0px 15px;
  }
  .img-services-mobile {
    margin-right: 0px;
    float: left;
    padding: 0px 0px 10px 0px;
  }
  .bg-clinical-banner {
    padding: 65px 0;
  }
  .bg_services_banner {
    padding: 65px 0;
  }
  .bg-career-banner {
    padding: 30px 150px;
  }
  .slick-prev,
  .slick-prev:hover,
  .slick-prev:focus {
    left: 0 !important;
    top: 45px!important;
    background-size: 40% !important;
    background-repeat: no-repeat !important;
  }
  .slick-next,
  .slick-next:hover,
  .slick-next:focus {
    top: 45px!important;
    background-size: 40% !important;
    background-repeat: no-repeat !important;
  }
}

@media (max-width: 768px) {
  #slides .slide .title {
    padding: 10px;
  }
  .text-aboutus,
  .services-home h2,
  .new2 h2 {
    font-size: 2.5em;
  }
  .services-home h2::after {
    top: 57px;
    left: 48%;
  }
  .slick-next,
  .slick-next:hover,
  .slick-next:focus {
    background-size: 40% !important;
    background-repeat: no-repeat !important;
    top: 50px !important;
  }
  .slick-prev,
  .slick-prev:hover,
  .slick-prev:focus {
    background-size: 40% !important;
    background-repeat: no-repeat !important;
    top: 50px !important;
  }
  .bg-footer div {
    margin-bottom: 13px;
    border-bottom: #60a753 1px solid;
  }
  .bg-footer div:last-child {
    margin-bottom: 0px;
  }
  .bg-footer {
    display: inline-block;
    margin: 0px 25px;
    width: calc(100% - 50px);
  }
  .min-height-slide {
    min-height: 264px;
  }
  #slides .slide .title {
    bottom: 0;
    right: 0;
  }
  #sidebar {
    margin-left: -200px;
    transform: rotateY(90deg);
  }
  #sidebar.active {
    margin-left: 0;
    transform: none;
  }
  #sidebarCollapse span:first-of-type,
  #sidebarCollapse span:nth-of-type(2),
  #sidebarCollapse span:last-of-type {
    transform: none;
    opacity: 1;
    margin: 5px auto;
  }
  #sidebarCollapse.active span {
    margin: 0 auto;
  }
  #sidebarCollapse.active span:first-of-type {
    transform: rotate(180deg) translate(2px, 2px);
  }
  #sidebarCollapse.active span:nth-of-type(2) {
    opacity: 0;
  }
  #sidebarCollapse.active span:last-of-type {
    transform: rotate(-180deg) translate(1px, -1px);
  }
  .content1 {
    width: 100%;
  }
  .navbar {
    left: 28px;
  }
  #sidebarCollapse {
    width: 40px;
    height: 40px;
    left: 30px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  h1 {
    font-size: 1.5em;
    line-height: inherit;
  }
  .bg_clinical {
    padding-bottom: 200px;
  }
  .content-about {
    padding-left: 10px;
  }
  .about-us-content {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .content-about h2 {
    padding-top: 10px;
  }
  .padding-top-50 {
    padding-top: 10px;
  }
  .padding-top-160 {
    padding-top: 0px;
  }
  .avatar {
    width: 40%!important;
  }
  .text-content-services-mobile {
    width: 100%;
    display: inline-block;
  }
  .news-mobile {
    margin-bottom: 10px;
    top: 5px;
  }
  .map {
    height: 250px;
  }
  .bg-career-banner {
    padding: 30px 140px;
  }
  .text-content-services-mobile {
    padding: 0px;
  }
  .bg-news {
    min-height: 670px;
  }
  .services-home h2::after {
    top: 57px;
    left: 47%;
  }
  .detail-link-about {
    font-size: 1.5em!important;
  }
  .detail-link-about::after {
    top: 30px;
  }
  .title {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .navbar {
    left: 30px !important;
    top: -44px;
  }
}

@media (max-width: 675px) {
  .navbar {
    left: 26px !important;
    top: -44px;
  }
  .our-clients {
    padding-top: 0px!important;
  }
}

@media (max-width: 640px) {
  .bg-career {
    min-height: 270px;
  }
  .display-none {
    display: none;
  }
  .content-about h2 span::after {
    display: none;
  }
  .detail-link-about {
    font-size: 1.4em;
  }
  .detail-link-about::after {
    top: 25px;
  }
  .navbar {
    left: 25px !important;
    top: -43px;
  }
}

@media (max-width: 600px) {
  .navbar {
    left: 23px !important;
    top: -44px;
  }  
}

@media (max-width: 568px) {
  .logo {
    padding-left: 15%;
  }	
  .slick-prev,
  .slick-prev:hover,
  .slick-prev:focus {
    top: 56px !important;
    left: 10px !important;
    background-size: 44% !important;
    background-repeat: no-repeat !important;
  }
  .slick-next,
  .slick-next:hover,
  .slick-next:focus {
    top: 56px !important;
    right: -55px !important;
    background-size: 44% !important;
    background-repeat: no-repeat !important;
  }
}

@media (max-width: 480px) {
  .logo {
    padding-left: 20%;
  }	
  .bg_about_avatar .img-avatar-about {
    padding-left: 0px !important;
  }
  .bg_about_avatar .text-avatar-about {
    padding-top: 0px;
  }
  .bg_about_avatar .img-avatar-about img {
    position: inherit;
    left: 0;
    bottom: 0;
    padding-left: 0px !important;
    width: 100% !important;
    border: none;
    margin-top: 10px;
  }
  .navbar {
    left: 16px;
  }
  .bg-clinical-banner {
    padding: 50px 0;
  }
  .bg_services_banner {
    padding: 50px 0!important;
  }
  .bg-ethics-and-compliance-banner {
    padding: 50px 0!important;
  }
  .margin-top-30 {
    margin-top: 30px
  }
  .bg_clinical {
    padding-bottom: 430px;
  }
  .padding-top-160 {
    padding-top: 0
  }
  .avatar {
    width: 50%
  }
  .slider-our-clients {
    width: 95%;
    margin: 0px auto 10px auto;
  }
  .our-clients {
    width: 79%;
  }
  .slick-prev,
  .slick-prev:hover,
  .slick-prev:focus {
    top: 60px !important;
    left: 9px !important;
    background-size: 35% !important;
    background-repeat: no-repeat !important;
  }
  .slick-next,
  .slick-next:hover,
  .slick-next:focus {
    top: 60px !important;
    right: -60px !important;
    background-size: 35% !important;
    background-repeat: no-repeat !important;
  }
  .news-mobile {
    margin-bottom: 0px;
  }
  .padding-bottom-40 {
    padding-bottom: 40px!important;
  }
  .navbar {
    left: 18px !important;
    top: -44px;
  }
  .colorlib-feature .colorlib-text {
    float: left;
    position: inherit;
    width: calc(100% - 40px);
    top: 0;
    left: 0;
    transform: none;
  }
  .colorlib-feature {
    height: auto;
  }
  .bg-footer {
    display: inline-block;
    margin: 0px 15px;
    width: calc(100% - 30px)
  }
  .map {
    height: 200px;
  }
  .bg-career-banner {
    padding: 30px;
  }
  .bg-career {
    min-height: 270px;
  }
  .services-home h2::after {
    left: 45%
  }
  .content-about h2 {
    font-size: 1.4em;
  }
  .forum {
    padding-top: 5px;
  }
  .title {
    font-size: 1em;
  }
  #news-content .title {
    font-size: 1.5em !important;
  }
}

@media (max-width: 414px) {
  #container_banner {
    height: 160px;
  }
  .min-height-slide {
    min-height: 155px;
  }
  .navbar {
    left: 16px !important;
    top: -43px;
  }
}

@media (max-width: 375px) {
  #container_banner {
    height: 140px;
  }
  .min-height-slide {
    min-height: 140px;
  }
  .bg-footer {
    display: inline-block;
    margin: 0px 15px;
    width: calc(100% - 30px)
  }
  .navbar {
    left: 14px !important;
    top: -41px;
  }
}

@media (max-width: 360px) {
  .bg-career {
    min-height: 50px;
  }
  .navbar {
    left: 13px !important;
    top: -40px;
  }
}

@media (max-width: 320px) {
  .navbar {
    left: 20px;
  }
  .slick-prev,
  .slick-prev:hover,
  .slick-prev:focus {
    top: 55px !important;
    left: 9px !important;
    background-size: 30% !important;
    background-repeat: no-repeat !important;
  }
  .slick-next,
  .slick-next:hover,
  .slick-next:focus {
    top: 55px !important;
    right: -60px !important;
    background-size: 30% !important;
    background-repeat: no-repeat !important;
  }
  .navbar {
    left: 12px !important;
    top: -40px;
  }
}

@media (min-width: 230px) {
  .content-about {
    padding-left: 0px;
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  .content-about {
    padding-left: 50px;
    padding-top: 0px !important;
  }
  .bg-footer {
    display: flex;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .content-about {
    padding-left: 50px;
    padding-top: 0px !important;
  }
}