/* Minification failed. Returning unminified contents.
(982,27): run-time error CSS1038: Expected hex color, found '#fffff'
(982,33): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(1070,70): run-time error CSS1031: Expected selector, found ';'
(1070,70): run-time error CSS1025: Expected comma or open brace, found ';'
(1074,1): run-time error CSS1019: Unexpected token, found '}'
 */
@font-face {
  font-family:ElegantIcons;font-display:auto;src:url(fonts/ElegantIcons.eot);src:url(fonts/ElegantIcons.eot?#iefix) format("embedded-opentype"),url(fonts/ElegantIcons.woff2) format("woff2"),url(fonts/ElegantIcons.woff) format("woff"),url(fonts/ElegantIcons.ttf) format("truetype"),url(fonts/ElegantIcons.svg#ElegantIcons) format("svg");
}
body {
    padding: 0px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    color: #000000;
    margin-left: 0px;
    margin-right: 0px;
    margin-top:0px;
    margin-bottom:0px;
    font-size: 16px;
    background-color:#F8F8F8;
}
.container-fluid{
    padding-left:0px !important;
    padding-right:0px !important;
}

.container-top {
    padding-right: 10% !important;
    padding-left: 10%  !important;
    margin-right: auto;
    margin-left: auto;
}


.navbar-default .navbar-nav {
    color: #777;
    font-weight:bold !important;
}

h1 {
    font-family: Helvetica, sans-serif !important; 
    font-weight:normal !important;
}

h2 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight:normal !important;
}

h3 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight:normal !important;
}

.navbar-top {
    background-color:#2279FF !important;
    color:#ffffff !important;
    height:50px;
    padding:15px;
}

.navbar-top a{
    font-size:14px;
    margin-left:10px;
    margin-right:10px;
}

.navbar-top a:hover{
    color:#e8cd5f;
}

.menu-ontop {
    background-color:#ffffff !important;
    z-index:1000;
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    padding-left:10%;
    padding-right:10%;
}

.top-link {
    display:none !important;
}

.showmenu {
    display:block !important;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .menu-ontop {
    padding-top: 60px;
}

.menu-top-hotline {
    color:#ffffff ;
    font-size:14px ;
    font-weight:bold ;
   
}
.menu-top-link {
    color:#ffffff ;
    font-size:12px ;
    font-weight:normal ;
   
}

.btn-login {
    font-size:12px !important;
    font-weight: normal !important;
    color:#ffffff  !important;
    background-color:#F0AB0B;
    border-radius:5px;
    border:0;
    padding: 5px 15px 5px 15px;
}

.icon_top {
}

.input-search {
    font-size:12px !important;
    font-weight: normal !important;
    color:#2279FF  !important;
    background-color:#ffffff;
    border-radius:5px;
    border-style:none;
    border:0;
    padding: 5px;
}

@media (max-width: 1024px) {
    .navbar-fixed-top {
        position: relative !important;
    }
	
	.navbar-fixed-top .navbar-collapse {
		max-height: none;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #d1ba68;
	}
	.navbar-default .navbar-toggle .icon-bar:hover {
		background-color: #d1ba68;
	}
	
	.navbar-default .navbar-toggle {
		border-color: #f8f8f8 !important;
	}
}

.carousel-control .icon-side-prev{
    position: absolute;
    top: 45%;
    left:0px;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .icon-side-next{
    position: absolute;
    top: 45%;
    right:0px;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .icon-side-next,
.carousel-control .icon-side-prev {
    padding-top:7px;
    width: 40px;
    height: 40px;
    font-size:25px;
    font-family: serif;
    line-height: 1;
    border-radius:40px;
    background-color: #F0AB0B;

}
.carousel-control .icon-side-next:hover,
.carousel-control .icon-side-prev:hover {
    background-color: rgba(0, 0, 0, 0.6);    
}


.scrollDown a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font : normal 400 20px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}
.scrollDown a:hover {
	opacity: .5;
}

#sectionSlogan a {
	padding-top: 40px;
}
#sectionSlogan a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
#sectionSlogan a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 10px;
	height: 10px;
	margin-left: -4px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}
#sectionSlogan a span::after {
	position: absolute;
	bottom: -18px;
	left: 50%;
	width: 18px;
	height: 18px;
	content: '';
	margin-left: -9px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


.img-hightlight {
    width: 100% !important;
    max-height: 660px !important;
    min-height:100px !important;
    border: 0px;
    background-size:cover;
}
@media (max-width: 1024px) {
	.img-hightlight {
		width: 100% !important;
		max-height: 680px !important;
        min-height:100px !important;
		border: 0px;
		background-size:cover;
	}
}



