/*=========================== RESET START =========================*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
body {
    line-height: 1
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
body {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 18px;
    margin: 0;
    padding: 0;
    background: #f3f3f3;
    /*background: #fff;*/
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #737373;
    word-wrap: break-word;
    overflow-x: hidden;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
a,
a:visited,
a:hover {
    text-decoration: none;
}
em {
  font-style: italic;
}
.clear_fix {
    clear: both;
    display: block;
    height: auto;
    text-indent: -999em;
    line-height: 0;
    font-size: 0;
}
.add_fix:after {
    display: block;
    content: "";
    clear: both;
}
.nopadding {
    padding: 0 !important;
}
.nomargin {
    margin: 0 !important;
}
b, strong{font-weight: bold;}
i{font-style: italic;}
/*============================ END RESET ===========================*/

.wrapall {} .clearfix {
    display: block;
    height: 0px;
}
.centering {
    max-width: 95%;
    margin: 0 auto;
    width: 1214px;
    position: relative;
}
.full_width {
    max-width: 100%;
    width: 100%;
}
.more {
    background: #fe4608 url(images/ic-more.png) center right no-repeat;
    padding: 10px 30px 10px 10px;
    color: #fff;
    font-size: 12px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.more:hover {
    background-color: #e53a00;
    color: #fff;
}
.has_border {
    position: relative;
    margin-bottom: 10px;
}
.has_border img {
    width: 100%;
}
.has_border::after {
    content: '';
    height: 10px;
    width: 100%;
    background: url(images/bg_header.png);
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 2;
    background-size: 100%;
}
.title {
    font-size: 25px;
    font-weight: bold;
    color: #393939;
    text-transform: uppercase;
    position: relative;
}
.title:after {
    content: "";
    width: 70px;
    height: 6px;
    background: url(images/bg_header.png);
    position: absolute;
    bottom: -15px;
    left: 0;
    background-size: 100%;
}
.title.center:after {
    right: 0;
    margin: 0 auto;
}
a p {
    color: #737373;
    margin-top: 10px;
}
a img {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover img {
    opacity: 0.8;
}
hr {
    border-color: #c9c9c9;
}
h3 {
    font-size: 20px;
    color: #fe4608;
    line-height: 24px;
}
h5 {
    font-size: 16px;
    color: #fe4608;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 3px;
}
h4 {
    font-size: 16px;
    color: #191ecf;
    line-height: 24px;
}

.has_border+h5, .has_border+i+h5{
    overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height:42px;
}
.newst_list h4, .portal_news .col-md-7 h4, .has_border+h5+i+b+p, .has_border+h5+i+p{
    overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height:55px;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 9;
}
#header .gradient_bg {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 45px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#header.fly .gradient_bg {
    opacity: 0;
    filter: alpha(opacity=0);
}
#header .centering {
    background: url(images/header.png) top left no-repeat;
    height: 108px;
    z-index: 99;
    position: relative;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
#header.fly .centering {
    background: url(images/header_fly.png) bottom center no-repeat;
    height: 60px;
}
#header .logo {
    position: absolute;
    top: 10px;
    left: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}
.head_right {
    position: absolute;
    top: 22px;
    right: 0;
    cursor: pointer;
}
.burger-menu {
    display: none;
}
.secondary_menu {
    position: absolute;
    right: 4px;
    top: 0px;
    cursor: pointer;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}
.secondary_menu a {
    font-size: 12px;
    color: #092d5e;
    padding: 14px;
    display: inline-block;
}
.secondary_menu a:hover,
.secondary_menu a.active {
    color: #fe4608;
}
.secondary_menu a.signin {
    color: #fff;
    background: #fe4c0e;
}

