.theme-300iu h1 {
  color: #f1825d;
}

.theme-300iu .carousel-indicators li {
  border: 1px solid #f0744a;
  background: #fff;
}

.theme-300iu .carousel-indicators .active {
  background: #f0744a;
}

.theme-300iu .section-produk .background {
  background: url(../images/bgd-home-300iu.png) no-repeat;
  background-position: 0;
}

.theme-300iu .section-produk .background .produk-rekomen {
  content: url(../images/produk2-300iu.png);
}

.theme-300iu .section-produk .box-info {
  content: url(../images/bubble-300iu.png);
}

.theme-300iu .section-produk .btn-see-more {
  background: #ef4b24;
}

.theme-300iu .section-produk .btn-see-more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ef4b24;
  z-index: 1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.theme-300iu .section-produk .btn-see-more:hover {
  background: #fff;
  color: #ef4b24;
  text-decoration: none;
}

.theme-300iu .section-produk .btn-see-more:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.theme-300iu .section-tips h1:after {
  background: #fffbcf;
}

.theme-300iu .section-tips h1 span:before {
  border: 1px solid #f0744a;
}

.theme-300iu .section-tips h1 span:after {
  border: 1px solid #f0744a;
}

.theme-300iu .section-tips .frame {
  -webkit-border: 2px solid #f37e62;
  -moz-border: 2px solid #f37e62;
  -ms-border: 2px solid #f37e62;
  border: 2px solid #f37e62;
}

.theme-300iu .section-tips .frame h2 {
  color: #f37e62;
}

.theme-300iu .section-tips .frame p .a-arrow {
  background: url(../images/orange-arrow.png) no-repeat;
  background-size: contain;
}

.theme-300iu .section-tips .frame p a {
  color: #f37e62;
}

.theme-300iu .section-tips .btn-see-more,
.theme-300iu .section-stories .btn-see-more,
.theme-300iu .section-btalk .btn-see-more {
  color: #fff;
  background: #f0744a;
}

.theme-300iu .section-tips .btn-see-more:before,
.theme-300iu .section-stories .btn-see-more:before,
.theme-300iu .section-btalk .btn-see-more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #f0744a;
  z-index: 1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.theme-300iu .section-tips .btn-see-more:hover,
.theme-300iu .section-stories .btn-see-more:hover,
.theme-300iu .section-btalk .btn-see-more:hover {
  background: #fff;
  color: #f0744a;
  text-decoration: none;
}

.theme-300iu .section-tips .btn-see-more:hover:before,
.theme-300iu .section-stories .btn-see-more:hover:before,
.theme-300iu .section-btalk .btn-see-more:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.theme-300iu .section-stories .background {
  background: url(../images/bgd-home-300iu.png) no-repeat;
  background-position: 0;
}

.theme-300iu .section-stories h1:after {
  border-bottom: 3px dotted #f1825d;
}

.theme-300iu .section-stories h1 span:before {
  background: #f1825d;
}

.theme-300iu .section-stories h1 span:after {
  background: #f1825d;
}

.theme-300iu .section-stories .frame img {
  -webkit-border: 3px solid #f0744a;
  -moz-border: 3px solid #f0744a;
  -ms-border: 3px solid #f0744a;
  border: 3px solid #f0744a;
}

.theme-300iu .section-stories .frame .stories-box h6 {
  color: #fff;
  background: #f0744a;
}

.theme-300iu .section-stories .frame .stories-box .p-stories {
  color: #f16746;
}

.theme-300iu .section-stories .frame .stories-box:hover .btn-selengkapnya {
  color: #f49770;
}

.theme-300iu .section-stories .frame .stories-box .btn-selengkapnya {
  color: #f49770;
}

.theme-300iu .section-stories .frame .stories-box .btn-selengkapnya:hover {
  color: #f49770;
}

.theme-300iu .section-stories .frame .stories-box .btn-selengkapnya:before {
  content: url(../images/orange-arrow.png);
}

.theme-300iu .section-stories .frame .stories-box .btn-selengkapnya:after {
  content: url(../images/orange-arrow-prev.png);
}

.theme-300iu .section-btalk h1:after {
  border-bottom: 3px dotted #f1825d;
}

.theme-300iu .section-btalk h1 span:before {
  background: #f1825d;
}

.theme-300iu .section-btalk h1 span:after {
  background: #f1825d;
}

