@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('magnific-popup.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.default.min.css');

@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/Poppins-Black.woff2') format('woff2'),
        url('../webfonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/Poppins-Bold.woff2') format('woff2'),
        url('../webfonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/Poppins-Regular.woff2') format('woff2'),
        url('../webfonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../webfonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html{
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 1.51em;
  line-height: 1.85;
  color: #104290;
  background-color: #fff;
  padding-right: 0!important;
  text-rendering: optimizeLegibility;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  /*background: #0d50aa;*/
  background: #ace4fc;
}

::selection{
  background-color:#425cbb;
  color:#fff;
}

-webkit-::selection{
    background-color:#425cbb;
    color:#fff;
}

::-moz-selection{
    background-color:#425cbb;
    color:#fff;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

/* 1.2 Typography */

/* Judul Section Poppins 42pt */
h1,
.h1{ 
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size: 2.80em;
  letter-spacing: 0.022em;
  /*line-height: 1.7;*/
  color: #0d50aa;
  text-transform: uppercase;
  margin:0;
  text-shadow: 0 0 1px rgba(13, 80, 170, 0.8), 1px 1px 0 rgba(255,255,255,0.45);
}

/* Poppins 24pt */
h2,
.h2{ 
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.6em;
  color: #0d50aa;
  margin:15px 0 10px 0;
  text-shadow: 0 0 1px rgba(13, 80, 170, 0.5), 1px 1px 0 rgba(255,255,255,0.45);
}

/* Opensans 18pt */
h3, 
.h3{
  font-family: 'Open Sans', sans-serif;
  font-size: 1.22em;
  line-height: 1.3;
  font-weight: normal;
  color: #104290;
  margin:0.7em 0;
}

/* Opensans 15pt */
h4,
.h4{
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: normal;
  color: #104290;
  margin:0 0 50px 0;
  text-shadow: 0 0 1px rgba(16, 66, 144, 0.01),1px 1px 0 rgba(255,255,255,0.3);
}

/* 'Poppins' 15pt */
h5,
.h5{
  font-family: 'Poppins', sans-serif;
  font-size: 1.475em;
  line-height: 1.35;
  font-weight: 900;
  color: #3b3b3b;
  margin:0.7em 0;
}

/* judul berita di page home Poppins 22pt */
h6,
.h6{
  font-family: 'Poppins', sans-serif;
  font-size: 1.4em;
  line-height: 1;
  font-weight: bold;
  margin-block-start: 0em;
  margin-block-end: 0em;
  color: rgba(255,255,255,1);
  text-shadow: 0 1px 2px rgba(17,17,17,0.3);
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a{
  color:inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover{
  text-decoration: none;
}

p{
  margin-bottom: 2em;
}

ul{
  list-style: none;
  padding-left: 0;
}


i{
  font-family:  'Playfair Display', serif;
  font-size: 1.07em;
}
a {
  color:#425cbb;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

*:focus {
  outline: 0;
  outline: none;
}

a:hover,
a:focus {
  color:#425cbb;
  outline: none;
}


a:focus{
  text-decoration: none;
}


/* 1.3 Fields */

.form-control,
input[type='text'],
input[type='address'],
input[type='url'],
input[type='password'],
input[type='email'],
input[type="search"],
input[type="tel"],
textarea {
  display: inline-block;
  width:100%;
  padding: 10px 20px;
  background-color: #e8f8fe;
  border-radius: 12px;
  color: #0d50aa;
  border:0;
  margin-bottom: 10px;
  -webkit-box-shadow:none;
          box-shadow:none;
      -webkit-appearance: none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

textarea{
  height: 8em;
  resize:none;
  -webkit-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
}

input[type='text']:focus,
input[type='address']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus{
  border-right-width: 0;
  outline: 0;
}

.form-group input::-moz-placeholder,
input.form-control::-moz-placeholder,
input::-moz-placeholder {
  color: #2ab1ec;
  opacity: 1;
}

.form-group input:-ms-input-placeholder,
input.form-control:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #2ab1ec;
}

.form-group input::-webkit-input-placeholder,
input.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #2ab1ec;
}

.form-group textarea::-moz-placeholder,
textarea.form-control::-moz-placeholder,
textarea::-moz-placeholder {
  color: #2ab1ec;
  opacity: 1;
}

.form-group textarea:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #2ab1ec;
}

.form-group textarea::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #2ab1ec;
}

input.input-round{
  border-radius: 30px;
  background-color: #fff;
  padding:0.1em 1.5em 0.2em 1.5em;
  height: 3.2em;
  border:1px solid transparent;
}

input.input-round:focus{
  border-color: #425cbb;
}

textarea.input-round{
  height: 7.9em;
  padding-top:1.1em;
  resize:none;
}

.input-group-btn{
  font-size:inherit;
  height: 100%;
}

.input-group .btn{
  position: relative;
  width:3.75em;
  border-radius: 0 30px 30px 0;
  height: 3.6rem;
  padding: 0;
  -webkit-box-shadow:none;
  box-shadow:none;
  text-align: center;
}

.input-group .btn .icon-arrow-right{
  display: inline-block;
  font-size: 1.1rem;
  margin-top: 0.2rem;
  margin-left: -0.3rem;
}

.form-group{
  margin-bottom: 2.5em;
}

.mc-label .fa{
  font-size: 1.2em;
  margin-right: 0.2em;
  color:#425cbb;
}

input.error{
  border-color: #425cbb;
}

.mc-label,
label.error{
  font-size: 0.8em;
  font-weight: 400;
  margin: 0.5em 0 0 0;
  font-style: italic;
  color: #747474;
}


.wobble-error{
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
           animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}



/* 1.6 Loader */

#openingloader {
  position: fixed;
  width: 1500px;
  height: 5px;
  margin-left: 65px;
  transform: rotate(-42deg);
}

