@charset "utf-8";
body {
    font-family: 'GoogleSans-Regular';
}

input, button, select, textarea {
    outline: none;
}

img {
    max-width: 100%;
}

a:hover, a:focus {
    text-decoration: none;
}

a {
    color: #333;
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    margin: 0px !important;
    padding: 0px !important;
}

.owl-prev, .owl-next {
    margin: 0px !important;
    border-radius: 0px !important;
}

.fl-left {
    float: left !important;
}

.fl-right {
    float: right !important;
}

/* css main slider */
#slider-home .owl-prev {
    position: absolute;
    top: 50%;
    left: 95px;
    transform: translateY(-50%);
}

#slider-home .owl-next {
    position: absolute;
    top: 50%;
    right: 95px;
    transform: translateY(-50%);
}

.hc-nav-trigger.hc-nav-1 {
    display: none !important;
}

.second-nav {
    display: none;
}

.main-menu > ul {
    padding-left: 0;
    margin-bottom: 0;
}

.main-menu > ul > li {
    float: left;
    list-style: none;
    position: relative;
}

.main-menu > ul > li > a {
    display: inline-block;
    padding: 16px 25px;
    font-family: 'GoogleSans-Bold';
    font-size: 15px;
    text-transform: uppercase;
}

.main-menu > ul > li.active > a {
    color: #fff;
    background: #169b84;
}

.main-menu > ul > li:hover > a {
    color: #fff;
    background: #169b84;
}

.main-menu > ul > li:last-child {
    float: right;
}

.main-menu ul li .submenu {
    padding-left: 0;
    position: absolute;
    z-index: 11;
    width: 226px;
    list-style: none;
    left: 0;
    top: 60px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

a {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.main-menu ul li .submenu li a {
    color: #333;
    font-family: 'GoogleSans-Bold';
    font-size: 15px;
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.main-menu ul li .submenu li {
    margin-bottom: 1px;
    background: #169b84;
}

.main-menu ul li .submenu li:hover {
    background: #fff;
}

.main-menu ul li .submenu li:hover a {
    color: #169b84;
}

.main-menu ul li .submenu li a {
    color: #fff;
}

.main-menu ul li .submenu li:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.main-menu ul li:hover .submenu {
    top: 54px;
    display: block;
    visibility: visible;
    opacity: 1;
}

.nav-search {
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.nav-search input[type=text] {
    width: 257px;
    height: 40px;
    border: 1px solid #ddd;
    padding-left: 10px;
    border-radius: 3px;
}

.nav-search.open {
    visibility: visible;
    opacity: 1;
    top: 53px;
}

.top-header {
    background: #eceef1;
}

.main-menu {
    width: 100%;
}

img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.main-menu > ul > li > a.click-search {
    width: 37px;
    height: 37px;
    color: #fff;
    text-align: center;
    line-height: 37px;
    padding: 0;
    cursor: pointer;
    margin-top: 9px;
    background: #169b84;
    border-radius: 50%;
}

.main-menu > ul > li:hover > a.click-search {
    border: 0;
}

.slider-logo .item {
    height: 100px;
    position: relative;
    padding: 5px;
    overflow: hidden;
}

.slider-logo .item img {
    width: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#slider-home .item {
    position: relative;
}

#slider-home .item .overlay-item {
    position: absolute;
    width: 100%;
    top: 85%;
    transform: translateY(-50%);
}

#slider-home .item .overlay-item .title-pr {
    color: #fff;
    margin-top: 0;
    font-size: 40px;
    font-family: 'GoogleSans-Black';
    text-transform: uppercase;
}

#slider-home .item .overlay-item {
    text-align: center;
}

#slider-home .item .overlay-item .overlay-item-content {
    width: 70%;
    margin: auto;
}

#slider-home .item .overlay-item .readmore {
    background: #169b84;
    display: inline-block;
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 33px;
    background-size: 100% 100%;
    font-family: 'GoogleSans-Bold';
}

#slider-home .item .overlay-item .readmore:hover {
    background: #fff;
    color: #169b84;
}

.main-logo {
    padding: 5px 0;
}

.title-primary {
    font-family: 'GoogleSans-Black';
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
}

.title-primary:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    background: #169b84;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.our-project {
    padding-top: 80px;
}

.our-project .nav-our-project .item .title {
    font-family: 'GoogleSans-Black';
    font-size: 20px;
}

.our-project .nav-our-project .item p {
    font-size: 16px;
}

.our-project .nav-our-project {
    padding-top: 10px;
    width: 70%;
    margin: auto;
}

