@charset "UTF-8";
/**
 * Created by OBDEV-03 on 13/11/2560.
 */
/**
 * Created by OBDEV-02 on 13/11/2560.
 */
/*Social*/
/**
 * Created by OBDEV-03 on 21/11/2560.
 */
/*breakpoints RF.bootstrap*/
/*Breakpoint B4*/
/*promotion*/
/*back to top*/
/*icon social footer*/
/*border*/
/********** image icon **********/
/*btn search toggle*/
/*menu list mobile*/
/*** Yellow Site ***/
/**
 * Created by OBDEV-03 on 13/11/2560.
 */
/*font yp 2017*/
/*14px;*/
/*button*/
/**
 * Created by OBDEV-02 on 13/11/2560.
 */
/********** image icon **********/
/*rfq*/
/**
 * Created by OBDEV-03 on 6/12/2560.
 */
/*
#accordion-menu {
  & > ul {
    padding-left: 0;
   & > li {
     border-bottom: $yp-border-base $yp-border-solid #cfcfcf;
     padding-top: 5px;
     padding-bottom: 5px;
     &.active {
       border-bottom: none;
     }
     & > a {
       display: block;
       color: $yp-font-color;
       & > span {
         padding: 15px 10px;
         display: block;
       }
     }
   }
  }
  & li {
    list-style: none;
  }
}

.indicator-icon {
  margin-top: -16px;
}*/
/* line 50, ../../assets/sass/theme/stylesheets/_accordion.scss */
#accordion-menu {
  clear: both;
  display: none;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 57, ../../assets/sass/theme/stylesheets/_accordion.scss */
#accordion-menu ul {
  padding-left: 0;
}
/* line 61, ../../assets/sass/theme/stylesheets/_accordion.scss */
#accordion-menu > ul > li {
  border-bottom: 1px solid #CFCFCF;
}
/* line 63, ../../assets/sass/theme/stylesheets/_accordion.scss */
#accordion-menu > ul > li.active {
  border-bottom: none;
}
/* line 66, ../../assets/sass/theme/stylesheets/_accordion.scss */
#accordion-menu > ul > li > a {
  display: block;
  color: #333333;
}
/* line 69, ../../assets/sass/theme/stylesheets/_accordion.scss */
#accordion-menu > ul > li > a > span {
  display: block;
  padding: 15px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 79, ../../assets/sass/theme/stylesheets/_accordion.scss */
#accordion-menu ul ul {
  display: none;
  margin-left: 30px;
  margin-right: 30px;
}
/* line 84, ../../assets/sass/theme/stylesheets/_accordion.scss */
#accordion-menu a {
  color: #333333;
  /*padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  margin: 3px;*/
}
/* line 91, ../../assets/sass/theme/stylesheets/_accordion.scss */
#accordion-menu li {
  list-style: none;
  /*&:last-child {
    border-bottom: none;
  }*/
}
/* line 96, ../../assets/sass/theme/stylesheets/_accordion.scss */
#accordion-menu li > ul > li {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 104, ../../assets/sass/theme/stylesheets/_accordion.scss */
.indicator-icon {
  margin-top: -16px;
}

/* line 108, ../../assets/sass/theme/stylesheets/_accordion.scss */
#accordion-menu ul ul li.li-hover {
  border-bottom: 1px solid #CFCFCF;
}
/* line 110, ../../assets/sass/theme/stylesheets/_accordion.scss */
#accordion-menu ul ul li.li-hover:hover {
  background-color: #F2F2F2;
}

/* line 115, ../../assets/sass/theme/stylesheets/_accordion.scss */
#accordion-menu ul ul a:hover {
  color: #00AEEF;
}

/* line 120, ../../assets/sass/theme/stylesheets/_accordion.scss */
.content-faqs .panel-heading {
  background: #f4fa62;
  background: linear-gradient(90deg, #f4fa62 0%, rgba(255, 225, 33, 0.8996) 31%, #ffdd00 75%);
}
/* line 123, ../../assets/sass/theme/stylesheets/_accordion.scss */
.content-faqs .panel-heading .accordion-toggle {
  color: #333333;
}
/* line 125, ../../assets/sass/theme/stylesheets/_accordion.scss */
.content-faqs .panel-heading .accordion-toggle.collapsed .panel-title:after {
  content: "\e080";
}
/* line 128, ../../assets/sass/theme/stylesheets/_accordion.scss */
.content-faqs .panel-heading .accordion-toggle .panel-title::after {
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: #333333;
  /* adjust as needed */
}

@media (max-width: 768px) {
  /* line 142, ../../assets/sass/theme/stylesheets/_accordion.scss */
  .content-faqs .panel-heading .accordion-toggle .panel-title::after {
    display: none;
  }
}
/**
 * Created by OBDEV-03 on 21/11/2560.
 */
/**
 * Created by OBDEV-03 on 7/12/2560.
 */
/**
 * Created by OBDEV-03 on 16/1/2561.
 */
/*Default*/
/*margin padding*/
/* line 9, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.no-gutter {
  padding: 0px;
}

/* line 13, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.no-left-gutter {
  padding-left: 0;
}

/* line 17, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.no-right-gutter {
  padding-right: 0;
}

/* line 21, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.no-margin {
  margin: 0px;
}

/* line 25, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.mt-0 {
  margin-top: 0px;
}

/* line 28, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.mb-0 {
  margin-bottom: 0px;
}

/* line 31, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-top-fifteen {
  margin-top: 15px;
}

/* line 34, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-bottom-fifteen {
  margin-bottom: 15px;
}

/* line 37, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-tb-fifteen {
  margin-top: 15px;
  margin-bottom: 15px;
}

/*-----padding all-------*/
/* line 43, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-with-ten {
  padding: 10px;
}

/* line 46, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-with-twenty {
  padding: 20px;
}

/* line 49, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-with-thirty {
  padding: 30px;
}

/* line 52, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-with-fourty {
  padding: 40px;
}

/* line 55, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-with-forty {
  padding: 40px;
}

/* line 58, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-with-fifty {
  padding: 50px;
}

/* line 61, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-with-sixty {
  padding: 60px;
}

/*--padding_top-bottom--*/
/* line 66, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-tb-ten {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 70, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-tb-twenty {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 74, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-tb-thirty {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 78, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-tb-fourty {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 82, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-tb-fifty {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 87, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-tb-sixty {
  padding-top: 60px;
  padding-bottom: 60px;
}

/*--padding_left-right--*/
/* line 92, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-lr-ten {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 96, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-lr-twenty {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 100, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-lr-thirty {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 104, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-lr-fourty {
  padding-left: 40px;
  padding-right: 40px;
}

/* line 108, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-lr-fifty {
  padding-left: 50px;
  padding-right: 50px;
}

/* line 112, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-lr-sixty {
  padding-left: 60px;
  padding-right: 60px;
}

/*--padding_top--*/
/* line 118, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-top-ten {
  padding-top: 10px;
}

/* line 121, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-top-twenty {
  padding-top: 20px;
}

/* line 124, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-top-thirty {
  padding-top: 30px;
}

/* line 127, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-top-fourty {
  padding-top: 40px;
}

/* line 130, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-top-fifty {
  padding-top: 50px;
}

/* line 133, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-top-sixty {
  padding-top: 60px;
}

/*--padding_right--*/
/* line 138, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-right-ten {
  padding-right: 10px;
}

/* line 141, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-right-twenty {
  padding-right: 20px;
}

/* line 144, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-right-thirty {
  padding-right: 30px;
}

/* line 147, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-right-fourty {
  padding-right: 40px;
}

/* line 150, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-right-fifty {
  padding-right: 50px;
}

/* line 153, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-right-sixty {
  padding-right: 60px;
}

/*--padding_bottom--*/
/* line 158, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-bottom-ten {
  padding-bottom: 10px;
}

/* line 161, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-bottom-twenty {
  padding-bottom: 20px;
}

/* line 164, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-bottom-thirty {
  padding-bottom: 30px;
}

/* line 167, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-bottom-fourty {
  padding-bottom: 40px;
}

/* line 170, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-bottom-fifty {
  padding-bottom: 50px;
}

/* line 173, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-bottom-sixty {
  padding-bottom: 60px;
}

/*--padding_left--*/
/* line 178, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-left-ten {
  padding-left: 10px;
}

/* line 181, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-left-twenty {
  padding-left: 20px;
}

/* line 184, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-left-thirty {
  padding-left: 30px;
}

/* line 187, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-left-fourty {
  padding-left: 40px;
}

/* line 190, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-left-fifty {
  padding-left: 50px;
}

/* line 193, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.padding-left-sixty {
  padding-left: 60px;
}

/*-------------end_fix_content_padding_page------------------------*/
/*-------------fix_content_margin_page------------------------*/
/*-----margin all-------*/
/* line 202, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-with-ten {
  margin: 10px;
}

/* line 205, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-with-twenty {
  margin: 20px;
}

/* line 208, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-with-thirty {
  margin: 30px;
}

/* line 211, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-with-fourty {
  margin: 40px;
}

/* line 214, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-with-fifty {
  margin: 50px;
}

/* line 217, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-with-sixty {
  margin: 60px;
}

/*--margin_top-bottom--*/
/* line 222, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-tb-ten {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 226, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-tb-twenty {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 230, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-tb-thirty {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 234, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-tb-fourty {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 238, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-tb-fifty {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 243, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-tb-sixty {
  margin-top: 60px;
  margin-bottom: 60px;
}

/*--margin_left-right--*/
/* line 248, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-lr-ten {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 252, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-lr-twenty {
  margin-left: 20px;
  margin-right: 20px;
}

/* line 256, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-lr-thirty {
  margin-left: 30px;
  margin-right: 30px;
}

/* line 260, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-lr-fourty {
  margin-left: 40px;
  margin-right: 40px;
}

/* line 264, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-lr-fifty {
  margin-left: 50px;
  margin-right: 50px;
}

/* line 268, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-lr-sixty {
  margin-left: 60px;
  margin-right: 60px;
}

/*--margin_top--*/
/* line 274, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-top-ten {
  margin-top: 10px;
}

/* line 277, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-top-twenty {
  margin-top: 20px;
}

/* line 280, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-top-thirty {
  margin-top: 30px;
}

/* line 283, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-top-fourty {
  margin-top: 40px;
}

/* line 286, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-top-fifty {
  margin-top: 50px;
}

/* line 289, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-top-sixty {
  margin-top: 60px;
}

/*--margin_right--*/
/* line 294, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-right-ten {
  margin-right: 10px;
}

/* line 297, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-right-twenty {
  margin-right: 20px;
}

/* line 300, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-right-thirty {
  margin-right: 30px;
}

/* line 303, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-right-fourty {
  margin-right: 40px;
}

/* line 306, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-right-fifty {
  margin-right: 50px;
}

/* line 309, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-right-sixty {
  margin-right: 60px;
}

/*--margin_bottom--*/
/* line 314, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-bottom-ten {
  margin-bottom: 10px;
}

/* line 317, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-bottom-twenty {
  margin-bottom: 20px;
}

/* line 320, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-bottom-thirty {
  margin-bottom: 30px;
}

/* line 323, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-bottom-fourty {
  margin-bottom: 40px;
}

/* line 326, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-bottom-fifty {
  margin-bottom: 50px;
}

/* line 329, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-bottom-sixty {
  margin-bottom: 60px;
}

/*--margin_left--*/
/* line 334, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-left-ten {
  margin-left: 10px;
}

/* line 337, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-left-twenty {
  margin-left: 20px;
}

/* line 340, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-left-thirty {
  margin-left: 30px;
}

/* line 343, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-left-fourty {
  margin-left: 40px;
}

/* line 346, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-left-fifty {
  margin-left: 50px;
}

/* line 349, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.margin-left-sixty {
  margin-left: 60px;
}

/*-------------end_fix_content_margin_page------------------------*/
/* line 354, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.banner-desktop {
  width: 100%;
}

/* line 357, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.banner-mobile {
  display: none;
}

/*text nowwrap*/
/* line 362, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-text-nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 368, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.txt-nowrap {
  white-space: nowrap;
  /*for tel*/
}

/* line 372, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.txt-break-word {
  word-wrap: break-word;
  /*for email;*/
}

/* line 376, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-bg-yellow.main-header + .content-wrapper {
  margin: 0;
}

/* line 380, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-bg-yellow {
  background-color: #FFDD00;
}

/* line 384, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-bg-white {
  background-color: #FFFFFF;
}

/* line 388, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.default-border {
  border: 1px solid #cccccc;
}

/*font-size*/
/* line 393, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.size-2x {
  font-size: 20px;
}

/* line 397, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.no-radius {
  border-radius: 0;
}

/*position image*/
/* line 402, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
img.align-right {
  float: right;
  display: block;
  margin-left: 15px;
  margin-bottom: 15px;
}

/* line 409, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
img.align-left {
  float: left;
  display: block;
  margin-right: 15px;
  margin-bottom: 15px;
}

/*end position image*/
/* ------------------------------------------ header ---------------------------------------- */
/*top black bar*/
/* line 419, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-top-black-bar {
  background-color: #333333;
}
/* line 421, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-top-black-bar a {
  color: #FFFFFF;
  text-align: left;
}
/* line 424, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-top-black-bar a h1 {
  font-size: 1em;
  margin: 0;
  margin-top: 3px;
  float: left;
  font-weight: normal;
}

/* line 433, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-black-bar-menu {
  height: 28px;
}
/* line 435, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-black-bar-menu .yp-black-bar-menu-left {
  text-align: left;
}
/* line 438, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-black-bar-menu .yp-black-bar-menu-right {
  text-align: right;
}
/* line 441, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-black-bar-menu ul {
  margin-bottom: 0px;
  padding-top: 1px;
  padding-left: 0;
}
/* line 445, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-black-bar-menu ul li {
  list-style: none;
  display: inline-block;
}
/* line 448, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-black-bar-menu ul li a {
  color: #FFFFFF;
}
/* line 451, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-black-bar-menu ul li span.icon-top-black-bar {
  font-size: 14px;
}
/* line 456, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-black-bar-menu .li-pipe {
  color: #FFFFFF;
  margin-left: 5px;
}

/*login*/
/* line 463, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.ads-login-img {
  height: 22px;
  width: 22px;
  border: 0;
  padding: 0;
  background: 0 0;
  margin-left: 1px;
  vertical-align: middle;
}

/* line 474, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.home-page-ads-for-customer a {
  float: left;
}
/* line 477, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.home-page-ads-for-customer .user-img-popover {
  width: 22px;
  height: 22px;
}
/* line 480, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.home-page-ads-for-customer .user-img-popover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
}

/* line 489, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.popover-content .user-logo-popover {
  width: 52px;
  height: 52px;
  border: 1px solid #cccccc;
  margin: auto;
}
/* line 494, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.popover-content .user-logo-popover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
}
/* line 501, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.popover-content .user-popover-footer {
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #E7E7E7;
}
/* line 506, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.popover-content .user-popover-footer .login-footer-edit {
  float: left;
}
/* line 509, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.popover-content .user-popover-footer .login-footer-logout {
  float: right;
}

/* line 515, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.list-mobile ul {
  display: none;
}

/*block search*/
/* line 520, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-block-search {
  display: block;
}
/* line 522, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-block-search .input-group-btn {
  width: 100px;
  float: left;
}
/* line 526, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-block-search .dropdown-menu {
  width: 100px;
  border-radius: 0px;
  min-width: 100px;
  margin: 0;
  padding: 0px;
  border-top: 0px;
}
/* line 533, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-block-search .dropdown-menu li a {
  padding: 3px 10px;
  height: 30px;
  background-color: #FFFFFF;
  background-image: none;
  color: #333333;
  border-bottom: 1px solid #E6E6E6;
}
/* line 542, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-block-search .yp-txtwhat,
.yp-block-search .yp-txtwhere {
  display: inline-block;
  width: 100%;
  max-width: 310px;
}
/* line 548, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-block-search .input-group-megamenu {
  float: right;
}
/* line 551, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-block-search .yp-btn-megamenu {
  height: 40px;
}
/* line 555, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-block-search .input-group #txtwhat-input {
  height: 40px;
}

/* line 562, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.input-group-addon.custom-group-addon {
  background: none;
  border: none;
}
/* line 565, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.input-group-addon.custom-group-addon .btn-search {
  height: 40px;
  background-color: #FFFFFF;
  border-left: none;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
/* line 572, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.input-group-addon.custom-group-addon .btn-search i {
  font-size: 2rem;
}
/* line 580, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.input-group-addon .btn-secondary.dropdown-toggle.txtwhat-search {
  height: 40px;
  padding: 0 10px;
}

/* line 588, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.btn-secondary.dropdown-toggle.txtwhat-search {
  height: 40px;
  width: 100px;
  background-color: #FFFFFF;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 0;
  padding: 9px;
  color: #333333;
}
/* line 598, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.btn-secondary.dropdown-toggle.txtwhat-search span {
  float: left;
}
/* line 601, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.btn-secondary.dropdown-toggle.txtwhat-search .caret {
  float: right;
  margin-top: 10px;
  color: #666666;
  margin-right: 0px;
}

/*input#txtwhat-input, input#txtwhere-input {
  border-radius: 0px;
  height: 40px;
  width: 100%; !*for firefox*!
}*/
/* line 615, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.btn-search {
  width: 55px;
  height: 40px;
  background-color: #FBBC05;
  border: 1px solid #231F20;
}

/*end block search*/
/*language*/
/* line 625, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
div .language-switcher-language-url {
  padding-left: 0;
}
/* line 628, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
div .th.is-active,
div .en.is-active,
div .en > .language-link.is-active,
div .th > .language-link.is-active {
  display: none;
}

/* line 638, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.list-mobile li:last-child a {
  float: left;
}
/* line 642, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.list-mobile li:last-child ul.links li {
  border-bottom: none;
}

/* line 649, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-btn-megamenu {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 100px;
  background-image: none;
  background-color: #FBBC05;
  border: 1px solid #231F20;
  color: #231F20;
  float: right;
  height: 40px;
}
/* line 659, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-btn-megamenu .btn-txt {
  margin-left: 5px;
}
/* line 662, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-btn-megamenu .caret {
  margin-right: 5px;
}

/* line 667, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.menu-top-bar-mobile {
  text-align: right;
}

/* ------------------------------------------ body ---------------------------------------- */
/*block title*/
/* line 674, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.block-title,
.block-title-z {
  height: 45px;
  margin: 0;
  padding: 10px;
  color: #333333;
}
/* line 680, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.block-title:after,
.block-title-z:after {
  height: 3px;
  width: 70px;
  margin-top: 7px;
  background: #FBBC05;
  display: block;
  content: "";
}

/* line 685, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-panel-title {
  font-size: 1.5rem;
  background-color: #001635;
  height: 40px;
  padding: 10px;
  margin: 0px;
  color: #FFFFFF;
  font-weight: 700;
}

/*end block title*/
/*tab content*/
/* line 691, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.tab-content {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  width: 100%;
}

/*end tab content*/
/* line 699, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.adsbyais img {
  max-width: 300px;
  max-height: 300px;
}

/* ------------------------------------------ footer ---------------------------------------- */
/* line 711, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.row-link-logo-partner li {
  display: inline-block;
}
/* line 713, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.row-link-logo-partner li a img {
  width: auto;
  height: auto;
  max-height: 80px;
  margin: 0 60px 50px 0;
}

/* line 728, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.row-icon ul li {
  display: inline-block;
}

/* line 734, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
#footer {
  background-color: #F1F1F1;
  height: 60px;
  clear: both;
}

/* line 740, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-footer {
  margin-top: 7px;
}

/* line 744, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-head-footer {
  margin-bottom: 30px;
  margin-top: 50px;
}
/* line 747, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-head-footer .row-link-about-us a {
  color: #333333;
}

/* line 752, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
#Certificate-banners {
  margin-top: 21px;
}

/* line 756, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.icon-social-network-footer {
  font-size: 39px;
  color: #404142;
  margin: 5px;
}

/* line 762, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.footer-container {
  max-width: 840px;
  width: 100%;
  padding: 5px;
}
/* line 766, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.footer-container .footer-logo-tmc img {
  max-height: 34px;
  margin: auto;
}
/* line 770, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.footer-container .footer-data {
  text-align: center;
  color: #333333;
  padding: 0;
}

/* line 777, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.yp-fix-footer {
  /*position: fixed; because page ypsearch footer closed pagination but page error footer ok*/
  bottom: 0;
}