#openinglogo {
  position: fixed;
  height: 40px;
  width: auto;
  opacity: 0;
}

/* 2.1 Navbar */

.navbar-header {
  padding-top: 4px;   
}

.navbar { 
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 65px;
  background-color: rgba(255,255,255,0.6);
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0px 1px 5px rgba(31,164,223,0.4);
  -moz-box-shadow: 0px 1px 5px rgba(31,164,223,0.4);
  box-shadow: 0px 1px 5px rgba(31,164,223,0.4);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar-nav {
  padding-top: 8px;
}
  
.navbar-nav  li {
  list-style-type: none;
  display: inline-block;
}

#mn-search { width: 180px; position: relative;}
/*#mn-contactus { width: 160px; }*/
/*#mn-berita { width: 200px; }*/
/*#mn-konsultasi { width: 150px; }*/
/*#mn-produk { width: 140px; }*/

#mn-contactus { width: 160px; }
#mn-berita { width: 200px; }
#mn-konsultasi { width: 150px; }
#mn-produk { width: 140px; }
#logo-ciptadent { width: 130px; }

#mn-kuatbersamaibu {
  position: relative;
  display: inline-block;
  width: 150px;
  padding-left: 5px;
}
#mn-kuatbersamaibu a > img {
  width: 130px;
  height: auto;
  position: absolute;
  top: 5px;
  left: 0;
}
#mn-kuatbersamaibu a > .kbi-top {
  display: none;
  position: absolute;
  top: 5px;
  left: 0;
}
#mn-kuatbersamaibu:hover a > .kbi-top {
  display: inline;
}

#mn-rumahkuatciptadent {
  position: relative;
  display: inline-block;
  width: 100px;
  padding-left: 15px;
}
#mn-rumahkuatciptadent a > img {
  width: 50px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
#mn-rumahkuatciptadent a > .rkc-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#mn-rumahkuatciptadent:hover a > .rkc-top {
  display: inline;
}

#mn-kuatbersamaibu-m {
  position: relative;
  margin-bottom: 4.5rem;
}
#mn-kuatbersamaibu-m a > img {
  width: 130px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
#mn-kuatbersamaibu-m a > .kbi-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#mn-kuatbersamaibu-m:hover a > .kbi-top {
  display: inline;
}

#mn-rumahkuatciptadent-m {
  position: relative;
  margin-bottom: 5rem;
}
#mn-rumahkuatciptadent-m a > img {
  width: 50px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
#mn-rumahkuatciptadent-m a > .rkc-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#mn-rumahkuatciptadent-m:hover a > .rkc-top {
  display: inline;
}

/*#mn-search img {
  position: absolute;
  top: 5px;
}*/
.search-circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-circle #form-search > #img-search {
  position: absolute;
  width: 23px;
  height: auto;
  top: 13px;
  left: 5px;
  cursor: pointer; 
}

.search-circle #form-search > #input-search {
  position: absolute;
  top: 7px;
  left: 0px;
  height: 35px;
  width: 150px;
  color: #fff;
  font-weight: bold;
  background-color: rgba(62, 193, 244, 0.7);
  border: 0px;
  border-radius: 20px;
  padding-left: 33px;
  padding-right: 25px;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a, 
