/*-----
   ____      _      ____                            _           _
  / ___| ___| |_   / ___|___  _ __  _ __   ___  ___| |_ ___  __| |
 | |  _ / _ \ __| | |   / _ \| '_ \| '_ \ / _ \/ __| __/ _ \/ _` |
 | |_| |  __/ |_  | |__| (_) | | | | | | |  __/ (__| ||  __/ (_| |
  \____|\___|\__|  \____\___/|_| |_|_| |_|\___|\___|\__\___|\__,_|

 -----*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600i,700');

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    /*line-height: 1;*/
    color: rgb(28, 28, 28);
}

.icon-header{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: right;
}

.icon-header .telp{
    float: left;
    padding: 10px 15px;
}
.icon-header .telp a{
    color:#000;
    font-weight:bold;
}
.icon-header .appoin{
    float: left;
    background-color: #262e6c;
    padding: 10px 15px;
}
.icon-header .appoin a{
    color:#FFF;
    font-weight:bold;
}
.icon-header .book{
    float: left;
    background-color: #ffc602;
    padding: 10px 15px;
}
.icon-header .book a{
    color:#000;
    font-weight:bold;
}

.icon-header-mobile.telp a {
    text-align: center;
    font-weight: bold;
    font-size: 15pt;
}
.icon-header-mobile.appoin a {
    color: #fff;
    background: #262e6c;
    text-align: center;
    font-weight: bold;
    font-size: 15pt;
}
.icon-header-mobile.book a{
    color: #000;
    background: #ffc602;
    text-align: center;
    font-weight: bold;
    font-size: 15pt;
}

#partners {
    padding-top: 75px;
    padding-bottom: 70px;
}

.connected-icon a span {
    display: block;
}

.connected-icons {
    display: inline-block;
    list-style: none;
    padding: 0;
}

.connected-icons li {
    display: inline-block;
    padding: 15px 24px;
}

.connected-icon a h4 {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.connected-icon a .grey {
    font-size: 13px;
}

.connected-icon a .icon {
    line-height: 1 !important;
}

.connected-icon a h4,
.connected-icon a span {
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
}

.connected-icon a .icon {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto 0 auto;

    -webkit-transition: 0.16s all linear;
    -moz-transition: 0.16s all linear;
    -ms-transition: 0.16s all linear;
    -o-transition: 0.16s all linear;
    transition: 0.16s all linear;
    font-size: 6em;
}

.connected-icon a:hover .icon {
    background: rgba(255, 255, 255, 0.1);
    font-size: 4em;
    padding-top: 22px;
}

@media (max-width: 482px) {
    .connected-icons li {
        padding: 15px 10px;
    }

    .connected-icon a .icon {
        font-size: 4em;
        width: 70px;
        height: 70px;
    }

    .connected-icon a:hover .icon {
        font-size: 3em;
        padding-top: 14px;
    }
}

#getConnectTitle {

}

#getConnectTitle h3 {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 10px;
}

#getConnectTitle p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 17px;
    color: rgb(211, 211, 211);
    font-family: "Open Sans", sans-serif;
}

#getConnectTitle .highlight {
    color: rgb(38, 46, 108);
}

#getConnectContent {

}

#getConnectContent ul li a {
    color: #da251c;
    background: transparent;
    outline: none;
    text-decoration: none;
    -webkit-transition: .2s cubic-bezier(0.25, .46, .45, .94);
    transition: .2s cubic-bezier(0.25, .46, .45, .94);
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

/*#getConnectContent ul li a span.icon::before{
  font-size: 6em;
}*/
#getConnectContent .connected-icon a:hover h4,
#getConnectContent .connected-icon a:hover span {
    color: rgb(38, 46, 108);
}

#getConnectContent ul li a h4 {
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
}

#getConnectContent ul li a span.grey {
    color: rgb(211, 211, 211);
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.42857143;
}

.connected-icons {
    display: block;
}

.connected-icons li {
    vertical-align: top;
}

#get-connected {
    padding: 80px 0px;
}

#home-parallax-fullscreen, .parallax-section-1, .parallax-section-2, .parallax-section-3, .parallax-section-4, .parallax-section-5, .parallax-section-6, .parallax-section-7, .parallax-section-8 {
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
    display: block;
    position: relative;
}

.parallax-section-6 {

}

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

.white {
    color: #fff;
}

