/*  Generated by www.menucool.com/drop-down-menu  */


/* main menu
----------------------------*/
.menu-page {
    margin-top: -44px;
}

#ddmenu {
    display: block;
    font-family: Roboto,Arial;
    text-align: center; /*Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing: normal;
	height: 3rem;
    /* padding: 0.6rem; */
    box-shadow: 0px 0px 7px 0px #0000003b;
    /* margin-bottom: 4px; */
	margin-top: 5px !important;
	background: #003288
}

    #ddmenu ul {
        margin: 4px auto;
        padding: 0;
        text-align: left; /* Alignment of each top-level menu items within the UL */
        width: 100%;
        font-size: 0;
        background: #003288; 
        display: inline-block;
        list-style: none;
        position: relative;
        z-index: 1;
        max-width: 1200px;
        /* border-radius: 5px 5px 0 0; */
    }

	#ddmenu .full-width{
		border-right: 1px solid #bbb;
	}
	#ddmenu li:hover {
    background-color: #bbb !important;
	}
	#ddmenu ul ul {
		box-shadow: 0 8px 15px #8b8787 !important;
		background: #f7f5f5 !important;
	}
	.home{
		height: 35px;
	}
    #ddmenu li {
        margin: 0;
        padding: 0;
        font-size: 15px;
        display: inline-block;
        *display: inline;
        zoom: 1; /*for IE6-7*/
        position: relative;
        color: #eee;
        line-height: 40px; /*This determines the height of the menu*/
        vertical-align: middle;
        text-transform: uppercase;
        /* border-bottom: 4px solid #0F75BC; */
        /*transition: background-color 0.2s;
        outline: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;*/		
    }

        #ddmenu li:hover, #ddmenu li.active {
            border-bottom: 4px solid #FFF;
        }

        #ddmenu li.home a {
            padding: 0 10px;
        }

    #ddmenu .full-width {
        position: static;
    }

    #ddmenu .over {
        color: #FFF;
    }

        #ddmenu .over.no-sub {
        }

    #ddmenu .top-heading {
        margin: 0 11px;
        color: #FFF;
        text-decoration: none;
        display: inline-block;
        outline: 0;
        cursor: pointer;
    }
	 #ddmenu a{
		 color: #fff;
	 }
	 #ddmenu ul ul a{
		 color: #000;
	 }
    /* links of top-heading */
 

        #ddmenu a:hover {
            text-decoration: none;
        }

        #ddmenu a:focus {
            outline: 1px dotted #09F;
        }

    /* caret(arrow icon) */
    #ddmenu .caret {
        color: inherit;
        left: -12px;
        width: 0;
        height: 0;
        overflow: hidden; /*for IE6*/
        vertical-align: middle;
        margin-bottom: 2px;
        border-top: 4px solid; /*caret size is 4px now*/
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        display: inline-block;
        position: relative;
    }

    /* sub-menu layout
----------------------------*/

    #ddmenu .dropdown {
        width: auto;
        left: 0px;
        color: #000;
        padding: 0;
        margin: 0;
        display: none;
        position: absolute;
        overflow: hidden;
        top: 100%;
        border-top: none;
        border-radius: 2px;
        background-color: rgba(0,0,0,0.2);
        background-color: #ccc \9; /*fallback for old IE*/
    }

    #ddmenu .full-width .dropdown {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    #ddmenu .offset300 {
        left: -300px;
        right: auto;
    }

    #ddmenu .right-aligned {
        left: auto;
        right: 0px;
    }

    #ddmenu .over .dropdown {
        display: block;
    }

    #ddmenu .dd-inner {
        text-align: left;
        padding: 20px;
        margin: 13px;
        background-color: #FFF;
        white-space: nowrap;
        font-size: 13px;
    }

    #ddmenu ul ul {
        margin: 0;
        padding: 0;
        text-align: left;
        width: auto;
        background: none;
        border: none;
        display: block;
        position: static;
        z-index: 0;
        border-radius: 0;
    }

        #ddmenu ul ul li {
            font-size: 13px;
            padding: 6px 0; /*It determines the line height*/
            color: inherit;
            line-height: 1;
            margin: 0;
            display: block;
            position: static;
            background: none;
            border: none;
            transition: none;
            border-radius: 0;
            text-transform: none;
			border-bottom: 1px solid #bbb !important;
        }

            #ddmenu ul ul li.lv2 {
                padding-left: 10px;
            }

            #ddmenu ul ul li:hover {
                border-bottom: none !important;
            }

    /* links in sub menu
----------------------------*/

    #ddmenu .dropdown a {
        color: #000;
        line-height: 1;
        text-decoration: none;
        transition: color 0.4s;
        font-family: Roboto,Arial;
    }

        #ddmenu .dropdown a:hover, #ddmenu .dropdown a:focus {
            text-decoration: none;
            color: #09F;
        }

    /* blocks within the sub-menu
-----------------------------*/
    #ddmenu .column {
        text-align: left;
        vertical-align: top; /*or middle*/
        display: inline-block;
        *display: inline;
        *zoom: 1;
        white-space: normal;
        width: auto;
        min-width: 200px;
        padding: 0 30px;
        border-right: 1px solid #999;
    }

    #ddmenu .dd-inner ul:last-child {
        border-right: none;
    }

    #ddmenu h3 {
        font-weight: 500;
        line-height: 1.1;
        font-size: 14px;
    }

    #ddmenu div.column h3 {
        text-transform: none;
    }

