@font-face {
    font-family: NimBusSan;
    src: url(../fonts/NimbusSanTW01Con.ttf);
}
@font-face {
    font-family: PlayBold;
    src: url(../fonts/Play-Bold.ttf);
}
@font-face {
    font-family: PlayRegular;
    src: url(../fonts/Play-Regular.ttf);
}
@font-face {
    font-family: SohoThin;
    src: url(../fonts/soho-w01-thin-condensed.ttf);
}
@font-face {
    font-family: HelveticeNeueMedium;
    src: url(../fonts/HelveticaNeue/HelveticaNeue-Medium.otf);
}
@font-face {
    font-family: HelveticeNeueRegular;
    src: url(../fonts/HelveticaNeue/HelveticaNeue.otf);
}
@font-face {
    font-family: HelveticeNeueCondensedBold;
    src: url(../fonts/HelveticaNeue/HelveticaNeue-CondensedBold.otf);
}

/* default */
* {
    border: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    text-rendering: optimizeLegibility;
    margin:0;
	padding:0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end default */
html {
    position: relative;
    min-height: 100%;
}
body {
	background-color: #ffffff;
	font-family: PlayRegular, sans-serif;
    font-size: 16px;
    line-height: 1.6em;
	color: #131313;
}
footer {
	display:none;
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
	background-color: #2e2e2e;
}
  
body > .container {
	padding: 60px 15px 0;
}

footer > .container {
	padding-right: 15px;
	padding-left: 15px;
}

a {
	text-decoration: none !important;
	color: #ee463b;
}
a:hover {
    color: #ee463b;
}

p {
	color: #131313;
}
.c-gray{
	color: #707b80 !important;
}
.c-purple{
	color: #003366 !important;
}
.c-white{
	color: #ffffff !important;
}
.c-red{
	color: #ee463b !important;
}
.c-black{
	color: #131313 !important;
}
.mr-b{
	border-right: 1px solid #bfbfbf;
}
.mb-50{
	margin-bottom: 50px;
}
.p-50{
	padding: 50px;
}
.f-12{
	font-size: 12px;
}
.f-14{
	font-size: 14px;
}
.f-25{
	font-size: 25px;
}
.f-48{
	font-size: 48pt;
}
.f-72{
	font-size: 72pt;
}
.w-70{
	width: 70% !important;
}
.w-65{
	width: 64% !important;
}
.fm-playregular{
	font-family: PlayRegular;
}
.fm-nimbussan{
	font-family: NimBusSan, sans-serif;
}
.active{
	color: #ee463b !important;
}
.jumbotron{
	background-color: #ffbc79 !important;
	color: #414141 !important;
}
.table-responsive{
	border: 0px;
}
/* section class */
.navbar{
	padding: 20px 0px;
}
.section-default{
	padding: 35px 0px;
}
.table-exam-registered{
	font-size: 14px;
}
#table-users{
	font-size: 14px;
}
.bg-gray{
	background-color: #f7f7f9;
}
/* end section-class */
/*input*/
.form-control{
    transition: all 0.3s ease-in-out;
    border: 1px solid #eee!important;
    display: block;
    margin: 5px 0 0;
    border-radius: 0;
    outline: 0;
    resize: none;
    font-size: 13px;
    line-height: 17px;
    background-color: #fff;
    color: #818181;
    font-weight: 400;
}

