﻿img { max-width: 100%;}
a, a:hover { text-decoration: none; }

ol, ul {
	list-style: none;
}

.page
{
    width:1275px;
    font-size: 14px;
    margin: 0px auto;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.nopadding-left {
   padding-left: 0 !important;
   margin-left: 0 !important;
}

.nopadding-right {
   padding-right: 0 !important;
   margin-right: 0 !important;
}

.nopadding-top {
   padding-top: 0 !important;
   margin-top: 0 !important;
}

.nopadding-bottom {
   padding-bottom: 0 !important;
   margin-bottom: 0 !important;
}

.header-main {
    width: 100%;
    position: relative;
    margin-top: 28px;
    height: 52px;
}

.header-main .logo 
{
    float: left;
}

.header-main .tienich 
{
    float: right;
}


/*tien ich*/
.tienich { padding-right: 0px; }

.tienich ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.tienich li {
    float: left;
    padding-left:26px;
}

.tienich li a {
    display: block;
    color: #000;
    text-align: center;
    padding: 3px 0px;
    text-decoration: none;    
    outline: none;
}

.tienich a {
    display: block;
    color: #000;
    text-decoration: none;
    outline: none;
}

.tienich a:hover {
    color: #312E2E;
    text-decoration: none;
}

.tienich li a:hover {
    color: #312E2E;
}
.tienich .fa
{
    padding-right: 5px;
    color: #44c8f5;
    transition: color 0.5s ease;
    
}
.tienich a:hover .fa
{
    color: #0a9dcf;
}

.tienich-row-2 ul { margin-top: -8px;}
.tienich-row-2 ul li.top{ margin-top: 0px; }
.tienich-row-2 ul li{ margin-top: 9px; }

/*menu_toggle*/
 .menu_toggle
 {
        display: none;
        position: relative;
        cursor: pointer;
        float: right;
        width: 26px;
        height: 23px;
        padding: 20px 0;
        margin-right: 20px;
    }

    .menu-main .menu_toggle { float: left; margin-left: 20px; padding-top: 16px;}
    
    .menu_toggle button{
        position: absolute;
        left: 0;
        top: 50%;
        background: #3f3f3f;
        height: 5px;
        margin: 0;
        padding: 0;
        border: none;
        width: 100%;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        outline: none !important;
    }

    .menu_toggle button:before{
        content: '';
        position: absolute;
        left: 0;
        top: -9px;
        width: 26px;
        height: 5px;
        background: #3f3f3f;
        -webkit-transform-origin: 1.5px center;
        -moz-transform-origin: 1.5px center;
        -o-transform-origin: 1.5px center;
        transform-origin: 1.5px center;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .menu_toggle button:after{
        content: '';
        position: absolute;
        left: 0;
        bottom: -9px;
        width: 26px;
        height: 5px;
        background: #3f3f3f;
        -webkit-transform-origin: 1.5px center;
        -moz-transform-origin: 1.5px center;
        -o-transform-origin: 1.5px center;
        transform-origin: 1.5px center;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .menu_toggle.open button{
        background: transparent;
    }

    .menu_toggle.open button:before{
        top: 0;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        -moz-transform: rotate3d(0,0,1,-45deg);
        -o-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .menu_toggle.open button:after{
        bottom: 0;
        -webkit-transform: rotate3d(0,0,1,45deg);
        -moz-transform: rotate3d(0,0,1,45deg);
        -o-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    
    /*navMenu-main*/
    .navMenu-main{ padding: 0px;}
    
    /*menu main*/
.menu-main{
    border-top: 1px solid #e2e3e4;
    border-bottom: 1px solid #e2e3e4;
    height:40px;
    margin-top: 3px;
}


.div-Tel 
{
    color: #44c8f5;
	padding-top: 10px;
	margin-right: 10px;	
}

.navbar .popover
        {
            width: 400px;
            -webkit-border-top-left-radius: 0px;
            -webkit-border-bottom-left-radius: 0px;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
            overflow: hidden;
        }
        
        .navbar .popover-content
        {
            text-align: center;
        }
        
        .navbar .popover-content img
        {
            height: 212px;
            max-width: 250px;
        }
        
        .navbar .dropdown-menu
        {
            -webkit-border-top-right-radius: 0px;
            -webkit-border-bottom-right-radius: 0px;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
            -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
        }
        
        .navbar .dropdown-menu > li > a:hover
        {
            background-image: none;
            color: white;
            background-color: rgb(0, 129, 194);
            background-color: rgba(0, 129, 194, 0.5);
        }
        
        .navbar .dropdown-menu > li > a.maintainHover
        {
            color: white;
            background-color: #0081C2;
        }
 .triangle-border
        {
            position: relative;
            padding: 10px;
            margin-top: 10px;
            border: 1px solid #ccc;
            color: #333;
            background: #fff;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }
        
        .triangle-border:before
        {
            content: "";
            position: absolute;
            bottom: -20px;
            left: 40px;
            border-width: 20px 20px 0;
            border-style: solid;
            border-color: #ccc transparent;
            display: block;
            width: 0;
        }
        
        .triangle-border:after
        {
            content: "";
            position: absolute;
            bottom: -13px;
            left: 47px;
            border-width: 13px 13px 0;
            border-style: solid;
            border-color: #fff transparent;
            display: block;
            width: 0;
        }
        
         .triangle-border.top:before
        {
            top: -12px;
            bottom: auto;
            left: 40px;
            border-width: 0 12px 12px;
        }
        
        .triangle-border.top:after
        {
            top: -10px;
            bottom: auto;
            left: 43px;
            border-width: 0 10px 10px;
        }
        
ul#drop-nav
        {
            list-style: none;
            padding: 0px;
            margin: 0px;
        }
        ul#drop-nav > li
        {
            display: block;
            position: relative;
            float: left;
           /* padding-right: 50px;*/
           margin-right: 32px;
        }
        ul#drop-nav > li:last-child
        {
            margin-right: -3px;
        }
        ul#drop-nav > li > ul
        {
            display: none;
        }
        ul#drop-nav > li > a
        {
            display: block;
            background: #FFF;
            padding: 7px 0px 7px 0px;
            margin: 0px 5px;
            text-decoration: none;
            white-space: nowrap;
            color: #010101;
            text-transform: uppercase;
            font-size: 13px;
            transition: border-color .3s ease-in-out;
            -webkit-transition: border-color .3s ease-in-out;
            -moz-transition: border-color .3s ease-in-out;
            border-top: 3px solid transparent;
        }
        ul#drop-nav > li:hover > ul
        {
            display: block;
            position: absolute;
        }
        ul#drop-nav > li:hover > li
        {
            float: none;
        }
        ul#drop-nav > li:hover > a, ul#drop-nav > li.active > a
        {
            border-top: 3px solid #babcbe;
        }
        ul#drop-nav > li:hover > li > a:hover
        {
            background: #000;
        }
        #drop-nav > li > ul > li
        {
            border-top: 10px;
        }
        
        #drop-nav > li.sidebarmenu > a::after
        {
            position: absolute;
            top: 14px;
            right: -10px;
            width: 6px;
            height: 6px;
            border-bottom: 1px solid #009ae1;
            border-right: 1px solid #009ae1;
            content: "";
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: border-color 0.2s ease;
            -moz-transition: border-color 0.2s ease;
            -ms-transition: border-color 0.2s ease;
            -o-transition: border-color 0.2s ease;
            transition: border-color 0.2s ease;
        }
        #drop-nav > li.sidebarmenu > a::after
        {
            border-color: #009ae1;
        }       

/*quy trinh*/
.quytrinhdathang
{
    /*margin-top:55px;
    border:1px solid #cecfd1;*/
    border-top: 1px solid #cecfd1;
    padding-top: 25px;
    text-align: right;
    margin-top: 40px;
}
/*address*/
.address
{
    margin-top: 40px;
    border-top: 1px solid #cecfd1;
    padding-top: 25px;
}
.footerFloat 
{
	width: 50%;
	float: left;
	text-align: center;
}
.footerFloat span
{
    vertical-align:-webkit-baseline-middle;
}
p.CN
{
    font-size: 14px;
    font-style: italic;
    padding: 10px 0px;
    height: 35px;
}
.footerFloat p
{
    padding:0px;
    margin:0px;
}
.col-2
{
  padding-left: 20px;
}

.col-3
{
    float:right;
}

.col-3-s
{
   padding-right: 102px;
}


.footerFloat .location
{
    margin-bottom: 20px !important;
    padding-bottom: 5px !important;
}

.footerFloat .timer
{
    padding-bottom: 5px !important;
}

.footerFloat a{
    color:#000000;
}
.footerFloat a{
    color:#000000;
    text-decoration:none;
    vertical-align: bottom;
}

/*chinh sach*/
.chinh-sach
{
    margin: 25px 0px;
    border-top:1px solid #cecfd1;
    border-bottom:1px solid #cecfd1;
}

.chinh-sach ul { padding-left: inherit; 
}
.chinh-sach ul li{
    padding: 7px 0px;
    float: left;
    width: 25%;
    text-align: center;
}

.chinh-sach ul li:nth-child(2n+2){
    /*padding-left: 123px;*/
}

.Copyright {
    text-align:center;
    padding-bottom:10px;
	margin-bottom: 25px;
}

#back-top {
	position: fixed;
	bottom: 125px;
	right:0px;
}

#back-top a {
	width: 50px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #1C93EC;
}

/*tc*/
ul.pmain li:nth-child(2n+1){ float: left; width: 28.6%; text-align: center; margin: 20px 0px; }
        ul.pmain li:nth-child(2n+2) { float: left; border: 1px solid white; width: 7%}
        ul.pmain li div.item { margin: 0px auto; width: 286px; height: 330px; background:url("../images/bg-item.png"); background-position: center 15px; background-repeat: no-repeat; }
        ul.pmain li .item-top { text-align:center; text-transform:uppercase; letter-spacing: 2px; font-size: 12pt; }
        ul.pmain li .item-mid { margin-top: 32px; height: 190px; }
        ul.pmain li .item-bot  { margin-top: 15px; margin-left: 20px; font-size: 13px; text-align: left; }


/*product*/
.itemCate, .itemCate_first, .itemCate_last {
    float: left;
    width: 208px;
    margin-right: 29px;
    margin-left: 29px;
    margin-bottom: 35px;
    text-align: center;
    height: 240px;
    overflow: hidden;
    position: relative;
    font-family: Tahoma;
    cursor: pointer;
    font-size: 14px;
    /*background: url("https://songtao.vn/PhoTos/Categories/Small/image-items/bg-3item.png");*/
    border:0px !important;
}

.itemCate-con, .itemCate-con-dot {
	position: relative;
	height: 240px;
	color: #666666;
}

.itemCate-con:before 
{
    content: ' ';
	height: 240px; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAADnCAYAAAD8U23DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2MEZEREYyNTAyMjRFNzExQjNCMTk1RDA1ODIxRTFGMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGN0RGQkE4MTI0MDQxMUU3QUJBNEM5MTNDNjlCMTE3MCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGN0RGQkE4MDI0MDQxMUU3QUJBNEM5MTNDNjlCMTE3MCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjYwRkRERjI1MDIyNEU3MTFCM0IxOTVEMDU4MjFFMUYyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjYwRkRERjI1MDIyNEU3MTFCM0IxOTVEMDU4MjFFMUYyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+tGAg1AAAAJZJREFUeNrs3LENAyEQBEBAdEH/jSHq4KwLHXyAHlkOZgOIboItYOucM1prZe9daq0lIr7+k/Q8GGOcXT2klYuBwWAwGAwGg8FgMBgMBoPBYDAYDAaDwWAwGAwGg8FgMBgMBoPBYDAYDAaDwWAwGAwGg8FgMBgMBoPB/g3LhY9r2OlUyC87u+f1fNZakd3lasqbDj8CDABcsBt8+pgBMgAAAABJRU5ErkJggg=='); 
	background-repeat: no-repeat; 
	width: 25px; 
}

.itemCate-con-gr:before 
{
    content: ' ';
	height: 240px; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAADnCAYAAAD8U23DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkNERDYzOTE1NThGMTFFOEEzQzFBMTI5OTk4MkEyRkUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkNERDYzOTI1NThGMTFFOEEzQzFBMTI5OTk4MkEyRkUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQ0RENjM4RjU1OEYxMUU4QTNDMUExMjk5OTgyQTJGRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQ0RENjM5MDU1OEYxMUU4QTNDMUExMjk5OTgyQTJGRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrZS9tUAAAB7SURBVHja7NzRDUBAFETRIfrvgdaowm481GB/JOcm83tKmGndzzPJku/1PFirqozYnIHBYDAYDAaDwWAwGAwGg8FgMBgMBoPBYDAYDAaDwWAwGAwGg8FgMBgMBoPBYDAYDAaDwWAwGAwGg8FgsN9j70tKbUe7Blj9FmAAvIpFA0uX7T8AAAAASUVORK5CYII=);
	background-repeat: no-repeat; 
	width: 25px; 
}

.itemCate-con:after 
{
    content: ' ';
	height: 240px; 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAADnCAYAAAD8U23DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjVFNzQwMTYyNDA0MTFFN0EyMUVGQUQwQkQ3NkRDQkMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjVFNzQwMTcyNDA0MTFFN0EyMUVGQUQwQkQ3NkRDQkMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNUU3NDAxNDI0MDQxMUU3QTIxRUZBRDBCRDc2RENCQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNUU3NDAxNTI0MDQxMUU3QTIxRUZBRDBCRDc2RENCQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pjfm7UwAAACDSURBVHja7NxBDcAwDAPAZvxZtqXRTBsGPybtDOAUB4BrztkjlOrOWGutvkYwMBgMBoPBYDAYDAaDwWAwGAwGg8FgMBgMBoPBYDAYDAaDwWAwGAwGg8FgMBgMBoPBYDAYDAaDwWCwn2KxSYy9d24S45yTq1lVOex51zcve8HkWsotwACHbhxrD+u0+QAAAABJRU5ErkJggg=='); 
	background-repeat: no-repeat; 
	width: 19px; 
}

.itemCate-con-gr:after 
{
    content: ' ';
	height: 240px; 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAADnCAYAAAD8U23DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0E2RjlFNjM1NTlEMTFFOEJFOUZBMDdGNDg0RUEzQzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0E2RjlFNjQ1NTlEMTFFOEJFOUZBMDdGNDg0RUEzQzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQTZGOUU2MTU1OUQxMUU4QkU5RkEwN0Y0ODRFQTNDMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQTZGOUU2MjU1OUQxMUU4QkU5RkEwN0Y0ODRFQTNDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnuIN8sAAABzSURBVHja7NyxCQAgEANAEfffQVfTKbR4cYdvhAukPTJBWp87SlYiIqVvVC2JgcFgMBgMBoPBYDAYDAaDwWAwGAwGg8FgMBgMBoPBYDAYDAaDwWAwGAwGg8FgMBgMBoPBYDAYDAaDwWDfY22sk/aWcgUYAGmaQhVzqc0nAAAAAElFTkSuQmCC);
	background-repeat: no-repeat; 
	width: 19px; 
}

.itemCate-con-dot:before 
{
    content: ' ';
	height: 240px; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	background: url('data:image/png;base64,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'); 
	background-repeat: no-repeat; 
	width: 25px; 
}

.itemCate-con-dot:after 
{
    content: ' ';
	height: 240px; 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	background: url('data:image/png;base64,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'); 
	background-repeat: no-repeat; 
	width: 19px; 
}

.itemCate-con span, .itemCate-con-dot span { position: relative; top: -2px; text-transform: uppercase; letter-spacing: 2px; }

.itemCate-con.itemCate-con-s-none span, .itemCate-con-dot.itemCate-con-s-none span { text-transform: none; letter-spacing: 0px; }

.itemCate_first { margin-left: 0 !important; }

.itemCate_last { margin-right: 0 !important; }
        
.itemCate_last a, .itemCate_first a, .itemCate a { border: 0px; outline: none; }

.icatetitle { color: #666666; height: 60px; padding-top: 10px; margin-bottom: 10px; }

.icatetitle-gr { color: #666666; padding-top: 10px; margin-bottom: 20px; }
.icatetitle-gr span { letter-spacing: 2px !important; }

.itemCate-con .icatetitle, .itemCate-con-dot .icatetitle { height: auto; }
.itemCate-con-frame { overflow: hidden; height: 75%; white-space: nowrap; text-align: center; }

.itemCate-con-frame:before { content: ' '; display: inline-block;    height: 100%;    vertical-align: middle; }
        
img.imgItemCate { border: 0px; outline: none; padding: 5px 0px; height: 150px; }
        
        .imgItemCate
        {
            border: 0px;
            outline: none;
        }
        .item-name
        {
            letter-spacing: 3px;
        }
        .dotted-name
        {
            padding: 5px 0px;
            border: 0px;
            outline: none;
        }
        .item-img
        {
              display:block;
              position:absolute;
              left:0;
              right:0;
              bottom:15px;
              margin:auto;
        }
        .itemCate:hover
        {
            -webkit-box-shadow: none !important;
            -moz-box-shadow:    none !important;
            box-shadow:         none !important; 
        }

/**/        
.div-btnorder { float: right; border: 1px solid #e2e2e2; width: 580px; margin-top: 15px; text-align: center; margin-right: 292px; }

.div-tb-float { overflow-x: auto; }

/**/

.divDanhMuc { float: left; width: 215px; min-height: 600px; }
.divDanhMuc .navpl { padding-left: 0px; padding-right: 0px; }

.div-ttsp { border: 2px solid #EBEBF1; padding-left: 30px; padding-right: 30px; padding-top: 60px; padding-bottom: 10px; }

.div-lstmau { margin-left: 25px; float: left; width: 1035px; }

div.dot-line { position: relative; padding-top: 30px; padding-bottom: 30px; }

div.dot-line:before  
{
    content: ''; 
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAGCAIAAACEmcMcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDMwNzgxODlFQkQ2MTFFOEFCMzNDMzY4NkZBMkM0RDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDMwNzgxOEFFQkQ2MTFFOEFCMzNDMzY4NkZBMkM0RDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzA3ODE4N0VCRDYxMUU4QUIzM0MzNjg2RkEyQzREMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzA3ODE4OEVCRDYxMUU4QUIzM0MzNjg2RkEyQzREMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmgTKTYAAAA9SURBVHjaYnj69Nn379//wwDT1WvXP378xAADjEAxBiTAxIAKmD5/+fLnzx84n9nI2ExAUICPjxfCBwgwAALLHa5eNHSWAAAAAElFTkSuQmCC); 
    width: 100%;
    height: 6px;
    position: absolute;
}

.slidetmp  ul { padding: 0px; margin: 0px;}
.slidetmp  ul li{ float: left; margin-left: 14px; margin-top: 14px; }
.slidetmp  ul li.l{ margin-left: 0px; }
.slidetmp  ul li.r{ float: right; margin-left: 0px; }

/* ----------- iPhone 4 and 4S ----------- */
 
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    
}
 
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
      
}
 
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
 
}
 
/* ----------- iPhone 5 and 5S ----------- */
 
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .page { max-width: 320px; padding: 5px; }     
    .pageEditor { max-width: 320px !important; } 
    .header-main { margin-top: 0px; }
    .menu_toggle { display: block; }
    .tienich { width: 100%; position: absolute; z-index: 999; top: 57px; float: none  !important; font-size: 14pt; background-color: White; padding-right: 15px; -webkit-box-shadow: 0px 3px 4px #591E12; box-shadow: 0px 3px 4px #591E12;}
    .tienich-row-1 { text-align: left; }
    .tienich-row-2 ul, .tienich-row-2 ul li{ float: none; margin-top: 0px; padding: 0px; }
    .tienich-row-2 li a{ text-align: left;}
    .tienich a {padding-top: 11px; padding-bottom: 10px !important;}
    .tienich div ul li div{ max-width: 100% !important;}
    .navMenu-main { position: absolute; z-index: 998; left: 0px; top: 95px; width: 100%; padding: 10px; /*border: 1px solid #eaeaea;*/  background-color: White; -webkit-box-shadow: 0px 3px 4px #591E12; box-shadow: 0px 3px 4px #591E12;}
    ul#drop-nav > li{ float: none;}
    ::-webkit-scrollbar { display: none; }
    .div-Tel { display: block;}    
    ul.amazonmenu { position: relative !important; width: 100%; }
    ul.amazomenu div.issub{ display: none; }
    ul.amazonmenu nav { padding: 0px 0px 0px 15px; margin-top: 0px;}
    ul#drop-nav > li:hover > a {border-top: 0px solid #babcbe; }
   .triangle-border { border: 0px; }
   .triangle-border:before { content: none; }
   .page a { padding-top: 7px !important; padding-bottom: 7px !important; }
   .navbar-collapse.in { overflow: hidden; max-height: none !important; height: auto !important; }
   .footerFloat { width: 100%; text-align: center; background-color: #fafafa; border-bottom: 1px solid white; padding: 10px;}
   /*.footerFloat .col-4 { padding-left: 0px; }
   .footerFloat .col-5 { float: none; }*/
   .footerFloat .col-3 { float: none !important; }   
   .footerFloat .col-3-s { padding-right: 0px !important; }   
   .footerFloat p.CN{ height: 20px !important; }
   /*.footerFloatEnd { width: 100% !important; }*/
   .footerFloat .location p:first-of-type { float: left; width: 30%; }
   .footerFloat .location p:last-of-type { float: left; width: 70%; }
   .chinh-sach ul li { width: 100%; padding-left: 23px !important; }
   ul.pmain li:nth-child(2n+1){ width: 100% !important; }
   ul.pmain li:nth-child(2n+2) { display: none; }
   .div-ttsp { padding-top: 10px; }
   /**/
   .itemCate { width: 100% !important; margin-right: 0px !important; margin-left: 0px !important; padding: 0px 15px;}
   
   /**/
   .frmSanPhamCoGia div { width: 100%; font-size: 14pt;}
   .tableSanPhamtop, .tableSanPham  { width: 100% !important; }
   .tableSanPhamtop tr td, .tableSanPham tr td { float: left; width: 100% !important; }
   .tableSanPhamtop tr td:first-child, .tableSanPham tr td:first-child { padding-top: 5px; display: none; }
   .tableSanPhamtop select, .tableSanPham select { width: 100% !important; font-size: 14pt; }
   
    .div-btnorder {	float: none; width: 371px; margin-top: 15px; text-align: center; }
    .div-tb-float .tb-col-fl-l, .div-tb-float .tb-col-fl-r { border: 0px !important; }
    .div-tb-float > .tb-col-fl-l > tbody > tr > td { float: left; border: 0px !important; width: 100% !important; }
    .div-tb-float > .tb-col-fl-r tr > tbody > tr > td { float: right; border: 0px !important; width: 100% !important; }
    
    .breadcrumb { font-size: 8pt; }
        
    /**/
    .divDanhMuc { width: 100%; min-height: 0px; }
    .btn-plmau { position: absolute; top: 5px; right: 0px; }
    .div-lstmau { margin-left: 0px; width: 100%; margin-top: 20px; }
    
    ul.gallery { margin-left: 0px !important; }
    ul.gallery li { width: 100% !important; margin-left: 0px !important; }
    ul.gallery li img { width: 100% !important; height: auto !important; }
    
    .div-col-left { width: auto !important; width: 100% !important; }    
    ul#sliderLoaiBe li { text-align: center; width: 71px !important;}
    .div-col-right { width: auto !important; margin-top: 20px; }    
    .padding-left-50 { padding-left: 15px; }  
    #div-tb-left { width: 100% !important;}
    
    .slidetmp  ul li{ float: left; margin-left: 0px; margin-top: 20px; text-align: center; width: 100%; }
    
    #editorFrame { height: 400px !important; }
    #approvePage #leftBtn { display: none !important; }
    #approvePage .leftBtn { display: inline-block !important; }
    #approvePage .proofImg { max-width: 100%; height: auto !important; }
    #approvePage .proofImgContainer { min-height: auto !important; }
    #approveButtonWrapper { width: auto !important; }
    .btnEdit, .bntApprove { border: 1px solid; padding-left: 5px; background-image: none;  width: auto; }
    
}
 
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) 
{
    .page { max-width: 320px; }    
    .tienich-row-1 { font-size: 12pt; }   
    
}
 
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
 .page { max-width: 568px; } 
 .footerFloat { width: 50%; text-align: left;}
 .chinh-sach ul li { width: 50%; padding-left: 20px !important; }
 .chinh-sach ul li:nth-child(2n+2) { padding-left: 65px !important; }
 .footerFloat .location p{ width: 100% !important; }
 /**/
 .itemCate { width: 50% !important; margin-right: 0px !important; margin-left: 0px !important; padding: 0px 15px; }
 
 /**/
 .divDanhMuc { width: 100%; }
 
 
 ul.gallery li { width: 33.3% !important; margin-left: 0px !important; }
 
}
 
/* ----------- iPhone 6 ----------- */
 
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) { 
 .page { max-width: 375px; padding: 5px; }     
    .header-main { margin-top: 0px; }
    .menu_toggle { display: block; }
    .tienich { width: 100%; position: absolute; z-index: 999; top: 57px; float: none  !important; font-size: 14pt; background-color: White; padding-right: 15px; -webkit-box-shadow: 0px 3px 4px #591E12; box-shadow: 0px 3px 4px #591E12;}
    .tienich-row-1 { text-align: left; }
    .tienich-row-2 ul, .tienich-row-2 ul li{ float: none; margin-top: 0px; padding: 0px; }
    .tienich-row-2 li a{ text-align: left;}
    .tienich a {padding-top: 11px; padding-bottom: 10px !important;}
    .tienich div ul li div{ max-width: 100% !important;}
    .navMenu-main { position: absolute; z-index: 998; left: 0px; top: 95px; width: 100%; padding: 10px; /*border: 1px solid #eaeaea;*/  background-color: White; -webkit-box-shadow: 0px 3px 4px #591E12; box-shadow: 0px 3px 4px #591E12;}
    ul#drop-nav > li{ float: none;}
    ::-webkit-scrollbar { display: none; }
    .div-Tel { display: block;}    
    ul.amazonmenu { position: relative !important; width: 100%; }
    ul.amazomenu div.issub{ display: none; }
    ul.amazonmenu nav { padding: 0px 0px 0px 15px; margin-top: 0px;}
    ul#drop-nav > li:hover > a {border-top: 0px solid #babcbe; }
   .triangle-border { border: 0px; }
   .triangle-border:before { content: none; }
   .page a { padding-top: 7px !important; padding-bottom: 7px !important; }
   .navbar-collapse.in { overflow: hidden; max-height: none !important; height: auto !important; }
   .footerFloat { width: 100%; text-align: center; background-color: #fafafa; border-bottom: 1px solid white; padding: 10px;}
   .footerFloat .col-4 { padding-left: 0px; }
   .footerFloat .col-5 { float: none; }
   .footerFloat p.CN{ height: 20px !important; }
   .footerFloatEnd { width: 100% !important; }
   .footerFloat .location p:first-of-type { float: left; width: 30%; }
   .footerFloat .location p:last-of-type { float: left; width: 70%; }
   .chinh-sach ul li { width: 100%; padding-left: 23px !important; }
   ul.pmain li:nth-child(2n+1){ width: 100% !important; }
   ul.pmain li:nth-child(2n+2) { display: none; }
   .div-ttsp { padding-top: 10px; }
   /**/
   .itemCate { width: 100% !important; margin-right: 0px !important; margin-left: 0px !important; padding: 0px 15px;}
   
   /**/
   .frmSanPhamCoGia div { width: 100%; font-size: 14pt;}
   .tableSanPhamtop, .tableSanPham  { width: 100% !important; }
   .tableSanPhamtop tr td, .tableSanPham tr td { float: left; width: 100% !important; }
   .tableSanPhamtop tr td:first-child, .tableSanPham tr td:first-child { padding-top: 5px; display: none; }
   .tableSanPhamtop select, .tableSanPham select { width: 100% !important; font-size: 14pt; }
   
    .div-btnorder {	float: none; width: 371px; margin-top: 15px; text-align: center; }
    .div-tb-float .tb-col-fl-l, .div-tb-float .tb-col-fl-r { border: 0px !important; }
    .div-tb-float > .tb-col-fl-l > tbody > tr > td { float: left; border: 0px !important; width: 100% !important; }
    .div-tb-float > .tb-col-fl-r tr > tbody > tr > td { float: right; border: 0px !important; width: 100% !important; }
    
    .breadcrumb { font-size: 8pt; }
        
    /**/
    .divDanhMuc { width: 100%; min-height: 0px; }
    .btn-plmau { position: absolute; top: 5px; right: 0px; }
    .div-lstmau { margin-left: 0px; width: 100%; margin-top: 20px; }
	
	#editorFrame { height: 500px !important; }
 
}
 
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait)   
{
    .page { max-width: 375px; }    
    .tienich-row-1 { font-size: 12pt; }    
}
 
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) { 
 .page { max-width: 667px; } 
 .footerFloat { width: 50%; text-align: left;}
 .chinh-sach ul li { width: 50%; padding-left: 20px !important; }
 .chinh-sach ul li:nth-child(2n+2) { padding-left: 65px !important; }
 .footerFloat .location p{ width: 100% !important; }
 /**/
 ul.pmain li:nth-child(2n+1){ width: 50% !important; }
 ul.pmain li:nth-child(2n+2) { display: none; }
   /**/
 .itemCate { width: 50% !important; margin-right: 0px !important; margin-left: 0px !important; padding: 0px 15px; }
 
 /**/
 .divDanhMuc { width: 100%; }
}
 
/* ----------- iPhone 6+ ----------- */
 
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3)  
{
     
}
 
/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) { 
 
}
 
/* Landscape */
@media only screen  and (min-device-width: 414px)   and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3)  and (orientation: landscape) { 
 
}

