﻿@font-face {
    font-family: 'BOD_R';
    src: url('fonts/BOD_R.TTF') format('truetype');
}
@font-face {
    font-family: 'VerdanaPro-SemiBold';
    src: url('fonts/VerdanaPro-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'VerdanaPro-SemiBoldItalic';
    src: url('fonts/VerdanaPro-SemiBoldItalic.ttf') format('truetype');
}
body {
    /*color: #0b76c3;*/
    font-size: 14px;
    /*line-height:1.5;
    font-family:Calibri,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    /*font-size: 18px;
    font-family: 'Calibri Light';*/
}
.masked {
    background: rgba(255, 255, 255, 0.63);
    background-image: url('img/paternW.png');
    width: 100%;
    height: 100%;
    padding: 10px 0;
}

.masked2 {
    position: relative;
    background: rgba(19, 19, 22, 0.1);
    background-image: url('img/patern.png');
    width: 100%;
    height: 100%;
    display: block;
}

.animation1 {
    animation: bounce; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
}

#view_as{position:fixed; top:40px; right:5px; width:auto; height:30px;}
.out_main_page {
    font-size: 16px;
    background: url(img/bg6.jpg) no-repeat no-repeat center center;
    background-size: cover;
    text-align: justify;
}

    .out_main_page .container {
        background: #fff url(img/bg_conent2.png) top left no-repeat;
        padding-top:10px;
    }
.top_lang{margin-bottom:20px;}
.top_lang a img{-webkit-filter: brightness(150%); /* Safari 6.0 - 9.0 */
    filter: brightness(150%);}
.top_lang a.active img{-webkit-filter: brightness(60%); /* Safari 6.0 - 9.0 */
    filter: brightness(60%);}
.box_icon_home {
    position: relative;
    width: 1100px;
    height: 320px;
    top:10px;
    margin-bottom: 20px;
    animation: bounce; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
}

    .box_icon_home .icon_home_bg {
        position: absolute;
        top: 30px;
        right: 0px;
        width: 1100px;
        height: auto;
        z-index: 0;
        left:60px;
    }

        .box_icon_home .icon_home_bg img {
            width: 100%;
        }

    .box_icon_home .icon_home_list {
        position: relative;
        top: -13px;
        left: 50px;
        width: 100%;
        z-index: 2;
    }

        .box_icon_home .icon_home_list ul {
            list-style: none;
            display: inline-block;
            width: 90%;
            margin: 0px auto;
        }

            .box_icon_home .icon_home_list ul li {
                float: left;
                width: 7%;
                position: relative !important;
            }


                .box_icon_home .icon_home_list ul li i {
                    font-size: 48px;
                    color: #8e8e8e;
                }

                .box_icon_home .icon_home_list ul li img {
                    width: 100%;
                }

                .box_icon_home .icon_home_list ul li p {
                    margin-top: 10px;
                    font-size: 10px;
                    color: #ebf500;
                    line-height: 16px;
                    text-align: center;
                }

.li_icon_home {
    width: 70px;
    text-align: center;
    cursor: pointer;
}


    .li_icon_home i {
        font-size: 30px;
        color: #fff;
         transition: 1.0s;
            -webkit-transition: 1.0s;
            -moz-transition: 1.0s;
            -ms-transition: 1.0s;
            -o-transition: 1.0s;
            -webkit-transform: rotateY(0deg);
            -moz-transform: rotateY(0deg);
            -o-transform: rotateY(0deg);
            -ms-transform: rotateY(0deg);
            transform: rotateY(0deg);
            cursor: pointer;
    }

    .li_icon_home .material-icons {
        font-size: 38px;
        color: #8e8e8e;
         transition: 1.0s;
            -webkit-transition: 1.0s;
            -moz-transition: 1.0s;
            -ms-transition: 1.0s;
            -o-transition: 1.0s;
            -webkit-transform: rotateY(0deg);
            -moz-transform: rotateY(0deg);
            -o-transform: rotateY(0deg);
            -ms-transform: rotateY(0deg);
            transform: rotateY(0deg);
            cursor: pointer;
    }

    .li_icon_home img {
        width: 100%;
         transition: 1.0s;
            -webkit-transition: 1.0s;
            -moz-transition: 1.0s;
            -ms-transition: 1.0s;
            -o-transition: 1.0s;
            -webkit-transform: rotateY(0deg);
            -moz-transform: rotateY(0deg);
            -o-transform: rotateY(0deg);
            -ms-transform: rotateY(0deg);
            transform: rotateY(0deg);
            cursor: pointer;
    }

    .li_icon_home:hover a i {
        font-size: 40px;
        color: #fad400;
        transition: 1.0s;
            -webkit-transition: 1.0s;
            -moz-transition: 1.0s;
            -ms-transition: 1.0s;
            -o-transition: 1.0s;
            -webkit-transform: rotateY(360deg);
            -moz-transform: rotateY(360deg);
            -o-transform: rotateY(360deg);
            -ms-transform: rotateY(360deg);
            transform: rotateY(360deg);
    }
    .li_icon_home:hover a p {
        font-size: 14px;
        color: #fad400;
        transition: 1.0s;
            -webkit-transition: 1.0s;
            -moz-transition: 1.0s;
            -ms-transition: 1.0s;
            -o-transition: 1.0s;          
    }

    .li_icon_home:hover > .material-icons {
        font-size: 48px;
        color: #fad400;
         transition: 1.0s;
            -webkit-transition: 1.0s;
            -moz-transition: 1.0s;
            -ms-transition: 1.0s;
            -o-transition: 1.0s;
            -webkit-transform: rotateY(360deg);
            -moz-transform: rotateY(360deg);
            -o-transform: rotateY(360deg);
            -ms-transform: rotateY(360deg);
            transform: rotateY(360deg);
    }

    .li_icon_home p {
        margin-top: 10px;
        font-size: 8px;
        color: #fff;
        line-height: 16px;
        text-align: center;
    }
    
.box_icon_home .icon_home_list #li_home0 {
    position: absolute;
    top: 55px;
    left: 0px;
}