.dropdown-menu > li > a {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  /*font-size: 1.03em;*/
  font-size: 1.4rem;
  /*color: #10a90c;*/
  color: #0d50aa;
  text-transform: uppercase;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
  background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav > li > a:hover, 
.dropdown-menu > li > a:hover {
  /*font-size: 1.03em;*/
  font-size: 1.4rem;
  font-weight: 900;
  color: #0f51ab;
  letter-spacing: 1px;
  background-color: transparent;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 17px;
  border-radius: 10px;
  width: 50px;
}

.dropdown-menu > li > a:focus {
  background-color: transparent;
  color: #10a90c;
}

.dropdown-menu {
  position: absolute;
  line-height: 0.5;
  top: 100%;
  left: -22px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 145px;
  font-size: 1.01em;
  padding: 12px 0px;
  list-style: none;
  text-align: center;
  background-color: rgba(255,255,255,0.6);
  border: 1px solid rgba(31,164,223,0.175);
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 12px rgba(31,164,223,0.175);
  box-shadow: 0 6px 12px rgba(31,164,223,0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-menu .divider {
  height: 1px;
  padding: 0 0;
  overflow: hidden;
  width: 110px;
  background-color: #b7e3f6;
}

.dropdown-menu > li {
  padding: 0px 1px;
}

/* Slider */
#ctcarousel-mobile .carousel-inner > item,
#ctcarousel .carousel-inner > item {
  object-fit: cover;   
}

#ctcarousel .carousel-inner .item a > img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 1920px;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #27399d;
  border-radius: 15px;
  background-color: #27399d;
}

.carousel-indicators li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 1px;
  text-indent: -999px;
  background-color: #fff;
  cursor: pointer;
}

.carousel .carousel-indicators {
  margin-left: 0px;
  top: 77%;
  left: 10%;
  text-align: left;
  width: auto;
  height: auto;
}

/* produk */

#ctproduk {
  padding-top: 75px;
  background-color: #fff;
}

#ctproduk > .panel-produk {
  padding-top: 35px;
  position: relative;
  background-color: transparent;
  /*overflow: hidden;*/
  background: linear-gradient(to bottom, rgba(174, 229, 252, 0.4) 0%, rgba(255, 255, 255, 1) 60%),
              url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAACJJREFUCB1j/A8EDEAw78FfEMXABCaRCBaYTJICM1gYQwUA8fgJgaCbJf8AAAAASUVORK5CYII=) repeat
              ;
  min-height: 650px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  /*mix-blend-mode: overlay;*/
}

#ctproduk .owl-nav.disabled { display: block; }

.ctnav.fa-angle-left, .ctnav.fa-angle-right {
  color: #6cccf1;
}

#ctproduk .owl-prev .ctnav.fa-angle-left { 
  position: absolute;
  top: 235px;
  left: 25px;
}

#ctproduk .owl-next .ctnav.fa-angle-right { 
  position: absolute;
  top: 235px;
  right: 25px;
}

#pasta-gigi .item > h1,
#sikat-gigi .item > h1 {
  padding-bottom: 30px; 
}

#pasta-gigi .item > h3 > p{
  padding: 0 0;
  margin: 0 0;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

#pasta-gigi .item .img-pasta-gigi-all {
  width: 365px;
}

#sikat-gigi .item {
  min-height: 650px;
}

#sikat-gigi .item .img-sikat-gigi-all {
  width: 76px;
  height: 458px;
}

#sikat-gigi .item p {
  margin: 0 0;
}

#sikat-gigi .item ul {
  margin: 0;
}

#sikat-gigi .item ul > li {
  text-indent: -10px;
  margin-bottom: 0px;
  margin-left: 10px;
} 

#sikat-gigi .item ul > li:before {
  content: "-  ";
} 

#pasta-gigi .item .img-pasta-gigi-detail {
  width: 538px;
  text-align: right;
}

#sikat-gigi .item .img-sikat-gigi-detail {
  /*height: 501px;*/
  width: auto;
}

#sikat-gigi .item .div-sikat-gigi-deskripsi {
  text-align: left;
  padding-right: 100px;
}

#sikat-gigi .item .div-sikat-gigi-deskripsi > p {
  padding: 0px 10px;
  margin-bottom: 0px;
}

#pasta-gigi .item .div-pasta-gigi-all,
#sikat-gigi .item .div-sikat-gigi-all {
  /*margin-bottom: 60px;*/
  margin-bottom: 0px;
}

#sikat-gigi .item .div-sikat-gigi-img {
  position: relative;
}

#sikat-gigi .item .div-sikat-gigi-img > .img-sikat-gigi-detail {
  position: absolute;
  right: 60px;
  top: 5px;
}

#pasta-gigi .item .img-pasta-gigi-all,
#pasta-gigi .item .img-pasta-gigi-detail {
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#pasta-gigi .item .div-pasta-gigi-all {
  position: relative;
  height: 200px;
}

#pasta-gigi .item .div-pasta-gigi-all > .container-img-pasta {
  position: absolute;
  bottom: 0px;
  left: 15%;
}

#pasta-gigi .item .div-pasta-gigi-all > .container-img-pasta-1 {
  position: absolute;
  bottom: 0px;
  left: 35%;
}

.container-div-belidi i {
  font-size: 3em;
}

#sikat-gigi .item .container-div-belidi {
  padding-left: 30px;   
}

