@font-face {
    font-family: 'UTM Yen Tu';
    src: url('https://www.emsvnco.com/font/UTM Yen Tu.ttf') format('truetype');
}

@font-face {
    font-family: 'UTM Impact';
    src: url('https://www.emsvnco.com/font/UTM Impact.ttf') format('truetype');
}

* {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

*:focus {
    outline: none;
}

textarea{
    vertical-align:top;
}

.text_long_url {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opaprovince: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}


::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);

}

::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.5);
}


body {
    font-family: Roboto, arial, verdana, tahoma, sans-serif, helvetica;
    font-size: 16px;
    color: #686868;
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    touch-action: auto;

    /*max-width:1020px;
    margin:auto;
    background-color:#ccc;
*/
}

.inner_body {
    max-width: 1280px;
    width: 100%;
    overflow-y: hidden;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position:relative;
}

.text_arial{
	font-family: arial, verdana, tahoma, sans-serif, helvetica;
	font-size: 15px;
	color: #666666;
}

input::-webkit-input-placeholder {
    color: #ccc !important;
}
					
input:-moz-placeholder { /* Firefox 18- */
    color: #ccc !important;  
}
					
input::-moz-placeholder {  /* Firefox 19+ */
    color: #ccc !important;  
}
					
input:-ms-input-placeholder {  
color: #ccc !important;  
}


.body_container{
    margin:10px;overflow-y:hidden;
}

.text_deleted{
    color:red;
    text-decoration:line-through;
}

.text_22{
    font-size:22px;
}

.text_24{
    font-size:24px;
}

.text_26 {
    font-size: 26px;
}

.text_28 {
    font-size: 28px;
}

.text_30{
    font-size:30px;
}

.text_32{
    font-size: 32px;
}

.text_34 {
    font-size: 34px;
}

.text_36 {
    font-size: 36px;
}

.text_38 {
    font-size: 38px;
}

.text_40 {
    font-size: 40px;
}

.text_20 {
    font-size: 20px;
}

.text_18{
    font-size:18px;
}

.text_16{
    font-size:16px;
}

.text_12{
    font-size:12px;
}

.text_14{
    font-size:14px;
}
.text_black{
    color:#000;
}

.text_bold{
    font-weight:bold;
}

.text_body {
    color: #666666;
}
.text_org {
    color: #fdb714;
}
.text_green{
    color:#20c063;
}
.text_blue {
    color: #00a6e4;
}

.text_link {
    color: #1d9be0;
    cursor: pointer;
    display: inline-block;
}

.text_red
{
    color:#ff0000;
}

.text_red2 {
    color: #ff6838;
}

.text_gray{
    color:#cdd1d4;
}

.text_dark_gray{
    color:darkgray;
}

.text_dark_slate_gray{
    color:darkslategray;
}

.text_white{
    color:white;
}

.text_light_green{
    color:#39CCCC;
}

.text_wave{
    color:#66a5ad;
}

.text_yellow {
    /*    color:#ffd800;
*/

    color: #f3cb59;
}


.text_pear_green {
    color: #739f3d
}

.text_deep_sky_blue {
    color: deepskyblue;
}

.text_canceled {
    color: #ccc;
    text-decoration: line-through;
}

.border_red {
    border: 1px solid red;
}

.text_breadcrumbs {
    color: #1d9be0;
    text-transform:uppercase;
    font-size:11px;
    font-weight:bold;
}

.border_vip_red2 {
    border: 1px solid #ff6838;
}

.border_vip_org {
    border: 2px solid orange;
}

.border_vip_green {
    border: 2px solid #20c063;
}

.border_vip_blue {
    border: 2px solid #1d9be0;
}

.border_dark_blue {
    border: solid 1px #0063BB;
}

.border_bottom_org {
    border-bottom: 1px solid orange;
}

.border_bottom_blue{
    border-bottom: 1px solid #1d9be0;
}

.border_bottom_green{
    border-bottom: 1px solid #20c063;
}

.border_bottom_light_green{
    border-bottom: 1px solid #39CCCC;
}

.bg_white{
    background-color:#ffffff;
}

.bg_gray {
    background-color:#f5f6f7;
}

.bg_dark_slate_gray {
    background-color: darkslategray;
    color: white;
}

.bg_dark_slate_gray a {
    color: white;
}

.bg_dark_slate_gray div {
    color: white;
}

.bg_ocean {
    background-color:#7d4427;
    color:white;
}

.bg_ocean a{
    background-color:#7d4427;
    color:white;
}

.bg_smoke{
    background-color:#F7F9F9;
}


.bg_green {
    background-color: #20c063;
    color: white;
}

.bg_green a{
    color:white;
}

.bg_light_green{
    background-color:#39CCCC;
    color:white;
}

.bg_light_blue {
    background-color: #2cafea;
}

