/*
Theme Name: The King
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;
  }


.tk-tt {
    font-size: 36px;
    font-weight: 900;
    text-shadow: 1px 1px 2px #1f1f1f;
}

.tk-sub {
    font-size: 16px;
    font-weight: 900;
    text-shadow: 1px 1px 2px #1f1f1f;
}

.tk-heading {
	font-size: 30px;
	font-weight: 900;
	text-align: center;
}


.tk-heading-2 {
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 20px;
	color: var(--fs-color-primary);
}

.tk-bm-tt {
    font-size: 30px;
    font-weight: 900;
    text-shadow: 1px 1px 2px #1f1f1f;	
	color: var(--fs-color-primary);
	text-align: center;
}

.tk-bm-sub {
	margin-bottom: 5px;
}

.mfp-close-btn-in .modal-bo-mon .mfp-close {
    color: rgb(255 255 255) !important;
    top: 0 !important;
	opacity: 1;
}

.modal-bo-mon img {
    border: 2px solid #fff;
}

.icb-hlv .box-text {
	padding: 10px;
	background: #000;
	color: var(--fs-color-primary);
	font-weight: 900;
	font-size: 18px;
}

.slider-hlv .flickity-page-dots {
	bottom: -10px;
}

.absolute-footer {
	display: none;
}

.icb-vt {
    margin-bottom: 15px;
    align-items: center;
	color: var(--fs-color-primary);
}

.ss-bg-linner .section-bg {
	background-image: linear-gradient(180deg,rgba(0,0,0,0.23) 0%,#3a3a3a 100%),url(/wp-content/uploads/2024/11/boxing_gloves.webp)!important
}

.form-dang-ky span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    gap: 10px;
}

.form-dang-ky span.wpcf7-list-item {
    display: block;
    width: 25%;
    background: var(--fs-color-primary);
    position: relative;
    margin: 0;
    text-align: center;
}


.form-dang-ky input[type=radio] {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    left: 0;
}

.form-dang-ky input[type=radio] span{
    background: transparent;
	border-color: transparent;
}

.wpcf7-form .wpcf7-radio input[type="radio"] {
    opacity: 0; /* Ẩn vòng tròn */
	cursor: pointer;
}

span.wpcf7-list-item-label {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.wpcf7-form .wpcf7-radio span {
    cursor: pointer; /* Thêm hiệu ứng con trỏ nếu cần */
}


.wpcf7-form .wpcf7-radio input[type=radio]:checked + span {
   background: red;
   visibility: visible;
}

.hc-counter-number {
    font-size: 24px;
    font-weight: 900;
}

.desktop-fixed {
    position: fixed;
    right: 15px;
    background: #fff;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 150px;
    padding: 10px 0;
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}
@media only all and (max-width: 767px){
    .desktop-fixed {
        left: 0;
        bottom: 0;
        background: #fff;
        border-radius: 0;
        width: 100%;
        z-index: 150;
        padding: 10px 0;
        border: 1px solid #f2f2f2;
    }
    .desktop-fixed ul {
        display: flex;
    }
    .desktop-fixed ul li {
        width: 33.3%;
    }
    .desktop-fixed ul li a {
        margin: 0 auto;
    }

}

.desktop-fixed ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.desktop-fixed ul li {
    margin-bottom: 10px;
}

.desktop-fixed ul li a {
    border: none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
}

.desktop-fixed ul li a img {
    margin: auto;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}