#pasta-gigi .item .container-div-belidi {
  width: 342px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#sikat-gigi .item .container-div-belidi {
  width: 350px;
}

#sikat-gigi .item .container-div-belidi {
  margin-left: -20px;
}

#sikat-gigi .item .div-sikat-gigi-deskripsi > .h4 {
  margin-bottom: 10px;
}

#pasta-gigi .item .img-belidi,
#sikat-gigi .item .img-belidi {
  width: 114px;
  height: 43px;
}

#pasta-gigi .item .container-img-pasta,
#sikat-gigi .item .container-img-sikat {
  position: relative;
}

#pasta-gigi .item .container-img-pasta a > .title-pasta-gigi-1, 
#pasta-gigi .item .container-img-pasta a > .title-pasta-gigi-2 {
  position: absolute;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  text-transform: uppercase;
  color: rgba(13, 80, 170, 1);
  text-shadow: 0 0 2px rgba(13, 80, 170, 0.5);
  width: 280px;
  padding: 0px 0px;
  line-height: 1.5;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(81, 195, 243, 1) 50%, rgba(81, 195, 243, 1) 50.1%, rgba(81, 195, 243, 0) 95%, rgba(81, 195, 243, 0) 100%);
}

#pasta-gigi .item .container-img-pasta a > .title-pasta-gigi-1 {
  left: 30%;
  bottom: 10px;
  z-index: -1;
}

#pasta-gigi .item .container-img-pasta a > .title-pasta-gigi-2 {
  left: 40%;
  bottom: 13px;
  z-index: -1;
}

#container-sikat-all {
  display: inline-block;
  width: 950px;
  padding-left: 80px;
  padding-bottom: 0px;
}

#btn-produk-in-sikat-gigi {
  margin-top: 0px;
}

#btn-produk-in-pasta-gigi {
  margin-top: 60px;
}

#sikat-gigi .item .container-img-sikat a > .title-sikat-gigi {
  position: absolute;
  z-index: -1;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  text-transform: uppercase;
  color: rgba(13, 80, 170, 1);
  text-shadow: 0 0 2px rgba(13, 80, 170, 0.5);
  width: 200px;
  padding: 6px 0px 6px 50px;
  left: 30px;
  bottom: 110px;
  line-height: 1.2;
  display: block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(81, 195, 243, 1) 20%, rgba(81, 195, 243, 1) 20.1%, rgba(81, 195, 243, 0) 95%, rgba(81, 195, 243, 0) 100%);
}

#sikat-gigi .span-green,
#pasta-gigi .span-blue {
  padding-right: 10px;
}

/* konsultasi */
#ctkonsultasi {
  padding-top: 10px;
}

#ctkonsultasi > div {
  position: relative;
  background-color: transparent;
}

#ctkonsultasi > div::before {
  content: "konsultasi";
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: #ddf3fc;
  opacity: 0.345;
  text-transform: uppercase;
  font-size: 14em;
  top: 0px;
  left: -58px;
  padding: 0 0;
  line-height: 0.75;
}

#ctkonsultasi .subtitle {
  min-height: 320px;
  position: relative;
  padding-top: 0;
}

#ctkonsultasi .subtitle a > img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left:auto;
}

#ctkonsultasi .title-konsultasi {
  padding: 40px 0px 0px 0px;
}

#contact-us-form h3 {
  padding-bottom: 20px;
}

.contact-us-content,
.dental-iq-content,
.tanya-kami-content,
.faq-content {
  position: relative;
  width: 100%;
  /*width: 1000px;*/
  height: 670px;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 20px;
  text-shadow: none;
}

.dental-iq-content,
.faq-content {
  height: auto;
  background-color: #fff;
}

.dental-iq-popup-list,
.faq-popup-list {
  padding: 20px 30px;
}

.dental-iq-popup-list {
  height: 350px;
}

#list-dental-iq li > a:hover {
  text-decoration: none;
}

#list-dental-iq li a > strong {
  font-weight: 900;
  letter-spacing: 1px;
  text-shadow: 0 0 1px rgba(16, 66, 144, 1),1px 1px 0 rgba(255,255,255,0.3);
} 

.ln-letters .ln-disabled {
  color: #74cff5;
  font-weight: bold;
}

.dental-iq-filter em {
  color: #74cff5;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(116, 207, 245, 0.5);
}

.ln-letters a:hover, .ln-letters .ln-selected {
  background-color: transparent;
}

.ln-letter-count {
  color: transparent;
}

.listNav {
  padding-bottom: 20px;
}

.ln-letters a,
.dental-iq-filter {
  line-height: 1.2;
  font-weight: normal;
  color: #104290;
  text-shadow: 0 0 1px rgba(16, 66, 144, 0.3), 1px 1px 0 rgba(255,255,255,0.3);
}

