/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 23, 2016, 9:17:19 AM
    Author     : DELL
*/

@media only screen and (min-width: 768px) {
    .dropDownMenu a {
        color: #000;
    }
    .dropDownMenu,
    .dropDownMenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .dropDownMenu li {
        position: relative;
    }

    .dropDownMenu > li.active > a{
        background: transparent;
        border-bottom: 3px solid #45aed6
    }
    .dropDownMenu a {
        padding: 16px 20px;
        display: block;
        text-decoration: none;
    }
    .dropDownMenu > li > a:hover {
        background: transparent;
        border-bottom: 3px solid #45aed6
    }


    /* Level 1 Drop Down Menu */
    .dropDownMenu > li {
        display: inline-block;
        vertical-align: top;
        margin-left: -4px; /* solve the 4 pixels spacing between list-items */
    }
    .dropDownMenu > li:first-child {
        margin-left: 0;
    }
    .dropDownMenu > li > a {}
    .dropDownMenu > li > a:hover {}



    /* Level 2 */
    .dropDownMenu > li > ul {
        text-align: left;
        width: auto; /* change auto value with 200px if you want a bigger menu */
        display: none;
        background: #5DBB04;
        position: absolute;
        top: 100%;
        left: 100%;
        z-index: 9999999; /* if you have YouTube iframes, is good to have a bigger z-index so the video can appear above the video */
    }
    .dropDownMenu > li:hover > ul {
        display: block;
    }
    .dropDownMenu ul li a {}
    .dropDownMenu ul li a:hover {}



    /* Level 3 */
    .dropDownMenu > li > ul > li > ul {
        text-align: left;
        display: none;
        background: #E7B400;
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 9999999;
    }
    .dropDownMenu > li > ul > li:hover > ul {
        display: block;
    }
    .dropDownMenu ul ul li {}
    .dropDownMenu ul ul li a {}
    .dropDownMenu ul ul li a:hover {}

    .dropDownMenu .sub-menu{
        left: 100%;
    }

    .sub-menu  li{
        border-left: 1px solid #ddd;
    }

}


.sub-menu  li{
    border-right: 1px solid #ddd;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: transparent;
}


.des-img{
    margin-bottom: 20px;
}

.item-pro{
    padding-left: 10px;
    cursor: pointer;
}

dt{
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
}

dd{
    padding-left: 15px;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
}

.img-partner{
    height: 120px;
    width: 326px;
    margin-top: 15px;
    /*box-shadow: 5px 5px 5px #ddd;*/
}

.img-demo{
    width: 100%;
    margin-top: 15px;
    background-color: #fff;
}

.grad {
    /*  background: red;  For browsers that do not support gradients 
      background: -webkit-linear-gradient(left top, red, yellow);  For Safari 5.1 to 6.0 
      background: -o-linear-gradient(bottom right, red, yellow);  For Opera 11.1 to 12.0 
      background: -moz-linear-gradient(bottom right, red, yellow);  For Firefox 3.6 to 15 
      background: linear-gradient(to bottom right, red, yellow);  Standard syntax */
}


.img-partner:hover{
    box-shadow: 5px 5px 5px #666;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out ;
    -ms-transition: all .5s ease-out ;
    -o-transition: all .5s ease-out ;
    transition: all .5s ease-out ;
}

.img-demo:hover{
    box-shadow: 5px 5px 5px #666;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out ;
    -ms-transition: all .5s ease-out ;
    -o-transition: all .5s ease-out ;
    transition: all .5s ease-out ;
}

.img-customer-banking{
    /*width: 80%;*/
    height: 80px;
    border: 1px solid #ddd;
    width: 220px;
    margin-top: 10px;
}

.img-customer-banking:hover{
    /*width: 80%;*/
    border: 1px solid #3c3c3c;
    cursor: pointer;
    box-shadow: 5px 5px 10px #888888;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out ;
    -ms-transition: all .5s ease-out ;
    -o-transition: all .5s ease-out ;
    transition: all .5s ease-out ;
}

.lang-group a {
    display: inline-block;
    /*margin: 0 5px;*/
    /*padding: 10px 15px;*/
    padding: 10px 0px 10px 15px;
    /*padding-left: 10px;*/
}

.lang-group {
    display: flex;
    align-items: center;
}

