/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
--primary: #1E76BC;
}

.header-nav i.icon-angle-down {
    display: none;
}

.header-main .nav > li > a {
    font-size: 15px;
}

ul.dinhit_polylang {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

ul.dinhit_polylang li {
    list-style: none;
    margin: 0;
}

ul.dinhit_polylang li img {
    width: 24px !important;
    height: 15px !important;
}

.dinhit_polylang a {
    color: white;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid;
    padding: 4px;
    border-radius: 4px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* POPUP */
.home .mfp-auto-cursor .mfp-content {max-width: 800px;}

.mfp-zoom-out-cur {
    will-change: unset;
}

.mfp-bg.mfp-ready {
    opacity: .9;
}

.page-template .mfp-content {
    width: 1200px;
    max-width: 1200px;
}

@media only screen and (max-width: 48em) {
    .page-template .mfp-content {
        width: 100%;
        max-width: 100%;
    }

    .mfp-arrow {
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translate(0, -60%) !important;
    }

    .mfp-arrow-left {
        left: -5px;
    }

    .mfp-arrow-right {
        right: -5px;
    }
}

.page-template .mfp-content img.mfp-img {
    width: 100%;
}

.white-popup-block {
    background: white;
    padding: 20px;
    box-shadow: 0 0 6px var(--primary);
    border: 0.5px solid var(--primary);
	border-radius: 12px;
	gap: 20px;
}

.white-popup-block .content {
    font-size: 14px;
}

.white-popup-block .content p {
    margin-bottom: 12px;
}

.white-popup-block .content ul {
    margin-left: 14px;
}

.white-popup-block .content p.position {
    margin-bottom: 0;
    color: var(--primary);
	font-size: 14px;
    font-weight: 600;
}

.white-popup-block .content h4.name {
    font-size: 22px;
    color: var(--primary);
}

.white-popup-block div:first-child {
    flex-basis: 30%;
    max-width: 30%;
}

.white-popup-block .content {
    flex-basis: 70%;
    max-width: 70%;
}

.white-popup-block div:first-child img {
    border-radius: 12px;
}
/* /POPUP */

.header-nav li ul.sub-menu li a {
	font-size: 14px;
	color: black;
}

.header-nav li:hover ul.sub-menu {
    border: 1px solid white;
    box-shadow: 0 0 6px var(--primary);
	padding-top: 8px;
    padding-bottom: 8px;
}

.header-nav li ul.sub-menu li a:hover {
    background: var(--primary);
    color: white;
}

#logo p.logo-tagline {
    font-size: 7px;
    text-transform: uppercase;
    color: white;
	font-style: normal;
    padding-top: 4px;
}

.section {
	padding: 60px 0 !important;
}

.section .col {
	padding-bottom: 0;
}

.section-title {
    display: block;
    color: var(--primary);
    font-size: 40px;
    margin-bottom: 20px;
}

.section-title-2 {
    font-size: 24px;
    text-transform: uppercase;
    color: var(--primary);
    position: relative;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}

.section-title-2:before {
    content: '';
    width: 40%;
    height: 4px;
    position: absolute;
    top: -16px;
    background: var(--primary);
    display: block;
}

.home_ss1 h2,.home_ss1 h3 {
    line-height: 1.5;
}

.home_ss3 .icon-box .icon-box-img {
    margin-bottom: 0;
}

.home_ss3 .icon-box h3 {
    font-size: 20px;
    color: var(--primary);
}

.home_ss4 .col:first-child .col-inner img,
.home_ss5 .col:first-child .col-inner img {
    padding-right: 64px;
}

.section a.button {
	font-weight: 500;
	border-radius: 8px !important;
}

.home_ss4 a.button.is-outline {
    font-size: 20px;
	font-weight: 600;
}

.home_ss4 .col:last-child h2 {
    font-size: 32px;
}

.home_ss4 .col:last-child h5 {
    font-size: 16px;
    margin-bottom: 20px;
}

.home_ss5 .row {
    align-items: center;
}

.home_ss5 h3 {
    font-size: 20px;
    color: var(--primary);
}

.home_ss5 h2 {
    font-size: 44px;
    color: var(--primary);
}

.slider_custom .icon-box-img img {
    width: 340px;
    height: 340px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 100%;
    border: 2px solid var(--primary);
    padding: 4px;
}

.slider_custom .icon-box-text h4 {
    font-size: 20px;
    color: var(--primary);
    text-transform: capitalize;
	margin-bottom: 0;
}

.slider_custom .icon-box-text p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
}

