@font-face{font-family:"RolexFont";
src:url('../css/fonts/RolexFont-Light.eot');
src:url('../css/fonts/RolexFont-Light.eot?#iefix') format('embedded-opentype'),
url('../css/fonts/RolexFont-Light.woff2') format('woff2'),
url('../css/fonts/RolexFont-Light.woff') format('woff'),
url('../css/fonts/RolexFont-Light.ttf') format('truetype'),
url('../css/fonts/RolexFont-Light.svg#Font') format('svg');
font-weight:300;font-style:normal}
@font-face{font-family:"RolexFont";
src:url('../css/fonts/RolexFont-Regular.eot');
src:url('../css/fonts/RolexFont-Regular.eot?#iefix') format('embedded-opentype'),
url('../css/fonts/RolexFont-Regular.woff2') format('woff2'),
url('../css/fonts/RolexFont-Regular.woff') format('woff'),
url('../css/fonts/RolexFont-Regular.ttf') format('truetype'),
url('../css/fonts/RolexFont-Regular.svg#Font') format('svg');
font-weight:400;font-style:normal}
@font-face{font-family:"RolexFont";
src:url('../css/fonts/RolexFont-Bold.eot');
src:url('../css/fonts/RolexFont-Bold.eot?#iefix') format('embedded-opentype'),
url('../css/fonts/RolexFont-Bold.woff2') format('woff2'),
url('../css/fonts/RolexFont-Bold.woff') format('woff'),
url('../css/fonts/RolexFont-Bold.ttf') format('truetype'),
url('../css/fonts/RolexFont-Bold.svg#Font') format('svg');
font-weight:700;font-style:normal}

.fa, .fas {
    font-size: 14px;
    color: #127749;
    background-color: #fff;
    padding: 10px;
    border-radius: 25px;
	border: 1px solid #127749;
}
.fa:hover, .fas:hover {
    color: #fff;
    background-color: #127749;
	border: 1px solid #fff;
}

body {
	margin:  0;
	font-size: 12px;
	color: #212121;
	font-family: "Helvetica Neue","Arial Nova",Helvetica,Arial,sans-serif;
	font-family: Noto Sans, sans-serif, Microsoft Jhenghei;
	
}

a{
	text-decoration: none;
}
a:hover {
	/*color: #a5c631;*/
	text-decoration: none;
}

img {
	width: 100%;
}

.rolexfonts{
	font-family: "RolexFont","Helvetica",sans-serif;
	font-family: Noto Sans, sans-serif, Microsoft Jhenghei;
	
}
/*.rolexfonts.light{
	font-weight: 300;
}*/
.rolexfonts.bold{
	font-weight: 700;
}

.mobile {
		display: none;
	}