.bg_deep_sky_blue {
    background-color: deepskyblue;
}

    .deepskyblue a {
        color: white;
    }

.bg_deep_sky_blue a {
    color: white;
}

.bg_deep_sky_blue div {
    color: white;
}

.bg_wave{
    background-color:#66a5ad;
    color:white;
}

.bg_wave a{
    background-color:#66a5ad;
    color:white;
}

.bg_yellow{
    background-color:#ffd800;
}

.bg_pear_green{
    color:white;
    background-color:#739f3d;
}

.bg_pear_green a{
    color:white;
}

.border_gray{
    border: solid 1px #ccc;
}

.border_smoke {
    border: solid 1px #e7e7e7;
}


.border_green{
    border-style:solid;
    border-width:1px;
    border-color:#20c063;
}

.bg_note{
    background-color:lemonchiffon;
    text-align:justify;
}

.note_container {
    background-color: lemonchiffon;
    text-align: justify;
    border:dashed 1px gray;
}
.bg_autumn{
    background-color:#763626;
    color:white;
}

.bg_autumn a{
    color:white;
}

.bg_granit{
    background-color:#b7b8b6;
    color:white;
}

.bg_granit a{
    color:white;
}

.bg_black{
    background-color:#000000;
    color:white;
}

/*.bg_black a{
    color:white;
}*/
.bg_dark_blue {
    background-color: #0063BB;
    color: white;
}

.bg_dark_blue a{
    color: white;
}


.text_dark_blue {
    color: #0063BB;
}

.bg_blue{
    background-color:#1d9be0;
    color:white;
}

.bg_blue a{
    color:white;
}

.bg_active{
    background-color:#D5F5E3;
}

.bg_active a{
    background-color:#D5F5E3;
}

.bg_poppy{
    background-color:#ff420e;
    color:white;
}

.bg_poppy a{
    color:white;
}

.border_org {
    border: 1px solid orange;
}

.bg_org {
    background-color: #fdb714;
    color: white;
}

.bg_org a{
    color:white;
}

.bg_red{
    background-color:#ff0000;
    color:white;
}

.bg_red a{
    color:white;
}

.bg_red2 {
    background-color: #ff6838;
    color:white;
}

.bg_violet{
    background-color:violet;
    color:white;
}

.bg_violet a{
    background-color:violet;
    color:white;
}

.bg_light_violet{
    background-color:#D7BDE2;
    color:white;
}

.tooltip_templates{
    display:none;
}

.expired_post{
    /*text-decoration:line-through;*/

}

.expired_post a{
     
}

.overlay_container{
    position:relative;
    z-index:0;
}

.expired_div {
    padding: 10px;
    margin-bottom: 20px;
    background-color: red;
    color: white;
    font-size: 20px;
    text-align: center;
}

.expired_overlay_element{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background: rgba(0,0,0,0.8);

    /*background-color:black;
    background-image:url('https://www.emsvnco.com/skin/defaultskin/images/bg/expired-stamp.png');
    background-repeat:repeat;*/
  
}

.pending_overlay_element {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    background-color:#f5f5f5;
    /*background: rgba(0,0,0,0.8);*/
    /*background-color:black;
    background-image:url('https://www.emsvnco.com/skin/defaultskin/images/bg/expired-stamp.png');
    background-repeat:repeat;*/
}

hr{
	height:1px;
	border-style:none;
	padding:0px;
	margin:0px;
}

.text_open_san {
    font-family: 'Open Sans';
}

/*.text_logo {
    font-family: Impact, sans-serif;
    font-weight: 400;
    color: #ff6838
}*/

.padding_10{
    padding:10px;
}

.padding_5{
    padding:5px;
}

.text_poppy{
    color:#ff420e;
}

h1
{

	font-size: 30px;
    color:darkslategray;
    padding:0px;
    margin:0px;
    overflow:hidden;
    display: inline; 
}

h2 {

    font-size: 25px;
    color: darkslategray;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    display: inline;
}

h3 {

    font-size: 20px;
    color: darkslategray;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    display: inline;
}

a {
    font-family: 'Roboto Condensed', arial, verdana, tahoma, sans-serif, helvetica;
    color: darkslategray;
    text-decoration: none;
}

    a:hover {
        font-weight:bold;
/*        text-shadow:0.2px 0.2px #000;*/
        text-decoration:underline;
    }
p{
    padding:0px;
    margin:0px;
}

ul {
	line-height: 1.5em;
	list-style-type:square;
	margin: .3em 0 .3em 1.8em;
	padding: 0;
}

ol {
	line-height: 1.5em;
	margin: .3em 0 0 3.2em;
	padding: 0;
}

li 
{
	padding:0px;
	margin:0px;
	vertical-align:middle;
}


.search_dropdown_container_hidden{
    display: none;
    position: absolute;
/*    left:118px;
*/    

    z-index: 1;

}