.slider_custom .slider {
    padding: 0;
}

.ss_title_custom .col-inner {
    padding: 20px 0;
}

.ss_title_custom .col-inner h2 {
    margin-bottom: 0;
}

.home_ss9 {
	padding: 0 0 60px !important;
}

.home_ss10 {
    padding-top: 80px !important;
}

#footer .footer1 .col:first-child {
	padding-right: 32px;
}

#footer .footer1 .col:last-child {
	padding-left: 32px;
}

#footer .footer1 .section-title {
    margin-bottom: 12px;
}

#footer .footer1 p {
    margin-bottom: 40px;
}

#footer .footer1 form .wpcf7-submit {
    background: white;
    color: var(--primary);
    text-transform: none;
    font-weight: 500;
}

#footer .footer1 form input,
#footer .footer1 form textarea {
	font-size: 14px;
}

#footer .footer1 form input,
#footer .footer1 form textarea,
#footer .footer1 form input::placeholder,
#footer .footer1 form textarea::placeholder {
    color: var(--primary);
}


#footer .footer2 .row .col:first-child {
    padding-right: 64px;
}

#footer .footer2 .row .col:last-child {
    padding-left: 80px;
}

#footer .footer2  h2 {
    font-size: 20px;
    color: var(--primary);
    margin-bottom: 16px;
}

#footer .footer2 li {
    list-style: none;
    margin-left: 0;
    display: flex;
	font-size: 15px;
}

#footer .footer2 li a:hover {
	text-decoration: underline;
}

#footer .footer2 li i {
    margin-right: 8px;
    margin-top: 5px;
    color: var(--primary);
	font-weight: 900;
}

#footer .footer2 li i:before {
    width: 20px;
    display: block;
}

#footer .footer2 .icon-box-text p {
    font-size: 15px;
    color: var(--primary);
}

#footer .footer2 .icon-box-text .copyright {
    font-size: 15px;
    color: var(--primary);
}

.absolute-footer {
    display: none;
}

.top-banner-custom h1.entry-title {
    font-size: 44px;
    text-transform: uppercase;
}