.theme-300iu .section-btalk .container .col:before {
  background: #ef4b24;
}

.theme-300iu .section-btalk .container .col h6:before {
  content: url(../images/icon-300iu.png);
}

.theme-300iu .section-btalk .btn-see-more {
  background: #ef4b24;
}

.theme-300iu .section-btalk .btn-see-more:before {
  border: 2px solid #ef4b24;
}

.theme-300iu .section-btalk .btn-see-more:hover {
  color: #ef4b24;
}

.theme-300iu .section-video {
  border-top: 2px solid #f6a18d;
  border-bottom: 2px solid #f6a18d;
}

.theme-300iu .section-video:before, .theme-300iu .section-video:after {
  background: #f9c6b0;
}

.theme-300iu .section-video h1:after {
  border-bottom: 3px dotted #f1825d;
}

.theme-300iu .section-video h1 span:before {
  background: #f1825d;
}

.theme-300iu .section-video h1 span:after {
  background: #f1825d;
}

.theme-300iu .section-video .video-desc {
  color: #fdbc95;
}

.theme-300iu footer {
  background: #ff7f4a;
}

.theme-300iu footer .btn-to-top {
  background: url(../images/icon-to-top300.png) no-repeat;
  background-size: contain;
}

.theme-300iu footer .btn-to-top:hover {
  background: url(../images/icon-to-top-hover.png) no-repeat;
  background-size: contain;
}

.theme-300iu .beauty-tips h1:after {
  background: #fffbcf;
}

.theme-300iu .beauty-tips h1 span:before, .theme-300iu .beauty-tips h1 span:after {
  border: 1px solid #f1825d;
}

.theme-300iu .beauty-tips .sub-title {
  background: #fdbc95;
}

.theme-300iu .beauty-tips .sub-title:after {
  background: transparent;
  border: 2px solid #f1825d;
}

.theme-300iu .beauty-tips .wrapper-dropdown {
  background: url(../images/arrow-down-orange.png) no-repeat;
  background-size: 20px 20px;
  background-position: 95% center;
  border: 2px solid #fdbc95;
}

.theme-300iu .beauty-tips .wrapper-dropdown .dropdown {
  border: 2px solid #fdbc95;
}

.theme-300iu .beauty-tips .wrapper-dropdown .dropdown li:hover a {
  color: #f37e62;
}

.theme-300iu .beauty-tips .grid-item:after {
  background: #f37e62;
}

.theme-300iu .beauty-tips .frame {
  border: 2px solid #f37e62;
}

.theme-300iu .beauty-tips .frame h2 {
  color: #f37e62;
}

.theme-300iu .beauty-tips .frame p .a-arrow {
  background: url(../images/orange-arrow.png) no-repeat;
  background-size: contain;
}

.theme-300iu .beauty-tips .frame p a {
  color: #f37e62;
}

.theme-300iu .beauty-tips .pagination > li > a,
.theme-300iu .beauty-tips .pagination > li > span {
  color: #fdbe98;
}

.theme-300iu .beauty-tips .pagination > li > a:hover,
.theme-300iu .beauty-tips .pagination > li > span:hover {
  color: #f1825d;
}

.theme-300iu .beauty-tips .pagination > .prev > a {
  background: url(../images/prev300-paging.png) center center no-repeat;
  background-size: 20px 20px;
}

.theme-300iu .beauty-tips .pagination > .prev > a:hover {
  background: url(../images/prev300-paging.png) center center no-repeat;
  background-size: 20px 20px;
}

.theme-300iu .beauty-tips .pagination > .next > a {
  background: url(../images/next300-paging.png) center center no-repeat;
  background-size: 20px 20px;
}

.theme-300iu .beauty-tips .pagination > .next > a:hover {
  background: url(../images/next300-paging.png) center center no-repeat;
  background-size: 20px 20px;
}

.theme-300iu .beauty-tips .pagination > .active > a,
.theme-300iu .beauty-tips .pagination > .active > a:focus,
.theme-300iu .beauty-tips .pagination > .active > a:hover,
.theme-300iu .beauty-tips .pagination > .active > span,
.theme-300iu .beauty-tips .pagination > .active > span:focus,
.theme-300iu .beauty-tips .pagination > .active > span:hover {
  color: #f1825d;
}

.theme-300iu .detail-beauty-tips .title h1 {
  color: #f1825d;
}

.theme-300iu .detail-beauty-tips .title p {
  color: #f37e62;
}

