@import "reset.css";
@import "nav.css";
@import "main.css";
@import "reponsive.css";
@import "scrollBar.css";

.h-hidden {
    display: none;
}
.point{
    color:#ff7741;
}
/*.upper-case{
  text-transform: ;
}*/
.container {
    width: 100% ;
    height: 100%;
    
}
.clear::before,.clear::after {
    content: "";
    display: table;
    clear: both;
}
input[type="search"]{
    width: 525px;
    height: 40px;
    border-radius: 50px;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #059295;
    display: inline-block;
    margin: 20px 40px;
    background-color: rgba(255,255,255,0.7);
    float: right;
}

h2{
    font-size: 24px;
}
.detail span{
    font-size: 55px;
    font-weight: 800;
    letter-spacing: 5px;
}
.detail{
    position: relative;
}
.detail-btn button{
    position: absolute;
    top: 92%;
    left: 25.6%;
    z-index: 999;
}
.search{
    position: relative;
}
.search #search-icon{
    background-color: white;
    position: absolute;
    right: 44px;
    top: 24px;
    width: 33px;
    height: 33px;
    border-radius: 25px;
    padding: 0;
    box-shadow: none;
}
.search #search-icon:hover #icon{
    transform: scale(1.2);
    transition: all 0.2s ease;
}
.scroll{
    height:  50px;
    transition: all 0.3s ease;
    background-color: rgb(21 150 151 / 80%);
}
.ul-scroll{
    line-height: 50px !important;
    height: 49px !important;
    transition: all 0.3s ease;
}
.small-logo{
    transform: scale(0.6);
    position: relative;
    left: -85px;
    top: -15px;
    transition: all 0.3s ease;
}
#big-logo{
    transition: all 0.3s ease;
    margin-top: 2px !important;
    margin-left: 5px;
}
.ul-noeffect {
    transition: all 0.3s ease;
}
/*---------------------------------- button----------------------------------------- */
  .bttn,
  .bttn-lg,
  .bttn-md,
  .bttn-sm,
  .bttn-xs {
    margin: 0;
    padding: 0;
    border-width: 0;
    border-color: transparent;
    background: transparent;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
  }
  .bttn-md {
    padding: 5px 22px;
  }
  .bttn-unite {
    margin: 0;
    padding: 0;
    border-width: 0;
    border-color: transparent;
    background: transparent;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    padding: 5px 22px;
    z-index: 0;
    overflow: hidden;
    border-radius: 5px;
    background: #ff7741;
    -webkit-transition: color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1), border-color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1), border-color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }

  .bttn-unite.bttn-md {
    font-family: inherit;
    padding: 10px 22px;
  }
  .bttn-unite.bttn-success {
    color: white;
    border :1px solid #ff7741;

  }
  .bttn-unite.bttn-success:hover,
  .bttn-unite.bttn-success:focus {
    background: white;
    color: #ff4800;
    border: 1px solid #ff7741;
    outline:none;
}
  .bttn-unite.bttn-success:before {
    background: d1d1d1;
  }
  .bttn-unite.bttn-success:after {
    background: lightgray;
  }
  #search-icon{
      border: 1px solid transparent ;
      outline: none;
      cursor: pointer;
  }
  .footer{
      height: 50px;
      /*max-width: 1170px;*/
      margin: 0 auto;

  }
  .footer {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .social .social-icon {
      display: inline;
      position: relative;
      top: 10px;
      left: -31px;
  }
  .social{
    width: 40%;
    height: 50px;
  }
  .social ul {
      list-style-type: none;
      display: inline;
  }
  .social ul li {
      display: inline;
  }

.service{
    line-height: 50px;
    padding-right: 5px;
}

/*.download-div {
    height: 50px;
    display: block;
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9999999999999999999999999999;
}
.download-ul{
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100%;
  line-height: 75px;
  
}
.download-ul li{*/
/*  display: inline-block;*/
  /*height: 100%;
  list-style-type: none;
  margin-right: 10px;
}*/

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 7px;
    left: 7px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 23px;
    left: 23px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 34px;
    left: 34px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hotline-phone-ring-img-circle .pps-btn-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .hotline-phone-ring-img-circle .pps-btn-img img {
            width: 20px;
            height: 20px;
        }

.hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, 0.75);
    height: 40px;
    width: 180px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 33px;
    bottom: 37px;
}

    .hotline-bar > a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        text-indent: 50px;
        display: block;
        letter-spacing: 1px;
        line-height: 40px;
        font-family: Arial;
    }

        .hotline-bar > a:hover,
        .hotline-bar > a:active {
            color: #fff;
        }

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@media (max-width: 768px) {
    .hotline-bar {
        display: none;
    }
}