/* ----------- Galaxy S3 ----------- */
 
/* Portrait and Landscape */
@media screen
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {
 
}
 
/* Portrait */
@media screen
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: portrait) {
 
}
 
/* Landscape */
@media screen
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {
 
}
 
/* ----------- Galaxy S4 ----------- */
 
/* Portrait and Landscape */
@media screen
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
 
}
 
/* Portrait */
@media screen
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
 
}
 
/* Landscape */
@media screen
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
 
}
 
/* ----------- Galaxy S5 ----------- */
 
/* Portrait and Landscape */
@media screen
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
 
}
 
/* Portrait */
@media screen
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
 
}
 
/* Landscape */
@media screen
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
 
}


/* ----------- HTC One ----------- */
 
/* Portrait and Landscape */
@media screen
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
 
}
 
/* Portrait */
@media screen
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
 
}
 
/* Landscape */
@media screen
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
 
}

/* ----------- iPad mini ----------- */
 
/* Portrait and Landscape */
@media only screen
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
 
}
 
/* Portrait */
@media only screen
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
 
}
 
/* Landscape */
@media only screen
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
 
}
 
/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
 
}
 
/* Portrait */
@media only screen
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
 
}
 
/* Landscape */
@media only screen
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
 
}
 
/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
 
}
 