.our-project .nav-our-project .item {
    padding-bottom: 15px;
}

.sponsor-managing {
    padding-top: 40px;
}

.sponsor-managing .content-sponsor-managing {
    width: 67%;
    margin: auto;
}

.sponsor-managing .content-sponsor-managing .title-primary {
    margin-bottom: 10px;
}

.slider-logo1 .item .item1 {
    height: 92px;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
    overflow: hidden;
    position: relative;
}

.slider-logo1 .item .item1 img {
    height: 90px;
    width: auto !important;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.implementation-logo {
    padding-top: 20px;
}

.implementation-logo .slider-logo1 {
    margin-top: 30px;
    padding-bottom: 30px;
}

.implementation-logo .slider-logo1 .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #d0ebe6;
    border-radius: 50% !important;
    margin: 4px;
}

.implementation-logo .slider-logo1 .owl-dot.active {
    background: #169b84;
}

.implementation-logo .slider-logo1 .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.photo-gallery .nav-photo-gallery .item .image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.photo-gallery .nav-photo-gallery .item .image {
    overflow: hidden;
}

.photo-gallery .nav-photo-gallery .item .image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.photo-gallery .nav-photo-gallery .item {
    position: relative;
}

.photo-gallery .nav-photo-gallery .item .nav-image {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 12px 15px;
    width: 100%;
}

.photo-gallery .nav-photo-gallery .item .nav-image .title {
    margin: 0;
    font-family: 'GoogleSans-Black';
    font-size: 14px;
    line-height: 23px;
}

.photo-gallery .nav-photo-gallery .item .nav-image .title a {
    color: #fff;
}

.photo-gallery {
    background: #169b84;
    margin-top: 20px;
    padding: 40px 0;
}

.photo-gallery .nav-photo-gallery {
    margin-top: 25px;
}

.photo-gallery .title-primary {
    color: #fff;
}

.photo-gallery .title-primary:after {
    background: #fff;
}

.photo-gallery .nav-photo-gallery .item {
    margin-bottom: 30px;
}

.slider-gallery .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #45af9d;
    border-radius: 50% !important;
    margin: 4px;
}

.slider-gallery .owl-dot.active {
    background: #fff;
}

.slider-gallery .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.slider-gallery {
    padding-bottom: 30px;
}

.slider-video .item .image {
    position: relative;
}

.slider-video .item .image .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-video .item .image .icon img {
    width: auto !important;
}

.slider-video .item .image .img img {
    width: 100%;
    height: 202px;
    object-fit: cover;
}

.slider-video .item .title {
    font-family: 'GoogleSans-Black';
    margin-top: 15px;
    font-size: 16px;
    line-height: 23px;
}

.slider-video .item .title a {
    color: #fff;
}

.video-home {
    background: #169b84;
    padding-bottom: 45px;
}

.video-home .title-primary {
    color: #fff;
}

.video-home .title-primary:after {
    background: #fff;
}

.video-home .slider-video {
    margin-top: 30px;
}

.slider-video .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #45af9d;
    border-radius: 50% !important;
    margin: 4px;
}

.slider-video .owl-dot.active {
    background: #fff;
}

.slider-video .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.slider-video {
    padding-bottom: 40px;
}

.contact-us .contact-us-left .title-pr {
    font-family: 'GoogleSans-Black';
    font-size: 34px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
}

.contact-us .contact-us-left .title-pr:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    background: #333;
    left: 0;
    bottom: 0;
}

.contact-us .contact-us-left .nav-contact-left p {
    font-size: 18px;
}

.contact-us .contact-us-left .nav-contact-left p svg {
    color: #169b84;
    margin-right: 10px;
}

.contact-us .contact-us-left .nav-contact-left {
    padding-top: 30px;
}

.contact-us .contact-us-right .title {
    font-family: 'GoogleSans-Bold';
    font-size: 20px;
    margin: 0;
    margin-bottom: 20px;
}

.contact-us .contact-us-right .nav-contact-right input[type=text] {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    padding-left: 10px;
    margin-bottom: 30px;
    font-size: 16px;
}

.contact-us .contact-us-right .nav-contact-right textarea {
    width: 100%;
    height: 130px;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 16px;
}