.box_icon_home .icon_home_list #li_home1 {
    position: absolute;
    top: 40px;
    left: 55px;
}

.box_icon_home .icon_home_list #li_home2 {
    position: absolute;
    top: 30px;
    left: 110px;
}

.box_icon_home .icon_home_list #li_home3 {
    position: absolute;
    top: 25px;
    left: 165px;
}

.box_icon_home .icon_home_list #li_home4 {
    position: absolute;
    top: 20px;
    left: 220px;
}

.box_icon_home .icon_home_list #li_home5 {
    position: absolute;
    top: 10px;
    left: 275px;
}

.box_icon_home .icon_home_list #li_home6 {
    position: absolute;
    top: 5px;
    left: 330px;
}

.box_icon_home .icon_home_list #li_home7 {
    position: absolute;
    top: 5px;
    left: 385px;
}

.box_icon_home .icon_home_list #li_home8 {
    position: absolute;
    top: 0px;
    left: 440px;
}

.box_icon_home .icon_home_list #li_home9 {
    position: absolute;
    top: -5px;
    left: 495px;
}

.box_icon_home .icon_home_list #li_home10 {
    position: absolute;
    top: -5px;
    left: 550px;
}

.box_icon_home .icon_home_list #li_home11 {
    position: absolute;
    top: 0px;
    left: 605px;
}

.box_icon_home .icon_home_list #li_home12 {
    position: absolute;
    top: 5px;
    left: 660px;
}

.box_icon_home .icon_home_list #li_home13 {
    position: absolute;
    top: 5px;
    left: 715px;
}

.box_icon_home .icon_home_list #li_home14 {
    position: absolute;
    top: 10px;
    left: 770px;
}

.box_icon_home .icon_home_list #li_home15 {
    position: absolute;
    top: 10px;
    left: 825px;
}

.box_icon_home .icon_home_list #li_home16 {
    position: absolute;
    top: 20px;
    left: 880px;
}

.box_icon_home .icon_home_list #li_home17 {
    position: absolute;
    top: 30px;
    left: 935px;
}

.box_icon_home .icon_home_list #li_home18 {
    position: absolute;
    top: 40px;
    left: 990px;
}

.box_icon_home .icon_home_list #li_home19 {
    position: absolute;
    top: 50px;
    left: 1045px;
}

.icon_home_logo {
    position: absolute;
    top: 105px;
    left: 50%;
    margin-left: -125px;
    width: 250px;
    height: 43px;
    z-index: 3;
    cursor: pointer;
}

    .icon_home_logo:hover > img {
        transition: all 0.5s;
        -webkit-filter: brightness(120%);
         animation: bounce; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
    }