/* Portrait */
@media only screen
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
 
}
 
/* Landscape */
@media only screen
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
 
}

/* ----------- Galaxy Tab 10.1 ----------- */
 
/* Portrait and Landscape */
@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px) {
 
}
 
/* Portrait */
@media 
  (max-device-width: 800px) 
  and (orientation: portrait) { 
 
}
 
/* Landscape */
@media 
  (max-device-width: 1280px) 
  and (orientation: landscape) { 
 
}      
  
/* ----------- Asus Nexus 7 ----------- */
 
/* Portrait and Landscape */
@media screen
  and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) {
 
}
 
/* Portrait */
@media screen
  and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) 
  and (orientation: portrait) {
 
}
 
/* Landscape */
@media screen
  and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) 
  and (orientation: landscape) {
 
}

/* ----------- Kindle Fire HD 7" ----------- */
 
/* Portrait and Landscape */
@media only screen
  and (min-device-width: 800px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
 
}
 
/* Portrait */
@media only screen
  and (min-device-width: 800px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: portrait) {
}
 
/* Landscape */
@media only screen
  and (min-device-width: 800px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: landscape) {
 
}
 
/* ----------- Kindle Fire HD 8.9" ----------- */
 
/* Portrait and Landscape */
@media only screen
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
 
}
 
/* Portrait */
@media only screen
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: portrait) {
}
 
/* Landscape */
@media only screen
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: landscape) {
 
}

/* ----------- Non-Retina Screens ----------- */
@media screen
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1)  
  {
      .page{ max-width: 1275px;}
      
}

 
/* ----------- Retina Screens ----------- */
@media screen
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
}

/* ----------- Apple Watch ----------- */
@media
  (max-device-width: 42mm)
  and (min-device-width: 38mm) { 
 
}

/* ----------- Moto 360 Watch ----------- */
@media 
  (max-device-width: 218px)
  and (max-device-height: 281px) { 
 
}/* File Created: November 13, 2018 */