/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v15-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('../fonts/open-sans-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}
*{
    font-family: 'Open Sans', sans-serif!important;
}
.navigation{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 10px 0;
}
.language_btn{
    /*border: 2px solid #1B3C6E;*/
    font-weight: 500;
    color: #1B3C6E;
    border-radius: 0;
    padding: 2px 3px;
}
.language_btn img{
    width: 20px;
    margin-right: 10px;
}
.language_btn .dropdown-menu{
    border-radius: 0;
    min-width: 124px;
    padding: 0;
}
.language_btn .dropdown-menu li{
    padding: 5px 0;
    border-bottom: 1px solid #cfcfcf;
}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle
{
    box-shadow: none;
}
.header{
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 10px;
    color: #1B3C6E;
    /*margin-top: 20px;*/
    
}
.benefits li
{
    font-size: 14px;
    margin-bottom: 6px;
    
    font-weight: 400;
    color: #3d4144;
}
.price_box{
    border: 1px solid #cfcfcf;
    position: relative;
    width: 320px;
    margin: 0 auto 40px;
	transition: transform .2s;
}
.price_box h3{
    padding: 0 15px;
    margin: 20px 0;
    line-height: 32px;
    min-height: 64px;
    color: #1B3C6E;
    font-weight: 600;
    font-size: 22px;
}
.price_box:hover{
	transform: scale(1.1);
    transition: all 0.5s ease;
}
.price_box:hover .overlay{
    opacity: 0.7;
    /*transition: all 200ms ease-out;*/
}
.price_box:hover .btn
{
    opacity: 1;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2E66BA;
    opacity: 0;
}
.price_box .btn{
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 12px;
    opacity: 0;
    border-radius: 0;
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.price_box .btn:hover{
    background: #fff;
    color:#2E66BA;
}
.price_box2{
    display: flex;
    align-items: center;
    border-top: 1px solid #cfcfcf;
    padding: 15px 0 10px;
}
.price_box2 div:nth-child(1){
    color: #393c45;
    font-weight: 600;    
    width: 62%;
    display: inline-block;
    text-align: center
}
.price_box2 div:nth-child(2){
    display: inline-block;
    width: 28%;
    font-size: 20px;
}
.price_box2 div:nth-child(2) p:nth-child(2){
    font-weight: 600;
    color: #014fb9;
 
}
.price_box2 div:nth-child(2) p:nth-child(1){
    color: #878787;
    font-size: 16px;
    text-decoration: line-through;
    margin-bottom: 0;
}
.price_box2 img{
    width: 88px;
    margin: -9px 7px 0 0;
}
.price_box2 .code p:nth-child(2) span{
    font-weight: 600;
    padding: 5px;
    background: #ec7d50;
    color: #fff;
    border-radius: 4px;
}
.about{
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #1B3C6E;
    text-align: justify;
    line-height: 26px;
    padding: 0 35px;
}
footer {
    background: #303031;
    padding: 10px 0 0;
    margin-top: 30px;
}
footer .quick_links li div{
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
footer .quick_links li div a{
    color: #fff;
}
footer h3{
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 24px;
}
footer .address li div:first-child {
    width: 10%;
    float: left;
    margin-top: 5px;
}
footer .address li div:last-child {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    width: 90%;
    float: left;
}
footer .address li:last-of-type>div:first-child {
    width: 20%;
    margin-top: 0;
    float: left;
}
footer .address li:last-of-type>div:last-child {
    width: 20%;
    margin-top: 0;
    float: left;
}
footer .articles li div:nth-child(2) {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    float: left;
    width: 70%;
}
footer .articles li div:nth-child(1) {
    float: left;
    width: 25%;
}
footer .articles li div img {
    width: 60px;
    height: 60px;
    border-radius: 50%; 
}
footer .articles li {
    margin-bottom: 24px;
}
footer .articles li div:nth-child(3) {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    width: 100%;
    text-align: right;
    clear: both;
}
#bottom {
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    background: #303031;
}
.chinese .price_box h3 {
    padding: 0 15px;
    margin: 10px 0;
    line-height: 32px;
    color: #1B3C6E;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    min-height: auto;
    min-height: 64px;
}
.buy{
    padding: 8px 0;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    background: #396afc;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #2948ff, #396afc);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #2948ff, #396afc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    text-align: center;
}
.close
{
    float: right;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}
.modal-content{
    border: none;
    border-radius: 0;
}
.modal-header {
    padding: 15px;
    border-bottom: none;
    background: #ec7d50;
    color: #fff;
    text-align: center;
}
.modal-header h4{
    font-size: 20px;
}
.modal-body .form-control{
    border-radius: 0;
}
.modal-body .btn-danger{
    background-color: #396afc;
    border-color: #396afc;
    margin: 30px auto 10px;
    border-radius: 0;
    padding: 8px 28px;
    display: block;
}
.modal-body .btn-danger:active:hover{
    background-color: #396afc;
    border-color: #396afc;
    margin: 30px auto 10px;
    border-radius: 0;
    padding: 8px 28px;
    display: block;
}
.payment_sesc{width: 100%;text-align: center;display: flex;justify-content: space-evenly;margin: 20px 0;}