/*truehit*/
/* line 783, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
#truehits_div {
  display: inline-block;
}

/*Page-header*/
/* line 789, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
.region-pre-content .page-header {
  margin-top: 15px;
}

@media (max-width: 768px) {
  /* line 795, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
  .banner-mobile {
    display: block;
  }

  /* line 798, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
  .banner-desktop {
    display: none;
  }

  /* line 803, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
  .row-link-logo-partner li {
    display: -webkit-inline-flex;
  }
  /* line 805, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
  .row-link-logo-partner li a img {
    width: 150px;
    height: 80px;
    margin: 0 0px 20px 20px;
  }
}
@media (max-width: 480px) {
  /* line 816, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
  .row-link-logo-partner ul {
    text-align: center;
  }
  /* line 818, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
  .row-link-logo-partner ul li {
    display: -webkit-inline-flex;
  }
  /* line 820, ../../assets/sass/theme/stylesheets/_yellowtheme.scss */
  .row-link-logo-partner ul li a img {
    width: 150px;
    height: 80px;
    margin: 0 20px 20px 0px;
  }
}
/**
 * Created by OBDEV-03 on 27/11/2560.
 */
/******************
BREAKPOINTS
******************/
/**
 * Created by OBDEV-03 on 27/11/2560.
 */
@media (min-width: 992px) and (max-width: 1199px) {
  /*block search*/
  /* line 11, ../../assets/sass/theme/stylesheets/_breakpointtheme.scss */
  .yp-block-search .yp-txtwhat,
  .yp-block-search .yp-txtwhere {
    max-width: 230px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  /*block search*/
  /* line 25, ../../assets/sass/theme/stylesheets/_breakpointtheme.scss */
  .yp-block-search .yp-txtwhat,
  .yp-block-search .yp-txtwhere {
    max-width: 26%;
  }

  /* ------------------------------------------ body ---------------------------------------- */
  /* line 32, ../../assets/sass/theme/stylesheets/_breakpointtheme.scss */
  .ribbon span {
    width: 70px;
    top: 8px;
    right: -17px;
  }
}
@media (max-width: 768px) {
  /* ------------------------------------------ header ---------------------------------------- */
  /* line 45, ../../assets/sass/theme/stylesheets/_breakpointtheme.scss */
  .yp-block-search .input-group-btn,
  .yp-black-bar-menu,
  .yp-btn-megamenu {
    display: none;
  }

  /* line 51, ../../assets/sass/theme/stylesheets/_breakpointtheme.scss */
  .yp-top-black-bar {
    height: 5px;
  }

  /* line 56, ../../assets/sass/theme/stylesheets/_breakpointtheme.scss */
  .yp-block-search .yp-txtwhat, .yp-block-search .yp-txtwhere {
    max-width: 100%;
    margin-bottom: 5px;
  }
  /* line 61, ../../assets/sass/theme/stylesheets/_breakpointtheme.scss */
  .yp-block-search .btn-search {
    width: 100%;
  }

  /* ------------------------------------------ body ---------------------------------------- */
  /* line 67, ../../assets/sass/theme/stylesheets/_breakpointtheme.scss */
  .padding-responsive {
    padding: 0;
  }

  /* ------------------------------------------ footer ---------------------------------------- */
  /* line 74, ../../assets/sass/theme/stylesheets/_breakpointtheme.scss */
  .footer-container .footer-data {
    padding: 0;
  }
}
@media (max-width: 574px) {
  /* line 86, ../../assets/sass/theme/stylesheets/_breakpointtheme.scss */
  .padding-responsive {
    padding-left: 0;
    padding-right: 0;
  }

  /*no padding when responsive*/
  /*ads AIS*/
  /* line 92, ../../assets/sass/theme/stylesheets/_breakpointtheme.scss */
  ins.adsbyais {
    width: 100% !important;
    height: auto !important;
  }

  /*button*/
  /*.yp-btn-order,
  .yp-btn-request-rfq {
    width: 100% !important;
  }*/
  /* line 103, ../../assets/sass/theme/stylesheets/_breakpointtheme.scss */
  .yp-btn-order {
    margin-top: 5px;
  }

  /* ------------------------------------------ footer ---------------------------------------- */
  /* line 108, ../../assets/sass/theme/stylesheets/_breakpointtheme.scss */
  .yp-fix-footer {
    position: relative;
  }

  /* line 112, ../../assets/sass/theme/stylesheets/_breakpointtheme.scss */
  #footer {
    height: auto;
  }
}
/**
 * Created by OBDEV-03 on 12/12/2560.
 */
/*ads heading*/
/* line 6, ../../assets/sass/theme/stylesheets/_ads.scss */
.ads-heading-mobile-section {
  display: none;
}

/* line 9, ../../assets/sass/theme/stylesheets/_ads.scss */
.ads-heading-block {
  display: block;
}
/* line 11, ../../assets/sass/theme/stylesheets/_ads.scss */
.ads-heading-block ul {
  padding-left: 0;
  margin-bottom: 0;
}
/* line 14, ../../assets/sass/theme/stylesheets/_ads.scss */
.ads-heading-block ul li {
  list-style: none;
}
/* line 16, ../../assets/sass/theme/stylesheets/_ads.scss */
.ads-heading-block ul li img {
  max-width: 300px;
}

/*end ads heading*/
/*ads search*/
/* line 25, ../../assets/sass/theme/stylesheets/_ads.scss */
.sponsor-adsearch {
  text-align: center;
}
/* line 27, ../../assets/sass/theme/stylesheets/_ads.scss */
.sponsor-adsearch .slide-img {
  width: 19%;
  float: left;
  height: 160px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 6px;
  margin-bottom: 8px;
}
/* line 35, ../../assets/sass/theme/stylesheets/_ads.scss */
.sponsor-adsearch .slide-img .adsearch-size-img {
  max-width: 192px;
  height: 106px;
  margin: auto;
}
/* line 39, ../../assets/sass/theme/stylesheets/_ads.scss */
.sponsor-adsearch .slide-img .adsearch-size-img img {
  border: #E7E7E7;
  width: 100%;
  max-height: 106px;
  height: 100%;
}
/* line 46, ../../assets/sass/theme/stylesheets/_ads.scss */
.sponsor-adsearch .slide-img .adsearch-txt {
  height: 55px;
  background-color: #E6E7E9;
  margin: auto;
  padding: 5px;
  max-width: 192px;
}
/* line 52, ../../assets/sass/theme/stylesheets/_ads.scss */
.sponsor-adsearch .slide-img .adsearch-txt p {
  margin: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 58, ../../assets/sass/theme/stylesheets/_ads.scss */
.sponsor-adsearch .slide-img .adsearch-txt .adsearch-humanname {
  color: #DD4B39;
  font-weight: 700;
}

/*end ads search*/
/* line 67, ../../assets/sass/theme/stylesheets/_ads.scss */
#corner-slider {
  display: none;
}

/*Override AIS Ad*/
/* line 75, ../../assets/sass/theme/stylesheets/_ads.scss */
.typ-ads-ais-for-search.ads-one-page .swiper-container .swiper-pagination-slide-bullet {
  display: none;
}

@media (max-width: 574px) {
  /* line 85, ../../assets/sass/theme/stylesheets/_ads.scss */
  .ads-heading-block {
    display: none;
  }

  /* line 88, ../../assets/sass/theme/stylesheets/_ads.scss */
  .ads-heading-mobile-section {
    display: block;
  }
  /* line 90, ../../assets/sass/theme/stylesheets/_ads.scss */
  .ads-heading-mobile-section .img-ads-heading-mobile img {
    margin: auto;
  }

  /*ads search*/
  /* line 98, ../../assets/sass/theme/stylesheets/_ads.scss */
  .sponsor-adsearch .slide-img .adsearch-size-img {
    height: auto;
  }
}
/**
 * Created by OBDEV-03 on 7/12/2560.
 */
/**
 * Created by OBDEV-03 on 16/1/2561.
 */
/*Default*/
/*catalog*/
/* line 9, ../../assets/sass/theme/stylesheets/_catalog.scss */
.yp-search-catalog .typ-catalog-related-page,
.yp-search-catalog .typ-profile-related-page {
  padding: 0px 60px;
  margin-top: 40px;
}
/* line 15, ../../assets/sass/theme/stylesheets/_catalog.scss */
.yp-search-catalog .yp-catalog-img {
  border: 1px solid #D6D6D6;
}
/* line 17, ../../assets/sass/theme/stylesheets/_catalog.scss */
.yp-search-catalog .yp-catalog-img img {
  margin: auto;
}

/* line 23, ../../assets/sass/theme/stylesheets/_catalog.scss */
.block-catalog-detail {
  text-align: center;
  height: 60px;
  background-color: #E6E7E9;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 0px;
}
/* line 25, ../../assets/sass/theme/stylesheets/_catalog.scss */
.block-catalog-detail p {
  margin: 0;
}
/* line 28, ../../assets/sass/theme/stylesheets/_catalog.scss */
.block-catalog-detail .yp-catalog-name {
  font-weight: 700;
}
/* line 31, ../../assets/sass/theme/stylesheets/_catalog.scss */
.block-catalog-detail .yp-catalog-humanname {
  color: #333333;
}

/*end catalog*/
/*hot online catalog*/
/* line 38, ../../assets/sass/theme/stylesheets/_catalog.scss */
.hot-catalog-section {
  text-align: center;
  margin-top: 20px;
}
/* line 41, ../../assets/sass/theme/stylesheets/_catalog.scss */
.hot-catalog-section .slick-hot-cat {
  float: left;
  position: relative;
  width: 13.4%;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 6px;
  margin-bottom: 5px;
}
/* line 51, ../../assets/sass/theme/stylesheets/_catalog.scss */
.hot-catalog-section .yp-catalog-img img {
  margin: auto;
  width: 100%;
}

/*end hot online catalog*/
/*category catalog*/
/* line 60, ../../assets/sass/theme/stylesheets/_catalog.scss */
.block-typ-latest-online-catalog-block {
  margin-bottom: 15px;
}

/*end category catalog*/
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 71, ../../assets/sass/theme/stylesheets/_catalog.scss */
  .hot-catalog-section .slick-hot-cat {
    width: 13.2%;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  /* line 83, ../../assets/sass/theme/stylesheets/_catalog.scss */
  .hot-catalog-section .slick-hot-cat {
    width: 12.8%;
  }
}
@media (max-width: 768px) {
  /* line 95, ../../assets/sass/theme/stylesheets/_catalog.scss */
  .slick-hot-catalog .slick-prev, .slick-hot-catalog .slick-next {
    top: 45%;
  }

  /* line 100, ../../assets/sass/theme/stylesheets/_catalog.scss */
  .yp-request-more-detail {
    margin-top: 50px;
  }
}
@media (max-width: 574px) {
  /* line 110, ../../assets/sass/theme/stylesheets/_catalog.scss */
  .hot-catalog-section {
    margin-top: 40px;
  }

  /* line 114, ../../assets/sass/theme/stylesheets/_catalog.scss */
  .yp-request-more-detail {
    margin-top: 15px;
  }
}
/**
 * Created by OBDEV-03 on 16/1/2561.
 */
/*Default*/
/* line 2, ../../assets/sass/theme/stylesheets/_catalogviewitem.scss */
.profile-item-request {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 7, ../../assets/sass/theme/stylesheets/_catalogviewitem.scss */
.catalog-view-item-img img {
  border: 1px solid #cccccc;
  max-width: 350px;
  width: 100%;
  object-fit: contain;
  max-height: 350px;
  height: 100%;
  margin: auto;
}
/* line 17, ../../assets/sass/theme/stylesheets/_catalogviewitem.scss */
.catalog-view-item-img .gallery ul {
  text-align: center;
  margin-top: 10px;
}
/* line 20, ../../assets/sass/theme/stylesheets/_catalogviewitem.scss */
.catalog-view-item-img .gallery ul li {
  display: inline-block;
  margin: 0.6%;
  cursor: pointer;
  height: 62px;
}
/* line 25, ../../assets/sass/theme/stylesheets/_catalogviewitem.scss */
.catalog-view-item-img .gallery ul li img {
  max-width: 60px;
  width: 100%;
  max-height: 60px;
  height: 100%;
  object-fit: contain;
}
/* line 35, ../../assets/sass/theme/stylesheets/_catalogviewitem.scss */
.catalog-view-item-img .modal-body img {
  border: none;
  margin: auto;
  max-width: 600px;
  max-height: 600px;
}

/* line 44, ../../assets/sass/theme/stylesheets/_catalogviewitem.scss */
.yp-catalog-view-item-rfq-btn a {
  border-radius: 25px;
  height: 100%;
  /*padding: 14px;*/
  min-width: 100px;
}

/* line 52, ../../assets/sass/theme/stylesheets/_catalogviewitem.scss */
.yp-catalog-view-item-social {
  margin-top: 20px;
}
/* line 54, ../../assets/sass/theme/stylesheets/_catalogviewitem.scss */
.yp-catalog-view-item-social ul li {
  display: inline-block;
  margin-right: 5px;
}
/* line 57, ../../assets/sass/theme/stylesheets/_catalogviewitem.scss */
.yp-catalog-view-item-social ul li img {
  width: 60px;
}
/* line 60, ../../assets/sass/theme/stylesheets/_catalogviewitem.scss */
.yp-catalog-view-item-social ul li.btn-facebook,
.yp-catalog-view-item-social ul li .btn-twitter,
.yp-catalog-view-item-social ul li .btn-google {
  background: none;
}

/* line 68, ../../assets/sass/theme/stylesheets/_catalogviewitem.scss */
.yp-request-more-detail {
  margin-top: 100px;
}

/* line 72, ../../assets/sass/theme/stylesheets/_catalogviewitem.scss */
.attachedfile-cat-item {
  margin-top: 10px;
}

/* line 76, ../../assets/sass/theme/stylesheets/_catalogviewitem.scss */
.catalog-view-item-tab {
  display: none;
  margin-top: 30px;
}
/* line 79, ../../assets/sass/theme/stylesheets/_catalogviewitem.scss */
.catalog-view-item-tab .tab-content > .active {
  padding: 20px;
}

/* line 84, ../../assets/sass/theme/stylesheets/_catalogviewitem.scss */
.catalog-view-item-tab-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 89, ../../assets/sass/theme/stylesheets/_catalogviewitem.scss */
.catalog-view-item-tab-content a {
  word-wrap: break-word;
}

@media (max-width: 574px) {
  /* line 99, ../../assets/sass/theme/stylesheets/_catalogviewitem.scss */
  .yp-catalog-view-item-rfq-btn {
    margin-top: 10px;
  }

  /* line 102, ../../assets/sass/theme/stylesheets/_catalogviewitem.scss */
  .attachedfile-cat-item {
    margin-top: 20px;
  }

  /* line 105, ../../assets/sass/theme/stylesheets/_catalogviewitem.scss */
  .catalog-view-item-tab {
    margin-top: 40px;
  }
}
/**
 * Created by OBDEV-03 on 19/12/2560.
 */
/* line 6, ../../assets/sass/theme/stylesheets/_dialog.scss */
.login-page .modal-dialog {
  margin-top: 15%;
}
/* line 8, ../../assets/sass/theme/stylesheets/_dialog.scss */
.login-page .modal-dialog .modal-header {
  background-color: #FFDD00;
  height: 35px;
  padding: 0 15px;
}
/* line 12, ../../assets/sass/theme/stylesheets/_dialog.scss */
.login-page .modal-dialog .modal-header .modal-title {
  line-height: 35px;
}
/* line 19, ../../assets/sass/theme/stylesheets/_dialog.scss */
.login-page .modal-content .user-login-form .form-item input {
  height: 34px;
  border: 1px solid #cccccc;
  width: 100%;
}
/* line 24, ../../assets/sass/theme/stylesheets/_dialog.scss */
.login-page .modal-content .form-item-pass {
  margin-top: 10px;
}
/* line 28, ../../assets/sass/theme/stylesheets/_dialog.scss */
.login-page .modal-body,
.login-page .modal-footer {
  background-color: #FFFFFF;
}

/* line 33, ../../assets/sass/theme/stylesheets/_dialog.scss */
.login-popover {
  width: 250px;
}

/* line 36, ../../assets/sass/theme/stylesheets/_dialog.scss */
.login-popover-img {
  width: 75px;
  height: 75px;
  float: left;
  background: 0;
  border: 1px solid #cccccc;
}

/* line 43, ../../assets/sass/theme/stylesheets/_dialog.scss */
.login-popover-name {
  float: left;
  margin-left: 10px;
}

/* line 47, ../../assets/sass/theme/stylesheets/_dialog.scss */
.login-popover-footer {
  padding-top: 10px;
  clear: both;
}
/* line 50, ../../assets/sass/theme/stylesheets/_dialog.scss */
.login-popover-footer .login-footer-logout {
  float: right;
}

/* line 55, ../../assets/sass/theme/stylesheets/_dialog.scss */
.btn-login-div {
  margin-top: 10px;
}

/*Ui Dialog*/
/* line 63, ../../assets/sass/theme/stylesheets/_dialog.scss */
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  content: "x";
  position: absolute;
  top: 0;
  margin-top: -5px;
  left: 0;
  margin-left: 4px;
}

@media (max-width: 768px) {
  /* line 78, ../../assets/sass/theme/stylesheets/_dialog.scss */
  .login-page-mobile {
    position: absolute;
    z-index: 10;
    background-color: #FFFFFF;
    top: 59px;
    left: 0px;
    width: 100%;
    height: 50%;
  }
}
@media (max-width: 574px) {
  /* line 93, ../../assets/sass/theme/stylesheets/_dialog.scss */
  .login-page .modal-dialog {
    margin-top: 30%;
  }
}
/**
 * Created by OBDEV-03 on 29/11/2560.
 */