/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages */
#ddmenuLink {
    display: none;
}

#ddmenu .full-width-image {
    display: none;
}

/*######## add additional styles for mobile-friendly responsive menu ########*/

#ddmenu .menu-icon {
    display: none; /* hide menu icon initially */
    width: 40px;
}

/* Dành cho máy tính b?ng chi?u ngang */
@media all and (max-width: 1024px) {
    header {
        display: block;
    }
    .thuvien {
    height: 60px;
	}
	.item-tv{
	font-size: 16px;
	}
	.itm{
	font-size: 12px;
	}
    .menu-page {
        margin-top: 0;
    }

    .titlehomepage {
        display: block;
        text-align: left;
        vertical-align: middle;
    }

        .titlehomepage img {
            height: 80%;
            margin-top: 5px;
        }
.img-logo{
		top: 51%;
		left: 36%;
	}
	.header__banner__center{
		left: 59%;
	}
	.img-star{
		left: 70%;
		top: 48%
	}
    #ddmenu {
        height: 80px;
        /* background: #cceff7 url(/Publishing_Resources/img/mini_logo.png) no-repeat center center; */
		 /* background-image: url(/Publishing_Resources/img/logo-mobile.png) no-repeat center center; */
        background-size: 420px;
		
    }
     .banner-mobile{
		 display: block !important;
	 }
        #ddmenu .full-width-image {
            display: block;
        }

            #ddmenu .full-width-image img {
                max-width: 90%;
                width: 90%;
                padding: 5px;
            }

        #ddmenu .column.mayHide {
            display: none;
        }

        #ddmenu .top-heading {
            /*width: 100%;*/
            display: block;
        }
        /*override the original settings*/
        #ddmenu ul {
            width: 100%;
            display: none;
            border-radius: 0;
            max-width: 414px;
            position: absolute;
            overflow-y: scroll;
            margin-top: -140px;
			z-index: 4;
        }

        #ddmenu li {
            position: relative;
            display: block;
            font-size: 15px;
            text-align: left;
            border-bottom: 1px solid rgba(0,0,0,0.2);
            border-radius: 0;
            line-height: 35px;
        }

        #ddmenu .full-width {
            position: relative;
        }

        #ddmenu .dropdown {
            position: relative;
            *top: auto; /*for IE7*/
            border: none;
            border-radius: 0;
            box-shadow: none;
            background-color: #FFF;
        }

        #ddmenu .offset300 {
            left: 0;
        }

        #ddmenu .full-width .dropdown {
            width: auto;
        }

        #ddmenu .dd-inner {
            margin: 0;
            background: none;
            text-align: left;
        }

        /*turn each column to list vertically instead of horizontally */
        #ddmenu .column {
            width: auto;
            padding: 0;
            border: none;
            display: block;
        }

        /*move the arrow icon to right*/
        #ddmenu .caret {
            position: absolute;
            left: auto;
            right: 14px;
            top: 20px;
            border-width: 5px;
        }

        #ddmenu li:hover, #ddmenu li.active {
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        }

        /* All the following are for the .menu-icon (pure CSS) */
        #ddmenu .menu-icon {
            -moz-user-select: none;
            background-color: #eee;
            border-radius: 3px;
            cursor: pointer;
            display: block;
            font-size: 32px;
            height: 36px;
            margin: 6px;
            position: absolute;
            text-align: center;
             margin-top: 0px !important; 
			 z-index: 3;
        }

            #ddmenu .menu-icon::before {
                content: "";
                position: absolute;
                top: 0.25em;
                left: 4px;
                width: 1em;
                height: 0.125em;
                border-top: 0.375em double #333;
                border-bottom: 0.125em solid #333;
                box-sizing: content-box;
            }

        #ddmenu .menu-icon-active {
            background-color: #333;
        }

            #ddmenu .menu-icon-active::before {
                border-color: #eee;
            }
}

