﻿@charset "UTF-8";
@import url('css/bootstrap.min.css');
@import url('css/carousel.css');
@import url('css/flexslider.css');
@import url('css/HorizontalMenu.css');
@import url('css/jquery.mmenu.css');
@import url('css/jquery.mmenu.positioning.css');
@import url('css/magnific-popup.css');
@import url('css/style-youth.css');
@import url('css/icons.css');
@import url('css/Khoa.css');

/*----- reset -----*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, em, img, strong, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, thead, tbody, tfoot, tr, th, td{/*border:0;*/font-family:inherit;font-size:100%;margin:0;outline:0;padding:0;}
:focus{outline:0;}
table{border-collapse: collapse;border-spacing: 0;width: 100%; margin: 0 !important}
img{vertical-align:top; border:0 none; max-width: 100%;}
ol, ul {list-style: none;}
/*----- common -----*/
body{background-color:#fff;color:#000;font:normal normal 100% Arial, 'Open Sans', sans-serif;line-height:1.5em;font-size:13px}
input, select, textarea{color:#38444f;font:normal normal 1em Arial, 'Open Sans', sans-serif;}
input{border:0}
a:link, a:visited{color:#363636;text-decoration:none; line-height:20px;}
a:hover{color:#0072bc}
.clear{clear:both}
.wd-center{margin:0 auto;width:1170px}
@font-face {
	font-family: 'Open Sans', sans-serif;
	/*src: url('VNF_Museo_Slab_500.ttf') format('truetype');*/
	font-weight: 400;
	font-style: normal;
}


@-webkit-keyframes blinker { 50% { opacity: 0.5; } 100% { opacity: 1; } }
@-moz-keyframes blinker { 50% { opacity: 0.5; } 100% { opacity: 1; } }
@-o-keyframes blinker { 50% { opacity: 0.5; } 100% { opacity: 1; } }
@keyframes blinker { 50% { opacity: 0.5; } 100% { opacity: 1; } }
.blink {
	-webkit-animation: blinker 0.3s infinite; /* Safari 4+ */
	-moz-animation:    blinker 0.3s infinite; /* Fx 5+ */
	-o-animation:      blinker 0.3s infinite; /* Opera 12+ */
	animation:         blinker 0.3s infinite; /* IE 10+, Fx 29+ */
}

/* Blink for Webkit and others (Chrome, Safari, Firefox, IE, ...) . Ex:<span class="blink">This text blinks! :) </span> */
@-webkit-keyframes blinker2 { from {opacity: 1.0;} to {opacity: 0.6;} }
.blink2 {
	text-decoration: blink;
	-webkit-animation-name: blinker2;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}


@-webkit-keyframes blinker-neon { 
	from {opacity: 1.0; } 
	to {opacity: 0.5; text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #49ff18, 0 0 30px #49FF18, 0 0 40px #49FF18, 0 0 55px #49FF18; } 
}
.blink-neon {
	text-decoration: blinker-neon;
	-webkit-animation-name: blinker-neon;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
	
}


/* Định nghĩa hiệu ứng nhấp nháy ánh sáng đỏ */
@keyframes neon-shine {
    from {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ff0000, 0 0 30px #ff0000, 0 0 40px #ff0000;
        opacity: 1;
    }
    to {
        text-shadow: 0 0 2px #fff, 0 0 5px #ff0000, 0 0 10px #ff0000, 0 0 15px #ff0000;
        opacity: 0.5; /* Tạo hiệu ứng mờ dần rồi sáng lại */
    }
}
.blink-neon-red {
    /* 1. Thiết lập màu chữ cơ bản */
    color: red; 
    font-weight: bold;
    
    /* 2. Gọi Animation (Sử dụng cú pháp chuẩn) */
    animation: neon-shine 0.8s ease-in-out infinite alternate;
}


.subpage .content {overflow:auto;}

/*loading*/
.wd-loading{background-color: #fff;position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 99999}
.wd-loading span{background: url(img/front/loader.gif) center center no-repeat;height: 32px;width: 32px;position: absolute;left: 50%;top:50%;margin-left: -16px;margin-top:-16px;}
.camera_loader {background: #fff url(img/front/camera-loader.gif) no-repeat center;background: rgba(255, 255, 255, 0.9) url(img/front/camera-loader.gif) no-repeat center;border: 1px solid #ffffff;border-radius: 18px;-moz-border-radius: 18px;-webkit-border-radius: 18px;height: 36px;left: 50%;overflow: hidden;position: absolute;margin: -18px 0 0 -18px;top: 50%;width: 36px;z-index: 3;}

/*---header---*/
.wd-head-container { background:url(img/front/bg-header.png) repeat-x 0 0;min-height:130px; z-index:10; position:relative;}
.wd-head-container .wd-header-content .wd-nav .wd-navigation { float:right; }
.wd-top-header {display:inline; font-size:12px;}
.wd-top-right, .wd-content-right { float:right;}
ul.wd-list-menu-l li { float:left; background:url(img/front/icon-dotted.png) no-repeat left center; padding:4px 10px 5px 14px;}
ul.wd-list-menu-l li.first { background:none; padding-left:0 !important;}
ul.wd-list-menu-l li a {color:#fff;}
ul.wd-list-menu-l li a:hover {color:#cdddf0}

.wd-menu-notify { position:relative; padding-right:21px !important;}
.wd-menu-notify .wd-txt-notify { background:#e47023; position:absolute;right:2px; top:2px;width:16px;height:16px; text-align:center; border-radius:100%; color:#fff; font-size:10px; line-height:15px; font-weight:bold;}

ul.wd-list-menu-r { float:right; position:relative}
ul.wd-list-menu-r li { float:left;width: 80px;text-align: center; cursor:pointer; position:relative;
     margin: 3px 4px 2px 0; padding: 1px 0px 4px;
	
}

ul.wd-list-menu-r li a { 
    color:#fff;
    display:block;
    text-align:center;
    background:#065ea5;
    border-radius:4px; -moz-border-radius: 4px;-webkit-border-radius: 4px;
    box-shadow:0px 1px 0 rgba(0,0,0,0.4); -webkit-box-shadow:0px 1px 1px 0px rgba(50, 50, 50, 0.6); -moz-box-shadow:0px 1px 1px 0px rgba(50, 50, 50, 0.6);
	box-shadow:0px 1px 1px 0px rgba(50, 50, 50, 0.6);
}

ul.wd-list-menu-r li a:hover {color:#fff}

/*wd-content-list-category-menu*/
.wd-content-list-category-menu { display:none !important; background:#2592e7;width:188px; position:absolute;top:24px;left:-79px; z-index:111; border-radius:3px; opacity:1 !important; }
.wd-content-list-category-menu li { width: 100% !important;background: none !important;text-align: left !important;margin: 0 0 0 0px!important;border-bottom: 1px solid #93caf3;padding: 6px 0px !important;border-radius: 0!important;box-shadow: none !important;}
.wd-content-list-category-menu li a {display:block; padding:0px 12px; border-radius|:0px; background: transparent !important; box-shadow: none !important; text-align:left !important}
.wd-content-list-category-menu li:last-child { border-bottom:none;}
/* .wd-content-list-category-menu li a:hover {color:#cdddf0 !important;} */
.wd-content-list-category-menu .wd-arrow {display:block; background:url(img/front/icon-arrow-menu.png) no-repeat;position:absolute; top:-4px; left:50%; width:8px; height:4px;}
/*wd-content-list-category-menu-banner*/
.wd-content-list-category-menu-banner {display:none;background:#00477d;width:auto; position:absolute;bottom:63px;left:0; z-index:111; border-radius:3px; padding:8px 0; box-shadow:0 0 6px rgba(0,0,0,0.7); margin-left:0px;}
.wd-content-list-category-menu-banner li{width:96% !important; background:none !important; text-align:left !important; margin:0 !important;padding:6px 6px !important; border-radius:0!important;}
.wd-content-list-category-menu-banner li:last-child { border-bottom:none;}
.wd-content-list-category-menu-banner li a { background:url(img/front/icon-dot-banner-menu.png) no-repeat 3px center !important;height: auto !important; line-height:20px !important; text-transform:inherit !important; padding-left:15px;}
.wd-content-list-category-menu-banner li a:hover {color:#cdddf0;}
.wd-content-list-category-menu-banner .wd-arrow {display:block; background:url(img/front/icon-arrow-menu-banner.png) no-repeat;position:absolute; bottom:-6px; left:50%; width:16px; height:6px;}
.wd-content-list-category-menu li:hover {background-color: rgba(0, 0, 0, 0.16) !important;}
ul.wd-list-menu-r li:hover .wd-content-list-category-menu {display:block !important;}


/* LOGIN FORM */

.wd-component { float:right; padding:10px 9px 9px;}
.wd-container-login { display:block; float:right; margin:20px 0 20px 20px; !width:94px;}
.wd-container-login .wd-txt-login {  float: left; margin-right: 10px; margin-top: 10px; color:#0867b0;}
.login-panel {overflow: hidden; display: block;}

.wd-login {float:right; display:block;width:38px;height:37px; background:#0b74c7 url(img/front/sprite.png) no-repeat -3px -1px;text-indent:-10000em; border:1px solid #0c75c6;border-radius:100%;}
a.wd-login:hover {background:#1a8ae2 url(img/front/sprite.png) no-repeat -3px -1px;}
a.wd-logo { margin-top:5px; position:absolute; }
a.wd-logo-small { display:none;}

/* Huyhq: cap nhat login su dung bootstrap tren desktop */
.wd-new-login {display: block; cursor: pointer;}
.wd-new-login .wd-avatar, .wd-new-login .wd-login-name { display: inline-block; display: inline; zoom: 1; line-height: 35px;}
.wd-new-login .wd-avatar { #border: 1px solid #ddd; border-radius: 100%; width: 35px; height: 35px;}
.wd-new-login .wd-avatar img { border-radius: 100%;}
.wd-new-login .wd-login-name { margin-right: 10px; color: #0867b0;}

/* Them arrow for dropdown */
.dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

/* SEARCH FORM */

.wd-form-search { float:right; margin:22px 0 18px 38px; border:1px solid #d5d5d5;width:195px; height:28px; border-radius:15px;}
.wd-form-search .txt-search { background:transparent; height:26px; width:75%;*width:74%;line-height:26px; padding-left:10px; color:#757575;font-size:12px;}
.wd-form-search .btn-search { float:right;!float:none;width:30px;height:30px; text-indent:-100000em; background:url(img/front/sprite.png) no-repeat -47px -4px; cursor:pointer;}
.wd-form-search .btn-search:hover {background:url(img/front/sprite.png) no-repeat -78px -4px;}
.wd-popup-login-container { background:#f5f5f5; max-width:340px;margin:40px auto; padding:40px 30px; text-align:left; position:relative; border-radius:3px; border:none;}

.wd-info-account {  width: 274px; padding: 10px 15px; font-size: 12px;}
.wd-info-account a { color: #0867b0;}
.wd-info-account form#wd-form-account { overflow: hidden;}
.wd-info-account  fieldset { border:0 ;}
.wd-info-account .wd-input-account { margin-bottom:15px;}
.wd-info-account .wd-input-account input { background:#fff; border:1px solid #e9e9e9; width:100%;  border-radius:3px; padding:7px 10px 7px 10px;color:#bcbcbc; font-size: 12px;}
.wd-info-account .wd-input-account input.user-acc { background:  url(img/front/ico-input-user.png) no-repeat 96%  10px;}
.wd-info-account .wd-input-account input.pass-acc { background: url(img/front/ico-input-password.png) no-repeat 96%  10px;}
.wd-info-account .wd-input-account input:focus { border:1px solid #93dbf9; box-shadow:0 0 7px rgba(0,0,0,0.05)}
.wd-info-account .wd-remember-account input[type='checkbox'] { float:left; margin-right:8px;}
.wd-info-account .wd-remember-account {color:black;}
.wd-info-account .wd-submit-account { overflow: hidden; margin: 10px 0;}
.wd-info-account .wd-submit-account input.login-acc {
		-moz-border-radius: 2px / 2px 2px 2px 2px;
		-webkit-border-radius:  2px 2px 2px 2px;
		border-radius: 2px 2px 2px 2px;
		background-color: #0967b1;
 		font-weight:bold; text-transform:uppercase; height:30px; line-height:30px; padding:0 16px; min-width:110px; cursor:pointer;
 		color: #fff;
}
.wd-info-account .wd-submit-account input.login-acc:hover { background:#085795;}
.wd-link-forgot-password { background-color: #f3f3f3; }
.wd-link-forgot-password a { padding: 4px 0 4px 10px; display: block; }
.login-link-register { display: inline-block; *display: block; zoom:1; margin-left: 20px; }

/* tab of dropmenu */
.wd-tab-content-dropmenu{overflow:hidden}
.wd-tab-content-dropmenu .wd-item-tab{list-style:none;float:left;width:67px;}
.wd-tab-content-dropmenu .wd-item-tab li{display:inline-block;zoom:1;*display:inline;background:#990000;}
.wd-tab-content-dropmenu .wd-item-tab li a{font-size:12px;display:block;padding:10px 15px;outline:none;color:#fff;font-weight:bold;}
.wd-tab-content-dropmenu .wd-item-tab li a:hover{background-color:#339900;color:#fff}
.wd-tab-content-dropmenu .wd-item-tab li.wd-current{position:relative;background-color:#339900;}
.wd-tab-content-dropmenu .wd-item-tab li a.wd-current{color:#fff}
.wd-tab-content-dropmenu .wd-block-tab{background:#fff;border:solid #339900 1px;padding:10px;overflow:hidden;}



/*---wd-language---*/
/*.wd-select-language select{margin:0;width: 110px}
.wd-select-language .borderRadiusTp ul li:last-child,.wd-select-language .borderRadiusTp .border,.wd-select-language .borderRadius .border,.wd-select-language .borderRadiusTp,.wd-select-language .borderRadius{border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0}
.wd-select-language .dd{border: 0}
.wd-select-language .dd .ddArrow{margin-top:-2px; background:url(img/front/sprite.png) no-repeat -158px -41px;width: 9px;height: 5px}
.wd-select-language .ddcommon .ddArrow:hover{background-position:-158px -41px;}
.wd-select-language .dd .divider{border: 0}
.wd-select-language .dd .ddTitle .ddTitleText{color:#fff;padding: 0 18px 0 0;cursor: pointer; background:url(img/front/arrow-down.png) no-repeat right center}
.wd-select-language .dd .ddTitle .ddTitleText img{vertical-align: top;margin-top: 1px}
.wd-select-language .dd .ddTitle{background:none;}
.wd-select-language .dd .ddChild li.selected,.wd-select-language .dd .ddChild li.hover{background:#f0f0f0;cursor: pointer;}
.wd-select-language .dd .ddChild li { padding:3px 0}
.wd-select-language .dd .ddChild li img { padding-top:2px;}
.wd-select-language .dd .ddChild{background: none;border:0;top:38px !important;}
.wd-select-language .ddcommon ul{ background:#fff;width:108px;-moz-box-shadow:5px 5px 5px -5px #888888;box-shadow:2px 2px 5px -3px #888888;}
.wd-select-language .ddcommon .shadow{-moz-box-shadow:0 0 0 0 #888888;-webkit-box-shadow:0 0 0 0 #888888;box-shadow: 0 0 0 0 #888888}
.dd .ddChild li.selected .ddlabel,.dd .ddChild li:hover .ddlabel{color: #282828;}
.ddlabel { padding-left:8px;}
input.text.shadow.borderRadius { display:none !important;}*/
.wd-language { float:right; height: 16px; padding: 3px 0 0 4px;/*border-left: 1px solid #559ed7; margin-top: 4px; margin-left: 4px;*/}
.wd-language ul li { float:left; margin:0 2px;}
.wd-language ul li:last-child { margin-right:0;}

/*---Horizontal sub---*/
.cbp-hrsub .wd-list-block-menu-news li { clear:both; margin-bottom:33px; overflow:hidden;}
.cbp-hrsub .wd-list-block-menu-news li a { background:transparent !important; float:left; margin-right:15px;}
.cbp-hrsub .wd-list-block-menu-news li h4 { padding-top:0; margin-top:-7px;}
.cbp-hrsub .wd-list-block-menu-news li h4 a { color:#1a1919; font-size:13px; float:none; margin-top:3px;line-height:18px;}
.cbp-hrsub .wd-list-block-menu-news li h4 a:hover {color:#075794;}
.cbp-hrsub .wd-list-block-menu-news li p { margin-bottom:10px;}
.cbp-hrmenu .cbp-hrsub a.wd-menu-view-detail { float:left !important; background:#1272bb url(img/front/icon-arrow-right.png) no-repeat right center !important;display:inline-block; height:28px; line-height:28px !important; padding:0 26px 0 13px; color:#fff !important; font-size: inherit; border-radius:3px; margin-right:0; margin-top: 10px;}
.cbp-hrmenu .cbp-hrsub a.wd-menu-view-detail:hover { background:#075794 url(img/front/icon-arrow-right.png) no-repeat right center !important}

/*menu responsive*/
.wd-menu-btn { display:none;}
.wd-menu-responsive, .wd-login-responsive, .wd-search-responsive { float:right;}
#login-responsive .wd-form-account { display:none;}

/*---wd-slide-banner---*/
.wd-slide-banner { /*margin-top:-5px;*/ margin-bottom:0;position:relative;top:-5px; }
.wd-slide-banner .wd-text-slides { position:relative; color:#fff; font-size:18px; }
.wd-slide-banner .wd-text-slides .wd-text-slides-inner { /*width:54%;*/ position:absolute; right:0; bottom:80px;text-shadow:0 2px 4px rgba(0,0,0,0.5); background: rgba(0,0,0, 0.6); padding: 14px 26px;}
.wd-slide-banner .wd-text-slides .wd-text-slides-inner a h4 { font-size:20px; font-weight:bold; margin-bottom:5px; padding-bottom: 5px; text-transform:uppercase; line-height: auto; color:white;}
.wd-slide-banner .wd-text-slides .wd-text-slides-inner p, .wd-slide-banner .wd-text-slides .wd-text-slides-inner a { line-height:20px; font-size: 15px;color:#fff}
.wd-slide-banner .flex-control-paging { display: block;}

.wd-career-content { position:absolute;left:0; bottom:0;!bottom:4px;width:100%;z-index:10;}
.wd-career-content .wd-btn-career {}
.wd-btn-career ul { width:100%; }
.wd-btn-career ul li.last { margin-right:0;}
.wd-btn-career ul li { float:left;  margin-right:1px;width:19.91452991452991%; position:relative;}
.wd-btn-career ul li a {display:block; background:#096eba; color:#fff;width:100%; height:56px; line-height:56px; text-transform:uppercase; text-align:left;}
.wd-btn-career ul li a:hover { background:#075794;}
.wd-btn-career ul li a .wd-icon-30, .wd-icon-30 { background:url(img/front/sprite.png) no-repeat; width:40px; height:30px;display:block; float:left; margin:14px 0 5px 20px;}
.wd-btn-career ul li a .wd-icon-student-01, .wd-icon-student-01 { background-position: 1px -51px ;}
.wd-btn-career ul li a .wd-icon-student-02, .wd-icon-student-02 { background-position: -4px -90px; margin-left:54px;}
.wd-btn-career ul li a .wd-icon-student-03, .wd-icon-student-03 { background-position:-52px -50px ; margin-left:40px;}
.wd-btn-career ul li a .wd-icon-teacher, .wd-icon-teacher { background-position:-54px -88px ;}
.wd-btn-career ul li a .wd-icon-business, .wd-icon-business { background-position:-109px -52px ; margin-left:10px;}

/*wd-tab-content*/
.wd-tab-content{width: 100%;}
.wd-tab-content .wd-item-tab{list-style:none; border-bottom:1px solid #d1d1d1; margin-top:-2px; clear: both;}
.wd-tab-content .wd-item-tab li{display:inline-block;zoom:1;*display:inline; position:relative;}
.wd-tab-content .wd-item-tab li a{ background:url(img/front/bg-line-tab.png) no-repeat 0 3px;font-size:12px;display:block;padding:0px 4px 10px;outline:none;color:#a3a3a3;font-weight:normal; text-transform:uppercase; margin-bottom:-1px;}
.wd-tab-content .wd-item-tab li.first a { background:none; padding-left: 0;}
.wd-tab-content .wd-item-tab li a:hover {color:#075794;}
.wd-tab-content .wd-item-tab li a.active{ color:#075794; border-bottom:2px solid #075794;}
.wd-tab-content .wd-item-tab li a.active span.wd-arrow-down{background:url(img/front/icon-arrow-down-tab.png) no-repeat center bottom;width:7px;height:4px;position: absolute;bottom: -5px;left: 48%;}
.wd-tab-content .wd-item-tab li.wd-current{position:relative;background-color:#376092;}
.wd-tab-content .wd-item-tab li a.wd-current{color:#075794}
.wd-tab-content .wd-block-tab{background:#fff;padding:10px 0 0;overflow:hidden}

/*Content*/
.wd-left-content { float:left;width:31.62393162393162%; margin-right:2.564102564102564%;}
.wd-main-content { float:left;width:65.81196581196581%;}
.wd-main-content .wd-news-left { float:left;width:57.14285714285714%; margin-right:3.896103896103896%;}
.wd-main-content .wd-news-right { float: left;width:38.96103896103896%;}
.wd-news-bottom { /* huyhq remove margin-top: -6px*/}
.wd-partners { margin-top:-7px; margin-bottom:5px}

.wd-title { font-size:18px;color:#222; text-transform:uppercase; padding:20px 10px 11px 0; font-weight:bold;}
.wd-title .wd-icon-30 { background:url(img/front/sprite.png) no-repeat; width:28px; height:28px; float:left; display:block; margin:-1px 4px 5px 0;}
.wd-title .wd-icon-notify { background-position:-10px -139px; }
.wd-title .wd-icon-news { background-position:-56px -139px;}
.wd-title .wd-icon-links { background-position:-99px -140px;}
.wd-title .wd-icon-services { background-position:-9px -177px; }
.wd-title .wd-icon-partners { background-position:-52px -174px; margin-right:8px; margin-top:-3px;}
.wd-list-notify li { overflow:hidden;}
.wd-notify { overflow:hidden; margin:12px 0 13px;}
.wd-notify .wd-notify-left {width:58px;max-height:56px;float:left;display:block;  margin-right:13px;text-align:center;}
.wd-notify .wd-notify-left .month { display:block;width:100%;height:30px; background:#0867b0;line-height:30px;font-size:18px;color:#fff; text-transform:uppercase; }
.wd-notify .wd-notify-left .year {padding:6px 0px;display:block; text-align:center;  line-height:13px;font-size:15px;color:#a5a5a5;border: 1px solid #d1d1d1; border-top:none}
.wd-notify .wd-notify-right .des {  color: #656565; overflow:hidden}
.wd-notify .wd-notify-right .time { font-weight:bold; font-size:14px;color:#5a5a5a;}
.wd-notify .wd-notify-right h4 { margin-top:-2px;}
.wd-notify .wd-notify-right h4 a { font-weight: 600; line-height: 20px;}
.wd-notify-news,
.wd-notify-hot,
.wd-notify-urgency {font-weight:normal; text-transform:uppercase; font-size:10px; color:#fff; margin-left:5px; padding:1px 4px;}
.wd-notify-news {background:#00ad09;}
.wd-notify-hot {background:#e31901;}
.wd-notify-urgency {background:#e31b00;}

/*a.wd-view-detail { float:right; color:#075794; background:url(img/front/icon-arrow-right-blue.png) no-repeat right 7px; padding:0px 13px 7px 0;}
a.wd-view-detail:hover { text-decoration:underline;}*/
a.wd-view-detail { float:right !important; background:#b8b8b8 url(img/front/icon-arrow-right.png) no-repeat right center !important;display:inline-block; height:28px; line-height:28px !important; padding:0 26px 0 13px; color:#fff !important; font-size: inherit; border-radius:3px; margin-right:0;}
a.wd-view-detail:hover { background:#1272bb url(img/front/icon-arrow-right.png) no-repeat right center !important}

ul.wd-list-block-news li { clear:both; margin:12px 0 12px; padding:0 0 12px; overflow:hidden; border-bottom:1px solid #eaeaea;}
ul.wd-list-block-news li:first-child { margin-top:0; padding-top:0;}
ul.wd-list-block-news li:last-child  { border-bottom:none; margin-bottom:0; padding-bottom: 12px;}
ul.wd-list-block-news li a {float:left; margin-right:14px; font-weight:normal;}
ul.wd-list-block-news li h4 {  margin-top: -4px; }
ul.wd-list-block-news li h4 a { float:none; font-weight: 600; line-height: 24px;}
ul.wd-list-block-news li .date {float:left;background:url(img/front/sprite.png) no-repeat -118px -4px; padding:4px 0 0px 20px; color:#a9a9a9;font-size:12px;}
ul.wd-list-block-news img {width:86px;}

ul.wd-list-block-links li { margin-bottom:7px;}

/*wd-career-accordion*/
.wd-container-career-accordion { display:none}
.wd-career-accordion{width:auto;overflow: hidden;color:#444444;position: relative}
.wd-career-accordion h3.title-accordion{background:#0967b1;color: #fff;padding:0 22px 0 32px;font-size:16px;margin: 0px;position: relative;cursor: pointer;border-bottom:1px solid #fff; height:52px; line-height:52px; text-transform:uppercase; font-weight:normal;}
.wd-career-accordion h3.title-accordion a {display:block; color:#fff}
.wd-career-accordion h3.title-accordion:hover{background:#00477d;}
.wd-career-accordion h3.active{background:#00477d;padding:0 22px 0 32px;font-size:16px;height:52px; line-height:52px;}
.wd-career-accordion div.para{margin: 0; padding:0; position: relative;background-color:#ffffff}
.wd-career-accordion div.para h4.title-sub{cursor: pointer;background-color: #f0f0f0;margin:0 0 1px;padding: 8px 32px}
.wd-career-accordion div.para div.child-cont{margin: 0;padding: 0;position: relative}
.wd-career-accordion  h3.title-accordion span.arrow{background: transparrent;position: absolute; right: 10px;z-index: 10;float: right;width: 11px;height: 13px}
.wd-career-accordion  h3.title-accordion span.arrow:hover{}
.wd-career-accordion  h3.title-accordion span.active-arrow{}
.wd-career-accordion  p { padding:5px 32px; background:#f7f7f7;}
.wd-career-accordion  ul.wd-list-menu-career li { background:#f0f0f0; padding:8px 32px; border-bottom:1px solid #fff;}
.wd-career-accordion  ul.wd-list-menu-career li a { display:inline-block; font-weight:bold;}

/*footer*/
.wd-footer-container { min-height:213px; background:#075794 url(img/front/bg-footer.png) no-repeat center 0; box-shadow:0 0 6px rgba(0,0,0,0.6) inset; color:#b9c7d8;}
.wd-footer-container a {color:#b9c7d8;}
.wd-footer-container a:hover {color:#fff}
.wd-footer-container .wd-block-info-company {float:left;width:17.43589743589744%; margin-right:8.205128205128205%;}
.wd-footer-container .wd-block-info-company ul li { line-height:24px;}
.wd-footer-container .wd-block-info-company.social {width:28.37606837606838%;margin-right:5.811965811965812%}
.wd-footer-container .wd-block-info-company.last { float:right; width:14.35897435897436%; margin-right:0;}
.wd-footer-container .wd-block-info-company ul.wd-social li {float:left;width:110px; overflow:hidden; margin-bottom:15px;}
.wd-footer-container .wd-block-info-company ul.wd-social li:nth-child(3n) { float:right;width:95px;}

ul.wd-social li {padding-top:3px;}
ul.wd-social .wd-icon-28 { background:url(img/front/sprite.png) no-repeat;width:27px;height:27px;display:block; float:left; margin:-3px 9px 0 0;}
ul.wd-social .wd-icon-facebook { background-position:-166px -54px ;}
ul.wd-social .wd-icon-google { background-position:-203px -54px;}
ul.wd-social .wd-icon-youtube { background-position: -166px -91px;}
ul.wd-social .wd-icon-tiktok { background-position: -166px -128px;}
ul.wd-social .wd-icon-twitter { background-position: -203px -91px;}
ul.wd-social .wd-icon-linkedin { background-position:-240px -54px ;}
ul.wd-social .wd-icon-rss { background-position:-240px -91px ;}

.wd-footer-container h3.wd-title-footer { font-size:14px; padding:18px 0 12px; background:url(img/front/bg-line-footer.png) repeat-x 0 bottom; margin-bottom:12px; color:#dee4ec; font-weight:normal;}
.wd-top-footer { margin-bottom:18px; overflow:visible;}
.wd-footer {  border-top:1px solid #3c7aaa; padding:10px 0 12px; color:#dee4ec}
.wd-designby { float:right;}
.wd-designby .wd-tcx {color:#51f151; font-weight:bold;}

/* HTML for subpage - Huyhq 12/10/2014 */
.wd-content-subpage { border-top: 1px solid #ececec; margin-bottom: 20px; width:100%}
.wd-view-all { background: url(img/front/bg-line-view-all.png) left center repeat-x; overflow: hidden;}
.wd-view-all a { display: block; float: right; background: url(img/front/ico-arrow-blue.png) right 7px no-repeat; background-color: #fff; padding: 0 10px; color: #0867b0}
.wd-view-all a:hover {text-decoration:underline}
/*Breakcrum*/
ul.wd-breadcrumb { overflow:hidden; padding-right:20px; margin: 10px 0;}
ul.wd-breadcrumb li{ overflow:hidden; float:left;}
ul.wd-breadcrumb li a{ padding:0 0 0 30px; background:url(img/front/ico-arrow-blue-01.png) 16px 7px no-repeat; color:#2872a0; font-weight:600;#0867b0}
ul.wd-breadcrumb li.active a{ color:#000;pointer-events: none;cursor: default;}
ul.wd-breadcrumb li a.wd-fisnish-link { font-weight:bold; }
ul.wd-breadcrumb li a.wd-fist-link{ padding:0 0 0 0; color: #2872a0; background: none;}
ul.wd-breadcrumb li a:hover{ text-decoration:none; }

.wd-left-subpage, .wd-main-sub { }
.wd-left-subpage .wd-title-nav { font-size: 17px; color: #106cb2; text-transform: uppercase; font-weight: 600; background-color: #fff; border: 1px solid #e6e6e6; border-bottom: none; height: 43px; line-height: 43px; padding-left: 15px;}
/* Slide top sub-page*/
.wd-sub-slider .flex-control-nav { bottom: 4%; right: 1% !important;}
.wd-left-subpage .ico-dt { background: url(img/front/bg-sprite.png) -9px -8px no-repeat; width: 27px; height: 20px; float: left; margin-top: 4px; margin-top:12px; margin-right:10px;}
.wd-left-nav { padding-right: 15px;}
.wd-left-accordion { border: 1px solid #eaeaea;}
.wd-left-accordion a, .wd-left-accordion .sub-title-accordion { padding: 12px 0; border-bottom: 1px dashed #c9c9c9; display: block; margin: 0 15px;  cursor: pointer; font-weight:600;font-size:14px; color:#222222}
.wd-left-accordion .last { border-bottom: none;}
.wd-left-accordion a:hover, .wd-left-accordion .sub-title-accordion:hover { color:#0c5b98;}
.wd-left-accordion h3.last.wd-active {border-bottom: 1px dashed #c9c9c9; }

.wd-left-accordion .arrow, .wd-left-accordion .active-arrow { background: url(img/front/bg-sprite.png) -11px -77px; width: 8px; height: 7px; display: block; float: right; margin-top: 6px;}
.wd-left-accordion .sub-title-accordion:hover .arrow { background-position: -11px -68px }
.wd-left-accordion .sub-title-accordion.wd-active .arrow { background-position: -10px -59px; }
.wd-left-accordion .sub-link { display:none; }
.wd-left-accordion .sub-link > a { display: block; padding: 12px 13px 10px 15px; border-bottom: 1px solid #E0E0E0;}
.wd-left-accordion .sub-link > a:hover { background-color: #106cb2 !important; margin: 0; color: #fff; padding: 12px 13px 10px 30px;}
.wd-left-accordion .sub-link { background-color: #ffffff; font-size: 13px; }
.wd-left-accordion .sub-title-accordion:hover, .wd-left-accordion .wd-active { color:#0c5b98; }

.wd-fix-mb .wd-slide-banner .wd-text-slides .wd-text-slides-inner p {font-weight:600}
.list-short-courses-fix li h3 { color:#0867b0; margin-left: 69px; font-weight:600}

/*DungPQB edit magrin .wd-left-title-block*/
.wd-left-title-block {font:700 18px/normal 'Open Sans'; line-height: 23px; text-transform: uppercase; margin: 20px 0 0 0; color: #222; margin-bottom:15px;}
.fix-margin-title-block { margin-top: 10px !important;}
/* Center */
.wd-sub-slider { padding-right: 0; }
.sub-news-lists { padding: 0;}
.wd-sub-right { padding-right: 0; }
.wd-news-hot .avatar-block img { width: 100%;}
.list-admis li { line-height: 20px; font-size: 13px; border-bottom: 1px solid #e7e7e7; padding-bottom: 10px; margin-bottom: 10px;}
.list-admis li:first-child { margin-top: 10px;}
.list-admis li:last-child { border-bottom: none;}

/* reset control div */
.wd-link-learn .control-div { right: 10px; top: -34px;}
.wd-link-nckh .control-div { right: 10px; top: -30px;}
.wd-link-ctnc .control-div { right: 10px; top: -30px;}


.wd-link-learn .list-carousel { margin-top: 15px;}
.list-links-learn li a.image { display: block; border: 1px solid #e1e1e1;}
.list-links-learn li p > a { line-height: 18px; font-weight: 400; display: block; font-size: 13px; text-align:left}

/* Right: List khoa hoc ngan han */
.list-short-courses li { overflow: hidden; margin-bottom: 18px;}
.list-short-courses li:last-child { margin-bottom: 10px;}
.list-short-courses li span {float: left; display: block; width: 80px;}
.list-short-courses li p, .list-short-courses li span.wd-date { margin-left: 94px; float: none;}

/* update Thong bao */
.wd-sub-notify .wd-notify-right h4 a { font-weight: 700; }
.wd-sub-notify .wd-notify { margin: 0 0 20px 0;}
.wd-right-ctnt .wd-notify-right h4 a { font-weight: 400; }
.ico-sub-title { background: url(img/front/bg-sprite.png) no-repeat; float:left; margin-right: 5px; }
.ico-ttts  { background-position: -47px -8px; width: 16px; height: 23px; margin-top: -2px;}
.ico-cknh  { background-position: -73px -8px; width: 29px; height: 20px; }
.ico-lkhi  { background-position: -112px -8px; width: 23px; height: 20px; margin-top: 1px;}
.ico-tb    { background-position: -181px -8px; width: 25px; height: 23px; margin-top: -2px;}
.ico-ttsk  { background-position: -216px -8px; width: 20px; height: 17px; margin-top: 2px;}
.ico-cdvlk { background-position: -146px -8px; width: 25px; height: 23px; }
.ico-hotline { background-position: -9px -38px; width: 16px; height: 15px; }
.ico-skype { background-position: -38px -38px; width: 18px; height: 16px; }
.ico-yahoo { background-position: -64px -38px; width: 17px; height: 17px; }
.ico-gt { background-position: -353px -8px; width: 26px; height: 28px; /*margin-top: 11px;*/ }
.ico-gttruong {margin-top: 11px;}
.ico-ctnc { background-position: -322px -8px; width: 22px; height: 23px; }
.ico-tckh { background-position: -355px -8px; width: 24px; height: 20px; }
.ico-nckh { background-position: -251px -8px; width: 21px; height: 22px; margin-top: 11px;}
.ico-htqt { background-position: -390px -7px; width: 26px; height: 26px; margin-top: 8px;}
.ico-hbdh { background-position: -425px -7px; width: 20px; height: 26px; margin-top: -2px;}
.ico-address { background-position: -118px -39px; width: 20px; height: 15px; margin-top: 4px; margin-left: 2px;}
.ico-phone { background-position: -94px -39px; width: 20px; height: 13px; margin-top: 5px;}
.ico-email { background-position: -139px -39px; width: 20px; height: 12px; margin-top: 5px;}
.ico-hdvl { background-position: -223px -35px; width: 20px; height: 20px; margin-top: -1px;}
.ico-dv {background-position: -308px -35px;height: 21px;width: 20px; margin-top:-2px}
.ico-yt {background-position: -253px -35px;height: 19px;width: 19px; margin-top:0px}
/*Edit by DungPBQ*/
.ico-ttqt {background-position: -280px -35px;height: 23px;width: 19px; margin-top:-2px;}
.ico-tvts { background-position: -33px -60px; width: 30px; height: 23px; margin-top: -2px;}
.ico-lktd { background-position: -146px -6px; width: 30px; height: 27px; margin-top: -2px;}


/* Link huu ich - left*/
.wd-link-helpful ul li { margin-top: 10px;}
.wd-link-helpful ul li img { width: 100%; }

/* Center news */
.sub-news-lists ul li img { width: 100%;}
.sub-news-lists ul { overflow: hidden; margin-bottom: 10px;}

/* Left: Tu van hoi dap */
.wd-consultant { border: 1px solid #e9e9e9; margin-top: 20px; padding-bottom: 8px;}
.wd-consultant h3 { font-size: 16px; font-weight: 600; color: #212121; height: 37px; line-height: 37px;  padding-left: 15px; text-transform: uppercase; border-bottom: 1px solid #eaeaea;}
.wd-consultant h3.wd-color {color:#0867b0; font-weight:900}
.wd-consultant p { padding: 0 15px; overflow: hidden; margin: 10px 0 6px 0; font-size: 13px;}
.wd-consultant .hotline { color: #c40303; font-size: 18px; font-weight: bold;}
.wd-left-contact p { margin: 6px 0;}
.wd-left-contact p a {color:#075794}
.wd-left-contact p a:hover {text-decoration:underline}
/* reset wd-title: index.html */
.wd-title-carousel { padding: 10px 0 12px 0; }
.wd-news-bottom .control-div {top: -33px;}

.wd-show-img { margin-top: 10px;}
.wd-show-img img { width: 100%;}

.wd-date { background: url(img/front/icon-date.png) left 2px no-repeat; padding-left: 18px; color: #a9a9a9;}
.sub-news-lists .wd-date { margin-top: 5px; display: block;}

.wd-social-sharing { float:right; width:180px; height:30px; margin:-22px 8px 0 0; }
.wd-social-sharing .div-facebook { float:left; }
.wd-social-sharing .div-zalo { float:right; }


/* Dich vụ hỗ trợ 25-09*/
.wd-content-subpage {overflow:hidden}
.wd-services-list .sub-news-lists ul li p {margin:12px 0px}
.wd-left-subpage .ico-dv { background: url(img/front/bg-sprite.png) -186px -35px no-repeat; width: 27px; height: 29px; float: left; margin-top:7px; margin-right:8px;}
.wd-new-yt .list-admis li span {color:#a9a9a9 }
.wd-new-yt .list-admis li:last-child {padding-bottom:0px;}
.wd-referendum {margin-top:20px;}
.wd-referendum .wd-left-title-block {margin: 12px 12px 0px 12px;background: url(img/front/bg-line-view-all.png) left bottom repeat-x; padding-bottom:12px}
.wd-referendum.wd-left-accordion a {border-bottom:1px solid #e7e7e7}
.wd-referendum.wd-left-accordion a:last-child  {border-bottom:none}
.wd-jobs .list-admis li:last-child {border-bottom: 1px solid #e7e7e7;}
.wd-banner-detail .wd-slide-banner .wd-text-slides .wd-text-slides-inner { top:auto; bottom:5px; left:5px;padding: 10px 16px;}
.wd-banner-detail .wd-slide-banner .flex-control-paging {display:block; z-index:9999}
.cbp-hrmenu ul.wd-list-submenu li a { display:block; width:60%; padding-top:3px; padding-bottom:3px; border-bottom:1px solid #ececec;text-transform: uppercase; font-size:12px; font-weight:600}
.cbp-hrmenu ul.wd-list-submenu li.last a  {border-bottom:none}
.cbp-hrmenu ul.wd-list-submenu li:hover a.link-sub,
.cbp-hrmenu ul.wd-list-submenu li a.current { position: relative;z-index: 9;background: url(img/front/icon-menu.png) center right no-repeat #fff !important;}
.cbp-hrmenu ul.wd-list-submenu li ul.subtab {display:none}
.cbp-hrmenu ul.wd-list-submenu li:hover ul.subtab {right: -22px; background-color:#fff !important;box-shadow: -17px 2px 17px -19px rgba(0, 0, 0, 0.1);display:block}
.cbp-hrmenu ul.wd-list-submenu li:hover ul.subtab li ,
.cbp-hrmenu ul.wd-list-submenu li ul.subtab li {margin: 5px 0;}
.cbp-hrmenu ul.wd-list-submenu li ul.subtab li a {background:none transparent !important}
.cbp-hrmenu ul.wd-list-submenu li ul.subtab li a,
.cbp-hrmenu ul.wd-list-submenu li:hover ul li a {width:auto; border:none; padding-top:3px; padding-bottom:3px;text-transform: none; font-size:12px}

.cbp-hropen .cbp-hrsub {height: 240px;}
.wd-banner-detail .wd-slide-banner  {top:0px; margin-top:0px}
.wd-index .cbp-hropen .cbp-hrsub {margin-top:-0px;/* background: url(img/front/icon-menu-bd.png) repeat-x 0px 0px #fff ; */}

/* Fix hover Menu */
.cbp-hrmenu .cbp-hrsub {display:none !important}
.cbp-hrmenu ul li:hover .cbp-hrsub {display:block !important;/*background: url(img/front/bg-menu-content.png) left bottom repeat-x*/border: 1px solid rgba(0,0,0,0.15);
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175); box-shadow: 0 6px 12px rgba(0,0,0,0.175);display: block;padding-bottom: 20px;padding-top: 25px;font-size: 13px;z-index: 11;margin-top: 0px;border-top: 1px solid #ececec;}
.wd-index .cbp-hrmenu ul li:hover .cbp-hrsub {margin-top:0px;}
.wd-index .flex-control-nav {width:1170px;position: relative; margin: 0 auto;margin-top: -19px; right:auto}
.wd-index .flex-control-nav li  {margin:0px 0px 0px 10px}
.list-carousel li p {text-align:left}


/* Cap nhat 29-9 */

.wd-fix-mb {margin-bottom:20px;}
/* Left */
.wd-menu-left  .wd-title-nav { background-color:#0867b0; color:#fff; position:relative;cursor: pointer;}


/* "Nếu thẻ cha có chứa .your-class bên trong, thì tô nền thẻ cha" */
.wd-title-nav-phhs {
	background-color:#0867b0 !important; color:#fff !important; position:relative !important;cursor: pointer !important;
}

.wd-menu-left  .ico-sv { background: url(img/front/bg-sprite.png) -341px -32px no-repeat; width: 23px; height: 28px; float: left; margin-top:7px; margin-right:10px;}
.wd-menu-left  .ico-gv { background: url(img/front/bg-sprite.png) -396px -39px no-repeat; width: 30px; height: 28px; float: left; margin-top:7px; margin-right:2px;}
.wd-menu-left  .ico-phsv, .wd-title-nav-phhs .ico-phsv { background: url(img/front/sprite.png) -11px -50px no-repeat; width: 30px; height: 28px; float: left; margin-top:7px; margin-right:2px;}
.wd-menu-left  .ico-csv { background: url(img/front/sprite.png) -109px -50px no-repeat; width: 44px; height: 28px; float: left; margin-top:7px; margin-right:2px;}
.icon-click { display:block; position:absolute; top:17px; right:17px; width:9px; height:5px; background: url(img/front/icon-01.png) 0px -9px no-repeat;}
.icon-click-01 { display:block; position:absolute; top:3px; right:0px; width:19px; height:16px; background: url(img/front/icon-01.png) 0px -42px no-repeat;}
.wd-active-01 .icon-click {background-position: 0px 0px }
.wd-active-01 .icon-click-01 {background-position: 0px -22px }
.wd-left-nav .avatar-block { padding:0px 12px; display:block}
.wd-left-nav .avatar-block img {width:100%}
.wd-left-title-block-01 {color:#0867b0;font:700 18px/normal 'Open Sans';text-transform: uppercase;margin:0; padding-bottom:8px; border-bottom:1px solid #0867b0; position:relative; margin-bottom:10px;cursor: pointer;}
.wd-left-nav .wd-left-title-block-01 { margin:10px 12px;}
.wd-block-content {padding:10px; border:1px solid #eaeaea; margin-bottom:15px}
.wd-block-content .wd-list-notify .wd-notify .wd-notify-left .month {background-color:#b6becb}

.wd-block-content-search { position:relative}
.wd-block-content-search .wd-form-search { position:absolute; top:7px; right:48px; margin:0px;border-radius:0px;width: 230px; height:26px; display:block !important}
.wd-block-content-search .wd-form-search .txt-search {width:85%; height:26px;}
.wd-block-content-search .wd-left-title-block-01 {border-bottom:none}

.wd-form-search-01 {overflow:hidden;margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #d9d9d9}
.wd-form-search-01 .txt-search {padding:6px 5px 5px; width:75%; float:left; border:1px solid #d9d9d9}
.wd-form-search-01 .btn-search { width:116px; float:right; background:url(img/front/icon-tk.png) 7px 9px no-repeat #0867b0; padding:0px; height:31px; text-align:center;color:#fff; }
.wd-form-search-01 .btn-search:hover { background:url(img/front/icon-tk.png) 7px 9px no-repeat #075794;}

.list-admis li a {display:block; font-weight:600}
.sub-news-lists ul li p {margin-top:5px}
.sub-news-lists ul li p,
.list-short-courses-fix li p,
.list-short-courses li p {font-weight:600;}
.wd-news-hot {position:relative;}
.wd-news-hot .wd-caption-hot {position:absolute; bottom:0px; left:0px; width:100%; padding:5px 0px;background: rgba(0,0,0, 0.6);}
.wd-news-hot .wd-caption-hot  a {display:block; color:#fff; display:block; padding:5px 10px;}
.wd-news-hot .wd-caption-hot span {display:block; margin-left:10px}
.list-short-courses-fix li span { width:auto}
.list-short-courses-fix li span img{ width:58px; height:52px; border:1px solid #d9d9d9}
.list-short-courses-fix  li p, .list-short-courses-fix li span.wd-date {margin-left:69px}
.wd-block-content .wd-tab-content .wd-item-tab li a {padding: 0px 3px 10px;}
.wd-block-content .wd-tab-content .wd-item-tab {border-bottom:1px solid #0867b0}

.wd-block-content-lh { padding:10px 0px}
.wd-block-content-lh .wd-left-title-block-01 { margin:0px 10px 10px;}
.wd-block-content-lh .wd-left-accordion { border:none}
.wd-block-content-lh .wd-left-accordion .sub-title-accordion i {background: url(img/front/icon-date.png) left 2px no-repeat;padding-left: 18px;color: #a9a9a9;width: 80px;margin-right: 2px;}
.wd-block-content-lh  .wd-view-all {margin:5px 10px 0px 10px}

.wd-block-content-lh .wd-left-accordion .sub-title-accordion {border-bottom:2px solid #fff; background-color:#eaeaea; margin:0px; padding:12px}
.wd-block-content-lh .wd-left-accordion .sub-link { background-color:#fff;}
.wd-list-notify .wd-notify .wd-notify-right h4 a.wd-icon { padding-left:17px; background: url(img/front/icon-day.png) left 2px no-repeat;}
.wd-list-notify .wd-notify .wd-notify-right h4 span.wd-day {color:#a9a9a9; padding-left:5px}
.wd-list-notify-01 li { border-bottom:1px solid #d9d9d9}
.wd-list-notify-01 li:last-child   { border-bottom:none}

.wd-left-accordion .sub-link-01 { background-color:#fff}
.wd-left-accordion .sub-link > a.wd-active { background-color: #106cb2 !important; margin: 0; color: #fff; padding: 12px 13px 10px 30px;}
.wd-left-accordion .sub-link-01 a {margin:0px; padding:5px 10px 5px 30px; border:none; font-weight:400;}
.wd-left-accordion  .sub-link-01 {display:none;}
.wd-left-accordion .wd-view-all {margin:0px 15px 10px;}
.wd-left-accordion .wd-view-all a { display: block; float: right; background: url(img/front/ico-arrow-blue.png) right 7px no-repeat; background-color: #fff; padding: 0 10px; color: #0867b0; margin:0px}

.wd-news-bottom .list-carousel {min-height:152px;}
.wd-news-bottom .list-carousel .caroufredsel_wrapper {min-height:152px;}
.wd-link-nckh {overflow: hidden;}
.wd-link-nckh .list-carousel li {margin-right: 20px; }
.wd-link-learn .list-carousel {min-height: 157px;}
.wd-link-learn .list-carousel .caroufredsel_wrapper {min-height: 157px;}

.wd-partners .list-carousel-2 {min-height: 105px;}
.wd-partners .list-carousel-2 .caroufredsel_wrapper {min-height: 105px;}

.wd-link-nckh .list-carousel {padding-bottom:0px}

#fancybox-content {width: 100% !important;}

/* 06-10 */

.wd-referendum-fix { margin-top:10px}
.wd-link-htqt-phsv {margin-top:15px; }
.wd-aboutphsv img {width:100%; margin-bottom:10px}
.wd-aboutphsv p {font-size:13px;  color:#000; }
.wd-lkhi-csv {margin-top:10px;}
.wd-lkhi-csv ul li {width:100%; margin-bottom:10px}
.wd-lkhi-csv ul li img  {width:100%;}
.wd-link-htqt-phsv ul li img  {width:100%;}


/* 07-10 */
.wd-cdcsv .wd-left-title-block {color:#0867b0}
.wd-link-nckh .list-carousel li  {min-height:200px}
.wd-cdcsv .list-carousel li  {min-height:260px}
.wd-cdcsv .list-carousel li  a {margin-bottom:3px; display:block}
.wd-cdcsv .list-carousel li  p {font-size:12px; margin:0px 0px}
.wd-cdcsv .list-carousel li  p span {text-transform: uppercase;}

.wd-info-about img {float:left; margin-right:17px}
.wd-sub-right .wd-referendum-fix  { margin-top:0px}
.wd-sub-right .wd-referendum-fix .avatar-block  {display:block; }
.wd-sub-right .wd-referendum-fix .avatar-block  img {width:100% }

.wd-from-gopy {overflow:hidden; width:100%;}
.wd-from-gopy input {padding:5px; border:1px solid #eaeaea; width:99%; margin-bottom:10px}
.wd-from-gopy textarea {padding:5px; border:1px solid #eaeaea; width:99% !important; margin-bottom:10px; height:33px}
.wd-from-gopy input.btn-search {width:auto; padding:2px 10px; background-color:#0867b0; margin-bottom:0px; float:right; color:#fff;text-transform: uppercase; border:none;border-radius: 5px;}
.wd-from-gopy input.btn-search:hover {background-color:#065592}

.wd-designby.pc {display:block}
.wd-designby.mobi {display:none}


/* 09/10/2014 */
/* Paging */

.wd-paging{margin:10px auto;padding:4px 0;text-align:right;color:#4684D1}
.wd-paging span{text-align:center;overflow:hidden}
.wd-paging a{color:#fff;border:1px solid #d2d2d2;background-color:#d2d2d2; font-weight:bold;border-radius: 4px;}
.wd-paging a:hover{background-color:#075794;color:#fff;border:1px solid #075794;}
.wd-paging a.wd-prev:hover{background-color:#4684D1;color:#fff;border:1px solid #e6e6e6}
.wd-paging a.wd-next:hover{background-color:#4684D1;color:#fff;border:1px solid #e6e6e6}
.wd-paging a{padding:3px 7px}
.wd-paging .wd-current,.wd-paging span strong{background-color:#075794;color:#fff;border:1px solid #075794;padding:3px 7px;border-radius: 4px;font-weight:bold;}
.wd-paging .wd-prev{background-color:#f9f9f9;padding-left:12px;color:#4684D1}
.wd-paging .wd-next{background-color:#f9f9f9;padding-right:12px;color:#4684D1}
.wd-paging div.wd-disable{display:inline}
.wd-paging div.wd-disable span.wd-next{background-color:#f9f9f9;padding:3px 12px 3px 5px;color:#cccccc;border:1px solid #e6e6e6}
.wd-paging div.wd-disable span.wd-prev{background-color:#f9f9f9;padding:3px 5px 3px 12px;color:#cccccc;border:1px solid #e6e6e6}


/* List */
.wd-list-content  .list-admis li {border-bottom: 1px solid #e7e7e7;}
.wd-list-content {overflow:hidden}
.wd-list-content h3 {margin-top:0px; padding-top:0px}
.wd-list-report  li {line-height: 20px;font-size: 13px;border-bottom: 1px solid #e7e7e7;padding-bottom: 10px;margin-bottom: 10px;}
.wd-list-report  li:last-child   { border-bottom:none}
.wd-list-report  li h3 {margin-bottom:5px}
.wd-list-report  li h3 a {font-size:13px; color:#000; font-weight:bold}
.wd-list-report  li h3 a:hover {color:#0072bc}
.wd-list-report  li p {color:#4e4e4e; font-size:13px;}

/* Liên Kết Đào Tạo */
.wd-lkdt .caroufredsel_wrapper {min-height:220px}
.wd-list-content .list-carousel li  {margin-right:0px !important}
.wd-lkdt .caroufredsel_wrapper h3 {text-align:left; margin-top:6px; line-height:16px;}
.wd-lkdt .caroufredsel_wrapper h3 a {display:block; font-size:13px; color:#222222; font-weight:bold}
.wd-lkdt .control-div {top:-30px}

/* Thong Tin Suyen Sinh */
.wd-list-content .wd-list-ttts.list-admis li:last-child {border-bottom: none; padding-bottom:0px}
.wd-news-list ul.wd-list-block-news li h4 { margin-bottom:5px}
.wd-news-list ul.wd-list-block-news li .date { float:none; margin-top:4px}
.wd-news-list ul.wd-list-block-news li p  { color:#4e4e4e; font-size:13px; line-height:17px; margin-top:8px}
.wd-news-list .wd-how-info {overflow:hidden}

/* Dao Tao Chi Tiet */
.wd-content-detail { overflow:hidden; width:100%; font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;}
.wd-content-detail h2 {border:none; font-size:19px; color: #0473b3; font-weight:bold; margin-bottom:9px; line-height:26px;}
.wd-content-detail img {margin:10px 0px 0px}
.wd-content-detail p {margin:10px 0px 10px; font-size:13px}
.wd-list-content .list-admis.wd-list-more  li:last-child { border-bottom: none; }

/* Logout */
.wd-info-account-01 {width: 150px;padding: 10px 0px 2px;font-size: 12px;}
.wd-logout {margin:0px}
.wd-logout li { }
.wd-logout li a {font-size:12px; color:#222222; display:block;border-bottom:1px solid #ebebeb; margin:0px 7px; padding:7px }
.wd-logout li form {display:block;}
.wd-logout li input {display:block; width:100%; text-align:left; font-size:12px; color:#222222; background:none transparent; border:none; border-bottom:1px solid #fff; margin:0px 7px; padding:7px;}

.wd-logout li:last-child {border-bottom:none;}
.wd-logout li:hover {background-color:#0867b0}
.wd-logout li:hover input,
.wd-logout li:hover a {color:#fff;border-bottom:1px solid #0867b0;}

@media screen and (max-width: 1450px) {
	.flexslider:hover .flex-next{opacity:0.8; right:9%;}
	.flexslider:hover .flex-prev{opacity:0.8;left:9%;}
	.flex-control-nav {right:9%;}
}
@media screen and (max-width: 1380px) {
	.flexslider:hover .flex-next{opacity:0.8; right:7%;}
	.flexslider:hover .flex-prev{opacity:0.8;left:7%;}
	.flex-control-nav {right:6%;}
	}
@media screen and (max-width: 1210px) {
	.wd-center {width:96%;}
	.flexslider:hover .flex-next{opacity:0.8; right:1%;}
	.flexslider:hover .flex-prev{opacity:0.8;left:1%;}
	.flex-control-nav {right:1%;}
    .wd-logo-wrapper {width: auto;}
	a.wd-logo { margin-top:20px;width:335px}
	a.wd-logo img {width:85%;}
	.menu > ul > li > a { padding:7px 9px 16px 8px !important;; font-size:12px !important;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .cbp-hrmenu > ul > li > a {padding: 7px 9px 17px 8px; }
	.wd-footer-container .wd-block-info-company ul.wd-social li:nth-child(3n) { float:left;width:50%;}
	}
	ul.wd-list-menu-r li {width:70px;}
	.cbp-hrmenu .cbp-hrsub-inner {width:98%;}
	ul.wd-list-block-links li a img { width:100%;}
	.wd-footer-container .wd-block-info-company ul.wd-social li {width:50%;}
	.cbp-hrmenu .cbp-hrsub-inner > div {width:19.5%;}
	.cbp-hrsub .wd-list-block-menu-news li h4 a,
	.cbp-hrsub div.first .wd-list-block-menu-news li a,
	.cbp-hrsub div.last .wd-list-block-menu-news li a, .cbp-hropen .cbp-hrsub {font-size:12px;font-size:12px;}
	.wd-left-subpage .wd-title-nav {font-size: 14px; font-weight: 600;}
	}
@media screen and (max-width: 1030px) {
	.cbp-hrmenu .cbp-hrsub a.wd-menu-view-detail { padding:0 23px 0 10px;}
	.wd-btn-career ul li a .wd-icon-30 { float:none; margin:5px auto 0;}
	.wd-btn-career ul li a { line-height:20px; text-align:center; padding-top:2px;}
	.wd-content-list-category-menu-banner li a {text-align:left !important; }
	.wd-list-notify .wd-notify { margin:6px 0 6px;}
	.wd-content-container { font-size:12px;}
	.wd-title { font-size:16px;}
	.wd-tab-content .wd-item-tab li a { font-size:11px;}
	.wd-list-notify .wd-notify .wd-notify-right .time { font-size:13px;}
	.wd-slide-banner .wd-text-slides .wd-text-slides-inner h4 { font-size:26px;}
	.wd-slide-banner .wd-text-slides { font-size:16px;}
	.wd-btn-career ul li {width:19.81452991452991%;}
	.wd-head-container { font-size:12px;}
	.cbp-hrsub .wd-list-block-menu-news li a img { width:75%}
	.cbp-hrsub .wd-list-block-menu-news li a { margin-right:-12px;}
	.wd-left-title-block { font-size: 17px;}
	.wd-left-subpage .wd-title-nav { font-size: 17px !important;}
	}
	
@media screen and (max-width: 1024px) { 
	.wd-block-content .wd-tab-content .wd-item-tab li a {padding: 0px 1px 10px;}
}
@media screen and (max-width: 1000px) {
	.cbp-hrmenu > ul > li > a { padding:7px 4px 16px 4px}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
    .cbp-hrmenu > ul > li > a {padding: 7px 4px 17px 4px; }
	}
	.wd-left-nav, .wd-breadcrumb { padding-left: 15px;}
	.wd-sub-slider { padding-right: 15px; margin-top: 15px;}
	.wd-sub-right { padding-right: 15px;}
	.wd-left-title-block { font-size: 17px;}
	.wd-left-subpage .wd-title-nav { font-size: 17px !important;}
	}
@media screen and (max-width: 959px) {
	.wd-container-career-accordion { display:block;}
	#dnn_headerTopRightPane, .wd-top-left, .wd-form-search, .menu, .wd-container-login, .wd-career-content {display:none}
    .wd-language {border-left: none;}
	.wd-head-container { background:url(img/front/bg-header-responsive.png) repeat-x 0 0;min-height:91px;}
	.wd-career-content { position:inherit;}
	.wd-btn-career ul li { float:none; width:100%}
	.wd-btn-career ul li a .wd-icon-30 { float:right; margin:10px 15px 0;}
	.flexslider { margin-bottom:10px;}
	.wd-btn-career ul li { margin-bottom:5px;}
	.wd-btn-career ul li a { height:50px; line-height:50px; font-size:16px; text-align:left; text-indent:30px;}
	.wd-left-content { float:none;width:100%; margin-right:0;}
	.wd-main-content { float:none;width:100%;}
	.wd-main-content .wd-news-left { float:none; width:100%; margin-right:0;}
	.wd-main-content .wd-news-right { float:none; width:100%}
	.wd-content-container,.wd-list-notify .wd-notify .wd-notify-right .time, ul.wd-list-block-news li .date { font-size:16px;}
	.wd-title { font-size:20px;}
	.wd-btn-career ul li a .wd-icon-student-01 { background-position:-5px -51px;}
	.wd-tab-content .wd-item-tab li a { font-size:14px;}
	.wd-menu-btn { display:block; background:url(img/front/icon-menu-responsive.png) no-repeat center center; width:38px; height:36px;margin-right: -5px;margin-top: 28px;}
	.wd-menu-btn:hover { background:#ececec url(img/front/icon-menu-responsive.png) no-repeat center center;}
	.wd-login-btn {display:block;background:url(img/front/icon-login-responsive.png) no-repeat center center; width:38px; height:36px; margin-right: 0px;margin-top: 28px;}
	.wd-login-btn:hover {background:#ececec url(img/front/icon-login-responsive.png) no-repeat center center;}
	.wd-search-btn {display:block;background:url(img/front/icon-search-responsive.png) no-repeat center center; width:38px; height:36px; margin-right: 0px;margin-top: 28px;}
	.wd-search-btn:hover {background:#ececec url(img/front/icon-search-responsive.png) no-repeat center center; }
	#menu-responsive { background:#f3f3f3 }
	#search-responsive {background:#f3f3f3 }
	#search-responsive .wd-form-search { background:#fff;display:block; width:90%; margin-right:20px;}
	#login-responsive {background:#f3f3f3 }
	#login-responsive .wd-form-account { display:block; padding:25px;}
	.wd-icon-30 { float:right; margin-left:0px;}
	.wd-career-accordion h3.title-accordion {padding: 0 13px 0 32px;}
	.wd-icon-student-01{background-position: -5px -51px;}    
    .wd-career-accordion h3.title-accordion a {padding-top: 16px;}
    .wd-career-accordion h3.title-accordion a span {margin: 0px;}
    a.wd-logo { margin-top:0px;}
	
	/* Fix header */
	.wd-container-login {display: block;float: left;position: absolute;top: 6px;right: 51px;}
	.wd-menu-responsive {position: absolute;top: 0px;right: 18px;}
	.wd-login-responsive {display:none}
	.wd-head-container {overflow:inherit !important}

	}
@media screen and (max-width: 820px) {
	.wd-slide-banner .wd-text-slides, .flex-control-nav  { display:none;}
	a.wd-logo img { width:75%; }
	a.wd-logo {margin-top:0px;}
	.list-carousel-2 li img { width:108%;}
	ul.wd-list-block-news li { margin:10px 0 10px; padding:0 0 10px}
    .wd-menu-responsive {right: 15px;}
	
	.wd-block-content .wd-tab-content .wd-item-tab li a {padding: 0px 8px 10px;}
	}
@media screen and (max-width: 759px) {
	.wd-footer-container .wd-block-info-company ul.wd-social li { width:90%}
	}
@media screen and (max-width: 670px) {
	.wd-center { width:95.5%}
	}
@media screen and (max-width: 620px) {
	.wd-footer-container .wd-block-info-company, .wd-footer-container .wd-block-info-company.social, .wd-footer-container .wd-block-info-company.last { float:none; width:100%; margin-right:0; clear:both;}
	.flex-direction-nav { display:none;}
	.caroufredsel_wrapper { width:98% !important;}
	.wd-content-container,.wd-list-notify .wd-notify .wd-notify-right .time, ul.wd-list-block-news li .date { font-size:14px;}
	.wd-footer-container { background:#075794; }

	/* Fix 1-10 */
	.wd-slide-banner {overflow:hidden}
	.wd-career-accordion div.para h4.title-sub {font-weight:400}
	/* .wd-list-notify .wd-notify .wd-notify-left,
	ul.wd-list-block-news li a {margin-bottom:25px} */
	.wd-title-gradient a {font-size:13px}
	.wd-news-bottom {overflow:hidden}
	.wd-news-bottom .list-carousel {margin:0px; min-height:91px}
	.wd-news-bottom .list-carousel .caroufredsel_wrapper {min-height:91px}
	.wd-link-nckh {overflow:hidden}
	.wd-link-nckh .list-carousel {margin:0px}
	.wd-link-learn .list-carousel li {margin-right:8px}
	.wd-link-ctnc .list-carousel li {margin-right:8px}
	.wd-link-ctnc  .wd-left-title-block {font-size: 11px;line-height: 22px;}
	/* .wd-news-bottom ul li {margin:9px 0px} */
	
	
	.wd-block-content-search .wd-form-search {position:static; float:none; margin:5px 0px 20px}
	.wd-tab-content .wd-item-tab li {margin-bottom:6px}
	.wd-notify-right {overflow:hidden}
	.wd-how-info {overflow:hidden}
	.mm-list > li .wd-form-search {margin:10px auto; display:block; float:none; }
	
	.wd-head-container {height:91px; overflow:hidden}
	.wd-index .wd-slide-banner {overflow:inherit}
	.wd-index .wd-slide-banner .flexslider {overflow:hidden; width:100%}
	.wd-footer-container .wd-block-info-company ul.wd-social li {width:50% !important}
	.wd-link-learn .list-carousel {min-height: 130px;}

	
	.wd-partners .list-carousel-2 {min-height: 78px;}
	.wd-partners .list-carousel-2 .caroufredsel_wrapper {min-height: 78px;}
	
	.sub-news-lists ul li {margin-bottom:10px}
	
	.wd-designby.pc {display:none}
	.wd-designby.mobi {display:block}
	
	.wd-left-subpage, .wd-main-sub {width:100%; float:left}
	.pull-right {margin-top:15px}
	
	/* 09/10/2014 */
	/* list news daotao */
	.wd-news-list ul.wd-list-block-news li a {float:left; margin-right: 0px; font-weight:normal;width: 100%;float: left;margin-bottom: 10px;}
	.wd-news-list .wd-how-info {float:left;}

	
}
@media screen and (max-width: 564px) {
	.wd-menu-responsive, .wd-login-responsive, .wd-search-responsive { position:relative; top: -20px;right: 0px;}
	/* Fix hader */
	.wd-new-login .wd-login-name {display:none}
	.wd-info-account .wd-submit-account input.login-acc {min-width: 88px;}
	.wd-info-account {width: 246px;padding: 10px 10px;font-size: 12px;}
	
	.wd-homepage a.wd-logo-small img, .wd-subpage a.wd-logo-small img { width:80%;}
	.wd-homepage .wd-nav .wd-menu-responsive {margin-top: -48px; margin-right:-18px !important;}
	.wd-subpage .wd-nav .wd-menu-responsive {margin-top: -57px; margin-right:-18px !important; }
	
	.wd-faculty-homepage .wd-head-container, .wd-faculty-subpage .wd-head-container { min-height:80px !important; }
	.wd-faculty-homepage .wd-footer-container, .wd-faculty-subpage .wd-footer-container { min-height:45px !important; }
	.wd-faculty-homepage a.wd-logo-small img, .wd-faculty-subpage a.wd-logo-small img { width:80%;}
	.wd-faculty-homepage .wd-menu-responsive, .wd-faculty-subpage .wd-menu-responsive {margin-top: -10px !important;}
	
	.wd-list-box .wd-content-detail { padding:0; }
}
@media screen and (max-width: 500px) {
	.wd-center {width:94%;}
	.wd-title { font-size:16px;}
	.wd-footer { text-align:center;}
	.wd-designby { float:none;}
	.wd-tab-content .wd-item-tab li a { font-size:12px;}
	.caroufredsel_wrapper { width:96% !important;}
	
	.wd-list-box .wd-content-detail { padding:0 !important; }
	
	.wd-homepage a.wd-logo-small img, .wd-subpage a.wd-logo-small img { width:80%;}
	.wd-homepage .wd-nav .wd-menu-responsive {margin-top: -48px; margin-right:-18px !important;}
	.wd-subpage .wd-nav .wd-menu-responsive {margin-top: -57px; margin-right:-18px !important; }
	
	.wd-faculty-homepage .wd-head-container, .wd-faculty-subpage .wd-head-container { min-height:80px !important; }
	.wd-faculty-homepage .wd-footer-container, .wd-faculty-subpage .wd-footer-container { min-height:45px !important; }
	.wd-faculty-homepage a.wd-logo-small img, .wd-faculty-subpage a.wd-logo-small img { width:80%;}
	.wd-faculty-homepage .wd-menu-responsive, .wd-faculty-subpage .wd-menu-responsive {margin-top: -10px !important;}
		
}
@media screen and (max-width: 450px) {
	a.wd-logo { display:none;}
	a.wd-logo-small { display:block; float:left; margin-top:0px;width:200px}
	a.wd-logo-small img { width:100%;}
	.wd-menu-responsive, .wd-login-responsive, .wd-search-responsive { position: inherit; top: inherit;margin-top: -20px;}/**/
	
	.wd-list-box .wd-content-detail { padding:0 !important; }
	
	.wd-homepage a.wd-logo-small img, .wd-subpage a.wd-logo-small img { width:100%;}
	.wd-homepage .wd-nav .wd-menu-responsive {margin-top: -48px; margin-right:-18px !important;}
	.wd-subpage .wd-nav .wd-menu-responsive {margin-top: -57px; margin-right:-18px !important; }
	
	.wd-faculty-homepage .wd-head-container, .wd-faculty-subpage .wd-head-container { min-height:80px !important; }
	.wd-faculty-homepage .wd-footer-container, .wd-faculty-subpage .wd-footer-container { min-height:45px !important; }
	.wd-faculty-homepage a.wd-logo-small img, .wd-faculty-subpage a.wd-logo-small img { width:80%;}
	.wd-faculty-homepage .wd-menu-responsive, .wd-faculty-subpage .wd-menu-responsive {margin-top: -10px !important;}
}
@media screen and (max-width: 420px) {
	.wd-center {width:92%;}
	
	.wd-list-box .wd-content-detail { padding:0 !important; }
	
	.wd-homepage a.wd-logo-small img, .wd-subpage a.wd-logo-small img { width:100%;}
	.wd-homepage .wd-nav .wd-menu-responsive {margin-top: -48px; margin-right:-18px !important;}
	.wd-subpage .wd-nav .wd-menu-responsive {margin-top: -57px; margin-right:-18px !important; }
	
	.wd-faculty-homepage .wd-head-container, .wd-faculty-subpage .wd-head-container { min-height:80px !important; }
	.wd-faculty-homepage .wd-footer-container, .wd-faculty-subpage .wd-footer-container { min-height:45px !important; }
	.wd-faculty-homepage a.wd-logo-small img, .wd-faculty-subpage a.wd-logo-small img { width:80%;}
	.wd-faculty-homepage .wd-menu-responsive, .wd-faculty-subpage .wd-menu-responsive {margin-top: -10px !important;}
}
@media screen and (max-width: 330px) {
	.wd-btn-career ul li a { font-size:14px;}
	.wd-content-container,.wd-list-notify .wd-notify .wd-notify-right .time, ul.wd-list-block-news li .date { font-size:12px;}
	.list-carousel-2 { padding-bottom:0; margin-bottom:-15px;}
	
	.wd-list-box .wd-content-detail { padding:0 !important; }
	
	.wd-homepage a.wd-logo-small img, .wd-subpage a.wd-logo-small img { width:80%;}
	.wd-homepage .wd-nav .wd-menu-responsive {margin-top: -48px; margin-right:-18px !important;}
	.wd-subpage .wd-nav .wd-menu-responsive {margin-top: -57px; margin-right:-18px !important; }
	
	.wd-faculty-homepage .wd-head-container, .wd-faculty-subpage .wd-head-container { min-height:80px !important; }
	.wd-faculty-homepage .wd-footer-container, .wd-faculty-subpage .wd-footer-container { min-height:45px !important; }
	.wd-faculty-homepage a.wd-logo-small img, .wd-faculty-subpage a.wd-logo-small img { width:80%;}
	.wd-faculty-homepage .wd-menu-responsive, .wd-faculty-subpage .wd-menu-responsive {margin-top: -10px !important;}
}

/*New Menu Main*/

.menu {
	font-family: "Open Sans", Arial, sans-serif;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu > ul {
	z-index:9999;
}

.menu > ul > li {
	float: left;
	position: relative;
}

.menu > ul > li + li {
	margin-left: 1px;
}

.menu > ul > li > a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	color: #22166B;
	font-weight: 600;
	text-shadow: none;
	padding: 9px 12px 9px 12px;
	border-bottom: 5px solid transparent;
	text-decoration: none;
}

.Menu-khoakt > ul > li > a {
    color: #FFF !important;
}

.menu > ul > li.active > a,
.menu > ul > li:hover > a {
	border-bottom-color: #075794;
	color: #075794;
}
.Menu-khoakt > ul > li.active > a,
.Menu-khoakt > ul > li:hover > a {
    color: #ff8849 !important;
    border-bottom-color: #ff8849 !important;
}

.menu > ul > li ul {
	display: none;
	background-color: #FFF;
	width: 240px;
	position: absolute;
	top: 100%;
	left: 0;
	box-shadow: 0 0 1px rgba(0,0,0,0.1);
	border: 1px solid #eee;
	z-index:9999;
}

.menu > ul > li ul li {
	position: relative;
}
.menu > ul > li ul li li li ul {
	border:1px solid #009114;
	margin: 30px 0 0 -229px;
	z-index:9999;
}

.menu > ul > li ul li a {
	display: block;
	padding: 7px 10px 7px 20px;
	border-bottom: 1px solid #ececec;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	color: #000;
	position: relative;
    text-align: left !important;
}
.Menu-khoakt .menu > ul > li ul li a {
    color: #FFF !important;
}

.menu > ul > li ul li a:hover {
	color: #075794;
}
.Menu-khoakt > ul > li ul li a:hover {
    color: #ff8849 !important;
}

.menu > ul > li ul li a:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #000;
	position: absolute;
	top: 15px;
	left: 10px;
}

.menu > ul > li ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

.menu ul li:hover > ul {
    display: block;
}


/*Add by lepty*/
.wd-content-detail ul { list-style:circle}
.wd-content-detail ol { list-style-type: decimal !important}
.wd-content-detail ul li, .wd-content-detail ol li { border: none !Important; border-bottom: none medium !important; padding: 0px; margin:0px;}
.wd-content-detail a {color: #0072bc!important;}
.wd-content-detail a:hover {  text-decoration: underline!important; }
.wd-content-detail  img {height:auto !important}

.wd-head-container .wd-top-left {
    float:left;
}
#dnn_ContentPane {
     /*visibility: hidden;
     display: none;*/
}
.dnnEditState .mm-page {
    min-height: 0!important;
}
.dnnFormPopup {
    top: 35px !important;
}
.caroufredsel_wrapper {
    min-height:170px;
}
#dnn_ctr556_ModuleContent .wd-menu-left .wd-title-nav {
    width: 270px;
    margin-bottom: 10px;
}
#dnn_ctr556_ModuleContent .wd-list-block-links li {
    margin-bottom: 10px!important;
}
#dnn_ctr537_ModuleContent .wd-left-title-block-01 {
    color: rgb(34, 34, 34);
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 12px;
    position: relative;
    margin: 0px 12px 0px 12px !important;
    background: url(img/front/bg-line-view-all.png) left bottom repeat-x;
    cursor: text;
    border: none;
}
#yazmpa_txt {
    display: none;
}
.wd-phhs-image {
    background:url(img/content/img-phsv-01.jpg) no-repeat left center;
    background-size: 100%;
    height: 170px;
    width: 100%;
}
.wd-csv-image {
    background:url(img/content/csv6.jpg) no-repeat left center;
    background-size: 100%;
    height: 170px;
    width: 100%;
}
.wd-sv-image {
    background:url(img/content/sv2.jpg) no-repeat left center;
    background-size: 100%;
    height: 170px;
    width: 100%;
}
.wd-dv-image {
    background:url(img/content/dv2.jpg) no-repeat left center;
    background-size: 100%;
    height: 170px;
    width: 100%;
}
.wd-menu-dvht-thutuc h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: rgb(0, 0, 0) !important;
    margin: 12px 12px 0px 12px !important;
    padding-bottom: 12px;
    border-bottom: 1px dashed #c9c9c9;
}
.wd-dt-image-tuyensinh {
    background: url(img/content/img-sub-1.jpg) no-repeat left center;
    width: 100%;
    height: 176px;
    display: block;
}
.wd-dv-image-yte {
    background: url(img/content/dv1.jpg) no-repeat left center;
    width: 269px;
    height: 176px;
    display: block;
}
.ct-list-club .caroufredsel_wrapper {
    height: 335px !important;
}
.user-account .wd-avatar {
    border: none !important;
}
.user-account {
    margin-top: 2px !important;
}
.list-carousel li img {
    width: auto ! important;
}
.wd-tcdn .wd-left-title-block {
    color: #222 !important;
}
.wd-tcdn .wd-notify {
    font-weight:600;
    font-size: 13px  !important;
}
.wd-tcdn-tintuc {
    border: none !important;
    padding: 0px;
}
.wd-tcdn-tintuc .wd-left-title-block-01 {
    color: #222;
    border: none;
    margin-bottom: 0px !important;
}
.wd-tcdn-tintuc .icon-click-01 {
    display: none;
}
.fed-block-item .glyphicon-pencil,
.wd-content-detail .glyphicon-pencil {
    color: rgb(255, 0, 107);
    padding-right: 5px;
}

.wd-left-accordion{
	background-color:#f4f4f4;
}
.wd-left-accordion .sub-link h3 { padding-left:12px !important; }

.wd-left-accordion .sub-link h3:hover, .wd-left-accordion .sub-link .wd-active {  padding-left:29px !important; }
.wd-left-accordion .sub-link .sub-link a { padding-left:50px !important; background-color: #fff; /*#E5E3E3*/ }

.wd-kkt .wd-slide-banner {
    margin-top: -8px !important;
}
.wd-left-subpage {
    float:left !important;
	clear:both;
}
.wd-introduction {
    padding: 0px;
}

/*Thong bao - tcdn*/
#dnn_ctr6985_View_ctl00_lblNews h3{
    margin-top: 0px !important;
}
#dnn_ctr6985_View_ctl00_lblNews .ico-tb {
    display:none;
}

/*Add by DungPBQ*/
hr.dashed {
    border-color: #c9c9c9;
    border-style: dashed none none;
}

#dnn_headerTopRightPane {
    float: left;
}
.wd-siteMap table {
    width: auto;
}
.language-object { display:none; }
.language-object img { height: 14px; width: 20px; margin: 3px 2px 0 2px; }
.language-object span img { opacity: 0.7; }
.language-object span img:hover { opacity: 1; }
.language-object .Language.selected img { opacity: 1; }

.language-object-override img { height: 14px; width: 20px; margin: 4px 2px 0 2px; }
.language-object-override span img { opacity: 0.7; }
.language-object-override span img:hover { opacity: 1; }
.language-object-override .Language.selected img { opacity: 1; }

td.banner{
    width:170px;
    text-align:center;
}
.banner img{
    max-width:150px;
    max-height:60px;
    height:auto;
    width:auto;
}
.wd-title-nav.wd-active-01 {
    width: 100%;
    margin-bottom: 10px;
}
.cbp-hrmenu ul li:hover .cbp-hrsub{
    border-bottom: 1px solid #ececec;
}
td.hiden,th.hiden {
    display: none;
}
.wd-list-report .media a{
	width:120px;
	max-height:120px;
	position:relative;
    min-height:100px;
}
.wd-list-report .media a img {
  position: absolute;
  margin:auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.wd-left-accordion a:hover, .wd-left-accordion .sub-title-accordion:hover {
  padding: 12px 15px;
  color: white;
  background: #106cb2;
  margin: 0;
}
.wd-left-accordion .sub-title-accordion:hover,.wd-left-accordion .wd-active {
  padding: 12px 15px;
  color: #0c5b98;
  margin: 0;
 }

.wd-left-accordion .sub-title-accordion:hover {
    color: #FFF;
}

 .wd-left-accordion .sub-link > a { display: block; padding: 12px 13px 10px 30px;margin: 0; border-bottom: 1px solid #E0E0E0;}
 .wd-block-content .wd-list-notify .wd-notify .wd-notify-left .month {background-color:#0867b0}
/*.wd-content-container h2{text-transform: capitalize;}*/
.wd-content-detail p {line-height: 22px;font-size: 14px;padding-right: 6px;}
/*.wd-content-container h2{border-bottom: none;}*/
.wd-list-content h4 {font-size: 15px;font-weight: bold;}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td{
    vertical-align:middle;
}
.wd-sitemap h5 a{
    color:#106cb2;
    font-size:15px;
    text-transform:uppercase;
    font-weight:600;
    line-height:25px;
}
.wd-sitemap {
    padding-bottom:15px;
    border: 1px solid #eee;
}
.wd-sitemap h3 {
    font-size: 18px;
    color: #106cb2;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #fff;
    border-bottom: 1px solid #106cb2;
    height: 43px;
    line-height: 43px;
    margin-bottom:10px;
}
.wd-sitemap hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dashed #e7e7e7;
    margin: 10px 0;
    padding: 0;
    width: 100%;
    clear: both;
}
.wd-sitemap p a{
    line-height:24px;
    color:#106cb2;
}
#dnn_col1pane, #dnn_col2pane, #dnn_col3pane{
    padding-left:0;
}

.icon_responsive {
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 0;
    font-size: 0;
    background: url(http://st.f3.vnecdn.net/responsive/c/v57/images/icons/icon_resonesive.gif) no-repeat;
}

.list_item_rss li {
    float: left;
    padding: 0 0 5px;
    margin: 0 0 5px;
    border-bottom: 1px dotted #e2e2e3;
    width: 100%;
}

.ico_respone_rss {
    width: 50px;
    height: 18px;
    background-position: -202px 0;
}

.list_item_rss li {
    float: left;
    padding: 0 0 5px;
    margin: 0 0 5px;
    border-bottom: 1px dotted #e2e2e3;
    width: 100%;
}

/* Khoa Marketing */
.wd-qtkd.wd-qtkd-red .wd-content-list-category-menu { background: #D76639 !important; }
.wd-qtkd.wd-qtkd-red .wd-content-list-category-menu li { border-bottom: 1px solid #BA5E3A !important; }
.wd-qtkd.wd-qtkd-red .wd-content-list-category-menu .wd-arrow { background: url(img/front/icon-arrow-menu-red.png) no-repeat; }
/*Khoa Ke Toan*/
.wd-qtkd.wd-qtkd-purple .wd-content-list-category-menu { background: #522A9E !important; }
.wd-qtkd.wd-qtkd-purple .wd-content-list-category-menu li { border-bottom: 1px solid #764CC8 !important; }
.wd-qtkd.wd-qtkd-purple .wd-content-list-category-menu .wd-arrow { background: url(img/front/icon-arrow-menu-purple.png) no-repeat; }
/*Khoa Ngan Hang*/
.wd-qtkd .wd-content-list-category-menu { background: #003D77 !important; }
.wd-qtkd .wd-content-list-category-menu li { border-bottom: 1px solid #1C60A0 !important; }
.wd-qtkd .wd-content-list-category-menu .wd-arrow{ background: url(img/front/icon-arrow-menu-qtkd.png) no-repeat; }
/*Khoa Thong Ke - Tin hoc*/
.wd-tkth .wd-content-list-category-menu { background: #065ea5 !important; } /* #522A9E */
/* .wd-tkth .wd-content-list-category-menu li { border-bottom: 1px solid #764CC8 !important; } */
.wd-tkth .wd-content-list-category-menu .wd-arrow { background: url(img/front/icon-arrow-menu-purple.png) no-repeat; }
/*Khoa Thuong mai dien tu*/
.wd-tmdt .wd-header-content h1 { padding: 3px 0 !important; }
.wd-tmdt .wd-content-list-category-menu { background: #265496 !important; }
.wd-tmdt .wd-content-list-category-menu li { border-bottom: 1px solid #4c7fc8 !important; }
.wd-tmdt .wd-content-list-category-menu .wd-arrow { background: url(img/front/icon-arrow-menu-blue.png) no-repeat; }

.wd-tmdt ul#navigation-icon { position: fixed; margin: 0px; padding: 0px; top:200px; left: 0px; list-style: none; z-index: 999; }
.wd-tmdt ul#navigation-icon li { width: 100px; }
.wd-tmdt ul#navigation-icon li a { display: block; margin-left: -2px; width: 100px; height: 70px;
		background-color:#CFCFCF; background-repeat:no-repeat; background-position:center center;
		border:1px solid #AFAFAF;
		-moz-border-radius:0px 10px 10px 0px;
		-webkit-border-bottom-right-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-khtml-border-bottom-right-radius: 10px;
		-khtml-border-top-right-radius: 10px;
		/*-moz-box-shadow: 0px 4px 3px #000;
		-webkit-box-shadow: 0px 4px 3px #000;
		*/
		opacity: 0.6;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	}
.wd-tmdt ul#navigation-icon .home a     { background-image: url(http://tympanus.net/Tutorials/FixedNavigationTutorial/images/home.png); }
.wd-tmdt ul#navigation-icon .facebook a     { background-image: url(http://tympanus.net/Tutorials/FixedNavigationTutorial/images/facebook.png); }
.wd-tmdt ul#navigation-icon .about a    { background-image: url(http://tympanus.net/Tutorials/FixedNavigationTutorial/images/id_card.png); }
.wd-tmdt ul#navigation-icon .search a   { background-image: url(http://tympanus.net/Tutorials/FixedNavigationTutorial/images/search.png); }
.wd-tmdt ul#navigation-icon .podcasts a { background-image: url(http://tympanus.net/Tutorials/FixedNavigationTutorial/images/ipod.png); }
.wd-tmdt ul#navigation-icon .rssfeed a  { background-image: url(http://tympanus.net/Tutorials/FixedNavigationTutorial/images/rss.png); }
.wd-tmdt ul#navigation-icon .photos a   { background-image: url(http://tympanus.net/Tutorials/FixedNavigationTutorial/images/camera.png); }
.wd-tmdt ul#navigation-icon .contact a  { background-image: url(http://tympanus.net/Tutorials/FixedNavigationTutorial/images/mail.png); }  

li .dtn-home{
	padding: 12px !important;
	background: url(img/front/dtn-home.png) no-repeat !important;
	font-size: 1px !important;
	margin: 3px 16px !important;
	text-indent: -9999;
}

.wd-list-box{
  border: 1px solid #eee;  
}
.wd-list-box  .wd-content-detail{
	padding-left: 10px;
	padding-right: 10px;
}

.wd-list-box .wd-content-detail h3 { font-size:13pt; font-weight:bold; margin:10px 0 0 0; }
.wd-list-box .wd-content-detail ul , 
.wd-list-box .wd-content-detail ol { margin:10px 0 20px 25px; }
.wd-list-box .wd-content-detail ul li { list-style-type:circle !important; padding-left:3px; }
.wd-list-box .wd-content-detail ul li li { list-style-type:square !important; padding-left:3px; }
.wd-list-box .wd-content-detail ol li { list-style-type:decimal !important; padding:0 0 0 3px; border:0; }
.wd-list-box .wd-content-detail p, 
.wd-list-box .wd-content-detail li { color:#000 !important; font-family:Arial !important; font-size:12pt !important; line-height:1.7em !important; }
.wd-list-box .wd-content-detail span { font-family:Arial; font-size:12pt; }
.wd-list-box .wd-content-detail th , 
.wd-list-box .wd-content-detail td { padding:5px 5px 5px 7px; }
.wd-list-box .wd-content-detail .wd-activity { border:0; }
.wd-list-box .wd-content-detail .wd-activity .flex-control-nav { bottom:65px; right:20px; }
.wd-list-box .wd-content-detail .wd-activity ul , 
.wd-list-box .wd-content-detail .wd-activity ol { margin:0; }
.wd-list-box .wd-content-detail .wd-activity ul li  { list-style-type:none !important; }



.wd-list-box .wd-content-detail .table-result { border:1px solid #999; border-collapse:collapse; }
.wd-list-box .wd-content-detail .table-result tr.tr-head { background:#999; font-weight:bold; }
.wd-list-box .wd-content-detail .table-result tr.tr-head th { color:#fff; text-align:center; padding:5px 3px 3px 3px; line-height:1.2em; }
.wd-list-box .wd-content-detail .table-result tr.tr-head td { text-align:center; padding:5px 3px 3px 3px; line-height:1.2em; }
.wd-list-box .wd-content-detail .table-result tr.odd td { background:#fff; }
.wd-list-box .wd-content-detail .table-result tr.even td { background:#f2f2f2; }
.wd-list-box .wd-content-detail .table-result td { border-top:1px dashed #999; padding:5px 5px 3px 5px; font-size:12px; line-height:1.1em; /*vertical-align:top;*/ }

.wd-list-box .wd-content-detail .list-level-1 { margin-left:10px 0 0 20px; list-style:upper-roman !important; }
.wd-list-box .wd-content-detail .list-level-1 li { font-weight:bold !important; color:#FF0000; border:0; }
.wd-list-box .wd-content-detail .list-level-2 { margin:10px 0 0 18px; list-style:decimal !important;  }
.wd-list-box .wd-content-detail .list-level-2 li { font-weight:bold !important; color:#084278; border:0; }
.wd-list-box .wd-content-detail .list-level-3 { margin-left:15px !important;  }
.wd-list-box .wd-content-detail .list-level-3 li { font-weight:normal !important; color:#084278; border:0; }

.wd-list-box .wd-content-detail .box-bannerCLC ul { margin:5px 0 5px 20px;}
.wd-list-box .wd-content-detail .box-bannerCLC h3 { margin-top:10px; margin-bottom:5px; color:Red; font-size:9.5pt; }
.wd-list-box .wd-content-detail .box-bannerCLC h4 { margin-top:10px; margin-bottom:5px; color:Blue; font-size:9.5pt; }
.wd-list-box .wd-content-detail .box-bannerCLC p { text-indent:20px; }
.wd-list-box .wd-content-detail .box-bannerCLC .pic-forLeft { float:left; margin:0 10px 0 0; }
.wd-list-box .wd-content-detail .box-bannerCLC .pic-forLeft img { width:300px; margin-top:8px; } 
.wd-list-box .wd-content-detail .box-bannerCLC .pic-forRight { float:right; margin:0 0 0 10px; }
.wd-list-box .wd-content-detail .box-bannerCLC .pic-forRight img { width:300px; margin-top:8px; }
.wd-list-box .wd-content-detail .box-bannerCLC .pic-forCenter { margin:0 0 10px 0; text-align:center; }
.wd-list-box .wd-content-detail .box-bannerCLC .pic-forCenter img { width:700px; }
.wd-list-box .wd-content-detail .box-bannerCLC table p { text-indent:0; }

.pdt-cocautochuc { }
.pdt-cocautochuc .cctc-item { clear:both; margin-bottom:15px !important; text-align:center; line-height:1.7em !important; } 
.pdt-cocautochuc .cctc-item .cctc-member { float:left; width:235px; }
.pdt-cocautochuc .cctc-item .cctc-member img { border:0; }
.pdt-cocautochuc .cctc-item .cctc-member .position { font-weight:bold; color:Blue; margin-bottom:5px; }
.pdt-cocautochuc .cctc-item .cctc-member .image { margin-bottom:5px; min-height:141px; }
.pdt-cocautochuc .cctc-item .cctc-member .info { font-size:10pt; } 
.pdt-cocautochuc .cctc-item .cctc-member .info .full-name { font-weight:bold; color:Blue; }
.pdt-cocautochuc .cctc-tang1 { padding-left:303px; }
.pdt-cocautochuc .cctc-tang2 { padding-left:69px; }
.pdt-cocautochuc .cctc-tang3 { padding-left:303px; }
.pdt-cocautochuc .cctc-tang4 { padding-left:69px; }
.pdt-cocautochuc .cctc-tang5 { padding-left:187px; }
.pdt-cocautochuc .cctc-groupname { color:Red; font-weight:bold; font-size:12px; margin-top:20px; }
.pdt-cocautochuc .cctc-groupname .col-left { float:left;text-align:right;width:318px; } 
.pdt-cocautochuc .cctc-groupname .col-right { float:left;text-align:left;width:318px;margin-left:60px; }

.menunav-thuvien > ul { background:#003d77; min-height:28px; margin:10px 0 0 0; }
.menunav-thuvien > ul > li > a { padding:4px 14px; color:#fff; font-size:10pt; }
.menunav-thuvien > ul > li.active > a,
.menunav-thuvien > ul > li:hover > a { color:#feff8a !important; border-bottom-color:#dbd300 !important; }

.wd-text-slides-inner > a > h4{
  padding-right: 20px;
}

.wd-wapper-en .wd-box-content { padding-top:15px; }
.wd-wapper-en .wd-box-col1, .wd-wapper-en .wd-box-col2, .wd-wapper-en .wd-box-col3 { padding:0 !important;  margin-left:11px;}


/* MENU NAVIGATION */
.wd-head-container .wd-content-right .menu ul ul { 
	border-radius:5px; -moz-border-radius:5px;-webkit-border-radius:5px;
    box-shadow:0px 3px 3px 0px rgba(50, 50, 50, 0.6); -webkit-box-shadow:0px 3px 3px 0px rgba(50, 50, 50, 0.6); -moz-box-shadow:0px 3px 3px 0px rgba(50, 50, 50, 0.6);
}
.wd-header-content .menu > ul > li ul li .arrow { background: url(img/front/bg-sprite.png) -11px -77px; width:8px;	height:7px; display:block; float:right; margin:13px 5px 0 0; }
.wd-nav .wd-navigation .menu > ul > li ul li .arrow { background: url(img/front/bg-sprite.png) -11px -77px; width:8px;	height:7px; display:block; float:right; margin:13px 5px 0 0; }
.wd-nav .wd-navigation .menu ul ul { 
	background:#d0dde8; border:1px solid #b2cce9; 
	border-radius:5px; -moz-border-radius:5px;-webkit-border-radius:5px;
    box-shadow:0px 3px 3px 0px rgba(50, 50, 50, 0.6); -webkit-box-shadow:0px 3px 3px 0px rgba(50, 50, 50, 0.6); -moz-box-shadow:0px 3px 3px 0px rgba(50, 50, 50, 0.6);
}

.wd-nav-blue .wd-navigation .menu { background:#b6d0ea url(img/front/bg-menu-nav-blue.png) repeat-x 0 bottom; min-height:38px; }
.wd-nav-blue .wd-navigation .menu ul ul { 
	background:#d0dde8; border:1px solid #b2cce9; 
	border-radius: 0px 5px 5px 5px; -moz-border-radius: 0px 5px 5px 5px; -webkit-border-radius: 0px 5px 5px 5px; 
    box-shadow:0px 3px 3px 0px rgba(50, 50, 50, 0.6); -webkit-box-shadow:0px 3px 3px 0px rgba(50, 50, 50, 0.6); -moz-box-shadow:0px 3px 3px 0px rgba(50, 50, 50, 0.6);
}
.wd-nav-blue .wd-navigation .menu > ul > li ul li a { border-bottom:1px solid #b2cde9; }
.wd-nav-blue .wd-navigation .menu > ul > li ul li:last-child a { border-bottom:0; }

.wd-nav-purple .wd-navigation .menu { background:#bda6e4 url(img/front/bg-menu-nav-purple.png) repeat-x 0 bottom; min-height:38px; }
.wd-nav-purple .wd-navigation .menu ul ul { 
	background:#d5c3f4; border:1px solid #bda6e4; 
	border-radius: 0px 5px 5px 5px; -moz-border-radius: 0px 5px 5px 5px; -webkit-border-radius: 0px 5px 5px 5px; 
    box-shadow:0px 3px 3px 0px rgba(50, 50, 50, 0.6); -webkit-box-shadow:0px 3px 3px 0px rgba(50, 50, 50, 0.6); -moz-box-shadow:0px 3px 3px 0px rgba(50, 50, 50, 0.6);
}
.wd-nav-purple .wd-navigation .menu > ul > li > a { color:#fff; }
.wd-nav-purple .wd-navigation .menu > ul > li.active > a, .wd-nav-purple .wd-navigation .menu > ul > li:hover > a { border-bottom-color:#750076; color:#fffa72; }
.wd-nav-purple .wd-navigation .menu > ul > li ul li a { border-bottom:1px solid #bda6e4; }
.wd-nav-purple .wd-navigation .menu > ul > li ul li a:hover { color:#fffa72; }
.wd-nav-purple .wd-navigation .menu > ul > li ul li:last-child a { border-bottom:0; }

.wd-nav-green .wd-navigation .menu { background:#aebb92 url(img/front/bg-menu-nav-green.png) repeat-x 0 bottom; min-height:38px; }
.wd-nav-green .wd-navigation .menu ul ul { 
	background:#91a46b; border:1px solid #778d4e;  
	border-radius: 0px 5px 5px 5px; -moz-border-radius: 0px 5px 5px 5px; -webkit-border-radius: 0px 5px 5px 5px; 
    box-shadow:0px 3px 3px 0px rgba(50, 50, 50, 0.6); -webkit-box-shadow:0px 3px 3px 0px rgba(50, 50, 50, 0.6); -moz-box-shadow:0px 3px 3px 0px rgba(50, 50, 50, 0.6);
}
.wd-nav-green .wd-navigation .menu > ul > li.active > a, .wd-nav-green .wd-navigation .menu > ul > li:hover > a { border-bottom-color:#344c00; color:#fff; }
.wd-nav-green .wd-navigation .menu > ul > li ul li a { border-bottom:1px solid #778d4e; color:#fff; }
.wd-nav-green .wd-navigation .menu > ul > li ul li a:hover { color:#fdff54; }
.wd-nav-green .wd-navigation .menu > ul > li ul li:last-child a { border-bottom:0; }

.wd-nav-orange .wd-navigation .menu { background:#ffb298 url(img/front/bg-menu-nav-orange.png) repeat-x 0 bottom; min-height:38px; }
.wd-nav-orange .wd-navigation .menu ul ul { 
	background:#ffb298; border:1px solid #ff9a76;  
	border-radius: 0px 5px 5px 5px; -moz-border-radius: 0px 5px 5px 5px; -webkit-border-radius: 0px 5px 5px 5px; 
    box-shadow:0px 3px 3px 0px rgba(50, 50, 50, 0.6); -webkit-box-shadow:0px 3px 3px 0px rgba(50, 50, 50, 0.6); -moz-box-shadow:0px 3px 3px 0px rgba(50, 50, 50, 0.6);
}
.wd-nav-orange .wd-navigation .menu > ul > li.active > a, .wd-nav-orange .wd-navigation .menu > ul > li:hover > a { border-bottom-color:#b83000; color:#fff; }
.wd-nav-orange .wd-navigation .menu > ul > li ul li a { border-bottom:1px solid #ff9a76; color:#fff; }
.wd-nav-orange .wd-navigation .menu > ul > li ul li a:hover { color:#fdff54; }
.wd-nav-orange .wd-navigation .menu > ul > li ul li:last-child a { border-bottom:0; }





/*url(img/front/bg-sprite.png) -11px -77px*/

