@import url('acf/hero_banner.css?ver=1.0');
@import url('acf/event-list-upcomming.css?ver=1.0');
@import url('acf/our-team-grid.css?ver=1.0');
@import url('acf/latest_news.css?ver=1.0');
@import url('acf/event-6list-upcomming.css?ver=1.0');
@import url('acf/button_items_grid.css?ver=1.0');
@import url('acf/latest_news_a_grid_large.css?ver=1.0');

strong {
    font-weight: bold;
}
.color-graylight, .color-graylight a {
	color: var(--secondary-color);
}
.color-white, .color-white a {
	color: #fff;
}
.color-theme, .color-theme a {
	color: var(--orangescale);
}
.color-black, .color-black a {
	color: #000;
}

.font-lato {
	font-family: 'Lato', sans-serif;
}
.font-pt {
	font-family: 'PT Serif', serif;
}
.font-merri {
	font-family: 'Merriweather', serif;
}


body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: bold;
	margin-bottom: 15px;
    font-family: 'PT Serif', serif;
}
h2 {
    letter-spacing: 0;
}
a {
    color: var(--primary-color);
}
a:hover, a:focus {
    color: var(--secondary-color);
    text-decoration: none;
}

b {
    font-weight: bold;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.font-bold, .font-bold a, .font-bold span {
    font-weight: bold;
}
.font-semi, .font-semi a, .font-semi span {
    font-weight: 600;
}
.font-normal, .font-normal a, .font-normal span {
    font-weight: 400;
}
.font-light, .font-light a, .font-light span {
    font-weight: 300;
}
.font-80, .font-80 p, .font-80 a, .font-80 span {
    font-size: 80px;
    line-height: 1.2em;
}
.font-52, .font-52 p, .font-52 a {
    font-size: 52px;
    line-height: 1.2em;
}
.font-48, .font-48 p, .font-48 a {
    font-size: 48px;
    line-height: 1.2em;
}
.font-46, .font-46 p, .font-46 a {
    font-size: 46px;
    line-height: 1.2em;
}
.font-40, .font-40 p, .font-40 a {
    font-size: 40px;
    line-height: 1.2em;
}
.font-36, .font-36 p, .font-36 a {
	font-size: 36px;
	line-height: 1.2em;
}
.font-34, .font-34 p, .font-34 a {
	font-size: 34px;
	line-height: 1.2em;
}
.font-32, .font-32 p, .font-32 a {
	font-size: 32px;
	line-height: 1.2em;
}
.font-30, .font-30 p, .font-30 a {
	font-size: 30px;
	line-height: 1.2em;
}
.font-25, .font-25 p, .font-25 a {
	font-size: 25px;
	line-height: 1.25em;
}
.font-24, .font-24 p {
	font-size: 24px;
	line-height: 1.25em;
}
.font-22, .font-22 p {
	font-size: 22px;
	line-height: 1.25em;
}
.font-18, .font-18 p {
	font-size: 18px;
	line-height: 1.6em;
}
.font-16, .font-16 p {
	font-size: 16px;
	line-height: 1.4em;
}
.font-14 {
    font-size: 14px;
    line-height: 1.25em;
}
.font-12, .font-12 p {
	font-size: 12px;
	line-height: 1.2em;
}
.font-10 {
    font-size: 10px;
    line-height: 14px;
}

.alight-right {
    text-align: right;
}

.max-width-500 {
    max-width: 500px;
}
.max-width-620 {
    max-width: 620px;
}
.max-width-700 {
    max-width: 700px;
}
.max-width-1100 {
    max-width: 1100px;
}
.max-width-center {
    margin-left: auto;
    margin-right: auto;
}


.opacity-50 {
	opacity: 0.5;
}
.opacity-25 {
	opacity: 0.25;
}

.overflow-hidden {
	overflow: hidden;
}
.border-radius-4 {
	border-radius: 4px;
}


.no-padding-top  {
	padding-top: 0px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-top-50 {
	padding-top: 50px;
}
.padding-top-60 {
	padding-top: 60px;
}
.padding-top-90 {
	padding-top: 90px;
}
.padding-top-110 {
    padding-top: 110px;
}
.padding-top-120 {
    padding-top: 120px;
}
.padding-top-140 {
    padding-top: 140px;
}


.no-padding-bottom {
	padding-bottom: 0px;
}
.padding-bottom-10 {
	padding-bottom: 10px;
}
.padding-bottom-20 {
	padding-bottom: 20px;
}
.padding-bottom-30 {
	padding-bottom: 30px;
}
.padding-bottom-40 {
	padding-bottom: 40px;
}
.padding-bottom-60 {
	padding-bottom: 60px;
}
.padding-bottom-80 {
	padding-bottom: 80px;
}
.padding-bottom-90 {
	padding-bottom: 90px;
}
.padding-bottom-110 {
	padding-bottom: 110px;
}
.padding-bottom-120 {
	padding-bottom: 120px;
}
.padding-bottom-140 {
    padding-bottom: 140px;
}
.padding-bottom-160 {
	padding-bottom: 160px;
}



.padding-right-15pc {
	padding-right: 15%;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.no-margin-bottom {
	margin-bottom: 0px;
}


/*-----btn default-----*/
.content-btn-default a {
    padding: 22px 37px;
    background: var(--primary-color);
    display: inline-block;
    transition: 0.25s;
    transition: all 0.1s, color 0s 0.1s;
    cursor: pointer;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Lato',sans-serif;
    line-height: 20px;
    letter-spacing: 0.8px;
    font-weight: bold;
    text-decoration: none;
}
.content-btn-default a:before {
    content: "";
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: 1px solid #fff;
    position: absolute;
    left: 7px;
    top: 7px;
}
.content-btn-default a:hover, .content-btn-default a:focus {
box-shadow: none;
    color: #fff;
    background: #223C63;
    text-decoration: none;
}
.content-btn-default a:hover:before, .content-btn-default a:focus:before {
    border-color: #fff;
}
footer a:hover, footer a:focus {
    text-decoration: none;
}
footer a {
    text-decoration: none;
}
.right-content-large-events a:hover, .right-content-large-events a:focus {
    text-decoration: none;
}
.right-content-large-events a {
    text-decoration: none;
}
.right-content-large-events .title-event-list a:hover, .right-content-large-events .title-event-list a:focus {
    color: #B49C79;
}
.right-content-large-events .list-category-large-sigle li a:hover, .right-content-large-events .list-category-large-sigle li a:focus {
    color: #B49C79;
}
.event-list-upcomming-events a {
    text-decoration: none;
}
.event-list-upcomming-events a:hover, .event-list-upcomming-events a:focus {
    text-decoration: none;
}

.event-6list-upcomming-events a {
    text-decoration: none;
}
.event-6list-upcomming-events a:hover, .event-6list-upcomming-events a:focus {
    text-decoration: none;
}

header a:hover, header a:focus {
    text-decoration: none;
}
header a {
    text-decoration: none;
}

.list-category-post-sigle a {
    text-decoration: none;
}
.list-category-post-sigle a:hover, .list-category-post-sigle a:focus {
    text-decoration: none;
}
.title-upcomming-events a {
    text-decoration: none;
}
.title-upcomming-events a:hover, .title-upcomming-events a:focus {
    text-decoration: none;
}
.section-latest-seminar a {
    text-decoration: none;
}
.section-latest-seminar a:hover, .section-latest-seminar a:focus {
    text-decoration: none;
}
.items-post-list a {
    text-decoration: none;
}
.items-post-list a:hover, .items-post-list a:focus {
    text-decoration: none;
}

/*-----only btn default-----*/
.only-btn-default {
    padding: 22px 37px;
    background: var(--primary-color);
    display: inline-block;
    transition: 0.25s;
    transition: all 0.1s, color 0s 0.1s;
    cursor: pointer;
    position: relative;
    color: #fff;
    letter-spacing: 0.8px;
    font-size: 14px;
    font-family: 'Lato',sans-serif;
    line-height: 20px;
    font-weight: bold;
}
.only-btn-default:before {
    content: "";
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: 1px solid #fff;
    position: absolute;
    left: 7px;
    top: 7px;
}
.only-btn-default:hover, .only-btn-default:focus {
    background: #000;
    color: #fff;
}
.only-btn-default:hover:before, .only-btn-default:focus:before {
    border-color: #fff;
}
.sidebar-right-news-tpl .only-btn-default {
    margin-top: 25px;
}

.text-content-page ul, .text-content-page ol {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 1.5em;
}
.text-content-page ul li, .text-content-page ol li {
    margin-bottom: 0.07em;
}
.image-fulldetail {
    display: block;
    line-height: 0;
}

.txt-click-biography-team:after {
    content: "";
    width: 30px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    margin-left: 15px;
    background-image: url('../images/arrow-right.png');
}

.alight-center {
    text-align: center;
}