#ddmenu .top-heading{
	font-weight: bold;
}
/* Dành cho máy tính b?ng chi?u d?c */
@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .menu-page {
        margin-top: 0;
    }

    .titleSite {
        font-size: 9px;
    }
.text1{
		font-size: 15px;
	}
	 .text2{
		text-align: left;
		font-size: 24px;
	}
	 .text3{
		 text-align: left;
		font-size: 12px !important;
	}
	 .text4{
		font-size: 12px !important;
	}
	.header__banner__logo{
		left: 0%;
	}
	.header__banner__star{
		right: 0;
	}
    .titlehomepage {
        color: #822224;
        display: block;
        font-size: 18px;
        font-weight: 700;
        padding-top: 50px;
        text-align: left;
        vertical-align: middle;
    }

        .titlehomepage img {
            height: 80%;
            margin-top: 5px;
        }

    #ddmenu {
        height: 159px
    }

        #ddmenu .column.mayHide {
            display: none;
        }

        #ddmenu .top-heading {
            /*width: 100%;*/
            display: block;
        }
        /*override the original settings*/
        #ddmenu ul {
            width: 100%;
            display: none;
            border-radius: 0;
            margin: 30px auto 0 0;
			margin-top: -170px;
			z-index: 4;
        }

        #ddmenu li {
            position: relative;
            display: block;
            font-size: 15px;
            text-align: left;
            border-bottom: 1px solid rgba(0,0,0,0.2);
            border-radius: 0;
            line-height: 35px;
        }

        #ddmenu .full-width {
            position: relative;
        }

        #ddmenu .dropdown {
            position: relative;
            *top: auto; /*for IE7*/
            border: none;
            border-radius: 0;
            box-shadow: none;
            background-color: #FFF;
        }

        #ddmenu .offset300 {
            left: 0;
        }

        #ddmenu .full-width .dropdown {
            width: auto;
        }

        #ddmenu .dd-inner {
            margin: 0;
            background: none;
            text-align: left;
        }

        /*turn each column to list vertically instead of horizontally */
        #ddmenu .column {
            width: auto;
            padding: 0;
            border: none;
            display: block;
        }

        /*move the arrow icon to right*/
        #ddmenu .caret {
            position: absolute;
            left: auto;
            right: 14px;
            top: 20px;
            border-width: 5px;
        }

        #ddmenu li:hover, #ddmenu li.active {
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        }

        /* All the following are for the .menu-icon (pure CSS) */
        #ddmenu .menu-icon {
            -moz-user-select: none;
            background-color: #eee;
            border-radius: 3px;
            cursor: pointer;
            display: block;
            font-size: 32px;
            height: 36px;
            margin: 0 6px 6px 6px !important;
            position: absolute;
            text-align: center;
			z-index: 3;
        }

            #ddmenu .menu-icon::before {
                content: "";
                position: absolute;
                top: 0.25em;
                left: 4px;
                width: 1em;
                height: 0.125em;
                border-top: 0.375em double #333;
                border-bottom: 0.125em solid #333;
                box-sizing: content-box;
            }

        #ddmenu .menu-icon-active {
            background-color: #333;
        }

            #ddmenu .menu-icon-active::before {
                border-color: #eee;
            }
}


@media only screen and (min-width: 1025px) and (max-width: 1115px) {
    #ddmenu .top-heading {
        margin: 0 5px;
        font-size: 14px;
    }
	.text1{
		font-size: 15px;
	}
	 .text2{
		text-align: left;
		font-size: 24px;
	}
	 .text3{
		 text-align: left;
		font-size: 10px;
	}
	 .text4{
		font-size: 8px;
	}
	.header__banner__logo{
		left: 0;
	}
	.header__banner__star{
		right: 0;
	}
}

@media only screen and (min-width: 1116px) and (max-width: 1190px) {
    #ddmenu .top-heading {
        margin: 0 6px;
    }
	.text1{
		font-size: 15px !important;
	}
	 .text2{
		text-align: left;
		font-size: 24px !important;
	}
	 .text3{
		 text-align: left;
		font-size: 10px !important;
	}
	 .text4{
		font-size: 8px !important;
	}
		.header__banner__logo{
		left: 0;
	}
	.header__banner__star{
		right: 0;
	}
}

