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

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


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

@font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/SVN-Poppins.ttf) format('woff2');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(fonts/SVN-PoppinsMedium.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/SVN-PoppinsLight.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/SVN-PoppinsSemiBold.ttf) format('woff2');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/SVN-Poppins.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(fonts/SVN-PoppinsBold.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/SVN-PoppinsBold.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/SVN-PoppinsBold.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/SVN-PoppinsSemiBold.ttf) format('woff2');
  }
  
  body, #masthead ul li a, h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a, li.tab.has-icon a {font-family: 'SVN-Poppins' !important;}
  h1, h2, h3, h5, h6, .heading-font {
      font-weight: 800 !important;
  }

.bn-home .banner-bg:before {
    background-image: linear-gradient(180deg, #0f3b22 0%, #F2295B00 100%);
    z-index: 2;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0; 
}

.id2 {
	z-index: 2;
}

.icb-t {
    align-items: center;
    padding: 5px;
}

.th-title {
    font-weight: bold;
    color: red;
}

.gmd-h-tt {
    color: #f9bb00;
    font-size: 40px;
    font-weight: 700;
	font-family: 'SVN-Poppins';
}

.gmd-h-line {
    font-weight: bold;
}


.gmd-h-title {
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 30px;
}

.gmd-h-title-b {
    text-align: center;
    color: #0f3b22;
    font-weight: 900;
    font-size: 30px;
}


.gmd-h-title-b-2 {
    text-align: center;
    color: #0f3b22;
    font-weight: 900;
    font-size: 20px;
}

.gmd-h-icb-tt {
    font-size: 20px;
    font-weight: bold;
    color: #fc0001;
}

.border-3 img {
	border-radius: 10px;
}

.gmd-project-tt {
    font-size: 25px;
    font-weight: bold;
    color: #0f3b22;
    margin-bottom: 5px;
}

.gmd-project-line {
    margin-bottom: 5px;
}


.gmd-project-tt-w {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}

.gmd-project-line-w {
    margin-bottom: 5px;
	color: #fff;
}

.gmd-ft-tt {
    font-weight: bold;
    margin-bottom: 10px;
}

#footer input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: red;
    width: 100%;
}