/* Ảnh cờ lớn hơn một chút */
.lang-group .img-language {
    width: 28px;   /* Tăng từ 24px -> 28px */
    height: auto;
    display: block;
}

.img-language{
    margin-top: -7px;
    cursor: pointer;
}

.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group{
    border-top: none;
    padding-left: 40px;
    padding-top: 4px;
}

.panel{
    border: none;
}

#tab2 tr td:first-child{
    font-weight: bold;
}

#tab2 tr td{
    font-weight: bold;
}

#tab2 tr > td:last-child{
    font-weight: normal;
}

#tab3 ul{
    list-style-position: outside;
    list-style: none;
    margin: 0;
    padding: 0;
}

#tab3 ul li {
    margin: 5px 0 5px 0;
    padding: 5px 0 0 4px;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    list-style-image: none;
}

#tab3  ul ul {
    list-style-position: outside;
    list-style: none;
    margin: 0;
    padding: 0;
}

#tab3 ul ul li {
    margin: 3px 0px 3px 8px;
    padding: 0px 0 0 8px;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    font-weight: normal;
    list-style-image: none;
}

.navbar-right .dropdown-menu{
    right: auto;
    left: 0;
}
.navbar-right .sub-menu{
    right: auto;
    left: 217px;
}
#main-menu.navbar-default .dropdown-menu > li > span {
    border-top: 1px solid #ddd;
    padding: 15px 15px;
    color: #17A2C8;
    cursor: pointer;
}

#main-menu.navbar-default .dropdown-menu > li:last-child >span{
    border-bottom: 1px solid #ddd;
}

.dropdown-menu>li>span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

#main-menu.navbar-default .dropdown-menu > li:hover > span {
    color: #45aed6;
    background-color: transparent;
}

.active-m{
    color: #45aed6;
    background-color: transparent;
}

.carousel-content{
    background-color: rgba(64, 52, 74, 0.5);
    padding-left: 21px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-radius: 15px;
}

.newsletter {
    margin-bottom: 30px;
    padding: 8px 8px 8px;
    background: rgba(0,0,0,.1);
    outline: 1px dashed #404041;
    border: 3px solid #e6e7e8;
    margin-top: 10px;
}

.newsletter p {
    color: #404041;
}

.newsletter .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.newsletter .input-group-sm {
    width: 100%;
}

.newsletter .newsletter-form {
    display: table-cell;
    position: relative;
    float: left;
    width: 80%;
    margin-bottom: 0;
    padding: 7px 7px;
    font-size: 14px;
    border: none;
    margin-right: 7px;
}

.newsletter .newsletter-button {
    display: table-cell;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
}

.newsletter .btn{
    padding: 8.5px 13px;
}
.newsletter .newsletter-button button {
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    height: 100%;
    padding: 0 15px;
    border: none;
    outline: none;
    background: #119d55;
    color: #fff;
    text-transform: uppercase;
}

.box{
    width: 250px;
    height: 200px;
    background: url('http://placekitten.com/250/200');
    overflow: hidden;
    margin: 5px;
    border: 1px solid #000;
    box-shadow: 0px 0px 15px 0px #666,
        0px 5px 15px 0px #000;
}
.cover{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    position: relative;
    -webkit-transition: all 0.4s cubic-bezier(.99,.99,0,.61);
    padding: 1em;
    color: #fff;
    overflow: hidden;
    text-shadow: 1px 1px 0px #000;
}
.cover .title{
    font-size: 16pt;
    font-style: italic;
}
.box .cover .intro{
    line-height: 1.2em;
    height: 4.8em;
    width: 100%;
    position: relative;
    font-size: 10pt;
    overflow: hidden;
}
.cover .btn{
    padding: 0.5em 1em;
    margin: 0.5em;
    background: #0099cc;
    float: right;
    border-radius: 0.25em;
}
.btn a{
    color: #fff;
    text-decoration: none;
}
.cover .date{
    position: absolute;
    bottom: 1em;
    right: 1em;
    font-size: 10pt;
}
.box:hover .left{
    -webkit-transition: all 0.4s cubic-bezier(.99,.99,0,.61);
    left: 0px;
}

.left{
    left: -250px;
}

