
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    /*font-family: 'Josefin Sans', sans-serif;*/
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #000000;
}
a {
    color: #000000;
}
.cu-header {
    padding: 20px 0 !important;
}
img.logo {
    width: 160px;
    position: relative;
    bottom: 2px;
}
.text-dark {
    color: #111111 !important;
}
.text-dark-lang {
    color: silver;
    font-size: 13px;
}
.btn-custom-success {
    background: #acd342;
    color: #222222;
    border-radius: 2px;
    transition: 0.3s;
}
.main-section {
    padding: 155px 0;
    min-height: 450px;
    background: url('/assets/image/screan/11.jpg');
    background-size: cover !important;
    background-position: center center;
    position: relative;
}
.main-section.cu-contact-us {
    background: #ffffff !important;
    padding: 100px 0;
    min-height: auto;
}
.main-section.cu-so {
    background-position: left bottom;
    background: url('../image/so-image.jpg');
}
.main-section h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 550;
}
.main-section-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
}
.question-section {
    padding: 50px 0 0 0;
    text-align: center;
    font-size: 25px;
    background: #f1f1f1;
    position: relative;
}

.question-section h2 {
    font-size: 38px;
}
.question-section ul {
    margin-top: 50px;
}
.question-section ul li {
    margin-bottom: 30px;
    list-style: none;
    font-size: 20px;
}
.question-section ul li::before {
    content: "●";
    color: #acd342;
    width: 1em;
    float: left;
    margin-left: -1em
}
.cu-box-lunch {
    padding: 35px 65px;
    background: #8ead38;
    box-shadow: 0 0 1px 2px #f1f1f1;
    position: relative;
    top: 60px;
}
.box-team img {
    border: 1px solid #d7d7d7;
    width: 255px !important;
    height: 255px;
}
.cu-box-lunch .col-md-8 {
    text-align: left;
}
.cu-box-lunch h3 {
    position: relative;
    top: 7px;
}
.btn-custom-dark {
    background: #222222;
    color: #ffffff;
    border-radius: 2px;
    float: right;
    position: relative;
    transition: 0.3s;
}
.base-section {
    padding: 50px 0;
}
.base-section h2 {
    font-size: 40px;
    text-align: center;
}
.base-section .box-image {
    width: 100%;
    padding: 8px;
    border: 1px solid #cccccc;
}
.base-section .box-image img {
    width: 100%;
}
.base-section p.cu-description {
    font-size: 20px;
    text-align: justify;
}
.box-logo {
    padding: 20px;
    text-align: center;
}
.box-logo img {
    width: 80%;
    opacity: 0.6;
    cursor: pointer;
    transition: 0.3s;
}
.box-logo img:hover {
    opacity: 1;
}
.news-sections {
    padding: 50px 0;
    background: #ffe32a;
}
.news-sections h2 {
    font-size: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid #555;
    padding-bottom: 10px;
}
.news-sections .box-news {
    padding: 10px;
    /*border: 1px solid #ccc;*/
    margin-top: 20px;
    min-height: 160px;
}
.news-sections .box-news img {
    width: 100%;
    margin-top: 20px;
    border: 1px solid silver;
}
.cu-social-media {
    padding: 0;
}
.cu-social-media li {
    list-style: none;
    display: inline-block;
}
.cu-social-media li a {
    padding: 3px 5px;
    color: #ffffff;
    background: #111111;
    transition: 0.3s;
}
.cu-social-media li a:hover {
    color: #ffffff;
    background: #acd342;
}
footer .list-unstyled li {
    margin-bottom: 10px;
}
footer .list-unstyled li a {
    color: #000000 !important;
}
.cu-btn-dark {
    color: #ffffff;
    background: #222222;
    border-radius: 2px;
    padding: 5px 25px;
    transition: 0.3s;
}