.contact-us .contact-us-right .nav-contact-right input[type=submit] {
    height: 40px;
    width: 100%;
    background: #169b84;
    font-size: 16px;
    color: #fff;
    font-family: 'GoogleSans-Black';
    border: 1px solid #169b84;
    text-transform: uppercase;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.contact-us .contact-us-right .nav-contact-right input[type=submit]:hover {
    color: #169b84;
    background: #fff;
    border: 1px solid #169b84;
}

.contact-us {
    padding: 75px 0;
}

/*css footer */
.footer-1 {
    padding-top: 36px;
    padding-bottom: 35px;
}

.h3-title-ft {
    color: #fff;
    font-size: 20px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
    font-family: 'GoogleSans-Black';
    text-transform: uppercase;
}

.wp-ft a {
    color: #c0c0c0;
    transition: all 0.3s ease-in-out;
}

.footer-2 > .container {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #595959;
    padding-bottom: 45px;
}

.copy-right {
    padding: 15px 0px;
}

.div-list-ft p {
    position: relative;
}

.list-ft li {
    margin-bottom: 12px;
    font-size: 16px;
    border-bottom: 1px solid #2ea591;
    padding-bottom: 10px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.list-ft li:hover {
    padding-left: 10px;
}

.list-ft li a:hover {
    color: #da251c;
}

.list-ft li a:hover::after {
    color: #da251c;
    left: 5px;
}

.copy-right a:hover {
    color: #d93438 !important;
}

.mxh-top li i {
    color: #7f7f7f;
}

.ul-phone {
    padding: 0px;
    margin-right: 60px;
}

.ul-phone li {
    float: left;
    margin-left: 12px;
    color: #000;
    list-style: none;
}

.ul-phone li a {
    font-weight: bold;
}

.ul-phone li p {
    margin-bottom: 0px;
    color: #999999;
}

.ul-phone li:nth-of-type(1) {
    background: url("../images/bg_iconheader.png") no-repeat;
    background-position: 0px 0px;
    padding-left: 15px;
}

.ul-phone li:nth-of-type(2) {
    background: url("../images/bg_iconheader.png") no-repeat;
    background-position: -129px 0px;
    padding-left: 30px;
}

.ul-phone li:nth-of-type(3) {
    background: url("../images/bg_iconheader.png") no-repeat;
    background-position: -270px 0px;
    padding-left: 30px;
}

.h2-title-ft {
    font-size: 20px;
}

.box_mxhft li {
    list-style: none;
    display: inline-block;
    float: left;
}

.box_mxhft li a {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    float: left;
    background: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: #73bf45 !important;
}

.clearfix-20 {
    height: 20px;
    clear: both;
}

.box_mxhft {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}

.box_formft {
    position: relative;
}

.box_formft .left {
    width: 100%;
    display: inline-block;
    float: left:;
}

.box_formft .right {
    position: absolute;
    top: 0;
    right: 0;
}

.box_formft .right button {
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.box_formft input {
    border: 0px;
    width: 100%;
    height: 38px;
    margin-bottom: 5px;
    padding-left: 10px;
    background: #444444;
    border-radius: 3px;
}

#footer-site {
    background: #169b84;
    position: relative;
}

.copy-right {
    width: 100%;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: #148b77;
}

.div-list-ft p {
    color: #fff;
}

.copy-right a {
    color: #fff;
}

.footer-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-1 .box_mxhft {
    margin-bottom: 15px;
}

.contact-footer {
    position: fixed;
    bottom: 26%;
    right: 30px;
    z-index: 999;
}

.contact-footer ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
}

.contact-footer ul li {
    margin-bottom: 4px;
}

.copy-right .wp-copy {
    text-align: center;
    color: #fff
}

.footer-1 .div-list-ft .title1 {
    font-family: 'GoogleSans-Bold';
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    color: #fff;
}

.footer-1 .wp-ft ul li a img {
    margin-right: 6px;
}

.footer-1 .wp-ft ul li a {
    color: #fff
}

.footer-1 .nav-wp-ft .item {
    margin-bottom: 20px;
}

.footer-1 ul.list-ft li a svg {
    margin-right: 8px;
    font-size: 11px;
}

.footer-1 input[type=text] {
    width: 100%;
    height: 38px;
    padding-left: 10px;
    font-size: 14px;
    border: 1px solid #fff;
    margin-bottom: 20px;
}

.footer-1 input[type=submit] {
    background: #0b4d42;
    font-family: 'GoogleSans-Bold';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 38px;
    border: 1px solid #0b4d42;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.footer-1 input[type=submit]:hover {
    background: #fff;
    color: #0b4d42;
}

.footer-1 .div-list-ft .desc {
    padding-bottom: 10px;
}

.footer-1 iframe {
    width: 100%;
    height: 225px;
}

.toolbar .inner a {
    display: block;
    height: 45px;
    width: 45px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin-bottom: 8px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.toolbar {
    position: fixed;
    width: 70px;
    left: 30px;
    bottom: 10px;
    z-index: 999;
}

.toolbar .inner {
    padding-left: 0px;
    width: 100%;
    text-align: center;
}

#scrollUp {
    background: #333;
    color: #fff;
    bottom: 40px;
    right: 40px;
    border-radius: 100px;
    height: 45px;
    width: 45px;
    font-size: 25px;
    text-align: center;
    line-height: 45px;
    box-shadow: 0 0 15px 0px rgba(50, 50, 50, 0.2);
    transition: 0.3s;
    display: inline-block;
    position: fixed;
    bottom: 70px;
    right: 30px;
    cursor: pointer;
}

#scrollUp:hover {
    background: #fff;
    color: #ce7852;
}