.img-solution{
    width: 100%;
    height: 90px;
    border : 1px solid #ddd;
    /*box-shadow: 5px 5px #888888;*/
    /*border-radius: 5px 5px 5px 5px*/
}

.row-solution{
}

.hr-solution{
    width: 50%;
    border: 1px solid #666;

}

.ndung{
    border: 1px solid #ddd;
    border-radius: 5px 5px 5px 5px;
    padding-bottom: 15px;
}

.ndung:hover {
    border-radius: 5px 5px 5px 5px;
    border: 2px solid #45aed6;
    /*border-radius: 5px 5px 5px 5px;*/
    box-shadow: 5px 5px 5px #333;
}

.col-solution{
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.div-solution{
    margin-top: 15px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.btnc {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    margin-top: 5px;
}

.btnc:hover {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
    cursor: pointer
}


.solution{
    padding: 13px;
    background: #FFF;
    border: 2px solid #eeeeee;
    transition: border-color 400ms;
    -webkit-transition: border-color 400ms;
    /*height: 518px;*/
}

.solution:hover{
    /*border-color: #45aed6;*/
    /*box-shadow: 5px 5px 5px #45aed6;*/
    box-shadow: 0px 10px 20px #45aed6;
    -webkit-transition: box-shadow 800ms;

}

.box-shadow{
    box-shadow: 0px 10px 20px #45aed6;
    /*box-shadow: 5px 5px 5px #45aed6;*/
    -webkit-transition: box-shadow 400ms;
}
.solution-img{
    margin: -15px -15px;
    border-bottom: 1px solid #dbdbdb;
    background-color: gainsboro;
}

.solution-body{
    padding-bottom: 10px;
    /*border-bottom: 1px solid #dbdbdb;*/
    /*    margin-bottom: 10px;*/
    margin-top: 20px;
}

.solution-content{
    margin-bottom: 15px;
    text-align: left;
    /*height: 338px;*/
}

.solution-btn{
    text-align: left;
}

#products .column-title:after {
    width: 100%;
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
}


.navbar-default .navbar-nav>li>a{
    color: #17A2C8;
    font-weight: bold;
}


.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color: #17A2C8;
}

.navbar-default .navbar-nav>.active>a{
    color: #17A2C8;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus{

}

input:-webkit-autofill{
    background-color: #fff;
}

.result h3.column-title{
    text-align: center;
}

.lineup{

}

.btn-lg{
    /*width: 135px;*/
    text-align: center;
}

.img1, .img2, .img3, .img4{
    border-radius: 10px;
    border: 1px solid #ddd;
    width: 230px;
}

.img1:hover, .img2:hover, .img3:hover, .img4:hover{
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#mobileid{
    padding: 60px 0px 0px 0px;
}

#banner{
    padding: 98px 0px 0px 0px;
    overflow: hidden;
    margin-bottom: -20%;
    /*margin-top: -188px;*/
    /*margin-bottom: -50px;*/

}

#banner > .container{
    /*background-image: url(../img/banner1.png);*/
    background-repeat: no-repeat;
    background-position: center;
}

#mobileid ul li img{
    width: 70px;
}

/*#Legal{
    background-image: url("../img/bg/bg-w.png");
    background-repeat: repeat-x;
    background-color: #eeeeee;
}

#Usage{
    background-image: url("../img/bg/bg-e.png");
    background-repeat: repeat-x;
}

#Customer{
    background-image: url("../img/bg/bg-w.png");
    background-repeat: repeat-x;
    background-color: #eeeeee;
}

#About{
    background-image: url("../img/bg/bg-e.png");
    background-repeat: repeat-x;
}

#demo{
    background-image: url("../img/bg/bg-w.png");
    background-repeat: repeat-x;
    background-color: #eeeeee;
}

#tomica{
    background-image: url("../img/bg/bg-e.png");
    background-repeat: repeat-x;
    background-color: #eeeeee;
}

#CA{
    background-image: url("../img/bg/bg-e.png");
    background-repeat: repeat-x;
}

#service{
    background-image: url("../img/bg/bg-w.png");
    background-repeat: repeat-x;
    background-color: #eeeeee;
}

#deployment{
    background-image: url("../img/bg/bg-w.png");
    background-repeat: repeat-x;
}

#Aboutus{
    background-image: url("../img/bg/bg-w.png");
    background-repeat: repeat-x;
    background-color: #eeeeee;
}

#Contact{
    background-image: url("../img/bg/bg-e.png");
    background-repeat: repeat-x;
    background-color: #eeeeee;
}*/