@media all and (max-width: 800px) {
		.dt{
		display: none !important;
	}
	.mess{
		display: none !important;
	}
	.mail{
		display: none !important;
	}
    .menu-page {
        margin-top: 0;
    }
    .text1{
		font-size: 14px !important;
		margin-bottom: 5px;
	}
	 .text2{
		text-align: left;
		font-size: 18px !important;
		margin-bottom: 5px;
	}
	 .text3{
		 text-align: left;
		font-size: 9px !important;
	}
	 .text4{
		font-size: 10px !important;
	}
    .titlehomepage {
        color: #822224;
        display: block;
        font-size: 9px;
        font-weight: 700;
        padding-top: 50px;
        text-align: left;
        vertical-align: middle;
    }

        .titlehomepage img {
            height: 80%;
            margin-top: 5px;
        }

    #ddmenu {
        height: 115px;
    }

        #ddmenu .column.mayHide {
            display: none;
        }

        #ddmenu .top-heading {
            /*width: 100%;*/
            display: block;
        }
        /*override the original settings*/
        #ddmenu ul {
            width: 100%;
            display: none;
            border-radius: 0;
            *margin: 106px auto 0 0;
        }

        #ddmenu li {
            position: relative;
            display: block;
            font-size: 15px;
            text-align: left;
            border-bottom: 1px solid rgba(0,0,0,0.2);
            border-radius: 0;
            line-height: 35px;
        }

        #ddmenu .full-width {
            position: relative;
        }

        #ddmenu .dropdown {
            position: relative;
            *top: auto; /*for IE7*/
            border: none;
            border-radius: 0;
            box-shadow: none;
            background-color: #FFF;
        }

        #ddmenu .offset300 {
            left: 0;
        }

        #ddmenu .full-width .dropdown {
            width: auto;
        }

        #ddmenu .dd-inner {
            margin: 0;
            background: none;
            text-align: left;
        }

        /*turn each column to list vertically instead of horizontally */
        #ddmenu .column {
            width: auto;
            padding: 0;
            border: none;
            display: block;
        }

        /*move the arrow icon to right*/
        #ddmenu .caret {
            position: absolute;
            left: auto;
            right: 14px;
            top: 20px;
            border-width: 5px;
        }

        #ddmenu li:hover, #ddmenu li.active {
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        }

        /* All the following are for the .menu-icon (pure CSS) */
        #ddmenu .menu-icon {
            -moz-user-select: none;
            background-color: #eee;
            border-radius: 3px;
            cursor: pointer;
            display: block;
            font-size: 32px;
            height: 36px;
            margin: 6px;
            position: absolute;
            text-align: center;
             margin-top: 0px !important; 
			 z-index: 3;
        }

            #ddmenu .menu-icon::before {
                content: "";
                position: absolute;
                top: 0.25em;
                left: 4px;
                width: 1em;
                height: 0.125em;
                border-top: 0.375em double #333;
                border-bottom: 0.125em solid #333;
                box-sizing: content-box;
            }

        #ddmenu .menu-icon-active {
            background-color: #333;
        }

            #ddmenu .menu-icon-active::before {
                border-color: #eee;
            }
}