.theme-300iu .detail-beauty-tips .img-title .img-border {
  border: 2px solid #f37e62;
}

.theme-300iu .detail-beauty-tips .section-related-artikel {
  background: #f0744a;
}

.theme-300iu .detail-beauty-tips .section-related-artikel h3 {
  color: #fff;
}

.theme-300iu .detail-beauty-tips .section-related-artikel .frame {
  border: 2px solid #fff;
}

.theme-300iu .detail-beauty-tips .section-related-artikel .frame h2 a {
  color: #fff;
}

.theme-300iu .detail-beauty-tips .section-related-artikel .frame:hover .a-more {
  background-color: #ef4b24;
}

.theme-300iu .detail-beauty-tips .section-related-artikel .frame p .a-arrow {
  background: url(../images/white-arrow.png) no-repeat;
  background-size: contain;
}

.theme-300iu .detail-beauty-tips .section-related-artikel .frame p a {
  color: #fff;
}

.theme-300iu .section-share p {
  color: #f37e62;
}

.theme-300iu .section-share .share-fb {
  background: url(../images/share-fb-300.png) no-repeat;
  background-size: contain;
}

.theme-300iu .section-share .share-fb:hover {
  background: url(../images/share-fb-hover.png) no-repeat;
  background-size: contain;
}

.theme-300iu .section-share .share-twitter {
  background: url(../images/share-twitter-300.png) no-repeat;
  background-size: contain;
}

.theme-300iu .section-share .share-twitter:hover {
  background: url(../images/share-twitter-hover.png) no-repeat;
  background-size: contain;
}

.theme-300iu .faq .panel:nth-child(3n+1) .panel-heading {
  background: #ef4b24;
}

.theme-300iu .faq .panel:nth-child(3n+2) .panel-heading {
  background: #f0744a;
}

.theme-300iu .faq .panel:nth-child(3n+3) .panel-heading {
  background: #f49770;
}

.theme-300iu .faq .collapse {
  border: 2px solid #f0744a;
  border-top: 0;
}

.theme-300iu .faq .text-faq {
  color: #ef4b24;
}

.theme-300iu .faq ul li {
  color: #ef4b24;
}

.theme-300iu .collapse-article .panel-default > .panel-heading {
  background: #ff7f4a;
}

.theme-300iu .collapse-article h5 {
  color: #f1825d;
}

.theme-300iu .beauty-stories .background {
  background: url(../images/bgd-stories-300iu.png) no-repeat center center fixed;
  background-position: 0;
}

.theme-300iu .detail-beauty-stories .background {
  background: #ffddd0;
}

.theme-300iu .detail-beauty-stories .title {
  background: #FFA97C;
}

.theme-300iu .detail-beauty-stories .title h1 {
  color: #ef4b24;
}

.theme-300iu .detail-beauty-stories .title img {
  border: 2px solid #f0744a;
}

.theme-300iu .detail-beauty-stories .title .text {
  color: #ef4b24;
}

.theme-300iu .detail-beauty-stories .section-related {
  background: #f0744a;
}

.theme-300iu .detail-beauty-stories .section-related h3 {
  color: #fff;
}

.theme-300iu .detail-beauty-stories .section-related .frame img {
  -webkit-border: 3px solid #fff;
  -moz-border: 3px solid #fff;
  -ms-border: 3px solid #fff;
  border: 3px solid #fff;
}

.theme-300iu .detail-beauty-stories .section-related .frame .stories-box {
  background: #ff7f4a;
}

.theme-300iu .detail-beauty-stories .section-related .frame .stories-box h6 {
  background: #fff;
  color: #ff7f4a;
}

.theme-300iu .detail-beauty-stories .section-related .frame .stories-box .p-stories,
.theme-300iu .detail-beauty-stories .section-related .frame .stories-box .btn-selengkapnya {
  color: #fff;
}

.theme-300iu .detail-beauty-stories .section-related .frame .stories-box .btn-selengkapnya:before {
  content: '';
  background: url(../images/arrow-down.png) no-repeat;
  background-size: 10px 10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 6px;
}

.theme-300iu .detail-beauty-stories .section-related .frame .stories-box .btn-selengkapnya:after {
  content: '';
  background: url(../images/arrow-down.png) no-repeat;
  background-size: 10px 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 6px;
}

.theme-300iu .beauty-talk h3,
.theme-300iu .beauty-talk .a-clickHere {
  background: #ef4b24;
}