.dental-iq-filter {
  margin-bottom: 15px;
}

.ln-letters a {
  display: block;
  font-weight: 900;
  float: left;
  padding: 2px 9px;
  border: none;
  border-right: 1px solid #74cff5;
  text-decoration: none;
}

.ln-letters .ln-last {
  border: none;
}

.konsultasi-dental-iq-popup,
.konsultasi-tanya-kami-popup,
.konsultasi-faq-popup {
  width: 100%;
}

.contact-us-content > #contact-us-form,
.tanya-kami-content > #tanya-kami-form {
  position: absolute;
  top: 0px;
  left: 500px;
  width: 500px;
  padding-top: 70px;
  padding-left: 30px;
  padding-right: 70px;
}

.link-faq-all > a {
  font-family: 'Poppins', sans-serif;
  font-size: 1.01em;
  letter-spacing: -0.3px;
  font-weight: normal;
  color: #3ec1f4;
  margin:0 0;
}

.link-faq-all > a:hover {
  text-decoration: underline;
}

/* berita & kegiatan */
.ctnewsevent-container { 
  position: relative;
  object-fit: cover; 
  max-height: 380px;
  max-width: 380px;
  padding: 0;
  margin: 0;
}

#ctnewsevent {
  padding-bottom: 110px;
  background: linear-gradient(to top, rgba(87, 197, 251, 0.37) 0%, rgba(87, 197, 251, 0) 43%)
}

#ctnewsevent > div {
  position: relative;
  background-color: transparent;
}

#ctnewsevent > div::before {
  content: "berita";
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: #ddf3fc;
  opacity: 0.345;
  text-transform: uppercase;
  font-size: 14em;
  top: 0px;
  left: -58px;
  padding: 0 0;
  line-height: 0.75;
}

#ctnewsevent .row .berita {
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 0px;
}

#ctnewsevent .title-berita {
  padding: 60px 0px 50px 0px;
}

.ctnewsevent-container .figure-img {
  max-height: 100%;
  max-width: 100%;
}

.ctnewsevent-position-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  /*transition: .5s ease;*/
  background: linear-gradient(to top, rgba(44, 66, 100, 1) 0%, rgba(44, 66, 100, 0.5) 10%, rgba(44, 66, 100, 0) 38%);
  background: -webkit-linear-gradient(to top, rgba(44, 66, 100, 1) 0%, rgba(44, 66, 100, 0.5) 10%, rgba(44, 66, 100, 0) 38%);
  background-blend-mode: screen;
}

.ctnewsevent-position-overlay-1 {
  background: linear-gradient(to top, rgba(104, 208, 246, 0.9) 0%, rgba(104, 208, 246, 0.6) 10%, rgba(104, 208, 246, 0) 40%);
  background: -webkit-linear-gradient(to top, rgba(104, 208, 246, 0.9) 0%, rgba(104, 208, 246, 0.6) 10%, rgba(104, 208, 246, 0) 40%);
  background-blend-mode: screen;
}

.ctnewsevent-header-image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, rgba(104, 208, 246, 0.7) 0%, rgba(104, 208, 246, 0.4) 25%, rgba(104, 208, 246, 0) 50%);
  background: -webkit-linear-gradient(to top, rgba(104, 208, 246, 1) 0%, rgba(104, 208, 246, 0.4) 25%, rgba(104, 208, 246, 0) 50%);
  /*background: linear-gradient(to top, rgba(44, 66, 100, 0.8) 0%, rgba(44, 66, 100, 0.4) 20%, rgba(44, 66, 100, 0) 40%);
  background-blend-mode: screen;*/
}

.news-title {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 10px 0px 10px 10px;
  width: 95%;
  background-color: transparent;
  line-height: 0.9;
  /*text-shadow: 0px 0px 2px rgba(255,255,255,0.8);*/
}

.readmore {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding: 0px 0px;
  /*margin: 0px 0px;*/
  font-size: 0.785em;
  color: #9fe0fc;
  text-shadow: 0 1px 2px rgba(17,17,17,0.3);
}