.search_dropdown_container_show {
    position: absolute;
    display: block;
    z-index: 1000;
}

.search_dropdown_inner_container {
    width: 100%;
    max-width:280px;
    padding: 20px;
    background-color: transparent;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 6px;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.search_dropdown_inner_bg {
    background-color: #00a6e4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.8;
}

.search_dropdown_container_hightligth {
    background-color: #f5f6f7;
}
.search_dropdown_item {
    padding:0px 10px;
    cursor:pointer;
}

hr
{
	color:#f5f5f5;
	background-color:#f5f5f5;
	height:1px;
	border-style:none;
	padding:0px;
	margin:0px;
}

.rounded_panel {
    border:#f5f6f7 solid 1px;
    border-radius: 4px;
    padding: 3px; 
    vertical-align:middle;
}

.rounded_button {
    border:#ccc solid 1px;
    border-radius: 4px;
    padding: 3px; 
    vertical-align:middle;
}

.rounded_button:hover{
    border-style:outset;
}

.rounded_button:active {
    border-style:solid;
}

.rounded_button_border_yellow {
    border:#ffd800 solid 1px;
    border-radius: 4px;
    padding: 3px;
    vertical-align:middle;
}

.rounded_button_border_yellow:hover{
    border-style:outset;
}

.rounded_button_border_yellow:active {
    border-style:solid;
}

.rounded_button_border_green {
    border:#20c063 solid 1px;
    border-radius: 4px;
    padding: 3px;
    vertical-align:middle;
}

.rounded_button_border_green:hover{
    border-style:outset;
}

.rounded_button_border_green:active {
    border-style:solid;
}

.rounded_button_border_org {
    border:orange solid 1px;
    border-radius: 4px;
    padding: 3px;
    vertical-align:middle;
}

.rounded_button_border_org:hover{
    border-style:outset;
}

.rounded_button_border_org:active {
    border-style:solid;
}

.rounded_button_border_red {
    border:red solid 1px;
    border-radius: 4px;
    padding: 3px;
    vertical-align:middle;
}

.rounded_button_border_red:hover{
    border-style:outset;
}

.rounded_button_border_red:active {
    border-style:solid;
}

.rounded_button_border_white {
    border-radius: 4px;
    padding: 3px;
    vertical-align:middle;
    color:white;
    border:#ffffff solid 1px;
}

.rounded_button_border_white a{
    color:white;
}

.rounded_button_border_white:hover{
    border-style:outset;
    border-color:#20c063;
    color:white;
}

.rounded_panel_note {
    border-radius: 4px;
    padding: 3px;
    vertical-align:middle;
    background-color:lemonchiffon;
    border:lemonchiffon solid 1px;
}

.rounded_button_green {
    border-radius: 4px;
    padding: 3px;
    vertical-align:middle;
    background-color:#20c063;
    color:white;
    border:#20c063 solid 1px;
}

.rounded_button_green a{
    color:white;
}

.rounded_button_green:hover{
    border-style:outset;
    background-color:red;
    border-color:red;
    color:white;
}

.rounded_button_green:active {
    border-style:solid;
}

.rounded_button_wave {
    border-radius: 4px !important;
    padding: 3px;
    vertical-align:middle;
    background-color:#66a5ad;
    color:white;
    border:#66a5ad solid 1px;
}

.rounded_button_wave a{
    color:white !important;
}

.rounded_button_wave:hover{
    border-style:outset;
    border-style:outset;
    background-color:red;
    border-color:red;
    color:white;
}

.rounded_button_wave:active {
    border-style:solid;
}


.rounded_button_blue_sky {
    border-radius: 4px !important;
    padding: 3px;
    vertical-align:middle;
    background-color:#4cb5f5;
    color:white;
    border:#4cb5f5 solid 1px;
}

.rounded_button_blue_sky a{
    color:white !important;
}

.rounded_button_blue_sky:hover{
    border-style:outset;
    border-style:outset;
    background-color:red;
    border-color:red;
    color:white;
}

.rounded_button_blue_sky:active {
    border-style:solid;
}

.rounded_button_light_green {
    border-radius: 4px !important;
    padding: 3px;
    vertical-align:middle;
    background-color:#76D7C4;
    color:white;
    border:#76D7C4 solid 1px;
}

.rounded_button_light_green a{
    color:white !important;
}

.rounded_button_light_green:hover{
    border-style:outset;
    border-style:outset;
    background-color:red;
    border-color:red;
    color:white;
}

.rounded_button_light_green:active {
    border-style:solid;
}
.rounded_button_violet {
    border-radius: 4px;
    padding: 3px;
    vertical-align:middle;
    background-color:violet;
    color:white;
    border:orange solid 1px;
}

.rounded_button_violet a{
    color:white;
}

.rounded_button_violet:hover{
    border-style:outset;
    border-style:outset;
    border-style:outset;
    background-color:red;
    border-color:red;
    color:white;
}

.rounded_button_violet:active {
    border-style:solid;
}

.rounded_button_org {
    border-radius: 4px;
    padding: 3px;
    vertical-align:middle;
    background-color:orange;
    color:white;
    border:orange solid 1px;
}

.rounded_button_org a{
    color:white;
}

.rounded_button_org:hover{
    border-style:outset;
    border-style:outset;
    border-style:outset;
    background-color:red;
    border-color:red;
    color:white;
}

.rounded_button_org:active {
    border-style:solid;
}

.rounded_button_blue {
    border-radius: 4px;
    padding: 3px;
    vertical-align: middle;
    background-color: #0063BB;
    color: white;
    border: #0063BB solid 1px;
}

.rounded_button_blue a{
    color:white;
}

/*.rounded_button_blue:hover{
    border-style:outset;
    border-style:outset;
    border-style:outset;
    background-color:red;
    border-color:red;
    color:white;
}*/

.rounded_button_blue:active {
    border-style:solid;
}

.rounded_button_red {
    border-radius: 4px;
    padding: 3px; 
    vertical-align:middle;
    background-color:#ff0000;
    color:white;
    border:#ff0000 solid 1px;
}

.rounded_button_red a, .rounded_button_red div{
    color:white;
}

.rounded_button_red:hover{
    border-style:outset;
    background-color:#20c063;
    border-color:#20c063;
    color:red;
}

.rounded_button_red:active {
    border-style:solid;
}

.rounded_button_black {
    border-radius: 4px;
    padding: 3px; 
    vertical-align:middle;
    background-color:#000000;
    color:white;
    border:#000000 solid 1px;
}

.rounded_button_black a{
    color:white;
}

.rounded_button_black:hover{
    border-style:outset;
}

.rounded_button_black:active {
    border-style:solid;
}

.rounded_button_gray {
    border-radius: 4px;
    padding: 3px;
    vertical-align:middle;
    background-color:#f5f6f7;
    border:#f5f6f7 solid 1px;
    color:#666666;
}

.rounded_button_gray a{
    color:#666666;
}

.rounded_button_gray:hover{
    border-style:outset;
    background-color:red;
    border-color:red;
    color:white;
}

.rounded_button_gray:active {
    border-style:solid;
}


.rounded_button_dark_gray {
    border-radius: 4px;
    padding: 5px;
    vertical-align:middle;
    background-color:#ededed;
    border:#ededed solid 1px;
    color:#666666;
}

.rounded_button_dark_gray a{
    color:#666666;
}

.rounded_button_dark_gray:hover{
    border-style:outset;
    border-style:outset;
    border-style:outset;
    background-color:red;
    border-color:red;
    color:white;
}

.rounded_button_dark_gray *:hover{
    color:white;
}

.rounded_button_dark_gray:active {
    border-style:solid;
}

.rounded_button_yellow {
    border-radius: 4px;
    padding: 3px;
    vertical-align:middle;
    background-color:#ffd800;
    color:white;
    border:#ffd800 solid 1px;
}

.rounded_button_yellow a{
    color:white;
}

.rounded_button_yellow:hover{
    border-style:outset;
    border-style:outset;
    border-style:outset;
    background-color:red;
    border-color:red;
    color:white;
}

.rounded_button_yellow:active {
    border-style:solid;
}

.menu_item {
    padding: 10px;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight:600;
}

.menu_item > a{
    padding: 10px;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 600;
}


.menu_item:hover {
    color: #00a6e4;
}

.menu_item:hover > a {
    color: #00a6e4;
}


.menu_item_selected {
    color: #00a6e4;
    /*    background-color: red;
    border-color: red;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;*/
}

.menu_item_selected > div {
    border-top: 6px solid #00a6e4;
}

.menu_item_active {
    color: #00a6e4;
    /*    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #0063BB;*/
}

.menu_item_active a {
    color: white !important;
}

.sub_menu_item {
    font-size: 16px;
    color: white;
}

#mainContainer{margin:20px;overflow-y:hidden;}
#popupContainer{margin:20px}

.member_txt{
    color: #3b4144;
    height: 38px;
    width:100%;
    outline: none;
    font-weight: 400;
    padding: .6em .7em .5em;
    border:1px solid #aaa;
    border-radius:3px;
}

.member_textarea{
    color: #3b4144;
    width:100%;
    outline: none;
    font-weight: 400;
    padding: .6em .7em .5em;
    border:1px solid #aaa;
    border-radius:3px;
}

#txtQuery, #txtMemberQuery {
    color: #3b4144;
    height: 38px;
    width: 100%;
    outline: none;
    font-weight: 400;
    padding: .6em .7em .5em;
    border: 1px solid #ccc;
    border-radius: 4px;
    /*border-left:none!important;*/
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#memberRegistrationTitleDiv{
    display:table-cell;
    vertical-align:baseline;
}

