
.transition{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.green{
    color: #29ad63;
}
body {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
   
}

a, a:active {
    
    text-decoration: none;
}
a:hover {
   
    text-decoration: none;
}
.banner{
 border: none;
 
 -webkit-border-radius:0;
 -moz-border-radius:0;
 border-radius:0;
 background-color: transparent;
 margin-bottom: 0;
}
.navbar-brand {
    height: auto;
}
.navbar-brand > img {
    width: 100%;
}
.header-right {
    width: calc(100% - 200px);
}
.menutop {
    float: right;
}
.menutop li a {
   
    color:#414141;
    padding: 10px 6px;
}

.menutop li a:hover, .submenu li  a:hover {
    background-color: transparent;
   color:#167dc4;
}
.soligan-hotline {
    clear: both;
}
.soligan-hotline .divsoligan {
    color: #0076b9;
    font-size: 24px;
    font-weight: bold;
    float: left;
}
.soligan-hotline .hotline {
    float: right;
    font-family: tahoma;
    color: #000;
    font-weight: bold;
    margin-top: 23px;
}
.submenu, .submenu a {
    color: #414141;
    font-family: tahoma;
    font-weight: bold;
}
.submenu li {
    float: left;
    margin-top: 9px;
}
.submenu li a {
    display: inline-block;
    padding: 0 10px;
}
.submenu .search {
    margin-left: 20px;
    margin-top: 0;
}
.submenu .search .form {
    background: rgba(0, 0, 0, 0) url("../../images/searchcennter.png") repeat-x scroll 0 0;
    position: relative;
}
.submenu input {
    background: transparent url("../../images/searchright.png") no-repeat scroll left top;
    border: medium none;
    font-size: 12px;
    font-weight: normal;
    height: 32px;
    padding: 0 0 0 28px;
    width: 200px;
}
.submenu button {
    background: rgba(0, 0, 0, 0) url("../../images/searchleft.png") no-repeat scroll 0 0;
    border: medium none;
    height: 32px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
}

#menu {
   
    float: none;
    margin-top: 0;
    padding: 0;
}
#menu > ul {
    float: none;
}
#menu > ul > li > a {
       background: transparent url(../../images/iconcate.png) no-repeat scroll right center;
       
    color: #545454;
    font-size: 14px;
    padding: 9px 15px 9px 9px;
    text-transform: uppercase;
}
#menu > ul > li > a:hover, #menu > ul > li.active > a, #menu > ul > li > a:focus, #menu .fa-caret-down {
    background-color: transparent;
    color: #167dc4;
}
#menu > ul > li:last-child > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#menu ul ul {
    background-color: #0076ba;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 15px 8px;
    width: 237px;
    opacity: 0;
   /* -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;*/
}
#menu li li a {
    background: transparent url("../../images/bg_sfmenu_lisub.png") no-repeat scroll center bottom;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    white-space: normal;
}
#menu li li:last-child a {
    background: none;
}
#menu li li {
    position: relative;
}
#menu ul ul ul{
    display: none;
    left: 217px;
    position: absolute;
    top: -3px;
}
#menu ul li.open ul {
    display: block;
    opacity: 1;
}
.information {
        color: #fff;
    font-family: tahoma;
    font-size: 16px;
}
.information .background{
    background: #325f88 url("../../images/bgkeltec.jpg") no-repeat scroll center top;
    padding-top: 15px;
    height: 194px;
}
.information h4 {
    background: rgba(0, 0, 0, 0) url("../../images/titledomaincenter.png") repeat-x scroll 0 0;
    color: #0076ba;
    font: 16px Arial Black;
    height: 56px;
    margin: 0;
}
.information h4 span {
    background: rgba(0, 0, 0, 0) url("../../images/titledomainleft.png") no-repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 56px;
    margin-right: 20px;
    width: 86px;
}
.information h4 strong {
    display: inline-block;
    margin-top: 15px;
}
.information p {
    margin: 0;
    padding: 0 5px;
}
.information p span {
    color: #54c0ff;
}
.information .border {
    background: url(../../images/linebanner.png) no-repeat center top;
    height: 2px;
    margin: 10px 0;
}
#slider > .row{
    margin: 0;
}
#slider > .row > div{
    padding: 0;
}
.slider-owl .owl-dots {
    counter-reset: dots;
}
.slider-owl .owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
}
.slider-owl .owl-dots .owl-dot {
    background-color: #555;
    border: 1px solid #000;
    border-radius: 50%;
    box-shadow: 0 0 16px #333 inset;
    color: #fff;
    float: left;
    font: 12px tahoma;
    margin-left: 3px;
    padding: 2px 6px;
    text-align: center;
}
.slider-owl .owl-dots .owl-dot.active{
    background-color: #fff;
}
.slider-owl .owl-controls {
    bottom: 10px;
    right: 10px;
    top: auto;
}
.slider-owl .item img {
    height: 250px;
}
.sloganhome {
    background-color: #0076ba;
    padding: 15px 10px;
    text-align: center;
}
.sloganhome, .sloganhome a {
    color: #fff;
    font: bold 14px tahoma;
}
.box-product {
    margin-bottom: 15px;
}
.box-product h3 {
    margin: 0;
}
.box-product h3 a {
    background: #315f87 url("../../images/box-product-icon.png") no-repeat scroll right 10px center;
    border-bottom: 1px solid #c3c3c3;
    border-radius: 5px 5px 0 0;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 8px 20px 8px 8px;
    position: relative;
    text-transform: uppercase;
}
.box-product ul {
    list-style: outside none none;
    margin: 0;
    min-height: 90px;
    padding: 0;
}
.box-product li a {
    background: transparent url("../../images/extra_arrow.gif") no-repeat scroll 10px center;
    display: block;
    font-family: tahoma;
    font-size: 11px;
    padding: 1px 3px 1px 22px;

}
.text-over,
.box-product li a,
.box-product p a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.box-product li a:hover, .box-product p a:hover {
    color: #fc9700;
}
.box-product p a {
    display: block;
    font-weight: bold;
    margin-top: 10px;
    padding-right: 12px;
}
.box-product p a i {
    color: #315f87;
    font-size: 12px;
}
.panel-product{
}
.panel-product > div{
}
.panel-product .owl-controls,
.product-list .owl-controls{
    border-top: 1px solid #e3e3e3;
    padding-top: 8px;
    position: unset;
}
.panel-product .owl-nav div,
.product-list .owl-nav div{
    border: medium none;
    border-radius: 0;
    height: auto;
    width: auto;
}
.panel-product .owl-nav div,
.product-list .owl-nav div{
    border: medium none;
    border-radius: 0;
    color: #414141;
    font: bold 12px arial;
    height: auto;
    text-transform: uppercase;
    width: auto;
}
.panel-product .owl-nav .owl-next,
.product-list .owl-nav .owl-next{
    float: right;
}
.panel-product .owl-nav div i,
.product-list .owl-nav div i{
    color: #79b8dc;
}
.panel-product .owl-nav div:hover,
.product-list .owl-nav div:hover{
    background-color: transparent;
    color: #414141;
}
.box-support {
    margin-top: 20px;
}
.box-support h5 {
    color: #231f20;
    font: bold 28px tahoma;
}
.box-support h6 {
    color: #2e2e2e;
    font: 24px tahoma;
}
.box-support h5, .box-support h6 {
    margin: 0;
}
.box-support img {
    margin-right: 20px;
    margin-top: 4px;
}
.box-registeremail form {
    position: relative;
    margin-top: 21px;
}
.box-registeremail input {
    border-radius: 20px;
    border: 1px solid #d5d5d5;
    width: 100%;
    padding: 10px 26px 10px 10px;
}
.box-registeremail button {
    border: none;
    background-color: transparent;
    color: #525252;
    font-size: 30px;
    position: absolute;
    right: 16px;
    top: 7px;
}
.go-to-top {
    display: inline-block;
    width: 57px;
    height: 16px;
    background: url(../../images/icontotop.png) no-repeat;
    cursor: pointer;
    margin-top: 15px;
}
.owl-partner {
    border: 1px solid #f0f0f0;
    border-radius: 20px 20px 0 0;
    padding: 10px 0;
}
.owl-partner img {
    height: 60px;
}
.menufooter {
    background-color: #00466f;
}
.menufooter ul {
    float: none;
    background: url(../../images/bgmenubt.jpg) repeat-x;
}
.menufooter ul a {
    display: block;
    padding: 9px 32px 8px !important;
    color: #fff;
    background: url(../../images/linefooter.png) no-repeat left center;
    font: bold 12px arial;
}
.menufooter ul li:first-child a {
    background: none;
}
.menufooter ul a:hover {
    background-color: transparent;
}
footer {
  
}
footer .footer-human{background-color:#323232;color:#fff}
footer .footer-human a{color:#fff}
.copyright-footer{background-color:#167dc4;border-top:solid 5px #f58400;color:#fff;line-height:30px;vertical-align:middle;}
.copyright-footer a{color:#fff}
.footer-inforbg {
    background: transparent url("../../images/bgrightft.png") no-repeat scroll right bottom;
}
.bgfootercenter {
    background: transparent url("../../images/bgcenterft.png") repeat-x scroll 0 0;
    color: #fff;
}
.footer-infor a {
    color: #fff;
}
.footer-infor ul {
    list-style: outside none none;
    padding: 0;
}
.footer-infor ul a {
    display: block;
    padding: 3px 0;
}
.footer-infor h4 {
    font: bold 12px arial;
    text-transform: uppercase;
}
.footer-map {
   
    padding-left: 118px;
    position: relative;
}
.footer-map .star {
    display: block;
    position: absolute;
    width: 14px;
    height: 13px;
   
    left: 36px;
    top: 24px;
}
.footer-map p .fa, .footer-map .view-map img {
    margin-right: 6px;
}
.footer-map .view-map a {
    font: bold 14px arial;
    color: #ffcc00;
}
.footer-bot {
    margin-top: 20px;
    font: 12px tahoma;
    background-color: #00466f;
    padding-top: 20px;
}
.footer-bot, .footer-bot a {
    color: #fff;
}
.textcpri {
    font-weight: bold;
    margin-top: 5px;
}
.diviconsocial a {
    font-size: 20px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
}
.textinfor {
    color: #bfbfbf;
}
.footer-infor .row > div {
    background: url(../../images/linectfooter.png) no-repeat right top;
}
.footer-infor .row > div:last-child {
    background: none;
}
.bgfooterleft, .bgfooterright {
    background: rgba(0, 0, 0, 0) url("../../images/linefooterleft.png") repeat scroll 0 0;
    position: absolute;
    height: 90px;
    width: 2px;
    top: -30px;
}
.footer-infor {
    padding: 0 3px;
    position: relative;
}
.bgfooterleft {
    left: 0;
}
.bgfooterright {
    right: 0;
}
.navbar-toggle {
    border-color: #0076ba;
}
.navbar-toggle .icon-bar {
    background-color: #0076ba;
}
.title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 10px 15px;
    text-transform: uppercase;
}
.title_blue{
    background-color: #0076ba;
    color: #fff;
}
.btn-show-panel {
    cursor: pointer;
}
#menu ul li.dropdown > a .fa-chevron-down{
    display: none;
    margin-right: 10px;
    float: right;
    cursor: pointer;
}
.breadcrumb {
    background-color: transparent;
    color: #333;
    margin: 0;
    padding: 10px 0;
}
.breadcrumb > .active {
    color: #ebbe48;
    font-size: 12px;
    text-transform:uppercase;
}
.breadcrumb li a, .breadcrumb li a:hover {
    color: #0076ba;
    font-size: 12px;
    text-transform:uppercase;
}
.breadcrumb li:first-child a {
    
    
}
.breadcrumb > li + li::before {
    color: #167dc4;
    content: "\f054" !important;
    font: normal normal normal 14px/1 FontAwesome;
}
.panel {
    border: medium none;
    box-shadow: none;
    width:100%;
    float:left;
}
.panel .panel-heading {
    padding: 0;float:left;width:100%;
}
.panel .title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 10px 15px;
    text-transform: uppercase;
}
.panel-body {
    padding: 0;
}
.category-list {
    background-color: #0076ba;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    float:left;
    width:100%
}
.category-list li a {
    background: rgba(0, 0, 0, 0) url("../../images/arrow.png") no-repeat scroll 10px center;
    border-bottom: 1px solid #025686;
    border-top: 1px solid #fff;
    color: #fff;
    display: block;
    font: 11px arial;
    padding: 10px 10px 10px 23px;
    position: relative;
    text-transform: uppercase;
}
.panel .panel-heading h5 {
    background-color: #315f87;
    font-family: tahoma;
    font-size: 12px;
    padding: 12px 10px;
}
.category-list li:first-child a {
    border-top: medium none;
}
.category-list li:last-child a {
    border-bottom: medium none;
}
.divbgcurency {
    background: rgba(0, 0, 0, 0) url("../../images/bgcency.jpg") no-repeat scroll right center;
    height: 53px;
}
.panel-border .panel-body {
    border: 1px solid #a3a3a3;
    border-top: none;
    padding: 3px;
}
.panel-body * {
    max-width: 100%;
}
.title-page {
    color: #0076ba;
    font-size: 30px;
    text-transform: capitalize;
}
.product-list {
   
}
.product-box {
    margin-bottom: 15px;
    text-align: center;
}
.product-box a{
    color: #007ab7;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
.product-box a:hover{
    color: #000;
}
.product-list{
     margin-bottom: 15px;
}
.product-list .product-box .img-responsive {
    width: auto;
    display: inline-block;
}
.contents * {
    max-width: 100%;
}
.chatonline {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: -96px;
}
.box-chatonline-star {
    padding-top: 5px;
    position: relative;
}
.download_plusgin{width:100%;height:auto;float:left;margin-top:10px;
}

 .download_plusgin .downloadfile_plusgin
{
	width:40%;float:left;height:37px;float:left;margin-top:2px;margin-left:15px;
}
 .download_plusgin .downloadfile_plusgin .leftdown
{
	width:8px;height:37px;float:left;background-image:url(../../Images/btndownload_left.png);background-repeat:no-repeat;
}
 .download_plusgin .downloadfile_plusgin .center_down
{
	width:auto;height:37px;background-image:url(../../Images/btndownload_center.png);background-repeat:repeat-x;float:left;padding-top:5px;
}
.download_plusgin .downloadfile_plusgin .center_down a
{
	margin-left:5px;margin-top:6px;text-decoration:none;float:left;color:#1363af;font-family:Arial,Times New Roman;font-size:12px;
}
 .download_plusgin .downloadfile_plusgin .center_down a span
{
	color:Black;
}
.download_plusgin .downloadfile_plusgin .center_down a:hover
{
	text-decoration:underline;
}
 .download_plusgin .downloadfile_plusgin .rightdown
{
	width:8px;height:37px;float:left;background-image:url(../../Images/btndownload_right.png);background-repeat:no-repeat;
}
 .download_plusgin .plugin_help
{
	width:50%;float:right;margin-right:10px;height:auto;
}
.download_plusgin_solite
{width:100%;height:auto;float:left;margin-top:10px;
}
.download_plusgin_solite .downloadfile_plusgin
{
	width:auto;float:right;height:37px;margin-top:2px;margin-left:15px;
}
 .download_plusgin_solite .downloadfile_plusgin .leftdown
{
	width:8px;height:37px;float:left;background-image:url(../../Images/icon/btndownload_left.png);background-repeat:no-repeat;
}
 .download_plusgin_solite .downloadfile_plusgin .center_down
{
	width:auto;height:37px;background-image:url(../../Images/icon/btndownload_center.png);background-repeat:repeat-x;float:left;padding-top:5px;
}
.download_plusgin_solite .downloadfile_plusgin .center_down a
{
	margin-left:5px;margin-top:6px;text-decoration:none;float:left;color:#1363af;font-family:Arial,Times New Roman;font-size:12px;
}
 .download_plusgin_solite .downloadfile_plusgin .center_down a span
{
	color:Black;
}
.download_plusgin_solite .downloadfile_plusgin .center_down a:hover
{
	text-decoration:underline;
}
 .download_plusgin_solite .downloadfile_plusgin .rightdown
{
	width:8px;height:37px;float:left;background-image:url(../../Images/icon/btndownload_right.png);background-repeat:no-repeat;
}
 .divleftbt
{
    margin:0 auto; padding:0; width:7px; height:34px; background-image:url(../../Images/leftbuttom.png); background-repeat:no-repeat;float:left;
}
.divcenterbt
{
    margin:0 auto; padding:0; width:auto; height:27px; background-image:url(../../Images/centerbuttom.png); background-repeat:repeat-x;float:left;background-position:0px 0px;
}
.divrightbt
{
    margin:0 auto; padding:0; width:7px; height:34px; background-image:url(../../Images/rightbuttom.png); background-repeat:no-repeat;float:left;
}
.bglogin {
    margin: 0 auto;
    padding: 0;
    width: 241px;
    height: 117px;
    background-color:#0076ba;
    float: left;
    position: absolute;
    z-index: 5000;
    margin: 10px 0px 0 0px;
    display: none;
}
.bglogin input{background-image:none;padding:0;color:#fff}
input.btloginmt{background-color:#fff;color:#000;float:left;outline:none;width:66px;height:22px;font:bold 12px arial;background-image:none}
input.btcancelmt{margin-left:13px;background-color:#fff;color:#000;float:left;outline:none;width:66px;height:22px;font:bold 12px arial;background-image:none}