.readmore-1 {
  color: #fff;
  text-shadow: 0 0 1px rgba(255, 255, 255, 1), 0 1px 2px rgba(17,17,17,0.3);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.news-title a > span:hover,
.news-title a:hover {
  text-decoration: none;
  color: red;
  /*text-shadow: 0 0 2px rgba(39, 177, 36, 1);*/
}

.mfp-close-btn-in .mfp-close {
  background-color: rgba(62, 193, 244, 1);
  border-radius: 50%;
  color: #fff;
  right: -35px;
  top: -25px;
  width: 35px;
  height: 35px;
  line-height: 38px;
}

.mfp-close {
  opacity: 1;
}

.mfp-move-from-bottom .mfp-content {
  padding-top: 50px;
  vertical-align: top;
}

.news-product-popup > .mfp-close {
  right: -30px;
  top: 20px;
}

.dental-iq-header-image,
.faq-header-image {
  position: relative;
  height: 474px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;

  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ctnewsevent-header-image {
  position: relative;
  height: 380px;
  border-top-left-radius: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dental-iq-header-image,
.faq-header-image {
  height: 359px;
}

.dental-iq-header-image > h1,
.faq-header-image > h1 {
  position: absolute;
  left: 20px;
  bottom: 30px;
  color: #fff;
}

.ctnewsevent-header-image > h1 {
  position: absolute;
  bottom: 20px;
  left: 40px;
  color: rgba(255,255,255, 1);
  padding: 0 20px;
  margin: 0 0;
  line-height: 0.9;
}

.ctnewsevent-header-image > h1 > .waktu-berita {
  font-family: "Poppins", sans-serif;
  background-color: #0a429a;
  padding: 10px 10px;
  font-size: 0.37em;
  letter-spacing: 0.002em;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: none;
  min-width: 150px;
  display: inline-table;
}

.ctnewsevent-content .content-html {
  /*padding: 40px 0px 00px 60px; 
  text-align: justify;*/
  padding: 40px 20px 0px 0px;
  text-justify: inter-character;
}

.content-html p > img {
  /*max-width: 597px;*/
  max-width: 100%;
  width: 100%;
  border-radius: 0px;
}

.ctnewsevent-content {
  background-color: #fff;
  /*line-height: 1.2;*/
  line-height: 1.4;
  font-size: 1.045em;
  border-radius: 20px;
  text-shadow: none;
}

#ctnewsevent img.loadmore {
  position: absolute;
  bottom: -70px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left:auto;
}

.berita-lain .row div a > h6 {
  font-size: 1em;
  color: #0a429a;
  text-shadow: none;
  text-transform: uppercase;
}

.berita-lain .row div a:hover {
  text-decoration: none;
}

.berita-lain {
  padding-top: 30px;
  /*padding-right: 40px;*/
  padding-right: 0px;
}

.kontent-berita {
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 50px;
}

.berita-lain-image {
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.berita-lain-content {
  padding-top: 20px;
  /*padding-right: 40px;*/
  padding-right: 0px;
  padding-left: 5px;
}

.kontent-berita p {
  margin-top: 10px;
  margin-bottom: 0px;
}

.kontent-berita img {
  float: left;
  margin: 0px 10px 0px 0px;
  border-radius: 8px;
}

/* footer */
#ctfooter {
  height: 140px;
}

#ctfooter {
  width: 100%;
  box-shadow: 0px -1px 5px 0px rgba(31,164,223,0.4);
}

.footer-max-width img {
  padding-top: 20px;
  display: block;
  margin: 0 auto;
}

.footer-left {
  display: inline-block;
  vertical-align: middle;
  padding-top: 20px;
  text-align: left;
}

.footer-center {
  display: inline-block;
  vertical-align: middle;
  padding-top: 15px;
  text-align: center;
}

.footer-center p {
  padding: 0px 0px;
  margin: 0px 0px;
}

.footer-center-top {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  font-size: 0.83em;
  color: #0d50aa;
  text-shadow: 0px 0px 1px rgba(13,80,170,0.5);
}

.footer-center-top span {
  padding: 0px 8px;
}

.footer-center-bottom {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  color: #00b9ff;
  font-size: 0.8em;
  text-shadow: 0px 0px 1px rgba(0,185,255,1);
}

.footer-right {
  display: inline-block;
  vertical-align: middle;
  padding-top: 15px;
  text-align: left;
}

/* social */
.footer-social {
  padding: 8px 0px 0px 0px;
}

.footer-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-social li {
  /*background: linear-gradient(to bottom, #56c4f5 0%, #3dadf2 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f3faff', endColorstr='#bee4fc', GradientType=0);*/
  background: -webkit-linear-gradient(to bottom, rgba(86, 196, 245, 1) 0%, rgba(78,188,244,1) 50%,rgba(61,173,242,0.9) 100%);
  background: linear-gradient(to bottom, rgba(86, 196, 245, 1) 0%, rgba(78,188,244,1) 50%,rgba(61,173,242,0.9) 100%);
  border-radius: 50%;
  display: inline-block;
  height: 28px;
  margin: 0 5px;
  padding-top: 0px;
  text-align: center;
  width: 28px;
}

.footer-social li a { color: #202324; }

.footer-social li.fb:hover {
  background: #3b5998;
}

.footer-social li.insta:hover {
  background: #f09433;
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1)
}

.footer-social li.youtube:hover {
  background: #bb0000
}

.footer-social li a, .footer-social li:hover a {
  color: #fff;
}

/* FAQ Page */
.faq-header .container {
  position: relative;
  top: 70%;
}

.faq-list {
  padding-top: 40px;
}

.faq-question {
  padding-bottom: 0px;
}

.faq-answer {
  padding: 20px 27px;
  position:relative;
  background-color: #e8f8fe;
  border-radius: 12px;
}

.faq-answer.top:before {
  content:"";
  width:0px;
  height:0px;
  position:absolute;
  bottom:100%;
  left:25px;
  border-width:10px;
  border-style:solid;
  border-color:transparent transparent #e8f8fe transparent;
  display:block;
}

.faq-answer dt {
  font-family: 'Poppins', sans-serif;
  font-size: 1.31em;
  color: #51c3f3;
  font-weight: bold;
  padding-bottom: 8px;
}

.line-space-faq {
  padding: 20px 0px;
}

.tanya-kami h3 {
  padding-bottom: 20px;
}

.btn-primary,
.btn-blue,
.btn-tanya-sekarang {
  background: -webkit-linear-gradient(to top, rgba(21, 146, 212, 1) 0%, rgba(25,164,225,1) 50%,rgba(27,172,231,0.9) 100%);
  background: linear-gradient(to top, rgba(21, 146, 212, 1) 0%, rgba(25,164,225,1) 50%,rgba(27,172,231,0.9) 100%);
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 1.05em;
  border-radius: 30px;
  padding: 5px 30px;
  border: 0;
}

.btn-green {
  color: #10a90c;
  background-color: #fff;
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 1.05em;
  border-radius: 30px;
  padding: 5px 30px;
  border: 3px solid #10a90c;
  text-shadow: 0 0 1px #10a90c;
}

.paging .container > p {
	margin: 0;
	padding: 0;
}

.paging-cntr {
	margin: 0;
	padding: 0;
}

.pagination {
	margin: 10px 0;
}
.pagination>li>a, .pagination>li>span {
	border: 0;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
    background-color: rgba(21, 146, 212, 0.9);
    border-color: rgba(21, 146, 212, 0.9);
}
.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus {
    background-color: #e8f8fe;
    border-color: #e8f8fe;
}

#btn-up {
    position: fixed;
    left: 80px;
    bottom: 120px;
    z-index: 1;
}