#memberForgotPasswordLinkDiv{
    display:table-cell;
    vertical-align:baseline;
    text-align:right;
}

.banner_970x90_container{
    width:970px;
    height:auto;
    display:inline-block;
    max-width:100%;
}


#headerMobileMenuLinkDiv{
    float:right;
}

#headerMobileMenuLink{
    border-radius: 3px !important;
    padding: 0px 4px 0px 4px;
    vertical-align:middle;
    background-color:red;
    color:white;
    border:1px solid red;
    display:inline-block;
    text-align:left;
    display:none;
}
#headerMobileMenuLink a{
    color:white !important;
}

#headerMobileMenuLink:hover{
    color:white;
    background-color:red;
    border-color:red;
}

.pager_item {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 3px;
    padding: 5px 10px 5px 10px;
    border: solid 1px #0063BB;
    border-radius: 3px;
    text-align: center;
}

.pager_item:hover {
    color: white;
    background-color: #0063BB;
}

.pager_active {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 3px;
    padding: 5px 10px 5px 10px;
    border: solid 1px #0063BB;
    border-radius: 3px;
    background-color: #0063BB;
    color: white;
    text-align: center;
}

.table_title_column{
    min-width:100px;
}

.main_iframe_default{
    width:100%;
    height:100%;
    border:none;
}