.top-header-mobile {
    display: none;
}

.breadcrumbs ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.breadcrumbs ul li {
    display: inline-block;
    float: left;
    padding-right: 5px;
    color: #999
}

.breadcrumbs ul li a {
    display: inline-block;
    padding-right: 5px;
    color: #999
}

.breadcrumbs {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
}

.main-about .content-main-about .nav-main-about {
    width: 80%;
    margin: auto;
    margin-top: 50px;
}

.main-about .content-main-about .nav-main-about .item .image {
    width: 290px;
    display: inline-block;
    float: left;
}

.main-about .content-main-about .nav-main-about .item .nav-image {
    width: calc(100% - 290px);
    display: inline-block;
    float: right;
    padding-left: 20px;
}

.main-about .content-main-about .nav-main-about .item .image img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.main-about .content-main-about .nav-main-about .item .image {
    overflow: hidden;
}

.main-about .content-main-about .nav-main-about .item .image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.main-about .content-main-about .nav-main-about .item .nav-image .title-1 {
    font-family: 'GoogleSans-Bold';
    font-size: 22px;
    margin: 0;
}

.main-about .content-main-about .nav-main-about .item .nav-image .title-1 a {
    color: #169b84;
}

.main-about .content-main-about .nav-main-about .item .nav-image .title-2 {
    font-family: 'GoogleSans-Bold';
    font-size: 18px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin: 10px 0;
}

.main-about .content-main-about .nav-main-about .item .nav-image .title-2 a:hover {
    color: #169b84;
}

.main-about .content-main-about .nav-main-about .item .nav-image .date-desc .date {
    width: 120px;
    display: inline-block;
    float: left;
}

.main-about .content-main-about .nav-main-about .item .nav-image .date-desc .description {
    width: calc(100% - 120px);
    display: inline-block;
    float: right;
    padding-left: 15px;
}

.main-about .content-main-about .nav-main-about .item .nav-image .date-desc .span1 {
    font-size: 36px;
    font-family: 'GoogleSans-Bold';
    color: #169b84;
    width: 47px;
    display: inline-block;
    float: left;
    border-right: 1px solid #ddd;
}

.main-about .content-main-about .nav-main-about .item .nav-image .date-desc .span2 {
    font-size: 12px;
    color: #999999;
    width: calc(100% - 48px);
    display: inline-block;
    float: right;
    padding-left: 10px;
    padding-top: 10px;
}

