/*=== MEDIA QUERY ===*/
/*
Theme Name: Medic
Author: Themefisher
Author URI: https://themefisher.com/
Description: Medicle Template
Version: 1.0.0

KENG : OLD COLOR #00A0E4
*/
/* @import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap"); */
@import url("https://fonts.googleapis.com/css?family=Prompt&display=swap");
html {
  overflow-x: hidden;
}

body {
  line-height: 1.45rem;
  font-family: 'TLP',  -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  -webkit-font-smoothing: antialiased;
  font-size: 1.4rem;
  color: #6F8BA4;
  font-weight: 400;
  background: #FBFBFC;
  /* text-transform: capitalize; */
}

@media(min-width:992px){
  body{
    background-color: #fff;
    /* background-image: url("/images/bg/slider-bg-2.jpg?vs=2");
    
    background-size:cover;
    background-repeat: no-repeat; */
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'TLP',  -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 700;
  color: #6F8BA4;
}

h1, .h1 {
  font-size: 2.6rem;
  line-height: 2.7rem;
}

h2, .h2 {
  font-size: 2.4rem;
  line-height: 2.5rem;
}

h3, .h3 {
  font-size: 2.2rem;
  line-height: 2.3rem;
}

h4, .h4 {
  font-size: 2rem;
  line-height: 2.1rem;
}

h5, .h5 {
  font-size: 1.8rem;
  line-height: 1.9rem;
}

h6, .h6 {
  font-size: 1.6rem;
  line-height: 1.7rem;
}

b,strong{
  font-weight: 700;
}

p {
  line-height: 30px;
}

.navbar-toggle .icon-bar {
  background: #0288d1;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 1.3rem;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #0288d1;
}

.form-control{
  box-shadow: none;
  border-radius: 0.5rem!important;
  font-size: 1.3rem;
}
.ui-datepicker .ui-datepicker-title select{
  font-size: 1rem!important;
}
.ui-datepicker table {
  font-size: 1rem!important;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #0288d1;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 600;
  letter-spacing: .5px;
  padding: .75rem 2rem;
  font-family: 'TLP',  -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all .35s ease;
}

.btn.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  padding-left: 15px;
}

.btn-sm{
  font-size: 1.1rem;
  line-height: 1.1rem;;
  font-weight: 600;
  padding: 0.65rem 1rem;
}

.btn.btn-sm.btn-icon i {
  padding-left: 0px;
}

.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main {
  background: #0288d1;
  color: #fff;
  border-color: #0288d1;
}

.btn-main:hover {
  background: #AB3B00;
  border-color: #AB3B00;
  color: #fff;
}

.btn-main-2 {
  background: #AB3B00;
  color: #fff;
  border-color: #AB3B00;
}

.btn-main-2:hover {
  background: #0288d1;
  color: #fff;
  border-color: #0288d1;
}

.btn-solid-border {
  border: 2px solid #0288d1;
  background: transparent;
  color: #0288d1;
}

.btn-solid-border:hover {
  border: 2px solid #0288d1;
  color: #fff;
  background: #0288d1;
}

.btn-solid-border:hover.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.btn-solid-border.btn-icon i {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-transparent {
  background: transparent;
  color: #6F8BA4;
  border-color: #6F8BA4;
}

.btn-transparent:hover {
  background: #6F8BA4;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #0288d1;
  border: solid 2px #eee;
}

.btn-white:hover {
  background: #0288d1;
  color: #fff;
  border-color: #0288d1;
}

.btn-d-white, .btn-d-white:hover {
  background: #fff;
  color: #0288d1;
}

.btn-solid-white {
  border-color: #fff;
  color: #fff;
}

.btn-solid-white:hover {
  background: #fff;
  color: #6F8BA4;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #F4F7FE;
}

.bg-primary {
  background: #0288d1;
}

.bg-primary-dark {
  background: #152440;
}

.bg-primary-darker {
  background: #090f1a;
}

.bg-dark {
  background: #6F8BA4;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 30px 0;
}

.section-sm {
  padding: 20px 0;
}

.section-bottom {
  padding-bottom: 30px;
}
@media(min-width:992px){
  .section {
    padding: 40px 0;
  }
  
  .section-sm {
    padding: 30px 0;
  }
  
  .section-bottom {
    padding-bottom: 40px;
  }
}


.subtitle {
  color: #0288d1;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #0288d1;
}

.overly-2 {
  position: relative;
}

.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-sm {
  font-size: 1.4rem;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #6F8BA4;
  text-decoration: none;
  transition: all .35s ease;
}

a:focus, a:hover {
  color: #03659D;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 120px 0px 70px 0px;
  position: relative;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-title .breadcumb-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}



@media (max-width: 480px) {
  h2, .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }
}

.title-color {
  color: rgb(41, 58, 90)!important;
}

.subtitle-color{
  color:#0F5C92!important;
}

.secondary-bg {
  background: #3f9df4;
}

.section-title {
  margin-bottom: 40px;
}

.section-title h2 {
  color: rgb(41, 58, 90)!important;
}

.text-lg {
  font-size: 50px;
}

.gray-bg {
  background: #F4F7FE;
}

@media (max-width: 480px) {
  .text-lg {
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .text-lg {
    font-size: 28px;
  }
}

#navbarmain {
  padding: 15px 0px;
}

