body {
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
}
/*"Helvetica Neue",*/
a, a:hover, a:focus {
    color: #25316c;
    text-decoration: none;
}
p {
    color: #333;
    line-height: 1.4;
    margin: 0 0 10px;
}
@media (min-width: 1200px){
    .container {
        max-width: 1240px;
    }
}
#header .header-logo {
    margin: 0;
}
#header.header-effect-shrink .header-container {
    min-height: 50px;
}
.introduction h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
}
.introduction p, .introduction h2 {
    margin: 0;
    padding: 0 5px;
}
#footer {
    margin: 0;
    color: #FFF;
    padding: 10px 0;
    background: #25316C;
    font-size: 16px;
	border-top: 0;
}
#footer .social-icons a{
    color: #25316C !important;
}
#footer a{
    color: #FFF !important;
}

.cke_editable {
    cursor: text;
    padding: 10px;
}
.searchBox{
    position: relative;
    max-width: 800px;
    margin: -160px auto 100px auto;
}
.formSearch .form-control{
    height: 60px;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: 60px !important;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    padding-left: .75rem;
    line-height: 58px;
    color: #495057;
}

.select2-container--bootstrap4 .select2-selection__clear {
    margin-top: 23px;
}
.job-items{
    font-family: 'Noto Sans', sans-serif;

    border: 1px solid #3526E5;
    border-radius: 5px;
}
.job-items .image{
    padding: 10px;
}
.job-items .info{
    padding: 5px 10px;
}
.job-items .info .title{
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    line-height: 1.4;
}
.job-items .info .title a{
    color: #3526E5;
}
.job-items .info .company{
    margin-bottom: 5px;
    color: #858585;
}
.job-items .info i{
    width: 17px;
    color: #2c94d1;
    text-align: center;
}
.job-items .info .attr{
    padding: 3px 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #212529;
    font-weight: 200;
    letter-spacing: unset;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}
.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 60px 0;
}
.pages-box{
    margin-top: 20px;
    text-align: center;
}
.detail-01{
    margin-top: 20px;;
}
.detail-01 .detail-01-cnt {
    padding: 5px 15px;
    background-color: #f7fbff;
    border-radius: 3px;
    border: 1px solid #dae2ec;
}

.detail-01 .detail-01-cnt .detail-01-table .detail-01-col .detail-01-table-td {
    position: relative;
    padding-bottom: 10px;
    margin-top: 10px;
    padding-left: 38px;
    border-bottom: 1px solid #dfe2e7;
    height: 55px;
}
.detail-01 .detail-01-cnt .detail-01-table .detail-01-col .detail-01-table-td .detail-01-cnt-lb {
    font-size: 13px;
    color: #757575;
    text-transform: uppercase;
    margin-bottom: 0;
}
.detail-01 .detail-01-cnt .detail-01-table .detail-01-col .detail-01-table-td .detail-01-info {
    display: block;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail-01 .detail-01-cnt .detail-01-table .detail-01-col .detail-01-table-td:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 6px;
    font-size: 25px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
}


.detail-01 .detail-01-cnt .detail-01-table .detail-01-col .detail-01-table-td:last-child {
    border-bottom: none;
}

.detail-01-table-td.ex-ml:before {
    content: "\f155" !important;
}

.detail-01-table-td.ex-addr:before {
    content: "\f3c5" !important;
}

.detail-01-table-td.ex-han-nop:before {
    content: "\f017" !important;
}

.detail-01-table-td.ex-nn:before {
    content: "\f03a" !important;
}
.detail-01-table-td.ex-ht:before {
    content: "\f64a" !important;
}
.detail-01-table-td.ex-gt:before {
    content: "\f029" !important;
}
.job_title{
    font-size: 28px;
}
.job_company{
    
}
.detail-02 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Noto Sans', sans-serif;

    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
}
.detail-02 h1,.detail-02 h2, .detail-02 h3, .detail-02 h4,.detail-02 h5, .detail-02 h6{
    font-size: 21px;
    color: #757575;
    margin-bottom: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;

}

