/*** File CSS chứa các CSS cho các sự kiện chào mừng ***/

/* CSS chào mừng Ngày Nhà giáo Việt Nam */
.happy-teacher .celebration-greeting {
    background: #fff;
    border: 1px solid #e4e4e4;
    overflow: hidden;
    line-height: 1.0;
    font-size: 110%;
    color: red;
    font-style: italic;
    font-family: monospace;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
}

/* Giao diện Desktops and laptops, hoạt động với các màn hình lớn hơn 769px */
@media (min-width: 769px) {
	/* Css trang trí noel */
    /* .header-wrapper .header-content {
		background-image: url(../../img/holiday/snow.gif) !important;
		background-size: 520px!important;
	}
	.search-main .search-form .search-button, .search-tag .search-form .search-button, .gsc-search-button button {
		background-image: url(../../img/holiday/snow.gif) !important;
		background: #000;
	} */
	/* Kết thúc css trang trí noel */

    /* Css trang trí Pháo hoa */
    /*.header-wrapper .header-content {
        background-image: url(../../img/holiday/phao-hoa-2.gif) !important;
        background-size: 300px!important;
    }
    .search-main .search-form .search-button, .search-tag .search-form .search-button, .gsc-search-button button {
        background-image: url(../../img/holiday/phao-hoa-2.gif) !important;
        background: #000;
        background-size: 120px!important;
    }*/
    /* Kết thúc css trang trí Pháo hoa */

    /* Css trang trí Tết */
    /* 
    .header-content {
        background-image: url(https://tiengdong.com/wp-content/themes/tiengdong/img/holiday/phao-hoa-1.gif) !important;
        background-size: 250px!important;
    }
    #respond input[type="submit"],.search-main .search-form .search-button, .search-tag .search-form .search-button, .gsc-search-button button {
        background-image: url(https://tiengdong.com/wp-content/themes/tiengdong/img/holiday/phao-hoa-1.gif) !important;
        background-size: 125px!important;
    }
    */
    /* Kết thúc css trang trí Tết */
}