.rounded_bg{
    padding:5px;
    padding-left:10px;
    padding-right:10px;
    display:inline-block;
    border-radius:4px;
}

#accountManagementDiv{
    float:left;
}

.product_edit_image_container{
    padding:10px;margin:1px;float:left;
}

.product_edit_image{
    height:150px;
    border:none;
    border-width:0px;
    display:inline-block;
}

.product_detail_image{
    max-width:754px;
    width:100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display:block;
    margin-bottom:20px;
    margin-top:20px;
}

.product_edit_select_div{
    width:100%;
    max-width:400px;
}

.ui-autocomplete {
    max-height: 600px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:1000 !important;
}

#searchAutoCompleteDataDiv {
    display: none;
}

input[type=file], /* FF, IE7+, chrome (except button) */
input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
    cursor: pointer;
}

.center_all {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
}

.center_all_y {
    position: absolute;
    top: 0%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
}


.arrow_down {
    margin-left:3px;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    padding-bottom: 2px;
}

.semi_trans_container_div {
/*    width: 100%;
*/    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 30px;
    right:30px;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    padding: 30px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
    overflow:hidden;
}

#projectInfoOuterContentDiv{
    left:50%;
    width:50%;
}

#projectInfoMainContentDiv {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 80%;
    margin-bottom:20px;
}

#locationMainContentDiv {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 80%;
}

.utility_img{
    height:300px;
}

#alaricTowerMainContentDiv {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 80%;
}

#condotelMainContentDiv {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 80%;
}

#sampleApartmentMainContentDiv {
    overflow-x: hidden;
    overflow-y: auto;
}

#apartment-gallery img {
    width: 100%;
    max-height: 200px;
}

#progressMainContentDiv {
    max-height: 76%;
    overflow-x: hidden;
    overflow-y: auto;
}

#sampleVillaMainContentDiv {
    overflow-x: hidden;
    overflow-y: auto;
}

.text_slide_item_container {
    width: 100%;
    padding: 0px;
    padding-bottom: 0px;
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: 50px;
    display: none;
    border-radius: 5px;
}

.text_slide_item_title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
/*    text-shadow: 1px 1px #000;
*/}

.text_slide_item {
    font-size: 28px;
    /*font-weight: bold;*/
    margin-bottom: 20px;
    /*    font-family: "Cormorant Garamond";*/
    text-align: justify;
    /*line-height: 30px;*/
    /*font-style: italic;*/
    text-shadow: 1px 1px #000;
}

.text_slide_item_text {
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight:600;
}

.text_slide_item_inner_container {
    text-align:center;
/*    border-left: solid 10px #00a6e4;
    padding-left: 30px;*/
}

.inner_body {
    max-width: 1280px;
    width: 100%;
    overflow-y: hidden;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.text_2_line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.text_3_line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.text_5_line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
}

.text_7_line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
}

.text_footer_title {
    font-family: 'UTM Impact';
    font-size:20px;
    color:white;
    font-weight:lighter;
}

.image_highlight_border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    border: solid 5px #ff6838;
}

.video_processing_overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
    display:none;
}

.video_processing_overlay_active{
    display:block;
}

#homeMemberRegistrationForm {
    width: 300px;
    overflow-y: hidden;
    padding: 20px;
}

#headerInnerContainerDiv {
    width: 100%;
    overflow-y: hidden;
    display: grid;
    grid-template-columns: 64px auto minmax(0px, 1fr);
    align-items: center;
    grid-gap:20px;
}