.secondary_menu a.signin span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50px;
}
.secondary_menu .cart {
    margin-right: -4px;
    letter-spacing: 2px;
    background: #eaeaea;
}
.secondary_menu form {
    float: right;
}
.secondary_menu form input[type="text"] {
    background: #0019e5;
    color: #fff;
    padding: 14px 10px;
    position: absolute;
    top: -10px;
    right: 50px;
    width: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.secondary_menu form input[type="button"],
.secondary_menu form input[type="submit"] {
    background: #001ae5 url(images/ic-search.png) center center no-repeat;
    width: 50px;
    height: 45.5px;
    border: 0;
    border-radius: 0;
}
.secondary_menu form.opens input[type="text"] {
    width: 200px;
    opacity: 1;
    display: inline-block;
    border: 0;
    position: relative;
    top: -17px;
    margin-right: -3px;
    left: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .secondary_menu form.opens input[type="text"] {
        top: -14px;
    }
}
.secondary_menu input[type="text"]::-webkit-input-placeholder {
    color: #fff;
    opacity: .5;
}
.secondary_menu input[type="text"]:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.secondary_menu input[type="text"]::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.secondary_menu input[type="text"]:-ms-input-placeholder {
    color: #fff;
}
.secondary_menu input[type="text"]::-ms-input-placeholder {
    color: #fff;
}
#header.fly .logo,
#header.fly .secondary_menu {
    top: -100px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.menu {
    position: absolute;
    left: 150px;
    top: 64px;
    cursor: pointer;
}
.menu li {
    display: inline-block;
    position: relative;
}
.menu li a {
    font-size: 13px;
    color: #092d5e;
    padding: 15px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.menu li:hover a,
.menu li a:hover,
.menu li a.active {
    color: #fe4608;
}
.menu li ul{
    padding-top:21px;
    display: none;
    position:absolute;
}
.menu li ul li{
    width: 100px;
}
.menu li ul li a{
    background:rgba(255,255,255, .8);
    padding:10px 15px;
    display: block;
    width: 100%;
    text-align: center;
    border-bottom:1px solid rgba(255,255,255, .4);
}
.menu li ul li a:hover{
    background:rgba(254,76,14, .8);
    border-bottom:1px solid rgba(255,255,255, .4);
    color:#fff;
}
.menu li:hover ul{
    display: block;
}
#header.fly .menu {
    top: 16px;
    left: 6px;
}
#header.fly .menu li a {
    padding: 15px 22px;
}
.sub {
    display: none;
    position: fixed;
    top: 95px;
    left: 0;
    width: 100%;
    background: url(images/bg_header.png) top left repeat-y;
    background-size: 100%;
    z-index: 5;
    color: #fff;
    padding: 20px 0;
}
.sub .link {
    width: 500px;
    float: left;
    margin-right: 50px;
}
.sub .img_sub {
    float: right;
    margin: 20px 5px 20px 0;
}
#header .sub .centering {
    background: none;
    height: auto;
    width: 1200px;
}
.sub h1 {
    font-size: 22px;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 20px 0 20px 0;
    font-weight: 700;
    margin-bottom: 10px;
}
.submenu {
    width: 50%;
    float: left;
}
.submenu li {
    width: 100%;
}
.submenu li a {
    background: none !important;
    color: #fff;
    font-size: 18px;
    padding: 10px 0 !important;
    display: block;
    font-weight: bold;
}
.submenu li a:hover,
.submenu li a.active {
    color: #36a022;
}
.submenu li li {
    list-style: bullet !important;
    padding-left: 15px;
    position: relative;
    margin-left: 20px;
}
.submenu li li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    background: transparent;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.submenu li li:hover:before {
    background: #fff;
}
.submenu li li a {
    font-size: 14px;
    font-weight: normal;
}
.menu li:hover .sub {
    display: block;
}
#header.fly .menu li:hover .sub {
    display: block;
    top: 48px;
}
.menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: url(images/bg_header.png) top left repeat-y;
    background-size: 100%;
    z-index: 3;
    height: 95px;
    display: none;
}
.menu_overlay.fly {
    height: 48px;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
    height: 10000px;
    display: none;
}
#content {
    position: relative;
    z-index: 0;
}
.title {
    margin-bottom: 40px;
}
#content .centering {
    width: 1200px;
}
.slider_home {
    position: relative;
    top: 65px;
}
.slides-container {
    width: 100%;
    height: 730px;
    position: relative;
}
.slides-container .item {
    height: 730px;
    position: relative;
}
.slides-container .bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.slides-container .part_01 {
    position: relative;
    margin-top: 200px;
    left: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
.slides-container .part_02 {
    position: relative;
    margin-top: 0px;
    left: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}
.slides-container .slick-active .part_01 {
    opacity: 1;
    filter: alpha(opacity=100);
}
.slides-container .slick-active .part_02 {
    opacity: 1;
    filter: alpha(opacity=100);
}
.slides-container .slick-dots {
    position: absolute;
    /*top: 410px;*/
    bottom: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: left;
    width: 1200px;
}
.slides-container .slick-dots li {
    /*margin: 14px 0;*/
    margin: 10px 0;
}
.slides-container .slick-dots button {
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    background: transparent;
    display: inline-block;
    margin-right: 5px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    text-indent: -999999em;
    cursor: pointer;
}
.slides-container .slick-dots button:hover,
.slides-container .slick-dots .slick-active button {
    background: #fff;
}
.slider_home .caption {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
.slider_home .caption h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    line-height: 32px;
}
.slider_home .caption p {
    font-size: 20px;
    line-height: 25px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.scroll-illustration {
    position: absolute;
    width: 100%;
    z-index: 3;
    bottom: 90px;
    left: 0;
}
.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
    z-index: 9;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.icon-scroll {
    width: 16px;
    height: 30px;
    bottom: 20px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
}
.icon-scroll b {
    position: absolute;
    bottom: 95%;
    display: block;
    left: 6.7px;
    font-size: 12px;
    color: #fff;
}
.icon-scroll span {
    position: absolute;
    bottom: 140%;
    display: block;
    left: -8px;
    font-size: 12px;
    color: #fff;
}
.icon-scroll:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    margin-left: -3px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}
@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(18px);
        transform: translateY(18px);
    }
}
@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(18px);
        transform: translateY(18px);
    }
}
.header_page {
    max-width: 100%;
    /*width: auto;*/
    position: relative;
    height: 450px;
    overflow: hidden;
    top: 65px;
    /* background: #000; */
}
.header_page img {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.8;
}
.header_page .centering {
    z-index: 1;
}
.header_page .caption {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
.header_page .caption h1 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 80px 0 20px 0;
}
.header_page .caption p {
    font-size: 26px;
    line-height: 25px;
}
.content_page {
    padding: 100px 0;
}
.highlight_home {
    position: relative;
    width: 100%;
    z-index: 5;
    background: #fff;
}
.highlight_home .centering {
    background: #fff;
    position: relative;
    top: -20px;
    -webkit-box-shadow: 0px 2px 10px #bfbfbf;
    -moz-box-shadow: 0px 2px 10px #bfbfbf;
    box-shadow: 0px 2px 10px #bfbfbf;
}
.highlight_home .centering h1 {
    font-size: 14px;
    font-weight: bold;
    margin-left: 20px;
}
.highlight_home .left {
    background: #fe4608;
    padding: 20px 0;
    color: #fff;
}
.highlight_home ul {
    padding: 0 25px 0 36px;
}
.highlight_home li {
    font-size: 13px;
    padding: 13px 0;
    line-height: 18px;
    list-style: circle;
    position: relative;
}
.highlight_home li a {
    color: #fff;
}
.highlight_home li a:hover {
    color: #ffcdbc;
}
.highlight_home li:after {
    height: 1px;
    background: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    left: -36px;
    right: -36px;
}
.highlight_home li:last-child:after {
    display: none;
}
.highlight_home .right {
    padding: 20px 20px 0 20px;
}
.highlight_home .right h1 {
    color: #fe4608;
    margin: 0 0 15px 0;
}
.layanan-slider {
    width: 100%;
}
.layanan-slider .owl-item {
    position: relative;
    padding-bottom: 10px;
}
.layanan-slider .owl-item a {
    background: #000;
    display: block;
    width: 96%;
    margin: 0;
}
.layanan-slider .owl-item img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.layanan-slider a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.layanan-slider a h1 {
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
}
.layanan-slider .owl-buttons,
.news-slider .owl-buttons {
    display: none;
}
.company_home {
    position: relative;
    background: #fff;
    line-height: 20px;
    padding-bottom: 120px;
}
.company_home .img_sekilas {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
}
.owl-controls {
    position: absolute;
    top: -38px;
    left: 0px;
    z-index: 2;
    width: 100%;
}
.owl-pagination {
    position: absolute;
    top: 10px;
    right: 0px;
    right: 0;
    margin: 0 auto;
}
.owl-controls .owl-page {
    width: 8px;
    height: 8px;
    border: 1px solid #f5872b;
    background: #fff;
    display: inline-block;
    margin-right: 5px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.owl-controls .owl-page:hover,
.owl-controls .active {
    background: #f5872b;
}
.owl-buttons {} .owl-buttons div {
    text-indent: -99999999px;
    width: 26px;
    height: 80px;
    background: url(images/slider_arrow.png) no-repeat;
    position: absolute;
    top: 40px;
    right: -50px;
}
.owl-buttons .owl-prev {
    -ms-transform: rotate(180deg);
    /* IE 9 */

    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */

    transform: rotate(180deg);
    left: -50px;
}
.news_home {
    position: relative;
    padding: 50px 0;
}
.news_home .owl-pagination {
    right: 30px;
}
.news {
    width: 897px;
    float: left;
}
.news-slider {
    width: 880px;
    float: left;
}
.gallery_home {
    background: #fff;
    text-align: center;
    padding: 30px 0;
}
.gallery_home .owl-page {
    border: 1px solid #fff;
    background: transparent;
}
.gallery_home .owl-page:hover,
.gallery_home .owl-controls .active {
    background: #fff;
}
.gallery_home .owl-buttons div {
    text-indent: -99999999px;
    width: 23px;
    height: 33px;
    background: url(images/arrow_gallery.png) no-repeat;
    position: absolute;
    top: 120px;
    right: -30px;
}
.gallery_home .owl-buttons .owl-prev {
    left: -30px;
}
.gallery_home .owl-item img {
    width: 97%;
}
.portal_home {
    background: #f3f3f3;
    padding-top: 20px;
}
.portal_home .more {
    float: right;
    top: 0;
}
.portal_now {
    border-right: 1px solid #e2e2e2;
    padding: 0px 0 20px 0;
}
.newst_list {
    float: left;
    padding-right: 10px;
}
.newst_list li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.newst_list li img {
    width: 90%;
}
.newst_list h4,
.portal_news .col-md-7 h4 {
    font-size: 16px;
    font-weight: bold;
    color: #636363;
    line-height: 20px;
}
.newst_list i,
.portal_news .col-md-7 i {
    font-size: 11px;
    color: #fe4608;
    margin: 5px 0 0 0;
    display: block;
}
.newst_list b,
.portal_news .col-md-7 b {
    font-size: 11px;
    color: #103163;
}
.portal_now .more {
    margin-right: 30px;
}
.portal_news {
    padding-left: 20px;
    padding-bottom: 20px;
}
.portal_news .col-md-7 {
    padding-left: 0;
}
.portal_news .col-md-7 img {
    width: 100%;
    margin-bottom: 5px;
}
.portal_news .col-md-7 i {
    display: inline-block;
}
.portal_news .col-md-7 p {
    font-size: 13px;
    color: #103163;
    margin-top: 5px;
    line-height: 18px;
}
.join_home {
    /*background: url(images/join1.jpg) no-repeat;*/
    padding: 70px 0 90px 0;
    text-align: center;
    background-size: cover;
}
.join_home p {
    max-width: 70%;
    margin: 0 auto;
    line-height: 20px;
}
.milestone {
    position: relative;
    z-index: 2;
    margin: 30px 0;
}
.milestone .slider-nav {
    position: relative;
    text-align: center;
    padding: 20px 20px;
}
.milestone .slider-nav::before {
    content: "";
    width: 100%;
    height: 1px;
    background: url(images/bg_header.png) top left repeat-y;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.milestone .slider-nav::after {
    content: "";
    width: 100%;
    height: 1px;
    background: url(images/bg_header.png) top left repeat-y;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.milestone .slider-nav h1 {
    color: #b7b7b7;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
}
.milestone .slick-slide:hover h1,
.milestone .slick-current h1 {
    color: #fe4608;
}
.milestone .slick-arrow {
    background: url(images/arrow_milestone.png) center center no-repeat;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 2px;
    right: -10px;
    border: 0;
    text-indent: -99999em;
    cursor: pointer;
}
.milestone .slick-prev {
    left: -10px;
    -ms-transform: rotate(180deg);
    /* IE 9 */

    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */

    transform: rotate(180deg);
}
.milestone .slider-for {
    width: 100%;
    position: relative;
    padding: 30px 0;
}
.milestone .slider-for h1 {
    font-size: 40px;
    color: #fe4608;
    margin: 50px 0;
}
.milestone .slider-for .text {
    float: left;
    width: 40%;
}
.milestone .slider-for .img {
    float: right;
    width: 50%;
    position: relative;
    top: -100px;
}
.archive {
    background: #fff;
    padding: 15px 20px 0 20px;
}
.archive:last-child {
    padding-bottom: 15px;
}
.archive a {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
}
.archive a.active {
    color: #fe4608;
}
.archive div a {
    display: block;
    padding: 5px 0 5px 20px;
    font-weight: normal;
    font-size: 14px;
    margin-top: 0px;
}
.carousel-caption {
    width: 100%;
    right: 0;
    left: 0;
    background: #fff;
    bottom: 0;
    color: #092d5e;
    position: relative;
    text-shadow: none;
    padding-bottom: 10px;
}
.carousel-control.left,
.carousel-control.right {
    background: none;
}
.carousel-indicators {
    bottom: 60px;
}
.carousel-indicators li {
    border-color: #fe4608;
}
.carousel-indicators li.active {
    border-color: #fe4608;
    background: #fe4608;
}
.carousel-inner {
    height: 430px;
    overflow: hidden;
}
.carousel-inner img {
    width: 100%;
}
.carousel-inner a {
    background: #fe4608;
    padding: 10px 30px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}
.carousel-inner .item:last-child {
    padding-top: 140px;
}
.carousel-control span {
    position: absolute;
    top: 40%;
    background: #fe4608 url(images/arrow_gallery.png) center center no-repeat;
    background-size: 15px;
    width: 50px;
    height: 50px;
    right: 0;
}
.carousel-control.left span {
    left: 0;
    transform: rotate(180deg);
}
.faq {
    line-height: 25px;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}
.faq:last-child {
    border: 0;
}
.faq a div,
.faq a+div div {
    font-size: 18px;
    color: #737373;
    font-weight: bold;
    float: left;
    width: 95%;
}
.faq a+div div {
    font-size: 16px;
    font-weight: normal;
}
.faq a span:first-child,
.faq a+div span:first-child {
    float: left;
    width: 5%;
    font-size: 30px;
    color: #fe4608;
    font-weight: bold;
    padding-top: 3px !important;
    display: inline-block;
}
.faq a+div span:first-child {
    color: #001ae5;
}
.inquiry input[type="text"],
.inquiry input[type="email"],
.inquiry textarea {
    width: 94%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #959595;
}
.inquiry input:focus,
.inquiry textarea:focus {
    color: #fe4608;
    border: 1px solid #fe4608;
}
.inquiry textarea {
    height: 91px;
}
.inquiry input[type="submit"] {
    width: 80px;
    border: 0;
    text-align: left;
    float: right;
    margin-right: 6%;
}
.pagination li a {
    border-radius: 0 !important;
    margin: 2px;
}
.pagination li.active a {
    background: #fe4608;
    border-color: #fe4608;
}
#user-access {
    width: 100%;
    text-align: center
}
#user-access h1 {
    font-size: 35px;
    font-weight: 300;
    color: #fe4c0e;
    padding: 10px 0;
    ] text-transform: uppercase;
    text-align: left;
}
#user-access h2 {
    font-size: 12px;
    font-weight: 300;
    font-color: #6c6c6c;
    margin-bottom: 10px
}
#signin {
    width: 400px;
    margin: 0 auto;
}
#signin .modal-dialog {
    width: 100%;
    margin-top: 200px;
}
#user-access a {
    text-decoration: underline;
    color: #fe4608;
    font-size: 14px;
}
#user-access a:hover {
    color: #fe4608
}
.bg_login {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.login_page {
    margin-top: 100px;
    color: #fff;
}
.login_page h3 {
    font-size: 22px;
    color: #fff;
    line-height: 26px;
    padding-top: 75px;
}
.login_page .inquiry {
    border-left: 1px solid rgba(255, 255, 255, .2);
    padding-left: 30px;
}
;
-webkit-box-shadow: 0px 2px 10px #aaa;
-moz-box-shadow: 0px 2px 10px #aaa;
box-shadow: 0px 2px 10px #aaa;
}
.login_page div:nth-child(1) {
    color: #fff;
}
.logo_login {
    position: absolute;
    top: 35px;
    left: 55px;
    margin: 0 auto;
    background: #fff;
    display: block;
}
.logo_login img {
    width: 60px;
}
#user-access form {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
}
.register form {
    padding: 10px 10px 100px 10px !important;
}
.register fieldset {
    height: 40vh;
    overflow-y: scroll;
}
.register h1 {
    margin-bottom: 20px !important;
}
#user-access form div {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}
#user-access form div span {
    -webkit-flex: 1 0;
    flex: 1 0;
    text-align: left;
}
#user-access form div span:last-child {
    text-align: left
}
#user-access form div span:last-child a {
    color: #009b4c
}
#user-access form input[type="checkbox"] {
    margin-top: 20px
}
#user-access form label {
    font-size: 14px;
    font-weight: 400;
    font-color: #d2d2d2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