/*mega menu*/
/* line 6, ../../assets/sass/theme/stylesheets/_megamenu.scss */
.yp-btn-alphabet {
  width: 36px;
  height: 36px;
  display: inline-block;
  padding: 6px 12px;
  line-height: 1.5;
}

/* line 14, ../../assets/sass/theme/stylesheets/_megamenu.scss */
.mega {
  background-color: #F1F1F1;
  height: 320px;
  max-width: 1110px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
/* line 23, ../../assets/sass/theme/stylesheets/_megamenu.scss */
.mega .main-mega-menu {
  margin-top: 12%;
}
/* line 25, ../../assets/sass/theme/stylesheets/_megamenu.scss */
.mega .main-mega-menu ul li {
  border-bottom: 1px solid #CFCFCF;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: none;
}
/* line 32, ../../assets/sass/theme/stylesheets/_megamenu.scss */
.mega a {
  color: #333333;
}
/* line 34, ../../assets/sass/theme/stylesheets/_megamenu.scss */
.mega a:hover {
  color: #0745A8;
}

/* line 40, ../../assets/sass/theme/stylesheets/_megamenu.scss */
.content-mega-menu {
  background-color: #FFFFFF;
  height: 320px;
  border-right: 1px solid #cccccc;
}

/* line 47, ../../assets/sass/theme/stylesheets/_megamenu.scss */
.sub-mega-menu li {
  list-style: none;
  border-right: 1px solid #CFCFCF;
  height: 30px;
}
/* line 52, ../../assets/sass/theme/stylesheets/_megamenu.scss */
.sub-mega-menu .search-category-li img {
  margin-right: 5px;
}
/* line 55, ../../assets/sass/theme/stylesheets/_megamenu.scss */
.sub-mega-menu .form-group {
  margin-top: 100px;
}
/* line 57, ../../assets/sass/theme/stylesheets/_megamenu.scss */
.sub-mega-menu .form-group .form-control {
  border-radius: 0px;
  height: 34px;
}
/* line 61, ../../assets/sass/theme/stylesheets/_megamenu.scss */
.sub-mega-menu .form-group .btn-search {
  height: 34px !important;
  padding: 6px 12px !important;
  border-radius: 0;
}
/* line 67, ../../assets/sass/theme/stylesheets/_megamenu.scss */
.sub-mega-menu .ebook-img {
  padding-bottom: 30px;
}
/* line 69, ../../assets/sass/theme/stylesheets/_megamenu.scss */
.sub-mega-menu .ebook-img img {
  margin-right: 3px;
}
/* line 73, ../../assets/sass/theme/stylesheets/_megamenu.scss */
.sub-mega-menu .ebook-download {
  background-color: #094E9F;
  width: 250px;
  height: 140px;
  margin: auto;
  padding: 20px;
}
/* line 79, ../../assets/sass/theme/stylesheets/_megamenu.scss */
.sub-mega-menu .ebook-download p {
  color: #FFFFFF;
  margin-top: 20px;
}

/*end mega menu*/
/*mega menu mobile*/
/* line 89, ../../assets/sass/theme/stylesheets/_megamenu.scss */
.sub-mega-menu-mobile .form-control {
  border-radius: 0px;
}
/* line 93, ../../assets/sass/theme/stylesheets/_megamenu.scss */
.sub-mega-menu-mobile .li-hover img {
  padding-right: 10px;
}
/* line 96, ../../assets/sass/theme/stylesheets/_megamenu.scss */
.sub-mega-menu-mobile .li-hover a {
  color: #333333;
}
/* line 100, ../../assets/sass/theme/stylesheets/_megamenu.scss */
.sub-mega-menu-mobile .btn-search {
  height: 34px !important;
  padding: 6px 12px !important;
}

/* line 105, ../../assets/sass/theme/stylesheets/_megamenu.scss */
.mega-characters {
  margin-top: 5px;
}

@media (max-width: 768px) {
  /* line 113, ../../assets/sass/theme/stylesheets/_megamenu.scss */
  .yp-btn-alphabet {
    border: 1px solid #cccccc;
    margin: 3px;
  }

  /* line 117, ../../assets/sass/theme/stylesheets/_megamenu.scss */
  #accordion-menu ul ul li:hover .mega-characters {
    background-color: #FFFFFF;
  }
}
/**
 * Created by OBDEV-03 on 1/12/2560.
 */
/* line 6, ../../assets/sass/theme/stylesheets/_menulistmobile.scss */
.menu-list-mobile-icon .span-notification-mobile {
  display: none;
}

@media (max-width: 768px) {
  /* line 13, ../../assets/sass/theme/stylesheets/_menulistmobile.scss */
  .menu-list-mobile-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url("../../images/icon/icon-mobile/btn-allmenu-yellow-m-40x40.png");
    text-align: right;
  }
  /* line 19, ../../assets/sass/theme/stylesheets/_menulistmobile.scss */
  .menu-list-mobile-icon .span-notification-mobile {
    display: none;
  }

  /* line 24, ../../assets/sass/theme/stylesheets/_menulistmobile.scss */
  .list-mobile {
    background-color: #000000;
    top: 70px;
    position: absolute;
    width: 93%;
    z-index: 10;
    padding-left: 0px;
    height: auto;
  }
  /* line 32, ../../assets/sass/theme/stylesheets/_menulistmobile.scss */
  .list-mobile ul {
    display: block;
  }

  /* line 39, ../../assets/sass/theme/stylesheets/_menulistmobile.scss */
  .mobile-sub-catagory ul li {
    height: 50px;
    list-style: none;
    border-bottom: 1px solid #FFCC00;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  /* line 47, ../../assets/sass/theme/stylesheets/_menulistmobile.scss */
  .mobile-sub-catagory ul li a, .mobile-sub-catagory ul li span {
    color: #FFCC00;
    cursor: pointer;
  }
  /* line 51, ../../assets/sass/theme/stylesheets/_menulistmobile.scss */
  .mobile-sub-catagory ul li .span-notification-mobile-block {
    display: none;
    position: inherit;
    float: right;
    margin-top: 8px;
    color: #FFFFFF;
  }
  /* line 59, ../../assets/sass/theme/stylesheets/_menulistmobile.scss */
  .mobile-sub-catagory ul li div.region-lang-switcher {
    display: inline-block;
    position: absolute;
  }
  /* line 64, ../../assets/sass/theme/stylesheets/_menulistmobile.scss */
  .mobile-sub-catagory ul li div .language-switcher-language-url li {
    height: auto;
    border-bottom: 0;
    padding-top: 0px;
  }
  /* line 73, ../../assets/sass/theme/stylesheets/_menulistmobile.scss */
  .mobile-sub-catagory .menu-list-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
  }
  /* line 77, ../../assets/sass/theme/stylesheets/_menulistmobile.scss */
  .mobile-sub-catagory .menu-list-icon.icon-login {
    background: url("../../images/icon/icon-mobile/icon-list-mobile/icon-login.png");
  }
  /* line 80, ../../assets/sass/theme/stylesheets/_menulistmobile.scss */
  .mobile-sub-catagory .menu-list-icon.icon-adv {
    background: url("../../images/icon/icon-mobile/icon-list-mobile/icon-adv.png");
  }
  /* line 83, ../../assets/sass/theme/stylesheets/_menulistmobile.scss */
  .mobile-sub-catagory .menu-list-icon.icon-rfq {
    background: url("../../images/icon/icon-mobile/icon-list-mobile/icon-quotation.png");
  }
  /* line 86, ../../assets/sass/theme/stylesheets/_menulistmobile.scss */
  .mobile-sub-catagory .menu-list-icon.icon-database {
    background: url("../../images/icon/icon-mobile/icon-list-mobile/icon-database.png");
  }
  /* line 89, ../../assets/sass/theme/stylesheets/_menulistmobile.scss */
  .mobile-sub-catagory .menu-list-icon.icon-about-us {
    background: url("../../images/icon/icon-mobile/icon-list-mobile/icon-about.png");
  }
  /* line 92, ../../assets/sass/theme/stylesheets/_menulistmobile.scss */
  .mobile-sub-catagory .menu-list-icon.icon-call-center {
    background: url("../../images/icon/icon-mobile/icon-list-mobile/icon-callcenter.png");
  }
  /* line 95, ../../assets/sass/theme/stylesheets/_menulistmobile.scss */
  .mobile-sub-catagory .menu-list-icon.icon-security {
    background: url("../../images/icon/icon-mobile/icon-list-mobile/icon-security.png");
  }
  /* line 98, ../../assets/sass/theme/stylesheets/_menulistmobile.scss */
  .mobile-sub-catagory .menu-list-icon.icon-condition {
    background: url("../../images/icon/icon-mobile/icon-list-mobile/icon-use.png");
  }
  /* line 101, ../../assets/sass/theme/stylesheets/_menulistmobile.scss */
  .mobile-sub-catagory .menu-list-icon.icon-ebook {
    background: url("../../images/icon/icon-mobile/icon-list-mobile/icon-download-ebook-mobile.png");
  }
  /* line 104, ../../assets/sass/theme/stylesheets/_menulistmobile.scss */
  .mobile-sub-catagory .menu-list-icon.icon-language {
    background: url("../../images/icon/icon-mobile/icon-list-mobile/icon-eng.png");
  }
  /* line 108, ../../assets/sass/theme/stylesheets/_menulistmobile.scss */
  .mobile-sub-catagory .menu-list-txt {
    position: absolute;
    margin-left: 10px;
    margin-top: 5px;
  }
  /* line 113, ../../assets/sass/theme/stylesheets/_menulistmobile.scss */
  .mobile-sub-catagory .pull-right-arrow {
    float: right;
    margin-top: 5px;
  }
}
@media (max-width: 574px) {
  /* line 125, ../../assets/sass/theme/stylesheets/_menulistmobile.scss */
  .mobile-sub-catagory ul li div .language-switcher-language-url li {
    padding-top: 0;
  }
}
/**
 * Created by OBDEV-03 on 13/12/2560.
 */
/* line 5, ../../assets/sass/theme/stylesheets/_profilefreelist.scss */
.yp-profile-address {
  margin-top: 10px;
}
/* line 7, ../../assets/sass/theme/stylesheets/_profilefreelist.scss */
.yp-profile-address .address-title {
  float: left;
  font-weight: 700;
}
/* line 11, ../../assets/sass/theme/stylesheets/_profilefreelist.scss */
.yp-profile-address .address-data {
  float: left;
}

/* line 16, ../../assets/sass/theme/stylesheets/_profilefreelist.scss */
.typ-profile-tab {
  margin-top: 15px;
}

/*google map*/
/* line 21, ../../assets/sass/theme/stylesheets/_profilefreelist.scss */
.tab-content #menu2 iframe {
  height: 420px;
}

/*share social*/
/* line 26, ../../assets/sass/theme/stylesheets/_profilefreelist.scss */
.profile-share-social {
  border: 1px solid #FFCC00;
  margin: 3px;
  float: left;
  width: 90px;
  height: 28px;
  padding: 3px 10px;
}
/* line 33, ../../assets/sass/theme/stylesheets/_profilefreelist.scss */
.profile-share-social a {
  color: #FBBC05;
}
/* line 36, ../../assets/sass/theme/stylesheets/_profilefreelist.scss */
.profile-share-social:hover {
  background-color: #FFCC00;
}
/* line 38, ../../assets/sass/theme/stylesheets/_profilefreelist.scss */
.profile-share-social:hover a {
  color: #333333;
}
/* line 42, ../../assets/sass/theme/stylesheets/_profilefreelist.scss */
.profile-share-social span {
  margin-left: 5px;
}

/*end share social*/
/**
 * Created by OBDEV-03 on 18/12/2560.
 */
/* line 5, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.display-inline {
  display: inline-block;
}

/* line 9, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.border-e7 {
  border: 1px solid #E7E7E7;
}

/* line 13, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.txt-color-red {
  color: #ED1C24;
}

/* line 17, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.txt-color-blue {
  color: #4285F4;
}

/* line 21, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.margin-auto {
  margin: auto;
}

/* line 25, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 29, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
hr {
  float: left;
  width: 100%;
}

/* line 34, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.structure-content {
  border: 15px solid #F7F6F2;
}
/* line 36, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.structure-content .popup-image-preview {
  width: 100%;
  height: 100%;
}
/* line 40, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.structure-content .popup-image-carousel {
  max-height: 500px;
  width: 100%;
}

/* line 46, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.structure-content-header {
  background-color: #F7F6F2;
  padding-bottom: 15px;
}

/*btn*/
/* line 52, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.yp-btn-ads-ebook {
  background-color: #EDC621;
  color: #333333;
  height: 40px;
  border-radius: 4px !important;
}
/* line 57, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.yp-btn-ads-ebook:hover {
  background-color: #FFDD00;
}

/* line 61, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.yp-ads-ebook-icon {
  background: url("../../images/icon/icon-ebook/icon-download-ebook-30x30.png");
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

/* line 69, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.yp-btn-testimonial {
  background-color: #4E4E4E;
  color: #FFCC33;
  height: 40px;
  padding: 9px 12px;
  border-radius: 4px !important;
}
/* line 75, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.yp-btn-testimonial:hover {
  color: #FFFFFF;
}

/* line 80, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.yp-submit-btn-yellow {
  background-color: #FFCC00;
  color: #333333;
  border: 1px solid #FFCC00;
  height: 36px;
}
/* line 83, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.yp-submit-btn-yellow:hover, .yp-submit-btn-yellow:focus {
  background-color: #FBBC05;
}

/* line 88, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.yp-cancel-btn-yellow {
  background-color: #FFFFFF;
  border: 1px solid #E6E7E9;
  color: #666666;
  height: 36px;
}
/* line 91, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.yp-cancel-btn-yellow:hover,
.yp-cancel-btn-yellow :focus {
  background-color: #E6E7E9;
  border: 1px solid #E6E7E9;
  color: #666666;
}

/*end btn*/
/* line 98, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.padding-contentpage-detail {
  padding-left: 40px;
  padding-right: 40px;
}

/* line 103, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.ads-video-style {
  /*padding-bottom: 281px;*/
}

/* line 107, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.contentblock-logo img {
  width: 200px;
  height: 150px;
  object-fit: contain;
  margin: auto;
}

/* line 114, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.contentblock-image {
  margin-top: 30px;
}
/* line 116, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.contentblock-image img {
  width: 230px;
  height: 195px;
  object-fit: contain;
  margin: auto;
}

/* line 124, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.ads-callenter-example img {
  padding: 5px;
  float: left;
}

/* line 129, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.callcenter-address {
  background-color: #F7F6F2;
  padding: 10px;
  margin-top: 15px;
}
/* line 133, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.callcenter-address img {
  margin-top: 10px;
}

/* line 137, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.ads-callcenter-customer {
  margin-top: 30px;
}

/* line 141, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.structure-content-contact {
  background-color: #E6E7E9;
  padding: 20px;
}

/* line 147, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.structure-content-contact-input input.form-control {
  margin-bottom: 10px;
}

/* line 152, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.btn-ads-contactus {
  margin-top: 10px;
  margin-bottom: 10px;
}

/*testimonial*/
/* line 158, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.testimonial-content-body-banner {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 162, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.testimonial-content-person {
  margin-top: 30px;
}
/* line 164, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.testimonial-content-person img {
  margin: auto;
  padding: 5px;
}
/* line 167, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.testimonial-content-person img.testimonial-content-product-img {
  max-width: 360px;
  width: 100%;
  height: 100%;
}

/* line 174, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.testimonial-content-person-detail,
.products-and-service {
  margin-top: 30px;
}

/*end testimonial*/
/*advertising*/
/* line 181, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.img-sales-director img {
  max-width: 300px;
  width: 100%;
  margin: auto;
}

/* line 186, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.img-sales img {
  max-width: 250px;
  width: 100%;
  margin: auto;
}

/*end advertising*/
/* line 193, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.declaration-logo img {
  max-width: 200px;
  width: 100%;
  margin: auto;
}

/* line 198, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.declaration-advertising-img img {
  max-width: 550px;
  width: 100%;
  margin: auto;
}

/*ebook*/
/* line 205, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.ebook img {
  margin: auto;
}

/* line 208, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.ebook-name {
  text-align: center;
  margin-top: 7px;
  margin-bottom: 30px;
}

/*end ebook*/
/*footer*/
/* line 216, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.structure-content-footer {
  border-radius: 10px;
  padding: 7px 15px;
}

/*Page - create new account*/
/* line 224, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
.container-user-register-form .panel-body {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 574px) {
  /* line 235, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
  .padding-btn-ads-print,
  .padding-contentpage-detail {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 241, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
  .yp-btn-ads-ebook {
    margin-top: 5px;
  }

  /* line 245, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
  .testimonial-ads {
    font-weight: 700;
    margin-top: 20px;
  }

  /* line 249, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
  .read-more {
    text-align: left;
    margin-top: 10px;
  }
  /* line 252, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
  .read-more img {
    display: none;
  }

  /*ads online*/
  /* line 258, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
  .contentblock-image-download-app img {
    margin: auto;
  }

  /*ads call-center*/
  /* line 263, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
  .callcenter-address img {
    margin-top: 0;
  }

  /* line 266, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
  .ads-callenter-example img {
    float: none;
    margin: auto;
  }

  /* line 270, ../../assets/sass/theme/stylesheets/_structurecontent.scss */
  .callcenter-yp {
    margin-top: 40px;
  }
}
/**
 * Created by OBDEV-03 on 12/12/2560.
 */
/**
 * Created by OBDEV-03 on 16/1/2561.
 */