.detail-04 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Noto Sans', sans-serif;

    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
}
.btn.btn-lg {
    font-size: 20px;
    padding: 15px 30px;
}
.news-item {
    margin: 5px;
    border: none;
    text-align: justify;
}

.news-item .img {
    overflow: hidden;
    padding: 2px 0;
}
.news-item .img img {
    border-radius: 10px;
}
.news-item .info {
    width: 100%;
    padding: 10px 0 0 0;
    min-height: 44px;
}
.news-item .info .title {
    font-size: 15px;
    height: 42px;
    display: block;
    line-height: 1.3;
    font-weight: 700;
    overflow: hidden;
}
.news-item .info .title a{
    color: #02a5e8;
}
.post-date {
    color: #C8C8C8;
    font-size: 12px;
    font-style: italic;
}
.date {
    font-size: 12px;
    color: #C8C8C8;
}

.news-item .info .desc {
    padding-top: 0;
    height: 60px;
    overflow: hidden;
}
.title-home{
    color: #3526E5;
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 25px;
}

.list-style2.news-item {
    box-shadow: none;
    border: 2px solid #DDD;
    border-radius: 0;
    margin: 0 0 30px 0;
}
.company-item .image{
	border-color: #3526E5;
	color: #3526E5;
	margin: -100px 0 -15px;
	position: relative;
	border-radius: 50%;
	text-align: center;
	z-index: 1;
}
.featured-box .box-content {
	padding: 1rem;
}
.featured-boxes-style-3 .featured-box .icon-featured {
	display: inline-block;
	font-size: 1.8em;
	height: 75px;
	line-height: 75px;
	padding: 0;
	width: 75px;
	margin-top: -43px;
	top: -24px;
	background: #FFF;
	border: 2px solid rgba(0, 0, 0, 0.06);
	color: rgba(0, 0, 0, 0.06);
}
.company-item .des{
	height: 150px;
}