@media all and (max-width: 768px) {
    .menu-page {
        margin-top: 0;
    }
   	.dt{
		display: none !important;
	}
	.mess{
		display: none !important;
	}
	.mail{
		display: none !important;
	}
	  .text1{
		font-size: 12px !important;
		margin-bottom: 5px;
	}
	 .text2{
		text-align: left;
		font-size: 18px !important;
		margin-bottom: 5px;
	}
	 .text3{
		 text-align: left;
		font-size: 9px !important;
	}
	 .text4{
		font-size: 10px !important;
	}
	.header__banner__logo{
		left: 0;
	}
	.header__banner__star{
		right: 0;
	}
    .titlehomepage {
        color: #822224;
        display: block;
        font-weight: 700;
        padding-top: 50px;
        text-align: left;
        vertical-align: middle;
    }

        .titlehomepage img {
            height: 80%;
            margin-top: 5px;
        }

    #ddmenu {
        height: 115px;
        background-size: 325px;
    }

        #ddmenu .column.mayHide {
            display: none;
        }

        #ddmenu .top-heading {
            /*width: 100%;*/
            display: block;
        }
        /*override the original settings*/
        #ddmenu ul {
            width: 100%;
            display: none;
            border-radius: 0;
            *margin: 93px auto 0 0;
        }

        #ddmenu li {
            position: relative;
            display: block;
            font-size: 15px;
            text-align: left;
            border-bottom: 1px solid rgba(0,0,0,0.2);
            border-radius: 0;
            line-height: 35px;
        }

        #ddmenu .full-width {
            position: relative;
        }

        #ddmenu .dropdown {
            position: relative;
            *top: auto; /*for IE7*/
            border: none;
            border-radius: 0;
            box-shadow: none;
            background-color: #FFF;
        }

        #ddmenu .offset300 {
            left: 0;
        }

        #ddmenu .full-width .dropdown {
            width: auto;
        }

        #ddmenu .dd-inner {
            margin: 0;
            background: none;
            text-align: left;
        }

        /*turn each column to list vertically instead of horizontally */
        #ddmenu .column {
            width: auto;
            padding: 0;
            border: none;
            display: block;
        }

        /*move the arrow icon to right*/
        #ddmenu .caret {
            position: absolute;
            left: auto;
            right: 14px;
            top: 20px;
            border-width: 5px;
        }

        #ddmenu li:hover, #ddmenu li.active {
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        }

        /* All the following are for the .menu-icon (pure CSS) */
        #ddmenu .menu-icon {
            -moz-user-select: none;
            background-color: #eee;
            border-radius: 3px;
            cursor: pointer;
            display: block;
            font-size: 32px;
            height: 36px;
            margin: 6px;
            position: absolute;
            text-align: center;
            margin-top: 0px !important;
			z-index: 3;
        }

            #ddmenu .menu-icon::before {
                content: "";
                position: absolute;
                top: 0.25em;
                left: 4px;
                width: 1em;
                height: 0.125em;
                border-top: 0.375em double #333;
                border-bottom: 0.125em solid #333;
                box-sizing: content-box;
            }

        #ddmenu .menu-icon-active {
            background-color: #333;
        }

            #ddmenu .menu-icon-active::before {
                border-color: #eee;
            }
}

@media all and (max-width: 600px) {
    .menu-page {
        margin-top: 0;
    }
		.dt{
		display: none !important;
	}
	.mess{
		display: none !important;
	}
	.mail{
		display: none !important;
	}
		  .text1{
		font-size: 8px !important;
		margin-bottom: 5px;
	}
	 .text2{
		text-align: left;
		font-size: 12px !important;
		margin-bottom: 5px;
	}
	 .text3{
		 text-align: left;
		font-size: 7px !important;
	}
	 .text4{
		font-size: 8px !important;
	}
	.header__banner__logo{
		left: 0;
	}
    .titlehomepage {
        color: #822224;
        display: block;
        font-size: 9px;
        font-weight: 700;
        padding-top: 50px;
        text-align: left;
        vertical-align: middle;
    }

        .titlehomepage img {
            height: 80%;
            margin-top: 5px;
        }

    #ddmenu {
        height: 115px;
        background-size: 250px;
    }

        #ddmenu .column.mayHide {
            display: none;
        }

        #ddmenu .top-heading {
            /*width: 100%;*/
            display: block;
        }
        /*override the original settings*/
        #ddmenu ul {
            width: 100%;
            display: none;
            border-radius: 0;
            *margin: 81px auto 0 0;
        }

        #ddmenu li {
            position: relative;
            display: block;
            font-size: 15px;
            text-align: left;
            border-bottom: 1px solid rgba(0,0,0,0.2);
            border-radius: 0;
            line-height: 35px;
        }

        #ddmenu .full-width {
            position: relative;
        }

        #ddmenu .dropdown {
            position: relative;
            *top: auto; /*for IE7*/
            border: none;
            border-radius: 0;
            box-shadow: none;
            background-color: #FFF;
        }

        #ddmenu .offset300 {
            left: 0;
        }

        #ddmenu .full-width .dropdown {
            width: auto;
        }

        #ddmenu .dd-inner {
            margin: 0;
            background: none;
            text-align: left;
        }

        /*turn each column to list vertically instead of horizontally */
        #ddmenu .column {
            width: auto;
            padding: 0;
            border: none;
            display: block;
        }

        /*move the arrow icon to right*/
        #ddmenu .caret {
            position: absolute;
            left: auto;
            right: 14px;
            top: 20px;
            border-width: 5px;
        }

        #ddmenu li:hover, #ddmenu li.active {
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        }

        /* All the following are for the .menu-icon (pure CSS) */
        #ddmenu .menu-icon {
            -moz-user-select: none;
            background-color: #eee;
            border-radius: 3px;
            cursor: pointer;
            display: block;
            font-size: 32px;
            height: 36px;
            margin: 6px;
            position: absolute;
            text-align: center;
            margin-top: 0px !important;
			z-index: 3;
        }

            #ddmenu .menu-icon::before {
                content: "";
                position: absolute;
                top: 0.25em;
                left: 4px;
                width: 1em;
                height: 0.125em;
                border-top: 0.375em double #333;
                border-bottom: 0.125em solid #333;
                box-sizing: content-box;
            }

        #ddmenu .menu-icon-active {
            background-color: #333;
        }

            #ddmenu .menu-icon-active::before {
                border-color: #eee;
            }
}