#navbarmain .nav-link {
  padding: 10px 15px;
  color: rgb(116, 124, 138);
  font-family: 'TLP',  -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  text-transform: capitalize;
  font-size: 1.4rem;
  transition: all .25s ease;
  font-weight: 500;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-brand {
  margin-top: 5px;
}
.navbar-brand-logo{
  height: 60px;
}
@media(min-width:992px){
  .navbar-brand img{
    margin-left: -10px;
  }
}


.header-top-bar {
  background: #0288d1;
  font-size: 1.4rem;
  padding: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.top-bar-info li a {
  color: #fff;
  margin-right: 20px;
}

.top-right-bar a span {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.top-right-bar a i {
  color: #fff;
  margin-right: 10px;
}

.bg-1 {
  background: url("../images/bg/22.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.banner {
  position: relative;
  overflow: hidden;
  /* background: #fff;
  background: url("../images/bg/slider-bg-2.jpg") no-repeat;
  background-size: cover; */
  min-height: 550px;
}

.banner .block {
  padding: 80px 0px 160px;
}

.banner .block h3 {
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  color: #0288d1;
}

.text-oposite{
  color: #AB3B00!important;
}


.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #0288d1;
}

.text-color-2 {
  color: #AB3B00;
}

.divider {
  width: 40px;
  height: 5px;
  background: #0288d1;
}

@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}

@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}

@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .banner {
    background: #fff !important;
  }
}

@media (max-width: 992px) {
  .banner {
    background: #fff !important;
  }
}

