@charset "utf-8";
.sf {
}
body {
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: left top;




	background-image: url(images/bg 1
.gif);
	background-color: #F4A145;
	background-image: url(images/frame.jpg);
}
.Header {
	height: 180px;
	width: 1000px;
	padding-top: 40px;
}

#Main_div {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/shutterstock_14805280.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width: 500px;
	background-image: url(images/tab.gif);
	background-repeat: no-repeat;
	height: 20px;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #007593;
	margin: 0px;
	padding-top: 25px;
	text-decoration: none;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background-image: url(images/tab2.gif);
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.footer_2 {
	background-color: #FFFFFF;
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
}
.footer_1 {
	background-color: #FFFFFF;
	height: 10px;
	width: 100%;
	margin-bottom: 5px;
}

.Footer {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(images/shutterstock_14805280.jpg);
}
.TabbedPanelsContent_2 {
	float: left;
	height: 836px;
	width: 992px;
	margin: 0px;
	background-image: url(images/bg_inoffset.jpg);
	background-repeat: no-repeat;
}
.TabbedPanelsContent_1 {
	float: left;
	height: 836px;
	width: 992px;
	margin: 0px;
	background-image: url(images/cong-gnhe-in-chuyen-nhiet.jpg);
	background-repeat: no-repeat;
}
.TabbedPanelsContent_2  div {
	height: 126px;
	width: 728px;
	padding-right: 136px;
	padding-left: 136px;
}

.TabbedPanelsContent_1 div {
	height: 126px;
	width: 728px;
	padding-right: 136px;
	padding-left: 136px;
}

