body {
    background: #FFFFFF;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    color: #444444;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
    color: #25bce9;
}

img {
    max-width: 100%;
}

p, a, span, h1, h2, h3 {
    font-weight: 400;
    color: #444444;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.clearfix:after{
  content: '';
  display: table;
  clear: both;
}
#top-header{
  height: 50px;
  background-color: #25bce9;
}
/*Top link --------------------------*/
.top-links ul li{
  float: left;
  margin-right: 20px;
  font-size: 16px;
  line-height: 50px;
}
.top-links ul li a{
  color: #fff;
}
.top-links ul li a:hover{
  color: #333;
  text-decoration: none;
}
.top-links ul li a i{
  margin-right: 5px;
}
.top-header-right{ 
    letter-spacing: 0.6px;
}
/*currency & contact -----------*/ 
.block-currency{
    position:relative;
    float:right;
    cursor:pointer;
    line-height:50px;
    height:50px; 
}
.block-currency:hover ul{
    visibility:visible;
    top:50px; 
    opacity:1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    
}
.block-currency:hover .currency-name{
    color:#333;
    
}
.block-currency:hover .currency-name span{
    color:#333;
}
.block-currency .currency-name{
    color:#fff;
    font-size:12px;
    text-transform:capitalize;
    padding-left:10px;
    border-left:1px solid #fff;
    padding-right:6px;
}
.block-currency .currency-name span{
    color:#fff;
    text-transform:uppercase;
}
.block-currency .currency-name i{
    margin-left:4px;
    line-height:1px;
}
.block-currency ul{
    position: absolute;
    width: 100%; 
    left: 0;
    top:100px;
    opacity:0;
    visibility:hidden;
    background: #eee;
    padding: 10px 0px;
    z-index: 10000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-box-shadow: 0px 1px 6px 1px rgb(188, 188, 188);
    -moz-box-shadow: 0px 1px 6px 1px rgb(188, 188, 188);
    box-shadow: 0px 1px 6px 1px rgb(188, 188, 188);
} 
.block-currency ul li{
    float:left;
    width:100%;
    line-height:25px;
}
.block-currency ul li a{
    margin-left:20px;
}
.block-currency ul li:hover{
    background: #25bce9;
}
.block-currency ul li:hover a span{
    color:#fff;
}
.language-w{
  position: relative;
  float: right;
  min-width: 128px;
  cursor:pointer;
} 
/*Language & contact -----------*/ 
.language-name{
  float: left;
  font-size: 12px;
  line-height: 25px;
} 
.language-active .language-name{
  color: #fff;
  line-height: 50px;
} 
.language-active .language-name span{
    color:#fff;
    text-transform:capitalize;
}
.language-active .language-name i{
    margin-left:4px;
}
.language-w ul{
  position: absolute;
  width: 100%;
  top: 100px;
  opacity: 0;
  left: 0;
  visibility:hidden;
  background: #eee;
  padding: 10px 0px;
  z-index: 10000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-box-shadow: 0px 1px 6px 1px rgb(188, 188, 188);
  -moz-box-shadow: 0px 1px 6px 1px rgb(188, 188, 188);
  box-shadow: 0px 1px 6px 1px rgb(188, 188, 188);
}
.language-w:hover ul{
  top:50px;
  opacity: 1;
  visibility:visible;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.language-w:hover .language-name{
    color:#333;
}
.language-w:hover .language-name span{
    color:#333;
}
.language-w ul li{
  padding: 0px;
  line-height: 25px;
  width: 100%;
  float: left;
}
.language-w ul li a{
  display: block;
  color: #333;
  cursor: pointer;
  margin-left:20px;
}
.language-w ul li:hover{
  background: #25bce9;
}
.language-w ul li:hover a span{
  color: #fff;
}
.th-hotline{
  height: 50px;
  line-height: 50px;
  float: right;
  color: #fff;
  font-size: 12px;
  margin-right:20px;
}
.th-hotline span{
      color: #fff;
}
.th-hotline i{
  margin-right: 5px; 
  padding-left: 20px;
}