.about-img img {
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.award-img {
  height: 150px;
  width: 150px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin:15px;
  border-radius: 5px;
  /* background: #fff; */
}
.award-img img{
  max-width: 110px;
  height: 110px;
  object-fit: cover;
  background: #fff;
  padding: 10px;
}
.award-img img:hover{
  max-width: 120px;
  height: 120px;
}
.sidebar-widget.tags a{
  background: #F4F7FE;
}

.appoinment-content {
  position: relative;
}

.appoinment-content img {
  width: 85%;
}

.appoinment-content .emergency {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 20px;
  background: #0288d1;
  padding: 48px;
}

.appoinment-content .emergency h2 {
  color: #fff;
}

.appoinment-content .emergency i {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.appoinment-form {
  margin-top: 40px;
}

.appoinment-form .form-control {
  background: #f4f9fc;
  height: 55px;
  border-color: rgba(0, 0, 0, 0.05);
}

.appoinment-form textarea.form-control {
  height: auto;
}

.client-thumb {
  text-align: center;
}

.features {
  margin-top: -115px;
  padding: 0;
}
@media (max-width: 992px) {
  .features {
    padding-top: 100px;
    margin-top: 0;
  }
}

.feature-item {
  flex-basis: 33.33%;
  margin: 0px 10px;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.head-banner .feature-icon {
  width: 60px;
  height: 60px;
  padding: 13px;
  margin: 0 auto;
  display: block;
  text-align: center;
  border-radius: 5px;
}
.head-banner .feature-icon i{
  zoom: 0.7;
}

.feature-item h4 {
  color: #0288d1;
}

.feature-item p {
  font-size: 1.4rem;
}

.feature-section.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.w-hours li {
  padding: 6px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.counter-stat {
  text-align: center;
  padding: 55px 0px 40px 0px;
  position: relative;
}

.counter-stat span {
  font-size: 70px;
  color: #fff;
}

.counter-stat p {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.7);
}

.mb--80 {
  margin-bottom: -80px;
}

.service {
  padding-top: 180px;
}

.service .service-item {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}

.service .icon {
  float: left;
  margin-bottom: 10px;
}

.service i {
  color: #0288d1;
}

.service h4 {
  padding-left: 20px;
}

.service .content {
  clear: both;
}

.service-block {
  padding: 20px;
  margin-top: 40px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 38px rgba(21, 40, 82, 0.07);
}

.service-block img {
  width: 100%;
  margin-top: -60px;
  border: 5px solid #fff;
}
.service-icon{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  margin-top: 5px;
}

.service-icon .custom-icon img {
  /* -webkit-filter: invert(0.7) sepia(1) saturate(5) hue-rotate(175deg);
  -moz-filter: invert(0.7) sepia(1) saturate(5) hue-rotate(175deg);
  -o-filter: invert(0.7) sepia(1) saturate(5) hue-rotate(175deg);
  -ms-filter: invert(0.7) sepia(1) saturate(5) hue-rotate(175deg);
  filter: invert(0.7) sepia(1) saturate(5) hue-rotate(175deg); */
  /* filter: invert(1); */
}
.service-icon .custom-icon:hover img{
  /* -webkit-filter: invert(76%) sepia(21%) saturate(3667%) hue-rotate(330deg) brightness(98%) contrast(94%);
  -moz-filter:invert(76%) sepia(21%) saturate(3667%) hue-rotate(330deg) brightness(98%) contrast(94%);
  -o-filter: invert(76%) sepia(21%) saturate(3667%) hue-rotate(330deg) brightness(98%) contrast(94%);
  -ms-filter: invert(76%) sepia(21%) saturate(3667%) hue-rotate(330deg) brightness(98%) contrast(94%);
  filter: invert(76%) sepia(21%) saturate(3667%) hue-rotate(330deg) brightness(98%) contrast(94%);
  opacity: 1; */
}

/* .service-icon:hover{
  background-color: #f6c23e;
  background-image: linear-gradient(180deg, #f6c23e 10%, #dda20a 100%);
  background-size: cover;
} */

.service-icon .custom-icon{
  display: table-cell;
  width: 100%!important;
  height: 100%!important;
  line-height: 100%;;
  vertical-align: middle;
}

.service-icon .custom-icon img{
  position: relative;
  height: 70px!important;
  width: auto!important;
  margin: 0 auto;
  opacity: 1;
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

.slick-slide .title-service{
  font-size: 80%;;
}

.clients-icon .slick-slide{
  padding-left: 0;
  padding-right: 0;
}

@media(min-width:992px){
  .slick-slide .title-service{
    font-size: 90%;;
  }
}

.department-service {
  margin-bottom: 40px;
}

.department-service li {
  margin-bottom: 10px;
}

.department-service li i {
  color: #AB3B00;
}

.doctors .btn-group .btn {
  border-radius: 0px;
  margin: 0px 2px;
  text-transform: capitalize;
  font-size: 1.4rem;
  padding: .6rem 1.4rem;
  cursor: pointer;
}

.doctors .btn-group .btn.active {
  box-shadow: none !important;
  border-color: transparent;
  background: #AB3B00;
  color: #fff;
}

.doctors .btn-group .btn.focus {
  box-shadow: none !important;
  border-color: transparent;
}

.doctors .btn-group .btn:focus {
  box-shadow: none !important;
  border-color: transparent;
  background: #AB3B00;
  color: #fff;
}

.doctors .btn-group .btn:hover {
  box-shadow: none !important;
  border-color: transparent;
  background: #AB3B00;
  color: #fff;
}

.doctors .btn-group > .btn-group:not(:last-child) > .btn, .doctors .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .doctors .btn-group > .btn:not(:first-child) {
  border-radius: 3px;
}

.doctor-inner-box {
  overflow: hidden;
}

.doctor-inner-box .doctor-profile {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 8px 1.4rem 0px rgba(200, 183, 255, 0.2);
}

.doctor-inner-box .doctor-profile .doctor-img {
  transition: all .35s ease;
}

.doctor-inner-box .doctor-profile .doctor-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.lh-35 {
  line-height: 35px;
}
.lh-25 {
  line-height: 25px;
}

.doctor-info li {
  margin-bottom: 10px;
  color: #6F8BA4;
}

.doctor-info li i {
  margin-right: 20px;
  color: #AB3B00;
}

.read-more {
  color: #0288d1;
}

@media (max-width: 480px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 400px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 768px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

.cta {
  background: url("../images/bg/bg-4.jpg") no-repeat 50% 50%;
  background-size: cover;
  background-position: top;
  position: relative;
}

.cta:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #0288d1;
  opacity: 0.6;
}

.cta-2:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #0288d1;
  opacity: 0.4;
}

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

.text-color-primary {
  color: #0288d1;
}


.testimonial {
  position: relative;
}

.testimonial:before {
  width: 48%;
  height: 100%;
  top: 0;
  left: 0px;
  position: absolute;
  content: "";
  /* background: url("../images/bg/bg-2.jpg") no-repeat 50% 50%; */
}
.testimonial.right:before{
  right: 0px;
  left: auto;
}

.testimonial .slick-dots {
  text-align: left;
}

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

.testimonial-block p {
  background: #fff;
  font-size: 1.4rem;
}

.testimonial-block .client-info {
  margin-bottom: 20px;
}

.testimonial-block .client-info h4 {
  margin-bottom: 0px;
}

.testimonial-block i {
  font-size: 60px;
  position: absolute;
  right: 46px;
  bottom: 89px;
  opacity: .08;
}

.testimonial-block .slick-dots {
  text-align: left;
}

.testimonial-wrap-2 .slick-dots {
  margin-left: -10px;
}

.testimonial-block.style-2 {
  background: #fff;
  padding: 30px;
  margin: 0px 4px;
  margin-bottom: 30px;
  min-height: 240px;
}

.testimonial-block.style-2 .testimonial-thumb {
  float: left;
}

.testimonial-block.style-2 .testimonial-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 20px;
  margin-bottom: 0;
  border: 5px solid #F4F7FE;
  margin-top: -5px;
  object-fit: cover;
}

.testimonial-block.style-2 .client-info p {
  clear: both;
  background: transparent;
}

.testimonial-block.style-2 i {
  bottom: -20px;
  color: #AB3B00;
  opacity: .3;
}

@media (max-width: 480px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 400px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 992px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

.contact-form-wrap .form-group {
  margin-bottom: 20px;
}

.contact-form-wrap .form-group .form-control {
  height: 60px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
  background: #f4f9fc;
}

.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
  height: auto;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  background: #f4f9fc;
  width: 100%;
}

.social-icons li {
  margin: 0 6px;
}

.social-icons a {
  margin-right: 10px;
  font-size: 1.4rem;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 500px;
}

.mt-90 {
  margin-top: 90px;
}

.contact-block {
  text-align: center;
  border: 5px solid #EEF2F6;
  padding: 50px 25px;
}

.contact-block i {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  color: #0288d1;
}

.blog-item-content h2 {
  font-weight: 600;
  font-size: 38px;
}

/*=================================================================
  Single Blog Page
==================================================================*/
.nav-links .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #eee;
  text-align: center;
  padding-top: 13px;
  font-weight: 600;
  margin-right: 10px;
}

.nav-links .page-numbers:hover {
  background: #0288d1;
  color: #fff;
}

.nav-links .page-numbers.current {
  background: #0288d1;
  color: #fff;
}

.comment-area .comment-thumb {
  margin-right: 20px;
  margin-bottom: 30px;
}

.comment-area h5 {
  font-size: 1.4rem;
  font-weight: 500;
}

.comment-area span {
  font-size: 1.4rem;
}

.posts-nav h6 {
  font-weight: 500;
}

.quote {
  font-size: 22px;
  color: #0288d1;
  padding: 40px;
  font-style: italic;
  border-left: 5px solid #AB3B00;
  margin: 25px 0px;
}

.tag-option a {
  border: 1px solid #F4F7FE;
  padding: 6px 12px;
  color: #6F8BA4;
  font-size: 1.4rem;
}

.comment-form .form-control {
  background: #f7f8fb;
  border-radius: 5px;
  border-color: #f7f8fb;
  height: 50px;
}

.comment-form textarea.form-control {
  height: auto;
}

.post.post-single {
  border: none;
}

.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}

