@media screen and (max-width:992px){
  h2{font-size:30px!important;}
}
/*-------------------------
         LOGO
-------------------------*/
.logo img{
    width:60px!important;
}

/*-------------------------
     GOOGLE TRANSLATE
-------------------------*/
body:not(.contentpane) select.notranslate {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 30px !important;
    padding: 2px 15px !important;
    border: 1px solid #d9d9d9 !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
@media screen and (max-width:390px){
select.notranslate {
    width: 200px!important;
}}

div#sp-top3 .sp-column {
    float:right;
}

/*-------------------------
         NAVBAR
-------------------------*/
#sp-header .container .row {
    margin-top: 5px;
}

ul.cls-dropdown-menu.dropdown-menu a {
    color: #f94d1c!important;
    padding: 5px 15px 5px;
}
ul.cls-dropdown-menu.dropdown-menu a:hover {
    background: #eeeeee!important;
    color: #ff9515!important; font-weight:700;
}

#sp-menu .fa-bars:before{
    content: ''!important;
    background: url(/images/0_mingmie/menu.png);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: -20px;
    background-repeat: no-repeat;
    background-size: contain;
}

#sp-menu .fa-bars{position:relative;}

#sp-top1 a {
    font-size: 14px!important;
    font-family: 'Roboto';
    line-height: 30px;
}

i.fa.fa-user-circle {font-size:20px;line-height:30px!important;}

i.fa.fa-bars {color: white!important;}

li.sp-contact-text {display: none!important;}

#sp-top1 i.fa.fa-phone-alt:before, p.tel:before{content: "\f879";font-family: 'Font Awesome 5 Free';font-weight: 900;margin-right:5px;}

p.tel{margin-right:10px!important;}
ul.sp-contact-info {line-height: 30px;}

li.sp-contact-email:before, i.fa.fa-envelope:before{content: "\f0e0";font-family: 'Font Awesome 5 Free';font-weight: 900;margin-right:5px;}

/*-------------------------
         SLIDESHOW
-------------------------*/
.sppb-slideshow-fullwidth-item-text{
    width: 51vw!important;
}

@media screen and (max-width:991px){
.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg:before {
    background: #ffffffa6!important;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sppb-slideshow-fullwidth-item-text{
    width: 100vw!important;
}
.sppb-slideshow-fullwidth-item-text p{
    font-size:16px!important;
    line-height:25px!important;
    width:80vw!important;
}
  .sppb-slider-wrapper .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title {
  line-height: 40px!important;
}
}
/*-------------------------
       HEADING STYLE
-------------------------*/
.heading-style-001 span {
    color: #f94d1c;
}


/*-------------------------
     OFFCANVAS
--------------------------*/ 
.offcanvas-menu {
    background: url(/images/0_mingmie/offcanvas.jpg);
    background-position: left center;
    background-size:cover;
    background-repeat:no-repeat;}


/*-------------------------
   FOOTER ICONS
--------------------------*/
#sp-bottom .fa-envelope:before {
    content: "\f0e0";
    font-size: 20px;
    top:0px;
    left: 0px;
    position: absolute; color: #ffffff;
}

#sp-bottom .fa-envelope, #sp-bottom .fa-phone-alt, #sp-bottom .fa-map-marked-alt, #sp-bottom .fa-map-marker{position:relative; color: #fff;}

#sp-bottom .fa-phone-alt:before, #sp-bottom .fa-map-marked-alt:before, #sp-bottom .fa-map-marker:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    top: 0px;
    left: 0px;
    position: absolute;
    color: #ffffff;
}

#sp-bottom3 .sppb-addon-text {
    color: #ffffff91;
}

#sp-bottom4 a:hover {color:white!important;}

i.fa.fas.fa-map-marked-alt:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
/*-------------------------
  			 BOTTOM
--------------------------*/
#sp-bottom{font-size:14px;}
section#sp-bottom a{color:white!IMPORTANT;}
#sp-bottom a:hover{color:#f94d1c!important;}
#sp-bottom a:focus {
    background: none;
    border: none;
    outline: none;
}
@media screen and (max-width:992px){
div#sp-bottom-feature .sppb-section{background-position: 0% 50%!important;}
.bottom-4-info .sppb-addon-feature{margin-bottom:0px!important;}
}
/*-------------------------
  		SCROLL UP
--------------------------*/
a.scrollup {
    right: 30px;
    bottom: 90px;
    background: transparent;
}
.scrollup:before {
    color: #000;
}

/*-------------------------
    BACK TO TOP FIX
-------------------------*/
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 100px;
  right: 34px;
  display: none;
  z-index: 999;
  border-radius: 3px;
  border: none;
  opacity: .5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.scrollup:hover,
.scrollup:focus {
  opacity: 1;
}
.scrollup:before {
  content: " \f106";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  color: #ffffff;
  right: 0;
  border-radius: 3px;
  width: 40px;
  height: 38px;
  line-height: 35px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  background: #f94d1c!important;
  border-color: #f94d1c!important;
}

@media screen and (max-width:992px){
  .com-speasyimagegallery #sp-main-body {padding: 0px 0 30px;}}

/*-------------------------
  		PROFIEL
--------------------------*/
.profile a.btn {
    background: #f94d1c;
    color: white;
    border-radius: 0px;
    padding: 0px 30px;
    line-height: 40px;
}

.profile-edit input {
    width: 100%;
}

.profile-edit .controls a.btn {
    border: 1px solid black;
    border-radius: 0px!important;
    padding: 8px 20px!important;
    line-height: 24px!important;
    height: 41px!important;
}
.profile-edit .controls a.btn:hover, .profile-edit .controls a.btn:focus{
    border: 1px solid #ff9515;
    border-radius: 0px!important;
    padding: 8px 20px!important;
    line-height: 24px!important;
    height: 41px!important;
    color:#ff9515;
}

@media screen and (max-width:992px){
.profile-edit .form-horizontal .control-label {
    float: left;
    width: 100%;
    padding-top: 5px;
    text-align: left;
}

.profile-edit .controls {margin-left: 0;}
.view-profile fieldset#users-profile-core {width:100%;}
}