.carousel-indicators {
    position: absolute;
    bottom: 10px !important;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-caption {
    position: absolute;
    top: 70%;
    left: 30%;
    right: 0%;
    z-index: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    text-align: center;
    white-space: normal;
    font-size: 18px;
    line-height: 25px;
    min-height: 162px;
    min-width: 620px;
    max-height: 162px;
    max-width: 620px;
    opacity: 0.9;
    transform-origin: 50% 50% 0px;
    transform: translateX(-50%);
}


    .carousel-caption .title {
        position: relative;
        color: #ffffff;
        font-style: normal;
        padding: 10px;
        font-size: 30px;
        font-weight: normal;
    }

    .carousel-caption .button_detail {
        position: relative;
        color: #ffffff;
        font-size: 17px;		
        background-color: rgba(130, 0, 36, 0.8);
        border-color: rgb(0, 0, 0);
        max-width: 50%;
        min-width: 50px;
        height: 40px;
        padding-top: 5px;
        text-align: center;
        top: 10%;
        left: 50%;
        right: 25%;
        cursor: pointer;
        transform-origin: 50% 50% 0px;
        transform: translateX(-50%);
    }

        .carousel-caption .button_detail:hover {
            background-color: rgb(130,0,36);
            color: rgb(232,205,95);
        }


@media (max-width: 768px) {
    .carousel-caption {
        position: absolute;
        top: 50%;
        left: 30%;
        z-index: 0;
        padding-top: 1%;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        color: #fff;
        text-align: center;
        white-space: normal;
        font-size: 18px;
        min-height: 80px;
        min-width: 340px;
        max-height: 120px;
        max-width: 65%;
        opacity: 1;
        transform: translateX(-50%);
        transform-origin: 50% 50% 0px;
        transition: none 0s ease 0s;
    }

        .carousel-caption .title {
            position: relative;
            color: #ffffff;
            font-style: normal;
            padding: 5px;
            font-size: 15px;
            font-weight: normal;
            line-height: 10px;
            white-space: nowrap;
            top: 4%;
        }

        .carousel-caption .button_detail {
            position: relative;
            color: #ffffff;
            font-size: 14px;
			line-height: 100%;
            background-color: rgba(130, 0, 36, 0.8);
            border-color: rgb(0, 0, 0);
            max-width: 50%;
            min-width: 40px;
            height: 40px;
            padding-top: 5px;
            text-align: center;
            top: 8%;
            left: 50%;
            right: 20%;
            cursor: pointer;
            transform-origin: 50% 50% 0px;
            transform: translateX(-50%);
        }

        

}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}


.bs-example {
    position: relative;
    padding: 0;
    margin: 0;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 0px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}
/* Echo out a label for the example */
.bs-example:after {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: bold;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    content: "";
}


.bs-example-padded-bottom {
    padding-bottom: 24px;
}