.icon_home_title_1 {
    position: absolute;
    top: 175px;
    left: 50px;
    width: 100%;
    height: 30px;
    z-index: 3;
    cursor: pointer;
    text-align: center;
    color: #ffd800;
}

.icon_home_title_2 {
    position: absolute;
    top: 225px;
    left: 50px;
    width: 100%;
    height: 30px;
    z-index: 3;
    cursor: pointer;
    text-align: center;
    color: #ffd800;
}

.icon_home_title_3 {
    position: absolute;
    top: 280px;
    left: 50px;
    width: 100%;
    height: 30px;
    z-index: 3;
    cursor: pointer;
    text-align: center;
    color: #ffd800;
}

    .icon_home_title_1:hover, .icon_home_title_2:hover, .icon_home_title_3:hover {
        color: #c3a70e;
    }

.ul_list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .ul_list li {
        float: left;
        color: #0b76c3;
        margin-bottom: 30px;
    }

        .ul_list li img {
            float: left;
            width: 120px;
            margin-right: 10px;
            transition: 1.0s;
            -webkit-transition: 1.0s;
            -moz-transition: 1.0s;
            -ms-transition: 1.0s;
            -o-transition: 1.0s;
            -webkit-transform: rotateY(0deg);
            -moz-transform: rotateY(0deg);
            -o-transform: rotateY(0deg);
            -ms-transform: rotateY(0deg);
            transform: rotateY(0deg);
            cursor: pointer;
        }

        .ul_list li:hover > img {
            transition: 1.0s;
            -webkit-transition: 1.0s;
            -moz-transition: 1.0s;
            -ms-transition: 1.0s;
            -o-transition: 1.0s;
            -webkit-transform: rotateY(360deg);
            -moz-transform: rotateY(360deg);
            -o-transform: rotateY(360deg);
            -ms-transform: rotateY(360deg);
            transform: rotateY(360deg);
        }
 .ul_list li:hover > p {
            color:#06b9ea;
        }
.icon_bottom {
    width: 100%;
    padding: 10px 30px;
}

    .icon_bottom .icon_item {
        width: 16%;
        float: left;
        margin: 10px 2%;
    }
     .icon_bottom .icon_item:hover {
        animation: bounce; /* referring directly to the animation's @keyframe declaration */
        animation-duration: 1s; /* don't forget to set a duration! */
    }
        .icon_bottom .icon_item .icon_item_content {
            width: 96%;
            padding: 2%;
            overflow: hidden;
            text-align: center;
            cursor: pointer;
        }

            .icon_bottom .icon_item .icon_item_content:hover img {
                transition: all 0.5s;
                -webkit-filter: brightness(120%);
            }

            .icon_bottom .icon_item .icon_item_content:hover p {
                font-weight: bold;
                color: #0878c2;
            }

            .icon_bottom .icon_item .icon_item_content img {
                width: 100%;
            }

            .icon_bottom .icon_item .icon_item_content p {
                text-transform: uppercase;
                color: #0b76c3;
                font-size: 14px;
                text-align: center;
            }

.footer_top {
    color: #0b76c3;
    font-size: 18px;
}

.footer_fox {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    text-align: center;
    padding-bottom: 30px;
}

    .footer_fox h2 {
        font-size: 30px;
        color: #0b76c3;
        font-weight: bold;
        line-height: 36px;
        font-family:BOD_R, 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
    }

