.container {
    width: 100%;
    max-width: 1290px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
a, a:focus {
    outline: none;
}
body {
    margin: 0;
    padding: 0;
}
.remarks__footnotes li .jump-up {
    text-decoration: none;
}
.share-items a.share-print {
    cursor: pointer;
}
.remarks__footnotes li .jump-up {
    margin-left: 5px;
}
footer.site-footer {
    background-color: #26464F;
    display: block;
    position: relative;
    padding: 20px 0;
}
.social-scroll-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.social-scroll-top .scroll-top a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
}
ul.social li a {
    display: block;
    line-height: 0;
}
footer.site-footer a {
    text-decoration: none;
}
.social-footer ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
.copyright-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
	margin-bottom: 12px;
    gap: 20px;
}
.menu-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-footer ul li a {
    color: #D9D9D9;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.59px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
.menu-footer ul li a:hover {
    color: #fff;
}
.menu-footer ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 10px;
    width: 1px;
    height: 16px;
    background-color: #767676;
}
.menu-footer {
    text-align: right;
}
.menu-footer ul li:last-child {
    padding-right: 0;
}
.menu-footer ul li:last-child:before {
    content: none;
}
.header-search-lang .search svg.icon-close {
    display: none;
}
.header-search-lang .search.open svg.icon-search {
    display: none;
}
.header-search-lang .search.open svg.icon-close {
    display: inline-block;
}
.copyright-footer .copyright {
    color: #D9D9D9;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.59px;
	min-width: 250px;
}
.site-header .row-header {
    display: flex;
    flex-wrap: wrap;
}
.site-header .site-branding {
    width: 83px;
}
.site-header .right-header {
    width: calc(100% - 83px);
    padding-left: 10px;
}
.site-header {
    display: block;
    position: relative;
    padding: 12px 0;
    transition: all 0.2s ease-in-out;
    z-index: 9999;
    background-color: #fff;
}
.social-header ul.social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 10px;
}
.social-header ul.social li svg * {
    fill: #000000;
}
.social-header {
    width: 100%;
    display: block;
    text-align: right;
	margin-top: 15px;
}
.site-header .main-menu {
    display: flex;
    justify-content: space-between;
}
.site-header .main-menu .header-search-lang>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 11px;
}
.site-header .site-branding .custom-logo-link {
    display: flex;
}
.main-navigation ul ul.mega-sub-menu ul {
    left: 0;
    position: relative;
    float: none;
    display: inline-block;
    box-shadow: none;
}
.site-header.is-sticky {
    position: fixed;
    border-bottom: 1px solid #D9D9D9;
    background-color: #fff;
    width: 100%;
}
@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}
@keyframes slideUp {
	from {
		transform: translateY(100%);
	}
	to {
		transform: translateY(0);
	}
}
.header-search-lang ul li {
    position: relative;
	padding: 8px 0 0px;
}
.header-search-lang #language {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
    min-width: 104px;
	top: calc(100% + 13px);
	left: -5px;
	z-index: 2;
}
.header-search-lang #language li a {
    font-size: 15px;
    font-weight: 400;
    line-height: 20.99px;
    padding: 8px 15px 8px 18px;
    display: block;
    text-decoration: none;
    color: #000;
	transition: all 0.3s ease-in-out;
}
.header-search-lang #language li.current-lang a,
.header-search-lang #language li a:hover {
    color: #0F8289;
}
.header-search-lang #language.open {
    display: block;
}
.header-search-lang ul li .language:hover svg path,
.header-search-lang ul li .language.open svg path {
    stroke: #0F8289;
}
.header-search-lang ul li .search:hover svg path,
.header-search-lang ul li .search.open svg path {
    fill: #0F8289;
}
#header-search-form.open {
    display: block;
}
#header-search-form {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    border-top: 2px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
	animation: slideUp 0.35s ease-out;
}
#header-search-form .wrapper {
    display: block;
    position: relative;
}
#header-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: 0;
    padding: 0;
    height: 48px;
}
#header-search-form input.search-field {
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    padding: 13px 30px 13px 15px;
    border: none;
    outline: none;
}
#header-search-form input.search-field::-ms-input-placeholder { /* Edge 12-18 */
	color: #767676;
	opacity: 1;
}
#header-search-form input.search-field::placeholder {
	color: #767676;
	opacity: 1;
}
.main-navigation .mega-menu-wrap ul.mega-sub-menu li a:hover {
	color: #0F8289;
}
.main-navigation .mega-menu-wrap ul.mega-sub-menu li a {
    padding: 8px 10px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 20.99px;
    width: auto;
}
.social-header ul.social li a:hover svg *{
	fill: #0F8289;
}
.algolia-autocomplete .autocomplete-footer {
    display: none !important;
}
.algolia-autocomplete .aa-dropdown-menu {
    font-size: 14px;
    color: #000;
    border-radius: 0;
    border: 0 !important;
    max-width: 1290px;
    padding: 0px 15px 20px;
    margin: 0 auto;
    box-shadow: none;
}
.algolia-autocomplete {
    width: 100% !important;
    left: 0 !important;
    background-color: #fff;
	box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
}
.container {
    width: 100%;
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}
a, a:focus {
    outline: none;
}
body {
    margin: 0;
    padding: 0;
}
footer.site-footer {
    background-color: #26464F;
    display: block;
    position: relative;
    padding: 20px 0;
}
.social-scroll-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.social-scroll-top .scroll-top a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
}
ul.social li a {
    display: block;
    line-height: 0;
}
footer.site-footer a {
    text-decoration: none;
}
.social-footer ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
.social-footer ul.social li a:hover svg * {
    fill: #0F8289;
}
.copyright-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
	margin-bottom: 12px;
    gap: 20px;
}
.menu-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-footer ul li a {
    color: #D9D9D9;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.59px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
.menu-footer ul li a:hover {
    color: #fff;
}
.menu-footer ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 10px;
    width: 1px;
    height: 16px;
    background-color: #767676;
}
.menu-footer {
    text-align: right;
}
.menu-footer ul li {
    display: inline-block;
    position: relative;
    padding-right: 28px;
}
.menu-footer ul li:last-child {
    padding-right: 0;
}
.menu-footer ul li:last-child:before {
    content: none;
}
.copyright-footer .copyright {
    color: #D9D9D9;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.59px;
	min-width: 250px;
}
.site-header .row-header {
    display: flex;
    flex-wrap: wrap;
}
.site-header .site-branding {
    width: 83px;
}
.site-header .right-header {
    width: calc(100% - 83px);
    padding-left: 10px;
}
.site-header {
    display: block;
    position: relative;
    padding: 12px 0;
    transition: all 0.2s ease-in-out;
    z-index: 99;
    background-color: #fff;
}
.social-header ul.social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 10px;
}
.social-header ul.social li svg * {
    fill: #000000;
}
.social-header {
    width: 100%;
    display: block;
    text-align: right;
	margin-top: 15px;
}
.site-header .main-menu {
    display: flex;
    justify-content: space-between;
}
.site-header .main-menu .header-search-lang>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 11px;
}
.site-header .site-branding .custom-logo-link {
    display: flex;
}
.main-navigation ul ul.mega-sub-menu ul {
    left: 0;
    position: relative;
    float: none;
    display: inline-block;
    box-shadow: none;
}
.header-search-lang ul li {
    position: relative;
	padding: 8px 0 0px;
}
.header-search-lang #language {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
    min-width: 104px;
	top: calc(100% + 13px);
	left: -5px;
	z-index: 2;
}
.header-search-lang #language li a {
    font-size: 15px;
    font-weight: 400;
    line-height: 20.99px;
    padding: 8px 15px 8px 18px;
    display: block;
    text-decoration: none;
    color: #000;
	transition: all 0.3s ease-in-out;
}
.header-search-lang #language li.current-lang a,
.header-search-lang #language li a:hover {
    color: #0F8289;
}
.header-search-lang #language.open {
    display: block;
}
.header-search-lang ul li .language:hover svg path,
.header-search-lang ul li .language.open svg path {
    stroke: #0F8289;
}
.header-search-lang ul li .search:hover svg path,
.header-search-lang ul li .search.open svg path {
    fill: #0F8289;
}
#header-search-form.open {
    display: block;
}
#header-search-form {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
	animation: slideUp 0.35s ease-out;
}
#header-search-form .wrapper {
    display: block;
    position: relative;
}
#header-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: 0;
    padding: 0;
    height: 48px;
}
#header-search-form input.search-field {
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    padding: 13px 30px 13px 0;
    border: none;
    outline: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