.btn-custom-dark:hover {
    color: #acd342;
    background: #ffffff;
}
.cu-btn-dark:hover {
    color: #ffffff;
    background: #acd342;
}
.cu-box-img-1 {
    width: 100%;
    height: 180px;
    background: #b7b7b7;
    border: 1px solid silver;
    margin-bottom: 27px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.cu-box-img-1 .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(39, 151, 161, 0.4);
}
.cu-box-text-1 {
    width: 100%;
    min-height: 180px;
    background: #8ead38;
    padding: 50px 30px;
    margin-bottom: 27px;
    color: #000000;
    border: 1px solid silver;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.cu-box-text-2 {
    width: 100%;
    min-height: 380px;
    background: rgb(39,151,161);
    background: linear-gradient(156deg, rgba(39,151,161,1) 53%, rgba(8,76,82,1) 100%);
    padding: 50px 30px;
    margin-bottom: 27px;
    display: flex;
    border: 1px solid silver;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.cu-box-text-3 {
    width: 100%;
    min-height: 380px;
    background: rgba(39, 151, 161, 0.1);
    padding: 10px;
    margin-bottom: 27px;
    display: flex;
    border: 1px solid silver;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.cu-box-item {
    transition: 0.3s;
    color: #ffffff;
}
.cu-box-item:hover {
    transform: scale(1.04)
}
.cu-box-item h3 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.56);
}
.cu-box-text-3 {
    color: #154b70;
}
.cu-box-text-3 h3 {
    border-bottom-color: silver;
}
.cu-box-item p {
    font-size: 18px;
}
.cu-box-book {
    width: 100%;
    min-height: 570px;
    background: #2797a1 !important;
    margin: 10px;
    padding: 50px 33px;
    color: #ffffff;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.cu-box-book-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

}
.cu-box-book h4 {
    font-size: 20px;
    height: 65px;
    color: #ffffff;
}
.cu-box-book h3 {
    font-weight: bold;
}
.cu-box-book p {
    font-size: 16px !important;
    margin-top: 15px;
}
.cu-box-main-book {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}
.cu-box-main-book img {
    width: 110px;
}
.box-news .box-news-desc {
    float: right;
    position: relative;
    right: 10px;
}
.section-box-one {
    padding: 40px;
    background: #cccccc;
    color: #000000;
}
.section-box-one h2 {
    font-weight: bold;
    margin-bottom: 20px;
}
.section-box-one .btn {
    font-weight: bold;
}
.contact-section {
    padding: 60px 0;
    background: #cccccc;
}
.contact-section .card .card-body {
    padding: 35px;
}
.cu-sm-box {
    padding: 50px 30px;
    text-align: center;
    background: #acd342;
    font-weight: bold;
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 25px;
    border-radius: 10px;
}
.work-section {
    padding: 100px 0;
    background: #f1f1f1;
}
.resources-section {
    padding: 100px 0;
    background: #cccccc;
}
.article-section {
    padding: 30px 0;
}
.article-section article {
    margin-bottom: 30px;
}
.article-section img {
    width: 100%;
}
.article-section h2 {
    font-size: 28px;
}
.article-section .text-details {
    color: silver;
}
.main-article {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
    align-content: center;

}
.main-box-article {
    padding: 20px;
    margin-top: -100px;
    min-height: 500px;
    background: #ffffff;
}
.cu-w-item-box {
    width: 100%;
    padding: 50px;
    min-height: 620px;
    background: #2797a1;
    position: relative;
    transition: 0.2s;
}
.cu-w-item-box:hover {
    transform: scale(1.04)
}
.cu-w-item-box .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(19, 78, 84, 0.5);
    left: 0;
    top: 0;
}
.cu-w-item-box .data {
    text-align: left;
    color: #ffffff;
    z-index: 1;
    position: relative;
}
.cu-w-item-box .data h4 {
    height: 75px;
    margin-bottom: 10px;
    font-size: 20px;
}
.cu-w-item-box .data p {
    font-size: 18px;
    margin-top: 15px;
}
@media (max-width: 575.98px) {
    .box-news {
         text-align: center !important;
        min-height: auto !important;
    }
    .box-news .box-news-desc {
        width: 100% !important;
        margin-top: 10px;
        text-align: center !important;
        position: relative;
        right: 0;
    }
}

@media (max-width: 767.98px) {
    footer {
        text-align: center;
        padding-top: 30px;
    }
    footer .text-left,
    footer .text-right {
        text-align: center !important;
    }
    footer .list-unstyled {
        margin-top: 30px;
    }
}

@media (max-width: 991.98px) {  }

@media (max-width: 1199.98px) {  }

@media (max-width: 1399.98px) {  }