#headerNewPostButtonDiv {
    margin-left: 30px;
    text-align: right;
    border-radius: 4px;
    height: 38px;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#headerSearchDiv {
    width: 100%;
    overflow-y: hidden;
    display: grid;
    grid-template-columns: auto 160px 50px 180px;
    align-items: center;
}

.text_domain_1 {
    font-size: 34px;
    color: #ff6838;
    font-family: Impact, sans-serif;
    font-weight: 400;
}

.text_domain_2 {
    font-size: 34px;
    color: #0063BB;
    font-family: Impact, sans-serif;
    font-weight: 400;
}

.text_domain_3 {
    font-size: 34px;
    color: #666666;
    font-family: Impact, sans-serif;
    font-weight: 400;
}

.text_logo_slogan {
    color: darkslategray;
    font-size:12px;
}

#imgLogo {
    display: block;
    width: 64px;
}

#btnSearchDiv {
    margin-top: 3px;
}

#contactLinkDiv{
    display:block;
}

#lstProductGroupHeader {
    height: 38px;
    border-color: #ccc;
    padding: 5px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 0px;
}

#mobileSearchButtonDiv{
    display:none;
}

#menuBackgroundDiv {
    height: 38px
}

#quickMenuGuideLink, #quickMenuFAQLink {
    display: none;
}

#mainMenuGuideDiv, #mainMenuFAQDiv {
    display: inline-block;
}

#mobileMenuButonDiv{
    display:none;
}

.main_menu_item_container_div{
    display:inline-block;
    overflow:hidden;
}

#productListContainerDiv {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 20px;
    align-content: center;
}

#footerSiteDataStatDiv {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
    grid-gap: 20px;
}

.main_two_columns_layout {
    display: grid;
    grid-template-columns: auto 336px;
    grid-gap: 20px;
}

.right_two_columns_layout {
    width: 100%;
    overflow-y: hidden;
    display: grid;
    grid-template-columns: 168px auto;
    grid-gap: 10px;
}

.right_thumbnail_div {
    position: relative;
    max-height: 94px;
    overflow: hidden;
}

.left_two_columns_layout {
    width: 100%;
    overflow-y: hidden;
    display: grid;
    grid-template-columns: 320px auto;
    grid-gap: 20px;
}

.contact_us_layout {
    display: grid;
    grid-template-columns: auto 800px auto;
    margin-bottom: 20px;
}

.member_sign_up_outer_div {
    display: grid;
    grid-template-columns: auto 614px auto;
    margin-bottom: 20px;
}

.member_sign_up_inner_div {
    width: 100%;
    overflow-y: hidden;
    display: grid;
    grid-template-columns: 148px auto;
    margin-bottom: 20px;
}

#memberSignUpFormImage{
    display:block;
}

#memberSignUpFormTitleDiv {
    width: 100%;
    overflow-y: hidden;
    display: grid;
    grid-template-columns: minmax(0px, 1fr) auto;
    grid-gap: 10px;
    align-items: center;
}

.external_login_button_div {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 50% auto;
    grid-gap: 10px;
}

.start_page_inner_grid {
    display: grid;
    grid-template-columns: minmax(0px, 1fr) auto;
    align-items: center;
}

.user_product_list_buttons {
    display: inline-block;
}

#userStartMainDiv {
    display: grid;
    grid-template-columns: 50% auto;
    grid-gap: 20px;
    margin-bottom: 20px;
}

#userProductListMainContainerDiv {
    display: grid;
    grid-template-columns: 16px auto 140px;
    grid-gap: 10px;
}

#userProductLisMainProductInfoContainerDiv {
    display: grid;
    grid-template-columns: 168px auto;
    grid-gap: 10px;
}

.user_product_list_button_container {
    text-align: right;
}

#statOtherChartsContainer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-gap: 1em;
    margin-bottom: 0px;
}

#statFilterDiv {
    width: 100%;
    overflow-y: hidden;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-gap: 10px;
}

.editor_left_column{
    text-align:right;
}

.editor_main_container {
    display: grid;
    grid-template-columns: 170px auto;
    grid-gap: 10px;
    grid-row-gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

#userProductSearchResultContainer {
    display: grid;
    grid-template-columns: 16px 168px auto;
    grid-gap: 10px;
    margin-bottom: 10px;
}

.user_product_search_result_img_div{
    height:94px;
}

#textIntro1Div, #textIntro2Div, #textIntro3Div, #textIntro4Div {
    font-size: 16px;
}

#textIntroDomainNameDiv{
    font-size:32px;
}

.text_cabin {
    font-family: 'Cabin', sans-serif;
    
}

.text_poppins {
    font-family: 'Poppins', sans-serif
}

.ocean {
    height: 0px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
/*    background: #015871;*/
    opacity:0.3;
    display:none;
}