#header-search-form input.search-field::-ms-input-placeholder { /* Edge 12-18 */
	color: #767676;
	opacity: 1;
}
#header-search-form input.search-field::placeholder {
	color: #767676;
	opacity: 1;
}
body.open-header .site-header, body.home .site-header:hover, .site-header:hover {
    background-color: #fff;
}
body.open-header .site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
body.home .site-header:hover #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #000;
}
body.open-header .site-header .header-search-lang a.search svg path,
body.home .site-header:hover .header-search-lang a.search svg path,
body.open-header .site-header .social-header ul.social li svg *,
body.home .site-header:hover .social-header ul.social li svg *{
	fill: #000;
}
body.open-header .header-search-lang ul li .language svg path,
body.home .site-header:hover .header-search-lang ul li .language svg path {
    stroke: #000;
}
body.open-header .site-header .social-header ul.social li a:hover svg *,
body.home .site-header:hover .social-header ul.social li a:hover svg *{
	fill: #0F8289;
}
body.open-header .site-header .header-search-lang a.search:hover svg path,
body.home .site-header:hover .header-search-lang a.search:hover svg path,
body.home .site-header:hover .header-search-lang ul li .language:hover svg path {
    stroke: #0F8289;
}
body.open-header .site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover,
body.home .site-header:hover #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
    color: #0f8289;
}
.main-navigation .mega-menu-wrap ul.mega-sub-menu li .mega-block-title {
    font-weight: 400 !important;
    line-height: 19.59px;
	padding: 4px 0px 16px !important;
}
.main-navigation .mega-menu-wrap ul.mega-sub-menu li a:hover {
	color: #0F8289;
}
.main-navigation .mega-menu-wrap ul.mega-sub-menu li a {
	padding: 8px 0px;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	width: auto;
}
.main-navigation .mega-menu-wrap ul.max-mega-menu.mega-menu-horizontal > li.mega-menu-megamenu > ul.mega-sub-menu {
    top: 52px !important;
    border-top: 1px solid #D9D9D9 !important;
}
.site-header.is-sticky .main-navigation .mega-menu-wrap ul.max-mega-menu.mega-menu-horizontal > li.mega-menu-megamenu > ul.mega-sub-menu {
    top: 49px !important;
	border-top: none !important;
}
.site-header .main-menu .mega-menu-wrap .mega-menu-item ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-7-of-12 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-12>ul.mega-sub-menu>li {
    padding-right: 20px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-12>ul.mega-sub-menu>li:last-child {
    padding-right: 0px !important;
}
.social-header ul.social li a:hover svg *{
	fill: #0F8289;
}
.algolia-autocomplete .autocomplete-footer {
    display: none !important;
}
.algolia-autocomplete .aa-dropdown-menu {
    font-size: 14px;
    color: #000;
    border-radius: 0;
    border: 0 !important;
    max-width: 1290px;
    padding: 0px 15px 20px;
    margin: 0 auto;
    box-shadow: none;
}
.algolia-autocomplete {
    width: 100% !important;
    left: 0 !important;
    background-color: #fff;
	box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
}
.wechat-info {
    display: none;
    position: fixed;
    width: 100%;
	padding: 0 15px;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: start;
}   
.wechat-open {
    position: relative;
}
.overlay-popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #00000066;
    z-index: 2;
    top: 0;
    left: 0;
	padding: 0 15px;
}
.wechat-open {
    position: relative;
}
.overlay-popup {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #00000066;
    z-index: 2;
    top: 0;
    left: 0;
}
.wechat-open .overlay-popup {
    display: block;
}
.wechat-open #wechat-info {
    display: flex;
	animation: slideUp 0.35s ease-out;
}
#wechat-info .wrapper {
    width: 100%;
    max-width: 466px;
    background-color: #fff;
    padding: 40px;
    text-align: center;
    position: relative;
    z-index: 2;
	margin-top: 167px;
}
#wechat-info h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    color: #000000;
    margin-bottom: 16px;
}
#wechat-info .desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.38px;
    text-align: center;
    color: #000;
    margin-bottom: 16px;
}
#wechat-info .qr-code img {
    max-height: 183px;
    width: auto;
}
#wechat-info .footer-wechat .close:hover{
	color: #0F8289;
}
#wechat-info .footer-wechat .close {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.59px;
    color: #000000;
    text-decoration: none;
}
#wechat-info .footer-wechat span {
    display: block;
}
.header-search-lang #language li {
	padding: 0;
}
.featured-img-page {
    padding: 0 20px;
}
.featured-img-page img {
    width: 100%;
    display: block;
}
.section-video-popup .col-media {
    background-size: cover;
    background-position: center;
    padding: 60px 0 96px;
    display: block;
    position: relative;
}
.section-video-popup .wrap-img {
    position: relative;
    height: 100%;
    max-width: 603px;
    margin: 0 auto;
}
.section-video-popup .wrap-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.section-video-popup .wrap-img:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.section-video-popup .wrap-img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: transparent;
    border-radius: 50%;
	transition: all .7s;
}
.section-video-popup .col-media:hover .wrap-img:after {
    background: transparent;
}
.section-video-popup .col-media a.popup-video span {
    position: absolute;
    width: 67px;
    height: 67px;
    background: #D9D9D9;
    border-radius: 50%;
    bottom: 62px;
    right: 70px;
    cursor: pointer;
	transition: all .7s;
}
.section-video-popup .col-media:hover a.popup-video span {
    background-color: #fff;
}
.section-video-popup .col-media a.popup-video span:before {
    content: '';
    background: url(../images/icon-play.svg);
    width: 21px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
}
.responsible-business .section-video-popup {
    padding: 0 0 100px;
}
.responsible-business .list-box-business {
    padding-bottom: 100px;
}
.responsible-business h2.title {
    margin-bottom: 39px;
}
.our-firms .section-video-popup {
    padding: 0 0 60px;
}
.our-firms h2.title {
    margin-bottom: 20px;
}
.top-our-firms {
    margin-top: 100px;
    padding-bottom: 60px;
}
.top-our-firms .sub-title {
    color: #0F8289;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
}
.top-our-firms .desc li {
	margin-bottom: 12px;
	position: relative;
	list-style: none;
	padding-left: 25px;
}
.top-our-firms .desc ul {
	padding-left: 0;
}
.top-our-firms .desc li:last-child {
    margin-bottom: 0;
}
.top-our-firms .desc ul:last-child {
    margin-bottom: 0;
}
.responsible-business {
    display: block;
    margin-top: 60px;
}
.top-our-firms .desc li::before {
	content: "";
	height: 4px;
	width: 4px;
	border-radius: 100%;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -2px;
}
.top-our-firms .desc p {
	margin-bottom: 16px;
}
.slider-featuring .top-title {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 36px;
}
.slider-featuring .top-title .slider-nav {
    display: flex;
    width: 70px;
    justify-content: space-between;
    margin-left: auto;
    align-items: end;
	line-height: 1;
}
.slider-featuring .top-title .slider-nav .slider-btn {
    cursor: pointer;
}
.slider-featuring .swiper .news-item .wrap-item {

}
.slider-featuring .wrap-item a {
    color: #000;
    text-decoration: none;
}
.slider-featuring .wrap-item .titleheading {
    font-size: 36px;
    line-height: 62px;
    color: #000;
    text-decoration: none;
    margin-bottom: 6px;
    font-weight: 500;
}
.slider-featuring .wrap-item .wrap-img {
    position: relative;
    padding-top: 56.053%;
    overflow: hidden;
}
.slider-featuring .wrap-item .wrap-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .7s;
}
.slider-featuring .wrap-item:hover .wrap-img img {
    transform: scale(1.05);
}
.slider-featuring .wrap-item .title {
    border: 1px solid #D9D9D9;
    padding: 40px 40px 54px 40px;
}
body.open-search:before {
    content: "";
    position: fixed;
    background-color: #00000066;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	z-index: 2;
}
.header-page .ins-content-right {
	font-size: 16px;
	font-weight: 400;
	line-height: 22.38px;
}
.responsible-business .section-video-popup .wrap-img,
.our-firms .section-video-popup .wrap-img {
	max-width: 544px;
}
.responsible-business .section-video-popup .col-media,
.our-firms .section-video-popup .col-media {
	padding: 60px 0 87px;
}
.responsible-business .section-video-popup .col-media a.popup-video span,
.our-firms .section-video-popup .col-media a.popup-video span {
	right: 63px;
	width: 60px;
	height: 60px;
	bottom: 56px;
}
.responsible-business .pef-item {
	padding: 226px 40px 37px 40px;
}
.responsible-business .pef-item h3 {
	font-size: 36px;
	font-weight: 500;
	line-height: 62px;
	margin-bottom: 17px;
}
.responsible-business .pef-item a {
	margin-top: 38px;
}
.responsible-business .pef-item p {
	max-width: 278px;
}
.responsible-business .section-video-popup .col-media {
	padding: 60px 0 88px;
}
.slider-featuring .wrap-item .title .icon svg {
    margin-left: -52px;
    transition: all .3s;
}
.slider-featuring .wrap-item .title .icon {
    width: 50px;
    overflow: hidden;
	transition: all .3s;
}
.slider-featuring .wrap-item:hover .title .icon {
    width: 102px;
}
.slider-featuring .wrap-item:hover .title .icon svg {
    margin-left: 0;
}
.slider-featuring .wrap-item:hover .title .icon svg path {
    stroke: #0f8289;
}
.slider-featuring .wrap-item:hover .titleheading{
	color: #0f8289;
}
.header-page-locations .sub-title {
    color: #0F8289;
    font-weight: 500;
    margin-bottom: 10px;
}
.header-page-locations .ins-title {
    font-size: 60px;
    font-weight: 600;
    line-height: 63px;
    margin-bottom: 24px;
}
.header-page-locations .header-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.header-page-locations {
    display: block;
    position: relative;
    margin-bottom: 60px;
}
.list-locations .item-location .wrapper {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}
.list-locations .item-location .wrap-img {
    width: 50%;
    order: 2;
    display: flex;
}
.list-locations .item-location .entry-location {
    width: calc(50% - 60px);
}
.list-locations .item-location {
    display: block;
    position: relative;
    margin-bottom: 100px;
}
.list-locations .item-location:last-child {
    margin-bottom: 0;
}
.list-locations .item-location .wrap-img .wrap {
    display: flex;
    position: relative;
    padding-top: 19px;
    padding-right: 20px;
	margin-top: 19px;
	margin-right: -19px;
	align-items: start;
}
.list-locations .item-location .wrap-img .wrap .img {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.list-locations .item-location .wrap-img .wrap .img img {
    transition: all .7s;
    display: block;
}
.list-locations .item-location .wrap-img svg {
    position: absolute;
    top: 0;
    right: 0;
    transition: all .7s;
}
.list-locations .item-location .entry-location .sub-title {
    color: #0F8289;
    font-weight: 500;
    margin-bottom: 8px;
}
.list-locations .item-location .entry-location .title {
    font-size: 60px;
    font-weight: 500;
    line-height: 63px;
    margin-bottom: 32px;
}
.list-locations .item-location .entry-location .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    margin-bottom: 32px;
}
.list-locations .item-location .entry-location .description p:last-child {
    margin: 0;
}
.list-locations .item-location .btn-link {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.59px;
    color: #000;
    display: inline-block;
}
.list-locations .item-location .btn-link:hover {
    color: #0F8289;
}
.list-locations .item-location .btn-link:hover svg path {
    stroke: #0F8289;
}
.site-main.about-locations {
    margin-bottom: 10%;
}
.page-template-about-location-detail .breadcrumbs {
    margin-bottom: 0;
}
.header-location-detail .featured-img img {
    display: block;
    width: 100%;
}
#google_map {
    width: 100%;
    height: 450px;
    display: block;
}
.header-location-detail .featured-img {
    display: block;
    position: relative;
    margin-bottom: 65px;
}
.header-location-detail .sub-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.59px;
    color: #0F8289;
    margin-bottom: 16px;
}
.header-location-detail .ins-title {
    font-size: 60px;
    font-weight: 500;
    line-height: 63px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 39px;
    margin-bottom: 40px;
}
.header-location-detail .header-content {
    color: #000;
    font-weight: 400;
    display: block;
    position: relative;
    margin-bottom: 40px;
}
.main-location .notice .desc p:last-child,
.header-location-detail .header-content p:last-child {
    margin: 0;
}
.main-location .info-address {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.59px;
    color: #000000;
    margin-bottom: 40px;
}
.main-location .info-address .phone:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}
.main-location .info-address .phone {
    text-decoration: none;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 4px;
    display: inline-block;
}
.main-location .map {
    display: block;
    position: relative;
    margin-bottom: 40px;
}
.main-location .notice .title-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    color: #0F8289;
    margin-bottom: 20px;
}
.main-location .notice .desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 34px;
}
.main-location .notice {
    display: block;
    position: relative;
    margin-bottom: 130px;
}
.main-location .partner .title {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 32px;
}
.main-location .info-partner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.main-location .info-partner .avatar-partner {
    width: 302px;
}
.main-location .info-partner .avatar-partner img {
    display: block;
}
.main-location .info-partner .partner-info {
	width: calc(100% - 302px);
	padding-left: 40px;
	max-width: 340px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.38px;
}
.main-location .info-partner .partner-info .email {
	line-height: 24px;
	margin-bottom: 8px;
}
.main-location .partner-info h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30.78px;
    color: #000;
    margin-bottom: 8px;
}
.main-location .info-partner .partner-info .listphone {
	line-height: 28px;
}
.main-location .partner-info .position {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.18px;
    margin-bottom: 8px;
}
.main-location .info-partner .infodata {
    margin: 0;
}
.main-location .partner {
    margin-bottom: 120px;
}
.main-location .contact {
    display: block;
    position: relative;
}
.main-location .contact .title {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 20px;
}
.main-location .contact .desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	margin-bottom: 20px;
}
.main-location .contact .mandatory-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.59px;
    color: #0F8289;
}
.main-location .contact .main-form {
    display: block;
    position: relative;
    margin-top: 40px;
    margin-bottom: 103px;
}
.main-location .info-address .address {
    margin-bottom: 23px;
    font-size: 16px;
    line-height: 24px;
}
.contact .main-form .wrap-field select,
.contact .main-form .wrap-field input {
    width: 100%;
    box-shadow: none;
    box-sizing: border-box;
    outline: none;
    border: none;
    color: #000;
    border-bottom: 1px solid #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.59px;
	height: 37px;
	padding: 0 8px;
}
.contact .main-form .wrap-field p {
    margin: 0;
    display: block;
    position: relative;
}
.contact .main-form label {
	position: absolute;
	top: 5px;
	color: #999;
	transition: 0.5s;
	pointer-events: none;
}
.contact .main-form .wrap-field label.has-value {
    opacity: 0;
    visibility: hidden;
}
.contact-form .row-item {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.contact-form .item-col {
    padding: 0 20px;
    display: block;
}
.contact-form .col-2 {
    width: 50%;
}
.contact-form .col-full {
    width: 100%;
}
.contact .main-form label {
    position: absolute;
    top: 25px;
    transition: 0.5s;
    pointer-events: none;
    z-index: 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.59px;
    color: #000000;
	padding: 0 8px;
}
.contact .main-form label span {
    color: #0F8289;
}
.main-form .wpcf7-not-valid-tip {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.59px;
    color: #EE2323;
    margin-top: 10px;
}
.contact .main-form .item-col.message label {
    padding: 0 16px;
    top: 34px;
}
.contact-form .wpcf7-form-control-wrap {
    position: relative;
    padding: 16px 0;
    display: block;
}
.contact .main-form .item-col.message textarea {
    height: 284px;
}
.contact .main-form .wpcf7-submit {
    height: 54px;
    min-width: 135px;
    border: 1px solid #000000;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.38px;
    text-align: center;
    background: none;
    padding: 0;
    outline: none;
	transition: all .7s;
}
.contact .main-form .wpcf7-submit:hover {
    border-color: #0f8289;
    background-color: #0F8289;
    color: #fff;
}
.contact-form .item-col .wrap-field {
	margin-bottom: 20px;
}
.contact-form .item-col.submit {
	margin-top: 16px;
}
.header-top-detail .item-row {
    display: flex;
    flex-wrap: wrap;
}
.header-top-detail .item-content {
    width: 50%;
	padding-right: 60px;
}
.header-top-detail .featured-img {
    width: 50%;
}
.page-contact-us .main-contact {
    margin-top: 55px;
    margin-bottom: 130px;
}
.page-contact-us .main-contact .mandatory-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.59px;
    color: #0F8289;
    margin-bottom: 39px;
}
.header-top-detail .featured-img .wrap-img {
    display: block;
    position: relative;
	margin-top: 38px;
}
.header-top-detail .featured-img .wrap-img svg {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 2;
    width: 38px;
    height: 39px;
    transition: all .7s;
}
.header-top-detail .featured-img .wrap-img .scale-img {
    position: relative;
    overflow: hidden;
}
.header-top-detail .featured-img .wrap-img .scale-img img {
    transition: all .7s;
    display: block;
}
.header-top-detail .sub-title {
	font-weight: 500;
	color: #0F8289;
	margin-bottom: 8px;
}
.header-top-detail .ins-title {
    font-size: 60px;
    font-weight: 500;
    line-height: 63px;
	margin-bottom: 32px;
}
.header-top-detail .header-content {
    color: #000;
    font-weight: 400;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.page-subscribe .header-top-detail .item-content {
    width: 100%;
    padding: 0;
}
.page-subscribe .main-contact .mandatory-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.59px;
    color: #0F8289;
    margin-bottom: 39px;
}
.site-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    top: 14px;
}
.site-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
    top: 7px;
}
.site-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, .site-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, .site-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 21px;
    height: 2px;
}
.site-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
    width: 18px;
    height: 18px;
}
.site-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
    transform: none;
}
.contact .main-form .wrap-field input[type="checkbox"] {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-form .list-checkbox .wpcf7-form-control-wrap,
.contact-form .checkbox .wpcf7-form-control-wrap {
    padding: 0;
}
.contact-form .list-checkbox label, .contact-form .item-col.checkbox label, .contact-form .list-checkbox .wpcf7-list-item label, .contact-form .item-check .wpcf7-list-item label {
    position: relative;
    top: 0;
    padding: 0;
    display: flex;
    gap: 8px;
    pointer-events: visible;
    cursor: pointer;
	align-items: start;
}
.contact-form .list-checkbox .wrap-field,
.contact-form .item-col.checkbox .wrap-field {
    margin-bottom: 0;
}
.contact-form .list-checkbox .wpcf7-list-item,
.contact-form .item-col.checkbox .wpcf7-list-item {
    margin: 0;
}
.contact-form .list-checkbox .wpcf7-checkbox {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.contact-form .list-checkbox .wpcf7-checkbox .wpcf7-list-item {
    width: calc(50% - 5px);
}
.section-interest {
    border-top: 1px solid #D9D9D9;
    margin-top: 39px;
    padding-top: 60px;
    display: block;
    position: relative;
}
.section-interest h2 {
    margin-bottom: 20px;
}
.section-interest .desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.38px;
    max-width: 1047px;
    margin-bottom: 40px;
}
.section-interest .list-checkbox .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.38px;
    color: #0F8289;
    margin-bottom: 15px;
}
.contact .main-form .wpcf7-checkbox label span.wpcf7-list-item-label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.59px;
    display: flex;
}
.section-interest .list-checkbox {
    display: block;
    position: relative;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 40px;
    padding-bottom: 15px;
}
.section-interest .list-checkbox:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.contact-form input[type='checkbox'] {
    width: 14px;
    height: 14px;
    accent-color: #0F8289;
    display: inline-flex;
    position: relative;
    top: 0px;
}
.page-subscribe .main-contact {
    margin-bottom: 58px;
}
.section-subscribe .group-checkbox {
	margin-top: 20px;
}
.section-subscribe .group-checkbox .wpcf7-checkbox label span.wpcf7-list-item-label {
	padding-left: 26px;
}
.section-subscribe .group-checkbox .item-col.checkbox {
	margin-bottom: 16px;
}
.section-interest .list-checkbox .item-check {
	display: block;
	margin-top: 34px;
}
.section-interest .list-checkbox .item-check .wpcf7-list-item {
	margin-bottom: 10px;
}
.page-subscribe .main-contact .item-submit {
	margin-top: 51px;
}
.show-mobile{
	display: none !important;
}
.page-template-thank-you #breadcrumbs {
    margin-bottom: 0;
    display: none;
}
.main-location .partner-info h3 a {
    text-decoration: none;
}
.thank-you .header-location-detail .featured-img {
    position: relative;
    margin-bottom: 0;
}
.thank-you .header-location-detail .featured-img:before {
    content: '';
    display: block;
    padding-top: 29.86%;
}
.thank-you .header-location-detail .featured-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thank-you .main-page {
    display: block;
    position: relative;
    margin-top: 60px;
    margin-bottom: 103px;
    text-align: center;
}
.thank-you .main-page .ins-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 24px;
}
.thank-you .main-page .desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    max-width: 445px;
    margin: 0 auto;
    padding-bottom: 25px;
}
.slider-gallery {
    display: block;
    position: relative;
}
.slider-gallery .slider-nav {
    position: absolute;
    bottom: 17px;
    right: 17px;
    z-index: 2;
    width: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slider-gallery .slider-nav .slider-btn {
    display: inline-flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
}
.slider-gallery .slider-nav .slider-btn svg path {
    fill: #fff;
}
.slider-gallery .slider-nav .slider-btn.swiper-button-lock {
    display: none;
}
.slider-featuring .wrap-item .titleheading {
    position: relative;
    display: inline-block;
}
.slider-featuring .wrap-item .titleheading:before {
    background-image: url(../images/line-btn-black-n.svg);
    content: '';
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 100%;
    height: 8px;
    background-position-x: right;
    background-size: cover;
    transition: all .7s;
}
.slider-featuring .wrap-item:hover .titleheading:before {
    background-image: url(../images/line-btn-green-n.svg);
    width: calc(100% + 30px);
}
.social-scroll-top .scroll-top a:hover {
    color: #0F8289;
}
.social-scroll-top .scroll-top a:hover svg path {
    fill: #0F8289;
}
.featured-img-page .slider-gallery img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-img-page .slider-gallery .wrap-item {
    position: relative;
    padding-top: 500px;
}
.site-header .main-menu .mega-menu-wrap .mega-menu-item ul.mega-sub-menu>.mega-menu-row {
    float: none !important;
    margin: 0 auto !important;
    max-width: 1300px !important;
    padding: 0 20px !important;
}
.main-navigation .mega-menu-wrap ul.mega-sub-menu li h5 {
    margin-bottom: 12px;
}
.main-navigation .mega-menu-wrap ul.mega-sub-menu li a.btn {
    display: inline-block;
    position: relative;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.59px;
}
.main-navigation .mega-menu-wrap ul.mega-sub-menu li a.btn{
	margin-top: 12px;
}
.social-mobile-menu {
    display: none;
}
.slider-gallery .slider-nav .slider-btn:hover svg path {
    fill: #0F8289;
}
.main-location .info-address .address a {
    text-decoration: none;
}
.main-location .info-address .phone:hover:before {
    background-color: #0F8289;
}
.featured-img-page .slider-gallery .swiper-pagination {
    display: flex;
    flex-direction: column;
    width: 38px;
    right: 88px;
    top: 55%;
    left: auto;
    transform: translateY(-50%);
}
.featured-img-page .slider-gallery .swiper-pagination.swiper-pagination-lock {
    display: none;
}
.featured-img-page .slider-gallery span.swiper-pagination-number {
    position: relative;
    text-align: center;
    height: 38px;
    color: #fff;
    font-size: 0;
    font-weight: 400;
    line-height: 39px;
    margin: 9px 0;
    cursor: pointer;
}
.featured-img-page .slider-gallery span.swiper-pagination-number.swiper-pagination-number-active {
    font-size: 18px;
}
.featured-img-page .slider-gallery span.swiper-pagination-number.swiper-pagination-number-active span.number {
    transform: none;
    opacity: 1;
}
.featured-img-page .slider-gallery span.swiper-pagination-number span.number {
    display: inline-block;
    transform: translate(15px, 15px);
    opacity: 0;
    transition: all .7s;
}
.featured-img-page .slider-gallery span.swiper-pagination-number:hover span.number {
    transform: none;
    opacity: 1;
}
.featured-img-page .slider-gallery span.swiper-pagination-number:before {
    content: '';
    position: absolute;
    border: 1px solid #FFFFFF;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .7s;
}
.featured-img-page .slider-gallery span.swiper-pagination-number:hover {
    font-size: 18px;
}
.st-banner-home span.swiper-pagination-number:hover:before {
    width: 38px;
    height: 38px;
}
.featured-img-page .slider-gallery span.swiper-pagination-number.swiper-pagination-number-active:before {
    content: none;
}
.featured-img-page .slider-gallery span.swiper-pagination-number svg.circle__spinner {
    position: absolute;
    width: 39px;
    height: 39px;
    left: 0;
    transform: rotate(-90deg);
    opacity: 0;
	transition: all .7s;
}
.featured-img-page .slider-gallery span.swiper-pagination-number svg.circle__spinner circle.path {
    stroke-dasharray: 115;
    stroke-dashoffset: 115;
    fill: transparent;
    stroke: #fff;
	transition: all .7s;
}
.featured-img-page .slider-gallery span.swiper-pagination-number.swiper-pagination-number-active svg.circle__spinner {
    opacity: 1;
}
.featured-img-page .slider-gallery .swiper-pagination-number.swiper-pagination-number-active .circle__spinner .path {
    animation: dash 5s linear forwards;
}
.featured-img-page .slider-gallery span.swiper-pagination-number:hover svg.circle__spinner {
    opacity: 1;
}
.featured-img-page .slider-gallery span.swiper-pagination-number:hover svg.circle__spinner circle.path {
    stroke-dasharray: unset;
    stroke-dashoffset: unset;
}
.featured-img-page .slider-gallery span.swiper-pagination-number:hover:before{
	content: none;
}
.lanuage_cn #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 17px;
    line-height: 30px;
}
.lanuage_cn .main-location .contact .desc {
    font-size: 17px;
    line-height: 30px;
}
.lanuage_cn .main-location .contact .mandatory-text {
    font-size: 17px;
    line-height: 30px;
}
.lanuage_cn .wpcf7-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.lanuage_cn .wpcf7-form .select2-container--default .select2-selection--single .select2-selection__placeholder,
.lanuage_cn .contact .main-form label {
    font-size: 17px;
}
.wpcf7-form .select2-container--default .select2-selection--single {
    border: 0;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    color: #000;
    background: transparent;
    height: 37px;
    line-height: 37px;
    display: flex;
    align-items: center;
}
.wpcf7-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}
.contact .main-form .wrap-field select {
    height: 1px;
}
.wpcf7-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.wpcf7-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url(../images/arrow-up-black.svg);
}
.wpcf7-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url(../images/arrow-up-black.svg);
    background-repeat: no-repeat;
    display: flex;
    width: 16px;
    height: 15px;
    top: 12px;
}
.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa;
}
.contact-form .wpcf7-form-control-wrap[data-name="country"] .select2-selection__placeholder,
.contact-form .wpcf7-form-control-wrap[data-name="types_enquiries"] .select2-selection__placeholder {
    position: relative;
}
.contact-form .wpcf7-form-control-wrap[data-name="country"] .select2-selection__placeholder:after,
.contact-form .wpcf7-form-control-wrap[data-name="types_enquiries"] .select2-selection__placeholder:after {
    content: "\002a";
    color: #0F8289;
}
.top-our-firms .desc h5,
.top-our-firms .desc h3,
.top-our-firms .desc h4 {
    margin-bottom: 16px;
}
.main-navigation .mega-menu-wrap ul.mega-sub-menu li a.lanuage_cn {
    font-size: 17px;
    line-height: 30px;
}
.lanuage_cn .contact .main-form .wpcf7-checkbox label span.wpcf7-list-item-label {
    font-size: 15px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title.lanuage_cn, .main-navigation .mega-menu-wrap ul.mega-sub-menu li .mega-block-title.lanuage_cn {
    font-size: 17px;
}
.site-header .main-menu .mega-menu-wrap .mega-menu-item ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu .widget_text .lanuage_cn {
    font-size: 17px;
    line-height: 30px;
}
.site-header .main-menu .mega-menu-wrap .mega-menu-item ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu .widget_text .lanuage_cn .btn.lanuage_cn {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.lanuage_cn .remarks__footnotes {
    font-size: 15px;
    line-height: 22px;
}
.main-navigation ul ul.mega-sub-menu ul ul.mega-sub-menu .textwidget p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.38px;
    margin-bottom: 30px !important;
}
.main-navigation ul ul.mega-sub-menu ul ul.mega-sub-menu .textwidget p:last-child{
    margin-bottom: 0px !important;
}
.main-navigation ul ul.mega-sub-menu ul ul.mega-sub-menu .textwidget p:nth-child(1) {
    padding-top: 10px;
}
.lanuage_cn .main-navigation ul ul.mega-sub-menu ul ul.mega-sub-menu .textwidget p{
    font-size: 17px;
    line-height: 30px;
}
.lanuage_cn .main-navigation .mega-menu-wrap ul.mega-sub-menu li .mega-block-title {
    font-size: 17px !important;
    line-height: 30px !important;
}
.site-header .main-menu .mega-menu-wrap .mega-menu-item ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu .widget_text a.lanuage_cn, .lanuage_cn .main-navigation .mega-menu-wrap ul.mega-sub-menu li a.btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 23.17px;
}
.main-navigation .mega-menu-wrap ul.mega-sub-menu li h5 {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.38px;
}
.lanuage_cn .main-navigation .mega-menu-wrap ul.mega-sub-menu li h5 {
    font-size: 17px;
    line-height: 30px;
	font-weight: 400;
}
.main-navigation ul ul.mega-sub-menu ul li .textwidget .group-btn .btn {
	margin-bottom: 12px;
}
.main-navigation ul ul.mega-sub-menu ul li .textwidget .group-btn .btn:last-child {
    margin-bottom: 0;
}
.lanuage_cn main.page-subscribe, 
.lanuage_cn main.location-detail, 
.lanuage_cn main.page-contact-us, 
main.page-contact-us .lanuage_cn,
main.location-detail .lanuage_cn,
main.page-subscribe .lanuage_cn {
    /* font-size: 17px;
    line-height: 30px; */
}
.lanuage_cn .contact-form input[type='checkbox'] {
    position: relative;
    top: 3px;
}
.lanuage_cn .contact .main-form .wrap-field input[type="checkbox"] {
    top: 3px;
}
.contact .main-form .desc-form {
    margin-top: 40px;
    font-size: 14px;
    font-weight: 300;
}
.lanuage_cn .contact .main-form .desc-form p.lanuage_cn, .lanuage_cn .contact .main-form .desc-form {
    font-size: 15px;
	line-height: 22px;
}
.header-top-detail .sub-title.lanuage_cn,
.header-location-detail .sub-title.lanuage_cn,
.list-locations .item-location .entry-location .sub-title.sub-title.lanuage_cn,
.st-explore-home .sub-title.lanuage_cn{
    font-family: var(--font-heading);
}
.legal-notices-content .title-post {
    margin-bottom: 20px;
}
.legal-notices-content p {
    margin-bottom: 20px;
}
.overview-section h4.title {
    color: #0F8289;
    margin-bottom: 20px;
}
.overview-section ul {
    list-style: none;
}
.overview-section ul, .overview-section ol {
    /* margin: 0 0 20px; */
    padding-left: 26px;
}
.overview-section ul li, .overview-section ol li {
    padding-bottom: 12px;
    position: relative;
}
.overview-section ol li:last-child,
.overview-section ul li:last-child{
	padding-bottom: 0;
}
.overview-section ul li:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 100%;
    top: 9px;
    left: -18px;
}
.overview-section .st-accordion-privacy {
    padding-top: 20px;
    padding-bottom: 0;
}
.overview-section .title-section {
    margin-bottom: 20px;
}
.overview-section .content p:last-child {
    margin-bottom: 0;
}
.overview-section .lists-description h4 {
    color: #0F8289;
    margin-bottom: 20px;
}
.overview-section .lists-description .item {
    margin-bottom: 20px;
}
.overview-section .lists-description .item:last-child {
    margin-bottom: 0;
}
.legal-notices-content .overview-section:last-child {
    padding-bottom: 11%;
}
.legal-notices-content .overview-section {
    display: block;
    position: relative;
    padding-bottom: 40px;
}
.list-legal-notices {
    display: block;
    position: relative;
    margin-top: 40px;
}
.page-template-legal-notices .site-main {
    padding-bottom: 8%;
}
.list-legal-notices .list-post .item:first-child {
    border-top: 1px solid #D9D9D9;
}
.list-legal-notices .list-post .item {
    border-bottom: 1px solid #D9D9D9;
}
.list-legal-notices .list-post .item .title {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    text-decoration: none;
    padding: 32px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.list-legal-notices .list-post .item .title:hover {
    color: #0F8289;
}
.legal-notices-content .overview-section h5, 
.legal-notices-content .overview-section h4, 
.legal-notices-content .overview-section h3, 
.legal-notices-content .overview-section h2{
    margin-bottom: 20px;
}
.legal-notices-content .entry-title {
    margin-bottom: 40px;
}
.legal-notices-content .overview-section table:last-child{
	margin-bottom: 20px;
}
.legal-notices-content .overview-section table {
    border: 1px solid #878A8D;
    border-collapse: collapse;
    margin-top: 40px;
    margin-bottom: 40px;
}
.legal-notices-content .overview-section td, .legal-notices-content .overview-section th {
    border: 1px solid #878A8D;
    border-collapse: collapse;
    padding: 10px;
}
.legal-notices-content .overview-section table h4, 
.legal-notices-content .overview-section table h3, 
.legal-notices-content .overview-section table h5 {
    margin-bottom: 0;
}
.section-subscribe .group-checkbox .item-col .wrap-field p {
    margin-bottom: 15px;
}
.section-subscribe .group-checkbox .item-col .wrap-field p:last-child {
    margin-bottom: 0;
}
.site-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
    background-image: url(../images/icon-menu-mobile.svg);
    width: 21px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.site-header #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-box {
    background-image: url(../images/icon-close-menu.svg) !important;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
    display: none;
}
body.page-template-home.aa-Detached header#masthead:not(.is-sticky) button.mega-toggle-animated .mega-toggle-animated-box,
body.page-template-home header#masthead:not(.is-sticky):hover button.mega-toggle-animated .mega-toggle-animated-box{
	background-image: url(../images/icon-menu-mobile.svg);
}
body.page-template-home header#masthead:not(.is-sticky) button.mega-toggle-animated .mega-toggle-animated-box {
    background-image: url(../images/icon-menu-mobile-white.svg);
}
.site-header .site-branding .custom-logo-link img {
    width: 100%;
    height: auto;
}
.list-checkbox .wpcf7-checkbox label.child .wpcf7-list-item-label {
    padding-left: 20px;
}
.list-checkbox .wpcf7-list-item label.title input {
    display: none;
}
.list-checkbox .wpcf7-list-item label.title {
    margin: 0;
}
.contact-form .list-checkbox .wpcf7-checkbox .item_col {
    width: calc(50% - 5px);
}
.contact-form .list-checkbox .wpcf7-checkbox .item_col .wpcf7-list-item {
    width: 100%;
}
@media (min-width: 1200px) {
	.page-template-about-landing .st-explore-home {
		padding-top: 104px;
		padding-bottom: 130px;
	}
	.page-template-about-landing .st-explore-home .col-content {
		margin-top: -23px;
	}
	.page-template-about-landing .st-explore-home .col-image {
		margin-top: 24px;
	}
	.page-subscribe .header-top-detail h1 {
		margin-bottom: 62px;
	}
	.list-locations .item-location .wrap-img .wrap:hover .img img,
	.header-top-detail .featured-img .wrap-img:hover .scale-img img {
		transform: scale(1.05);
	}
	.list-locations .item-location .wrap-img .wrap:hover svg{
		top: -10px;
		right: -10px;
	}
	.header-top-detail .featured-img .wrap-img:hover svg {
		top: -30px;
		right: -30px;
	}
}
@media (min-width: 992px) {
    .site-header .main-menu .mega-menu-wrap .mega-menu-item ul.mega-sub-menu>.mega-menu-row>ul.mega-sub-menu {
        display: flex !important;
        flex-wrap: wrap;
        margin: 0 -60px !important;
		padding-top: 35px !important;
    }
	.site-header .main-menu .mega-menu-wrap .mega-menu-item ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column {
		border-right: 1px solid #878A8D !important;
	}
	.site-header .main-menu .mega-menu-wrap .mega-menu-item ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column:last-child {
		border-right: 0 !important;
	}
	.site-header .main-menu .mega-menu-wrap .mega-menu-item ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
	.site-header .main-menu .mega-menu-wrap .mega-menu-item ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column.col-auto ul.mega-sub-menu {
		display: flex !important;
		flex-wrap: wrap;
	}
	.site-header .main-menu .mega-menu-wrap .mega-menu-item ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column.col-auto ul.mega-sub-menu {
		display: flex !important;
		gap: 40px;
	}
	.site-header .main-menu .mega-menu-wrap .mega-menu-item ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column.col-menu ul.mega-sub-menu li.mega-menu-item{
		width: auto !important;
		min-width: 104px !important;
	}
	.site-header .main-menu .mega-menu-wrap .mega-menu-item ul.mega-sub-menu li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 {
		width: 37.7% !important;
	}
	.site-header .main-menu .mega-menu-wrap .mega-menu-item ul.mega-sub-menu li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12 {
		width: 62.3% !important;
	}
	.site-header .main-menu .mega-menu-wrap .mega-menu-item ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item-type-widget.widget_text {
		line-height: 22.38px !important;
	}
    .main-navigation ul.max-mega-menu > li.mega-menu-item-has-children.mega-toggle-open ul.mega-sub-menu {
        opacity: 1 !important;
        transform: translate(0, 0) !important;
		visibility: visible !important;
    }
}
@media (max-width: 1439px) {
	.header-search-lang #language {
		right: 0;
		left: auto;
	}
	.list-locations .item-location .wrap-img .wrap {
		margin-right: 0;
	}
	.header-top-detail .featured-img .wrap-img svg {
		right: 0;
	}
	.header-top-detail .featured-img .wrap-img {
		padding-right: 22px;
	}
}
@media (max-width: 1024px) {
	.featured-img-page .slider-gallery .swiper-pagination {
        top: 50%;
        right: 18px;
    }
}
@media (max-width: 1023px) {
	.responsible-business .pef-item {
		padding: 160px 30px 40px 30px;
	}
}
@media (max-width: 991px) {
	.site-header.is-sticky {
		padding: 8px 0;
	}
	.main-navigation .mega-menu-wrap .mega-menu-link .mega-indicator {
		display: inline-block !important;
	}
	.main-navigation .mega-menu-wrap ul.mega-sub-menu > li.mega-menu-item {
		padding: 0 0 10px !important;
	}
	.main-navigation .mega-menu-wrap li.mega-menu-megamenu > ul.mega-sub-menu {
		box-shadow: none !important;
	}
    .main-navigation .mega-menu-wrap .max-mega-menu.mega-menu-horizontal {
        padding: 22px 20px 40px 20px !important;
        top: calc(100% + 35px) !important;
        height: calc(100vh + -108px) !important;
        overflow-x: auto !important;
    }
	.responsible-business .pef-item {
		padding: 160px 20px 40px;
	}
	.list-locations .item-location .wrapper {
        display: block;
    }
	.list-locations .item-location .entry-location {
		width: 100%;
	}
	.list-locations .item-location .wrap-img {
		width: 100%;
		margin-bottom: 30px;
	}
	.list-locations .item-location .wrap-img .wrap {
        width: 100%;
    }
	.list-locations .item-location .wrap-img img {
		width: 100%;
	}
	.list-locations .item-location {
		margin-bottom: 50px;
	}
	.site-header .site-branding {
		width: 60px;
	}
	.site-header .right-header .social-header {
		display: none;
	}
	.site-header .right-header {
		width: calc(100% - 60px);
	}
	.site-header .row-header {
		align-items: center;
	}
	.site-header .main-menu #site-navigation {
		order: 2;
		width: auto;
		display: inline-block;
	}
	.site-header .main-menu {
		justify-content: end;
	}
	.header-top-detail .item-content {
		padding-right: 30px;
	}
	.site-header .main-menu .header-search-lang>ul {
		gap: 12px;
	}
	.site-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
		margin-left: 12px;
	}
	.site-header {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	body.home #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
	body.home #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
	body.home #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
		background-color: #fff;
	}
	body.home .site-header:hover #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
	body.home .site-header:hover #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
	body.home .site-header:hover #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
		background-color: #000;
	}
	.site-header #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
		transform: translate3d(0, -14px, 0) rotate(-90deg);
	}
	.header-search-lang ul li svg {
		width: 26px;
		height: 26px;
	}
	.site-header .mega-menu-toggle.mega-menu-open .mega-toggle-animated-box {
		top: -2px;
	}
    .main-navigation .social-mobile-menu {
        display: inline-flex;
        width: 100%;
    }
	.main-navigation .mega-menu-wrap ul.mega-sub-menu ul li.menu-item:last-child a {
		padding-bottom: 0;
	}
	.main-navigation .social-mobile-menu .social-header {
		display: block;
		padding: 0 0;
		margin-top: 24px;
	}
	.main-navigation .social-mobile-menu .social-header ul.social {
		position: relative;
		float: none;
		width: 100%;
		left: 0;
		box-shadow: none;
		top: 0;
		gap: 16px;
	}
	.main-navigation .social-mobile-menu .social-header ul.social a {
		width: auto;
	}
	.site-header .main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
		display: none !important;
	}
	.main-navigation .mega-menu-wrap .mega-menu-link .icon-arrow-menu {
        background-image: url(../images/ep_arrow-right.svg);
        width: 24px;
        height: 24px;
        top: 21px;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        right: -1px;
        background-size: 100%;
    }
	.site-header .main-menu .mega-menu-wrap .mega-menu-item ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column.col-auto ul.mega-sub-menu {
		display: flex !important;
		gap: 32px;
	}
	.site-header .main-menu .mega-menu-wrap .mega-menu-item ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column.col-menu ul.mega-sub-menu li.mega-menu-item {
		width: auto !important;
	}
	.main-navigation .mega-menu-wrap ul.max-mega-menu.mega-menu-horizontal > li.mega-menu-megamenu > ul.mega-sub-menu {
		padding: 0 !important;
	}
	body.mega-menu-menu-1-mobile-open {
		overflow: hidden;
	}
	.main-navigation .mega-menu-wrap li.mega-menu-item-has-children.mega-toggle-on>ul.mega-sub-menu {
		z-index: 2 !important;
	}
	.main-navigation .mega-menu-wrap li.mega-menu-item-has-children>ul.mega-sub-menu {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.main-navigation .mega-menu-wrap ul.mega-sub-menu li a {
		padding-left: 0;
		padding-right: 0;
	}
	.main-navigation .mega-menu-wrap ul.mega-sub-menu li .mega-block-title {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
    .main-navigation .mega-menu-wrap ul.max-mega-menu.mega-menu-horizontal > li.mega-menu-megamenu > ul.mega-sub-menu {
        position: fixed !important;
        top: 0 !important;
        background-color: #fff !important;
        z-index: 999999 !important;
        display: block !important;
        transform: translateX(120%) !important;
        transition: all 0.5s ease-in-out !important;
        padding: 0 20px !important;
        height: calc(100vh - 108px) !important;
        overflow-x: scroll !important;
        border-top: 0 !important;
    }
    #site-navigation.open-sub-menu ul.max-mega-menu>li.mega-menu-item.current-open-item-menu>ul.mega-sub-menu {
        transform: translateX(0) !important;
		padding-bottom: 30px !important;
    }
	.site-header .main-menu .mega-menu-wrap .mega-menu-item ul.mega-sub-menu>.mega-menu-row {
		padding: 0 !important;
	}
	.site-header .main-menu .mega-menu-wrap .mega-menu-item a.mega-menu-link {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.site-header .main-menu .mega-menu-wrap .mega-toggle-blocks-right .mega-toggle-block {
		margin: 0 !important;
	}
	.site-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
		top: 2px;
	}
	.site-header .main-menu .mega-menu-wrap .mega-menu-item ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu {
		display: flex !important;
		gap: 20px;
		flex-wrap: wrap !important;
	}
	.site-header .main-menu .mega-menu-wrap .mega-menu-item ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column.col-menu ul.mega-sub-menu li.mega-menu-item{
		width: 100% !important;
	}
    .main-navigation .mega-menu-wrap ul.mega-sub-menu li a {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        padding: 0 0 20px;
    }
    body.admin-bar .main-navigation .mega-menu-wrap .max-mega-menu.mega-menu-horizontal {
		top: 140px !important;
	}
    .main-navigation .mega-menu-wrap .max-mega-menu.mega-menu-horizontal {
        padding: 22px 20px 80px 20px !important;
        top: calc(100% + 35px) !important;
        height: calc(100vh + -108px) !important;
        overflow-x: auto !important;
        display: block !important;
        position: fixed !important;
        top: 108px !important;
        width: 100% !important;
        left: 0 !important;
        transform: translateX(100%) !important;
        transition: all .5s !important;
    }
	.main-navigation.toggled.open-sub-menu .mega-menu-wrap .max-mega-menu.mega-menu-horizontal {
		overflow: hidden !important;
	}
	.main-navigation.toggled .mega-menu-wrap .max-mega-menu.mega-menu-horizontal {
		transform: translateX(0%) !important;
	}
	.main-navigation li.back-menu {
		padding-bottom: 48px;
	}
	.main-navigation .mega-menu-wrap ul.max-mega-menu.mega-menu-horizontal > li.mega-menu-megamenu > ul.mega-sub-menu>li:last-child {
		display: inline-block !important;
		width: 100% !important;
	}
	body.admin-bar .site-header.is-sticky .main-navigation .mega-menu-wrap .max-mega-menu.mega-menu-horizontal {
		top: 108px !important;
	}
	.site-header.is-sticky .main-navigation .mega-menu-wrap .max-mega-menu.mega-menu-horizontal {
		top: 76px !important;
		height: 100vh !important;
	}
	.site-header.is-sticky .main-navigation .mega-menu-wrap ul.max-mega-menu.mega-menu-horizontal > li.mega-menu-megamenu > ul.mega-sub-menu {
		top: 0 !important;
		height: calc(100vh - 108px) !important;
	}
	body.open-header .main-navigation .mega-menu-toggle .mega-toggle-animated .mega-toggle-animated-inner,
	body.open-header .main-navigation .mega-menu-toggle .mega-toggle-animated .mega-toggle-animated-inner:after {
		background-color: #000 !important;
	}
	body .site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link, body.home .site-header:hover #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-weight: 500;
		line-height: 30px;
		height: auto;
		padding: 20px 0;
	}
	.main-navigation .mega-menu-wrap ul.mega-sub-menu > li.mega-menu-item .textwidget {
		font-weight: 500;
		line-height: 22.38px;
	}
	.main-navigation .mega-menu-wrap ul.mega-sub-menu li.mega-menu-row li.mega-menu-column {
		margin-bottom: 30px !important;
	}
	.main-navigation .mega-menu-wrap ul.mega-sub-menu li.mega-menu-row li.mega-menu-column:last-child {
		margin-bottom: 0px !important;
	}
	.site-header .main-menu .mega-menu-wrap .mega-menu-item ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-7-of-12 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.main-navigation ul ul.mega-sub-menu ul ul.mega-sub-menu .textwidget p {
		margin-bottom: 20px !important;
	}
	.page-template-legal-notices .site-main {
		padding-bottom: 90px;
	}
}
@media (max-width: 839px) {
	.header-top-detail .item-content {
		width: 100%;
		padding-right: 0;
	}
	.header-top-detail .featured-img {
		width: 100%;
	}
	.header-top-detail .featured-img .wrap-img {
		margin: 0;
	}
	.header-top-detail .featured-img .wrap-img img {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.copyright-footer {
		flex-wrap: wrap;
	}
	.copyright-footer .copyright {
		text-align: left;
		width: 100%;
		order: 3;
	}
	.copyright-footer .menu-footer {
		text-align: left;
		width: 100%;
	}
	#wechat-info .wrapper {
		padding: 25px;
	}
	#wechat-info h3 {
		font-size: 30px;
		line-height: 36px;
	}
	.responsible-business .pef-wrapper {
		flex-wrap: wrap;
	}
	.responsible-business .pef-item {
		width: 100%;
		flex: auto;
	}
	.slider-featuring .wrap-item .title {
		padding: 32px 32px 50px 32px;
	}
	.slider-featuring .wrap-item .titleheading {
		font-size: 28.86px;
		line-height: 49.7px;
	}
	.list-locations .item-location {
		margin-bottom: 60px;
	}
	.site-main.about-locations {
		margin-bottom: 88px;
	}
	.menu-footer ul li a {
		padding-top: 16px;
		padding-bottom: 16px;
		display: inline-block;
	}
	.menu-footer ul li:before {
		top: 16px;
	}
	.menu-footer ul li {
		padding-right: 26px;
	}
	.page-contact-us .main-contact {
		margin-top: 22px;
		margin-bottom: 62px;
	}
	.header-top-detail h1 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 16px;
	}
	.show-mobile{
		display: block !important;
	}
	.show-desktop{
		display: none !important;
	}
	.header-top-detail .featured-img {
		margin-bottom: 16px;
		margin-top: 28px;
	}
	.header-top-detail .featured-img .wrap-img svg {
		width: 20px;
		height: 20px;
		top: -11px;
		right: 11px;
	}
	.page-contact-us .main-contact .mandatory-text {
		margin-bottom: 24px;
	}
	.contact-form .wpcf7-form-control-wrap {
		padding: 15px 0;
	}
	.contact-form .item-col .wrap-field {
		margin-bottom: 10px;
	}
	.contact-form .item-col.message {
		margin-top: 15px;
		margin-bottom: 11px;
	}
	.page-subscribe .main-contact {
		margin-bottom: 56px;
		margin-top: 19px;
	}
	.page-subscribe .main-contact .mandatory-text {
		margin-bottom: 25px;
	}
	.section-subscribe .group-checkbox {
		margin-top: 15px;
	}
	.section-subscribe .group-checkbox .wpcf7-checkbox label span.wpcf7-list-item-label {
		padding-left: 22px;
	}
	.section-interest {
		margin-top: 24px;
		padding-top: 40px;
	}
	.section-interest h2 {
		font-size: 40px;
		line-height: 63px;
		margin-bottom: 14px;
	}
	.section-interest .list-checkbox .item-check .wpcf7-list-item {
		width: 100%;
	}
	.section-interest .list-checkbox {
		padding-bottom: 18px;
	}
	.page-subscribe .main-contact .item-submit {
		margin-top: 31px;
	}
	.page-subscribe .main-contact {
		margin-bottom: 50px;
		margin-top: 19px;
	}
	.slider-featuring .container {
		padding-right: 0;
	}
	.slider-featuring .top-title {
		padding-right: 20px;
		margin-bottom: 40px;
	}
	.thank-you .main-page {
		margin-top: 40px;
		margin-bottom: 66px;
	}
	.header-page .content-header .ins-title {
		font-size: 40px;
		line-height: 50px;
	}
	.top-our-firms {
		margin-top: 40px;
	}
	.responsible-business h2.title {
		max-width: 76%;
		margin-bottom: 40px;
	}
	.responsible-business .section-video-popup {
		padding: 0px 0 60px;
	}
	.responsible-business .list-box-business{
		padding-bottom: 60px;
	}
	.header-page-locations .ins-title {
		font-size: 40px;
		line-height: 63px;
		margin-bottom: 16px;
	}
	.header-page-locations {
		margin-bottom: 40px;
	}
	.list-locations .item-location .entry-location .title {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 8px;
	}
	.list-locations .item-location .wrap-img svg {
		width: 20px;
		top: -2px;
		right: 8px;
	}
	.list-locations .item-location .wrap-img {
		margin-bottom: 16px;
	}
	.location-detail .share-items {
		margin: 16px 20px 16px;
	}
	.header-location-detail .featured-img {
		margin-bottom: 40px;
	}
	.header-location-detail h1 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.header-location-detail .header-content {
		margin-bottom: 20px;
	}
	.main-location .info-address .address {
		margin-bottom: 16px;
	}
	.main-location .info-address {
		margin-bottom: 20px;
	}
	.main-location .map {
		margin-bottom: 20px;
	}
	.main-location .notice {
		margin-bottom: 60px;
	}
	.main-location .partner {
		margin-bottom: 60px;
	}
	.main-location .contact .main-form {
		margin-bottom: 64px;
	}
	.header-location-detail .sub-title {
		margin-bottom: 7px;
	}
	.main-location .info-address .address {
		font-size: 14px;
		line-height: 20px;
	}
	.main-location .info-address .phone {
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 3px;
		margin-top: 5px;
	}
    .featured-img-page .slider-gallery .swiper-pagination {
        top: auto;
        left: 20px;
        right: 0;
        bottom: 20px;
        width: 100%;
        transform: none;
        flex-direction: row;
        justify-content: flex-start;
    }
    .featured-img-page .slider-gallery span.swiper-pagination-number {
        width: 38px;
        margin-right: 18px;
    }
	.featured-img-page .slider-gallery .wrap-item {
		padding-top: 57%;
	}
    .thank-you .header-location-detail .featured-img:before {
        padding-top: 63.6%;
    }
	.overview-section .wrapper-table {
		overflow-x: auto;
		display: block;
		position: relative;
	}
	.overview-section .wrapper-table table {
		min-width: 910px;
	}
	.header-location-detail .featured-img img {
		min-height: 250px;
		object-fit: cover;
		object-position: center;
	}
	.contact-form .list-checkbox .wpcf7-checkbox .item_col {
		width: 100%;
	}
	.contact-form .list-checkbox .wpcf7-checkbox .wpcf7-list-item {
		width: 100%;
	}
}
@media (max-width: 639px) {
	.contact-form .col-2 {
		width: 100%;
	}
	.main-location .info-partner .avatar-partner {
		width: 100%;
	}
	.main-location .info-partner .avatar-partner img {
		max-width: 302px;
	}
	.main-location .info-partner .partner-info {
		width: 100%;
		padding: 0;
		margin-top: 24px;
	}
	.featured-img-page .slider-gallery .wrap-item {
		padding-top: 67%;
	}
	.our-firms .section-video-popup .container {
		padding: 0;
	}
	.responsible-business .section-video-popup .container {
		padding: 0;
	}
	.responsible-business .section-video-popup {
		margin-left: -20px;
		margin-right: -20px;
	}
	.our-firms .section-video-popup .col-media {
		padding: 97px 20px;
	}
	.responsible-business .section-video-popup .col-media {
		padding: 97px 20px;
	}
	.responsible-business .section-video-popup .col-media a.popup-video span, .our-firms .section-video-popup .col-media a.popup-video span {
		right: 25.5px;
		width: 50px;
		height: 50px;
		bottom: 39px;
	}
	.section-video-popup .col-media a.popup-video span:before {
		background: url(../images/icon-play.svg);
		width: 15px;
		height: 22px;
		background-size: 100%;
	}
}