@media all and (max-width: 560px) {
    .menu-page {
        margin-top: 0;
    }
		.dt{
		display: none !important;
	}
	.mess{
		display: none !important;
	}
	.mail{
		display: none !important;
	}
	  .text1{
		font-size: 8px !important;
		margin-bottom: 5px;
	}
	 .text2{
		text-align: left;
		font-size: 12px !important;
		margin-bottom: 5px;
	}
	 .text3{
		 text-align: left;
		font-size: 7px !important;
	}
	 .text4{
		font-size: 8px !important;
	}
	.header__banner__logo{
		left: 0;
	}
	.header__banner__star{
		right:0;
	}
    .titlehomepage {
        color: #822224;
        display: block;
        font-size: 9px;
        font-weight: 700;
        padding-top: 50px;
        text-align: left;
        vertical-align: middle;
    }

        .titlehomepage img {
            height: 80%;
            margin-top: 5px;
        }

    #ddmenu {
        height: 115px;
        background-size: 240px;
    }

        #ddmenu .column.mayHide {
            display: none;
        }

        #ddmenu .top-heading {
            /*width: 100%;*/
            display: block;
        }
        /*override the original settings*/
        #ddmenu ul {
            width: 100%;
            display: none;
            border-radius: 0;
            *margin: 78px auto 0 0;
        }

        #ddmenu li {
            position: relative;
            display: block;
            font-size: 15px;
            text-align: left;
            border-bottom: 1px solid rgba(0,0,0,0.2);
            border-radius: 0;
            line-height: 35px;
        }

        #ddmenu .full-width {
            position: relative;
        }

        #ddmenu .dropdown {
            position: relative;
            *top: auto; /*for IE7*/
            border: none;
            border-radius: 0;
            box-shadow: none;
            background-color: #FFF;
        }

        #ddmenu .offset300 {
            left: 0;
        }

        #ddmenu .full-width .dropdown {
            width: auto;
        }

        #ddmenu .dd-inner {
            margin: 0;
            background: none;
            text-align: left;
        }

        /*turn each column to list vertically instead of horizontally */
        #ddmenu .column {
            width: auto;
            padding: 0;
            border: none;
            display: block;
        }

        /*move the arrow icon to right*/
        #ddmenu .caret {
            position: absolute;
            left: auto;
            right: 14px;
            top: 20px;
            border-width: 5px;
        }

        #ddmenu li:hover, #ddmenu li.active {
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        }

        /* All the following are for the .menu-icon (pure CSS) */
        #ddmenu .menu-icon {
            -moz-user-select: none;
            background-color: #eee;
            border-radius: 3px;
            cursor: pointer;
            display: block;
            font-size: 32px;
            height: 36px;
            margin: 6px;
            position: absolute;
            text-align: center;
            margin-top: 0px !important;
			z-index: 3;
        }

            #ddmenu .menu-icon::before {
                content: "";
                position: absolute;
                top: 0.25em;
                left: 4px;
                width: 1em;
                height: 0.125em;
                border-top: 0.375em double #333;
                border-bottom: 0.125em solid #333;
                box-sizing: content-box;
            }

        #ddmenu .menu-icon-active {
            background-color: #333;
        }

            #ddmenu .menu-icon-active::before {
                border-color: #eee;
            }
}