.post-comments .media {
  margin-top: 20px;
}

.post-comments .media > .pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}

.post-comments .comment-author a {
  color: #0288d1;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 80%;
}

.post-comments .comment-button {
  color: #0288d1;
  display: inline-block;
  margin-left: 5px;
  font-size: 80%;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-comments .comment-button:hover {
  color: #0288d1;
}

.post-excerpt {
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt p {
  margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #0288d1;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #0288d1;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 80%;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #0288d1;
}

.comment-reply-form textarea, .comment-reply-form .btn-main {
  height: auto;
}

.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}

.sidebar-widget h5 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.sidebar-widget h5:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 35px;
  height: 3px;
  background: #AB3B00;
}

.sidebar-widget.latest-post .media img {
  border-radius: 7px;
}

.sidebar-widget.latest-post .media h6 {
  font-weight: 500;
  line-height: 1.4;
}

.sidebar-widget.latest-post .media p {
  font-size: 80%;
}

.sidebar-widget.category ul li {
  margin-bottom: 10px;
}

.sidebar-widget.category ul li a {
  color: #6F8BA4;
  transition: all 0.3s ease;
}

.sidebar-widget.category ul li a:hover {
  color: #0288d1;
  padding-left: 5px;
}

.sidebar-widget.category ul li span {
  margin-left: 10px;
}

.sidebar-widget.tags a {
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .075em;
  font-weight: 500;
  border-radius: 20px;
  color: #0288d1;
  display: inline-block;
  background-color: #F4F7FE;
  margin: 0 7px 10px 0;
  padding: 0 20px;
  transition: all .2s ease;
  line-height: 30px;
}

.sidebar-widget.tags a:hover {
  color: #fff;
  background: #0288d1;
}
.sidebar-widget.tags a:hover i{
  color: #fff;
}

.sidebar-widget.schedule-widget {
  background: #f4f9fc;
  padding: 25px;
}

.sidebar-widget.schedule-widget ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.search-form {
  position: relative;
}

.search-form i {
  position: absolute;
  right: 15px;
  top: 35%;
}

.footer {
  padding-bottom: 10px;
}

.footer .copyright a {
  font-weight: 600;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}

.logo h3 {
  color: #0288d1;
}

.logo span {
  color: #0288d1;
}

.widget .divider {
  height: 3px;
}

.widget h4 {
  color: #0288d1;
}

.widget .footer-menu a {
  color: #6F8BA4;
}

.widget .footer-menu a:hover {
  color: #AB3B00;
}

.footer-contact-block span {
  font-weight: 400;
  color: #6F8BA4;
}

.footer-contact-block i {
  font-size: 20px;
}

.footer-btm {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-socials li a {
  width: 45px;
  height: 45px;
  /* background: #fff; */
  /* color: #00659B; */
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  padding-top: 10px;
}

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 1.4rem;
}

.widget-contact h6 i {
  color: #AB3B00;
}

.subscribe {
  position: relative;
}

.subscribe .form-control {
  border-radius: 50px;
  height: 60px;
  padding-left: 25px;
  border-color: #eee;
}

.subscribe .btn {
  position: absolute;
  right: 6px;
  top: 6px;
}

.backtop {
  position: fixed;
  background: #AB3B00;
  z-index: 9999;
  display: inline-block;
  right: 55px;
  width: 60px;
  height: 60px;
  bottom: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: 50px;
}

.backtop i {
  color: #fff;
  font-size: 20px;
}

.reveal {
  transition: all .3s;
  cursor: pointer;
  opacity: 1;
}