/*Default*/
/*button*/
/* line 8, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.yp-btn-ok-quotation {
  background-color: #008900;
  border: 1px solid #008900;
  color: #FFFFFF;
}
/* line 10, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.yp-btn-ok-quotation:hover {
  background-color: #029602;
  color: #FFFFFF;
}

/* line 15, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.yp-btn-cancel-quotation {
  background-color: #FFFFFF;
  border: 1px solid #008900;
  color: #008900;
}
/* line 17, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.yp-btn-cancel-quotation:hover {
  background-color: #029602;
  color: #FFFFFF;
}

/* line 22, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.pages-menu-request-name {
  color: #099E86;
}

/* line 27, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.request-form-content h4 {
  margin-bottom: 30px;
  color: #099E86;
}
/* line 31, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.request-form-content button {
  margin-top: 20px;
}
/* line 34, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.request-form-content .btn-primary {
  background-color: #099E86;
  border: 1px solid #099E86;
  color: #FFFFFF;
  border-radius: 0;
  margin: 5px;
}
/* line 39, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.request-form-content .btn-primary-cancel {
  background-color: #FFFFFF;
  border: 1px solid #099E86;
  color: #099E86;
  border-radius: 0;
  margin: 5px;
  height: 34px;
}
/* line 45, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.request-form-content .btn-primary:hover,
.request-form-content .btn-primary-cancel:hover {
  background-color: #0DBC9A;
  border: 1px solid #0DBC9A;
  color: #FFFFFF;
}

/*end button*/
/*catalog item*/
/* line 53, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.line-catalog-item {
  border-bottom: 1px solid #E6E7E9;
}

/* line 56, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.rfq-img img {
  width: 100%;
}

/* line 59, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.breadcrumb-request-form a {
  color: #0745A8;
}

/*end catalog item*/
/*req form*/
/* line 65, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.request-form-content {
  background-color: #F4F4F4;
  border: 1px solid #cccccc;
  padding: 20px;
  color: #333333;
}
/* line 70, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.request-form-content .form-control {
  border-radius: 0px;
  width: 100%;
}
/* line 74, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.request-form-content .btn-md {
  margin-top: 15px;
}

/* line 79, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.form-input-col-12 {
  max-width: 610px;
  width: 100%;
  margin: auto;
}

/* line 85, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.form-input-col-6.col-first {
  padding-left: 0;
}
/* line 88, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.form-input-col-6.col-second {
  padding-right: 0;
}

/* line 93, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.form-input-col-12-checkboxs {
  max-width: 610px;
  width: 100%;
  margin: auto;
  clear: both;
}
/* line 98, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.form-input-col-12-checkboxs .fieldset-wrapper {
  background-color: #FFFFFF;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
/* line 104, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.form-input-col-12-checkboxs .checkbox {
  padding: 6px 15px;
  margin-top: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
}
/* line 110, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.form-input-col-12-checkboxs .fieldgroup {
  margin-bottom: 15px;
}
/* line 113, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.form-input-col-12-checkboxs legend {
  font-weight: 700;
  margin-bottom: 5px;
}
/* line 117, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.form-input-col-12-checkboxs.has-error .help-block, .form-input-col-12-checkboxs .has-error .control-label,
.form-input-col-12-checkboxs .has-error .radio, .form-input-col-12-checkboxs .has-error .checkbox, .form-input-col-12-checkboxs .has-error .radio-inline,
.form-input-col-12-checkboxs .has-error .checkbox-inline, .form-input-col-12-checkboxs .has-error.radio label, .form-input-col-12-checkboxs .has-error.checkbox label,
.form-input-col-12-checkboxs .has-error.radio-inline label, .form-input-col-12-checkboxs .has-error.checkbox-inline label {
  color: #ED1C24;
}
/* line 123, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.form-input-col-12-checkboxs .has-error .form-control {
  border: 1px solid #ED1C24;
}

/* line 131, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.request-form-content label.form-required:after, .request-form-content span.form-required:after {
  content: '*';
  color: #ED1C24;
}

/* line 139, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
.catalog-request-form-content .btn-bd-yellow, .catalog-request-form-content .btn-bg-yellow {
  border-radius: 0;
  margin-top: 10px;
}

/*end req form*/
@media (max-width: 574px) {
  /* line 151, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
  .form-input-col-6.col-first {
    padding-right: 0;
  }
  /* line 154, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
  .form-input-col-6.col-second {
    padding-left: 0;
  }
}
/* Honey */
/* line 161, ../../assets/sass/theme/stylesheets/_stylerequestform.scss */
#edit-honey, #honey, .honey {
  display: none;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/**
 * Created by OBDEV-03 on 7/12/2560.
 */
/**
 * Created by OBDEV-03 on 7/12/2560.
 */
/**
 * Created by OBDEV-03 on 16/1/2561.
 */
/*Default*/
/* line 8, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-head-tab-menu {
  display: none;
}

/* line 12, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-head-yellow-style {
  height: 60px;
  /*padding-top: 8px;*/
}

/* line 17, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-logo {
  padding-top: 2px;
}
/* line 19, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-logo img {
  max-width: 140px;
  max-height: 50px;
}
/* line 23, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-logo h1 {
  margin: 0px;
}

/* line 27, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-what-where-block {
  padding-top: 8px;
}

/* line 31, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.filter-dropdown-sponsor-adsearch {
  display: none;
  border: 1px solid #cccccc;
  height: auto;
  margin-bottom: 10px;
  cursor: pointer;
}
/* line 38, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.filter-dropdown-sponsor-adsearch.open {
  display: block;
}
/* line 41, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.filter-dropdown-sponsor-adsearch i {
  color: #999999;
}
/* line 43, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.filter-dropdown-sponsor-adsearch i.filter-icon-arrow-down {
  font-size: 22px;
}

/* line 49, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.filter-dropdown {
  border: 1px solid #cccccc;
  height: 30px;
  padding: 5px 15px;
  margin-bottom: 10px;
  cursor: pointer;
}
/* line 55, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.filter-dropdown i {
  color: #999999;
}
/* line 57, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.filter-dropdown i.filter-icon-arrow-down {
  font-size: 22px;
}

/* line 62, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.filter-icon {
  font-size: 16px;
}

/* line 65, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.filter-checkbox {
  border: 1px solid #cccccc;
  padding: 5px 15px;
  margin-bottom: 15px;
  /*& h6:after {
    height: 3px;
    width: 30px;
    margin-top: 7px;
    background: $yp-light-orange-color;
    display: block;
    content: "";
  }*/
}
/* line 69, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.filter-checkbox i {
  color: #999999;
}
/* line 72, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.filter-checkbox h6 {
  margin-top: 0;
  margin-left: 7px;
  display: inline-block;
}
/* line 85, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.filter-checkbox li {
  display: inline-block;
  margin-right: 10px;
  line-height: 200%;
}
/* line 89, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.filter-checkbox li input {
  margin-top: 8px;
}
/* line 94, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.filter-checkbox .cancel-filter-checkbox p {
  margin-top: 10.5px;
}
/* line 98, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.filter-checkbox .filter-icon-exit {
  cursor: pointer;
}

/* line 103, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.txt-not-found-filter {
  margin-top: 50px;
}
/* line 105, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.txt-not-found-filter p {
  color: #1A6002;
}

/*alert result*/
/* line 112, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.alert-success {
  background: none;
  border: 0;
}

/*search listing*/
/* line 119, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-search-listing {
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  border-radius: 5px;
}
/* line 122, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-search-listing .yp-catalog-section {
  text-align: right;
  position: absolute;
  right: 0;
  padding: 15px;
  z-index: 1;
}
/* line 129, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-search-listing .yp-catalog-section .btn-yp-catalog label {
  margin-left: 5px;
  margin-bottom: 0;
  font-weight: normal;
}
/* line 137, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-search-listing .yp-listing-logo {
  text-align: center;
  padding-left: 5px;
  margin-top: 5px;
}
/* line 141, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-search-listing .yp-listing-logo img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin: auto;
}
/* line 148, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-search-listing h3 {
  max-height: 65px;
  overflow-y: hidden;
}
/* line 154, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-search-listing .yp-listing-title h3 {
  max-height: 65px;
  overflow-y: hidden;
  margin-top: 0.5em;
  margin-bottom: 0;
}
/* line 160, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-search-listing .yp-listing-title p {
  margin-bottom: 0;
}
/* line 166, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-search-listing .yp-listing-img ul {
  width: 100%;
  text-align: left;
}
/* line 169, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-search-listing .yp-listing-img ul li {
  width: 152px;
  height: 152px;
  display: inline-block;
}
/* line 173, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-search-listing .yp-listing-img ul li:not(:first-child) {
  margin: 0 10px;
}
/* line 176, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-search-listing .yp-listing-img ul li:first-child {
  margin-right: 10px;
}
/* line 179, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-search-listing .yp-listing-img ul li img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
/* line 188, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-search-listing .yp-location-map {
  text-align: right;
  position: absolute;
  right: 0;
  padding: 15px;
  z-index: 1;
}
/* line 194, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-search-listing .yp-location-map a:not(:last-child) {
  margin-right: 5px;
}
/* line 196, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-search-listing .yp-location-map a:not(:last-child) i {
  margin-top: 5px;
}
/* line 200, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-search-listing .yp-location-map img {
  max-width: 85px;
  margin-top: -15px;
}
/* line 205, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-search-listing .yp-listing-website,
.yp-search-listing .yp-listing-website:hover {
  color: #4285F4;
}
/* line 210, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-search-listing .yp-listing-footer {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 213, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-search-listing .yp-listing-footer .btn-online-catalog {
  text-align: right;
  padding-right: 5px;
}
/* line 218, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-search-listing .yp-listing-footer-section {
  margin-bottom: 15px;
}
/* line 220, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-search-listing .yp-listing-footer-section .listing-map-community {
  text-align: right;
}
/* line 222, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-search-listing .yp-listing-footer-section .listing-map-community .btn-primary-outline {
  border: 1px solid #4285F4;
  color: #4285F4;
  border-radius: 20px;
}

/*end search listing*/
/* line 235, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-listing-desc em,
.yp-search-catalog em,
.people_name em {
  font-weight: bold;
  color: #DD4B39;
}

/*search sidebar second -> ads*/
/* line 242, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.ypsearch-sidebar-block {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 245, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.ypsearch-sidebar-block .panel {
  margin-bottom: 0;
}
/* line 248, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.ypsearch-sidebar-block .panel-default {
  border: 0;
  box-shadow: none;
}
/* line 251, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.ypsearch-sidebar-block .panel-default .panel-heading {
  background-image: none;
  background-color: #FFFFFF;
  font-weight: 700;
  border: 0;
}
/* line 256, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.ypsearch-sidebar-block .panel-default .panel-heading:after {
  height: 3px;
  width: 70px;
  margin-top: 7px;
  background: #FBBC05;
  display: block;
  content: "";
}
/* line 266, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.ypsearch-sidebar-block ul {
  padding-left: 15px;
  margin-bottom: 0;
}
/* line 269, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.ypsearch-sidebar-block ul li {
  list-style: none;
}
/* line 271, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.ypsearch-sidebar-block ul li a {
  line-height: 200%;
}
/* line 276, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.ypsearch-sidebar-block img {
  display: inline-block;
  margin-right: 5px;
}

/*end search sidebar second -> ads*/
/*search catalog*/
/* line 286, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-catalog-all h2,
.yp-block-title-2 h2 {
  font-size: 1.5rem;
  background-color: #001635;
  height: 40px;
  padding: 10px;
  margin: 0px;
  color: #FFFFFF;
  font-weight: 700;
}
/* line 289, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-catalog-all .yp-catalog-content,
.yp-block-title-2 .yp-catalog-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 295, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.page-search-content .yp-search-catalog {
  margin-bottom: 80px;
}

/* line 300, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.sponsor-partner-section img {
  display: block;
  max-width: 100%;
  margin: auto;
  height: auto;
}

/* line 309, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.page-search-content .block-typ-hot-online-catalog-block {
  margin-bottom: 20px;
}
/* line 312, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.page-search-content .pr-sponsor-section {
  /*display: none;*/
}
/* line 314, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.page-search-content .pr-sponsor-section.active {
  display: block;
}
/* line 317, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.page-search-content .pr-sponsor-section.ad-zone-pr-10 {
  max-width: 800px;
  max-height: 160px;
  width: 100%;
  height: 100%;
}
/* line 322, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.page-search-content .pr-sponsor-section.ad-zone-pr-10 .pr-sponsor-banner-img {
  opacity: 0;
  height: 0;
}
/* line 325, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.page-search-content .pr-sponsor-section.ad-zone-pr-10 .pr-sponsor-banner-img.active {
  transition: opacity 2s ease-out;
  opacity: 1;
  height: auto;
}
/* line 331, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.page-search-content .pr-sponsor-section.ad-zone-pr-10 img {
  width: 100%;
  height: auto;
  margin: auto;
}
/* line 340, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.page-search-content .yp-search-filter-block {
  margin-top: 15px;
}
/* line 342, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.page-search-content .yp-search-filter-block .filter-checkbox {
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-top: 10px;
  border-radius: 5px;
}
/* line 350, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.page-search-content .yp-search-filter-block .filter-checkbox.open {
  padding: 5px 15px;
  opacity: 1;
  height: auto;
  margin: 10px 0;
}
/* line 357, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.page-search-content .yp-search-filter-block .yp-search-filter-icon-block {
  float: right;
  text-align: right;
}
/* line 360, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.page-search-content .yp-search-filter-block .yp-search-filter-icon-block .btn-filter-icon {
  color: #FFFFFF;
  cursor: pointer;
  padding: 5px 8px;
  background-color: #707070;
  border-radius: 100%;
}
/* line 366, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.page-search-content .yp-search-filter-block .yp-search-filter-icon-block .btn-filter-icon i {
  font-size: 10px;
}
/* line 369, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.page-search-content .yp-search-filter-block .yp-search-filter-icon-block .btn-filter-icon:hover {
  color: #FFDD00;
}

/* line 377, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-online-catalog {
  border: 5px solid #F7F6F2;
  padding: 15px 5px;
}
/* line 381, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-online-catalog .yp-online-catalog-img img {
  max-width: 170px;
  width: 100%;
  height: 170px;
  object-fit: contain;
  border: 1px solid #E7E7E7;
  margin: auto;
}
/* line 389, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-online-catalog .yp-online-catalog-img .yp-btn-request-rfq {
  margin-top: 5px;
  max-width: 170px;
  width: 100%;
  border-radius: 25px;
}
/* line 396, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-online-catalog .yp-online-catalog-detail {
  padding-left: 5px;
  padding-right: 0px;
}
/* line 399, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-online-catalog .yp-online-catalog-detail .yp-catalog-tradename {
  margin-top: 0;
}
/* line 402, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-online-catalog .yp-online-catalog-detail p {
  margin: 0;
}
/* line 406, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-online-catalog .yp-online-catalog-detail-btn {
  margin-top: 12px;
}
/* line 408, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-online-catalog .yp-online-catalog-detail-btn .yp-btn-request-rfq {
  width: 120px;
  margin-right: 5px;
}
/* line 412, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-online-catalog .yp-online-catalog-detail-btn .yp-btn-order {
  width: 120px;
}

/*end search catalog*/
/* line 419, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.related-catalogs {
  margin-top: 10px;
}
/* line 421, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.related-catalogs .media {
  margin-top: 5px;
  margin-bottom: 15px;
}
/* line 425, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.related-catalogs .media .media-left img {
  margin-right: 0;
  width: 100px;
}
/* line 431, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.related-catalogs .more-catalogs {
  font-style: italic;
  font-weight: 600;
}

/*all category*/
/* line 441, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.detail-category-list .panel {
  border-radius: 0px;
  padding: 0px;
}
/* line 444, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.detail-category-list .panel .panel-heading {
  font-size: 1.5rem;
  background-color: #001635;
  height: 40px;
  padding: 10px;
  margin: 0px;
  color: #FFFFFF;
  font-weight: 700;
  background-image: none;
  border-radius: 0px;
}
/* line 448, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.detail-category-list .panel .panel-heading .panel-title {
  font-size: 1.5rem;
}
/* line 451, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.detail-category-list .panel .panel-heading a {
  color: #FFFFFF;
}
/* line 456, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.detail-category-list li {
  width: 33%;
  float: left;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 2.4;
}

/*yp map*/
/* line 467, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-search-content {
  height: 1100px;
}
/* line 469, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-search-content .yp-map-search {
  height: 1020px;
}

/* line 474, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-toggle-content {
  position: absolute;
  height: auto;
  max-height: 95%;
  width: 355px;
  display: none;
}
/* line 480, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-toggle-content .toggle-main {
  height: 100%;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
}
/* line 484, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-toggle-content .toggle-main .toggle-header {
  text-align: center;
  height: 5%;
  padding: 10px;
}
/* line 488, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-toggle-content .toggle-main .toggle-header span {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 493, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-toggle-content .toggle-main .toggle-header span em {
  color: #DD4B39;
}
/* line 498, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-toggle-content .toggle-main .toggle-content {
  height: 85%;
}
/* line 500, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-toggle-content .toggle-main .toggle-content .yp-map-list:first-child {
  border-top: 1px solid #cccccc;
}
/* line 504, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-toggle-content .toggle-main .toggle-content .yp-map-list {
  padding: 1px;
  border-bottom: 1px solid #cccccc;
  margin-top: 5px;
}
/* line 508, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-toggle-content .toggle-main .toggle-content .yp-map-list .yp-map-logo {
  width: 42px;
  height: 42px;
  border: 1px solid #cccccc;
  margin: auto;
}
/* line 514, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-toggle-content .toggle-main .toggle-content .yp-map-list .yp-map-logo img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin: auto;
}
/* line 523, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-toggle-content .toggle-main .toggle-content .yp-map-details {
  padding-left: 2px;
}
/* line 525, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-toggle-content .toggle-main .toggle-content .yp-map-details .yp-map-humanname p {
  font-weight: bold;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px;
}
/* line 534, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-toggle-content .toggle-main .toggle-content .yp-map-details .yp-map-address .yp-map-address-marker img {
  cursor: pointer;
}
/* line 538, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-toggle-content .toggle-main .toggle-content .yp-map-details .yp-map-address .yp-map-address-detail {
  padding-left: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 60px;
}
/* line 545, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-toggle-content .toggle-main .toggle-content .yp-map-details .yp-map-address .yp-map-address-detail span {
  font-size: 12px;
}
/* line 551, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-toggle-content .toggle-main .toggle-pagination {
  height: 10%;
  text-align: center;
}
/* line 554, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-toggle-content .toggle-main .toggle-pagination .pagination > li > a, .yp-map-toggle-content .toggle-main .toggle-pagination .pagination > li > span {
  padding: 6px 8px;
}
/* line 560, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-toggle-content .toggle-btn {
  height: 30px;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  border-left: none;
}
/* line 565, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-toggle-content .toggle-btn span {
  font-size: 24px;
  cursor: pointer;
}

/* line 572, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-info-marker {
  max-width: 350px;
}
/* line 575, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-info-marker .yp-map-info-header .info-header-logo {
  width: 52px;
  height: 52px;
  border: 1px solid #cccccc;
  margin: auto;
}
/* line 580, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-info-marker .yp-map-info-header .info-header-logo img {
  max-width: 100%;
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin: auto;
}
/* line 588, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-info-marker .yp-map-info-header .info-header-detail {
  padding-left: 10px;
}
/* line 590, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-info-marker .yp-map-info-header .info-header-detail .info-header-humanname {
  font-weight: bold;
}
/* line 592, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-info-marker .yp-map-info-header .info-header-detail .info-header-humanname p {
  margin: 0 0 5px;
}
/* line 599, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-info-marker .yp-map-info-content ul {
  text-align: center;
  margin: 7px 0px;
}
/* line 602, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-info-marker .yp-map-info-content ul li {
  display: inline-block;
  margin: 2px;
  border: 1px solid #cccccc;
  width: 62px;
  height: 62px;
}
/* line 608, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-info-marker .yp-map-info-content ul li img {
  max-width: 100%;
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin: auto;
}
/* line 620, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-info-marker .yp-map-info-footer .yp-map-social ul {
  text-align: right;
}
/* line 622, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-info-marker .yp-map-info-footer .yp-map-social ul li {
  display: inline-block;
  margin: 2px;
}
/* line 625, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-info-marker .yp-map-info-footer .yp-map-social ul li span {
  font-size: 25px;
}
/* line 627, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-info-marker .yp-map-info-footer .yp-map-social ul li span.icon-typ-facebook-icon {
  color: #4285F4;
}
/* line 630, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-info-marker .yp-map-info-footer .yp-map-social ul li span.icon-typ-twitter-icon {
  color: #00AEEF;
}
/* line 633, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-info-marker .yp-map-info-footer .yp-map-social ul li span.icon-typ-googleplus-icon {
  color: #DD4B39;
}
/* line 637, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-info-marker .yp-map-info-footer .yp-map-social ul li span:hover {
  color: #333333;
}
/* line 642, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-map-info-marker .yp-map-info-footer .yp-map-social img {
  max-width: 100%;
  width: 76px;
}

/*emergency*/
/* line 652, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.header-emergency .panel-default > .panel-heading {
  background-color: #FFCC21;
}

/* line 656, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.em-row {
  font-weight: bold;
  background-color: #DFF0D8;
  height: 28px;
  padding: 5px;
}

/* line 663, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-table-emergency .em-cols-first {
  width: 70%;
}
/* line 666, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-table-emergency .em-cols-second {
  width: 30%;
}
/* line 669, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-table-emergency .table > tbody > tr > td {
  border-top: 0;
}
/* line 672, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-table-emergency tr {
  border-bottom: 1px solid #cccccc;
}

/*end emergency*/
/*ads AIS*/
/* line 680, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
section.block-block-content2793e330-c269-4762-ae0c-2004a0b4f874 iframe {
  width: 100%;
}

/* line 684, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.yp-sidebar-second section.block-block-content2793e330-c269-4762-ae0c-2004a0b4f874 {
  margin-left: 0;
}

/*end ads AIS*/
/*number pages*/
/* line 692, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.page-search-content .pagination > li:last-child > a, .page-search-content .pagination > li:last-child > span {
  display: none;
}

/* line 700, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
.page-search-catalog-content .pagination > li:last-child > a, .page-search-catalog-content .pagination > li:last-child > span {
  display: none;
}

/**end number pages*/
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 714, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-online-catalog .yp-online-catalog-detail-btn .yp-btn-order {
    margin-top: 5px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  /* line 726, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-logo img {
    max-width: 114px;
  }
}
@media (max-width: 768px) {
  /* line 736, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-head-tab-menu {
    display: block;
  }

  /* line 740, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-head-yellow-style {
    height: auto;
  }

  /* line 743, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .menu-top-bar-mobile {
    margin-top: 8px;
  }

  /*block search*/
  /* line 747, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-block-search {
    padding: 7px;
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: 14px;
    margin-bottom: 14px;
    display: none;
  }

  /*end block search*/
  /*btn search toggle*/
  /* line 756, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .btn-search-icon {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    display: inline-block;
    background: url("../../images/icon/icon-mobile/btn-search-yellow-m-40x40.png");
  }

  /*end btn search toggle*/
  /*tab menu*/
  /* line 766, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-head-menu {
    border-bottom: 1px solid #E7E7E7;
  }
  /* line 768, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-head-menu ul li {
    list-style: none;
    display: inline-block;
    padding: 12px;
    height: 44px;
  }
  /* line 773, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-head-menu ul li.active {
    border-bottom: 3px solid #FBBC05;
    color: #FFCC00;
    font-weight: 700;
    background-color: #001635;
  }
  /* line 778, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-head-menu ul li.active a {
    color: #FFCC00;
  }
  /* line 782, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-head-menu ul li a {
    color: #333333;
  }

  /*end tab menu*/
  /* line 789, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .detail-category-list li {
    width: 100%;
  }

  /* line 794, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-table-emergency .em-cols-first,
  .yp-table-emergency .em-cols-second {
    width: 100%;
  }
}
@media (max-width: 574px) {
  /* line 808, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .slick-ads-heading-mobile .slick-prev, .slick-ads-heading-mobile .slick-next {
    top: 45%;
  }

  /*search catalog*/
  /* line 815, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-online-catalog .yp-online-catalog-detail {
    padding-left: 0;
  }
  /* line 817, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-online-catalog .yp-online-catalog-detail .yp-catalog-tradename {
    margin-top: 10.5px;
  }
}
@media (max-width: 991px) {
  /* line 827, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-search-listing .yp-location-map {
    display: grid;
  }
  /* line 829, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-search-listing .yp-location-map img {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  /* line 838, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-search-listing h3 {
    font-size: 16px;
  }
  /* line 841, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-search-listing p {
    font-size: 12px;
  }
  /* line 845, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-search-listing .yp-listing-logo img {
    max-height: 60px;
    margin: 0;
    padding-top: 10px;
  }
  /* line 852, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-search-listing .yp-listing-img ul {
    text-align: center;
  }
  /* line 854, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-search-listing .yp-listing-img ul li {
    width: 85px;
    height: 85px;
    display: inline-block;
    margin: 3px;
  }
  /* line 859, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-search-listing .yp-listing-img ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  /* line 865, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-search-listing .yp-listing-img ul li:not(:first-child) {
    display: none;
  }
  /* line 871, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-search-listing .yp-listing-details {
    max-height: 100px;
    overflow: hidden;
  }
  /* line 876, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-search-listing .yp-listing-footer-section {
    font-size: 12px;
  }
  /* line 878, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-search-listing .yp-listing-footer-section span {
    font-size: 12px;
  }
}
@media (max-width: 574px) {
  /* line 888, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-catalog-section .btn-yp-catalog label {
    display: none;
  }
}
@media (max-width: 320px) {
  /* line 897, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-head-menu ul li {
    padding: 8px;
    height: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 908, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-search-listing .yp-listing-img ul li {
    width: 132px;
    height: 132px;
  }
  /* line 911, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-search-listing .yp-listing-img ul li:first-child {
    margin-right: 5px;
  }
  /* line 914, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-search-listing .yp-listing-img ul li:not(:first-child) {
    margin: 0 5px;
  }
  /* line 917, ../../assets/sass/theme/stylesheets/_ypsearch.scss */
  .yp-search-listing .yp-listing-img ul li img {
    width: 130px;
    height: 130px;
  }
}
/**
 * Created by OBDEV-03 on 28/12/2560.
 */