.theme-300iu .beauty-talk .text,
.theme-300iu .beauty-talk .i-text {
  color: #ef4b24;
}

.theme-300iu .beauty-talk .section-expert .row1:after {
  background: #ef4b24;
}

.theme-300iu .beauty-talk .section-expert .btn-ask {
  color: #fff;
  background: #ff7f4a;
  -webkit-border: 2px solid #ff7f4a;
  -moz-border: 2px solid #ff7f4a;
  -ms-border: 2px solid #ff7f4a;
  border: 2px solid #ff7f4a;
}

.theme-300iu .beauty-talk .section-expert .btn-ask:hover {
  background: #fff;
  color: #ff7f4a;
  text-decoration: none;
}

.theme-300iu .landing-forum .filter-box .filtertext {
  background: url(../images/arrow-down2-orange.png) no-repeat;
  background-size: 20px 20px;
  background-position: 95% center;
  border: 2px solid #ef4b24;
  color: #ef4b24;
}

.theme-300iu .landing-forum .filter-box .input-search {
  background: url(../images/icon-search-orange.png) no-repeat;
  background-size: 20px 20px;
  background-position: 95% center;
}

.theme-300iu .landing-forum .filter-box .input-search:focus {
  border-bottom: 1px solid #ef4b24 !important;
}

.theme-300iu .landing-forum .filter-box .minict_wrapper {
  background: url(../images/arrow-down2-orange.png) no-repeat;
  background-size: 20px 20px;
  background-position: 95% center;
  border: 2px solid #ef4b24;
}

.theme-300iu .landing-forum .filter-box .minict_wrapper span {
  color: #ef4b24;
}

.theme-300iu .landing-forum .filter-box .minict_wrapper span:before {
  color: #ef4b24;
}

.theme-300iu .landing-forum .filter-box .minict_wrapper ul {
  border: 2px solid #ef4b24;
}

.theme-300iu .landing-forum .filter-box .minict_wrapper ul li {
  color: #ef4b24;
}

.theme-300iu .landing-forum .table-content .col-head {
  background: #ef4b24;
}

.theme-300iu .landing-forum .table-content .content .icon {
  content: url(../images/icon-300iu.png);
}

.theme-300iu .landing-forum .table-content .content .i-share {
  content: none;
  background: url(../images/share-300.png) no-repeat;
  background-size: contain;
}

.theme-300iu .landing-forum .table-content .content .i-share:hover {
  content: none;
  background: url(../images/share-hover.png) no-repeat;
  background-size: contain;
}

.theme-300iu .landing-forum .btn-new-post {
  background: url(../images/i-file-300.png) no-repeat;
  background-size: contain;
  color: #ef4b24;
}

.theme-300iu .landing-forum .pagination > li > a,
.theme-300iu .landing-forum .pagination > li > span {
  color: #fdbe98;
}

.theme-300iu .landing-forum .pagination > li > a:hover,
.theme-300iu .landing-forum .pagination > li > span:hover {
  color: #f1825d;
}

.theme-300iu .landing-forum .pagination > .prev > a {
  background: url(../images/prev300-paging.png) center center no-repeat;
  background-size: 20px 20px;
}

.theme-300iu .landing-forum .pagination > .prev > a:hover {
  background: url(../images/prev300-paging.png) center center no-repeat;
  background-size: 20px 20px;
}

.theme-300iu .landing-forum .pagination > .next > a {
  background: url(../images/next300-paging.png) center center no-repeat;
  background-size: 20px 20px;
}

.theme-300iu .landing-forum .pagination > .next > a:hover {
  background: url(../images/next300-paging.png) center center no-repeat;
  background-size: 20px 20px;
}

.theme-300iu .landing-forum .pagination > .active > a,
.theme-300iu .landing-forum .pagination > .active > a:focus,
.theme-300iu .landing-forum .pagination > .active > a:hover,
.theme-300iu .landing-forum .pagination > .active > span,
.theme-300iu .landing-forum .pagination > .active > span:focus,
.theme-300iu .landing-forum .pagination > .active > span:hover {
  color: #f1825d;
}

.theme-300iu #formPost .modal-wrapper .modal h3 {
  color: #f1825d;
}

.theme-300iu #formPost .modal-wrapper .modal input,
.theme-300iu #formPost .modal-wrapper .modal textarea {
  color: #000;
  border: 1px solid #ef4b24;
}