.form-control::-webkit-input-placeholder { color: #8e99a2; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #8e99a2; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #8e99a2; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #8e99a2; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #8e99a2; }  /* Microsoft Edge */
/* button */
.btn-custom{
	font-family: PlayBold;
	color: #ffffff!important;
	background-color: #ee463b !important;
	border: 2px solid #ee463b;
    position: relative;
    display: inline-block;
    width: auto;
	height: 39px;
    line-height: 36px;
    margin: 0;
    padding: 0 23px;
    font-size: 10pt;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    background-color: transparent;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
.btn-custom:hover{
	color: #ee463b!important;
	background-color: #ffffff !important;
	border: 2px solid #ee463b;
}
/* end default */
/* nav */
.bg-header{
	background: url(../images/bg_header.gif) repeat-x left top;
	border-bottom: 1px solid #dddddd;
}
.navbar{
	font-family: NimBusSan;
	/*font-weight: bold;*/
	font-size: 16px;
	border-bottom: 2px solid #dddddd;
}
.nav-item{
	padding: 5px;
}
.dropdown-menu{
	top: 83%;
	padding: 0px;
	border-radius: 0px;
	background-color: #ee463b;
}
.dropdown-menu .dropdown-item{
	color: #ffffff !important;
}
.nav-item .nav-link{
	color: #131313;
	text-transform: uppercase;
}
.nav-item .nav-link:hover{
	color: #ee463b !important;
}
.nav-item.active .nav-link{
	color: #fff9fc !important;
}
.nav-item.active .nav-link:hover{
	color: #ee463b !important;
	border-bottom: 2px solid #ee463b;
}
.nav-item.active .nav-link{
	color: #ee463b !important;
	border-bottom: 2px solid #ee463b;
}
.nav-item {
    padding: 0px 15px 0px 15px;
}
.nav li {
	padding: 5px 0px 5px 0px;
}
.dropdown-item{
	border-bottom: 1px solid #ee463b;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ee463b;
}
.dropdown-item.active{
	background-color: #ffffff !important;
	color: #ee463b !important;
}
.dropdown-item:hover, .dropdown-item.active:hover{
	color: #ee463b !important;
	background-color: #ffffff !important;
}
.dropdown-inline{
	display: inline-flex;
}

/* end nav */
/* content home */
#container{
	/*min-height: 750px;*/
}
.title-item{
	padding-bottom: 10px;
}
#bg-content{
	height: auto;
	background:url(../images/ACVA-banner-home.jpg);
	background-size:cover;
	background-position:center center;
}
.title1-content{
	font-size: 1.5vw;
	padding-bottom: 40px;
	color: #888;
}
.title2-content{
	font-size: 4vw;
	font-family: "Times new roman";
}
.inner{
	min-height:600px;
	position: relative;
}
.content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
  /* title */
.title-bg{
	font-family: NimBusSan;
	text-transform: uppercase;
	color: #ffffff !important;
	font-size: 20pt;
	padding: 5px;
}
.title-content{
	font-family: NimBusSan;
	font-size: 50px;
	color: #333333 !important;
	text-transform: uppercase;
	line-height: 1
}
/* footer */
.title-footer{
	color: #ffffff !important;
	font-size: 22px;
	font-family: NimBusSan;
	padding-bottom: 4px;
}
.title-address{
	color: #9e9e9e !important;
	margin-bottom: 0;
}
.content_center {
	display: flex;
	justify-content: center;
	align-items: center; 
	width: 100%;
	height: 100%;
}
#footer-company{
	padding: 10px;
	background-color: #343636;
}
#footer-team{
	font-size: 14px;
	padding: 10px 0px;
	background-color: #1a1a1a;
	color: #7f7f7f;
}
.title-footer-team{
	/*padding: 5px 0px;*/
	text-align: center;
    display: inline-block;
    float: right;
    margin-right: 20px;	
}
.item-visitors{
	font-size: 12px; 
	color: #7f7f7f; 
	border: 1px solid;
	padding: 2px 4px;
	margin: 0px !important;
}
/* page search-certificate */
#bg-search-certificate{
	height: auto;
	background:url(../images/ACVA-banner-search-certificate.jpg);
	background-size:cover;
	background-position:center center;
}
.inner-sub-page{
	min-height:300px;
	position: relative;
}