/*Count Notification*/
/* line 7, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
.li-notification i i {
  font-size: 1.4em;
}
/* line 11, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
.li-notification i span.quotation-text {
  padding-left: 3px;
}

/* line 17, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
.span-notification {
  text-align: center;
  background: #CC0000;
  color: #FFFFFF;
  font-weight: bold;
  margin-left: -10px;
  border-radius: 9px;
  position: absolute;
  font-size: 10px;
  width: 14px;
  height: 14px;
  z-index: 1;
  line-height: 1.4;
  margin-top: -3px;
}

/* line 33, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
#span-sale-notification,
#span-buy-notification,
#span-chat-notification,
#span-sale-notification,
#span-shopping-notification,
.shopping-container-notification,
.sale-container-notification {
  display: none;
}

/*Toggle*/
/* line 44, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
.shopping-container-notification,
.sale-container-notification {
  background-color: #FFFFFF;
  border: 1px solid rgba(100, 100, 100, 0.4);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  overflow: visible;
  position: absolute;
  top: 32px;
  z-index: 1000;
  display: none;
  border-radius: 5px;
  max-width: 320px;
  width: 100%;
}

/* line 59, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
.shopping-container-notification:before,
.sale-container-notification:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  color: transparent;
  border: 10px solid black;
  border-color: transparent transparent white;
  margin-top: -20px;
  margin-left: 150px;
}

/* line 73, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
.notification-title {
  width: 100%;
  z-index: 1000;
  font-weight: 700;
  padding: 8px;
  font-size: 13px;
  color: #333333;
  text-align: center;
}

/*Margin toggle*/
/* line 84, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
.shopping-container-notification {
  right: 4.7%;
}

/*Margin toggle*/
/* line 89, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
.sale-container-notification {
  right: 10.9%;
}

/* line 93, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
.notification-title {
  border-bottom: 1px solid #E7E7E7;
}

/* line 97, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
.notification-content .notification-title a {
  color: #333333;
}

/* line 101, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
.popover-title {
  text-align: center;
}

/* line 105, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
.ul-notification,
.notification-list,
.notif-details-count,
.notif-details-total {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 114, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
p.details-total {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 120, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
.ul-notification li {
  height: 65px;
  border-bottom: 1px solid #E6E7E9;
  padding: 5px;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 128, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
.ul-notification li:hover {
  background-color: #F4F4F4;
  border-bottom: 1px solid #00AEEF;
}

/* line 133, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
.notification-logo,
.notification-details {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 139, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
.notification-details p {
  font-size: 12px;
  margin: 0;
  color: #333333;
}

/* line 145, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
.notification-details div {
  color: #333333;
}

/* line 149, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
.notif-details-humanname {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

/* line 156, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
.img-logo {
  max-height: 50px;
  margin: auto;
}

/*Icon*/
/*.shopping-cart-notification {
  background-image: url("/themes/bootstrap/typ/images/icon-rfq/icon-quotation.png");
  padding-left: 20px;
  padding-top: 4px;
  padding-bottom: 3px;
  background-repeat: no-repeat;
  min-height: 20px;
}

.shopping-cart-notification:hover {
  background-image: url("/themes/bootstrap/typ/images/icon-rfq/icon-quotation-hover.png");
}*/
/*Modify pophover notif*/
/* line 176, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
.popover-content {
  padding-left: 0;
  padding-right: 0;
}

/* line 181, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
.shopping-tool {
  text-align: right;
  position: absolute;
  margin-top: 15px;
  z-index: 10;
  padding-right: 5px;
  width: auto;
  right: 0px;
}

/* line 191, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
.btn-shopping-tool-delete {
  padding: 0px;
  background-color: rgba(255, 51, 51, 0.8);
  width: 23px;
  height: 23px !important;
  border-radius: 20px !important;
  color: #FFFFFF;
}

/* line 200, ../../assets/sass/theme/stylesheets/_ypnotif.scss */
.btn-shopping-tool-delete:hover {
  color: #FFFFFF;
}

/**
 * Created by OBDEV-03 on 13/12/2560.
 */
/**
 * Created by OBDEV-03 on 16/1/2561.
 */
/*Default*/
/**
 * Created by OBDEV-02 on 4/4/2561.
 */
/* line 7, ../../assets/sass/theme/stylesheets/override/_vertical-tabs.scss */
.vertical-tabs-override.tabs-top .vertical-tabs {
  border: none;
}
/* line 9, ../../assets/sass/theme/stylesheets/override/_vertical-tabs.scss */
.vertical-tabs-override.tabs-top .vertical-tabs .nav-tabs {
  width: 100%;
  padding-bottom: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}
/* line 14, ../../assets/sass/theme/stylesheets/override/_vertical-tabs.scss */
.vertical-tabs-override.tabs-top .vertical-tabs .nav-tabs li {
  float: left;
}
/* line 17, ../../assets/sass/theme/stylesheets/override/_vertical-tabs.scss */
.vertical-tabs-override.tabs-top .vertical-tabs .nav-tabs li.active a, .vertical-tabs-override.tabs-top .vertical-tabs .nav-tabs li.active a:hover, .vertical-tabs-override.tabs-top .vertical-tabs .nav-tabs li.active a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
/* line 25, ../../assets/sass/theme/stylesheets/override/_vertical-tabs.scss */
.vertical-tabs-override.tabs-top .vertical-tabs .nav-tabs li a {
  margin-bottom: 0;
}
/* line 30, ../../assets/sass/theme/stylesheets/override/_vertical-tabs.scss */
.vertical-tabs-override.tabs-top .vertical-tabs .tab-content {
  border-top: none;
  border-radius: 0;
}

/*logo*/
/* line 9, ../../assets/sass/theme/stylesheets/_backend.scss */
.yp-logo-header-backend {
  /*margin-top: 2px;*/
}
/* line 11, ../../assets/sass/theme/stylesheets/_backend.scss */
.yp-logo-header-backend p {
  display: inline-block;
  color: #333333;
  margin-left: 5px;
}
/* line 16, ../../assets/sass/theme/stylesheets/_backend.scss */
.yp-logo-header-backend img {
  max-width: 140px;
  max-height: 50px;
}

/*menu bar*/
/* line 23, ../../assets/sass/theme/stylesheets/_backend.scss */
.yp-navbar-backend .menu.nav.navbar-nav {
  background-color: #FFDD00;
  float: right;
  /*& .menu-item.with-separator.dropdown.open .dropdown-menu li {
    height: auto;
    position: relative;
    z-index: 1;
    &:hover {
      background-color: $yp-white-color;
      border-bottom: 0;
    }
    & a {
      background-color: $yp-white-color;
      color: $yp-font-color;
      background-image: none;
      &:hover {
        background-color: $yp-yellow-color;
        color: $yp-font-color;
        background-image: none;
      }
    }
  }*/
}
/* line 26, ../../assets/sass/theme/stylesheets/_backend.scss */
.yp-navbar-backend .menu.nav.navbar-nav a {
  color: #333333;
  background-color: #FFDD00;
  padding-top: 15px;
}
/* line 31, ../../assets/sass/theme/stylesheets/_backend.scss */
.yp-navbar-backend .menu.nav.navbar-nav > li {
  height: 50px;
}
/* line 33, ../../assets/sass/theme/stylesheets/_backend.scss */
.yp-navbar-backend .menu.nav.navbar-nav > li:hover {
  background-color: #333333;
  border-bottom: 3px solid #FFCC33;
  background-image: none;
}
/* line 37, ../../assets/sass/theme/stylesheets/_backend.scss */
.yp-navbar-backend .menu.nav.navbar-nav > li:hover a {
  color: #FFCC33;
  background-color: #333333;
}
/* line 43, ../../assets/sass/theme/stylesheets/_backend.scss */
.yp-navbar-backend .menu.nav.navbar-nav > .active > a, .yp-navbar-backend .menu.nav.navbar-nav > .open > a {
  background-color: #333333;
  border-bottom: 3px solid #FFCC33;
  background-image: none;
  color: #FFCC33;
  height: 50px;
}
/* line 71, ../../assets/sass/theme/stylesheets/_backend.scss */
.yp-navbar-backend .menu.nav.navbar-nav .dropdown-menu > li {
  height: auto;
  position: relative;
  z-index: 1;
}
/* line 75, ../../assets/sass/theme/stylesheets/_backend.scss */
.yp-navbar-backend .menu.nav.navbar-nav .dropdown-menu > li > a {
  background-color: #FFFFFF;
  color: #333333;
}
/* line 78, ../../assets/sass/theme/stylesheets/_backend.scss */
.yp-navbar-backend .menu.nav.navbar-nav .dropdown-menu > li > a:hover {
  background-color: #FFDD00;
  background-image: none;
}

/* line 87, ../../assets/sass/theme/stylesheets/_backend.scss */
button.navbar-toggle {
  background-color: #000000;
  height: 40px;
  padding: 10px;
}
/* line 91, ../../assets/sass/theme/stylesheets/_backend.scss */
button.navbar-toggle .icon-bar {
  background-color: #FFCC00;
  width: 22px;
  height: 4px;
  border-radius: 1px;
  display: block;
}

/*end menu bar*/
/*navbar*/
/* line 102, ../../assets/sass/theme/stylesheets/_backend.scss */
.region-pre-content .tabs {
  margin-bottom: 10px;
}
/* line 104, ../../assets/sass/theme/stylesheets/_backend.scss */
.region-pre-content .tabs .breadcrumb {
  background-color: #FFFFFF;
}
/* line 107, ../../assets/sass/theme/stylesheets/_backend.scss */
.region-pre-content .tabs .nav.nav-tabs {
  background-color: #E6E7E9;
}
/* line 110, ../../assets/sass/theme/stylesheets/_backend.scss */
.region-pre-content .tabs .nav-tabs > li > a {
  color: #777777;
  border-radius: 0px;
}
/* line 114, ../../assets/sass/theme/stylesheets/_backend.scss */
.region-pre-content .tabs .nav-tabs > li.active > a,
.region-pre-content .tabs .nav-tabs > li.active > a:hover,
.region-pre-content .tabs .nav-tabs > li.active > a:focus {
  background-color: #000000;
  color: #FFCC00;
  border-bottom: 3px solid #FFDD00;
}
/* line 121, ../../assets/sass/theme/stylesheets/_backend.scss */
.region-pre-content .tabs .pagination-sm > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  font-size: 14px;
  color: #777777;
}
/* line 128, ../../assets/sass/theme/stylesheets/_backend.scss */
.region-pre-content .tabs .pagination > .active > a {
  background-color: #FFFFFF;
  color: #000000;
  border-bottom: 3px solid #FFDD00;
}

/*end navbar*/
/*btn*/
/* line 137, ../../assets/sass/theme/stylesheets/_backend.scss */
.right-button {
  text-align: right;
}

/* line 140, ../../assets/sass/theme/stylesheets/_backend.scss */
.btn.edit-cancel-customer,
.btn-edit-cancel {
  background-color: #FFFFFF;
  border: 1px solid #008900;
  color: #008900;
  height: 34px;
  margin: 3px;
  border-radius: 0;
}
/* line 146, ../../assets/sass/theme/stylesheets/_backend.scss */
.btn.edit-cancel-customer:hover,
.btn-edit-cancel:hover {
  background-color: #029602;
  color: #FFFFFF;
}

/* line 150, ../../assets/sass/theme/stylesheets/_backend.scss */
.center-button-margin .btn {
  margin: 0;
}

/* line 153, ../../assets/sass/theme/stylesheets/_backend.scss */
.btn-success,
.btn-danger {
  margin: 3px;
}

/*end btn*/
/*member*/
/* line 160, ../../assets/sass/theme/stylesheets/_backend.scss */
.typ-member-home {
  margin-top: 30px;
}

/* line 163, ../../assets/sass/theme/stylesheets/_backend.scss */
.block-who-is section .views-element-container .item-list li {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #333333;
}
/* line 167, ../../assets/sass/theme/stylesheets/_backend.scss */
.block-who-is section .views-element-container .item-list li:first-child {
  border-left: none;
}

/*end member*/
/* line 174, ../../assets/sass/theme/stylesheets/_backend.scss */
.container-inline-search {
  margin-top: 10px;
}

/* line 178, ../../assets/sass/theme/stylesheets/_backend.scss */
.tabbable {
  margin: 10px;
}

/* line 182, ../../assets/sass/theme/stylesheets/_backend.scss */
.center-button {
  text-align: center;
  margin-bottom: 15px;
}

/* line 188, ../../assets/sass/theme/stylesheets/_backend.scss */
#add-picture .add-picture-wrapper.panel,
#add-picture .product-detail-picture.panel {
  border: 0;
}

/*staff/typdb*/
/* line 196, ../../assets/sass/theme/stylesheets/_backend.scss */
.typ-dbms-customer-details .form-text.form-control,
.typ-dbms-customer-details #edit-datalp-file-logo-upload,
.typ-dbms-customer-details #edit-datalp-file-banner-upload {
  width: auto;
}

/*user/register*/
/* line 204, ../../assets/sass/theme/stylesheets/_backend.scss */
.field--name-field-fax label.control-label {
  width: auto;
}

/* line 207, ../../assets/sass/theme/stylesheets/_backend.scss */
#edit-field-interested--wrapper {
  width: 100%;
  border: 0;
}
/* line 210, ../../assets/sass/theme/stylesheets/_backend.scss */
#edit-field-interested--wrapper .form-required {
  width: auto;
  margin: 0;
}