.theme-300iu #formPost .modal-wrapper .modal .button {
  background: #ef4b24;
}

.theme-300iu #formPost .modal-wrapper .modal .button:hover {
  color: #ef4b24;
  background: #fff;
  border-color: #ef4b24;
}

.theme-300iu #formPost .modal-wrapper .modal .minict_wrapper {
  background: url(../images/arrow-down2-orange.png) no-repeat #fff;
  background-size: 15px 15px;
  background-position: 98% center;
  color: #000;
  border: 1px solid #ef4b24;
}

.theme-300iu #formPost .modal-wrapper .modal .minict_wrapper ul {
  border: 1px solid #ef4b24;
}

.theme-300iu #formPost .modal-wrapper .modal .minict_wrapper ul li:hover {
  color: #ef4b24;
}

.theme-300iu .detail-landing-forum .table-content .content .t-user {
  color: #ef4b24;
}

.theme-300iu .detail-landing-forum .table-content .content .t-expert {
  color: #ef4b24;
}

.theme-300iu .detail-landing-forum .form-comment input {
  border: 3px solid #f1825d;
}

.theme-300iu .detail-landing-forum .form-comment #btn-submit {
  background: url(../images/i-send.png) center center no-repeat #f1825d;
  background-size: 100px 100px;
  background-position: 5px -53px;
}

.theme-300iu .detail-landing-forum .form-comment #btn-submit:hover {
  background: url(../images/i-send.png) center center no-repeat #f1825d;
  background-size: 100px 100px;
  background-position: -45px -3px;
}

.theme-300iu .detail-landing-forum .btn-reply {
  background: #ef4b24;
}

.theme-300iu .detail-landing-forum .btn-back {
  color: #ef4b24;
}

.theme-300iu .detail-landing-forum .btn-back:before {
  content: '';
  background: url(../images/prev300-paging.png) left center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  padding-right: 20px;
}

.theme-300iu .detail-landing-forum .pagination > li > a,
.theme-300iu .detail-landing-forum .pagination > li > span {
  color: #fdbe98;
}

.theme-300iu .detail-landing-forum .pagination > li > a:hover,
.theme-300iu .detail-landing-forum .pagination > li > span:hover {
  color: #f1825d;
}

.theme-300iu .detail-landing-forum .pagination > .prev > a {
  background: url(../images/prev300-paging.png) center center no-repeat;
  background-size: 20px 20px;
}

.theme-300iu .detail-landing-forum .pagination > .prev > a:hover {
  background: url(../images/prev300-paging.png) center center no-repeat;
  background-size: 20px 20px;
}

.theme-300iu .detail-landing-forum .pagination > .next > a {
  background: url(../images/next300-paging.png) center center no-repeat;
  background-size: 20px 20px;
}

.theme-300iu .detail-landing-forum .pagination > .next > a:hover {
  background: url(../images/next300-paging.png) center center no-repeat;
  background-size: 20px 20px;
}

.theme-300iu .detail-landing-forum .pagination > .active > a,
.theme-300iu .detail-landing-forum .pagination > .active > a:focus,
.theme-300iu .detail-landing-forum .pagination > .active > a:hover,
.theme-300iu .detail-landing-forum .pagination > .active > span,
.theme-300iu .detail-landing-forum .pagination > .active > span:focus,
.theme-300iu .detail-landing-forum .pagination > .active > span:hover {
  color: #f1825d;
}

.theme-300iu .detail-landing-forum .section-btalk h5 {
  color: #ef4b24;
}

.theme-300iu .landing-search .background {
  background: #ffddd0;
}

.theme-300iu .landing-search h1 {
  color: #ef4b24;
}

.theme-300iu .landing-search .wrapper .box h3 {
  color: #ef4b24;
}

.theme-300iu .landing-search .pagination > li > a,
.theme-300iu .landing-search .pagination > li > span {
  color: #fdbe98;
}

.theme-300iu .landing-search .pagination > li > a:hover,
.theme-300iu .landing-search .pagination > li > span:hover {
  color: #f1825d;
}

.theme-300iu .landing-search .pagination > .prev > a {
  background: url(../images/prev300-paging.png) center center no-repeat;
  background-size: 20px 20px;
}

.theme-300iu .landing-search .pagination > .prev > a:hover {
  background: url(../images/prev300-paging.png) center center no-repeat;
  background-size: 20px 20px;
}