.section-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px;
}

.subheading {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 42px;
}

.grey {
    color: #d3d3d3;
}

.subheading {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 17px;
}

.highlight {
    color: rgb(255, 198, 2);
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.subheading:after {
    position: relative;
    display: block;
    content: "";
    height: 2px;
    margin: 20px auto 20px;
    width: 115px;
    background: #7a7a7a;
}

.subheading::after {
    position: relative;
    display: block;
    content: "";
    height: 2px;
    margin: 5px auto 5px;
    width: 115px;
    background: rgb(122, 122, 122);
}

.subheading.grey:after {
    background: #fff !important;
    opacity: .4;
}

.connected-icons {
    display: inline-block;
    list-style: none;
    padding: 0;
}

.connected-icons li {
    display: inline-block;
    padding: 15px 24px;
}

.size-6x {
    font-size: 6em;
}

.connected-icon a .icon {
    color: rgb(255, 198, 2);
    box-sizing: border-box;
}

.connected-icon a:hover {
    text-decoration: none;
}

.row.dark-gray {
    background-color: rgb(38, 46, 108);
}

#footer-copyright {
    background-color: rgb(255, 198, 2);
}

.copyright {
    color: #000;
}

.copyright a {
    color: rgb(38, 46, 108);
}

.footer-row h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 17px;
}

.sf-menu li a, .sf-menu li a:visited {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

p.description {
    font-size: 16px;
    line-height: 25px;
    margin-top: 13px;
    padding-bottom: 15px;
}

.announcement h3 {
    margin-left: 0px;
}

.revolution-slider .hexagon {
    text-align: center;
    background: rgb(38, 46, 108);
    border-color: rgb(38, 46, 108);
}

.hexagon::before,
.hexagon::after {
    border-color: rgb(38, 46, 108);
}

.more, .more[type="submit"] {
    background: rgb(38, 46, 108);
}

span.number, span.odometer.number {
    font-family: 'Montserrat', sans-serif;
    color: rgb(38, 46, 108);
    font-weight: bold;
}

.more.simple:hover {
    color: RGB(255, 255, 255);
    border-color: rgb(38, 46, 108);
    background: rgb(38, 46, 108);
}

#section-client {
    padding: 0px 0px 25px;
    margin: 0px;
}

.our-clients-pagination a {
    margin-top: 15px;
}

.footer-row li.template-bullet::before {
    font-family: 'FontAwesome' !important;
    content: '\f105';
}

.footer-row #contact-footer.list li i {
    font-size: 14px;
    width: 14px;
    height: 14px;
    text-align: center;
    padding-right: 12px;
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding-top: 6px;
}

.footer-row #contact-footer.list li a,
.footer-row #contact-footer.list li span {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.footer-row #contact-footer.list li {
    display: table;
}

/*

  _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____
 |_____|_____|_____|_____|_____|_____|_____|_____|_____|_____|_____|_____|
 |_____|_____|_____|_____|_____|_____|_____|_____|_____|_____|_____|_____|


*/

#number-section {
    padding: 25px 0px 35px;
}

#number-section h5 {
    font-size: 14px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #1c1c1c;
    margin-top: 10px;
    font-style: normal;
}

#number-section p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    margin-top: 3px;
    color: rgb(122, 122, 122);
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 10px;
    font-style: normal;
    padding: 2px 0px 0px;
}

/*

  _ __ ___   ___  __ _  __ _ _ __ ___   ___ _ __  _   _
 | '_ ` _ \ / _ \/ _` |/ _` | '_ ` _ \ / _ \ '_ \| | | |
 | | | | | |  __/ (_| | (_| | | | | | |  __/ | | | |_| |
 |_| |_| |_|\___|\__, |\__,_|_| |_| |_|\___|_| |_|\__,_|
                 |___/
*/

.megamenu {
    overflow: initial !important;
    position: static !important;
}

.megamenu > a::after {
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: 3px;
}

.megamenu .wrapper-megamenu {
    position: absolute;
    width: 230px;
    background: #eee;
    z-index: 999;
    top: 80px;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
}

.megamenu:hover .wrapper-megamenu {
    opacity: 1;
    visibility: visible;
}

.megamenu .wrapper-megamenu > ul {
    position: relative;
    top: 0px;
    width: 100%;
}