/* line 216, ../../assets/sass/theme/stylesheets/_backend.scss */
.user-register-form .form-actions {
  text-align: center;
}

/* line 220, ../../assets/sass/theme/stylesheets/_backend.scss */
.container-user-form {
  max-width: 880px;
  width: 100%;
}

/* line 226, ../../assets/sass/theme/stylesheets/_backend.scss */
#editor-link-dialog-form > form > div.form-actions {
  display: none;
}

/*clone customer page*/
/* line 231, ../../assets/sass/theme/stylesheets/_backend.scss */
.clone-data-submit .btn.btn-md.btn-danger {
  height: 34px !important;
  font-size: 14px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 768px) {
  /* line 242, ../../assets/sass/theme/stylesheets/_backend.scss */
  .yp-navbar-backend .menu.nav.navbar-nav {
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/**
 * Created by OBDEV-03 on 4/6/2561.
 */
/**
 * Created by OBDEV-03 on 16/1/2561.
 */
/*Default*/
/*button*/
/* line 7, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.yp-yellow-btn-border-black {
  border: 1px solid #333333;
  color: #333333;
  background-color: #FFCC00;
  margin: 3px;
  height: 40px;
  line-height: 2;
}

/* line 14, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.yp-yellow-btn {
  background-color: #FFCC00;
  color: #333333;
  border: 1px solid #FFCC00;
  margin: 5px;
  height: 40px;
  line-height: 2;
}

/* line 20, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.yp-yellow-btn-border-black:hover,
.yp-yellow-btn:hover {
  background-color: #333333;
  border: 1px solid #333333;
  color: #FFCC00;
}

/* line 25, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.yp-black-btn {
  background-color: #333333;
  border: 1px solid #333333;
  color: #FFCC00;
  margin: 5px;
  height: 40px;
  line-height: 2;
}
/* line 30, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.yp-black-btn:hover {
  color: #FFFFFF;
}

/* line 34, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.yp-white-btn-link {
  color: #4285F4;
  border: 1px solid #4285F4;
  height: 36px;
  margin: 5px;
}
/* line 38, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.yp-white-btn-link:hover {
  background-color: #4285F4;
  color: #FFFFFF;
}

/* line 43, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.btn-link-small {
  width: 200px;
}

/* line 46, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.btn-link-medium, .block-front-recommended-article .more-link a {
  max-width: 250px;
  width: 100%;
  border-radius: 20px;
}

/* line 54, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.block-front-recommended-article .more-link a {
  background-color: #FFFFFF;
  border: 1px solid #053996;
  color: #053996;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 73, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.block-front-recommended-article .more-link a:hover {
  background-color: #0745A8;
  border: 1px solid #0745A8;
  color: #FFFFFF;
}

/* line 79, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.yp-btn-order {
  background-color: #FFCC00;
  color: #333333;
  border: 1px solid #FFCC00;
  height: 38px;
}
/* line 82, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.yp-btn-order:hover {
  background-color: #FBBC05;
}

/* line 87, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.yp-btn-request-rfq {
  background-color: #FFFFFF;
  border: 1px solid #053996;
  color: #053996;
  height: 38px;
  padding: 8px;
}
/* line 91, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.yp-btn-request-rfq:hover {
  background-color: #053996;
  border: 1px solid #053996;
  color: #FFFFFF;
}
/* line 93, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.yp-btn-request-rfq:hover .yp-btn-shopping-cart {
  background: url("../../images/icon/icon-rfq/icon-quotation.png");
}

/* line 99, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.yp-btn-bd-yellow,
.btn.yp-btn-bd-yellow {
  background-color: #FFFFFF;
  color: #333333;
  border: 1px solid #FFCC33;
  height: 34px;
}
/* line 104, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.yp-btn-bd-yellow:hover,
.btn.yp-btn-bd-yellow:hover {
  background-color: #FBBC05;
}

/* line 108, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.yp-btn-bg-yellow,
.btn.yp-btn-bg-yellow {
  background-color: #FFCC00;
  color: #333333;
  border: 1px solid #FFCC00;
  height: 34px;
}
/* line 112, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.yp-btn-bg-yellow:hover,
.btn.yp-btn-bg-yellow:hover {
  background-color: #FBBC05;
}

/* line 117, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.btn-bd-yellow, .btn.btn-bd-yellow {
  background-color: #FFFFFF;
  color: #333333;
  border: 1px solid #FFCC33;
  height: 34px;
}
/* line 121, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.btn-bd-yellow:hover, .btn.btn-bd-yellow:hover {
  background-color: #FBBC05;
}

/* line 126, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.btn-bg-yellow, .btn.btn-bg-yellow {
  background-color: #FFCC00;
  color: #333333;
  border: 1px solid #FFCC00;
  height: 34px;
}
/* line 129, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.btn-bg-yellow:hover, .btn.btn-bg-yellow:hover {
  background-color: #FBBC05;
}

/* line 134, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.btn-promotion-order {
  background-color: #E00505;
  border: 1px solid #E00505;
  color: #FFFFFF;
  height: 34px;
  border-radius: 0;
  width: 100%;
}

/* line 141, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.btn-promotion-order-hover .btn-promotion-order {
  background-color: #FFFFFF;
  border: 1px solid #E00505;
  color: #E00505;
}

/* line 146, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.btn-view-all-promotion {
  background-color: #FFFFFF;
  border: 1px solid #E00505;
  color: #E00505;
  height: 34px;
  border-radius: 0;
  max-width: 300px;
  width: 100%;
}
/* line 152, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.btn-view-all-promotion:hover {
  background-color: #E00505;
  border: 1px solid #E00505;
  color: #FFFFFF;
}

/*end button*/
/*catalog*/
/* line 159, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.yp-btn-shopping-cart {
  background: url("../../images/icon/icon-rfq/icon-quotation-btn.png");
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

/* line 168, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.catalog-view-item-subject-detail .yp-btn-request-rfq {
  /*width: 150px;*/
}
/* line 171, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.catalog-view-item-subject-detail .yp-btn-order {
  width: 150px;
}

/* line 176, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.yp-btn-request-more-detail {
  background-color: #FFFFFF;
  border: 1px solid #099E86;
  color: #099E86;
  height: 38px;
  padding: 8px;
}
/* line 180, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.yp-btn-request-more-detail:hover {
  background-color: #099E86;
  border: 1px solid #099E86;
  color: #FFFFFF;
}
/* line 184, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.yp-btn-request-more-detail:focus {
  background-color: #FFFFFF;
  border: 1px solid #099E86;
  color: #099E86;
}

/* line 191, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.yp-btn-quotation {
  background-color: #0880F7;
  color: #FFFFFF;
  width: 150px;
  font-size: 13px;
  height: 34px;
}
/* line 196, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.yp-btn-quotation:hover {
  background-color: #2294F2;
  color: #FFFFFF;
}

/*end catalog*/
/* line 202, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.yp-blue-btn {
  background-color: #053996;
  border: 1px solid #053996;
  color: #FFFFFF;
}
/* line 204, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.yp-blue-btn:hover {
  background-color: #0745A8;
  color: #FFFFFF;
}

/* line 209, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
a.btn.yp-blue-btn {
  background-color: #053996;
  border: 1px solid #053996;
  color: #FFFFFF;
  font-weight: 400;
}
/* line 212, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
a.btn.yp-blue-btn:hover {
  background-color: #0745A8;
  color: #FFFFFF;
}

/* line 217, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.btn-tag {
  height: 32px;
  margin: 4px 2px;
  background-color: #FFFFFF;
  border: 1px solid #FFCC00;
  color: #333333;
}
/* line 221, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.btn-tag:hover {
  background-color: #FFCC00;
  color: #333333;
  border: 1px solid #FFCC00;
}
/* line 224, ../../assets/sass/theme/stylesheets/_ypbtn.scss */
.btn-tag a {
  color: #333333;
}

/**
 * Created by OBDEV-03 on 7/6/2561.
 */
/* line 5, ../../assets/sass/theme/stylesheets/_promotion.scss */
.yp-promotion-list {
  display: none;
}

/* line 10, ../../assets/sass/theme/stylesheets/_promotion.scss */
.yp-promotion-grid {
  margin-top: 15px;
}
/* line 12, ../../assets/sass/theme/stylesheets/_promotion.scss */
.yp-promotion-grid ul li {
  float: left;
  display: inline-block;
  width: 15.4%;
  height: 360px;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 3px;
}
/* line 20, ../../assets/sass/theme/stylesheets/_promotion.scss */
.yp-promotion-grid ul li:hover {
  border: 1px solid #E00505;
}
/* line 23, ../../assets/sass/theme/stylesheets/_promotion.scss */
.yp-promotion-grid ul li .yp-promotion-img {
  height: 150px;
}
/* line 25, ../../assets/sass/theme/stylesheets/_promotion.scss */
.yp-promotion-grid ul li .yp-promotion-img img {
  width: 100%;
  max-width: 200px;
  margin: auto;
  height: 100%;
  max-height: 150px;
  vertical-align: middle;
  object-fit: contain;
  border: 1px solid #ccc;
}
/* line 36, ../../assets/sass/theme/stylesheets/_promotion.scss */
.yp-promotion-grid ul li .yp-promotion-tradename {
  height: 60px;
}
/* line 39, ../../assets/sass/theme/stylesheets/_promotion.scss */
.yp-promotion-grid ul li .yp-price-detail {
  height: 85px;
}
/* line 42, ../../assets/sass/theme/stylesheets/_promotion.scss */
.yp-promotion-grid ul li .yp-promotion-btn {
  margin-top: 10px;
}

/* line 48, ../../assets/sass/theme/stylesheets/_promotion.scss */
.yp-promotion-humanname {
  color: #333333;
}
/* line 50, ../../assets/sass/theme/stylesheets/_promotion.scss */
.yp-promotion-humanname:hover {
  color: #333333;
}

/* line 54, ../../assets/sass/theme/stylesheets/_promotion.scss */
.discount-ribbon {
  background-color: #E00505;
  border: 1px solid #E00505;
  color: #FFFFFF;
  font-size: 12px;
  padding: 1px 4px;
}

/* line 62, ../../assets/sass/theme/stylesheets/_promotion.scss */
.yp-price-detail .sale-price {
  color: #E00505;
}
/* line 65, ../../assets/sass/theme/stylesheets/_promotion.scss */
.yp-price-detail .full-price {
  font-size: 13px;
  color: #999999;
  text-decoration: line-through;
}

/* line 71, ../../assets/sass/theme/stylesheets/_promotion.scss */
.btn-view-all-promotion {
  margin-top: 35px;
}

/* line 75, ../../assets/sass/theme/stylesheets/_promotion.scss */
.yp-promotion-list {
  margin-top: 15px;
}
/* line 77, ../../assets/sass/theme/stylesheets/_promotion.scss */
.yp-promotion-list ul li {
  list-style: none;
  border: 1px solid #D6D6D6;
  padding: 8px;
  height: 140px;
}
/* line 82, ../../assets/sass/theme/stylesheets/_promotion.scss */
.yp-promotion-list ul li .yp-promotion-img {
  height: 120px;
}
/* line 84, ../../assets/sass/theme/stylesheets/_promotion.scss */
.yp-promotion-list ul li .yp-promotion-img img {
  width: 100%;
  max-width: 120px;
  margin: auto;
  height: 100%;
  max-height: 120px;
  object-fit: contain;
  border: 1px solid #ccc;
}
/* line 94, ../../assets/sass/theme/stylesheets/_promotion.scss */
.yp-promotion-list ul li:hover {
  border: 1px solid #E00505;
}

/* line 102, ../../assets/sass/theme/stylesheets/_promotion.scss */
.yp-sidebar-second .block-typ-promotion-block .yp-promotion-grid {
  display: none;
}
/* line 105, ../../assets/sass/theme/stylesheets/_promotion.scss */
.yp-sidebar-second .block-typ-promotion-block .yp-promotion-list {
  display: block;
}

/* line 112, ../../assets/sass/theme/stylesheets/_promotion.scss */
.region-pre-content .block-typ-promotion-block {
  display: none;
}

/* line 117, ../../assets/sass/theme/stylesheets/_promotion.scss */
.yp-promotion-list .btn-promotion-order {
  display: none;
}

@media (max-width: 768px) {
  /* line 126, ../../assets/sass/theme/stylesheets/_promotion.scss */
  .yp-promotion-grid ul li {
    width: 22.4%;
  }
}
@media (max-width: 574px) {
  /* line 137, ../../assets/sass/theme/stylesheets/_promotion.scss */
  .yp-promotion-grid,
  .yp-promotion-list .btn-promotion-order {
    display: none;
  }

  /* line 141, ../../assets/sass/theme/stylesheets/_promotion.scss */
  .yp-promotion-list {
    display: block;
  }

  /* line 146, ../../assets/sass/theme/stylesheets/_promotion.scss */
  .region-pre-content .block-typ-promotion-block {
    display: block;
  }
  /* line 149, ../../assets/sass/theme/stylesheets/_promotion.scss */
  .region-pre-content .block-typ-promotion-block .yp-promotion-list li {
    display: none;
  }
  /* line 151, ../../assets/sass/theme/stylesheets/_promotion.scss */
  .region-pre-content .block-typ-promotion-block .yp-promotion-list li:first-child {
    display: block;
  }

  /* line 160, ../../assets/sass/theme/stylesheets/_promotion.scss */
  .yp-sidebar-second .block-typ-promotion-block {
    display: none;
    /*& .yp-promotion-list {
      & li {
        display: none;
        &:first-child {
          display: block;
        }
      }
    }*/
  }
}
@media (max-width: 414px) {
  /* line 178, ../../assets/sass/theme/stylesheets/_promotion.scss */
  .yp-promotion-list-item-img {
    padding-left: 1px;
  }

  /* line 181, ../../assets/sass/theme/stylesheets/_promotion.scss */
  .yp-promotion-list-item-detail {
    padding: 0;
  }
}
/**
 * Created by OBDEV-03 on 14/6/2561.
 */
/* line 4, ../../assets/sass/theme/stylesheets/_errorpage.scss */
.line-yellow {
  position: relative;
}
/* line 6, ../../assets/sass/theme/stylesheets/_errorpage.scss */
.line-yellow:after {
  height: 3px;
  width: 50px;
  margin-top: 7px;
  background: #FBBC05;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/*search not found*/
/* line 21, ../../assets/sass/theme/stylesheets/_errorpage.scss */
.alert-search-not-found .txt-cannot-find-word {
  color: #666666;
}
/* line 23, ../../assets/sass/theme/stylesheets/_errorpage.scss */
.alert-search-not-found .txt-cannot-find-word em {
  color: #DD4B39;
}
/* line 27, ../../assets/sass/theme/stylesheets/_errorpage.scss */
.alert-search-not-found .txt-want-to-search {
  font-size: 30px;
  color: #333333;
}
/* line 30, ../../assets/sass/theme/stylesheets/_errorpage.scss */
.alert-search-not-found .txt-want-to-search em a {
  color: #053996;
}
/* line 34, ../../assets/sass/theme/stylesheets/_errorpage.scss */
.alert-search-not-found img {
  margin: auto;
  max-width: 350px;
  width: 100%;
  max-height: 271px;
  height: 100%;
  margin-top: 40px;
}

/*page not found and server error*/
/* line 45, ../../assets/sass/theme/stylesheets/_errorpage.scss */
.alert-page-not-found,
.alert-internal-server-error {
  color: #666666;
}
/* line 48, ../../assets/sass/theme/stylesheets/_errorpage.scss */
.alert-page-not-found img,
.alert-internal-server-error img {
  margin: auto;
  max-width: 550px;
  width: 100%;
  max-height: 286px;
  height: 100%;
}

/* line 57, ../../assets/sass/theme/stylesheets/_errorpage.scss */
.txt-cannot-find-page,
.txt-internal-server-error {
  color: #B3B3B3;
}
/* line 60, ../../assets/sass/theme/stylesheets/_errorpage.scss */
.txt-cannot-find-page p,
.txt-internal-server-error p {
  font-size: 14px;
  line-height: 14px;
}
/* line 65, ../../assets/sass/theme/stylesheets/_errorpage.scss */
.txt-cannot-find-page .alert-txt-to-home a,
.txt-internal-server-error .alert-txt-to-home a {
  color: #333333;
}
/* line 67, ../../assets/sass/theme/stylesheets/_errorpage.scss */
.txt-cannot-find-page .alert-txt-to-home a:hover,
.txt-internal-server-error .alert-txt-to-home a:hover {
  color: #B3B3B3;
}

/*access denied*/
/* line 75, ../../assets/sass/theme/stylesheets/_errorpage.scss */
.alert-access-denied {
  color: #666666;
}
/* line 77, ../../assets/sass/theme/stylesheets/_errorpage.scss */
.alert-access-denied img {
  margin: auto;
  max-height: 200px;
}
/* line 81, ../../assets/sass/theme/stylesheets/_errorpage.scss */
.alert-access-denied .js-form-wrapper {
  border-radius: 25px;
  box-shadow: 3px 3px 3px rgba(32, 33, 36, 0.3);
}
/* line 85, ../../assets/sass/theme/stylesheets/_errorpage.scss */
.alert-access-denied .js-form-wrapper .form-group .form-control {
  border-radius: 10px;
}
/* line 90, ../../assets/sass/theme/stylesheets/_errorpage.scss */
.alert-access-denied .js-form-wrapper .center-button .btn {
  border-radius: 25px;
  margin: 5px;
}

/* line 99, ../../assets/sass/theme/stylesheets/_errorpage.scss */
.alert-page-not-found,
.alert-access-denied {
  margin-bottom: 15px;
}

@media (min-width: 1400px) {
  /* line 106, ../../assets/sass/theme/stylesheets/_errorpage.scss */
  .alert-page-not-found,
  .alert-access-denied {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
/**
 * Created by OBDEV-03 on 16/1/2561.
 */
/*Default*/
/* line 7, ../../assets/sass/theme/stylesheets/_article.scss */
.add-font-awesome, .yp-article-full-content article .field--name-field-tag .field--item:before, .yp-article-full-content article .author:before, .yp-article-full-content article .author span:nth-child(2):before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* Override breadcrumb */
/* line 20, ../../assets/sass/theme/stylesheets/_article.scss */
.breadcrumb-article {
  background-color: transparent;
}
/* line 22, ../../assets/sass/theme/stylesheets/_article.scss */
.breadcrumb-article > li + li:before, .breadcrumb-article > .active {
  color: #333333;
}

/* line 29, ../../assets/sass/theme/stylesheets/_article.scss */
.yp-article .page-header {
  font-size: 24px;
  padding-bottom: 0px;
  margin: 20px 0 10px;
  border-bottom: 0px;
}
/* line 34, ../../assets/sass/theme/stylesheets/_article.scss */
.yp-article .page-header:after {
  height: 3px;
  width: 50px;
  margin-top: 7px;
  display: block;
  content: "";
  background-color: #FBBC05;
}
/* line 45, ../../assets/sass/theme/stylesheets/_article.scss */
.yp-article .pagination > li > a, .yp-article .pagination > li > span {
  color: #333333;
  background-color: #F1F1F1;
  height: 36px;
}
/* line 52, ../../assets/sass/theme/stylesheets/_article.scss */
.yp-article .pagination > li > a:hover, .yp-article .pagination > li > a:focus, .yp-article .pagination > .active > a, .yp-article .pagination > .active > a:hover, .yp-article .pagination > .active > a:focus {
  background-color: #FFCC00;
  border: 1px solid #FFCC00;
  color: #333333;
}
/* line 62, ../../assets/sass/theme/stylesheets/_article.scss */
.yp-article .feed-icon {
  display: none;
}

/*.block-blog-term {
  & .block-recommended-article {
    & .item-grid {
      width: 100%;
    }
  }
}*/
/* line 75, ../../assets/sass/theme/stylesheets/_article.scss */
.block-recommended-article {
  margin-top: 20px;
}
/* line 77, ../../assets/sass/theme/stylesheets/_article.scss */
.block-recommended-article .item-grid {
  display: inline-block;
  min-height: 400px;
  height: auto;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
/* line 87, ../../assets/sass/theme/stylesheets/_article.scss */
.block-recommended-article .item-grid .article-img img {
  max-width: 370px;
  width: 100%;
  max-height: 215px;
  height: 100%;
  margin: auto;
}
/* line 96, ../../assets/sass/theme/stylesheets/_article.scss */
.block-recommended-article .item-grid .article-title a {
  color: #333333;
}
/* line 98, ../../assets/sass/theme/stylesheets/_article.scss */
.block-recommended-article .item-grid .article-title a:hover {
  color: #0745A8;
}
/* line 104, ../../assets/sass/theme/stylesheets/_article.scss */
.block-recommended-article .item-grid .tag-article span {
  color: #666666;
  forn-size: 12px;
}
/* line 108, ../../assets/sass/theme/stylesheets/_article.scss */
.block-recommended-article .item-grid .tag-article a {
  margin-left: 5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
/* line 115, ../../assets/sass/theme/stylesheets/_article.scss */
.block-recommended-article .tag-article {
  margin-top: 5px;
}

/* line 120, ../../assets/sass/theme/stylesheets/_article.scss */
.block-lastest-article {
  margin-top: 30px;
}
/* line 122, ../../assets/sass/theme/stylesheets/_article.scss */
.block-lastest-article ul {
  padding: 0;
}
/* line 124, ../../assets/sass/theme/stylesheets/_article.scss */
.block-lastest-article ul li {
  display: inline-block;
  height: 120px;
  border-bottom: 1px solid #E6E7E9;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}
/* line 131, ../../assets/sass/theme/stylesheets/_article.scss */
.block-lastest-article ul li .article-img {
  height: 65px;
}
/* line 133, ../../assets/sass/theme/stylesheets/_article.scss */
.block-lastest-article ul li .article-img img {
  max-width: 110px;
  width: 100%;
  max-height: 65px;
  height: 100%;
  margin: auto;
  object-fit: contain;
}
/* line 142, ../../assets/sass/theme/stylesheets/_article.scss */
.block-lastest-article ul li .article-detail {
  padding-left: 15px;
  padding-right: 0;
}
/* line 146, ../../assets/sass/theme/stylesheets/_article.scss */
.block-lastest-article ul li .article-title {
  height: 100px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* line 154, ../../assets/sass/theme/stylesheets/_article.scss */
.block-lastest-article ul li .article-title a {
  color: #333333;
}
/* line 156, ../../assets/sass/theme/stylesheets/_article.scss */
.block-lastest-article ul li .article-title a:hover {
  color: #0745A8;
}

/* line 165, ../../assets/sass/theme/stylesheets/_article.scss */
.add-video {
  text-align: center;
  position: relative;
}
/* line 168, ../../assets/sass/theme/stylesheets/_article.scss */
.add-video i {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 5em;
  color: #4982C2;
  background-color: #FFFFFF;
  border-radius: 50%;
  opacity: 0.9;
}
/* line 178, ../../assets/sass/theme/stylesheets/_article.scss */
.add-video i.thumbnail-video {
  font-size: 2em;
}

/* line 184, ../../assets/sass/theme/stylesheets/_article.scss */
.block-tags-article ul {
  padding: 0;
}
/* line 186, ../../assets/sass/theme/stylesheets/_article.scss */
.block-tags-article ul li {
  display: inline-block;
}
/* line 188, ../../assets/sass/theme/stylesheets/_article.scss */
.block-tags-article ul li a {
  margin: 4px 8px;
}

/* line 197, ../../assets/sass/theme/stylesheets/_article.scss */
.block-tagclouds .tagclouds-term a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 32px;
  margin: 4px 4px;
  background-color: #FFFFFF;
  border: 1px solid #FFCC00;
  color: #333333;
}
/* line 221, ../../assets/sass/theme/stylesheets/_article.scss */
.block-tagclouds .tagclouds-term a:hover {
  background-color: #FFCC00;
  border: 1px solid #FFCC00;
}
/* line 227, ../../assets/sass/theme/stylesheets/_article.scss */
.block-tagclouds .block-title {
  margin-bottom: 30px;
}

/* line 233, ../../assets/sass/theme/stylesheets/_article.scss */
.yp-article-full-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 238, ../../assets/sass/theme/stylesheets/_article.scss */
.yp-article-full-content .page-header {
  font-size: 24px;
  padding-bottom: 0px;
  margin: 20px 0 10px;
  border-bottom: 0px;
}
/* line 243, ../../assets/sass/theme/stylesheets/_article.scss */
.yp-article-full-content .page-header span {
  font-size: 22px;
}
/* line 248, ../../assets/sass/theme/stylesheets/_article.scss */
.yp-article-full-content article .field--name-user-picture, .yp-article-full-content article .field--label {
  display: none;
}
/* line 252, ../../assets/sass/theme/stylesheets/_article.scss */
.yp-article-full-content article .field--name-field-image {
  margin-top: 10px;
}
/* line 254, ../../assets/sass/theme/stylesheets/_article.scss */
.yp-article-full-content article .field--name-field-image img {
  max-width: 780px;
  width: 100%;
  max-height: 450px;
  height: 100%;
  margin: auto;
}
/* line 262, ../../assets/sass/theme/stylesheets/_article.scss */
.yp-article-full-content article .field--name-field-tag {
  margin-top: 10px;
}
/* line 265, ../../assets/sass/theme/stylesheets/_article.scss */
.yp-article-full-content article .field--name-field-tag .field--item:before {
  content: "\f02b";
  margin-right: 5px;
}
/* line 270, ../../assets/sass/theme/stylesheets/_article.scss */
.yp-article-full-content article .field--name-field-tag .field--item a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
/* line 276, ../../assets/sass/theme/stylesheets/_article.scss */
.yp-article-full-content article .field--name-body {
  margin-top: 10px;
}
/* line 280, ../../assets/sass/theme/stylesheets/_article.scss */
.yp-article-full-content article .author:before {
  content: "\f303";
  margin-right: 5px;
}
/* line 287, ../../assets/sass/theme/stylesheets/_article.scss */
.yp-article-full-content article .author span:nth-child(2):before {
  content: "\f073";
  margin-right: 5px;
}

/* line 298, ../../assets/sass/theme/stylesheets/_article.scss */
.article-authority {
  font-size: 13px;
  margin-bottom: 10.5px;
  color: #777777;
}
/* line 302, ../../assets/sass/theme/stylesheets/_article.scss */
.article-authority i {
  color: #777777;
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px;
}

/*social btn*/
/* line 311, ../../assets/sass/theme/stylesheets/_article.scss */
.profile-social-share {
  margin-top: 25px;
}
/* line 313, ../../assets/sass/theme/stylesheets/_article.scss */
.profile-social-share li {
  display: inline-block;
  padding: 2.5px 0;
  margin: 0 0 20px 5px;
}
/* line 317, ../../assets/sass/theme/stylesheets/_article.scss */
.profile-social-share li .btn-social {
  height: 28px;
  width: 70px;
  padding-left: 31px;
  border: none;
}
/* line 322, ../../assets/sass/theme/stylesheets/_article.scss */
.profile-social-share li .btn-social > :first-child {
  line-height: 25px;
  font-size: 1em;
  width: 20px;
  border: none;
  color: #FFFFFF;
  top: 2px;
  margin-left: 6px;
}
/* line 331, ../../assets/sass/theme/stylesheets/_article.scss */
.profile-social-share li .btn-social > span {
  position: absolute;
  font-size: 11px;
  top: 6px;
}

/*social btn*/
/* line 341, ../../assets/sass/theme/stylesheets/_article.scss */
.profile-social-share-top {
  margin-top: 25px;
}
/* line 343, ../../assets/sass/theme/stylesheets/_article.scss */
.profile-social-share-top li {
  display: inline-block;
  padding: 2.5px 0;
  margin-left: 5px;
}
/* line 347, ../../assets/sass/theme/stylesheets/_article.scss */
.profile-social-share-top li .btn-social {
  height: 28px;
  width: 70px;
  padding-left: 31px;
  border: none;
}
/* line 352, ../../assets/sass/theme/stylesheets/_article.scss */
.profile-social-share-top li .btn-social > :first-child {
  line-height: 25px;
  font-size: 1em;
  width: 20px;
  border: none;
  color: #FFFFFF;
  top: 2px;
  margin-left: 8px;
}
/* line 361, ../../assets/sass/theme/stylesheets/_article.scss */
.profile-social-share-top li .btn-social > span {
  position: absolute;
  font-size: 11px;
  top: 5px;
}

@media (max-width: 574px) {
  /* line 373, ../../assets/sass/theme/stylesheets/_article.scss */
  .padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 379, ../../assets/sass/theme/stylesheets/_article.scss */
  .block-recommended-article .item-list {
    padding: 0;
  }
  /* line 381, ../../assets/sass/theme/stylesheets/_article.scss */
  .block-recommended-article .item-list ul li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* line 389, ../../assets/sass/theme/stylesheets/_article.scss */
  .add-video i {
    font-size: 2em;
  }
}
/* line 1, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.main-sidebar {
  background-color: #222d32;
  position: absolute;
  /*top: 0;*/
  left: 0;
  /*padding-top: 50px;*/
  min-height: 100%;
  width: 250px;
  z-index: 1;
  -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

/* line 16, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar {
  padding-bottom: 10px;
}

/* line 19, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 23, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-menu a {
  color: #b8c7ce;
}
/* line 26, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}
/* line 30, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block;
  border-left: 3px solid transparent;
  position: relative;
}
/* line 35, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-menu > li > a > .fa {
  width: 20px;
}
/* line 38, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-menu > li > a > .fa-angle-left, .sidebar-menu > li > a > .pull-right-container > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  -webkit-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}
/* line 48, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-menu > li > a > .fa-angle-left {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}
/* line 54, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-menu > li > a > .pull-right-container {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
/* line 61, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-menu > li:hover > a, .sidebar-menu > li.active > a, .sidebar-menu > li.menu-open > a {
  color: #fff;
  background: #1e282c;
}
/* line 67, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #2c3b41;
  display: none;
  list-style: none;
  padding: 0;
  padding-left: 5px;
}
/* line 74, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-menu > li > .treeview-menu > li > a {
  color: #8aa4af;
  padding: 5px 5px 5px 20px;
  display: block;
  font-size: 14px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 84, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-menu > li > .treeview-menu > li.active > a, .sidebar-menu > li > .treeview-menu > li > a:hover {
  color: #fff;
}
/* line 91, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-menu .menu-open > a > .fa-angle-left, .sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 99, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-menu .active > .treeview-menu {
  display: block;
}

/* line 104, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-static-top {
  -webkit-transition: margin-left .3s ease-in-out;
  -o-transition: margin-left .3s ease-in-out;
  transition: margin-left .3s ease-in-out;
  margin-bottom: 0;
  margin-left: 230px;
  border: none;
  min-height: 50px;
  border-radius: 0;
}

/*!
 *   AdminLTE v2.4.5
 *   Author: Almsaeed Studio
 *   Website: Almsaeed Studio <https://adminlte.io>
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
 */
/* line 124, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.wrapper {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 131, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}

/* line 137, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.wrapper:after {
  clear: both;
}

/* line 141, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.layout-boxed .wrapper {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative;
}

/* line 149, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.layout-boxed {
  background-color: #f9fafc;
}

/* line 153, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.content-wrapper {
  -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
  transition: transform .3s ease-in-out, margin .3s ease-in-out;
  margin-left: 250px;
  margin-bottom: 100px;
}

/* line 162, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.layout-top-nav .content-wrapper,
.layout-top-nav .main-footer {
  margin-left: 0;
}

/* line 167, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.block-who-is {
  margin-left: 250px;
}

@media (max-width: 767px) {
  /* line 172, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .content-wrapper,
  .block-who-is {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 179, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .sidebar-collapse .content-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 187, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .sidebar-open .content-wrapper, .sidebar-open .block-who-is {
    -webkit-transform: translate(250px, 0);
    -ms-transform: translate(250px, 0);
    -o-transform: translate(250px, 0);
    transform: translate(250px, 0);
  }
}
/*.content-wrapper {
  min-height: 100%;
  background-color: #F1F1F1;
  z-index: 800
}*/
/* line 204, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
  position: fixed;
}

/* line 210, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.fixed .main-header {
  top: 0;
  right: 0;
  left: 0;
}

/* line 216, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.fixed .content-wrapper,
.fixed .right-side {
  padding-top: 50px;
}

@media (max-width: 767px) {
  /* line 222, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 100px;
  }
}
/* line 228, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.fixed.layout-boxed .wrapper {
  max-width: 100%;
}

/* line 232, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.fixed .wrapper {
  overflow: hidden;
}

/* line 236, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.hold-transition .content-wrapper,
.hold-transition .right-side,
.hold-transition .main-footer,
.hold-transition .main-sidebar,
.hold-transition .left-side,
.hold-transition .main-header .navbar,
.hold-transition .main-header .logo,
.hold-transition .menu-open .fa-angle-left {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/*.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px
}

.page-header>small {
  color: #666;
  display: block;
  margin-top: 5px
}*/
/*.main-header {
  position: relative;
  max-height: 100px;
  z-index: 1030
}*/
/* line 266, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.main-header .navbar {
  -webkit-transition: margin-left .3s ease-in-out;
  -o-transition: margin-left .3s ease-in-out;
  transition: margin-left .3s ease-in-out;
  margin-bottom: 0;
  margin-left: 230px;
  border: none;
  min-height: 50px;
  border-radius: 0;
}

/* line 277, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.layout-top-nav .main-header .navbar {
  margin-left: 0;
}

/*.main-header #navbar-search-input.form-control {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent
}

.main-header #navbar-search-input.form-control:focus,
.main-header #navbar-search-input.form-control:active {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9)
}

.main-header #navbar-search-input.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1
}

.main-header #navbar-search-input.form-control:-ms-input-placeholder {
  color: #ccc
}

.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
  color: #ccc
}*/
/* line 305, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.main-header .navbar-custom-menu,
.main-header .navbar-right {
  float: right;
}

@media (max-width: 991px) {
  /* line 311, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .main-header .navbar-custom-menu a,
  .main-header .navbar-right a {
    color: inherit;
    background: transparent;
  }
}
@media (max-width: 767px) {
  /* line 319, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .main-header .navbar-right {
    float: none;
  }

  /* line 322, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px;
  }

  /* line 325, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .main-header .navbar-right > li {
    color: inherit;
    border: 0;
  }
}
/* line 331, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.main-header .sidebar-toggle-icon {
  float: left;
  color: #fff;
  background-color: #222d32;
  background-image: none;
  padding: 15px 15px;
  margin-left: 5px;
}

/* line 340, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.main-header .sidebar-toggle:before {
  content: "";
}

/* line 344, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.main-header .sidebar-toggle:hover {
  color: #fff;
}

/* line 348, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
  background: #222d32;
}

/* line 353, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.main-header .sidebar-toggle .icon-bar {
  display: none;
}

/* line 357, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
  margin-right: 5px;
}

/* line 363, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.main-header .navbar .nav > li > a > .label {
  position: absolute;
  top: 9px;
  right: 7px;
  text-align: center;
  font-size: 9px;
  padding: 2px 3px;
  line-height: 0.9;
}

/* line 373, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.main-header .logo {
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  display: block;
  float: left;
  height: 55px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 230px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 15px;
  font-weight: 300;
  overflow: hidden;
}

/* line 390, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.main-header .logo .logo-lg {
  display: block;
}

/* line 394, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.main-header .logo .logo-mini {
  display: none;
}

/* line 398, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.main-header .navbar-brand {
  color: #fff;
}

/*.content-header {
  position: relative;
  padding: 15px 15px 0 15px
}

.content-header>h1 {
  margin: 0;
  font-size: 24px
}

.content-header>h1>small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300
}

.content-header>.breadcrumb {
  float: right;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  border-radius: 2px
}

.content-header>.breadcrumb>li>a {
  color: #444;
  text-decoration: none;
  display: inline-block
}

.content-header>.breadcrumb>li>a>.fa,
.content-header>.breadcrumb>li>a>.glyphicon,
.content-header>.breadcrumb>li>a>.ion {
  margin-right: 5px
}

.content-header>.breadcrumb>li+li:before {
  content: '>\00a0'
}*/
@media (max-width: 991px) {
  /* line 449, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #d2d6de;
    padding-left: 10px;
  }

  /* line 458, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .content-header > .breadcrumb li:before {
    color: #97a0b3;
  }
}
/* line 463, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-toggle {
  color: #fff;
  border: 0;
  margin: 0;
  padding: 15px 15px;
}

@media (max-width: 991px) {
  /* line 471, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .navbar-custom-menu .navbar-nav > li {
    float: left;
  }

  /* line 474, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left;
  }

  /* line 478, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .navbar-custom-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  /* line 486, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .main-header {
    position: relative;
  }

  /* line 489, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .main-header .logo,
  .main-header .navbar {
    width: 100%;
    float: none;
  }

  /* line 494, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .main-header .navbar {
    margin: 0;
  }

  /* line 497, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .main-header .navbar-custom-menu {
    float: right;
  }
}
@media (max-width: 991px) {
  /* line 503, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .navbar-collapse.pull-left {
    float: none !important;
  }

  /* line 506, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .navbar-collapse.pull-left + .navbar-custom-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
  }
}
@media (max-width: 767px) {
  /*.main-sidebar {
    padding-top: 100px
  }*/
}
@media (max-width: 767px) {
  /* line 522, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .main-sidebar {
    -webkit-transform: translate(-250px, 0);
    -ms-transform: translate(-250px, 0);
    -o-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
  }
}
@media (min-width: 768px) {
  /* line 531, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .sidebar-collapse .main-sidebar {
    -webkit-transform: translate(-250px, 0);
    -ms-transform: translate(-250px, 0);
    -o-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
  }
}
@media (max-width: 767px) {
  /* line 540, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .sidebar-open .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* line 548, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-form input:focus {
  border-color: transparent;
}

/*.user-panel {
  position: relative;
  width: 100%;
  padding: 10px;
  overflow: hidden
}

.user-panel:before,
.user-panel:after {
  content: " ";
  display: table
}

.user-panel:after {
  clear: both
}

.user-panel>.image>img {
  width: 100%;
  max-width: 45px;
  height: auto
}

.user-panel>.info {
  padding: 5px 5px 5px 15px;
  line-height: 1;
  position: absolute;
  left: 55px
}

.user-panel>.info>p {
  font-weight: 600;
  margin-bottom: 9px
}

.user-panel>.info>a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px
}

.user-panel>.info>a>.fa,
.user-panel>.info>a>.ion,
.user-panel>.info>a>.glyphicon {
  margin-right: 3px
}*/
/* line 600, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-right: 5px;
}

/* line 605, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-menu > li .badge {
  margin-top: 3px;
}

/* line 609, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-menu li.header {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
}

@media (min-width: 768px) {
  /* line 617, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .block-who-is {
    margin-left: 50px !important;
    z-index: 840;
  }
  /* line 623, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .sidebar-mini.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 50px !important;
    z-index: 850;
  }
  /* line 631, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .sidebar-mini.sidebar-collapse .sidebar-menu > li {
    position: relative;
  }
  /* line 633, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
    margin-right: 0;
  }
  /* line 635, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    border-top-right-radius: 4px;
  }
  /* line 639, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
    border-bottom-right-radius: 4px;
  }
  /* line 642, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 4px;
  }

  /*.sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side,
  .sidebar-mini.sidebar-collapse .main-footer,
  .sidebar-mini.sidebar-collapse .block-who-is {

  }
  .sidebar-mini.sidebar-collapse .main-sidebar {

  }
  .sidebar-mini.sidebar-collapse .sidebar-menu>li {

  }
  .sidebar-mini.sidebar-collapse .sidebar-menu>li>a {

  }
  .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span {

  }
  .sidebar-mini.sidebar-collapse .sidebar-menu>li:not(.treeview)>a>span {

  }
  .sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu {

  }*/
  /* line 675, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info, .sidebar-mini.sidebar-collapse sidebar-form, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span, .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right, .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display: none !important;
    -webkit-transform: translateZ(0);
  }
  /* line 684, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 50px;
  }
  /* line 686, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
  }
  /* line 692, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
    display: none;
  }
  /* line 696, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .sidebar-mini.sidebar-collapse .navbar-static-top {
    margin-left: 65px;
  }

  /*.sidebar-mini.sidebar-collapse .main-sidebar .user-panel>.info,
  .sidebar-mini.sidebar-collapse .sidebar-form,
  .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span,
  .sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>.pull-right,
  .sidebar-mini.sidebar-collapse .sidebar-menu li.header {

  }
  .sidebar-mini.sidebar-collapse .main-header .logo {

  }
  .sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {

  }
  .sidebar-mini.sidebar-collapse .main-header .logo>.logo-lg {

  }
  .sidebar-mini.sidebar-collapse .navbar-static-top {

  }*/
}
/* line 723, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  display: block !important;
  position: absolute;
  width: 250px;
  left: 50px;
}
/* line 730, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
  top: 0;
  margin-left: -3px;
  padding: 12px 5px 12px 20px;
  background-color: inherit;
}
/* line 736, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
  position: relative !important;
  float: right;
  width: auto !important;
  left: 250px !important;
  top: -25px !important;
  z-index: 900;
}
/* line 743, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
  display: none;
}
/* line 747, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  top: 44px;
  margin-left: 0;
}

/*.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right),
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {

}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span {

}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container {

}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container>.label:not(:first-of-type) {

}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {

}*/
/* line 773, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-expanded-on-hover .content-wrapper {
  margin-left: 50px;
}

/* line 777, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-expanded-on-hover .main-sidebar {
  box-shadow: 3px 0 8px rgba(0, 0, 0, 0.125);
}

/* line 781, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
  white-space: nowrap;
  overflow: hidden;
}

/* line 788, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-menu:hover {
  overflow: visible;
}

/* line 792, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-form,
.sidebar-menu > li.header {
  overflow: hidden;
  text-overflow: clip;
}

/* line 798, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-menu li > a {
  position: relative;
}

/* line 802, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.sidebar-menu li > a > .pull-right-container {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}

/* line 809, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.control-sidebar-bg {
  position: fixed;
  z-index: 1000;
  bottom: 0;
}

/* line 815, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.control-sidebar-bg,
.control-sidebar {
  top: 0;
  right: -230px;
  width: 230px;
  -webkit-transition: right .3s ease-in-out;
  -o-transition: right .3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

/* line 825, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.control-sidebar {
  position: absolute;
  padding-top: 50px;
  z-index: 1010;
}

@media (max-width: 767px) {
  /* line 832, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .control-sidebar {
    padding-top: 100px;
  }
}
/* line 837, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.control-sidebar > .tab-content {
  padding: 10px 15px;
}

/* line 841, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open + .control-sidebar-bg {
  right: 0;
}

/* line 846, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
  right: 0;
}

@media (min-width: 768px) {
  /* line 852, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .control-sidebar-open .content-wrapper,
  .control-sidebar-open .right-side {
    margin-right: 250px;
  }
}
/* line 858, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.fixed .control-sidebar {
  position: fixed;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 50px;
}

/* line 865, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.nav-tabs.control-sidebar-tabs > li:first-of-type > a,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
  border-left-width: 0;
}

/* line 871, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.nav-tabs.control-sidebar-tabs > li > a {
  border-radius: 0;
}

/* line 875, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.nav-tabs.control-sidebar-tabs > li > a,
.nav-tabs.control-sidebar-tabs > li > a:hover {
  border-top: none;
  border-right: none;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

/* line 883, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.nav-tabs.control-sidebar-tabs > li > a .icon {
  font-size: 16px;
}

/* line 887, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.nav-tabs.control-sidebar-tabs > li.active > a,
.nav-tabs.control-sidebar-tabs > li.active > a:hover,
.nav-tabs.control-sidebar-tabs > li.active > a:focus,
.nav-tabs.control-sidebar-tabs > li.active > a:active {
  border-top: none;
  border-right: none;
  border-bottom: none;
}

@media (max-width: 768px) {
  /* line 897, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .nav-tabs.control-sidebar-tabs {
    display: table;
  }

  /* line 900, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .nav-tabs.control-sidebar-tabs > li {
    display: table-cell;
  }
}
/* line 905, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.control-sidebar-heading {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 10px;
}

/* line 912, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.control-sidebar-subheading {
  display: block;
  font-weight: 400;
  font-size: 14px;
}

/* line 918, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.control-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}

/* line 924, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.control-sidebar-menu > li > a {
  display: block;
  padding: 10px 15px;
}

/* line 929, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.control-sidebar-menu > li > a:before,
.control-sidebar-menu > li > a:after {
  content: " ";
  display: table;
}

/* line 935, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.control-sidebar-menu > li > a:after {
  clear: both;
}

/* line 939, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.control-sidebar-menu > li > a > .control-sidebar-subheading {
  margin-top: 0;
}

/* line 943, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.control-sidebar-menu .menu-icon {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}

/* line 952, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.control-sidebar-menu .menu-info {
  margin-left: 45px;
  margin-top: 3px;
}

/* line 957, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.control-sidebar-menu .menu-info > .control-sidebar-subheading {
  margin: 0;
}

/* line 961, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.control-sidebar-menu .menu-info > p {
  margin: 0;
  font-size: 11px;
}

/* line 966, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.control-sidebar-menu .progress {
  margin: 0;
}

/* line 970, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.dropdown-menu {
  box-shadow: none;
  border-color: #eee;
}

/* line 975, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.dropdown-menu > li > a {
  color: #777;
}

/* line 979, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
  margin-right: 10px;
}

/* line 985, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.dropdown-menu > li > a:hover {
  background-color: #e1e3e9;
  color: #333;
}

/* line 990, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.dropdown-menu > .divider {
  background-color: #eee;
}

/* line 994, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  width: 280px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
}

/* line 1003, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
  position: relative;
}

/* line 1009, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}

/* line 1023, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center;
}

@media (max-width: 991px) {
  /* line 1039, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    background: #fff !important;
    color: #444 !important;
  }
}
/* line 1047, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  text-decoration: none;
  font-weight: normal;
}

/* line 1054, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}

/* line 1064, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid #f4f4f4;
}

/* line 1072, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #f4f4f4;
  text-decoration: none;
}

/* line 1079, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}

/* line 1086, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  width: 20px;
}

/* line 1092, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0;
  padding: 10px 10px;
}

/* line 1097, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
}

/* line 1103, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 15px;
  position: relative;
}

/* line 1111, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  color: #999999;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 1119, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888;
}

/* line 1125, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  content: " ";
  display: table;
}

/* line 1131, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  clear: both;
}

/* line 1135, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px;
}

/* line 1139, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666666;
}

/* line 1146, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  padding: 0;
  margin: 0;
}

/* line 1151, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
}

/* line 1159, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 1165, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
}

/* line 1171, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 1180, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 10px;
}

/* line 1188, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}

/* line 1193, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd;
}

/* line 1199, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  content: " ";
  display: table;
}

/* line 1205, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  clear: both;
}

/* line 1209, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  color: #444 !important;
}

@media (max-width: 991px) {
  /* line 1214, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    background: #fff !important;
    color: #444 !important;
  }
}
/* line 1220, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}

/* line 1225, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  content: " ";
  display: table;
}

/* line 1231, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  clear: both;
}

/* line 1235, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #666666;
}

@media (max-width: 991px) {
  /* line 1240, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color: #f9f9f9;
  }
}
/* line 1245, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-nav > .user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}

@media (max-width: 767px) {
  /* line 1255, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .navbar-nav > .user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px;
  }
}
/* line 1263, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.open:not(.dropup) > .animated-dropdown-menu {
  backface-visibility: visible !important;
  -webkit-animation: flipInX .7s both;
  -o-animation: flipInX .7s both;
  animation: flipInX 0.7s both;
}

/* line 1270, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-custom-menu > .navbar-nav > li {
  position: relative;
}

/* line 1274, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}

@media (max-width: 991px) {
  /* line 1281, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .navbar-custom-menu > .navbar-nav {
    float: right;
  }

  /* line 1284, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .navbar-custom-menu > .navbar-nav > li {
    position: static;
  }

  /* line 1287, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
    border: 1px solid #ddd;
    background: #fff;
  }
}
/* line 1296, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
}

/* line 1302, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.label-default {
  background-color: #d2d6de;
  color: #444;
}

/* line 1307, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px;
}

/* line 1315, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.treeview-menu .treeview-menu {
  padding-left: 20px;
}

/* line 1319, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.treeview-menu > li {
  margin: 0;
}

/* line 1323, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.treeview-menu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
}

/* line 1329, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.treeview-menu > li > a > .fa,
.treeview-menu > li > a > .glyphicon,
.treeview-menu > li > a > .ion {
  width: 20px;
}

/* line 1335, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
.treeview-menu > li > a > .pull-right-container > .fa-angle-left,
.treeview-menu > li > a > .pull-right-container > .fa-angle-down,
.treeview-menu > li > a > .fa-angle-left,
.treeview-menu > li > a > .fa-angle-down {
  width: auto;
}

@media print {
  /* line 1343, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .no-print,
  .main-sidebar,
  .left-side,
  .main-header,
  .content-header {
    display: none !important;
  }

  /* line 1350, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0 !important;
    min-height: 0 !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }

  /* line 1360, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 0 !important;
  }

  /* line 1364, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .invoice {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
  }

  /* line 1370, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .invoice-col {
    float: left;
    width: 33.33333%;
  }

  /* line 1374, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .table-responsive {
    overflow: auto;
  }

  /* line 1377, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .table-responsive > .table tr th,
  .table-responsive > .table tr td {
    white-space: normal !important;
  }
}
@media (max-width: 768px) {
  /* line 1386, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .navbar-static-top {
    margin-left: 0;
  }
}
@media (max-width: 524px) {
  /* line 1394, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .main-header .logo,
  .navbar-static-top {
    display: inline;
  }

  /* line 1399, ../../assets/sass/theme/stylesheets/_sidebarmenu.scss */
  .navbar-static-top {
    float: right;
  }
}
/* line 2, ../../assets/sass/theme/stylesheets/_yellow-site.scss */
.yellow-site.bg-yellow-header {
  background: linear-gradient(to right, #3F46A9 10%, #95659f 70%, #f07596);
}
/* line 6, ../../assets/sass/theme/stylesheets/_yellow-site.scss */
.yellow-site.bg-yellow-header .yp-logo-header-backend.logo-lg img {
  max-height: 40px;
}
/* line 11, ../../assets/sass/theme/stylesheets/_yellow-site.scss */
.yellow-site.bg-yellow-header .yp-logo-header-backend.logo-mini img {
  max-height: 45px;
}

/* line 22, ../../assets/sass/theme/stylesheets/_yellow-site.scss */
footer.footer-page-type .footer-data a {
  color: #A176F4;
}
/* line 24, ../../assets/sass/theme/stylesheets/_yellow-site.scss */
footer.footer-page-type .footer-data a:hover {
  color: #333333;
}

/* line 1, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.animated-button1 {
  background-color: #FD2D18;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
}

/* line 12, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.animated-button1::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

/* line 24, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.animated-button1:hover::before {
  opacity: 0.2;
}

/* line 28, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.animated-button1 span {
  position: absolute;
}

/* line 32, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#FFFFFF));
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #FFFFFF);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/* line 54, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#FFFFFF));
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #FFFFFF);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
/* line 76, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#FFFFFF));
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #FFFFFF);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/* line 98, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#FFFFFF));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #FFFFFF);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* line 120, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.animated-button1:hover {
  background-color: #FFFFFF;
  color: #FD2D18;
  border: 1px solid #FD2D18;
}
/* line 124, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.animated-button1:hover span:nth-child(1) {
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#FD2D18));
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #FD2D18);
}
/* line 128, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.animated-button1:hover span:nth-child(2) {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#FD2D18));
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #FD2D18);
}
/* line 132, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.animated-button1:hover span:nth-child(3) {
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#FD2D18));
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #FD2D18);
}
/* line 136, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.animated-button1:hover span:nth-child(4) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#FD2D18));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #FD2D18);
}

/*Flip Button*/
/* line 144, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.btn-flip {
  opacity: 1;
  outline: 0;
  line-height: 1.5;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  border-radius: 25px;
}
/* line 155, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.btn-flip:hover:after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
/* line 160, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.btn-flip:hover:before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}
/* line 166, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.btn-flip:after {
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  width: 101%;
  height: 100%;
  font-size: 22px;
  display: block;
  transition: 0.5s;
  color: #FFFFFF;
  background: #4285F4;
  position: absolute;
  content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
  border-radius: 25px;
}
/* line 185, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.btn-flip.icon-service-area:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f5a0";
}
/* line 193, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.btn-flip.icon-map-marker:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f3c5";
}
/* line 201, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.btn-flip.icon-navigate:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f4d7";
}
/* line 208, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.btn-flip:before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  padding: 6px 20px;
  line-height: 1.5;
  transition: 0.5s;
  position: relative;
  color: #4285F4;
  background: #FFFFFF;
  content: attr(data-font);
  transform: translateY(0) rotateX(0);
  border-radius: 25px;
}

/* line 225, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.btn-fill {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-left: 5px;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  color: #4285F4;
}
/* line 236, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.btn-fill i {
  position: relative;
  font-size: 22px;
  margin-top: 10px;
  transition: all 0.25s ease;
}
/* line 242, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.btn-fill:before, .btn-fill:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.25s ease;
  border-radius: 30px;
}
/* line 254, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.btn-fill.icon-expand:before {
  background: #4285F4;
  box-shadow: inset 0 0 0 45px #FFFFFF;
}
/* line 258, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.btn-fill.icon-expand:after {
  box-shadow: inset 0 0 0 1px #4285F4;
}
/* line 262, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.btn-fill.icon-expand:hover i {
  color: #FFFFFF;
}
/* line 265, ../../assets/sass/theme/stylesheets/_animated-button.scss */
.btn-fill.icon-expand:hover:before {
  box-shadow: inset 0 0 0 1px #FFFFFF;
}

/* line 3, ../../assets/sass/theme/stylesheets/_ypsearch-service-area.scss */
.yp-search-service-area .area-customer-details .customer-logo {
  margin-top: 15px;
}
/* line 5, ../../assets/sass/theme/stylesheets/_ypsearch-service-area.scss */
.yp-search-service-area .area-customer-details .customer-logo img {
  max-width: 80px;
  margin: auto;
}
/* line 11, ../../assets/sass/theme/stylesheets/_ypsearch-service-area.scss */
.yp-search-service-area .area-customer-details .customer-description p {
  margin: 0;
}
/* line 13, ../../assets/sass/theme/stylesheets/_ypsearch-service-area.scss */
.yp-search-service-area .area-customer-details .customer-description p span {
  margin-left: 10px;
}
/* line 19, ../../assets/sass/theme/stylesheets/_ypsearch-service-area.scss */
.yp-search-service-area .area-list-section {
  margin-bottom: 30px;
}
/* line 21, ../../assets/sass/theme/stylesheets/_ypsearch-service-area.scss */
.yp-search-service-area .area-list-section .area-list-row {
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 5px;
}
/* line 25, ../../assets/sass/theme/stylesheets/_ypsearch-service-area.scss */
.yp-search-service-area .area-list-section .area-list-row .span-circle {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  float: left;
  margin-right: 10px;
}

/* line 1, ../../assets/sass/theme/stylesheets/_consent.scss */
.yp-consent {
  font-family: "Helvethaica Cond", "Helvetica Neue";
  line-height: normal;
  letter-spacing: 0.1rem;
  content: "/ ";
}
/* line 8, ../../assets/sass/theme/stylesheets/_consent.scss */
.yp-consent .header-consent-content .breadcrumb li {
  font-size: 18px;
}
/* line 11, ../../assets/sass/theme/stylesheets/_consent.scss */
.yp-consent .header-consent-content .breadcrumb li img {
  max-height: 10px;
  display: inline-block;
}
/* line 16, ../../assets/sass/theme/stylesheets/_consent.scss */
.yp-consent .header-consent-content .breadcrumb li a {
  color: #333333;
}
/* line 19, ../../assets/sass/theme/stylesheets/_consent.scss */
.yp-consent .header-consent-content .breadcrumb li a:hover {
  color: #ffdd00;
}
/* line 26, ../../assets/sass/theme/stylesheets/_consent.scss */
.yp-consent .header-consent-content .border-title {
  border-left: 5px solid;
  margin-left: 10px;
  color: #ffdd00;
}
/* line 31, ../../assets/sass/theme/stylesheets/_consent.scss */
.yp-consent .header-consent-content .border-title h1 {
  color: #333333;
  margin: 3px 0;
  font-size: 28px;
}
/* line 39, ../../assets/sass/theme/stylesheets/_consent.scss */
.yp-consent .consent-content {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 42, ../../assets/sass/theme/stylesheets/_consent.scss */
.yp-consent .consent-content a {
  font-size: 24px;
  color: #000000;
}
/* line 45, ../../assets/sass/theme/stylesheets/_consent.scss */
.yp-consent .consent-content a:hover {
  color: #FFCC00;
}