#user-access form input[type="text"],
#user-access form input[type="password"],
#user-access form input[type="email"],
#user-access form input[type="number"],
#user-access form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, .8);
}
#user-access form input[type="submit"] {
    background: #fe4608;
    border: none;
    padding: 10px 50px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    border-bottom: 4px solid #e03800;
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    width: 100%;
}
#user-access form input[type="submit"]:hover {
    background-color: #ef3e02
}
#user-access.register {
    width: 100%
}
#user-access.register div,
#user-access.register span {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}
#user-access.register div span,
#user-access.register span span {
    -webkit-flex: 1 0 68%;
    flex: 1 0 68%
}
#user-access.register div span:first-child,
#user-access.register span span:first-child {
    -webkit-flex: 1 1 30%;
    flex: 1 1 30%;
    line-height: 50px
}
#user-access.register div span:nth-child(2),
#user-access.register span span:nth-child(2) {
    -webkit-flex: 1 2 2%;
    flex: 1 2 2%;
    line-height: 50px
}
#user-access.register div span div,
#user-access.register span span div {
    -webkit-flex: 1 0;
    flex: 1 0;
    min-width: 10%;
    margin: 0 1% 10px 1%;
    height: 50px
}
#user-access.register div span div select,
#user-access.register span span div select {
    font-size: 14px;
    font-weight: 300;
    color: #858585
}
#user-access.register div span div:first-child,
#user-access.register span span div:first-child {
    margin-left: 0
}
#user-access.register div span div:last-child,
#user-access.register span span div:last-child {
    margin-right: 0
}
#user-access.register div span i,
#user-access.register span span i {
    margin-right: 20px
}
#user-access.register div span i input,
#user-access.register span span i input {
    margin-right: 5px
}
#user-access.register fieldset {
    margin-bottom: 30px
}
#user-access.register .action {
    color: #fff;
    text-decoration: none;
    width: 48%;
    margin: 0 0 0 2%;
    height: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
