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

.page-id-1670 .row {
    max-width: 530px !important;
}

.header-main input[type='search']{     background: #fff;
    height: 45px;
    border-radius: 3px;
		border: 2px solid #5271FF;
}
.header-main input[type='search']::placeholder {
		font-size: 14px;
  	color: #333;
		opacity : 0.7;
}

.header-main .icon-search:before {
    color: #222;
    font-size: 18px;
}
.searchform-wrapper.form-flat .flex-col:last-of-type {
    margin-left: -3.6em;
}

.header-main button[type="submit"].button.icon {
    height: 45px;
    width: 45px;
    border-radius: 0 3px 3px 0;
}

.nav-box>li.active>a, .nav-pills>li.active>a {
    background-color: #e48012;
}

.product-small .product-title a {
    color: #222;
}


.product-small:hover .product-title a {
    color: var(--fs-color-primary);
}

.product-small .box-text{
    padding: 8px 0;
	font-weight: bold;
}

.p-title {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.view-more a {
    padding: 10px 15px;
    width: 100px;
    background: #5371ff;
    font-size: 12px;
    display: block;
    text-align: center;
    border-radius: 3px;
    color: #fff;
}


.view-more a:hover {
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.view-more a {
    color: #fff;
}

.p-title h3 {
    margin-bottom: 0;
}

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

.banner_fix_left {
    right: calc((1200px) + (100% - 1150px)/2);
    transition: all .3s;
}

.banner_fix {
    display: block;
    position: fixed;
    margin-top: 115px;
}
.banner_fix_right {
    left: calc((1200px) + (100% - 1150px)/2);
    transition: all .3s;
}


.product-small.box .box-image img {
    border-radius: 5px;
}

.absolute-footer {
	display:none;
}

.calendar {
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            width: 100%;
            max-width: 600px;
        }

        .calendar-header {
            text-align: center;
            margin-bottom: 20px;
        }

        .calendar-header h1 {
            margin: 0;
            color: #333;
        }

        .calendar-grid {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 5px;
        }

        .calendar-day {
            text-align: center;
            padding: 10px;
            font-size: 16px;
        }

        .day-name {
            font-weight: bold;
            color: #555;
            background-color: #e0e0e0;
            border-radius: 5px;
        }

        .day-number {
            border: 1px solid #ddd;
            border-radius: 5px;
            transition: background-color 0.2s;
        }

        .day-number:hover {
            background-color: #f0f0f0;
            cursor: pointer;
        }

        .weekend {
            background-color: #ffe6e6;
        }

        .today {
            background-color: #4CAF50;
            color: white;
            font-weight: bold;
        }

        @media (max-width: 400px) {
            .calendar-day {
                font-size: 14px;
                padding: 8px;
            }
        }

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
.calendar-day.day-number.day-note {
	        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
}

.calendar-day.day-number.day-note {
  
                top: 0px;
                left: 0px;
                background: center center/ cover no-repeat scroll content-box border-box url("/wp-content/uploads/2025/09/tim.webp");
                --type: 0;
}