.desktop {
	display: block;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear {
	clear: both;
}
.gray {
color: #464543;
}
.white {
	color: #fff;
}
.orange {
	color: #ed6d00;
}
.green {
	color: #127749 !important;
}
.line {
	border: 1px solid #c1c1c1;
}
.center {
	text-align: center !important;
}

.main {
	max-width: 1680px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.header {
	float: left;
	max-width: 1680px;
	width: 100%;
	/*position: relative;*/
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 80px;
    background-color: #fff;
	margin: 0 auto;

	border-bottom: 1px solid #c1c1c1;

}
.header-wrapper {
	position: relative;
    height: 80px;	
}

.ut_nav {
	width: 60px;
    height: 60px;
    background-color: aquamarine;
    position: absolute;
    top: 0;
    right: 0;
}
.navigation-is-open .navi-icon {
	width: 0px;
    height: 0px;
}
.navigation-is-open .navi-icon::before {
	transform: rotate(45deg);
	top: 7px !important;
    width: 23px !important;
}
.navigation-is-open .navi-icon::after {
	transform: rotate(-45deg);
    top: 7px !important;
}
.navi-trigger {
  	position: absolute;
  	z-index: 8;
    width: 55px;
    height: 55px;
    right: 0;
    top: 0;
}
.navi-icon {
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
	width: 24px;
    height: 2px;
	margin: 0px 15px;
    background-color: #DAB15F;
}
.navi-trigger .navi-icon::before {
  	/* upper and lower lines of the menu icon */
  	content: '';
  	position: absolute;
    top: 6px;
    right: 0;
    width: 24px;
    height: 2px;
    background-color: #DAB15F;
}
.navi-trigger .navi-icon:after {
	content: '';
  	position: absolute;
    top: 12px;
    right: 0;
    width: 24px;
    height: 2px;
    background-color: #DAB15F;
}
.no-touch .navigation-is-open .navi-trigger:hover .navi-icon::after, .no-touch .navigation-is-open .navi-trigger:hover .navi-icon::before {
  	top: 0;
}
.navi {
  	position: fixed;
  	z-index: 9;
  	top: 0;
  	left: 0;
  	height: 100%;
  	width: 45%;
	min-width: 270px;
  	background-color: #fff;
  	visibility: hidden;
  	-webkit-transition: visibility 0s 0.7s;
  	-moz-transition: visibility 0s 0.7s;
  	transition: visibility 0s 0.7s;
}
.navi .navigation-wrapper {
  	/* all navigation content */
  	height: 100%;
  	overflow-y: auto;
  	-webkit-overflow-scrolling: touch;
  	padding: 40px 5% 40px calc(5%);
  	/* Force Hardware Acceleration in WebKit */
  	-webkit-transform: translateZ(0);
  	-moz-transform: translateZ(0);
  	-ms-transform: translateZ(0);
  	-o-transform: translateZ(0);
  	transform: translateZ(0);
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	transform: translateY(-50%);
  	-webkit-transition: -webkit-transform 0.7s;
  	-moz-transition: -moz-transform 0.7s;
  	transition: transform 0.7s;
  	-webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  	-moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  	transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
.navi .half-block {
  text-align: center;
}
.navigation-is-open .navi {
  	visibility: visible;
  	-webkit-transition: visibility 0s 0s;
  	-moz-transition: visibility 0s 0s;
  	transition: visibility 0s 0s;
}
.navigation-is-open .navi .navigation-wrapper {
  	-webkit-transform: translateY(0);
  	-moz-transform: translateY(0);
  	-ms-transform: translateY(0);
  	-o-transform: translateY(0);
  	transform: translateY(0);
  	-webkit-transition: -webkit-transform 0.5s;
  	-moz-transition: -moz-transform 0.5s;
  	transition: transform 0.5s;
  	-webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  	-moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  	transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}
.navi .primary-navi {
  	margin-top: 0px;
	list-style-type: none;
	padding: 0;
}
.navi .primary-navi > li {
  	text-align: left;
    padding: 15px 20px;
    border-bottom: 1px solid #DAB15F;
}
.navi .primary-navi a {
  	font-family: 'Raleway', sans-serif;
  	font-size: 16px;
  	color: #333;
  	display: inline-block;
}
.navi .primary-navi a.selected {
  	color: #ffffff;
}
.no-touch .navi .primary-navi a:hover {
  	color: #ffffff;
}
.no-js div.nav_main {
  	overflow: visible;
}
.no-js .navi {
  	visibility: visible;
}
.no-js .navi .navigation-wrapper {
  	height: auto;
  	overflow: visible;
  	padding: 200px 5%;
  	-webkit-transform: translateY(0);
  	-moz-transform: translateY(0);
  	-ms-transform: translateY(0);
  	-o-transform: translateY(0);
  	transform: translateY(0);
}
.language {
	position: absolute;
    z-index: 8;
    left: 15px;
    top: 0;
}
.language ul {
	list-style-type: none;
	 padding: 5px 0;
}
.language li {
	display: inline-block;
	cursor: pointer;
}
.language li+li {
	border-left: 2px solid #333;
	padding-left: 7px;
}
.language a {
    color: #333 !important;
    font-size: 15px;	
	padding-right: 4px;
}
.ut_logo {
	width: 100%;
    /* border-bottom: 1px solid #c1c1c1; */
    padding: 8px 0;
	z-index: 7;
    position: relative;
}
.ut_logo img {
	height: 60px;
    width: auto;
}
.header_logo {
	float: left;
	padding:  20px 40px; 
	width: 120px;
	height: 60px;
}
.header_nav {
	float: right;
	padding: 30px 40px 30px 0;
	text-align: right;
}
.nav_link {
	float: right;
	margin-right: 30px;
	color: #818181;
	padding: 11.5px 0;
}
.nav_link a {
	color: #818181;
}
.nav_link a:hover {
	color: #212121;
}
.nav_bnt {
	float: right;
    background-color: #212121;
    line-height: 38px;
    padding: 0 30px;
    border-radius: 23px;
    text-align: center;
    border: 1px solid #127749;
    background: #fff;
    color: #127749;
    display: inline-block;
    font-size: 13px;
}
.nav_bnt:hover {
	color: #fff;
    background-color: #127749;
}

.fund_content {
	width: 100%;
}
.content_banner {
	width: 100%;
	max-width: 1680px;
	height: 260px;
}
.content_banner img {
	height: 233px;
	object-fit: cover;
}
.content_text {
	width: 60%;
	max-width: 550px;
	margin: 60px auto;
}
.content_text2 {
	width: 80%;
	max-width: 1160px;
	margin: 60px auto;
}
.content_text3 {
	width: 80%;
	max-width: 960px;
	margin: 60px auto;
}
.text_s_title {
	font-size: 150%;
	color: #212121;
	margin-bottom: 12px;
}
.text_title {
	font-size: 300%;
	margin-bottom: 20px;
}
.text_sep {
	width: 50px;
	height: 2px;
	background-color: #212121;
	margin: 0 auto 30px;
}
.text_content, .medium_text{
	font-size: 14px;
	line-height: 1.8;
	word-break: normal;
	text-align: justify;
}

.content_watch_body, .fs_body {
	width: auto;
	margin: 0 auto;
	display: flow-root;
}
.fs_body {
	padding-top: 100px;
}

.fs_desktop_img {
	display: block;
}
.fs_mobile_img {
	display: none;
}

.watch_body {
	width: 320px;
	padding: 0 10px 10px;
	float: left;
}
.watch_img {
	/* height: 400px; */
	height: 370px;
	background-size: cover;
	background-position: center;
}
.watch_title {
	text-transform: uppercase;
	padding-bottom: 20px;
	padding-top: 0px;
	color: #212121;
	font-weight: bold;
	letter-spacing: 2px;
}

.watch_title div {
	text-transform: capitalize;
    padding-bottom: 3px;
    letter-spacing: initial;
}

.content_video_body {
	width: 100%;
	height: 480px;
	padding: 100px 0;
}
.content_video {
	width: 50%;
	height: auto;
	max-height: 480px;
	float: left;
}

.content_medium {
	width: 50%;
	height: 480px;
	float: left;
	position: relative;
	background-color: #212121;
    color: #fefefe;
}
.medium_body {
	width: 470px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	text-align: left;
}
.medium_title {
	font-size: 250%;
	padding-bottom: 30px;
}

.content_experience {
	width: 80%;
	max-width: 600px;
	margin: 80px auto 120px;
}
.experience_title {
	font-size: 250%;
	padding-bottom: 12px;
	letter-spacing: 2px;
}
.experience_sep {
	width: 50px;
	height: 2px;
	background-color: #212121;
	margin: 0 auto 20px;
}
.experience_img {
	width: 100%;
	max-width: 600px;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding-bottom: 60px;
}
.experience_left{	    
    width: 50%;
	position: relative;
	z-index: 100;
}
.experience_right_top{
	width: 55%;
    position: absolute;
    top: 0;
    right: 0;
	z-index: 99;
}
.experience_right_bottom{
	width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
	z-index: 98;
}
.experience_text {
	padding: 0 0 30px;
	font-size: 120%;
	line-height: 1.8;
	width: 90%;
    text-align: center;
    margin: 0 auto;
}
.experience_btn {
    width: 120px;
    padding: 12px 0;
    margin: 0 auto;
    text-transform: capitalize;
    border-radius: 23px;
    background: #127749;
    color: #fff; 
	border: 1px solid #127749;
}
.experience_btn:hover {
	color: #818181;
	background: Transparent;
}

.content_exploring {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto 60px;
}
.exploring_title {
	text-align: left;
    /*text-transform: capitalize;*/
    padding-bottom: 20px;
    color: #212121;
    font-weight: bold;
    font-size: 150%;
    padding: 0 20px 20px;
}
.exploring_sep {
	width: 50px;
	height: 2px;
	background-color: #212121;
	margin: 0 auto 30px;
}
.slick_body {
	max-width: 1200px;
	margin: 0 auto;
}
.slick {
	margin: 0 auto;
	padding: 0 10px;
	background-color: #fff;
}
.slick-slide {
	text-align: left;
	margin: 10px;
}
.slick-list {
	margin: -10px;
}
.slick img {
    padding-bottom: 10px;
}
.slick span {
	text-transform: uppercase;
    color: #212121;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 120%;
}
.slick-dots {
	padding-top: 30px !important;
	left: 0;
    right: 0;
}
.slick-dots li {
	bottom: -50px !important;
	width: 50px !important;
	margin: 0 2px !important;
}
.slick-dots li button:before {
	margin-top: 0px !important;
    color: transparent !important;
	width: 50px !important;
    height: 4px !important;
	background-color: #e6e6e6;
	opacity: 1 !important;
}
.slick-dots li.slick-active button:before {
	background-color: #127849;
	opacity: 1 !important;
}
.content_rooms {
	margin: 0 auto;
	max-width: 1160px;
	padding-bottom: 100px;
    display: flow-root;
}
.content_rooms img {
    object-fit: cover;
    height: 580px;
}
.rooms_img_1 {
	background-image: url("../img/showroom1.jpg");
	width: 100%;
    height: 580px;
	background-size: cover;
	background-position: center;
}
.rooms_img_2 {
	background-image: url("../img/showroom2.jpg");
	width: 100%;
    height: 580px;
	background-size: cover;
	background-position: center;
}
.rooms_img_3 {
	background-image: url("../img/showroom3.jpg");
	width: 100%;
    height: 580px;
	background-size: cover;
	background-position: center;
}
.rooms_img_4 {
	background-image: url("../img/ut_showroom4.png");
	width: 100%;
    height: 580px;
	background-size: cover;
	background-position: center;
}
.rooms_left {
	width: 50%;
	max-width: 580px;
	height: 580px;
	float: left;
	position: relative;
	color: #212121;
}
.rooms_right {
	width: 50%;
	max-width: 580px;
	height: 580px;
	float: left;
	position: relative;
	color: #212121;
}
.rooms_body {
	width: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: left;
	max-height: 440px;
}

.rooms_title, .team_title {
	font-size: 260%;
	text-transform: uppercase;
}
.rooms_line {
	margin: 10px 0 20px;
    width: 50px;
    height: 2px;
    background-color: #212121;
}
.rooms_address {
	padding-bottom: 30px;
    font-size: 120%;
    line-height: 1.8;
    color: #212121;
}
.rooms_address p, .content_team p {
	margin: 0;
	text-align: justify;
}
.rooms_contact {
	display: flow-root;
}
.rooms_contact a {
	color: #212121;
}
.rooms_contact_tel, .rooms_contact_direction, .rooms_contact_details {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
.rooms_contact_details {
	padding-bottom: 0px;
}
.rooms_contact_tel_icon, .rooms_contact_direction_icon, .rooms_contact_details_icon {
	width: 36px;
    height: 36px;
    float: left;
    margin-right: 20px;
}
.rooms_contact_tel_icon img, .rooms_contact_direction_icon img, .rooms_contact_details_icon img {
    height: 36px;
}
.rooms_contact p {
	float: left;
}
.content_quote {
	position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 60px;
	background-position: center;
    background-image: url(../img/homepage_quote_banner_img_1680x400.jpg);
}
.quote_body {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	width: 90%;
	max-width: 1200px;
	font-size: 250%;
	color: #fff;
}
.content_team {
	margin: 0 auto;
	max-width: 960px;
	padding-bottom: 30px;
    display: flow-root;
	width: 90%;
}
.content_team img {
    object-fit: cover;
    height: 480px;
}
.team_col {
	display: flow-root;
	position: relative;
}
.team_left, .team_right {
	width: 50%;
    max-width: 480px;
    height: 480px;
    float: left;
    position: relative;
    color: #212121;
	margin-bottom: 50px;
}
.team_body {
	width: 80%;
	max-width: 440px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: left;
	max-height: 440px;
}
.team_content {
	/*padding: 30px 0;*/
    font-size: 120%;
    line-height: 1.8;
    color: #212121;
}
.team_name {
	font-size: 120%;
    line-height: 1.8;
    color: #c1c1c1;
}
.team_img_1 {
	background-image: url("../img/theTeam1.jpg");
	width: 100%;
    height: 480px;
	background-size: cover;
	background-position: center;
}
.team_img_2 {
	background-image: url("../img/theTeam2.jpg");
	width: 100%;
    height: 480px;
	background-size: cover;
	background-position: center;
}
.team_img_3 {
	background-image: url("../img/homepage_grid_location_img_3_580x580.jpg");
	width: 100%;
    height: 480px;
}

.footer {
	padding-top: 120px;
}
.footer a+a {
	padding-left: 30px;
}
.footer_logo {
	width: 103px;
	height: 57px;
	margin:  0 auto 20px;
}
.footer_nav {
	text-align: center;
	width: 100%;
	margin: 0 auto 30px;
	padding: 20px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.footer_nav a {
	color: #818181;
}
.footer_nav a:hover {
	color: #212121;
}

.two_column_body {
	width: 100%;
	height: 480px;
	padding-bottom: 120px;
}

.two_column_body_left {
	width: 50%;
    height: 480px;
    float: left;
    position: relative;
    color: #fff;
	text-align: left;
	background: #212121;
}
.two_column_body_left .text_s_title {
    color: #fff;
}

.two_column_body_right img {
	height: 480px;
	object-fit: cover;
}
.two_column_body_right {
	width: 50%;
	height: 480px;
	float: right;
	position: relative;
	background-color: #212121;
    color: #fefefe;
}


#totop {
	width: 45px;
	height: 45px;
	margin: 0 auto 40px;
	background-color: #127749;
	color: #fff;
	display: block;
	border-radius: 25px;
	border: 1px solid #127749;
	position: relative;
}
#totop:hover {
	background-color: #fff;
	color: #127749;
}
#totop span {
	font-size: 22px;
	display: none;
}
#totop:hover:before{
	border-color: #127749;
}
#totop:before {
	border-style: solid;
	border-color: #fff;
	border-width: 1px 1px 0 0;
	content: "";
	height: 12px;
	width: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -7px;
	margin-top: -5px;
	-moz-transition: border-color .3s ease-out;
	-o-transition: border-color .3s ease-out;
	-webkit-transition: border-color .3s ease-out;
	transition: border-color .3s ease-out;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
	

::selection {
background: #ed6d00;
color: #fff;
text-shadow: none;
}
*::-moz-selection {
color: #fff;
background: #ed6d00 none repeat scroll 0% 0%;
}

.mabile_header_nav, .nav_picto, .mobile_footer_logo, .mabile_header_logo {
	display: none;
}

/* index */	


/* menu */	
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: none;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Montserrat, sans-serif;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 14px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #818181;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #212121;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #212121;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}


.fs_title {
	text-align: left;
    /*text-transform: capitalize;*/
    padding-bottom: 20px;
    color: #212121;
    font-weight: bold;
    font-size: 150%;
}

.fs_sub_title {
	text-align: left;
    text-transform: uppercase;
    padding: 2px 0 20px;
    color: #212121;
    font-weight: bold;
    letter-spacing: 2px;
	font-size: 120%;
}

.fs_left {
	float: left;
	width: 49%;
	margin-right: 1%
}
.fs_right {
	float: left;
	width: 49%;
	margin-left: 1%
}

.slick_body .slick_arrow {
    position: relative;
    float: left;
    top: -260px;
    width: 100%;
    padding: 0;
}
.slick_body .prev {
	display: block;
	height: 20px;
	width: 8px;
	background: url('./slick/noun_Arrow_left.png') no-repeat;
	background-size: 100% 100%;
	margin: 0;
    float: left;
}

.slick_body .next {
	display: block;
	height: 20px;
	width: 8px;
	background: url('./slick/noun_Arrow_right.png') no-repeat;
	background-size: 100% 100%;
	margin: 0;
	float: right;
}


@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu,
  #cssmenu ul,
  #cssmenu ul li,
  #cssmenu ul li a,
  #cssmenu #menu-button {
	display: block;
  }
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
	border-bottom: 1px solid #818181;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #818181;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
	text-align: center;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #212121;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 33px 46px;
    color: #818181;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 38px;
    right: 20px;
    display: block;
    height: 2px;
    width: 12px;
    background: #c1c1c1;
    content: '';
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 38px;
    right: 28px;
    display: block;
    height: 2px;
    width: 12px;
    background: #c1c1c1;
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:after {
    position: absolute;
    top: 38px;
    right: 20px;
    display: block;
    height: 2px;
    width: 12px;
    background: #c1c1c1;
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 38px;
    background: #c1c1c1;
    width: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}