.megamenu .wrapper-megamenu > ul > li {
    position: relative;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.megamenu .wrapper-megamenu > ul > li::after {
    border-bottom: 1px solid #ddd;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
}

.megamenu .wrapper-megamenu > ul > li > a {
    position: relative;
    padding: 0px 30px !important;
    background: #eee !important;
    border: 0px solid !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    color: #000 !important;
}

.megamenu .wrapper-megamenu ul li ul {

}

.megamenu .wrapper-megamenu ul li ul li {

}

.megamenu .wrapper-megamenu ul li ul li a {
    height: 30px;
    line-height: 30px;
    padding: 0 30px !important;
    color: #767676 !important;
    font-size: 12px;
    font-weight: 300;
}

.megamenu .wrapper-megamenu ul li ul li a:hover::before {
    opacity: 1;
}

.megamenu .wrapper-megamenu ul li ul li a::before {
    width: 3px;
    height: 100%;
    /*background: #c51a47;*/
    background: rgb(38, 46, 108);
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

.sf-menu li.megamenu:hover ul,
.sf-menu li.megamenu.sfHover ul {
    top: 0px;
    left: 0px;
}

.sf-menu li.megamenu:hover ul,
.sf-menu li.megamenu.sfHover ul {
    left: 0;
    top: 0px;
    z-index: 99;
}

.sf-menu li.megamenu li {
    position: relative;
    background: transparent;
}

ul.sf-menu li.megamenu li:first-child:hover ul,
ul.sf-menu li.megamenu li.sfHover:first-child ul,
ul.sf-menu li.megamenu li:first-child li:first-child:hover ul,
ul.sf-menu li.megamenu li:first-child li.sfHover:first-child ul {
    top: 0px;
}

ul.sf-menu li.megamenu li:hover ul,
ul.sf-menu li.megamenu li.sfHover ul,
ul.sf-menu li.megamenu li li:hover ul,
ul.sf-menu li.megamenu li li.sfHover ul {
    left: 0px;
    z-index: 2 !important;
}

ul.sf-menu li.megamenu li:hover ul,
ul.sf-menu li.megamenu li.sfHover ul {
    left: 0px;
    top: 0;
}

ul.sf-menu li.megamenu:hover li ul,
ul.sf-menu li.megamenu.sfHover li ul {
    top: 0px;
}

.sf-menu li.megamenu ul li {
    width: 100%;
}

.sf-menu li.megamenu ul {
    width: 100%;
    position: relative;
    top: 0px;
}

.menu-container .sf-menu li.megamenu ul li a,
.menu-container .sf-menu li.megamenu.selected ul li a,
.menu-container .sf-menu li.megamenu:hover ul li a {
    background-color: transparent !important;
    padding: 0px 30px;
}

.sf-menu li.megamenu:hover {
    visibility: visible !important;
}

.sf-menu li.megamenu ul {
    border: 0px solid !important;
}

.menu-container .sf-menu li.megamenu ul li a,
.menu-container .sf-menu li.megamenu.selected ul li a,
.menu-container .sf-menu li.megamenu:hover ul li a {
    border-top: 0px solid !important;
}

.mobile-menu li:last-child {
    margin-bottom: 12px;
}

.mobile-menu li {
    border-bottom: 1px solid #ddd;
}

.social-icons.gray li {
    background: transparent;
    /* border: 1px solid #888A8E; */
    margin-left: 8px;
    border: none;
}

@media screen and (max-width: 479px) {
    .header {
        width: 100%;
    }

    .header .menu-container {
        width: 100%;
    }
    .announcement.clearfix h3 {
        line-height: 1.3;
    }
    .icon-header {
        display: none;
    }

    .mobile .announcement {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .header .mobile-menu-switch {
        display: table-cell;
        width: 50%;
        text-align: right;
        right: 0px;
    }

    .mobile-menu-switch .line {
        display: block;
        width: 30px;
        height: 3px;
        background: #777;
        float: right;
        clear: both;
    }

    .header .mobile-menu-switch {
        padding-right: 20px;
    }

    .header .logo {
        padding-left: 20px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .header-container {
        /*padding-bottom: 0px !important;*/
    }

    .mobile-menu li a {
        background: #fff;
        text-decoration: none;
    }
}

.mobile-menu li:last-child {
    border-bottom: 0px solid transparent;
}

.mobile-menu > li > ul > li {
    position: relative;
}

.mobile-menu > li > ul > li ul {
    position: relative;
    display: none;
}

#cs-sticky-clone .megamenu .wrapper-megamenu {
    top: 80px;
}

#cs-sticky-clone .megamenu:hover .wrapper-megamenu {
    opacity: 1 !important;
    visibility: visible !important;
}

.header .menu-container {
    margin-bottom: -10px;
}

.forceHidden {
    opacity: 0 !important;
    visibility: hidden !important;
}

@media screen and (max-width: 767px) {
    .header-top-bar-container {
        display: none;
    }
}

/*.megamenu .wrapper-megamenu{
  position: absolute;
  width: 100%;
  background: rgb(255, 255, 255);
  min-height: 100px;
  z-index: 999;
  -webkit-box-shadow: 0px 2px 2px -2px #333;
  -moz-box-shadow: 0px 2px 2px -2px #333;
  box-shadow: 0px 2px 2px -2px #333;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0px;
  padding: 20px;
  padding: 0px;
}
.megamenu .wrapper-megamenu .title{
  font-weight: bold;
  font-family: 'Montserrat';
  font-size: 15px;
  letter-spacing: 0.01em;
  position: relative;
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.megamenu .wrapper-megamenu .title::before{
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #da251c;
  bottom: 0px;
}
.megamenu .wrapper-megamenu .nav{
    position: relative;
}
.megamenu .wrapper-megamenu .nav ul{
  position: relative;
  display: block;
  opacity: 1;
  visibility: visible;
  top: 0px;
  background: transparent;
  left: 0px;
  width: 100%;
  border: 0px;
}
.megamenu .wrapper-megamenu .nav ul li{
  position: relative;
  width: 100%;
  background: transparent;
  float: initial;
}
.megamenu .wrapper-megamenu .nav ul li a{
  position: relative;
  background: transparent;
  border: 0px;
  font-weight: normal;
  letter-spacing: 0.01em;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 0px;
  font-size: 10px;
  line-height: 16px;
  transition-duration: 0.2s;
  color: rgb(255, 255, 255);
}
.megamenu .wrapper-megamenu .nav ul li a:hover{
  position: relative;
  background: transparent;
  border: 0px;
  font-weight: bold;
  letter-spacing: 0.01em;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 0px;
  font-size: 10px;
  line-height: 16px;
  transition-duration: 0.2s;
  color: rgb(255, 255, 255);
}
.megamenu .sf-menu li:hover ul,
.megamenu .sf-menu li.sfHover ul {
    top: initial;
    left: initial;
}
.megamenu .wrapper-megamenu li,
.megamenu .wrapper-megamenu li:hover,
.megamenu .wrapper-megamenu li.sfHover,
.megamenu .wrapper-megamenu a:focus,
.megamenu .wrapper-megamenu a:hover,
.megamenu .sf-menu a:active {
    background: initial;
}
.menu-container .sf-menu li.megamenu ul li a,
.menu-container .sf-menu li.megamenu.selected ul li a,
.menu-container .sf-menu li.megamenu:hover ul li a {
  border-top: initial;
  background-color: rgb(241, 241, 241);
  padding: 0px 20px 0px 15px;
  background-image: none;
  color: rgb(118, 118, 118);
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  border-color: #fff;
  font-weight: normal;
  border-right: 1px solid #fff;
}
.menu-container .sf-menu li.megamenu ul li:last-child a,
.menu-container .sf-menu li.megamenu.selected ul li:last-child a,
.menu-container .sf-menu li.megamenu:hover ul li:last-child a{
  border: 0px solid;
  border-right: 1px solid #fff;
}
.menu-container .sf-menu li.megamenu ul li:first-child a,
.menu-container .sf-menu li.megamenu.selected ul li:first-child a,
.menu-container .sf-menu li.megamenu:hover ul li:first-child a{
  border-right: 0px solid;
}
.menu-container .sf-menu li.megamenu ul li a.active,
.menu-container .sf-menu li.megamenu.selected ul li a.active,
.menu-container .sf-menu li.megamenu:hover ul li a.active{
  background: #fff;
}
.header{
  position: relative;
}

.megamenu .wrapper-megamenu .nav{
  padding-left: 0px;
}
.megamenu .wrapper-megamenu .nav::after{
  content: '';
  position: relative;
  display: block;
  clear: both;
}
.megamenu .wrapper-megamenu .nav ul{

}
.megamenu .wrapper-megamenu .nav ul li{

}
.megamenu .wrapper-megamenu .nav ul li a{

}
.megamenu .wrapper-megamenu .nav ul li a i{
  font-size: 12px;
  padding-right: 5px;
}
.megamenu .wrapper-megamenu .nav .bg-clear{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(241, 241, 241);
}
.megamenu .wrapper-megamenu .content-gallery{
  position: relative;
}
.megamenu .wrapper-megamenu .content-gallery img{
  width: 100%;
}

.megamenu .wrapper-megamenu .content{
  position: relative;
  padding: 35px 0px;
}
.megamenu .wrapper-megamenu .content .box{
  position: relative;
}
.megamenu .wrapper-megamenu .content .box img{
  position: relative;
  width: 100%;
}*/

.header-top-bar-container {
    background-color: rgb(38, 46, 108);
}

.contact-details li {
    float: left;
    border-right: 1px solid rgb(255, 255, 255);
    font-family: Montserrat;
    font-weight: bold; /*500*/
    font-size: 11px;
    color: #fff;
    line-height: 20px;
    padding: 7px 17px;
}

.contact-details li:first-child {
    /*border-left: 1px solid rgb(255, 198, 2);*/
    border-color: transparent;
    /*border-color: #fff;*/
}

.social-icons li a {
    padding: 7px 17px;
    color: #fff;
    line-height: 1.4;
}

.header-top-bar .template-search {
    padding: 7px 17px;
    color: #fff;
    line-height: 1.4;
}

.contact-details li {
    /*border-color: rgb(255, 198, 2);*/
    border-color: transparent;
    /*border-color: #fff;*/
}

.contact-details li a {
    color: #fff;
}

.contact-details li::before {
    color: #fff;
    margin-right: 3px;
}

.header-container {
    padding: 0px 0;
}

.header-container {
    padding: 0px 0;
    /*background-color: rgb(255, 198, 2);*/
}

.header-container.sticky.move {
    padding: 0px 0;
    /*background-color: rgb(255, 198, 2);*/
}

.header-top-bar .template-search,
.social-icons li:first-child {
    /*border-color: rgb(255, 198, 2);*/
    /*border-color: transparent;*/
    border-color: #fff;
}

.social-icons li {
    /*border-color: rgb(255, 198, 2);*/
    /*border-color: transparent;*/
    border-color: #fff;
}

.sf-menu li, .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: transparent;
}

.video-foreground, .video-background iframe {
    margin-top: -141px;
    top: 0;
    left: 0;
    width: 100%;
    height: 146%;
    pointer-events: none;
}


/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    .video-foreground, .video-background iframe {
        margin-top: -275px;
        height: 168%;
    }
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    .video-foreground, .video-background iframe {
        margin-top: -208px;
        height: 154%;
    }
}