.main-about .content-main-about .nav-main-about .item .nav-image .description .desc {
    margin: 0;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

.main-about .content-main-about .nav-main-about .item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.menber-info .item .image img {
    width: 100%;
    height: 265px;
    object-fit: cover;
}

.menber-info .item .image {
    overflow: hidden;
}

.menber-info .item .image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.menber-info .item {
    position: relative;
}

.menber-info .item .nav-img {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}

.menber-info .item .nav-img .title-name {
    font-family: 'GoogleSans-Black';
    color: #fff;
    font-size: 14px;
    margin: 0;
    font-weight: bolder;
}

.menber-info .item .nav-img .adress-name {
    font-size: 16px;
    color: #fff;
    margin: 0;
    margin-top: 5px;
}

.menber-info .item-menber-info.item-menber-info2 {
    width: 75%;
    margin: auto;
}

.menber-info .item-menber-info.item-menber-info {
    margin-top: 30px;
}

.menber-info {
    padding-top: 40px;
}

.main-about {
    padding-bottom: 40px;
}

.main-new.main-about .content-main-about .nav-main-about {
    width: 100%;
}

.main-new.main-about .content-main-about .nav-main-about .item .image {
    width: 100%
}

.main-new.main-about .content-main-about .nav-main-about .item .nav-image {
    width: 100%;
    padding-left: 0
}

.main-new.main-about .content-main-about .nav-main-about .item {
    border-bottom: 0;
    margin-bottom: 0
}

.main-new.main-about .content-main-about .nav-main-about .item .image img {
    height: 240px;
}

.main-new.main-about .content-main-about .nav-main-about {
    margin-top: 25px;
}

.pagenavi {
    padding-bottom: 20px;
}

.pagenavi ul {
    padding-left: 0;
}

.pagenavi ul li {
    display: inline-block;
}

.pagenavi ul a {
    height: 27px;
    display: inline-block;
    background: #f2f2f2;
    text-align: center;
    line-height: 27px;
    border: 1px solid #dddddd;
    padding: 0 10px;
}

.pagenavi ul a.active {
    background: #169b84;
    color: #c5eaf8;
}

.pagenavi {
    border-top: 1px dashed #ddd;
    margin-top: 30px;
    padding-top: 30px;
}

.main-cooperation .pagenavi {
    border-top: 0;
    margin-top: 0;
    padding-top: 0
}

.main-new-detail .content-new-detail .title-pri {
    font-family: 'GoogleSans-Bold';
    font-size: 20px;
}

.main-new-detail .content-new-detail .date {
    color: #999;
}

.post-other {
    margin-top: 30px;
}

.post-other h3 {
    font-family: 'GoogleSans-Bold';
    margin-top: 0;
    font-size: 25px;
    color: #169b84;
}

.post-other ul {
    padding-left: 0;
}

.post-other ul li {
    list-style: none;
    border-bottom: 1px dotted #c8c8c8;
    display: inline-block;
    width: 100%;
    padding: 8px 0;
}

.post-other ul li a {
    font-size: 14px;
}

.post-other ul li img {
    padding-right: 10px;
}

.post-other ul li span {
    color: #9d9c9c;
    padding-left: 9px;
}

.post-other ul li:last-child {
    border-bottom: 0;
}

.content-new-detail {
    padding-bottom: 30px;
}

/*css contact*/
p.thank-you {
    font-size: 14px;
    color: #747474;
    font-style: italic;
}

h1.title-contact {
    color: #169b84;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0;
}

.adress-contact li {
    font-size: 14px;
    list-style: none;
    padding-bottom: 7px;
}

.adress-contact li span {
    font-family: 'GoogleSans-Bold';
}

.adress-contact {
    padding-left: 0;
}

.map-contact iframe {
    width: 100%;
    height: 369px;
}

.map-contact {
    border: 1px solid #ddd;
    padding: 2px;
}

.form-contat p.desc {
    font-size: 14px;
    line-height: 23px;
}

.form-contat input[type=text] {
    border: 1px solid #d5d5d5;
    background: #fafafa;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.form-contat textarea {
    width: 100%;
    height: 265px;
    background: #fafafa;
    border: 1px solid #ddd;
    padding-left: 10px;
    border-radius: 3px;
}

.send-contact .item {
    width: calc((100% - 30px) / 4);
    display: inline-block;
    float: left;
    margin-right: 10px;
    text-align: center;
}

.send-contact .item:nth-child(4) {
    margin-right: 0;
}

.send-contact .item input[type=submit] {
    width: 100%;
    height: 30px;
    background: #169b84;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid;
    border-radius: 3px;
}

.send-contact .item img {
    padding-top: 4px;
}

#main-contact {
    /* margin-top: 13px; */
    margin-bottom: 30px;
}

#main-contact {
    margin-top: 30px;
}
.content-sponsor-managing .item img{
    height: 90px;
    padding-bottom: 15px;
    object-fit: cover;
}
.content-sponsor-managing .item{
    text-align: center;
}
.main-menu > ul > li > a.p155{
    padding: 15px 5px!important;
}

@media (min-width: 900px){
    .container-phu{
        width: 935px;
    }
}
.post-content-area img {
    max-width: 100%;
    height: auto;
}

.post-content-area > .image-description {
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 170%;
    color: #000000;
}

.post-content-area ul {
    list-style-type: disc;
    padding-left: 40px;
}

.post-content-area p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 170%;
    color: #000000;
    text-align: justify;
}

.btn-dk {
    background: #0b4d42;
    font-family: 'GoogleSans-Bold';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 38px;
    border: 1px solid #0b4d42;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

    .btn-dk:hover {
        background: #fff;
        color: #0b4d42;
    }

.parsley-errors-list {
    color: #d72924;
    margin-top: -15px !important;
}