/*# sourceMappingURL=maps/style.css.map */
.banner{
  margin-top: 130px;
}
.text-info {
  color: #00659B!important;
}
#navbarmain .nav-link:hover
/* , #navbarmain .nav-item.active > .nav-link, .title-icon */
{
  color:#01689C;
}
#navbar{
    padding: 0;
    background-color: #f4f9fc;
    /* position: fixed; */
    z-index: 3;
    width: 100%;
    /* top: 0; */
}
.divider-top, .divider-bottom{
  position: relative;
}
.divider-title{
  position: relative;
  display: inline-block;
  padding-bottom: 0.2rem;
}
.divider-top:before{
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #0288d1 38%, #00a7e1 100%);
  position: absolute;
  left: 0;
}
.divider-bottom:before{
  content: " ";
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg,  #0288d1 38%, #00a7e1  100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.divider-title:before{
  content: "";
  height: 4px;
  background: linear-gradient(90deg, #0288d1 38%, #00a7e1  100%);
  position: absolute;
  bottom: -10px;
  margin: 0 auto;
  width: 34%;
  left:calc(50% - 17%);
}
.divider-r{
  border-right: solid 1px #e3f0f9;
  margin-right: 1rem;
}
.divider-mt-100:before{
  margin-top: -100px;
}

@media(min-width:992px){
  .divider-title:before{
    width: 100%;
    left:0;
  }
}




.title-icon{
  text-align: center;
  font-size: 1.4rem;
}
.search-form.m-left i {
  position: absolute;
  left: 1.4rem;
  top: 28%;
  width: 15px;
  font-size: 20px;
}
.search-form.m-left input[type="text"] {
  padding-left: 50px;
  border-radius: 2rem;
  border:none;
  /* border: solid 1px #81B3E6; */
  /* background: #fbfbfb; */
}
.widget .footer-menu a{
  font-size: 1.4rem;
}
.c-pointer{
 cursor: pointer;
}
.sidebar-widget.tags a > i{
  color: #0288d1;
}
.btn-default {
  display: inline-block;
  font-weight: 500;
  opacity: 1;
  transition: all .3s cubic-bezier(.6,.2,.1,1);
  box-shadow: 0 50px 50px rgb(0 4 12 / 5%), 0 4px 15px rgb(0 0 0 / 5%), 0 0 5px rgb(0 4 12 / 5%);
  padding-left: 8px!important;
    padding-right: 8px!important;
  padding-top: 4px!important;
  padding-bottom: 4px!important;
  color: #00a7e1!important;
  margin-right: 8px!important;
  margin-bottom: 8px!important;
}
.post-box:hover{
  transform: scale(1.02);
  cursor: pointer;
}

.dropdown-menu{
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  overflow-x: visible;
}
/* custom scrollbar */
.dropdown-menu::-webkit-scrollbar {
  width: 1.4rem;
}

.dropdown-menu::-webkit-scrollbar-track {
  background-color: transparent;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

.sub-banner img, .small-banner img, .sub-banner img {
  height: 200px;
  margin-bottom: 1.4rem;
  width: 100%;
  object-fit: fill;
}

@media (min-width: 992px) { 
  .sub-banner img, .small-banner img {
    height: 150px;
    margin-bottom: 1.4rem;
    width: 100%;
    object-fit: fill;
  }
  .sub-banner img{
    height: 31.4rem;
  }
}

.slick-prev:before, .slick-next:before{
  color: #b5b5b5;
  font-size: 2rem;
}
.slick-prev:before{
  margin-left: -1rem;
}

.section-start {
  margin-top: 0rem;
}


.shadow {
  box-shadow: 0 .5rem 1rem rgba(0,102,255,.08)!important;
  /* box-shadow: 0 8px 20px rgb(0 102 255 / 12%), 0 3px 5px rgb(81 126 194 / 10%)!important;; */
}
.card{
  border:none;
}
.card .card-title{
  font-size: 1.4rem;
}

.strong-color{
  color:#00a7e1!important;
  font-weight: 500;
}
.gray-gradiant-bg{
  background: linear-gradient(180deg,rgba(244,247,254,.8),rgba(244,247,254,0.7) 23.88%,rgba(244,247,254,0.5) 80.73%,rgba(244, 247, 254, .8));
}
.triangle-top {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32vw;
  height: 32vw;
  background-image: url(/images/triangle.svg?vs=1);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.triangle-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 32vw;
  height: 32vw;
  background-image: url(/images/triangle.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleY(-1) scaleX(-1);
}

.img-fit {
  object-fit: cover;
}

section {
  background: transparent;
  position: relative;
}

.top-sections {
  position: relative;
}

[src="images/logo.png"] {
  height: 60px
}
.head-banner {
  /* margin-top: 85px; */
  margin-top: 0;
  position: relative;
  min-height: 0;
  height: auto;
}


.head-banner .cover-right .carousel-item {
  width: 100%;
  padding-bottom: 3.5rem;
}

.head-banner .cover-right .carousel-item img{
  width: 100%;
  display: block;
  margin-left: auto;
}

.head-banner .carousel-item{
  position: relative;
}
.head-banner .carousel-item::before{
  /* position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #00a7e1;
  content: " ";
  opacity: 0.5; */
}
.cover-right .carousel-indicators{
  display: none;
}
@media(min-width:992px){
    .cover-right .carousel-indicators{
      margin-right: 20px;
      bottom:1rem
    }
    .cover-right .carousel-indicators li{
      background-color: #55A4DD;
    }
    .head-banner{
      height: 470px;
      margin-top: 0;
    }
    .head-banner .cover-right {
      position: absolute;
      right: 0;
      top: 0;
      width: 58%;
      height: 450px;
    }
    .head-banner .carousel,
    .head-banner .carousel-inner,
    .head-banner .cover-right .carousel-item img,
    .head-banner .carousel-item{
      border-radius: 0 0 0 50px;
      overflow: hidden;
    }

    .head-banner .cover-right .carousel-item {
      height: 450px;
    }
    .head-banner .cover-right .carousel-item img{
      height: 100%;
      width: auto;
      display: block;
      margin-left: auto;
      padding: 10px;
      background: #fff;
    }
}

@media(min-width:1200px){
  .head-banner .cover-right .carousel-item {
    height: 500px;
  }
}

.divider-r {
  margin: 0;
}


.-icon-image-large {
  width: 60px !important;
  max-width: 100% !important;
  height: 60px !important;
}

.title-service {
  color: #00a7e1;
}

.features {
  margin: 0;
}

.featured-icon {
  color: #00659B;
}

.featured-section .slick-slider .slick-arrow {
  top: 30%;
  /* display: none!important; */
}

.featured-section .slick-slider .slick-arrow.slick-prev {
  margin-left: 0;
  left: 15px;
}

.featured-section .slick-slider .slick-arrow.slick-next {
  margin-right: 0;
  right:25px;
}

.body-sections {
  position: relative;
}

.section.about .right-box>.card {
  border: none;
  margin-left: 0px;
}

.section.about .right-box {
  padding-top: 0.3rem;
}

.slick-dots li button:before {
  opacity: .5;
  color: #0288d1;
  font-size: 10px;
  /* content: "●"; */
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  font-size: 1.4rem;
  color: #0288d1;
}

.slick-arrow {
  z-index: 10;
}

.slick-arrow::before {
  border-radius: 10px;
  width: 50px;
  height: 50px;
  display: block;
  background: #fff;
  color: #777;
  opacity: 0.9;
  font-size: 20px;
  font-family: inherit;
  padding-top: 15px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08) !important;
  font-family: 'themify';
  content: "\e64a";
}

.clients-icon .slick-arrow::before {
  /* background: rgba(0,0,0,0.1);
  color: #eee; */
}

.slick-next.slick-arrow::before {
  content: "\e649";
}

.section.about .slider-item{
  padding-right: 10px;
  padding-bottom: 20px;;
}

.section.about .slick-arrow{
  display: none!important;
}
.quick-menu .quick-menu-box{
  background: rgba(255,255,255,1);
  margin-bottom: 2rem;
  /* border-radius: 0 0.5rem 0.5rem 0; */
  overflow: hidden;
  margin-top: -2.5rem;
  position: relative;
  z-index: 10;
  /* background: #F5F8FD; */
  /* border:1px solid #81B3E6; */
  border-radius: 20px;;
}
.quick-menu .quick-menu-box .row{
  margin-left: -5px;
  margin-right: -5px;
}
.quick-menu .quick-menu-box  [class*="col-"]{
  padding-left: 5px;
  padding-right: 5px;
}


@media (min-width: 992px) {
  .quick-menu .quick-menu-box{
    background: rgba(255,255,255,0.5);
    margin-bottom: 2rem;
    border-radius: 0 0.5rem 0.5rem 0;
    overflow: hidden;
  }

  .quick-menu{
    margin-right:5rem;
    margin-left: -5rem;
  }
   
  .quick-menu .quick-menu-box{
    /* margin-left: -3.4rem;
    margin-right: 0.5rem; */
  }
  .quick-menu .quick-menu-search{
    border-color:#c3d0f7;
    border-radius:20px!important;
  } 
  .section.about .left-box a,
  .section.about .left-box img,
  .section.about .card {
    border-radius: 0.5rem;
  }


  .section.about .left-box {
    z-index: 1;
    padding-left: 30px;
  }

  .section.about .left-box a {
    display: block;
  }

  .section.about .right-box {
    padding-top: 8.5rem;
  }

  .section.about .right-box>.card {
    margin-left: -60px;
    padding-left: 40px !important;
  }

  .section.about .slick-dots {
    width: 100%;
    bottom: -20%;
    text-align: center;
  }
  .section.about .slick-arrow {
    display: none!important;
  }
  .section.about .slick-next.slick-arrow {
    right: 10px;
    top: 65%;
  }

  .section.about .slick-prev.slick-arrow {
    left: 0;
    top: 35%;
  }
}

.testimonial-wrap-3 .style-2.card {
  padding: 0;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
  border: none;
}

.testimonial-wrap-3 .card-body {
  min-height: 12.5rem;
}

.testimonial-wrap-3 .card-img-top {
  height: 240px;
  object-fit: cover;
}

a:not(.btn):hover{
  /* opacity: 0.9; */
  /* padding: 5px; */
  transition: all .35s ease;
}

a:hover img{
  opacity: 0.8;
}

.img-thonglor{
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
.img-thonglor,
.img-thonglor img{
  /* border-radius: 0.5rem; */
}
.img-thonglor::before{
  content: " ";
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #0288d1 48%,#00a7e1 100%);
  position: absolute;
  bottom: 0px;
  left: 0;
  opacity: 1!important;
  z-index: 2;
}
.img-thonglor .img-thonglor-logo{
  padding:3px 20px;
  padding-right: 7px;
  background:#fff;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 120px;
  border-radius: 100px 0 0 0!important;
  opacity: 2!important;
  z-index: 2;
}

@media(max-width:992px){
  .img-thonglor .img-thonglor-logo{
    padding:1px 3px;
    width: 30px;
    bottom: 0px;
  }
  .img-thonglor::before{
    height: 3px;
    bottom: 0px;
  }
}

.img-thonglor .img-thonglor-fade{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top:0;
  /* background: rgba(0, 0, 0, 0.3); */
  z-index:1;
}

.two-line{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bg-gray-gradiant {
  background: linear-gradient(135deg,rgba(118,134,146,.10),rgba(119,134,146,.05) 15%,rgba(119,134,146,.10) 25%,rgba(119,134,146,.03) 32%,rgba(119,134,146,.00) 42%,rgba(119,134,146,.15) 52%,rgba(119,134,146,.10) 60%,rgba(119,134,146,.35) 75%,rgba(119,134,146,.10) 80%,rgba(119,134,146,.00) 85%,rgba(119,134,146,.10) 90%,rgba(100,112,122,.35) 120%);
  background-size: 150% 100%;
}

.bg-gradient-primary {
  background-color: #0288d1;
  background-image: linear-gradient(180deg, #0288d1 10%, #00a7e1 100%);
  background-size: cover;
}

.bg-gradient-blue {
  background-color: #4fc3f7;
  background-image: linear-gradient(180deg, #4fc3f7 10%, #039be5 100%);
  background-size: cover;
}

.bg-gradient-secondary {
  background-color: #858796;
  background-image: linear-gradient(180deg, #858796 10%, #60616f 100%);
  background-size: cover;
}

.bg-gradient-success {
  background-color: #1cc88a;
  background-image: linear-gradient(180deg, #1cc88a 10%, #13855c 100%);
  background-size: cover;
}

.bg-gradient-info {
  background-color: #36b9cc;
  background-image: linear-gradient(180deg, #36b9cc 10%, #258391 100%);
  background-size: cover;
}

.bg-gradient-warning {
  background-color: #f6c23e;
  background-image: linear-gradient(180deg, #f6c23e 10%, #dda20a 100%);
  background-size: cover;
}

.bg-gradient-danger {
  background-color: #e74a3b;
  background-image: linear-gradient(180deg, #e74a3b 10%, #be2617 100%);
  background-size: cover;
}

.bg-gradient-light {
  background-color: #f8f9fc;
  background-image: linear-gradient(180deg, #fff 10%, #F4F9FC 100%);
  background-size: cover;
}

.bg-gradient-dark {
  background-color: #5a5c69;
  background-image: linear-gradient(180deg, #5a5c69 10%, #373840 100%);
  background-size: cover;
}

.f-18{
  font-size: 1.4rem!important;;
}

.blog-sharer [class*="icofont"]{
  width: 40px;
  height: 40px;
  background: #0393D6;
  color:#fff;
  text-align: center;;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  padding-top: 10px;
}

.blog-sharer .icofont-facebook{
  background: #435EAD;
}

.blog-sharer .icofont-twitter{
  background:#00ADE8;
}

.blog-sharer .icofont-pinterest{
  background:#DF0322;
}

.blog-sharer .icofont-linkedin{
  background:#0077B5;
}

.blog-sharer .icofont-line{
  background:#00B202;
}

.blog-sharer .icofont-facebook-messenger,
.a2a_button_facebook_messenger .a2a_svg{
  background: linear-gradient(#F8685F 0%, #A735E3 50%,#2B7BF7 100%)!important;;
}

.a2a_svg{
  border-radius: 50%!important;
  padding-top: 3px!important;
  margin-right: 5px!important;
}

.a2a_svg svg{
  width: 25px!important;
  height: 25px!important;
}

@media(min-width:992px){
  .a2a_vertical a{
    margin-right: 0!important;
    margin-bottom: 5px!important;
    display: block!important;
  }
}

.form-control::placeholder, .asColorPicker-input::placeholder, .dataTables_wrapper select::placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::placeholder,
.jsgrid .jsgrid-table .jsgrid-filter-row select::placeholder, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::placeholder, .select2-container--default .select2-selection--single::placeholder, .select2-container--default .select2-selection--single .select2-search__field::placeholder, .typeahead::placeholder,
.tt-query::placeholder,
.tt-hint::placeholder {
  color: #c9c8c8;
  opacity: 1;
}

.navbar-collapse.collapse.show {
  z-index: 1000;
  background: #fff;
}

.b-none {
  border: none !important;
}

.dropdown .dropdown-menu {
  background: #fff;
  border: 0px;
  border-top: 4px solid #E74A3A;
  border-radius: 0px;
  max-height: 50vh;
  overflow-y: auto;
  font-size: 1.4rem;
}

.navbar .dropdown-menu .dropdown-item {
  color: #00a7e1;
  position: relative;
}

/* .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item::before {
  font-family: IcoFont !important;
  content: "\eab8";
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(0, 160, 228, 0.2);
  margin-right: 10px;
  text-align: center;
} */

.dropdown .dropdown-item {
  padding: 13px 20px;
  border-bottom: 1px solid #eee;
  background: transparent;
  font-weight: 400;
  color: #555;
}

.navbar .nav-link.dropdown-toggle::before {
  font-family: IcoFont !important;
  content: "\eab2";
  float: right;
  margin-top: 0;
  margin-left: 2px;
}

.navbar .nav-link.dropdown-toggle:hover::before,
.navbar .nav-link.dropdown-toggle[aria-expanded='true']::before {
  content: "\eab8";
}

.dropdown .dropdown-item:hover {
  color: #0288d1;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  border-top: none;
  padding-left: 1rem;
}

.dropdown-submenu .dropdown-toggle {
  border: none;
  padding-bottom: 0;
}

.dropdown-submenu .submenu-menu {
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.dropdown-submenu .submenu-menu .submenu-item {
  flex-basis: 50%;
  padding: 0.5rem;
}

@media(min-width:992px) {
  .navbar .nav-link.dropdown-toggle::before {
    /* display: none; */
    font-size: 80%;
    margin-top: 0;
  }

  .navbar .dropdown .dropdown-menu {
    position: absolute;
    display: block;
    background: #fff;
    min-width: 240px;
    top: 130%;
    left: 0;
    right: 0px;
    opacity: 0;
    padding: 0px;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    border: 0px;
    border-top: 4px solid #E74A3A;
    border-radius: 0px;
    max-height: calc(100vh - 100px);
  }

  #navbarmain .nav-link.dropdown-toggle {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .navbar .dropdown-menu .dropdown-item {
    font-weight: 600;
  }

  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 115%;
    width: fit-content;
  }

  .navbar .dropdown-menu {
    min-width: 500px;
    max-width: 100%;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08) !important;
  }



  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover {
    background: #F4F9FC;
    padding-left: 1.4rem;
  }

  .navbar>.dropdown-menu {
    margin-top: 4px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08) !important;
  }
}

body {
  top: 0 !important;
}

.goog-te-banner-frame {
  display: none;
  height: 0 !important;
  visibility: hidden
}

#google_translate_element,
.lang-selection {
  display: none;
}

.lang-selection {
  padding: 3px 8px;
  margin: 0 2px;
  background: #fff;
}

.lang-selection.active {
  background-color: #0288d1;
  background-image: linear-gradient(180deg, #0288d1 10%, #00a7e1 100%);
  background-size: cover;
  color: #fff;
}

@media(max-width:992px) {
  .lang-nav {
    padding: 30px 0;
  }
}

.btn-outline-secondary, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel {
  color: #a3a4a5;
  border-color: #a3a4a5;
}

.btn-outline-secondary:hover, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:hover {
  color: #212529;
  background-color: #a3a4a5;
  border-color: #a3a4a5;
}

.btn-outline-secondary:focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:focus, .btn-outline-secondary.focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .focus.editable-cancel {
  box-shadow: 0 0 0 0.2em rgba(163, 164, 165, 0.5);
}

.btn-outline-secondary.disabled, .editable-container.editable-inline .editableform .control-group .editable-buttons .disabled.editable-cancel, .btn-outline-secondary:disabled, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:disabled {
  color: #a3a4a5;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle,
.editable-container.editable-inline .editableform .control-group .editable-buttons .show > .dropdown-toggle.editable-cancel {
  color: #212529;
  background-color: #a3a4a5;
  border-color: #a3a4a5;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus,
.editable-container.editable-inline .editableform .control-group .editable-buttons .show > .dropdown-toggle.editable-cancel:focus {
  box-shadow: 0 0 0 0.2em rgba(163, 164, 165, 0.5);
}

.fr-view img{
  max-width:100% ;
}

@media(max-width:992px){
  .xs-one-line{
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-y: hidden;
  }
}
.two-line{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.three-line{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.four-line{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.recommend-blog{
  position: relative;
  padding-left: 75px;
  min-height: 70px;
}

.recommend-blog img{
  position:absolute;
  left: 0;
  top: 15px;
  height: 55px;
  width: 60px;
  object-fit: cover;
  border-radius: 5px;;
}



.top-quick-menu{
  background: #0288d1;
  text-align: center;
  height: 46px;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  right: 0;
  display: none;
}
.top-quick-menu a{
  padding: 10px 20px;
  display: inline-block;
  color:#fff;
}
.top-quick-menu a:hover{
  background: #00a7e1;
}

.tlp-html img {
  /* width: 100% !important; */
  /* height: auto !important; */
  margin: 1rem 0 !important;
}
.tlp-html iframe{
  width: 100%!important;
}
.tlp-html *{
  font-family: 'TLP',  -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important;
  font-size: 1.4rem!important;
  font-weight: 400;
}

.tlp-html b,
.tlp-html strong{
  font-weight: 700!important;
}

.tlp-html h1,
.tlp-html h2,
.tlp-html h3,
.tlp-html h4,
.tlp-html h5,
.tlp-html h6,
.tlp-html h1 *,
.tlp-html h2 *,
.tlp-html h3 *,
.tlp-html h4 *,
.tlp-html h5 *,
.tlp-html h6 *
{
  font-size: 1.6rem!important;
  line-height: 1.7rem!important;
  color:#00a7e1!important;
  font-weight: 500!important;
}

.tlp-html blockquote{
  padding-left: 1.4rem!important;
}

.tlp-html p{
  margin-bottom: 0.5rem;
  line-height: 1.45rem;
}

.tlp-html blockquote p{
  margin-bottom: 0rem;
}


.all-100,
.mobile-100{
  width: 100%!important;
  max-width: 100%!important;
  min-width: 0!important;
  height: auto!important;
  min-height: 0!important;
  max-height: none!important;
  margin-bottom: 1rem;
}

@media(max-width:992px){
    .tlp-html-about img{
      width: 100% !important;
      height: auto !important;
      margin: 1rem 0 !important;
    }
    .d-mobile-none{
      display: none!important;
    }
    /* .mobile-100{
      width: 100%!important;
      max-width: 100%!important;
      min-width: 0!important;
      height: auto!important;
      min-height: 0!important;
      max-height: none!important;
      margin-bottom: 1rem;
    } */
    .mobile-container-full{
      margin-left: 0!important;
      margin-right: 0!important;
      max-width: none!important;
      padding-left: 0!important;
      padding-right: 0!important;
    }
    
    .a2a_kit{
      text-align: center;
    }
    .a2a_kit a,
    .a2a_kit a span,
    .a2a_kit a svg{
      float:none!important;
      display: inline-block;
    }
    .a2a_kit a svg{
      margin-top: -10px;
    }

    .navbar.divider-bottom::before{
      display: none!important;
    }
    .navbar.shadow{
      box-shadow: none!important;
      border-bottom: 1px solid rgba(0,0,0,.07)
    }
}