.ft-cta {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.absolute-footer {
	display: none;
}

.icb-du-an .box-text {
    padding: 10px 10px 0;
}

.icb-du-an-tt {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ea0f03;
}


.icb-bc-tt {
    font-weight: bold;
    font-size: 14px;
}

.icb-bc-sub {
    font-weight: 300;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icb-bc .icon-box-text.last-reset {
    padding: 10px;
}

.icb-bc-link {
    font-size: 12px;
    font-style: italic;
    color: red;
}

.icb-bc .icon-box-img img {
    height: 100%;
    min-height: 125px;
}

.icon-box.featured-box.icb-bc.icon-box-left.text-left {
    align-items: center;
}

.gmd-h-title-b-sub {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

.r-form .wpcf7-form-control {
	margin-bottom: 0;
}

.r-form p{
	width: 100%;
	text-align: center;
}

.r-form .wpcf7-submit{
	display: inline-block;
	margin: 0 auto;
}

span.wpcf7-spinner {
    display: flex;
}

.e-tt h1 {
    font-size: 30px;
    color: #f8ba04;
    margin-bottom: 5px;
}

.e-sub {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.r-et .col-inner {
    border-radius: 0 20px 0 20px;
    border: 2px dotted #222;
}

.e-et-tt {
    text-align: center;
    color: var(--fs-color-primary);
}

.e-et-price {
    color: #fc0001;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.e-et-sub {
    text-align: center;
    color: var(--fs-color-primary);
    font-size: 14px;
}


.icb-ring {
    align-items: center;
    background: #fc0001;
    border-radius: 50px;
    padding: 5px;
}

.icb-ring .ion-box-img img {
    padding: 0;
}

.icb-ring .icon-box-img img {
    padding: 0;
    border-radius: 50%;
}

.icb-ring-tt {
    font-weight: bold;
    color: #fff;
}

@keyframes ct-pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.icb-ring {
	animation: ct-pulse 2s infinite ease;
}


.gmd-p-title {
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
	text-transform: uppercase;
}

.r-form-child input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: red;
}

.r-form-child form {
	margin-bottom: 0;
}

.r-form-child span.wpcf7-spinner {
	display: none;
}


.icb-e-child .icon-box-img img {
    padding: 0;
    background: #18ff48;
    border-radius: 50%;
}

.tq-tt {
    color: #fff;
}

.tq-sub {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}


.child-tt-medium {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    color: var(--fs-color-primary);
}

.box.has-hover.imb-tien-do.has-hover.box-text-bottom .box-text {
    padding: 10px 10px 0;
}

.box.has-hover.imb-tien-do-2.has-hover.box-text-bottom .box-text {
    padding: 15px 15px 10px;
}
.box.has-hover.imb-tien-do-2.has-hover.box-text-bottom .box-image img {
    border: 3px solid #f8ba04;
}

.td-title {
    font-weight: bold;
    font-size: 16px;
    color: #0f3b22;
}

.ch-tt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #f9bb00;
}

.ch-sub span {
    color: #f9bb00;
}

.mb-tt {
    font-size: 20px;
    font-weight: bold;
    color: var(--fs-color-primary);
    border-bottom: 1px solid #222;
    margin-bottom: 10px;
}

.mb-tt-2 {
    font-weight: bold;
    margin: 10px 0;
    color: var(--fs-color-primary);
}

.ld-tt {
    color: #0f3b22;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.icon-box.featured-box.icb-ld.icon-box-left.text-left {
    align-items: center;
}

.r-khung {
    background-image: linear-gradient(180deg, #0ba84f 0%, #0f3b22 100%);
    border: 5px solid #f8ba04;
}

.r-baogia {
	border-radius: 10px;
	animation: ct-pulse 2s infinite ease;
}

.icon-box.featured-box.icb-baogia.icon-box-left.text-left .icon-box-img img {
    padding: 0;
}

.icon-box.featured-box.icb-baogia.icon-box-left.text-left {
    margin: 10px 0;
       align-items: center;
    background: #fff;
    padding: 10px;
    border-radius: 30px;
}

.r-form-child-2 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
}

.khung-text {
    text-align: center;
    color: #fff;
}

.khung-text span {
    color: #f9b905;
    font-weight: bold;
}

.khung-note {
    text-align: center;
    color: #f9b905;
}


.ch-price {
    background: #F0F6FF;
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}

.ch-price-tt {
    position: absolute;
    background: #0f3b22;
    padding: 10px;
    top: -22px;
    width: calc(100% - 20px);
    color: #fff;
    font-weight: bold;
}

.box.has-hover.ch-price.has-hover.box-text-bottom .box-text {
    padding: 30px 10px 10px;
}

.ch-price-line span {
    color: red;
    font-weight: bold;
}


.r-chinh-sach {
    padding: 20px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    border-radius: 5px;
	    background-image: linear-gradient(180deg, #0ba84f 0%, #0f3b22 100%);
    border: 5px solid #f8ba04;
	
}


.icb-cs {
    align-items: center;
    padding: 10px;
    background: #f9b905;
    border-radius: 5px;
    color: #fff;
    background-image: linear-gradient(180deg, #f9b905 0%, #bc0707 100%);
}


.icb-dt .box-text {
    padding: 15px;
}

.dt-tt {
    font-weight: bold;
    color: #0f3b22;
	margin-bottom: 10px;
}

.dt-sub {
    margin-bottom: 10px;
}

.ss-cp .section-bg-overlay {
    background-color: transparent !important;
    background-image: linear-gradient(180deg, #0f3b22 0%, #F2295B00 100%);
}

.e-sub-1 {
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}

.e-sub-2 {
    color: #fff;
    margin-bottom: 10px;
}

.cp-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fbc24c;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 200px;
    height: 200px;
}

.cp-tt {
    color: #ea0e03;
    font-weight: bold;
}

.cp-price {
    font-size: 30px;
    font-weight: bold;
    color: #0f3b22;
}

.cp-sub {
    color: #0c3c91;
}

.cp-form-tt {
    color: #fbc24d;
    font-weight: bold;
    margin-bottom: 10px;
}

.r-child-page {
    background-image: linear-gradient(180deg,#F9BB0012 0%,#0F3B22 100%);
    border-radius: 0 100px;
    box-shadow: 7px 7px 0px 7px #fbc24d;
}

.child-form {
    text-align: center;
}

.child-form .wpcf7-spinner {
    display: none;
}


.e-child-page-text {
    padding: 20px;
    background: #0f3b22;
    color: #fff;
    border-radius: 10px;
}

.e-child-page-line {
    margin: 10px 0;
}


.phan-khu-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #0f3b22;
    width: 200px;
    height: 200px;
    justify-content: center;
    border-radius: 50%;
    border: 3px solid #fbc24d;
}

.phan-khu-tt {
    color: #fff;
}

.phan-khu-sub {
    font-weight: bold;
    color: #fbc24d;
    font-size: 30px;
}

.phan-khu-child {
    color: #fff;
}

.imb-ch-cp .box-text {
    padding: 15px 10px 0;
}

.cp-ch-tt {
    font-weight: bold;
    font-size: 18px;
    color: #0f3b22;
}

.gmd-h-title-b-3 {
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
}

.child-ld {
    margin-bottom: 5px;
}


.zl-fixed {
    bottom: 72px;
    right: 15px;
    position: fixed;
    width: 60px;
    height: 60px;
    z-index: 2147483644;
}


.fixed-line {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background: #0d9648ba;
}

.fixed-line-content a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
    background: red;
    width: 350px;
	    justify-content: center;
    color: #fff;
    border: 2px solid #fff;
	border-radius: 30px;
}

.cl-ic img {
    width: 30px;
}

.fixed-line-content {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
	padding: 10px;
}

.fixed-line-content a p {
    display: none;
}

a.fxl-zalo {
    background: #09f;
}

.cl-ic {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
	background-color: #46b450;
	color: #fff;
	text-align: center;
}