.content-sub-page{
	position:absolute; 
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.search-certificate{
	padding: 20px;
	color: #ffffff;
	background-color: #ee463b;
	font-size: 25px;
}
.result-certificate{
	border: 2px solid #efefef;
}
.title-result{
	padding: 30px 0px 30px 0px;
	font-size: 25px;
	text-align: center;
	color: #02821f;
}
/* page contact */

#bg-contact{
	height: auto;
	background:url(../images/ACVA-banner-home.jpg);
	background-size:cover;
	background-position:center bottom;
}
.title-contact{
	font-family: NimBusSan;
	font-size: 30px;
	color: #ee463b !important;
	padding-bottom: 20px;
}
.item-contact {
    margin: 15px 0;
}
.list-contact{
	padding: 20px 0px 30px 0px;
	border-bottom: 1px solid #898989;
}
.list-contact-end{
	padding: 20px 0px 20px 0px;
}
.list-contact li{
	padding-bottom: 5px;
}
.title-content-index{
	color: #ee463b;
	font-family: NimBusSan;
	font-size: 20pt;
	padding: 5px;
	padding-bottom: 10px;
}
.title-more{
	padding-right: 10px; padding-top: 9px;
	color: #131313;
	text-transform: uppercase;
	font-family: NimBusSan;
	/*font-weight: bold;*/
	float: right;
	font-size: 13px;
}
/* dot loading */
/* dot loading */
.loading-dots {
    visibility: hidden;
    text-align: center;
    z-index: 5;
  }
  .loading-dots .dot {
    display: inline;
    margin-left: 0.2em;
    margin-right: 0.2em;
    position: relative;
    top: -1em;
    font-size: 3.5em;
    opacity: 0;
    animation: showHideDot 2.5s ease-in-out infinite;
  }
  .loading-dots .dot.one {
    animation-delay: 0.2s;
  }
  .loading-dots .dot.two {
    animation-delay: 0.4s;
  }
  .loading-dots .dot.three {
    animation-delay: 0.6s;
  }
  
  @keyframes showHideDot {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    60% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  /* menu v */
.menu-label {
    color: #7a7a7a;
    font-size: .95em;
	/*text-transform: uppercase;*/
	padding-top: 10px;
}
.menu-label:not(:last-child) {
    margin-bottom: 1em;
}
.menu-list, .message-header {
    line-height: 1.25;
}
.menu-list li {margin: 3px 0}
.menu-list a {
    border-radius: 2px;
    color: #4a4a4a;
    display: block;
    padding: .5em .75em;
    background-color: #f2f2f2;
}
.menu-list a:hover{
	background-color: #f0f0f0;
}
/* page score */
.box-search{
	background-color: #f5f5f5;
}
.content-item ul li{
	color: #888888 !important;
	line-height: 2rem;
}
.content-item-contacts{
	padding-left: 5px;
	line-height: 22px;
}
.content-item-contacts ul li{
	color: #878788 !important;
}
.title-phone{
	font-weight: bold;
	font-size: 20px;
	color: #ee463b;
	padding-bottom: 0px;
	/*letter-spacing: 1px*/
	margin-bottom: 5px;
}
.title-auth{
	color: #333333 !important;
	font-size: 50px;
	padding: 20px 0px;
	margin-top: -10px;
	font-family: NimBusSan;
	/*font-weight: bold;*/
}
/* click to top */

/* click to top */
.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:5px;
	right:10px;	
	z-index: 999;
}
.scroll {
	position:absolute;
	right:5px;
	bottom:20px;
	background:#fafafa;
	border-radius: 5px;
	padding:0px 8px 0px 8px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
	z-index: 999;	
}
.scroll:hover {
	background:#ffbc79;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}
/* end click to top */
/* input */
.input-file-container {
    /*position: relative;*/
    width: 200px;
}
.js .input-file-trigger {
    display: block;
    padding: 14px 15px;
    background: #39D2B4;
    color: #fff;
    font-size: 1em;
    transition: all .4s;
    cursor: pointer;
    text-align: center;
}
.js .input-file {
    position: absolute;
    top: 0; left: 0;
    width: 225px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
    background: #34495E;
    color: #39D2B4;
}

.file-return {
    margin: 0;
}
.file-return:not(:empty) {
    margin: 1em 0;
}
.js .file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: bold;
}
.js .file-return:not(:empty):before {
    content: "Upload from: ";
    font-style: normal;
    font-weight: normal;
}
img {max-width:100%}
.dropzone{
    margin: 20px;
}
/* notices */
.nav-tabs li a{
	color: #131313;
}
.nav-tabs li.active a{
	color: #ed4739;
}
.tab-content{
	padding: 20px 0px;
}
.title-post{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: 'Roboto Condensed';
    /*color:#444;*/
}
.title-post a{
	color: #555 !important;
}
.title-post a:hover{
	color: #ed4739 !important;
}
.href-title:hover{
	text-decoration: underline !important;
}
.content-post {
	padding: 4px 0px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 2rem;
}
.content-post span p{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/* notice */
.meta-wrapper {
    float: left;
    width: 100%;
    border-top: 1px solid #eaeaea;
    margin-bottom: 20px;
}
ul.meta-post {
    border-bottom: 1px solid #eaeaea;
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 0 8px 0;
}
.pager{
	padding: 40px 0px;
}
.pager li a{
	display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li a:hover{
	background-color: #eaeaea;
}
/*page q&a*/
.content-qa{
    padding: 20px 0px;
    border-bottom: 2px solid #f2f2f2;
}
.content-qa p{
	/* font-size: 20px; */
	margin: 0px;
}
.content-qa p i {
    /* width: 63px; */
    /* height: 38px; */
    line-height: 30px;
    background: #ee463b;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    font-size: 20px;
    font-weight: 800;
    margin: 5px 10px 5px 0;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    font-style: normal;
    padding: 0px 20px;
}
.content-qa ul li {
    list-style: none;
    position: relative;
    padding: 5px 0px;
    line-height: 24px;
}
.content-qa ul li:before {
    color: #ee463b ;
}
.answers-qa ul{
    margin-left: 65px;
}
.title-question:hover{
	color: #ee463b !important;
	text-decoration: underline !important;
	cursor: pointer;
}
/* qa */
.bg_box_gray .inner_border {
    border-color: #d4d4d4;
    background-color: #f9f9f9;
}
.inner_border {
    padding: 20px;
}
.wrap_qna_question .wrap_cont_tit {
    margin-bottom: 10px;
    zoom: 1;
}
.cnt_deal .wrap_qna_question .wrap_cont_tit .img_qna {
    float: left;
    width: 288px;
    height: 23px;
    margin-top: 9px;
    background: url(//image.wemakeprice.com/images/2014/common/img_deal_qna.png) no-repeat;
    background-position: 0 -28px;
    text-indent: -9999px;
}
.nullAnswer li, .notNullAnswer li{
	display: inline;
}
/*thao*/
img {max-width: 100%}
input {border: 1px solid #dadada; margin: 4px 0; padding: 6px}
input[type=submit] {background:#ed4739; color: #fff; padding: 6px 30px}
.color-red {color: #ed4739}

li.nav-item:last-child, li.nav-item:last-child a {padding-right: 0 !important;}

ul {color: #555}
.bull-1 {margin-left: 25px}
.bull-1 li::before { background: url(../images/sprite.png) no-repeat 0 0; width: 11px; height: 10px;}
.bull-1 li {padding-left: 18px;}

/*section {padding: 90px 0}*/
section h2 {text-align: center; color: #222; margin-bottom: 66px }
section h3 {font-size: 20px; color: #222; margin: 30px 0 10px;}

/* #exam-certificate {background: url(../images/AVCA-map-bg.png) no-repeat center } */
#exam-certificate h2 {font-size: 60px;}
#exam-certificate .col-md-6 h3:first-of-type, #exam-certificate .col-md-6 h3:last-of-type, .bull-1 li {position: relative;}
#exam-certificate .col-md-6 h3:first-of-type::before, #exam-certificate .col-md-6 h3:last-of-type::before, .bull-1 li::before  {content: ''; position: absolute; left: 0; top: 8px; /*transform: translateY(-50%)*/}

#exam-certificate .col-md-6 h3:first-of-type::before {background: url(../images/sprite.png) no-repeat 0 -11px; width: 19px; height: 20px; top:55%;}
#exam-certificate .col-md-6 h3:first-of-type {padding-left: 26px}
#exam-certificate .col-md-6 h3:last-of-type::before {background: url(../images/sprite.png) no-repeat 0 -32px; width: 26px; height: 18px; top:55%;}
#exam-certificate .col-md-6 h3:last-of-type {padding-left: 30px}

#search-certificate .container {max-width: 95%}
#search-certificate .title-content {text-align: center; line-height: 1}
.content-section {padding: 35px 0}
#form-search-certificate {text-align: right;}
/* .menu-list {margin-top: 25px} */
.dropdown-menu {border:1px solid rgba(238, 70, 59, 0.48);}
.divider {height: 1px; background: #f2f2f2; margin-bottom: 20px}
.c_888 {color: #888}
.c_black {color: #000}
.content-item.home ul li {line-height: 1.7rem; list-style:inside;}
#bg-content .inner {transition: all 0.5s}
.container-result-certificate{
	padding: 30px;
}
.meta-post {color: #888 !important}
p {margin-bottom: 20px }
.report li {
    list-style: none;
    padding-left: 20px;
    position: relative;
}
.report ul>li:before, .list-str li:before, .service02 li:before {
    color: #fa7338;
}
.report ul>li:before {
    position: absolute;
    content: "\f00c";
    left: 0;
    font-family: fontawesome;
    color: #b71d21;
}
.report ul>li ul li:before {
    content: "\f105";
}
.report ul>li:before, .list-str li:before, .service02 li:before {
    color: #fa7338;
}
.report ul>li:before {
    position: absolute;
    content: "\f00c";
    left: 0;
    font-family: fontawesome;
    color: #b71d21;
}
.about-us ul {
    list-style-position: inside;list-style: inside;
}
.introduction-vaa b, .bold, .introduction-vaa h4, b {font-family: PlayBold;}
.introduction-vaa h3 {font-family: NimBusSan;}
.introduction-vaa .table {margin-top: 30px}
.introduction-vaa .table td {padding: .6rem 0}
.introduction-vaa h3 {font-size: 40px; padding-bottom: 15px}
.introduction-vaa h4 {font-size: 18px; padding-bottom: 15px}
.introduction-vaa ol {margin-bottom: 25px}
.introduction-vaa li {list-style: inside decimal; margin-left: 30px}

.img-language img { height: 22px; margin-top: 2px; margin-left: 5px; }

@media(max-width: 991px){
	.img-language img { height: 35px;}
	.bg-header{background-image: none; background: #fafafa}
	.text-dangnhap {margin-top: 7px}
}

.alert-dangnhap {
    text-align: center;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px;
    margin: auto;
}
h3, h4 {font-family: PlayBold;}
.div_trang {
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin: 2px;
}
.faq_content {border: 1px solid #eee;
    padding: 30px;
    background: #fafafa;}
#footer-team .list-inline {float: right}   
#footer-team .col-md-2 {line-height: 0} 
#footer-team .col-md-10 {position: relative;}
#footer-team .img-logo-footer {max-width: 90%}
#footer-team .footer-right-wraper {position: absolute; top:50%; transform: translateY(-50%); right:0;}
@media(max-width: 991px){
	#footer-team .img-logo-footer {max-width: 130%}
}
@media(max-width: 767px){
	#footer-team .list-inline,
	#footer-team .title-footer-team {float: none; margin-top: 15px; margin-right: 0} 
	#footer-team .footer-right-wraper {position: relative;}
}
@media(max-width: 444px){
	#footer-team .list-inline,
	#footer-team .title-footer-team {text-align: center;}
}
.date{
	display: inline-block;
    padding: 0px 5px;
    font-size: 11px;
    color: #a8a8a8;
    vertical-align: middle;
    white-space: nowrap;
}
.reply_icon {background:url('../images/reply_icon.png') no-repeat; width: 1%; height: 7px; float:left; margin: 8px 10px;}
.noidung_qa {float: left; width: 97%}
.item-comment::after {content: ''; display: table; clear: both;}
.item-comment {
    margin: 5px;
    border-bottom: 1px solid #eee;
    /*width: 100%;*/
    padding: 10px 0;
}
.item-comment:last-of-type{border-bottom: 0}
.answers-qa [id ^= 'collapse'] {
    border: 1px solid #eee;
    background: #fafafa;
    padding: 10px;
    margin-top: 10px;
}
.traloi_qa {border-radius: 0 0 0; border:0; padding: 15px}
.menu-list ul {margin-left: 20px}
.menu-list ul a {background: #fafafa}

.menu-list.style1 ul {margin-left: 0px}
.menu-list ul a {
    background: #f2f2f2;
}
/* ====================================thanh css================= */
h3.headding1 {
    position: relative;
    display: inline-block;
}

h3.headding1:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 50%;
    z-index: -1;
    background-color: #ffa19a;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    width: 100%;
}
.intro-class .table td, .intro-class .table th {
    vertical-align: middle;
}

.intro-class .table-striped tbody tr:nth-of-type(even) {
    background: #fbfbfb;
}
.intro-class .table-striped tbody tr:nth-of-type(odd) {
    background: #fbfbfb;
}
.intro-class .table thead th {
    background: #333333;
    color: #fff;
    text-align: center;
    border-color:#333333;
}
.intro-class  .table.table-striped td {
    min-width: 109px;
}
td.firt-table {
    background: #fbfbfb;
}
/*#exam-schedule .table {width: 99%}*/
*#exam-schedule td {text-align: center;}
h3.title-content.style2 {
    padding-bottom: 20px;
}
h3.hidden {
    display: none;
}

.navbar-expand-lg .navbar-nav .cl-quiz-li .nav-link {
    background-color: #ed4537;
    padding-left: 15px;
    padding-right: 15px !IMPORTANT;
    color: #fff!IMPORTANT;
    border-radius: 4px;
    border: solid 1px #ed4537;
    min-width: 100px;
    text-align: center;
    transition: all 0.3s;
}

.navbar-expand-lg .navbar-nav .cl-quiz-li .nav-link:hover {
    background-color: #fff;
    color: #ed4537!IMPORTANT;
}


@media(min-width: 1200px){
	div#navbarToggle>ul>li {
	    padding-left: 10px;
	    padding-right: 10px;
	}
}
@media(max-width: 550px){
		a.navbar-brand.style2 {
	    display: none;
	    display: none;
	}
}