/*!
Theme Name: pmh-studio
Theme URI: https://them.es/starter
Author: pmh-studio
Author URI: http://pmh-studio.com
Description: Exam
Version: 3.0.3
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: pmh-studio
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/* From http://codex.wordpress.org/CSS */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
*{
	font-family: 'Quicksand', sans-serif;
}
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.navbar-brand img {
    height: 100%!important;
    width: 100%;
}
#footer {
    background-color: transparent !important
    position: relative;
}
#bg-all-site{
	opacity: 0.2;
}
img#contact_facebook, img#contact_instagram {
    width: 29px;
    height: 29px;
}
.block-ellipsis {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 45px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*Social */
#social_contact{
	width: 100px;
    z-index: 9999;
    left: 5.5vw;
    bottom: 175px;
}
@media only screen and ( min-width: 768px ) and ( max-width: 1199px ){
    #social_contact{
        left: 9.5vw;
    }
}
@media only screen and ( min-width: 1200px ) and ( max-width: 1366px ){
    #social_contact{
        left: 6.5vw;
    }
}
/*Hotline*/
.hotline-phone-ring-wrap {
    z-index: 9999;
    position: relative;
    bottom: 60px;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-circle {
    width: 87px;
    height: 87px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #000000;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
    width: 57px;
    height: 57px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
    background-color: #000000;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img button {
    /*width: 20px;*/
    /*height: 20px;*/
    background-color: transparent;
    border: 0;
}
/*.group-contact.position-fixed.text-dark.bottom-0.start-0.pb-5 {*/
/*    width: 0;*/
/*}*/
.email-contact-menu {
    position: absolute;
    top: 0;
    left: 12vh;
    z-index: 9999;
}

/* New contanct section 01/08/2025 */
.new-section-contact table tbody tr td:first-child {
    width: 75px !important;
}
.new-section-contact {
    font-size: 12px !important;
    position: relative;
}
td.text-nowrap.text-dark p {
    margin-bottom: 0;
}
/* New contanct section 01/08/2025 */

#multicolumn {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
.fs-10px, .fs-10px *{
	font-size: 10px!important;
}
.fs-10pt, .fs-10pt *{
	font-size: 10pt!important;
}
.fs-11px, .fs-11px *{
	font-size: 11px!important;
}
.fs-11pt, .fs-11pt *{
	font-size: 11pt!important;
}
.fs-12px, .fs-12px *{
	font-size: 12px!important;
}
.fs-12pt, .fs-12pt *{
	font-size: 12pt!important;
}
.fs-14px, .fs-14px *{
	font-size: 14px!important;
}
.fs-14pt, .fs-14pt *{
	font-size: 14pt!important;
}

.post-thumbnail.img-project img {
    height: 75vh;
    width: auto;
}
.before-text-logo{
	color:#BC3156;
}
.after-text-logo{
	color:#4D4D4D;
}
#logo-text{
	font-size: 40px!important;
}
.img-project {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
}
.img-awards {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}
.img-media {
    width: 80%;
    height: 200px;
    background-size: cover;
    background-position: center;
}
	.dropdown-toggle:after{
	border: 0px !important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #0d6efd00!important;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #e9ecef00!important;
    color: #000000!important;
}
.lh-1 span, .lh-1 span p {
    line-height: 1.4;
    margin-bottom: 0;
}
div#multicolumn {
    align-content: flex-start;
}
/*Services*/
h2.post-title-services{
	padding-top: 6.5vh;
    padding-bottom: 2.5vh;
}
.text-shadow-pmh{
	text-shadow: 2px 1px #6b6565;
}
@keyframes phonering-alo-circle-fill-anim{
	0% {
	    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
	    opacity: 0.6;
	}
	50% {
	    -webkit-transform: rotate(0) scale(1) skew(1deg);
	    opacity: 0.6;
	}
	100% {
	    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
	    opacity: 0.6;
	}
}
@keyframes phonering-alo-circle-anim{
	0% {
	    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
	    -webkit-opacity: 0.1;
	}
	30% {
	    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
	    -webkit-opacity: 0.5;
	}
	100% {
	    -webkit-transform: rotate(0) scale(1) skew(1deg);
	    -webkit-opacity: 0.1;
	}
}
@keyframes phonering-alo-circle-img-anim{
	0% {
	    -webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	10% {
	    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
	    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
	    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
	    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
	    -webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	100% {
	    -webkit-transform: rotate(0) scale(1) skew(1deg);
	}
}
@media (min-width: 768px){
	.px-0.px-lg-12px{
		padding-left: 12px!important;
	    /*padding-right: 12px!important;*/
	}
}
@media (max-width: 991.98px){
	.logo-mobile{
		width: 100%;
		justify-content: center;
	}
	.group-menu {
	    width: 100%;
	}
	ul#menu-main-menu,
	ul#menu-menu-chinh {
	    flex-direction: row!important;
	    justify-content: center;
	}
	a.nav-link.ps-0.fs-10px.text-dark {
	    padding: 7px 0px 0px;
	}
	div#text-menu {
	    width: 70%;
	    text-align: justify;
	    margin: auto;
	}
	#social_contact {
	    width: 100px;
	    z-index: 9999;
	    display: flex;
	    left: 40px;
	    flex-direction: column;
	    bottom: 100px;
	}
	.email-contact-menu {
	    position: absolute;
	    top: -55px;
	    left: 32px;
	    z-index: 9999;
	}
	div#multicolumn > p {
	    padding-left: 0;
	    padding-right: 0;
	}
	.block-ellipsis{
		display: none;
	}
	.img-media{
		margin: auto;
		width: 100%;
	    height: 250px;
	}
	img.d-block.attachment-large.size-large.wp-post-image {
	    width: 100%;
	}

	img.w-img-team {
	    width: 100%;
	}
}
@media (min-width: 992px) {
	.position-lg-fixed{
		position: fixed!important;
	}

	.group-menu {
	    /*height: 75vh;*/
	    height: calc( 100vh - 210px );
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	    width: 100%;
	}
	.min-lg-vh-100{
		min-height: 100vh!important;
	}

	.edit-submenu {
	    left: 100%!important;
	    width: 210px!important;
	}
	div#text-menu {
	    position: absolute;
	    top: 35vh;
	    width: 50%;
	    right: 0;
	    text-align: justify;
	}
	.top-lg-0 {
	    top: 0!important;
	}
	div#post.about-us,
	div#post.team,
	div#post.news,
	div#post-awards,
	div#post-media,
	div#post-contact{
	    margin-top: 13vh;
	}
	div#post-services{
	    margin-top: 9vh;
	}
	.w-43vw{
		width: 43vw;
	}
	.offset-lg-0.ml{
		margin-left: -12px;
	}
	.px-0.px-lg-12{
	    padding-left: 12px!important;
	    padding-right: 12px!important;;
	}
	.carousel-item {
        display: flex !important;
        height: 90vh;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
	img.attachment-large.size-large.wp-post-image {
	    /*width: auto;*/
		max-width:100%;
        max-height: 100%; 
        object-fit: contain;
	}
	.px-lg-12px, .px-0.px-lg-12px, .ps-0.px-lg-12px {
	    padding-left: 12px!important;
	    padding-right: 12px!important;
	}
	.ps-lg-12px, .ps-0.ps-lg-12px{
	    padding-left: 12px!important;
	}
	img.w-img-team {
	    width: 80%;
	}
}