.theme-300iu .landing-search .pagination > .next > a {
  background: url(../images/next300-paging.png) center center no-repeat;
  background-size: 20px 20px;
}

.theme-300iu .landing-search .pagination > .next > a:hover {
  background: url(../images/next300-paging.png) center center no-repeat;
  background-size: 20px 20px;
}

.theme-300iu .landing-search .pagination > .active > a,
.theme-300iu .landing-search .pagination > .active > a:focus,
.theme-300iu .landing-search .pagination > .active > a:hover,
.theme-300iu .landing-search .pagination > .active > span,
.theme-300iu .landing-search .pagination > .active > span:focus,
.theme-300iu .landing-search .pagination > .active > span:hover {
  color: #f1825d;
}

@media screen and (max-width: 1024px) {
  .theme-300iu .section-produk .background .produk-rekomen {
    position: relative;
    left: -30px;
  }
  .theme-300iu .section-produk .box-info {
    width: 240px;
  }
}

@media screen and (max-width: 990px) {
  .theme-300iu .section-produk .background .produk-rekomen {
    content: url(../images/produk-300iu.png);
  }
  .theme-300iu .section-produk .box-info {
    display: none;
  }
  .theme-300iu .section-tips .main-carousel .carousel-cell .frame {
    -webkit-border: 2px solid #f37e62;
    -moz-border: 2px solid #f37e62;
    -ms-border: 2px solid #f37e62;
    border: 2px solid #f37e62;
  }
  .theme-300iu .section-tips .main-carousel .carousel-cell .frame h2 {
    color: #f37e62;
  }
  .theme-300iu .section-tips .main-carousel .carousel-cell .frame p:before {
    content: url(../images/orange-arrow.png);
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: -12px;
    top: 1px;
  }
  .theme-300iu .section-tips .main-carousel .carousel-cell .frame p a {
    color: #f37e62;
  }
  .theme-300iu .section-stories .main-carousel-center .flickity-prev-next-button {
    background: #f0744a;
  }
  .theme-300iu .section-stories .main-carousel-center .flickity-prev-next-button .arrow {
    fill: #fff;
  }
  .theme-300iu .section-stories .main-carousel-center .carousel-cell .frame img {
    -webkit-border: 3px solid #f0744a;
    -moz-border: 3px solid #f0744a;
    -ms-border: 3px solid #f0744a;
    border: 3px solid #f0744a;
  }
  .theme-300iu .section-stories .main-carousel-center .carousel-cell .frame .stories-box h6 {
    color: #fff;
    background: #f0744a;
  }
  .theme-300iu .section-stories .main-carousel-center .carousel-cell .frame .stories-box .p-stories {
    color: #f0744a;
  }
  .theme-300iu .section-stories .main-carousel-center .carousel-cell .frame .stories-box .btn-selengkapnya {
    color: #f9c6b0;
  }
  .theme-300iu .section-stories .main-carousel-center .carousel-cell .frame .stories-box .btn-selengkapnya:before {
    content: url(../images/orange-arrow.png);
  }
  .theme-300iu .section-stories .main-carousel-center .carousel-cell .frame .stories-box .btn-selengkapnya:after {
    content: url(../images/orange-arrow-prev.png);
  }
  .theme-300iu .section-btalk .row.no-gutter:before {
    background: #ef4b24;
  }
  .theme-300iu .detail-beauty-tips .title h1:before {
    background: #f1825d;
  }
  .theme-300iu .landing-forum .btn-new-post {
    background-position: 20px center;
  }
  .theme-300iu .detail-beauty-stories #mbl-display .section-stories .main-carousel-center .flickity-prev-next-button {
    -webkit-border: 2px solid #fff;
    -moz-border: 2px solid #fff;
    -ms-border: 2px solid #fff;
    border: 2px solid #fff;
  }
  .theme-300iu .detail-beauty-stories #mbl-display .section-stories .main-carousel-center .carousel-cell .frame img {
    -webkit-border: 3px solid #fff;
    -moz-border: 3px solid #fff;
    -ms-border: 3px solid #fff;
    border: 3px solid #fff;
  }
  .theme-300iu .detail-beauty-stories #mbl-display .section-stories .main-carousel-center .carousel-cell .frame .stories-box h6 {
    background: #fff;
    color: #ff7f4a;
  }
}
/*# sourceMappingURL=300iu.css.map */