.ciptavisible {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s linear;
}

.ciptahidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}

/* ------------------------------------------------------------------------------- */
/*  18. Responsive styles
/* ------------------------------------------------------------------------------- */

@media (max-width: 812px){
  .search-circle {
    height: 35px;
  }
  
  .carousel .carousel-indicators {
    top: 78%;
    left: 7%;
  }
  
/*  .carousel-inner>.item>a>img {
    padding-top: 20px;
  }*/

  .search-circle #form-search > #img-search {
    position: absolute;
    width: 25px;
    height: auto;
    top: 5px;
    left: 5px;
    cursor: pointer;
  }

  .search-circle #form-search > #input-search {
    position: absolute;
    top: 0px;
    width: 200px;
  }

  #btn-up {
      position: fixed;
      left: 15px;
      bottom: 180px;
  }

  .ctnewsevent-container {
    max-width: none;
    max-height: none;
  }

  .ctnewsevent-container .figure-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .berita-lain {
    padding: 15px 25px 25px 20px;
  }
  
  .kontent-berita {
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
  }

  #pasta-gigi .item .div-pasta-gigi-all {
    position: relative;
    height: 200px;
  }

  #pasta-gigi .item .div-pasta-gigi-all > .container-img-pasta {
    position: absolute;
    bottom: 0px;
    left: 10%;
  }

  #pasta-gigi .item .div-pasta-gigi-all > .container-img-pasta-1 {
    position: absolute;
    bottom: 0px;
    left: 10%;
  }

  #ctnewsevent > div::before,
  #ctkonsultasi > div::before {
    content: "";
  }

  #pasta-gigi .item .img-pasta-gigi-all,
  #pasta-gigi .item .img-pasta-gigi-detail {
    width: 270px;
  }

  #pasta-gigi .item .container-img-pasta a > .title-pasta-gigi-2 {
    left: 20px;
    bottom: -18px;
  }

  #pasta-gigi .item .container-img-pasta a > .title-pasta-gigi-1 {
    left: 20px;
    bottom: -10px;
  }

  #sikat-gigi .item .container-div-belidi,
  #pasta-gigi .item .container-div-belidi {
    width: 300px;
    display: block;
    margin-left: -5px;
  }
  
  #sikat-gigi .item .container-div-belidi {
    margin-left: -20px;
  }
  
  #ctproduk > .panel-produk {
    min-height: 200px;
    background: linear-gradient(to bottom, rgba(174, 229, 252, 0.4) 0%, rgba(255, 255, 255, 1) 30%),
              url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAACJJREFUCB1j/A8EDEAw78FfEMXABCaRCBaYTJICM1gYQwUA8fgJgaCbJf8AAAAASUVORK5CYII=) repeat
              ;
  }

  #ctproduk .owl-next .ctnav.fa-angle-right {
    position: absolute;
    top: 40px;
    right: 0px;
  }

  #ctproduk .owl-prev .ctnav.fa-angle-left {
    position: absolute;
    top: 40px;
    left: 0px;
  }

  #sikat-gigi .item .div-sikat-gigi-img {
    position: relative;
    padding: 0;
  }

  #sikat-gigi .item .div-sikat-gigi-img > .img-sikat-gigi-detail {
    position: relative;
    right: 0px;
    top: 0px;
    height: 340px;
    width: auto;
    max-width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /*#sikat-gigi .item .img-sikat-gigi-detail {
    height: 330px;
    width: auto;
  }*/
  
  #sikat-gigi .item .img-sikat-gigi-all {
    width: 65px;
    height: auto;
  }

  #sikat-gigi .item .div-sikat-gigi-deskripsi {
    text-align: left;
    padding-right: 20px;
  }

  .footer-left {
    text-align: center;
  }

  #sikat-gigi .span-green,
  #pasta-gigi .span-blue {
    padding-right: 3px;
  }

  #ctfooter {
    height: 200px;
  }

  .footer-right {
    text-align: center;
  }

  .contact-us-content {
    height: 500px;
  }

  .contact-us-content > #contact-us-form,
  .tanya-kami-content > #tanya-kami-form {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .ctnewsevent-header-image {
    position: relative;
    height: 350px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .ctnewsevent-header-image > h1 {
    left: 0px;
    font-size: 1.8em;
  }

  .ctnewsevent-header-image > h1 > .waktu-berita {
    font-size: 0.6em;
  }

  .content-html p > img {
    max-width: 100%;
  }

  .kontent-berita img {
    float: left;
    margin: 0px 10px 10px 0px;
  }

  .ctnewsevent-content .content-html {
    padding: 25px 20px 10px 20px;
  }

  /* == */
  #nav-mobile #menu li > a,
  #nav-mobile #menu li > a:focus {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 1.3em;
    color: #0f51ab;
    text-transform: uppercase;
  }

  #nav-mobile #menu li > a:hover {
    text-decoration: none;
  }

  #nav-mobile {
    /*background-color: transparent;*/
    position: absolute;
    left: 0px;
  }

  #menuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 20px;
    left:85%;
    width: 5%;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }

  #menuToggle > input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
  }

  #menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #111;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  }

  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }

  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #36383F;
  }
  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  #menu {
    position: absolute;
    opacity: 0.95;
    /*left: -310px;*/
    /*right: -38px;*/
    right: -200%;
    width: 100vw;
    height: 450px;
    margin: -50px 0 0 -50px;
    padding: 0 60px;
    padding-top: 125px;
    background-color: #fff;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    /*//transform: translate(-812px, 0);*/
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }

  #menu li {
    padding: 5px 0;
    transition-delay: 2s;
  }

  #menu li > a {
    font-weight: 900;
    font-size: 1.8em;
  }

  #menuToggle input:checked ~ ul {
    transform: none;
  }

  #navbar-brand-mobile {
    position: absolute;
    top: 0px;
    left: 0px;
  }

  #logo-ciptadent-mobile, #logo-lion-mobile { 
    z-index: 1;
    position: absolute;
    left: 20px;
    top: 14px;
  }

  .mfp-close-btn-in .mfp-close {
    right: 0px;
    top: -40px;
  }

  .news-product-popup > .mfp-close {
    right: 0px;
    top: 10px;
  }

  #logo-lion-mobile {
    left: 210px;
  }
  /* == */

}



/* 18.1 Min width 768px */



/*@media (min-width: 768px){

  .container-fluid{
    padding:0 2em;
  }
 
}*/

@media (min-width: 744px){

  /*#menu {*/
  /*  position: absolute;*/
  /*  opacity: 0.95;*/
  /*  right: 0px;*/
  /*  width: 100vw;*/
  /*  height: 400px;*/
  /*  margin: -50px 0 0 -50px;*/
  /*  padding: 0 60px;*/
  /*  padding-top: 125px;*/
  /*  background-color: #fff;*/
  /*  text-transform: uppercase;*/
  /*  -webkit-font-smoothing: antialiased;*/
  /*  transform-origin: 0% 0%;*/
  /*  transform: translate(-100%, 0);*/
  /*  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);*/
  /*}*/
 
}



/* 18.2 Min width 992px */



@media (min-width: 992px){


}

/* 18.3 Min width 1200px */




@media (min-width: 1200px){

  .mfp-inline-holder .mfp-content, 
  .mfp-ajax-holder .mfp-content {
    width: 1000px;
  }

  .container-fluid{
    padding:0 6em;
  }

}

@media (max-width: 768px) {

}