.service-btn{
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.about-style{
  background-color: white;
  padding: 20px;
  border-radius: 7px;
}
.nut ul {
  padding: 0;
}
.nav .icon{
  display: none;
}
.show{
  display: block;
}
.fluid-container{
    position:fixed;
    width : 100%;
    height : 100%;
    background-color : #000000bd;
    z-index: 99999999999;
    margin : 0 auto;
}
.nang-cap {
    width: 50%;
    height: auto;
    background-color: white;
    text-align: center;
    margin: 0 auto;
    position: relative;
    transform: translateY(-50%);
    top: -200%;
    border-radius: 10px;
    background-image: url(../imgs/bao-tri.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding : 140px 50px;
    animation-name: popup;
   animation-duration: 1s;
    animation-iteration-count :1;
     animation-fill-mode	:forwards;
}
.nang-cap a {
    text-decoration: none;
    font-weight: bold;
    color : #007da7;
}

@keyframes popup {
    from {top: -200%;}
    to{top: 50%;}
}
.nang-cap h2 {
    font-size: 44px;
}

.nang-cap p, .nang-cap a {
    font-size: 21px;
}
.close {
    background-color: #c40000;
    color: white !important;
    font-size: 33px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 9px;
    right: 9px;
    border-radius: 29px;
    width: 30px;
    line-height: 10px;
    height: 30px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    transition: all ease-out 0.2s;
    text-decoration: none;
    z-index: 999999999;
    padding: 0;
    outline:none;
    border: 1px solid transparent ;
    padding-bottom:2px;
}
.close:hover{
    cursor: pointer;
    background-color : #ff7500;
    font-weight:bold;
}
/*.s-hidden{
    animation-name : hidden-popup;
     animation-duration: 1s;
    animation-iteration-count :1;
     animation-fill-mode	:forwards;
    visibility:hidden;
    transition: all 0.3s ease;
}
@keyframes hidden-popup {
    from {top: 50%;}
    to{top: -200%;}
}*/
.about-style h2,.doi-tac h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-family: mfbold;
    font-size: 23px;
    color: #059295;
    padding-bottom:10px;
    border-bottom:1px solid lightgray;
}
.about-style h3,.doi-tac h3{
    text-transform: uppercase;
    font-weight: bold;
    font-family: mfbold;
    font-size: 20px;
    color: #ff7741;

}

#big-icon div:not(:last-child){
    border-right: 1px solid lightgray;
}

#big-icon{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.pgwSlideshow .ps-list{
    background: #c7c7c7 !important;
}
.pgwSlideshow{
    background: white !important;
}
.bg-footer{
    text-align:center;
}
.doi-tac{
    max-width: 1170px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px;
}
#lightSlider ul img{
    width:100% !important;
    height: auto !important;
}
#big-icon{
    max-width:1170px;
}
#big-icon-first-child{
    width: 50%;
    display: flex;
    justify-content: space-between;
}
#big-icon-second-child{
     width: 50%;
    display: flex;
    justify-content: space-between;
}
#top-company,#grid-con,#fast-delevery,#online{
    width: 50%;
    padding:10px;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a{
    background-color:transparent !important;
    border:1px solid lightgray !important ; 
    transition: all 0.1s ease !important;
    transform:scale(1.1);
    position:relative;
    top: 1px;
}
.lSSlideOuter .lSPager.lSpg > li a{
    background-color:lightgray !important;
}
.animatable {
    /* initially hide animatable objects */
    visibility: hidden;
    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

/* show objects being animated */
.animated {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }

    60% {
        -webkit-transform: translateX(20px);
    }

    80% {
        -webkit-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }

    60% {
        -moz-transform: translateX(20px);
    }

    80% {
        -moz-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateX(20px);
    }

    80% {
        -o-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    60% {
        transform: translateX(20px);
    }

    80% {
        transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }

    60% {
        -webkit-transform: translateX(-20px);
    }

    80% {
        -webkit-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }

    60% {
        -moz-transform: translateX(-20px);
    }

    80% {
        -moz-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }

    60% {
        -o-transform: translateX(-20px);
    }

    80% {
        -o-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    60% {
        transform: translateX(-20px);
    }

    80% {
        transform: translateX(5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }

    50% {
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }

    50% {
        -moz-transform: scale(1.05);
    }

    70% {
        -moz-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }

    50% {
        -o-transform: scale(1.05);
    }

    70% {
        -o-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes moveUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes moveUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes moveUp {
    0% {
        opacity: 1;
        -o-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes moveUp {
    0% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeBgColor {
    0% {
        background: none;
    }

    70% {
        background: none;
    }

    100% {
        background: #464646;
    }
}

@-o-keyframes fadeBgColor {
    0% {
        background: none;
    }

    70% {
        background: none;
    }

    100% {
        background: #464646;
    }
}

@keyframes fadeBgColor {
    0% {
        background: none;
    }

    70% {
        background: none;
    }

    100% {
        background: #464646;
    }
}

.animated.animationDelay {
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
}

.animated.animationDelayMed {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.animated.animationDelayLong {
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
}

.animated.fadeBgColor {
    -webkit-animation-name: fadeBgColor;
    -moz-animation-name: fadeBgColor;
    -o-animation-name: fadeBgColor;
    animation-name: fadeBgColor;
}

.animated.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}

.animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated.moveUp {
    -webkit-animation-name: moveUp;
    -moz-animation-name: moveUp;
    -o-animation-name: moveUp;
    animation-name: moveUp;
}
.pgwSlideshow .ps-list .ps-prev, .pgwSlideshow .ps-list .ps-next {
    z-index: 99 !important;
}
@media screen and (max-width:618px ){
    .member-btn {
        display: none !important;
    }
}
@media screen and (min-width:619px ) {
    .member-btn-mobile {
        display: none !important;
    }
}
@media screen and (max-width: 467px) {
    .android {
        top: 60% !important;
    }
}
span {

}