/* Privacy Page */
.privacy-container {
}
.privacy-container .team_title {	
	font-size: 200%;
}
.privacy-container .team_content {	
	text-align: justify;
}
.privacy-container .team_content a{
    color: #A37E2C;
}
.slick-prev {
	left: -1px !important;
}


/* Mobile  336 */
@media (max-width:336px){
	.watch_body {
		width: 50% !important;
	}
	.watch_img {
		/* height: 200px !important; */
		height: 230px !important;
	}
	.team_right {
		height: 500px;
	}
}/* END Desktop  336 */

/* Mobile  490 */
@media (max-width:490px){
	.team_right {
		height: 460px !important;
	}
	.fs_desktop_img {
		display: none;
	}
	.fs_mobile_img {
		display: block;
	}

	.slick-dots li {
		margin: 0 2px !important;
	}
	
}/* END Mobile  490 */

/* Mobile  696 */
@media (max-width:696px){
	
	.content_banner {
		height: 180px;
		overflow: hidden;
	}
	.content_banner img {
		height: 180px;
	}
	
	.content_watch_body, .fs_body {
		/* margin: 0 15px 60px; */
		margin: 0 5% 60px;
	}
	.watch_body {
		width: 50%;
		padding: 0px;
	}
	.watch_img {
		/* height: 320px; */
		height: 340px;
	}
	.watch_title {
		font-size: 60%;
		padding-bottom: 20px;
		padding-top: 4px;
		padding-left: 5%;
		padding-right: 5%;
		min-height: 40px
	}
	.team_right {
		width: 100%;
		max-width: unset;
		/* margin-bottom: 0px; */
	}
	
	.rooms_address p, .content_team p{
		text-align:	center;
	}
	
	.content_experience {
		width: 94% !important;
	}
	
	.slick-slide {
		margin: 5px;
	}
	
	.two_column_body {
		height: unset;
		float: left;
	}
	
	.two_column_body_left {
		width: 100%;
		height: unset;
	}
	.two_column_body_right {
		width: 100%;
	}

}/* END Mobile  696 */