@media print {
	@page {
		size: ;
		margin: 1cm;
	}
	.site-header {
		float: left;
		width: 100%;
		position: relative;
	}
	.site-header .row-header {
		display: block !important;
		float: left;
		width: 100%;
		position: relative;
	}
	.breadcrumbs {
		width: 100%;
		display: inline-block;
	}
	.site-header .site-branding {
		float: left;
		width: 83px;
	}
	.site-header .right-header {
		display: block;
		float: right;
		width: 1177px;
	}
	.site-header .container {
		width: 1300px;
		margin: 0 auto;
	}
	.social-header {
		float: left;
		width: 1177px;
		height: 40px;
		position: relative;
	}
	.site-header .main-menu {
		display: block;
		float: left;
		width: 1177px;
		position: relative;
		height: 40px;
	}
	.main-navigation {
		float: left;
		width: 980px;
	}
	.header-search-lang {
		float: left;
		width: 196px;
		text-align: right;
		position: relative;
	}
	.site-header .main-menu .header-search-lang>ul {
		display: inline-block;
		position: relative;
	}
	.site-header .main-menu .header-search-lang>ul>li {
		display: inline-block;
		padding-left: 8px;
		position: relative;
	}
	.site-header .main-menu .header-search-lang>ul>li a {
		position: relative;
		display: block;
	}
	.social-header ul.social {
		display: inline-block;
		width: 100%;
		height: 34px;
		float: left;
		position: relative;
	}
	.social-header ul.social li {
		display: inline-block;
		padding-left: 10px;
		width: 36px;
		position: relative;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		padding-left: 0;
		padding-right: 0;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item {
		margin: 0 25px !important;
	}
}