#user-access.register .action:hover {
    background: #40b9c4
}
#user-access.register .file-upload {
    width: 100%;
    display: block
}
#user-access.register .file-upload input[type="file"],
#user-access.register .file-upload input[type="text"] {
    width: 50%;
    min-width: 50%;
    max-width: 50%
}
#user-access.register .checked {
    display: block;
    padding-top: 3px
}
input[type="text"],
textarea,
input[type="email"],
input[type="password"] {
    font-size: 14px;
    font-weight: 300;
    font-color: #9f9f9f;
    border: 1px solid #d2d2d2;
    box-sizing: border-box
}
.select-box {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 100%;
    overflow: hidden;
    background: #fff url(images/arrowdown.gif) no-repeat 98% 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.select-box select {
    color: #009b4c;
    padding: 10px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px
}
.select-box select:focus {
    outline: none
}
#footer {
    background: #fff;
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
}
#footer .centering {
    padding: 30px 0;
}
#footer li {
    margin-bottom: 10px;
}
#footer a {
    color: #092d5e;
}
#footer a:hover {
    color: #fe4608;
}
#footer img {
    margin: 5px 0 8px 0;
}
#footer .copy {
    width: 100%;
    text-align: center;
    background: url(images/bg_header.png) repeat-y;
    background-size: 100%;
    color: #fff;
    padding: 20px;
}
.btn_menu {
    display: none;
}
.agenda_date {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0 2px 0;
    line-height: 34px;
    background: #fff;
    border-bottom: 2px solid #fe4c0e;
    color: #fe4c0e;
}
.agenda_date div {
    font-size: 14px;
    font-weight: normal;
    color: #aaa;
}
.agenda_date span {
    font-size: 14px;
    color: #fff;
    background:#fe4c0e;
    display: block;
}
.agenda_date+div:hover h5 {
    color: #001ae5;
}
.member {
    position: relative;
    top: -200px;
    left: 15px;
    margin-bottom: -100px;
}
.photo_profile {
    border: 3px solid #fff;
    padding: 0;
    background: #fff;
}
.photo_profile img {
    width: 100%;
}
.member_menu {
    margin: 15px 0;
}
.list-group-item:first-child {
    border-radius: 0;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background: #fe4c0e;
    text-shadow: 0;
    border-color: #ddd;
}
.list-group-item.active a,
.list-group-item.active:focus a,
.list-group-item.active:hover a {
    color: #fff;
}
.member_name {
    margin: 90px 0 0 20px;
    font-size: 40px;
    color: #fff;
}
.member_page {
    margin: 68px 0 0 20px;
}
.member_page .col-md-4,
.member_page .col-md-3 {
    margin-bottom: 20px;
}
.member_page .table {
    font-size: 16px;
}
.member_page .table tr td {
    border: 0;
    padding-left: 0;
}
.member_page .table tr td:last-child {
    font-weight: bold;
    font-size: 18px;
}
nav[aria-label="Page navigation"] {
    float: left;
    width: 100%;
}
.fa-play-circle-o {
    z-index: 1;
    position: absolute;
    top: 38%;
    left: 0;
    margin: 0 auto;
    right: 0;
    color: #fff;
    font-size: 50px;
    width: 50px;
    text-align: center;
    opacity: .8;
}
.fa-play-circle-o+img {
    z-index: 0;
}
.signin
 +.dropdown-menu , .signin + div +.dropdown-menu {
    top: 89%;
    right: 49px;
    left: auto;
    border-radius: 0;
    padding: 0;
    overflow:hidden;
}
.signin +.dropdown-menu a ,.signin + div +.dropdown-menu a {
    display: block;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding: 10px 5px;
    line-height: 2px;
    top:0;
}
.signin +.dropdown-menu a span , .signin + div +.dropdown-menu a span {
    width: 40px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}