@media all and (max-width: 480px) {
    .menu-page {
        margin-top: 0;
    }
		.dt{
		display: none !important;
	}
	.mess{
		display: none !important;
	}
	.mail{
		display: none !important;
	}
	  .text1{
		font-size: 8px !important;
		margin-bottom: 5px;
	}
	 .text2{
		text-align: left;
		font-size: 12px !important;
		margin-bottom: 5px;
	}
	 .text3{
		 text-align: left;
		font-size: 7px !important;
	}
	 .text4{
		font-size: 6px !important;
	}
	.header__banner__logo{
		left: 0;
	}
	.header__banner__star{
		right: 0;
	}
    .titlehomepage {
        color: #822224;
        display: block;
        font-size: 9px;
        font-weight: 700;
        padding-top: 50px;
        text-align: left;
        vertical-align: middle;
    }

        .titlehomepage img {
            height: 75%;
            margin-left: 35px;
            margin-top: 5px;
        }

    #ddmenu {
        height: 95px;
    }


        #ddmenu .column.mayHide {
            display: none;
        }

        #ddmenu .top-heading {
            /*width: 100%;*/
            display: block;
        }
        /*override the original settings*/
        #ddmenu ul {
            width: 100%;
            display: none;
            border-radius: 0;
        }

        #ddmenu li {
            position: relative;
            display: block;
            font-size: 15px;
            text-align: left;
            border-bottom: 1px solid rgba(0,0,0,0.2);
            border-radius: 0;
            line-height: 35px;
        }

        #ddmenu .full-width {
            position: relative;
        }

        #ddmenu .dropdown {
            position: relative;
            *top: auto; /*for IE7*/
            border: none;
            border-radius: 0;
            box-shadow: none;
            background-color: #FFF;
        }

        #ddmenu .offset300 {
            left: 0;
        }

        #ddmenu .full-width .dropdown {
            width: auto;
        }

        #ddmenu .dd-inner {
            margin: 0;
            background: none;
            text-align: left;
        }

        /*turn each column to list vertically instead of horizontally */
        #ddmenu .column {
            width: auto;
            padding: 0;
            border: none;
            display: block;
        }

        /*move the arrow icon to right*/
        #ddmenu .caret {
            position: absolute;
            left: auto;
            right: 14px;
            top: 20px;
            border-width: 5px;
        }

        #ddmenu li:hover, #ddmenu li.active {
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        }

        /* All the following are for the .menu-icon (pure CSS) */
        #ddmenu .menu-icon {
            -moz-user-select: none;
            background-color: #eee;
            border-radius: 3px;
            cursor: pointer;
            display: block;
            font-size: 32px;
            height: 36px;
            margin: 0 6px 6px 6px !important;
            position: absolute;
            text-align: center;
			z-index: 3;
        }

            #ddmenu .menu-icon::before {
                content: "";
                position: absolute;
                top: 0.25em;
                left: 4px;
                width: 1em;
                height: 0.125em;
                border-top: 0.375em double #333;
                border-bottom: 0.125em solid #333;
                box-sizing: content-box;
            }

        #ddmenu .menu-icon-active {
            background-color: #333;
        }

            #ddmenu .menu-icon-active::before {
                border-color: #eee;
            }
}

@media all and (max-width: 320px) {
	.img-logo{
		top: 51%;
		left: 36%;
	}
	.header__banner__center{
		left: 59%;
	}
	.img-star{
		left: 70%;
		top: 48%
	}
    .menu-page {
        margin-top: 0;
    }
	.dt{
		display: none !important;
	}
	.mess{
		display: none !important;
	}
	.mail{
		display: none !important;
	}
	 .text1{
		font-size: 8px !important;
		margin-bottom: 5px;
	}
	 .text2{
		text-align: left;
		font-size: 12px !important;
		margin-bottom: 5px;
	}
	 .text3{
		 text-align: left;
		font-size: 7px !important;
	}
	 .text4{
		font-size: 6px !important;
	}
	.header__banner__logo{
		left: 0;
	}
	.header__banner__star{
		right: 0;
	}
    .titlehomepage {
        color: #822224;
        display: block;
        font-size: 9px;
        font-weight: 700;
        padding-top: 50px;
        text-align: left;
        vertical-align: middle;
    }

        .titlehomepage img {
            height: 75%;
            margin-left: 35px;
            margin-top: 5px;
        }

    #ddmenu {
        height: 115px;
        background-size: 225px;
    }


        #ddmenu .column.mayHide {
            display: none;
        }

        #ddmenu .top-heading {
            /*width: 100%;*/
            display: block;
        }
        /*override the original settings*/
        #ddmenu ul {
            width: 100%;
            display: none;
            border-radius: 0;
            *margin: 74px auto 0 0;
        }

        #ddmenu li {
            position: relative;
            display: block;
            font-size: 15px;
            text-align: left;
            border-bottom: 1px solid rgba(0,0,0,0.2);
            border-radius: 0;
            line-height: 35px;
        }

        #ddmenu .full-width {
            position: relative;
        }

        #ddmenu .dropdown {
            position: relative;
            *top: auto; /*for IE7*/
            border: none;
            border-radius: 0;
            box-shadow: none;
            background-color: #FFF;
        }

        #ddmenu .offset300 {
            left: 0;
        }

        #ddmenu .full-width .dropdown {
            width: auto;
        }

        #ddmenu .dd-inner {
            margin: 0;
            background: none;
            text-align: left;
        }

        /*turn each column to list vertically instead of horizontally */
        #ddmenu .column {
            width: auto;
            padding: 0;
            border: none;
            display: block;
        }

        /*move the arrow icon to right*/
        #ddmenu .caret {
            position: absolute;
            left: auto;
            right: 14px;
            top: 20px;
            border-width: 5px;
        }

        #ddmenu li:hover, #ddmenu li.active {
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        }

        /* All the following are for the .menu-icon (pure CSS) */
        #ddmenu .menu-icon {
            -moz-user-select: none;
            background-color: #eee;
            border-radius: 3px;
            cursor: pointer;
            display: block;
            font-size: 32px;
            height: 36px;
            margin: 6px;
            position: absolute;
            text-align: center;
            margin-top: 0px !important;
			z-index: 3;
        }

            #ddmenu .menu-icon::before {
                content: "";
                position: absolute;
                top: 0.25em;
                left: 4px;
                width: 1em;
                height: 0.125em;
                border-top: 0.375em double #333;
                border-bottom: 0.125em solid #333;
                box-sizing: content-box;
            }

        #ddmenu .menu-icon-active {
            background-color: #333;
        }

            #ddmenu .menu-icon-active::before {
                border-color: #eee;
            }
}