.title-news-detail {
    color: #3526E5;
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 18px;
    line-height: 1.3;
}
.box{
    margin-bottom: 15px;
}
.box .title-bar-top {
    margin-bottom: 0;
	border-bottom: 1px solid #ddd;
}
.box .title-bar-top h3.tde span{
	width: 100%;
}
.box .box-content{
    padding: 1px 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.box .title-bar-top h3.tde{
	width: 100%;
}
.box .title-bar-top h3.tde :after{
	content: unset
}
.box-content ul li a i{
    color: #018633;
}
.box-content ul li a{
    color: #292929;
    font-weight: 700;
}
.box-content ul li a:hover{
    color: #018633;
    text-decoration: none;
}
.title-bar-top {
    border-bottom: 2px solid #02A5E8;
    margin-bottom: 10px;
    display: block;
}

.title-bar-top h3.tde {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.title-bar-top h3.tde :after {
    content: "";
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 20px solid #02A5E8;
    border-bottom: 0px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0px;
    right: -20px;
}

.title-bar-top h3.tde span {
    background: #02A5E8;
    padding: 10px 20px 8px 20px;
    color: white;
    position: relative;
    display: inline-block;
    margin: 0;
}

.title-bar-top .sub-cat {
    display: inline-block;
    margin: 0;
    line-height: 45px;
    margin-left: 0;
    float: right;
}

.title-bar-top .read-more {
    color: #02A5E8;
    font-weight: 600;
}

.title-bar-top .read-more:hover {
    text-decoration: none;
}


.move-right-mobile {
    -ms-flex-order: 0;
    order: 0;
}

@media (max-width: 991px) {
    .move-right-mobile {
        -ms-flex-order: 1;
        order: 1;
    }
	.searchBox{
		margin-top: 15px;
	}
	.formSearch .form-control{
		height: 34px;
		margin-bottom: 5px;
		z-index: 0;
		line-height: 1 !important;
	}
	.select2-container--bootstrap4 .select2-selection--single {
		height: 34px !important;
		margin-bottom: 5px;
	}
	.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
		padding-left: .75rem;
		line-height: 34px;
		color: #495057;
	}
	.formSearch select2 select2-container select2-container--bootstrap4{
		width: 100% !important;
	}
	.formSearch .select2-container--bootstrap4 .select2-selection__clear {
		margin-top: 10px;
	}
}
.partner-item{
	padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}


.dez-separator-outer {
    overflow: hidden;
}

.dez-separator.style-skew {
    width: 30px;
}

.bg-secondry {
    
}

.dez-separator {
    display: inline-block;
    
    width: 50px;
    margin-bottom: 10px;
    position: relative;
}

.dez-separator-outer.text-center .dez-separator.style-skew[class*="style-"]:before {
    right: 30px;
    left: auto;
    background-color: #71b7e0;
}

.dez-separator.style-skew[class*="style-"]:after,
.dez-separator.style-skew[class*="style-"]:before {
    width: 80px;
    height: 2px;
    left: 30px;
    -moz-transform: translateY(-50%) skewX(-10deg);
    -webkit-transform: translateY(-50%) skewX(-10deg);
    -o-transform: translateY(-50%) skewX(-10deg);
    -ms-transform: translateY(-50%) skewX(-10deg);
    transform: translateY(-50%) skewX(-10deg);
}

.dez-separator.style-skew:after,
.dez-separator.style-skew:before {
    background-color: #25316c;
}

.dez-separator[class*="style-"]:after,
.dez-separator[class*="style-"]:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dez-separator img {
    width: 30px;
    height: auto;
}

.job-items .border-right{
	border-right: 1px dashed #3526E5 !important;
}
.title-more{
	font-size: 17px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.3;
}




.sologan{
    color: #EC0202;
    font-weight: 700;
    position: absolute;
    top: 80px;
    z-index: 22;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    max-width: 100%;
    right: 120px;
    line-height: 1.5;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0px 1px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, 1px 0px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 0px 2px 0 #fff, 0px -2px 0 #fff, -2px 0px 0 #fff, 2px 0px 0 #fff, 1px 2px 0 #fff, -1px 2px 0 #fff, 1px -2px 0 #fff, -1px -2px 0 #fff, 2px 1px 0 #fff, -2px 1px 0 #fff, 2px -1px 0 #fff, -2px -1px 0 #fff;
}
.title-search{
    font-weight: 700;
    color: #3526E5;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0px 1px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, 1px 0px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 0px 2px 0 #fff, 0px -2px 0 #fff, -2px 0px 0 #fff, 2px 0px 0 #fff, 1px 2px 0 #fff, -1px 2px 0 #fff, 1px -2px 0 #fff, -1px -2px 0 #fff, 2px 1px 0 #fff, -2px 1px 0 #fff, 2px -1px 0 #fff, -2px -1px 0 #fff;


}
#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    color: #3526e5;
    font-size: 15px;
}
.news-item-list li span{
    display: -webkit-box;
    max-width: 100%;
    height: 35px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}
.news-home2{
    background-color: #F4F4F4;
    padding: 10px 10px 5px 10px;
    margin-bottom: 30px;
    height: 720px;
    overflow: hidden;
}
.video-play {
    position: relative;
    display: block;
}
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.news-items{
    margin-bottom: 30px;
}
.news-items .title{
    font-size: 17px;
    font-weight: 600;
    color: #02a5e8;
	line-height: 1.2;
}
.news-items .title a{
    font-size: 17px;
    font-weight: 600;
    color: #02a5e8;
}
.news-items .des p{
    text-align: justify;
}
.room-item{
    margin-bottom: 30px;
}
.room-item .thumb-info-wrapper a{
    color: #fff
}
.thumb-info .thumb-info-type {
    font-size: 12px;

}
.room_title{
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
}
.room_title_related{
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}
.video-detail{
    margin-bottom: 15px;
}
.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large {
    background: #02a5e8;
    color: #fff;
}
.plyr__progress--played, .plyr__volume--display {
    color: #02a5e8;
}