.signin + .dropdown-menu a b , .signin + div +.dropdown-menu a b {
    position: relative;
    top: -10px;
}
.lang{display: inline-block;}
.alert {
    background: #fe4c0e;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 15px 20px;
    width: 99%;
}
.alert h4 {
    font-weight: bold;
}
#user-access.payment div span:first-child,
#user-access.payment span span:first-child {
    flex: 1 1 10%;
}
#user-access.payment div span:nth-child(3),
#user-access.payment span span:nth-child(3) {
    flex: 1 1 80%;
}

@media only screen and (max-width: 5000px) {

    .header_page {
      height:545px;
    }
    .slides-container,
    .slides-container .item {
        /*height: 550px;*/
        height: 800px;
    }

    .slides-container .part_01 {
        margin-top: 375px;
    }
    .slides-container .part_02 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1400px) {
    .header_page {
      height:450px;
    }

    .slides-container .part_01 {
        margin-top: 240px;
    }
    .slides-container .part_02 {
        margin-top: 0px;
    }

    .secondary_menu {
        right: 0;
    }
    .menu li a {
        padding: 15px 9px;
    }
    #header.fly .menu li a {
        padding: 15px 16px;
    }
    #content .centering {
        width: 90%;
    }
    .slides-container .slick-dots {
        width: 90%;
    }
    .slides-container,
    .slides-container .item {
        height: 650px;
        /*height: 75%;*/
    }
}

    @media only screen and (max-width: 1100px) {
        .menu li a {
            font-size: 11px;
        }
        .slides-container,
        .slides-container .item {
            height: 550px;
            /*height: 75%;*/
        }
        .company_home .img_sekilas {
            width: 60%;
        }

        .slides-container .part_01 {
            margin-top: 150px;
        }
        .slides-container .part_02 {
            margin-top: 0px;
        }
    }
    @media only screen and (max-width: 1000px) {
        .company_home .img_sekilas {
            display: none;
        }
        .slides-container,
        .slides-container .item {
            height: 550px;
            /*height: 75%;*/
        }
    }


    @media only screen and (max-width: 800px) {
        .lang{display:none;}
        .header_page {
          height:240px;
        }
        .slides-container,
        .slides-container .item {
            height: 550px;
            /*height: 75%;*/
        }

        .slides-container .slick-dots button {
            width: 14px;
            height: 14px;
        }

        .slides-container .part_01 {
            margin-top: 140px;
        }
        .slides-container .part_02 {
            margin-top: 0px;
        }

        .slides-container .bg {
            /*width: 200% !important;*/
            width: 100% !important;
        }
        .signin+.dropdown-menu .dropdown-item {
            display: block !important;
        }
        .member {
            left: 0;
        }
        .photo_profile {
            width: 200px;
            margin: 200px auto;
            margin-bottom:0;
        }
        .member_name {
            display: none;
        }
        .row.member {
            margin-left: 0;
            margin-right: 0;
        }
        .member_page {
            margin: 20px 0;
        }
        .member_page .col-sm-6,
        .member_page .col-sm-12 {
            padding: 0 0 20px 0 !important;
        }
        .member_page .col-sm-6 div,
        .member_page .col-sm-12 div {
            margin-right: 0 !important;
        }
        .signin+.dropdown-menu {
            top: 77%;
        }
        .menu ul, .menu li ul{
            display: none;
            position:relative;top:0;left:0;width:100%;
        }
        .menu li ul{
            padding-top:0;
        }
        .menu li ul li, .menu ul a{
            width:100%;
        }
        .btn_menu {
            display: block;
            position: absolute;
            left: 91px;
            top: 17px;
        }
        .btn_menu img {
            width: 25px;
        }
        .company_home p {
            display: none;
        }
        .header_page img {
            width: 150%;
        }
        .slick-slide img {
            width: 100%;
        }
        .slides-container .slick-slide img {
            width: 150%;
        }
        #user-access {
            width: 100%;
        }
        #user-access form {
            width: 100%;
        }
        .menu {
            left: 0;
            width: 100%;
            top: 64px;
            overflow-y: auto;
        }
        .open_menu .menu{
            height: 90vh;
        }
        #header.fly .menu {
            top: 64px;
            left: 0;
        }
        .open_menu .menu ul,
        .open_menu .overlay {
            display: block;
            width: 100%;
        }
        .menu li ul li a{
            text-align: left;
            background:rgba(0,15,134,.4);
            padding-left:30px;
        }
        .menu li ul{
            display: none;
        }
        .menu ul li {
            display: block;
            width: 100%;
        }
        .menu ul li a,
        #header.fly .menu ul li a {
            display: block;
            padding: 10px 20px;
            background: rgba(18, 26, 229, .5);
            color: #fff;
        }
        .menu li:hover a,
        .menu li a:hover,
        .menu li a.active,
        #header.fly .menu li:hover a,
        #header.fly .menu li a:hover,
        #header.fly .menu li a.active {
            background: #fe4c0e;
            color: #fff;
        }
        #header .centering {
            height: 70px;
            background: url(images/header_fly.png) bottom center no-repeat;
        }
        .secondary_menu a {
            padding: 20px 10px;
        }
        .secondary_menu form input[type="button"],
        .secondary_menu form input[type="submit"] {
            height: 57.5px;
        }
        #header .logo {
            top: 0px;
            left: 5px;
            border-right: 1px solid #fe4c0e;
            padding: 3px 10px 0 0;
        }
        #header .logo img {
            width: auto;
            height: 50px;
        }
        #header.fly .logo,
        #header.fly .secondary_menu {
            top: 0px;
            opacity: 1;
        }
        #header.fly .centering {
            height: 70px;
        }
        .secondary_menu {
            position: static;
            text-align: right;
        }
        .secondary_menu form input[type="text"] {
            top: 63px;
            width: 100%;
        }
        .secondary_menu form.opens input[type="text"] {
            position: absolute;
            top: 63px;
            right: 0;
            margin: 0;
            width: 100%;
            box-sizing: border-box;
        }
        .login_page {
            margin-top: 20px;
        }
        .login_page .inquiry {
            border-left: none;
            padding: 0px;
        }
        .login_page div:nth-child(1) {
            margin-bottom: 20px;
        }
        .login_page h3 {
            padding: 0;
        }

    }
    @media only screen and (max-width: 500px) {
        .secondary_menu .cart{
            position: relative;
            top:-26px;
        }
        .secondary_menu{
            overflow:hidden;
            height:57px;
        }
        .secondary_menu.opens{
            overflow:visible;
            height:auto;
        }
        .secondary_menu a:nth-child(1), .secondary_menu a:nth-child(2){
            font-size:10px;
            padding:4px;
            position:relative;
            top:-25px;
        }
        .secondary_menu a:nth-child(1){
            margin-right:-16px;
        }
        .secondary_menu a.signin{
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 60px;
            position: relative;
            padding-right:20px;
        }
        .secondary_menu a.signin i{
            position: absolute;
            right:10px;
            top:22px;
        }
        #signin {
            width: 97%;
            margin: 0;
        }
        .secondary_menu {
            color: #fff;
        }
        .title {
            line-height: 30px;
        }
        .scroll-illustration {
            display: none;
        }
        .slides-container,
        .slides-container .item {
            /*height: 435px;*/
            height:75%;
        }
        .slides-container .bg {
            /*width: 200% !important;*/
            width: 100% !important;
        }
        .slides-container .slick-dots {
            /*top: 190px;*/
            bottom: 120px;
        }
        .slides-container .slick-dots button {
            width: 12px;
            height: 12px;
            display: none;
            /*margin: 5px;*/
        }
        .slider_home .caption h1 {
            font-size: 16px;

        }
        .slider_home .caption p {
            font-size: 12px;
        }
        .slides-container .slick-active .part_01 {
            /*top: 200px;*/
            bottom:120px;
            display: none;
        }
        .slides-container .slick-active .part_02 {
            /*top: 230px;*/
            bottom:110px;
            display: none;
        }
        .layanan-slider .owl-item a {
            width: 100%;
            margin-bottom: 10px;
        }
        .company_home {
            padding-bottom: 30px;
        }
        .col-md-3 {
            padding-right: 0 !important;
        }
        .col-md-7 {
            padding-left: 0 !important;
        }
        .newst_list .col-md-4.col-sm-3 {
            display: none;
        }
        .newst_list i,
        .portal_news .col-md-7 i {
            margin-bottom: 0;
            display: inline;
        }
        .portal_now {
            border: 0;
        }
        .portal_now .more {
            margin-bottom: 30px;
            float: left;
        }
        .portal_news {
            display: none;
        }
        .header_page {
            /*height: 240px;*/
            height: auto;
        }
        .header_page .caption h1 {
            font-size: 22px;
            margin-bottom: 5px;
        }
        .header_page .caption p {
            font-size: 18px;
        }
        .header_page img {
            /*width: auto;*/
            max-width: 100%;
            /* height: 100%;*/
            height: auto;
        }
        .inquiry input[type="text"],
        .inquiry input[type="email"],
        .inquiry textarea {
            width: 100%;
        }
        .inquiry input[type="submit"] {
            margin-right: 0;
        }
        .faq a span:first-child,
        .faq a+div span:first-child {
            width: 10%;
        }
        .faq a div,
        .faq a+div div {
            width: 90%;
        }
        .logo_login {
            left: 20px;
        }
        #user-access.register div span:first-child,
        #user-access.register span span:first-child {
            width: 100%;
            -webkit-flex: none;
            flex: none;
        }
        #user-access.register div span:nth-child(2),
        #user-access.register span span:nth-child(2) {
            display: none;
        }
        #footer .centering {
            max-width: 92%;
            padding-top: 10px;
        }
        footer .title {
            margin-top: 20px;
        }
    }

    /* rud */

    @media (min-width: 1200px){
        .row-4-reset > .col-md-3:nth-child(4n+1) {
            clear: both;
        }
        .row-3-reset > .col-md-4:nth-child(3n+1) {
            clear: both;
        }
    }

    .produk-item{
        padding:0 15px 30px 0;
        text-align: center;
    }

    .media{
        position: relative;
    }
    .media img{
        width: 100%;
        display: block;
        text-decoration: none;
        border: 0;
    }

    .media .onsale{
        top: 4px;
        right: 4px;

        padding: 3px 10px 2px;
        position: absolute;
        text-align: center;
        line-height: 20px;
        margin: 0;
        border-radius: 3px;
        background-color: #81ca00;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-font-smoothing: antialiased;
        z-index: 9;
    }

    .price{
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 20px;
    }
    .price del{
        font-size: 14px;
        line-height: 28px;
        color: #999;
    }
    .price ins{
       color: #393939;
    }
    .single-produk{

    }
    .single-produk .media .onsale{
        top: 4px;
        right: auto;
        left: 4px;
    }

    .quantity {
        display: inline-block;
        width: 120px;
    }
    .quantity .input-text {
        padding: 0.857em 1.214em;
        background-color: transparent;
        color: #818181;
        line-height: 1.286em;
        outline: none;
        border: 0;
        -webkit-appearance: none;
        box-sizing: border-box;
        border-width: 1px;
        border-style: solid;
        border-color: #dddddd;
        width: 100%;
    }
    .quantity label{
        display: none;
    }
    .single-produk .price{
        margin-bottom: 20px;
    }
    button.more{
        color: #fff;
        font-weight: bold;
        font-size: 1em;
        border: 0;
    }
    table.cart input[name=update_cart] {
        color: #333e48;
        background-color: #e0e0e0;
        border-color: #e0e0e0;
        border: 0;
    }

    table.cart {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1.236rem;
    }
    table thead th{
        font-weight: bold;
        border-bottom: 2px solid #ddd;
        line-height: 3em;
    }
    table.cart .product-thumbnail img {
        display: block;
        max-width: 100px;
        margin: auto;
        width: 50px;
        height: auto;
        border: 1px solid #ddd;
        padding: 4px;
    }
    table.cart td {
        vertical-align: middle;
        font-size: 1.214em;
        line-height: 1.147em;
    }
    table.cart td .remove{

        font-size: 30px;
    }
    table.cart tr.cart_item td{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .proceed-to-checkout{
        display: inline-block;
        margin-left: .5em;
    }
    table.cart .actions {
        /*text-align: right;*/
        font-size: 1em;
        padding-top: 20px;
    }

    .cart_totals{
        margin-top: 50px;
        margin-bottom: 50px;
        width: 100%;

    }
    .cart_totals table.shop_table {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1.236rem;
    }


    .cart_totals table.shop_table td, .cart_totals table.shop_table th {
        padding: .75rem;
        line-height: 1.5;
        vertical-align: top;
        border-top: 1px solid #ccc;
    }

    .cart_totals table select,
    .cart_totals input[type=text] {
        width: 100%;
        padding: .857em 1.214em;
    }
    .cart_totals table td p.form-row {
        padding: 0;
        margin-bottom: 15px;
    }


    /* end rud */