/* Desktop  697 */
@media (min-width:697px){
	.content_watch_body, .fs_body {
    	max-width: 680px;
	}
	
}/* END Desktop  697 */


/* Desktop  768 */
@media (min-width:768px){
	.content_watch_body, .fs_body {
		width: 90%;
    	max-width: 1000px;
	}
	.watch_body {
		padding: 0px;
		width: 33.33%;
	}
	
}/* END Desktop  768 */


/* Mobile  1024 */
@media (max-width:1024px) {
	
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	
	#cssmenu {
		display: block;
		min-height: 78px;
	}

	.header_nav , .footer_logo, .header_logo {
		display: none;
	}
	.mabile_header_nav {
		display: block;
		text-align: right;
		/*position: absolute;
		top: 50%;
		right: 0;
    	transform: translate(0%, -50%);*/
	}
	.mabile_header_logo {
		position: absolute;
    	top: 0;
		z-index: 7;
		display: block;
		float: left;
		padding: 10px 20px 8px;
		width: 120px;
		height: 60px;
	}
	.nav_link {
		margin-right: 0px;
	}
	.nav_picto {
		display: block;
		float: right;
		padding: 8px 20px 0px 8px;
		color: #C1C1C1;
		font-size: 130%;
	}
	
	
	.content_text {
		width: 90%;
		margin: 40px auto;
	}
	.text_s_title {
		font-size: 130%;
		margin-bottom: 8px;
	}
	.text_title {
		font-size: 260%;
		margin-bottom: 16px;
	}
	.text_sep {
		width: 40px;
		height: 2px;
		margin: 0 auto 16px;
	}
	.text_content, .medium_text {
		font-size: 100%;
		line-height: 1.8;
	}
	
	
	.content_video_body {
		height: auto;
		margin: 40px 0;
		padding: 0;
		background-color: #212121;
	}
	.content_video {
		width: 100%;
		max-height: unset;
		float: none;
	}
	.content_medium {
		width: 100%;
		height: auto;
		float: none;
		position: static;
	}
	.medium_body {
		width: 80%;
		position: static;
		top: unset;
		left: unset;
		margin-right: auto;
		margin: 0px auto;
		padding: 40px 0;
		transform: unset;
	}
	
	.content_experience {
		width: 100%;
		margin: 0 auto 80px;
	}
	.experience_title {
		font-size: 260%;
		padding-bottom: 16px;
	}
	.experience_sep {
		margin: 0 auto 16px;
	}
	.experience_btn {
		width: 150px;
		padding: 15px 0;
	}
	
	.content_exploring {
		margin: 0 auto 85px;
	}
	.exploring_title {
		font-size: 26px;
		padding-bottom: 16px;
	}
	.exploring_sep {
		margin: 0 auto 20px;
	}
	.slick {
		padding: 0px 12px;
	}
	.rooms_left {
		width: 100%;
    	max-width: unset;
		height: auto;
	}
	.rooms_img_1 {
		background-image: url("../img/showroom1.jpg");
		height: 400px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.rooms_img_2 {
		background-image: url("../img/showroom2.jpg");
		height: 400px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.rooms_img_3 {
		background-image: url("../img/showroom3.jpg");
		height: 400px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.rooms_img_4 {
		background-image: url("../img/ut_showroom4.png");
		height: 400px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.rooms_right {
		width: 100%;
		max-width: unset;
		height: 342px;
	}
	.rooms_body {
		width: 90%;
		max-height: unset;
		text-align: center;
		top: unset;
		transform: translate(-50%, 0%);
	}
	.rooms_title {
		padding: 30px 0 16px;
	}
	.rooms_line {
		margin: 16px auto;
	}
	.rooms_contact {
		padding-bottom: 60px;
		margin: 0 auto;
    	width: 148px;
	}
	.rooms_address p, .content_team p{
		text-align:center;
	}
	.rooms_contact_tel, .rooms_contact_direction, .rooms_contact_details {
		width: 36px;
		padding-right: 20px;
		padding-bottom: 0px;
	}
	.rooms_contact_details {
		padding-right: 0px;
	}
	.rooms_contact_tel p, .rooms_contact_direction p, .rooms_contact_details p {
		display: none;
	}
	.content_rooms {
		padding-bottom: 0px;
	}
	.content_quote {
		height: 260px;
	}
	.quote_body {
		font-size: 260%;
	}
	.content_team {
		padding-bottom: 0px;
	}
	.team_left {
		width: 100%;
    	max-width: unset;
		height: auto;
	}
	.team_img_1 {
		background-image: url("../img/theTeam1.jpg");
		height: 380px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.team_img_2 {
		background-image: url("../img/theTeam2.jpg");
		height: 380px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.team_img_3 {
		background-image: url("../img/mobile/homepage_grid_location_img_3_640x560.jpg");
		height: 380px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.team_right {
		width: 100%;
		max-width: unset;
		height: 360px;
	}
	.team_body {
		width: 90%;
		max-height: unset;
		top: unset;
		transform: translate(-50%, 0%);
	}
	.team_title {
		padding: 30px 0 20px;
	}
	.team_content {
		padding: 0;
	}
	.team_name {
		padding-top: 20px;
	}
	
	.footer {
		padding-top: 0px;
	}
	.footer_nav {
		margin: 0;
   	 	padding: 0 0 30px;
		border-top: 0px;
		border-bottom: 0px;
		float: left;
	}
	.footer_nav a {
		width: 100%;
		float: left;
		padding: 12.5px 0;
		border-bottom: 1px solid #c1c1c1;
	}
	.footer a+a {
		padding-left: 0px;
	}
	.mobile_footer_logo {
		display: block;
		width: 50px;
		height: 28px;
		margin: 0 auto 20px;
	}
	#totop {
		width: 34px;
		height: 34px;
		margin: 0 auto 20px;
		position:relative;
	}
	#totop span {
		font-size: 17px;
		padding-left: 1px;
		display:none;
	}
	
	.slick_body .slick_arrow, .slick-prev, .slick-next {
		display: none !important;
	}
	
}/* END Mobile  1024 */

/* Desktop  1200 */
@media (min-width:1200px){

	.content_watch_body, .fs_body {
		max-width: 1020px;
	}
	
}/* END Desktop  1200 */

/* hide class 2021-04-07*/
.hide {
	display: none !important;
}
/* hide class end*/


@media (min-width: 1200px) {
	.header-wrapper {
		height: 100px;	
	}
	.header.nav-2021 {
		height: 100px !important;
		border-bottom: 1px solid #c1c1c1;
	}
	.header.nav-2021 div.ut_logo {
		text-align: left;
		/* padding-left: 10px; */
		padding-left: 16px;
		padding-top: 18px;
	}
	.header.nav-2021 div.language {
		/* left: 100px;
    	top: 36px; */
		left: 110px;
    	top: 46px;
		display: none;
	}
	.header.nav-2021 div.nav-menu a {
		margin-left: 20px;
		color: #b59c65;
		text-transform: uppercase;
    	pointer-events: auto;

	}
	.header.nav-2021 div.nav-menu {
		position: absolute;
		/* top: 32px; */
		top: 44px;
		text-align: center;
		width: 100%;
		letter-spacing: 0.025em;
		z-index: 9999;
    	pointer-events: none;
		display: block !important;
	}

	.header.nav-2021 div.nav-menu div.lang-dropdown {
		margin-left: 10px;
		display: inline-block;
	}

	.header.nav-2021 div.nav-menu div.lang-dropdown i{
		pointer-events: auto;
		color: #b59c65;
		border: none !important;
		background: none !important;
	}

	.header.nav-2021 div.nav-menu div.lang-content {
		display: none;
		position: absolute;
		background-color: #f1f1f1;
		min-width: 100px;
		box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
		z-index: 1;
	}

	.header.nav-2021 div.nav-menu div.lang-content a {
		padding: 12px 16px;
		margin-left: 0px !important;
		text-decoration: none;
		display: block;
	}

	.lang-content a:hover {background-color: #ddd;}

	.lang-dropdown:hover .lang-content {display: block !important;}

	.header.nav-2021 a.navi-trigger {
		display: none;
	}
	.header.nav-2021 .rolex-clock {
		position: absolute;
		/* top: 4px; */
		top: 14px;
		right: 10px;
		display: block !important;
		z-index: 9999;
	}

}

/* 2021-05-11 ： let the watches image size of index page is same of rolex section */
@media (max-width: 414px){
	.watch_img {
		/* height: 320px; */
		height: 270px !important;
	}
}

@media (max-width: 375px){
	.watch_img {
		/* height: 320px; */
		height: 240px !important;
	}

}