/* Tweak display of the code snippets when following an example */
.bs-example + .highlight,
.bs-example + .zero-clipboard + .highlight {
    margin: -15px -15px 15px;
    border-width: 0 0 1px;
    border-radius: 0;
}
/* Make the examples and snippets not full-width */
@media (min-width: 768px) {
    .bs-example {
        margin-right: 0;
        margin-left: 0;
        background-color: #fff;
        border-color: #ddd;
        border-bottom-width: 1px;
        border-radius: 4px 4px 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .bs-example + .highlight,
        .bs-example + .zero-clipboard + .highlight {
            margin-top: -16px;
            margin-right: 0;
            margin-left: 0;
            border-width: 1px;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
        }

    .bs-example-standalone {
        border-radius: 4px;
    }
}
@media (max-width: 768px) {
    .bs-example {
        margin-top: 50px;
        
    }
}
/* Undo width of container */
.bs-example .container {
    width: auto;
}

/* Tweak content of examples for optimum awesome */
.bs-example > p:last-child,
.bs-example > ul:last-child,
.bs-example > ol:last-child,
.bs-example > blockquote:last-child,
.bs-example > .form-control:last-child,
.bs-example > .table:last-child,
.bs-example > .navbar:last-child,
.bs-example > .jumbotron:last-child,
.bs-example > .alert:last-child,
.bs-example > .panel:last-child,
.bs-example > .list-group:last-child,
.bs-example > .well:last-child,
.bs-example > .progress:last-child,
.bs-example > .table-responsive:last-child > .table {
    margin-bottom: 0;
}

.bs-example > p > .close {
    float: none;
}

/* Typography */
.bs-example-type .table .type-info {
    color: #767676;
    vertical-align: middle;
}

.bs-example-type .table td {
    padding: 15px 0;
    border-color: #eee;
}

.bs-example-type .table tr:first-child td {
    border-top: 0;
}

.bs-example-type h1,
.bs-example-type h2,
.bs-example-type h3,
.bs-example-type h4,
.bs-example-type h5,
.bs-example-type h6 {
    margin: 0;
}

/* Contextual background colors */
.bs-example-bg-classes p {
    padding: 15px;
}

/* Images */
.bs-example > .img-circle,
.bs-example > .img-rounded,
.bs-example > .img-thumbnail {
    margin: 5px;
}

/* Tables */
.bs-example > .table-responsive > .table {
    background-color: #fff;
}

/* Buttons */
.bs-example > .btn,
.bs-example > .btn-group {
    margin-top: 5px;
    margin-bottom: 5px;
}

.bs-example > .btn-toolbar + .btn-toolbar {
    margin-top: 10px;
}

/* Forms */
.bs-example-control-sizing select,
.bs-example-control-sizing input[type="text"] + input[type="text"] {
    margin-top: 10px;
}

.bs-example-form .input-group {
    margin-bottom: 10px;
}

.bs-example > textarea.form-control {
    resize: vertical;
}

/* List groups */
.bs-example > .list-group {
    max-width: 400px;
}

/* Navbars */
.bs-example .navbar:last-child {
    margin-bottom: 0;
}



@media only screen and (min-width: 1024px) {
    header {
        height: 200px;
    }

        header h1 {
            font-size: 30px;
            font-size: 1.875rem;
            padding-top: 2.6em;
        }
}

.cd-top {
    display: inline-block;
    height: 35px;
    width: 48px;
    position: fixed;
    bottom: 0px;
    right: 10px;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #333333 url(../Images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    z-index: 10000;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

.no-touch .cd-top:hover {
    background-color: #820024;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 0px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 35px;
        width: 48px;
        right: 30px;
        bottom: 0px;
    }
}



.row-customize {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.row-cell {
    padding: 2px;
}



.to-top-container {
    display: none;
}

.row-content {
    padding-left: 10% !important;
    padding-right: 10% !important;
    

}

.channel-name {
    font-size: 20px;
    font-weight: bold;
    /*
    background-repeat: no-repeat;
    background-color:#2279FF;
    box-shadow: 10px 0 0px 0px #b6d3ff;
    min-width:300px !important;
    */
    color: #002158 !important;
    text-transform: uppercase;
    padding: 8px !important;  
    border-right-color:#b6d3ff;
    border-right-width:2px;
    z-index: 2;
}


@media only screen and (max-width: 1280px) {
    .channel-name {
        font-size: 20px;
        font-weight: bold;
        /*
        background-repeat: no-repeat;
        background-color:#2279FF;
        box-shadow: 10px 0 0px 0px #b6d3ff;
        min-width:300px !important;
        */
        color: #002158 !important;
        text-transform: uppercase;
        padding: 8px !important;  
        border-right-color:#b6d3ff;
        border-right-width:2px;
        z-index: 2;
    }

}


.channel-name-background {
    background-color: #2279FF !important;
    font-size: 25px;
    font-weight: bold;
    background-repeat: no-repeat;
    text-transform: uppercase;
    min-height: 80px !important;
    background-position: center right;
    z-index: 1;
    position: relative;
    top: 0px;
    
}

@media only screen and (max-width: 768px) {

    .channel-name-background {
        background-color: #2279FF !important;
        font-size: 25px;
        font-weight: bold;
        background-repeat: no-repeat;
        text-transform: uppercase;
        min-height: 80px !important;
        background-position: center right;
        z-index: 1;
        position: relative;
        top: 50px;
    
    }
}


.channel-name-background p {
    animation: 1s channel-name-slide-up;
    padding-top: 0px;
}

.channel-image {
    width:100%;
    min-height:100px;
    background-size:cover;
}

@media only screen and (max-width: 768px) {

    .channel-image {
        width:100%;
        min-height:100px;
        background-size:cover;
        margin-top:50px;
    }
}

@keyframes channel-name-slide-up {
    from {
        padding-top: 20px;
    }

    to {
        padding-top: 0px;
    }
}


.article {
    max-width: 1280px;    
    position: relative;           
    left: 50%;
    transform-origin: 50% 50% 0px;
    transform: translateX(-50%);
}

.article-list {
    font-size:15px;
    max-width: 100%;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-weight:normal;
}

.article-title {
    font-size:16px;
    max-width: 100%;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-weight:bold;
}

.article-date {
    font-size:12px !important;
    font-style: italic;
    max-width: 100%;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.article-image {
    max-width: 100% !important;
    max-height: auto;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.article-content {
    font-size:14px;
    max-width: 100%;
    text-align:justify;
    /*
    padding-top: 10px !important;
    padding-bottom: 10px !important;
        */
    padding-left: 15px !important;
    padding-right: 15px !important;
    /*background-color: rgb(255, 255, 255) !important;*/
}

.article-list {
    font-size:14px;
    max-width: 100%;
    padding-top: 10px !important;
    padding-bottom: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    /*background-color: rgb(255, 255, 255) !important;*/
}

.article-short-content {
    font-size:14px;
    max-width: 100%;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align:justify;
    /*background-color: rgb(255, 255, 255) !important;*/
}

.article-content-none {
    font-size:14px;
    max-width: 100%;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align:justify;
}

.navbar .nav .pull-right {
    float: right;
    margin-right: 98px; /*set margin this way in your custom styesheet*/
    line-height: 80px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    font-size: 15px;
}

.navbar {
    margin-bottom: 0px;
}

.nav a {
    font-size: 15px !important;
    color: #000000;
    line-height: 30px !important;
}


@media only screen and (min-width: 768px) {
    /*khi mouseover menu popup*/
    .dropdown:hover .dropdown-menu {
        display: block;
    }



    .dropdown {
        height: 60px;
        margin-top: 0px;
        padding-top: 5px;
        border-top: 0px solid transparent !important;
    }

        .dropdown:hover {
            border-top: 0px solid black !important;
            transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
        }

    .dropdown-current {
        border-top: 0px solid black !important;
        transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
    }


    
}



@media only screen and (max-width: 768px) {
    .nav a {
        border-bottom: 1px solid #e8cd5f !important;
    }
}

@media only screen and (min-width: 768px) {

    .navbar-nav {
        float: right !important;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 100% !important;
    }
}

.navbar-default .navbar-nav > li > a {
    color:#00173D;
}

.navbar-default .navbar-nav > li > a:hover {
    color:#0247D0;
}

.dropdown .active {
    border-top: 2px solid #fffff !important;
}


.dropdown-menu > li > a {
    border-bottom: 0px solid #e8cd5f !important;
    color:#002158;
}


    .dropdown-menu > li > a:hover {
        color: #F0AB0B;
        text-decoration: none;
        outline: 0;
    }

.dropdown-menu-current {
    color: #fff;
    text-decoration: none;
    background-color: #e8cd5f !important;
    outline: 0;
}


.img-customize {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.fusion-button.button-2 .fusion-button-text, .fusion-button.button-2 i {
    color: #000000;
}

.fusion-button.button-2 {
    border-width: 0px;
    border-color: #000000;
    width: 100%;
    height: 60px;
}

    .fusion-button.button-2 .fusion-button-icon-divider {
        border-color: #000000;
    }

    .fusion-button.button-2:hover .fusion-button-text, .fusion-button.button-2:hover i, .fusion-button.button-2:focus .fusion-button-text, .fusion-button.button-2:focus i, .fusion-button.button-2:active .fusion-button-text, .fusion-button.button-2:active {
        color: #ffffff;
    }

    .fusion-button.button-2:hover, .fusion-button.button-2:focus, .fusion-button.button-2:active {
        border-width: 0px;
        border-color: #ffffff;
    }

        .fusion-button.button-2:hover .fusion-button-icon-divider, .fusion-button.button-2:hover .fusion-button-icon-divider, .fusion-button.button-2:active .fusion-button-icon-divider {
            border-color: #ffffff;
        }

.fusion-button.button-2 {
    background: #efefef;
}

    .fusion-button.button-2:hover, .button-2:focus, .fusion-button.button-2:active {
        background: #820024;
    }



.fusion-fullwidth-5, .fusion-fullwidth-5.fusion-section-separator {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

@media only screen and (max-width: 1170px) {
    .fusion-fullwidth-5, .fusion-fullwidth-5.fusion-section-separator {
        margin-left: -5% !important;
        margin-right: -5% !important;
    }
}


.fusion-fullwidth-6, .fusion-fullwidth-6.fusion-section-separator {
    padding-left: 10% !important;
    padding-right: 10% !important;
}

@media only screen and (max-width: 1170px) {
    .fusion-fullwidth-6, .fusion-fullwidth-6.fusion-section-separator; {
        margin-left: -10% !important;
        margin-right: -10% !important;
    }
}

.home_background {
    border-color: rgb(234, 233, 233);
    border-bottom: 0px solid rgb(234, 233, 233);
    border-top: 0px solid rgb(234, 233, 233);
    padding-bottom: 150px;
    padding-top: 150px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../Images/bg_home_tree.jpg");
}


.searchform .search-field {
    display: table-cell;
    vertical-align: top;
}

.searchform .search-button {
    display: table-cell;
    width: 33px;
    vertical-align: top;
}

.searchform .search-table .search-field input {
    color: #AAA9A9;
    background-color: #ffffff;
    border: 1px solid #D2D2D2;
    color: #747474;
    font-size: 13px;
    padding: 8px 15px;
    height: 33px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.searchform .search-table .search-button input[type="submit"] {
    background: #000000;
    border: none;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    margin: 0;
    padding: 0;
    width: 33px;
    text-indent: 0;
    cursor: pointer;
    font-family: 'icomoon';
    font-weight: normal;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    transition: all .2s;
}

    .searchform .search-table .search-button input[type="submit"]:hover {
        background: #A0CE4E;
    }

.search-page-search-form-top {
    padding-bottom: 60px;
    border-bottom: 1px solid #E6E5E6;
    margin-bottom: 60px;
}

.search-page-search-form-bottom {
    padding-top: 60px;
    border-top: 1px solid #E6E5E6;
    margin-top: 60px;
}

.search-page-search-form .seach-form {
    text-align: right;
}

    .search-page-search-form .seach-form .search-table .search-field input {
        text-indent: 0;
    }




 .service {
    height: 360px;
    min-height:300px;
    -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, .05);
    box-shadow: 0 0 1.875rem rgba(0, 0, 0, .05);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7f7f7));
    background-image: linear-gradient(180deg, #fff, #f7f7f7);
    background-repeat: repeat-x;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;

    border-radius:10px;
}

.service:before {
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #002185;
    opacity: .6;
    background-image: -webkit-gradient(linear, left top, right top, from(#002185), to(#008fd4));
    background-image: linear-gradient(90deg, #002185, #008fd4);
    background-repeat: repeat-x
}

.service:before,
.service>* {
    position: absolute
}

.service__bg {
    display: block;
    margin:0px;
    top: -10px;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;

    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /*
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
        */

}



@media screen and (prefers-reduced-motion:reduce) {
    .service__bg {
        -webkit-transition: none;
        transition: none
    }
}

.service__bg:after,
.service__bg:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.service__bg:before {
    height: .7142857143em;
    background: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#a7aaac), to(#8e8e8e));
    background-image: linear-gradient(90deg, #a7aaac, #8e8e8e);
    background-repeat: repeat-x;
    opacity: .6;
    z-index: 1
}

.service__bg:after {
    bottom: 0;
    background: rgba(0, 0, 0, .5)
}

.service__icon {

    font-size: 4.2857142857em;
    line-height: 1;
    color: red;
    z-index: 2;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .service__icon {
        -webkit-transition: none;
        transition: none
    }
}

.service__title {
    width:100%;
    text-align: center;
    
    border-radius:10px;
    padding:0px;
    left: 0;
    bottom:0;
    z-index: 2;
    margin:0;
    line-height: 1.6666666667;
    text-transform: uppercase;
    color: #ffffff;
    font-family: UVNHongHaHepBold, sans-serif;
    font-size: 16px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.service__title span {
    display: inline-block;
     background-color:#0247d0;
     width:100%;
     border-radius:10px;
     padding:10px;
     font-weight:bold;
    
}


@media screen and (prefers-reduced-motion:reduce) {
    .service__title {
        -webkit-transition: none;
        transition: none;
        padding:0px !important;


    }

    .service__title spam{
        -webkit-transition: none;
        transition: none;
        background-color:none !important;
        padding:0px !important;
        font-weight:bold;

    }
}

.service__list {
    z-index: 3;
    top: 18.9873417722%;
    left: 40px;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .service__list {
        -webkit-transition: none;
        transition: none
    }
}

.service__list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 2.1428571429
}

.service__list ul li {
    opacity: 0;
    -webkit-transform: translate(40px);
    transform: translate(40px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
    
}

@media screen and (prefers-reduced-motion:reduce) {
    .service__list ul li {
        -webkit-transition: none;
        transition: none
    }
}

.service__list ul li a {
    color: #fff;

    font-size: 16px;
}

.service__list ul li a:before {
    content: "→ "
}

.service__list ul li a:hover {
    color: hsla(0, 0%, 100%, .8)
}

.service__list ul li:first-child {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.service__list ul li:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.service__list ul li:nth-child(3) {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

.service__list ul li:nth-child(4) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.service__list ul li:nth-child(5) {
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.service:hover .service__bg {
    opacity: 0.9;
    
    -webkit-transform: scale(1);
    transform: scale(1);
    background-image: url(/Images/channel-home-hover.png);
    -webkit-animation: zoom 5s;
    animation: zoom 5s;
    
}

.service:hover .service__icon {

    -webkit-transform: translate(0);
    transform: translate(0);
    color: #fff;
    display:none;
    
}

.service:hover .service__title {
    opacity: 1;
    /*
    visibility: hidden;
    */
    text-align: left;
    background:none;
    border-radius:5px;

    padding:10px;
    left: 0px;
    top: 0px;
    padding:0px !important;
}

.service:hover .service__title span {
    background:none;
    margin:10px;



}

.service:hover .service__list {
    opacity: 1
}

.service:hover .service__list ul li {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
}

div[class*=col-]:nth-child(3) .service:before {
    background: #f78b1f;
    background-image: -webkit-gradient(linear, left top, right top, from(#f15a22), to(#f78b1f));
    background-image: linear-gradient(90deg, #f15a22, #f78b1f);
    background-repeat: repeat-x
}

div[class*=col-]:nth-child(4) .service:before {
    background: #232176;
    background-image: -webkit-gradient(linear, left top, right top, from(#232176), to(#7f1c7d));
    background-image: linear-gradient(90deg, #232176, #7f1c7d);
    background-repeat: repeat-x
}

div[class*=col-]:nth-child(5) .service:before {
    background: #8e8e8e;
    background-image: -webkit-gradient(linear, left top, right top, from(#8e8e8e), to(#a7aaac));
    background-image: linear-gradient(90deg, #8e8e8e, #a7aaac);
    background-repeat: repeat-x
}

@media (max-width:1219px) {
    .service {
        margin-bottom: 30px
    }
}

@media (max-width:991px) {
    .service {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .service {
        margin-bottom: 16px
    }
}

@media (max-width:575px) {
    .service {
        font-size: .8333333333em;
        height: 12em
    }

    .service__icon {
        top: 12%;
        font-size: 3.9em
    }

    .service__list {
        top: 12%
    }

    .service:hover .service__icon {
        left: 10px
    }

    .service:hover .service__list {
        left: 60px
    }
}                


.img-adv-bottom{
    padding:0;
    border-radius: 10px;

}    

.img-adv-bottom img:hover {
    opacity: 0.7;
    border-radius: 10px;
    filter: alpha(opacity=50); 
    -webkit-transform: scale(1);
    transform: scale(1);

}        


.product-name {
    top:-60px;
    background-color:#FFFFFF;
    height:50px;
    color:#2279FF;
    font-size:15px;
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
    padding-top:15px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
}

@media (max-width:768px) {
    .product-name {
        top:-50px;
        background-color:#FFFFFF;
        height:50px;
        color:#2279FF;
        font-size:12px;
        font-weight:bold;
        text-align:center;
        vertical-align:middle;
        padding-top:15px;
        border-bottom-right-radius:10px;
        border-bottom-left-radius:10px;
    }
}

.footer {
    height:152px;
    color:#ffffff;
    font-size:12px;
}     

.footer-top {
    /*
    background-image: url(/Images/bg-footer.png);
        */
    background-size: cover;
    padding:30px;
}    

.footer-midle {
    color:#002158;
    padding-top:15px;
    padding-bottom:30px;
}     

.footer-midle .logo{
    padding:10px;
} 

.footer-midle .title{
    padding:10px;
    font-size:16px;
    font-weight:bold;
} 

.footer-midle .cert{
    padding:10px;
} 

.footer-bottom {
    background-color:#2279FF;
    color:#ffffff;
    padding-top:15px;
    padding-bottom:30px;
}  

.about-me-title {
    font-size:16px;
    font-weight:bold;
    color:#00173D;
}      

.about-me {
    font-size:14px;
    color:#00173D;
    padding:20px;
    text-align:justify;
}               

    

.left-menu {
    font-size:13px;
    color:#002158 !important;
    padding-left:0px;
}  


.left-menu .level0 {
    font-size:14px;
    font-weight:bold;
    color:#002158;
    list-style: none;
    padding-left:0px;
    padding-top:5px;
    padding-bottom:5px;
    text-transform: uppercase;
} 

.left-menu .level0 .active {
    color:#F0B90B !important;
} 

.left-menu .level0 a{
    color:#002158 !important;
    border-bottom:1px solid #0247D0;
    
}           

.left-menu .level1{
    border-bottom:0;
    list-style: none;
    padding-top:5px;
    padding-bottom:5px;
    text-transform: none;
}   

.left-menu .level1 a{
    font-size:14px;
    font-weight:normal;
    color:#002158 !important;
    border-bottom:0;
    list-style: none;

}      
.left-menu .level0 ul{
    padding-left:7px;

}       

.row {
    padding-top: 10px;
    padding-bottom: 10px;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      

.btn-send {
    background-color:#F0B90B;
    color:#ffffff;
    width:100px;
}

.site-map {
    font-size:14px;
    color:#002158 !important;
}       

.site-map {
    font-size:13px;
    color:#002158 !important;
    
}  

.site-map .level0 {
    font-size:13px;
    font-weight:bold;
    color:#ffffff;
    padding:10px;
    border-radius:5px;
    list-style: none;
    background-color:#F0B90B !important;
    
} 
.site-map .level0 a{
    font-size:13px;
    font-weight:bold;
    color:#ffffff;
    padding:10px;
    list-style: none;
    
} 

.site-map .level1 {
    font-size:13px;
    font-weight:bold;
    color:#ffffff;
    padding:10px;
    list-style: none;
    
} 
.site-map .level1 a{
    font-size:13px;
    font-weight:bold;
    color:#00173D;
    padding:10px;
    list-style: none;
    
} 

.mobile {
    position: fixed;
    top: 50px;
    left: 0;
    bottom: 0;
    max-width: 100%;
    width: 280px;
    background: #fff;
    z-index: 1000;
    padding-top: 65px;
    -webkit-transform: translate(-120%);
    transform: translate(-120%);
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .mobile {
        -webkit-transition: none;
        transition: none
    }
}

.mobile__inner {
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.7857142857em;
    padding-right: 10px
}

.mobile__scroll {
    height: 100%;
    overflow: auto
}

.mobile .simplebar-content {
    padding-right: 15px
}

.mobile__top ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mobile__top ul li {
    display: inline-block
}

.mobile__top ul li a {
    font-size: 14px;
    line-height: 1.6666666667;
    color: #F0B90B;
    padding: 0;
    position: relative;
    z-index: 2
}

.mobile__top ul li a i {
    margin-right: .75em
}

.mobile__top ul li a i svg {
    height: 1.1666666667em;
    position: relative;
    top: .1666666667em
}

.mobile__top ul li a i svg path {
    fill: #363636
}

.mobile__top ul li a i img {
    display: none
}

.mobile__top ul li a:hover {
    color: red
}

.mobile__top ul li:first-child a svg path {
    stroke: #363636
}

.arrow-up-down, .arrow_back, .arrow_carrot-2down, .arrow_carrot-2down_alt2, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left, .arrow_carrot-2left_alt, .arrow_carrot-2left_alt2, .arrow_carrot-2right, .arrow_carrot-2right_alt, .arrow_carrot-2right_alt2, .arrow_carrot-2up, .arrow_carrot-2up_alt, .arrow_carrot-2up_alt2, .arrow_carrot-down, .arrow_carrot-down_alt, .arrow_carrot-down_alt2, .arrow_carrot-left, .arrow_carrot-left_alt, .arrow_carrot-left_alt2, .arrow_carrot-right, .arrow_carrot-right_alt, .arrow_carrot-right_alt2, .arrow_carrot-up, .arrow_carrot-up_alt2, .arrow_carrot_up_alt, .arrow_condense, .arrow_condense_alt, .arrow_down, .arrow_down_alt, .arrow_expand, .arrow_expand_alt, .arrow_expand_alt2, .arrow_expand_alt3, .arrow_left, .arrow_left-down, .arrow_left-down_alt, .arrow_left-right, .arrow_left-right_alt, .arrow_left-up, .arrow_left-up_alt, .arrow_left_alt, .arrow_move, .arrow_right, .arrow_right-down, .arrow_right-down_alt, .arrow_right-up, .arrow_right-up_alt, .arrow_right_alt, .arrow_triangle-down, .arrow_triangle-down_alt, .arrow_triangle-down_alt2, .arrow_triangle-left, .arrow_triangle-left_alt, .arrow_triangle-left_alt2, .arrow_triangle-right, .arrow_triangle-right_alt, .arrow_triangle-right_alt2, .arrow_triangle-up, .arrow_triangle-up_alt, .arrow_triangle-up_alt2, .arrow_up, .arrow_up-down_alt, .arrow_up_alt, .icon_adjust-horiz, .icon_adjust-vert, .icon_archive, .icon_archive_alt, .icon_bag, .icon_bag_alt, .icon_balance, .icon_blocked, .icon_book, .icon_book_alt, .icon_box-checked, .icon_box-empty, .icon_box-selected, .icon_briefcase, .icon_briefcase_alt, .icon_building, .icon_building_alt, .icon_calculator_alt, .icon_calendar, .icon_calulator, .icon_camera, .icon_camera_alt, .icon_cart, .icon_cart_alt, .icon_chat, .icon_chat_alt, .icon_check, .icon_check_alt, .icon_check_alt2, .icon_circle-empty, .icon_circle-slelected, .icon_clipboard, .icon_clock, .icon_clock_alt, .icon_close, .icon_close_alt, .icon_close_alt2, .icon_cloud, .icon_cloud-download, .icon_cloud-download_alt, .icon_cloud-upload, .icon_cloud-upload_alt, .icon_cloud_alt, .icon_cog, .icon_cogs, .icon_comment, .icon_comment_alt, .icon_compass, .icon_compass_alt, .icon_cone, .icon_cone_alt, .icon_contacts, .icon_contacts_alt, .icon_creditcard, .icon_currency, .icon_currency_alt, .icon_cursor, .icon_cursor_alt, .icon_datareport, .icon_datareport_alt, .icon_desktop, .icon_dislike, .icon_dislike_alt, .icon_document, .icon_document_alt, .icon_documents, .icon_documents_alt, .icon_download, .icon_drawer, .icon_drawer_alt, .icon_drive, .icon_drive_alt, .icon_easel, .icon_easel_alt, .icon_error-circle, .icon_error-circle_alt, .icon_error-oct, .icon_error-oct_alt, .icon_error-triangle, .icon_error-triangle_alt, .icon_film, .icon_floppy, .icon_floppy_alt, .icon_flowchart, .icon_flowchart_alt, .icon_folder, .icon_folder-add, .icon_folder-add_alt, .icon_folder-alt, .icon_folder-open, .icon_folder-open_alt, .icon_folder_download, .icon_folder_upload, .icon_genius, .icon_gift, .icon_gift_alt, .icon_globe, .icon_globe-2, .icon_globe_alt, .icon_grid-2x2, .icon_grid-3x3, .icon_group, .icon_headphones, .icon_heart, .icon_heart_alt, .icon_hourglass, .icon_house, .icon_house_alt, .icon_id, .icon_id-2, .icon_id-2_alt, .icon_id_alt, .icon_image, .icon_images, .icon_info, .icon_info_alt, .icon_key, .icon_key_alt, .icon_laptop, .icon_lifesaver, .icon_lightbulb, .icon_lightbulb_alt, .icon_like, .icon_like_alt, .icon_link, .icon_link_alt, .icon_loading, .icon_lock, .icon_lock-open, .icon_lock-open_alt, .icon_lock_alt, .icon_mail, .icon_mail_alt, .icon_map, .icon_map_alt, .icon_menu, .icon_menu-circle_alt, .icon_menu-circle_alt2, .icon_menu-square_alt, .icon_menu-square_alt2, .icon_mic, .icon_mic_alt, .icon_minus-06, .icon_minus-box, .icon_minus_alt, .icon_minus_alt2, .icon_mobile, .icon_mug, .icon_mug_alt, .icon_music, .icon_ol, .icon_paperclip, .icon_pause, .icon_pause_alt, .icon_pause_alt2, .icon_pencil, .icon_pencil-edit, .icon_pencil-edit_alt, .icon_pencil_alt, .icon_pens, .icon_pens_alt, .icon_percent, .icon_percent_alt, .icon_phone, .icon_piechart, .icon_pin, .icon_pin_alt, .icon_plus, .icon_plus-box, .icon_plus_alt, .icon_plus_alt2, .icon_printer, .icon_printer-alt, .icon_profile, .icon_pushpin, .icon_pushpin_alt, .icon_puzzle, .icon_puzzle_alt, .icon_question, .icon_question_alt, .icon_question_alt2, .icon_quotations, .icon_quotations_alt, .icon_quotations_alt2, .icon_refresh, .icon_ribbon, .icon_ribbon_alt, .icon_rook, .icon_search, .icon_search-2, .icon_search_alt, .icon_shield, .icon_shield_alt, .icon_star, .icon_star-half, .icon_star-half_alt, .icon_star_alt, .icon_stop, .icon_stop_alt, .icon_stop_alt2, .icon_table, .icon_tablet, .icon_tag, .icon_tag_alt, .icon_tags, .icon_tags_alt, .icon_target, .icon_tool, .icon_toolbox, .icon_toolbox_alt, .icon_tools, .icon_trash, .icon_trash_alt, .icon_ul, .icon_upload, .icon_vol-mute, .icon_vol-mute_alt, .icon_volume-high, .icon_volume-high_alt, .icon_volume-low, .icon_volume-low_alt, .icon_wallet, .icon_wallet_alt, .icon_zoom-in, .icon_zoom-in_alt, .icon_zoom-out, .icon_zoom-out_alt, .social_blogger, .social_blogger_circle, .social_blogger_square, .social_delicious, .social_delicious_circle, .social_delicious_square, .social_deviantart, .social_deviantart_circle, .social_deviantart_square, .social_dribbble, .social_dribbble_circle, .social_dribbble_square, .social_facebook, .social_facebook_circle, .social_facebook_square, .social_flickr, .social_flickr_circle, .social_flickr_square, .social_googledrive, .social_googledrive_alt2, .social_googledrive_square, .social_googleplus, .social_googleplus_circle, .social_googleplus_square, .social_instagram, .social_instagram_circle, .social_instagram_square, .social_linkedin, .social_linkedin_circle, .social_linkedin_square, .social_myspace, .social_myspace_circle, .social_myspace_square, .social_picassa, .social_picassa_circle, .social_picassa_square, .social_pinterest, .social_pinterest_circle, .social_pinterest_square, .social_rss, .social_rss_circle, .social_rss_square, .social_share, .social_share_circle, .social_share_square, .social_skype, .social_skype_circle, .social_skype_square, .social_spotify, .social_spotify_circle, .social_spotify_square, .social_stumbleupon_circle, .social_stumbleupon_square, .social_tumbleupon, .social_tumblr, .social_tumblr_circle, .social_tumblr_square, .social_twitter, .social_twitter_circle, .social_twitter_square, .social_vimeo, .social_vimeo_circle, .social_vimeo_square, .social_wordpress, .social_wordpress_circle, .social_wordpress_square, .social_youtube, .social_youtube_circle, .social_youtube_square {
    font-family: ElegantIcons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.mobile__center {
    margin-top: 25px
}

.mobile__center ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.mobile__center>ul>li {
    position: relative;
    cursor:pointer;
}

.mobile__center>ul>li>a {
    font-family: UVNHongHaHepBold, sans-serif;
    font-size: 1.1428571429em;
    line-height: 1.5;
    text-transform: uppercase;
    color: #363636
}

.mobile__center>ul>li>a:hover {
    color: red
}

.mobile__center>ul>li .arrow {

    position: absolute;
    right: 0
}

.mobile__center>ul>li>ul {
    padding: 24px 0 20px;
    padding-left: 25px;
    font-size: 1em;
    line-height: 1.4285714286;
    display: none
}

.mobile__center>ul>li>ul li a {
    color: #363636
}

.mobile__center>ul>li>ul li.active>a,
.mobile__center>ul>li>ul li.active>a:hover,
.mobile__center>ul>li>ul li a:hover {
    color: red
}

.mobile__center>ul>li>ul li+li {
    margin-top: 10px
}

.mobile__center>ul>li+li {
    margin-top: 12px
}

.mobile__center>ul>li.expand .arrow i:before {
    content: "\32"
}

.mobile__bottom {
    margin-top: 31px
}

.mobile__bottom .navbar__language {
    margin: 0;
    text-align: left
}

.mobile__bottom .navbar__language .dropdown .btn {
    color: #363636
}

.mobile__bottom .navbar__language .dropdown .dropdown-menu {
    top: auto !important;
    bottom: 100%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important
}

.mobile__center>ul>li.expand .arrow i:before {

    content: "\32";
}



.arrow_carrot-down:before {
    content: "\33";
}

@media (max-width:767px) {
    .mobile.active {
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-box-shadow: 0 .4285714286em .5714285714em rgba(0, 0, 0, .16);
        box-shadow: 0 .4285714286em .5714285714em rgba(0, 0, 0, .16)
    }
}

.navbar-default .navbar-toggle{
    border-color: #2279FF !important;
}
.navbar-toggle {
    width: 30px;
    height: 25px;
    display: inline-block;
    position: relative;
    margin-top: 0px;
    margin-right: 15px;
    float: left;
    z-index: 2;
    display: none;
    
}

.navbar-toggle>span {
    display: block;
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    border-radius: 3px;
    background: #ffffff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .navbar-toggle>span {
        -webkit-transition: none;
        transition: none
    }
}

.navbar-toggle>span:first-child {
    top: 0
}

.navbar-toggle>span:nth-child(2),
.navbar-toggle>span:nth-child(3) {
    top: 50%;
    margin-top: -.1071428571em
}

.navbar-toggle>span:nth-child(4) {
    bottom: 0
}

.navbar-toggle.active>span:first-child,
.navbar-toggle.active>span:nth-child(4) {
    opacity: 0;
    -webkit-transform: scale(.4);
    transform: scale(.4)
}

.navbar-toggle.active>span:nth-child(2),
.navbar-toggle.active>span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggle.active>span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width:768px) {
    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        font-size: 14px;
        -webkit-box-shadow: 0 0 1.0714285714em rgba(0, 0, 0, .1);
        box-shadow: 0 0 1.0714285714em rgba(0, 0, 0, .1);
        z-index: 11;
    }

    .navbar-toggle {
        display: block;
    }
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #2279FF !important;
}


.contact-title {
    font-size:18px;
    font-weight:bold;
    color:#002158;
}

.contact-note {
    font-size:12px;
    color:#002158;
}

.contact-label {
    font-size:14px;
    color:#002158;
}

.paging-label{
    font-size:13px;
    color:#002158;
}
.paging-page{
    font-size:13px;
    font-weight:bold;
    color:#002158;
}

.paging-curent{
    text-decoration:underline;
}

.relate-news-label {
    font-size:15px;
    font-weight:bold;
    color:#002158;
    padding:15px;
}

.relate-news {
    font-size:14px;
    color:#002158;
    padding:5px;
    padding-left:30px;
}

.footer-row {
    padding:5px;
    font-size:13px;
}

.footer-row a{
    color:#ffffff;
}

.latest-news {
    height:90px;
}

.latest-news-title {
    padding:5px;
}

.latest-news-title a{
    font-size:16px;
    color:#002158;
}