.cls1{
    background-image: url("../img/bg/bg-w.png");
    background-repeat: repeat-x;
    background-color: #eeeeee;
}

.cls2{
     background-image: url("../img/bg/bg-e.png");
    background-repeat: repeat-x;
}

.cls3{
    
}
/*#Contactus{
    background-image: url("../img/bg/bg-e.png");
    background-repeat: repeat-x;
}*/

.content-e-invoice{
    background-color: #eeeeee;
}

@media only screen and (max-width: 768px) {
    .c-left, .c-right{
        text-align: center;
    }

    .img1, .img2, .img3{
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .c-left{
        text-align: left;
    }

    .c-right{
        text-align: right;
    }
}

.content-e-invoice h3:first-child{
    margin-top: 10px;
}

#Security .container{
    /*background-image: url("../img/bg/bg-w.png");*/
    background-image:url("../img/se.bmp");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0px 70px;
    background-repeat: no-repeat;
    /*background-color: #eeeeee;*/
}

#Case{
    background-image: url("../img/bg/bg-w.png");
    background-repeat: repeat-x;
    background-color: #eeeeee;
}


@media only screen and (min-width: 768px){
    .row-security{
        margin-top: 50px;
    }

    .security-content{
        text-transform: uppercase;
        width: 90%;
        text-align: center;
        padding-top: 17px;
    }
}

@media only screen and (max-width: 768px) {
    .row-security{
        margin-top: 0px;
    }


    .security-content{
        text-transform: uppercase;
        width: 60%;
        text-align: center;
        padding-top: 17px;
    }
}

.bigicon {
    font-size: 35px;
    color: #36A0FF;
}

@media only screen and (max-width: 768px){
    .nav-stacked > li{
        float: left;
    }

    #menuleft{
        margin-bottom: 10px;
    }
}

video#bgvid { 
    position: absolute;
    top: 33%;
    left: 50%;
    min-width: 100%;
    /*min-height: 100%;*/
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /*background: url(polina.jpg) no-repeat;*/
    background-size: cover; 
}

@media only screen and (min-width: 768px) {
    .mobileid-text{
        font-size: 16px;
        text-align: justify;
        padding-top: 100px;
        height: 279px;
        
    }
}

@media only screen and (max-width: 768px) {
    .mobileid-text{
        text-align: justify;
        padding-top: 0px;
        height: auto;
    }
}

.img-CA{
    /*height: 80px;*/
    border: 1px solid #ddd;
    width: 180px;
    margin-top: 10px;
    height: 66px;
}

.img-CA:hover{
    /*width: 80%;*/
    border: 1px solid #3c3c3c;
    cursor: pointer;
    box-shadow: 5px 5px 10px #888888;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.ul-nav-right{
    float: right;
    border-bottom: none;
}

.div-nav-right{
    clear: both;
    border-top: 1px solid #897777;
    text-align: left;
}

.tab-content{
    border: 1px solid #897777;
}

.tab-content div:first-child{
    font-weight: bold;
}


.nav-pills > li a{
    color: #fff;
    background-color: #000;
}

.nav > li > a:hover{
    background-color: #2a2a2c;
}

.nav-tabs > li > a:hover{
    border-color: none;
}

#mobileid p::after{
    background-image: url(../img/bgmobile.png);
    background-repeat: no-repeat;
    content: "";
    /*background: url(../img/bgmobile.png);*/
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    position: absolute;
    z-index: -1;  
    width: 47%;
    left: 25%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*div::after {
  content: "";
  background: url(image.jpg);
  opacit

y: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}*/

.wrap{
    margin-top: 10px;
    padding: 30px 0;
    background-color: #eeeeee;
}
.scroll {
    font-size: 10px;
}

.navbar.navbar-default .navbar-brand {
    padding: 17px 10px;
}

.logo-208 {
  width: 208px;
}

.font-open-sans {
  font-family: 'Open Sans', sans-serif;
}

.nav-container {
  width: 100%;
  text-align: right;
  padding-right: 15px;
}

.no-list-style {
  list-style: none;
  padding-left: 0;
  /*margin: 0;*/
}