.wave {
    background: url(https://www.emsvnco.com/skin/defaultskin/images/layout/wave.svg) repeat-x;
    position: absolute;
    top: -130px;
    width: 6400px;
    height: 130px;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
    top: -107px;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}

@keyframes wave {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -1600px;
    }
}

@keyframes swell {
    0%, 100% {
        transform: translate3d(0,-25px,0);
    }

    50% {
        transform: translate3d(0,5px,0);
    }
}

.text_kanit, .text_kanit:visited {
    font-family: kanit;
}

.text_shadow_black{
    text-shadow: 1px 1px #000;
}

.img-hover-zoom {
    overflow: hidden;
}

.img-hover-zoom img {
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
    filter: brightness(120%);
    transform: scale(1.5);
}

/*.img-hover-zoom {
    overflow: hidden;
}

.img-hover-zoom img {
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
}*/

/* [3] Finally, transforming the image when container gets hovered */
/*.img-hover-zoom:hover img {
    filter: brightness(120%);
    transform: scale(1.5);
}*/

.page_img_bg_div {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:-1;
    overflow:hidden;
}

.page_img_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width:100%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.inner_section {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#planningGridDiv {
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: 30px;
}

#locationGridDiv {
    display: grid;
    grid-template-columns: 50% auto;
    grid-gap: 30px;
    height: 100%;
    overflow: auto;
}

#alaricTowerGridDiv {
    display: grid;
    grid-template-columns: 50% auto;
    grid-gap: 30px;
}

#condotelGridDiv {
    display: grid;
    grid-template-columns: 50% auto;
    grid-gap: 30px;
}

#biet-thu-bien-gallery{
    max-height:500px;
}

#sampleVillaGridDiv {
    display: grid;
    grid-template-columns: 50% auto;
    grid-gap: 30px;
}

#villa-gallery{
    max-height:500px;
}

#mobileMenuLink {
    width: 100%;
    height: 22px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: grid;
    align-items: center;
}

#mobileMenuLink div {
height: 2px;
background-color: #fff;
width: 100%;
}

#mobileMenuLink:hover {
border-top: 2px solid #fdb714;
border-bottom: 2px solid #fdb714;
}

#mobileMenuLink:hover div {
    height: 2px;
    background-color: #fdb714;
    width: 100%;
}

#mainLogo1 {
    width: 100%;
    display: block;
}

#mainLogo2 {
    width: 107px;
    display: none;
}

.hidden_menu_text{
    display:none;
}

#projectInfoGridDiv {
    display: grid;
    grid-template-columns: 50% auto;
    grid-gap: 10px;
}

#projectInfoGridDiv .left_column { /* ... */
    text-align: right;
}

.text_button_contact{
    color:white;
}

#homeVideoBgPlayer{
    height:100%;
    display:block;
}

#utilityGridDiv {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    grid-gap: 10px;
}

.post_item {
/*    display: flex;*/
    display:grid;
    grid-template-columns:100px auto;
    grid-gap:5px;
    align-items: start;
}

.img_thumb_container {
    overflow: hidden;
    max-height: 75px;
}
.post_item .img_thumb {
    width: 100px;
    /*    max-height: 75px;
*/
}

.post_item_0, .post_item_1, .post_item_2 {
    display: block !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.post_item_0 .img_thumb_container, .post_item_1 .img_thumb_container, .post_item_2 .img_thumb_container {
    overflow: hidden;
    max-height: 200px;
}

.post_item_0 .img_thumb, .post_item_1 .img_thumb, .post_item_2 .img_thumb {
    width:auto!important;
    max-width:unset!important;
    height:200px!important;
    max-height: 200px!important;
/*    width: 100% !important;
    max-height: unset !important;*/
    margin-right: unset;
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    overflow: hidden;
}

.post_item_0:hover .img_thumb, .post_item_1:hover .img_thumb, .post_item_2:hover .img_thumb {
    filter: brightness(120%);
    transform: scale(1.2);
}

.post_item_0 .content_div, .post_item_1 .content_div, .post_item_2 .content_div {
    padding: 20px;
    font-weight: bold;
    margin: 0;
}

.post_item_0 .content_div .text_2_line, .post_item_1 .content_div .text_2_line, .post_item_2 .content_div .text_2_line {
    -webkit-line-clamp: 3;
    /*    padding-bottom:10px;*/
}

.content_div {
    margin-left: 15px;
}

.post_detail_image {
    width:754px;
    max-width:100%;
/*    width: 100%;
    max-width: 920px;*/
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}

.post_detail_video {
    width: 100%;
    max-width: 754px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    text-align: center;
}

.module_detail_listing {
    width: 100%;
    overflow-y: hidden;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    grid-gap: 30px;
    margin-bottom: 40px;
    padding: 2px;
}

.post_type_detail_grid_container {
    width: 100%;
    display: grid;
    grid-template-columns: auto 300px;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.right_most_view_grid_container {
    display: grid;
    grid-template-columns: 115px auto;
    margin-bottom: 20px;
}

.right_most_view_left_column {
    width: 100px;
    position: relative;
    text-align: center;
}

.right_most_view_right_column {
}

.right_most_view_left_column_first_item {
    width: 100%;
    margin-bottom: 10px;
    grid-column: span 2;
    position: relative;
    text-align: center;
}

.right_most_view_right_column_first_item {
    grid-column: span 2;
}

.post_list_repeater_grid_container {
    display: grid;
    grid-template-columns: 215px auto;
    margin-bottom: 20px;

}

.post_list_repeater_left_column {
    width: 200px;
    position: relative;
    text-align: center;
}

.post_list_repeater_right_column {
}

.post_list_repeater_right_column_post_title {
    margin-bottom: 10px;
}

.post_list_repeater_right_column_post_lead_text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}

.contact_grid_container {
    display: grid;
    grid-template-columns: auto 400px;
    grid-gap: 30px;
    margin-bottom: 20px;
}

#menuCenterDiv {
    text-align: center;
    overflow-y: hidden;
    width: auto;
    padding-top:20px;
    padding-bottom:10px;
}