@media (min-width: 960px) and (max-width: 1199px) {
    .video-foreground, .video-background iframe {
        margin-top: -146px;
        height: 146%;
     }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    .video-foreground, .video-background iframe {
        margin-top: -214px;
        height: 168%;
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .video-foreground, .video-background iframe {
        margin-top: -178px;
        height: 168%;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .video-foreground, .video-background iframe {
        margin-top: -111px;
        height: 168%;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .video-foreground, .video-background iframe {
        margin-top: -218px;
        height: 146%;
     }
}

/* 25062018 */
.column-1-2:nth-of-type(2n+1){
  margin-left: 0px;
  clear: both;
}
#nav-slider .column-1-2{
  margin-top: 30px !important;
}
.slick-prev,
.slick-next{
  z-index: 99;
  width: 50px;
  height: 50px;
}
.slick-next:before, .slick-prev:before{
  font-size: 30px;
}
.slick-prev, .slick-next {
  z-index: 99;
}
.slick-prev{
  left: 0px;
}
.slick-next{
  right: 0px;
}

@media screen and (max-width: 480px){
  #nav-slider{
    display: none;
  }
}

.spesifikasi{
  
}
.spesifikasi tr{

}
.spesifikasi tr td:first-child{
  font-weight: bold;
  color: #000;
}

.text-des-product{
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 1.8;
}
.text-des-product span{
  position: relative;
  font-weight: bold;
  clear: both;
  font-size: 16px;
  display: block;
}