.hotline {
  color: #17A2C8;
  font-weight: bold;
  font-size: 20px;
  padding-right: 10px;
  padding-left: 0;
}

.lang-switch {
  cursor: pointer;
}

.full-width {
  width: 100%;
}

.red-hotline-icon {
  color: red;
  margin-left: 10px;
  margin-right: 20px;
  font-weight: bold;
  font-size: 20px;
  padding-left: 0;
}

.navbar-nav > li.red-hotline-icon > a {
    padding-left: 5px !important;
}

.mt-50 {
  margin-top: 50px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-110 {
  padding-top: 110px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pf-5 {
  padding-left: 5px;  
}

.text-light-gray {
  color: #DDD;
}

.content-visible {
  display: block;
  overflow: hidden;
  visibility: visible;
}

.z-6 {
  z-index: 6;
}

.z-7 {
  z-index: 7;
}

.z-8 {
  z-index: 8;
}

/*.dis-flex {
  display: flex;
  gap: 10px;
  align-items: center;
}*/

.security-container {
    color: #DDD;
    padding-top: 110px;
}

.icon-circle {
    border: 2px solid whitesmoke;
    width: 80px;
    height: 80px;
    margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon {
    color: whitesmoke;
}

.security-content {
    text-align: center;
}

.security-row {
    margin-top: 20px;
}

.tele-bg {
    background-image: url('/img/usage/tele.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gover-bg {
    background-image: url('/img/usage/gover.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-bg {
    background-image: url('/img/usage/service.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.end-bg {
    background-image: url('/img/usage/end.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-title {
    text-transform: uppercase;
}

.security-offset {
    margin-left: 16.66667%;
}

.section-padding {
    padding-top: 110px;
    padding-bottom: 30px;
}

.mobile-img {
    height: 270px;
}

.pt-40 {
    padding-top: 40px;
}

.text-right {
    text-align: right;
}

.bordered-img {
    border: 1px solid #ddd;
}

.contact-table-header {
    font-size: 13px;
    text-align: right;
    padding-right: 65px;
}

.contact-table-header:nth-child(2) {
    padding-right: 55px;
}

.contact-table-header:nth-child(3) {
    padding-right: 59px;
}

.contact-table-data {
    font-size: 13px;
    text-align: left;
}

.contact-table a {
    text-decoration: none;
}

#footer {
    color: #17A2C8;
}

.footer-company-name {
    font-size: 22px;
    padding-bottom: 10px;
}

.footer-company-address {
    font-size: 13px;
    color: #333; /* Màu sắc chữ, có thể thay đổi nếu cần */
}

.footer-info {
    color: #17A2C8;
    font-size: 13px;
}

.footer-link {
    text-decoration: underline;
    color: #17A2C8; /* Màu sắc của các liên kết, có thể thay đổi nếu cần */
}

.bold-text {
    font-weight: bold;
}

.logo-img {
    width: 120px;
    margin-bottom: 15px;
    margin-left: -5px;
}

.iso-img {
    margin-left: 20px; /* Đảm bảo khoảng cách giữa các logo */
}

.newsletter-container {
    color: #17A2C8;
}

.newsletter-title {
    font-size: 24px;
    padding-bottom: 10px;
    color: #17A2C8;
}

.newsletter-input {
    height: 40px;
}

.newsletter-submit-btn {
    width: 100%;
    height: 40px;
    background-color: #7dc8de;
}

.footer-bottom {
    background-color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ddd;
}

.section-title {
    text-transform: uppercase;
}

.noti-box {
    opacity: 0.9;
    z-index: 1000000;
    width: 300px;
    height: 50px;
    right: 0;
    bottom: 95px;
    float: right;
    position: fixed;
    display: none;
    text-align: center;
    margin: auto;
    padding: 12px;
    margin-right: 10px;
    border-radius: 4px;
}

.noti-success {
    background-color: #5edd60;
}

.noti-fail {
    background-color: #f74850;
    opacity: 0.8;
}

.noti-icon {
    float: left;
    width: 40px;
    height: 30px;
    padding-bottom: 6px;
}

.noti-icon-fail {
    float: left;
    width: 30px;
    height: 30px;
    padding-bottom: 5px;
}

.noti-text {
    color: white;
    font-family: 'Open Sans', sans-serif;
}

.noti-text-fail {
    color: white;
    font-family: 'Open Sans', sans-serif;
    padding-left: 10px;
}

.faqHeader {
    font-size: 27px;
    margin: 20px;
}

.btn-close {
    float: right;
    margin-top: -18px;
    margin-right: -10px;
}

/*<span class="pull-left"><i class="fa fa-chevron-down"></i></span>*/
.panel-heading [data-toggle="collapse"]::after {
    font-family: 'FontAwesome';
    content: "\f146";
    float: left;
    color: #2a95be;
    padding-right: 15px;
}

.panel-heading [data-toggle="collapse"].collapsed::after {
    font-family: 'FontAwesome';
    content: "\f0fe";

    color: #454444;
}

.panel {
    box-shadow: none;
}

a:hover {
    cursor: pointer
}

a.accordion-toggle:hover, a.accordion-toggle:focus {
    color: #000;
}

.collapse-arrow {
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ddd;
}

.collapse-arrow-ordering {
    left: 45%;
    top: 30px;
}

.collapse-arrow-apply {
    left: 3%;
    top: 17px;
}

.collapse-arrow-help {
    left: 52%;
    top: 17px;
}

.panel-title > a {
    font-weight: bold;
}

.contentdiv ul {
    list-style: none
}

.contentdiv {
    width: 99%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    text-align: left;
}

.contentdiv li {
/*    height: 40px;*/
/*    line-height: 40px;
    text-indent: 3em;*/
    margin-top: 10px;
    color: #999;
}

.contentdiv li a {
    padding-left: 0px;
    color: #3F7FC4;
}

.contentdiv li:hover {
    cursor: pointer;
    padding-left: 3.5em;
    color: #666;
    
}

.contentdiv li:hover div:last-child {
/*    padding: 1rem 2rem;
    background-color: #f7931e;*/
}

.contentdiv li:hover div:last-child:before {
/*    position: absolute;
    content: "";
    background: #f7931e;
    width: 34px;
    height: 34px;
    transform: rotate(45deg);
    top: 94px;
    left: 188px;
    z-index: -1;
    border-radius: 5px;*/
}

/*.contentdiv li.li-210301:hover {
    line-height: unset;
    height: unset;
    background: url(../img/news/Press-Release-MouseOver.png) -80px no-repeat;
    background-size: cover;
}*/



.contentdiv li:hover a {
    color: #00a9da;
    font-size: 16px;
    transition: font-size 0.1s;
}



.contentdiv li span {
    width: 110px;
    float: left;
}

.contentdiv li:hover span {
    font-size: 16px;
    color: #00a9da;
    font-weight: bold;
}


.contentdiv li a {
    /*margin-left: -20px;*/
}

.syFocusThumb {
    /*width: 85%;*/
    height: auto;
    padding: 20px 10px;
    margin: 20px auto;
    color: #629acb;
    border-radius: 30px;
    border: solid 1px #feffff;
    box-shadow: 0 0 8px #bbb;
    overflow: hidden;
}

.table > tbody > tr > td {
    border: none;
}

.table {
    margin-bottom: 0;
}

.portfolio-item {
    padding-left: 15px;
    padding-right: 25px;
    padding-top: 0;
    padding-bottom: 21px;
}

.portfolio-filter {
    margin-bottom: 25px;
}

.dis-flex {
    display: flex;
}

#noti-succ, #noti-fail {
  width: 300px;
  height: 50px;
  right: 0;
  bottom: 95px;
  float: right;
  position: fixed;
  display: none;
  margin: auto;
  padding: 12px;
  margin-right: 10px;
  border-radius: 4px;
  z-index: 1000000;
}

#noti-succ {
  opacity: 0.9;
  background-color: #5edd60;
  text-align: center;
}

#noti-fail {
  opacity: 0.8;
  background-color: #f74850;
}

#noti-succ img,
#noti-fail img {
  float: left;
  width: 30px;
  height: 30px;
  padding-bottom: 6px;
}

#noti-succ label,
#noti-fail label {
  color: white;
  font-family: 'Open Sans', sans-serif;
  padding-left: 10px;
}

.btn-active {
    background-color: #5bc0de;
}
.btn-inactive {
    background-color: #7dc8de;
}