#mainLogo {
    width: 200px;
/*    box-shadow: 0px 0px 20px 10px #fff;
    border-radius: 50%;*/
}

.text_company {
    font-size: 36px;
    color: #00a6e4;
    font-family: 'Cabin', sans-serif;
}

.text_slogan {
    color: white;
    font-family: 'Cabin', sans-serif;
    font-size:14px;
}

#footerMenuContainerDiv {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-gap: 20px;
}

#leftFooterContainerDiv {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 80px auto;
    grid-gap: 0px;
}

#leftFooterOuterContainerDiv {
    display: grid;
    grid-template-columns: 220px auto;
    grid-gap: 40px;
}

#btnContactFooter {
    border-radius: 3px;
    padding: 10px;
    display: block;
    text-align: center;
    max-width: 200px;
}

#imgFooterBg {
    width: 100%;
}

.footer_link {
    display: inline-block;
    margin: 10px;
    text-align: center;
}

.text_section_title {
    font-size: 32px;
    font-family: 'Cabin', sans-serif;
}

.text_section_desc {
    font-size: 18px;
    font-family: 'Cabin', sans-serif;
}

#homeIntroAnchor {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

#homeIntroDiv {
    display: grid;
    grid-template-columns: 400px auto;
    grid-gap: 40px;
}

.featured_project_item_div {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    max-height: 220px;
}

#featuredProjectListDiv {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    grid-gap: 30px;;
}

.featured_project_item_container_div {

}


.home_project_news_title, .home_project_news_text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.home_project_news_title{
    font-size:18px;

}

.home_project_news_read_more{
    display:block;
}

#homeProjectNewsDiv {
    width: 100%;
    overflow-y: hidden;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    grid-gap: 20px;
/*    padding-right: 7px;
    padding-bottom: 7px;*/
}

.home_project_news_item_container_div {
    width: 100%;
    overflow-y: hidden;
    background-color: white;
    display: grid;
    grid-template-columns: 50% auto;
}

/*#homeTestimonialImgBg {
    display: block;
    width: 100%;
    filter: grayscale(100%)
}*/

.img_testimonial {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: solid 5px white;
}

.text_testimonial_title {
    font-size: 22px;
    font-family: 'Cabin', sans-serif;
}

.home_testimonial_lead_text {
    width: 100%;
    overflow: hidden;
    text-align: justify;
    border-left: 5px solid #fdb714;
    padding-left: 20px;
}

.home_testimonial_item {
    width: 100%;
    overflow-y: hidden;
    text-align: center;
    position: relative;
}

#homeTestimonialGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    grid-gap: 30px;
    padding: 0px;
}

#homeTeamBgImg {
    width: 100%;
    display: block;
}

#homeTeamGrid {
    width: 100%;
    overflow-y: hidden;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    grid-gap: 20px;
    padding-right: 7px;
    padding-bottom: 7px;
}

.home_team_grid_item {
    width: 100%;
    overflow-y: hidden;
    text-align: center;
    box-shadow: 7px 7px #ebebeb;
    border-radius: 3px;
    border-top: 7px solid #00a6e4;
}

.home_partner_grid_item, .home_award_grid_item {
    width: 100%;
    overflow-y: hidden;
    text-align: center
}

#homeProjectNewsImgBg {
    opacity: 0.2;
    width: 100%;
    display: block;
}

#topMenuBgImg {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
}

#footerBottomDiv {
    padding: 10px;
    display: grid;
    grid-template-columns: 50% auto;
    grid-gap: 20px;
}

#footerStatDiv{
    text-align:right;
}

#iconPanelDiv {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    align-items: start;
}