.shadow1 {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.shadow2 {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
p.anima:hover{
     animation: bounce; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s; /* don't forget to set a duration! */
}
.carousel {
display: block;
position: relative;
-webkit-transform: translateZ(0);
/*  for demo only */
width: 100%;
min-width: 550px;
margin: 50px auto;
font-size: 0;
background: #eeeeee;
padding: 8px;
border-radius: 6px;
-webkit-box-shadow: 0 4px 10px #000;
box-shadow: 0 4px 10px #000;
/********************/
height: 200px;
-webkit-overflow-scrolling: touch;/* for tablets */
}
.touch .carousel {
overflow: auto;
}
.carousel:before, .carousel:after {
content: '';
opacity: 0;
position: absolute;
top: 0;
bottom: 0;
z-index: 2;
width: 50px;
text-align: center;
font-size: 80px;
line-height: 190px;
font-family: arial;
color: #555;
font-weight: bold;
pointer-events: none;
-webkit-transition: 0.2s ease-out;
transition: 0.2s ease-out;
}
.carousel:before {
content: '\2039';
left: 0;
text-indent: -80px;
-webkit-box-shadow: 50px 0 20px -20px #eeeeee inset;
box-shadow: 50px 0 20px -20px #eeeeee inset;
}
.carousel:after {
content: '\203A';
right: 0;
text-indent: 50px;
-webkit-box-shadow: -50px 0 20px -20px #eeeeee inset;
box-shadow: -50px 0 20px -20px #eeeeee inset;
}
.carousel.right:after, .carousel.left:before {
opacity: 1;
}
.carousel.right:after {
right: 8px;
text-indent: 70px;
}
.carousel.left:before {
left: 8px;
text-indent: -120px;
}
.carousel > a {
position: absolute;
margin: 0;
top: 0;
bottom: 0;
color: #CCC;
font-size: 1.5em;
-webkit-transition: 0.1s;
transition: 0.1s;
}
.carousel > a:hover {
color: #FFF;
}
.carousel > a.prev {
left: -20px;
}
.carousel > a.next {
right: -20px;
}
.carousel > .indicator {
pointer-events: none;
position: absolute;
z-index: 4;
bottom: 0;
left: 0;
background: #d82b6a;
height: 4px;
border-radius: 10px;
opacity: 0;
-webkit-transition: opacity 0.2s, bottom 0.2s;
transition: opacity 0.2s, bottom 0.2s;
}
.carousel:hover > .indicator {
opacity: 1;
bottom: -10px;
}
.carousel > .wrap {
overflow: hidden;
border-radius: 5px;
}
.carousel > .wrap > ul {
list-style: none;
white-space: nowrap;
height: 200px;
}
.carousel > .wrap > ul > li {
display: inline-block;
vertical-align: middle;
height: 100%;
margin: 0 0 0 5px;
position: relative;
overflow: hidden;
-webkit-transition: 0.25s ease-out;
transition: 0.25s ease-out;
cursor:pointer;
}
.carousel > .wrap > ul > li:first-child {
margin: 0;
}
.carousel > .wrap > ul > li > a {
display: block;
height: 90%;
margin: auto;
vertical-align: bottom;
position: relative;
z-index: 1;
-webkit-transition: 1s ease;
transition: 1s ease;
overflow: hidden;
}
.carousel > .wrap > ul > li > a img {
display: block;
height: 100%;
width:auto;
margin: auto;
vertical-align: bottom;
position: relative;
z-index: 1;
-webkit-transition: 1s ease;
transition: 1s ease;
overflow: hidden;
}
/******************************************
18. Totop
******************************************/
#back-to-top {
    position: fixed;
    bottom: 150px;
    right: 20px;
    z-index: 9999;
    width: 52px;
    height: 52px;
    line-height: 50px;
    text-align: center;
    background: #1b8cdd;
    color: #000;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

    #back-to-top i.fa {
        font-size: 30px;
        line-height: 52px;
        color: #fff;
    }

    #back-to-top:hover {
        background: #2194e6;
        color: #fff;
    }

        #back-to-top:hover > i.fa {
            margin-top: -10px;
            transition: opacity 0.2s ease-out;
        }

    #back-to-top.show {
        opacity: 1;
    }
.animate {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.delay1 {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}
.delay2 {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}

.delay3 {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
.delay4 {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
.delay5 {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-40px);
		transform: translateX(-40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-40px);
		-ms-transform: translateX(-40px);
		transform: translateX(-40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(40px);
		transform: translateX(40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(40px);
		-ms-transform: translateX(40px);
		transform: translateX(40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0%{
		opacity:0;
		-webkit-transform:translateY(40px);
		-ms-transform:translateY(40px);
		transform:translateY(40px);
	}
	
	100%{
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0%{
		opacity:0;
		-webkit-transform:translateY(-40px);
		-ms-transform:translateY(-40px);
		transform:translateY(-40px);
	}
	
	100%{
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}


.bg_color1 {
    background: #40aacb !important;
}
.bg_color1 * {
    color: #fff;
}