.ambassador-main .ambassador-tile-banner {
    background: url('https://hpdf.giaodien.org/wp-content/uploads/2025/06/ambassador-title-bg.jpg') no-repeat;
    background-size: cover;
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ambassador-main .ambassador-tile-banner h2 {
    text-align: center;
    text-transform: uppercase;
    color: white;
    margin-bottom: 0;
    font-size: 44px;
    line-height: 1.7;
}

.ambassador-main .ambassador-tile-banner h2 span {
    display: block;
}

.ambassador-main .ambassador-content {
    gap: 40px;
    padding: 40px 0;
    align-items: center;
}

.ambassador-main .ambassador-content .avatar {
    flex-basis: 40%;
    max-width: 40%;
}

.ambassador-main .ambassador-content .info {
    flex-basis: 60%;
    max-width: 60%;
}

.ambassador-main .ambassador-content .avatar img {
    width: 100%;
    border-radius: 100%;
    border: 1px solid #ccc;
    padding: 5px;
}

.ambassador-main .ambassador-content .info h1.name {
    font-size: 44px;
    color: var(--primary);
    margin-bottom: 8px;
}

.ambassador-main .ambassador-content .info .position {
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    color: #54595F;
}

.ambassador-main .ambassador-content .info .position p {
    margin-bottom: 8px;
}

.ambassador-main .ambassador-content .info .desc {
    font-size: 15px;
}

.initiative_1 h2,.initiative_1 h3,.initiative_2 h2 {
    font-size: 40px;
    color: var(--primary);
    margin-bottom: 20px;
}

.initiative_1 h3 {
    font-size: 20px;
}

.initiative_1 p {
    font-size: 16px;
    line-height: 1.7;
}

.initiative_2 h2 {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 32px;
}

.initiative_2 .gallery-col.col {
    padding-bottom: 19.6px;
}

.initiative_2 .box-image, .initiative_2 .box-image img {
    border-radius: 12px;
}

.dd_ss2 .col:last-child img {
    padding-left: 32px;
}

.dd_banner p {
    font-size: 24px;
}

.dd_banner h2 {
    text-transform: uppercase;
}

.dd_ss1 .row {
    align-items: center;
}

.dd_ss1 .col:last-child a.button:last-child {margin-bottom: 0;}

.dd_ss2 h2,.dd_ss2 h3 {
    margin-bottom: 16px;
}

.dd_ss3 h2 {
    font-size: 40px;
}

.dd_ss3 h3,.dd_ss3 h4 {
    font-size: 32px;
}

.dd_ss3 .flex {
    align-items: center;
    gap: 40px;
}

.dd_ss3 .box .number {
    font-size: 120px;
    font-weight: 700;
    line-height: 1;
    flex-basis: 18%;
    max-width: 18%;
}

.dd_ss3 .box .text {
    flex-basis: 82%;
    max-width: 82%;
}

.dd_ss3 .box2,.dd_ss3 .box3 {
    padding-top: 80px;
}

.dd_ss3 .box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.dd_ss4 {
    padding-bottom: 0 !important;
}

.dd_ss4 h2 {
    font-size: 40px;
    color: var(--primary);
    margin-bottom: 12px;
}

.dd_ss4 h3 {
    font-size: 24px;
    color: var(--primary);
    margin-bottom: 16px;
}

.dd_ss4 .row2 .box {
    width: 50%;
    color: var(--primary);
}

.dd_ss4 .row2 .box2, .dd_ss4 .row2 .box3 {
    margin-left: 0;
}

.dd_ss4 .row2 .box1 {
    margin-right: 0;
    padding-top: 330px;
}

.dd_ss4 .row2 .box2 {
    padding-top: 230px;
}

.dd_ss4 .row2 .box3 {
    padding-top: 64px;
    padding-bottom: 64px;
}

.dd_ss4 .row2 .box h4 {
    font-size: 40px;
    color: var(--primary);
    margin-bottom: 20px;
    line-height: 1;
}

.dd_ss4 .row2 {
    background: url('/wp-content/uploads/2025/06/dd-bg-scaled.png') no-repeat;
    background-size: 100%;
    position: relative;
}

.network .flickity-viewport .icon-box-img img {
    height: 240px;
    border: 2px solid var(--primary);
    border-radius: 100%;
    padding: 4px;
}

.network .flickity-viewport .icon-box-text h3 {
    font-size: 20px;
    margin-bottom: 4px;
    color: var(--primary);
}

.network .flickity-viewport .icon-box-text p {
    font-size: 14px;
    color: var(--primary);
}

.network .flickity-viewport .flickity-slider .row {
    max-width: 25%;
    transform: none !important;
    margin: 0 !important;
    opacity: 1;
}

.network h2 {
    font-size: 40px;
    color: var(--primary);
    margin-bottom: 40px;
}

.network_ss1 .row1 {
    margin-bottom: 30px;
}

.ctq h2 {
    font-size: 44px;
    color: var(--primary);
}

.ctq_ss1 img {
    padding-right: 64px;
}

.ctq_ss2 ul,.ctq_ss2 p {
    text-align: left;
}

.ctq_ss2,.ctq_ss3 {
    padding-top: 0 !important;
}

.bld h2 {
    font-size: 32px;
}

.bld h3 {
    font-size: 24px;
}

.bld .is-divider.divider {margin-bottom: 24px;}

.bld {
    padding-top: 0 !important;
}

.bld_ss1 {
    padding-top: 60px !important;
}

.bld_ss1 .col:first-child, .bld_ss3 .col:first-child, .bld_ss5 .col:first-child {
    padding-right: 64px;
}

.bld_ss2 .col:last-child, .bld_ss4 .col:last-child {
    padding-left: 64px;
}

.bld img {
    border-radius: 16px;
}

.section table th,.section table td {
    padding: 8px;
}

.section table tr th {
    background: var(--primary);
    color: white;
}

.section table th, .section table td {
    font-size: 14px;
    padding: 12px 8px;
}

.section table tr th:first-child,.section table tr td:first-child {
    text-align: center;
    width: 40px;
}

.network .tabbed-content .tab-panels h2 {
    font-size: 24px;
    color: var(--primary);
    margin-bottom: 24px;
    margin-top: 32px;
}

.network ul.nav.nav-simple {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.network ul.nav.nav-simple li.active a {
    background: var(--primary);
    color: white;
}

.network ul.nav.nav-simple li a {
    padding: 8px 12px;
    border: 2px solid var(--primary);
    border-radius: 8px;
    text-transform: none;
    color: var(--primary);
    font-size: 16px;
}

.network .flickity-viewport .flickity-slider .row .img {height: 120px;display: flex;align-items: center;}

.network .flickity-viewport .flickity-slider .row .img img {
    max-height: 120px;
}

.network_ss1 .flickity-viewport .flickity-slider .row {
    max-width: 33%;
}

.network_ss1 .flickity-viewport .icon-box-img img {
    height: 340px;
}

.network_ss2 .flickity-viewport .flickity-slider .row {
    max-width: 50%;
}

.network_ss4 .slider-wrapper:last-child {
    padding-top: 60px;
}

.network_ss6 .col.large-6 {
    margin-top: 30px;
}

.network_ss6 .col.large-6 h3 {
    font-size: 32px;
    margin-bottom: 8px;
}

.event_ss1 h2 {
    font-size: 40px;
    color: var(--primary);
    text-transform: capitalize;
}

.event_ss1 h2,.event_ss3 h2 {
    font-size: 40px;
    color: var(--primary);
    text-transform: capitalize;
}

.event_ss2 .box .date {
    font-size: 40px;
    font-weight: 700;
    max-width: 30%;
    flex-basis: 30%;
    position: relative;
}

.event_ss2 .box .content {
    max-width: 70%;
    flex-basis: 70%;
    border-left: 2px solid;
    padding-left: 40px;
    padding-top: 18px;
}

.event_ss2 .box .date:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: -11px;
    display: block;
    background: white;
    border-radius: 100%;
}

.news {
    padding-bottom: 0 !important;
}

.news .post-title a {
    font-size: 18px;
    color: var(--primary);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}

.news a.button.primary {
    font-size: 12px;
    text-transform: none;
    border-radius: 6px !important;
}

.news .col {
    padding-bottom: 24px;
}

.hd .tabbed-content ul {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.hd_cs li {
    list-style: none;
    margin: 0 !important;
    padding: 16px;
    background: #EBEBEB;
}

.hd_cs li:nth-child(2n+2) {
    background: none;
}

.hd .col {
    padding-bottom: 24px;
}

.hd .tabbed-content li a {
    background: url('/wp-content/uploads/2025/06/hdvq.jpg') no-repeat;
    background-size: 100%;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: white;
}

.hd .tab-panels .text h3 {
    font-size: 40px;
    padding: 30px 0;
    color: var(--primary);
}

.hd .post-title a {
    font-size: 40px;
    color: var(--primary);
}

.hd .post-meta {
    font-size: 16px;
    color: var(--primary);
}

.hd p.from_the_blog_excerpt {
    font-size: 16px;
}

.tva .col {
    padding-bottom: 32px;
}

.tva h2 {
    font-size: 18px;
    margin-bottom: 16px !important;
    color: var(--primary)
}

.tva .col .col-inner {
    background: white;
    border-radius: 12px;
    padding: 14px;
	height: 100%;
}

.tva .col .icon-box img {
    padding: 0;
    border-radius: 8px;
}

.dg_ss1 .quote {
    position: relative;
}

.dg_ss1 .quote:before,.csctq .quote:before {
    content: '';
    width: 88px;
    height: 66px;
    background: url('https://hpdf.giaodien.org/wp-content/uploads/2025/06/quote.png') no-repeat;
    background-size: 100%;
    display: block;
    display: flex;
    justify-content: center;
    margin: 0 auto 16px;
}

.dg_ss1 .is-divider.divider {
    margin-bottom: 32px;
}

.dg_ss1 form.wpcf7-form input, .dg_ss1 form.wpcf7-form textarea {
    border-color: var(--primary);
    color: var(--primary);
    font-size: 14px;
}

.dg_ss1 form.wpcf7-form input::placeholder,.dg_ss1 form.wpcf7-form textarea::placeholder {
    color: var(--primary);
}

.dg_ss1 form.wpcf7-form .wpcf7-submit {
    color: white;
    text-transform: none;
    font-weight: 400;
}

.dg_ss2 h2 {
    font-size: 40px;
}

.dg_ss2 .col.large-8 .col-inner {
    border-radius: 16px;
    padding: 32px;
    margin-top: 40px;
}

.dg_ss2 .col.large-8 .col-inner p:last-child {
    margin-bottom: 0;
}

.single-page-custom h2 {
    font-size: 40px;
    margin-bottom: 40px;
}

.tt_custom h2 {
    font-size: 40px;
    color: var(--primary);
}

.hdctq .row .col-inner {
    border-bottom: 2px solid var(--primary);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.hdctq .row .col-inner ul {
    margin-bottom: 0;
}

.hdctq .row:last-child .col-inner {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.csctq .quote:before {
    margin-left: 0;
}

.csctq_ss1 img,.csctq_ss2 img {
    border-radius: 12px;
}

.csctq_ss1 .row,.csctq_ss2 .row {
    align-items: center;
}

.read-more-wrapper + .box-content-article-none {
  display: none;
}

.read-more-wrapper + .box-content-article-none.expanded {
    display: block;
}

.read-more-toggle {
  margin-top: 10px;
  cursor: pointer;
  color: #0073aa;
  font-weight: bold;
  text-decoration: underline;
}

.read-more-wrapper {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Số dòng hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-more-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  pointer-events: none;
  transition: opacity 0.3s;
}

.read-more-wrapper.expanded::after {
  opacity: 0;
}

.csctq_ss3 .row1 .col-inner,.csctq_ss4 .row1 .col-inner {
    padding-top: 24px;
    padding-bottom: 24px;
}

.csctq_ss3 .row1 .col-inner h2,.csctq_ss4 .row1 .col-inner h2 {
    margin-bottom: 0;
}

.csctq_ss3 .row2 .col:first-child {padding-right: 64px;}

.csctq_ss3 .row2 {
    align-items: center;
    padding-top: 60px;
}

.csctq_ss3 .row2 h3,.csctq_ss3 .row2 h4 {
    font-size: 40px;
    color: var(--primary);
    line-height: 1.4;
}

.csctq_ss3 .row2 h4 {
    font-size: 20px;
}

.csctq_ss3 .row2 .video {
    border-radius: 12px;
}

.csctq_ss3 .row3 {
    border-top: 2px solid var(--primary);
    padding-top: 60px;
    margin-top: 60px;
}

.csctq_ss4 .row2 {
    padding-top: 60px;
}

.csctq_ss4 .row2 li {
    margin-left: 0;
    display: flex;
    margin: 0;
    padding: 12px;
    background: #ebebeb;
    width: 100%;
}

.csctq_ss4 .row2 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.csctq_ss4 .row2 li:nth-child(2n+1) {
    background: none;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	#header i.icon-menu:before,#header i.icon-search:before {
		color: white;
		font-size: 24px;
	}

	i.icon-search {}

	#header i.icon-search:before {
		font-size: 18px;
	}
	
	#header .stuck .header-main {
		height: 80px !important;
	}

	#logo {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	#logo a {
		max-width: 100px !important;
	}
	
	.top-banner-custom .page-title-inner {
		min-height: auto !important;
		padding: 40px 0;
	}

	.top-banner-custom h1.entry-title {
		font-size: 24px;
        padding-left: 15px;
        padding-right: 15px;
	}	
	
	.top-banner-custom .title-content {
    	display: none;
	}
	
	.section-title {
		font-size: 30px;
	}
	
	.section {
		padding: 30px 0 !important;
	}
	
	.home_ss2 p {
		margin-bottom: 0;
	}
	
	.home_ss4 .col:first-child .col-inner img, .home_ss5 .col:first-child .col-inner img {
		padding: 0;
		padding-bottom: 30px;
	}

	.home_ss7 .col.large-4 {
		padding-bottom: 15px;
	}

	.home_ss7 .gap-element {
		padding-top: 15px !important;
	}

	.home_ss9 {
		padding-top: 0 !important;
	}

	.home_ss10 {
		padding-top: 60px !important;
	}

	#footer .footer1 .col:first-child,#footer .footer2 .row .col:first-child {
		padding-right: 15px;
	}

	#footer .footer1 .col:last-child,#footer .footer2 .row .col:last-child {
		padding-left: 15px;
	}

	#footer .footer2 .row .col:last-child {
		padding-top: 4px;
	}

	#footer .footer2 .icon-box-text .copyright {
		display: table-column;
	}

	#footer .footer2 .icon-box-img {
		max-width: 100px;
	}

	.absolute-footer {
		display: block;
		color: var(--primary);
		background: white !important;
		text-align: left !important;
	}

	#footer .footer2 {
		padding-bottom: 0 !important;
	}

    .ctq_ss1 img {
        padding-right: 0;
    }

    .ctq h2 {
        font-size: 30px;
    }

    .ctq_ss1 h2 {
        padding-top: 16px;
    }

    .bld_ss1 .col:first-child, .bld_ss3 .col:first-child, .bld_ss5 .col:first-child {
        padding-right: 15px;
    }

    .bld h2 {
        font-size: 30px;
        padding-top: 16px;
    }

    .bld_ss2 .col:last-child, .bld_ss4 .col:last-child {
        padding-left: 15px;
    }

    .bld_ss2 .row .col:first-child, .bld_ss4 .row .col:first-child {
        order: 2;
    }

    .bld_ss2 .row .col:last-child, .bld_ss4 .row .col:last-child {
        order: 1;
    }

    .bld_ss2 .text, .bld_ss4 .text {
        text-align: left !important;
    }

    .bld_ss2 .text-right .is-divider.divider, .bld_ss4 .text-right .is-divider.divider {margin-left: 0;}

    .network ul.nav.nav-simple {
        flex-wrap: nowrap;
        width: 100%;
        overflow: auto;
        justify-content: space-around;
    }

    .network ul.nav.nav-simple li a {
        width: max-content;
    }

    .initiative_1 h2, .initiative_1 h3, .initiative_2 h2 {
        font-size: 30px;
    }

    .initiative_1 h3 {
        font-size: 20px;
    }

    .initiative_1 .col:last-child {
        padding-top: 32px;
    }

    .dd_banner p {
        font-size: 16px;
    }

    .dd_banner h2 {
        font-size: 24px;
        line-height: 1.8;
    }

    .dd_banner p {
        font-size: 16px;
    }

    .dd_banner h2 {
        font-size: 24px;
        line-height: 1.8;
    }

    .home_ss4 .col:last-child h2 {
        font-size: 30px;
    }

    .dd_ss2 .col:first-child {
        order: 2;
    }

    .dd_ss2 .col:last-child {
        order: 1;
    }

    .dd_ss2 .col:last-child img {
        padding-left: 0;
    }

    .dd_ss2 h2 {
        font-size: 30px;
        padding-top: 24px;
    }

    .dd_ss2 h3 {
        font-size: 18px;
    }

    .dd_ss3 h2 {
        font-size: 30px;
    }

    .dd_ss3 h3 {
        font-size: 24px;
    }

    .dd_ss3 h4 {
        font-size: 18px;
    }

    .dd_ss3 .flex {
        flex-wrap: wrap;
        gap: 12px;
    }

    .dd_ss3 .box .number {
        font-size: 80px;
    }

    .dd_ss3 .box .text {
        flex-basis: 100%;
        max-width: 100%;
    }

    .dd_ss3 .box {
        gap: 12px;
    }

    .dd_ss3 .box2, .dd_ss3 .box3 {
        padding-top: 32px;
    }

    .dd_ss3 h2 {
        font-size: 30px;
    }

    .dd_ss3 h3 {
        font-size: 24px;
    }

    .dd_ss3 h4 {
        font-size: 18px;
    }

    .dd_ss3 .flex {
        flex-wrap: wrap;
        gap: 12px;
    }

    .dd_ss3 .box .number {
        font-size: 80px;
    }

    .dd_ss3 .box .text {
        flex-basis: 100%;
        max-width: 100%;
    }

    .dd_ss3 .box {
        gap: 12px;
    }

    .dd_ss3 .box2, .dd_ss3 .box3 {
        padding-top: 32px;
    }

    .dd_ss4 h2 {
        font-size: 30px;
    }

    .dd_ss4 h3 {
        font-size: 18px;
    }

    .dd_ss3 h2 {
        font-size: 30px;
    }

    .dd_ss3 h3 {
        font-size: 24px;
    }

    .dd_ss3 h4 {
        font-size: 18px;
    }

    .dd_ss3 .flex {
        flex-wrap: wrap;
        gap: 12px;
    }

    .dd_ss3 .box .number {
        font-size: 80px;
    }

    .dd_ss3 .box .text {
        flex-basis: 100%;
        max-width: 100%;
    }

    .dd_ss3 .box {
        gap: 12px;
    }

    .dd_ss3 .box2, .dd_ss3 .box3 {
        padding-top: 32px;
    }

    .dd_ss4 h2 {
        font-size: 30px;
    }

    .dd_ss4 h3 {
        font-size: 18px;
    }

    .dd_ss4 .row2 .box1,.dd_ss4 .row2 .box2,.dd_ss4 .row2 .box3 {
        padding-top: 30px;
    }

    .dd_ss4 .row2 .box {
        width: 100%;
    }

    .dd_ss4 .row2 .box h4 {
        font-size: 30px;
    }

    .dd_ss4 .row2 .box3 {padding-bottom: 30px;}

    .dd_ss4 .row2 {
        background-size: cover;
        background-position-x: -120px;
        background: none;
    }

    .dd_ss4 {
        padding-bottom: 0 !important;
    }

    .dd_ss4 .row2:before {
        content: '';
        background: url('/wp-content/uploads/2025/06/dd-bg-scaled.png') no-repeat;
        background-size: cover;
        background-position-x: -120px;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .12;
    }

    .event_ss1 h2, .event_ss3 h2 {
        font-size: 30px;
    }

    .event_ss2 .box .date {
        font-size: 18px;
        padding-top: 16px;
        max-width: 26%;
        flex-basis: 26%;
    }

    .event_ss2 .box .content {
        padding-top: 18px;
        font-size: 15px;
        max-width: 74%;
        flex-basis: 74%;
    }

    .network h2 {
        font-size: 30px;
    }

    .network_ss1 .flickity-viewport .flickity-slider .row,
    .network_ss4 .flickity-viewport .flickity-slider .row,
    .network_ss5 .flickity-viewport .flickity-slider .row {
        max-width: 80%;
    }

    .network_ss1 .flickity-viewport .icon-box-img img,
    .network_ss4 .flickity-viewport .icon-box-img img,
    .network_ss5 .flickity-viewport .icon-box-img img {
        width: 270px;
        height: 270px;
    }

    .network_ss4 .flickity-viewport .icon-box-img,
    .network_ss5 .flickity-viewport .icon-box-img {
        width: 270px !important
    }

    .network_ss2 .flickity-viewport .flickity-slider .row {
        max-width: 100%;
    }

    .network_ss2 .slider-style-focus,.network_ss3 .slider-style-focus {
        padding: 0;
    }

    .network_ss3 .flickity-viewport .flickity-slider .row {
        max-width: 33%;
    }

    .network .flickity-viewport .flickity-slider .row .img {
        height: 80px;
    }

    .network_ss6 .col.large-6 h3 {
        font-size: 14px;
    }

    .network_ss6 .col.large-6 p {
        font-size: 12px;
    }

    .news .box.box-normal {
        display: flex;
        gap: 4px;
        align-items: center;
    }

    .news .box.box-normal .box-image {
        flex-basis: 40%;
    }

    .news .box.box-normal .box-text {
        flex-basis: 60%;
        text-align: left;
    }

    .news .post-title a {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .news .is-divider {
        display: none;
    }

    .news a.button.primary {
        font-size: 10px;
    }

    .news .col {
        padding-bottom: 0;
    }

    .hd .tabbed-content li a {
        width: auto;
        height: auto;
        font-size: 12px;
        padding: 28px;
    }

    .hd .tabbed-content ul {
        gap: 8px;
    }

    .hd .tab-panels .text h3 {
        font-size: 24px;
        padding: 12px 0;
    }

    .hd .tab-panels .box.box-vertical {
        display: flex;
        gap: 12px;
    }

    .hd .tab-panels .box.box-vertical .box-image {
        flex-basis: 36%;
    }

    .hd .tab-panels .box.box-vertical .box-text {
        flex-basis: 64%;
        padding: 0;
    }

    .hd .post-title a {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .hd .post-meta {
        font-size: 10px;
    }

    .hd p.from_the_blog_excerpt {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .hd .is-divider {
        display: none;
    }

    .dg_ss2 h2 {
        font-size: 24px;
    }

    .header-nav i.icon-angle-down {
        display: none;
    }

    .single-page-custom h2 {
        font-size: 30px;
        margin-bottom: 24px;
    }

    .tt_custom h2 {
        font-size: 30px;
    }

    .csctq_ss1 .img,.csctq_ss2 .img {
        width: 100% !important;
    }

    .csctq_ss1 .row2 .col,.csctq_ss2 .row .col {
        padding-bottom: 24px;
    }

    .csctq_ss1 .gap-element {display: none !important;}

    .csctq_ss3 .row2 .col:first-child {
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .csctq_ss3 .row2 h3 {
        font-size: 30px;
    }

    .ambassador-main .ambassador-tile-banner h2 {
        font-size: 24px;
    }

    .ambassador-main .ambassador-tile-banner {
        min-height: 200px;
        background-position: center center;
    }

    .ambassador-main .ambassador-content {
        flex-wrap: wrap;
        gap: 20px;
    }

    .ambassador-main .ambassador-content > * {
        max-width: 100% !important;
        flex-basis: 100% !important;
    }

    .ambassador-main .ambassador-content .info h1.name {
        font-size: 32px;
    }

    .ambassador-main .ambassador-content .info .position p {
        font-size: 18px;
    }

    .ambassador-main .ambassador-content .avatar img {
        width: 60%;
    }

}

.ss_p0 {
	padding: 0 !important
}