/* Dành cho di?n tho?i */
@media all and (min-width: 320px) and (max-width: 480px) {
    .menu-page {
        margin-top: 0;
    }
	.img-logo{
		top: 51%;
		left: 36%;
	}
	.header__banner__center{
		left: 59%;
	}
	.img-star{
		left: 70%;
		top: 48%
	}
		.dt{
		display: none !important;
	}
	.mess{
		display: none !important;
	}
	.mail{
		display: none !important;
	}
	 .text1{
		font-size: 8px !important;
		margin-bottom: 5px;
	}
	 .text2{
		text-align: left;
		font-size: 12px !important;
		margin-bottom: 5px;
	}
	 .text3{
		 text-align: left;
		font-size: 7px !important;
	}
	 .text4{
		font-size: 6px !important;
	}
	.header__banner__logo{
		left: 0;
	}
	.header__banner__star{
		right: 0;
	}
    .titlehomepage {
        color: #822224;
        display: block;
        font-weight: 700;
        padding-top: 50px;
        text-align: left;
        vertical-align: middle;
    }

        .titlehomepage img {
            height: 75%;
            margin-left: 35px;
            margin-top: 5px;
        }

    #ddmenu {
        height: 115px;
        background-size: 242px;
    }

        #ddmenu .column.mayHide {
            display: none;
        }

        #ddmenu .top-heading {
            /*width: 100%;*/
            display: block;
        }
        /*override the original settings*/
        #ddmenu ul {
            width: 100%;
            display: none;
            border-radius: 0;
            *margin: 78px auto 0 0;
        }

        #ddmenu li {
            position: relative;
            display: block;
            font-size: 15px;
            text-align: left;
            border-bottom: 1px solid rgba(0,0,0,0.2);
            border-radius: 0;
            line-height: 35px;
        }

        #ddmenu .full-width {
            position: relative;
        }

        #ddmenu .dropdown {
            position: relative;
            *top: auto; /*for IE7*/
            border: none;
            border-radius: 0;
            box-shadow: none;
            background-color: #FFF;
        }

        #ddmenu .offset300 {
            left: 0;
        }

        #ddmenu .full-width .dropdown {
            width: auto;
        }

        #ddmenu .dd-inner {
            margin: 0;
            background: none;
            text-align: left;
        }

        /*turn each column to list vertically instead of horizontally */
        #ddmenu .column {
            width: auto;
            padding: 0;
            border: none;
            display: block;
        }

        /*move the arrow icon to right*/
        #ddmenu .caret {
            position: absolute;
            left: auto;
            right: 14px;
            top: 20px;
            border-width: 5px;
        }

        #ddmenu li:hover, #ddmenu li.active {
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        }

        /* All the following are for the .menu-icon (pure CSS) */
        #ddmenu .menu-icon {
            -moz-user-select: none;
            background-color: #eee;
            border-radius: 3px;
            cursor: pointer;
            display: block;
            font-size: 32px;
            height: 36px;
            margin: 6px;
            position: absolute;
            text-align: center;
            margin-top: 0px !important; 
			z-index: 3;
        }

            #ddmenu .menu-icon::before {
                content: "";
                position: absolute;
                top: 0.25em;
                left: 4px;
                width: 1em;
                height: 0.125em;
                border-top: 0.375em double #333;
                border-bottom: 0.125em solid #333;
                box-sizing: content-box;
            }

        #ddmenu .menu-icon-active {
            background-color: #333;
        }

            #ddmenu .menu-icon-active::before {
                border-color: #eee;
            }
}
