body{
	margin: 0;
	padding: 0;
    background: #fff;
	width: 100%;
	height: 100%;
	
	font-family: "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
	line-height: 26px;
	background:#ffffff;
	
 /*   background: url(http://1.bp.blogspot.com/_2Ks_Im1Ni8c/TO5pkXCnWTI/AAAAAAAAB28/g_HLLyAbkb4/w1200-h630-p-k-no-nu/Christmas-Background.jpg) no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
	background-image:url(https://images.unsplash.com/photo-1512418490979-92798cec1380?auto=format&fit=crop&w=1350&q=80);
	background-image:url(//www.siamphone.com/images/bestofyear/bg-2017.png);
 	background-image:url(https://images.unsplash.com/photo-1512106302810-5dbf6bea77d1?dpr=1&auto=format&fit=crop&w=1000&q=80&cs=tinysrgb); */
	
	  /*   background-image: url(https://www.siamphone.com/style/bestofyear/2018/snow.png), url(https://www.siamphone.com/style/bestofyear/2018/snow3.png), url(https://www.siamphone.com/style/bestofyear/2018/snow2.png); */
    -webkit-animation: snow 90s linear infinite;
    -moz-animation: snow 90s linear infinite;
    -ms-animation: snow 90s linear infinite;
    animation: snow 90s linear infinite;
}

/*Keyframes*/
@keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-moz-keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-webkit-keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 50% {background-color:#b4cfe0;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px; background-color:#6b92b9;}
}

@-ms-keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

ul, li{ list-style-type:none;}
.mt-10{margin-top:10px !important;}
.mt-20{margin-top:20px !important;}
.center{text-align:center !important;}
.yellow{	background: #fff;}
.red{	background: #fff;}
.gray{	background: #EEEEEE;}
.notificate{	color: #f00;font-weight:bold;font-style: italic;clear: both;}
.note{font-size: 14px;clear:both;}
.note font{color:#3598db;font-weight:bold;}
.left{float:left !important;}
.right{float:right !important;}
.left{float:left !important;}

header{
	color: #fff;
    overflow: hidden;
    font-size: 45px;
    font-family: DBHelvethaicaXRegular;
    width: 100%;
    margin: auto;
	position:relative;
	
    background: #6C0204 url(https://www.siamphone.com/images/bestofyear/2019/bg_bestofyear.png) center top no-repeat; 
    background-size: 100%;
/* 
background: rgb(206,0,0);
background: -moz-radial-gradient(center, ellipse cover, rgba(206,0,0,1) 0%, rgba(206,0,0,1) 11%, rgba(133,0,9,1) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(206,0,0,1) 0%,rgba(206,0,0,1) 11%,rgba(133,0,9,1) 100%);
background: radial-gradient(ellipse at center, rgba(206,0,0,1) 0%,rgba(206,0,0,1) 11%,rgba(133,0,9,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce0000', endColorstr='#850009',GradientType=1 ); */

}
.img-top-left, .img-top-right, .img-bottom{
	width:100%;
	height:100%;
	position:absolute;
}
.img-top-left{
	background-image: url(https://www.siamphone.com/images/bestofyear/2019/bg_bestofyear_left.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.img-top-right{
	background-image: url(https://www.siamphone.com/images/bestofyear/2019/bg_bestofyear_right.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.img-bottom{
	background-image: url(https://www.siamphone.com/images/bestofyear/2019/bg_bestofyear_bottom.png);
	background-position: bottom;
	background-repeat: repeat-x;
	bottom:0;
	left:0;
}
header .header_inner{
    width: 1200px;
    margin: 0 auto;
}
header .logo{
    width: 100%;
    text-align: center;
	margin: 50px auto 0;
}
header .logo img{
	width: 290px;
    height: auto;
    margin: 70px 0 0 0;
}
header h1{
    font-family: 'Roboto';
    font-family: 'Pacifico', cursive;
	/* font-family: 'Cookie', cursive; */
	font-size: 120px;
    text-align: center;
    line-height: 180px;
    color: #ffffff;
    padding: 0px 0;
    margin: 50px 0 200px 0;
    font-weight: 400;
    letter-spacing: 0;
	background: rgb(120,87,46); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(120,87,46,1) 10%, rgba(255,245,172,1) 49%, rgba(255,245,172,1) 56%, rgba(120,87,46,1) 90%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(120,87,46,1) 10%,rgba(255,245,172,1) 49%,rgba(255,245,172,1) 56%,rgba(120,87,46,1) 90%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(120,87,46,1) 10%,rgba(255,245,172,1) 49%,rgba(255,245,172,1) 56%,rgba(120,87,46,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78572e', endColorstr='#78572e',GradientType=1 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
header h1 span{
    display: block;
  /*   color: #ffe37a; */
    text-shadow: none;
    font-size: 200px;
}
header h2{
    font-weight: 500;
    font-size: 34px;
    text-align: center;
    margin: 0 0 50px;
    color: #b98c40;
    line-height: 5px;
    padding-top: 30px;
    font-family: 'Kanit';
    z-index: 2;
    position: relative;
}

footer{
	background: #520002;
	display: block;
	color: #fff;
	padding: 20px 0;
	font-size: 12px;
	text-align: left;
	width: 100%;
	text-align:center;
}
footer .footer_inner{
	width: 940px;
	padding: 0 20px;
	overflow: hidden;
	margin: 0 auto;
}
footer p{
	margin:0;
	font-family:'Kanit';
}
footer .first{
	width: 75%;
	float:left;
	font-size: 14px;
	padding: 5px 0 0 0;
}
footer .last{
	width: 25%;
	float:right;
	text-align: right;
}	
footer .last img{
	vertical-align: bottom;
	margin: 0 0 3px 0;
}
h3{
    background-repeat: no-repeat;
	background-position:center;
	background-size: 100%;
    text-align: left;
    font-size: 4.5em;
    font-weight: 100;
    font-family: DBHelvethaicaXRegular;
    line-height: 35px;
    clear: both;
    position: relative;
    z-index: 9;
    text-indent: 0;

	width:1240px;
    height: 300px;
    color: transparent;
	margin:0 auto;
	padding:0;
}
h3 font{
    width: 1200px;
    margin: 0 auto;
    display: block;
}
h3 font span{
    font-size: 26px;
    color: rgba(0, 0, 0, 0.9);
    margin-left: 10px;
}

/* Smartphone */
#Smartphone{background: #0D4355;}
h3.headPhone{background-image: url(//www.siamphone.com/images/bestofyear/2019/001_smartphone.png) ;}

#Tablet{
background: rgb(102,197,250);
background: -moz-linear-gradient(-45deg, rgba(102,197,250,1) 30%, rgba(35,104,221,1) 62%);
background: -webkit-linear-gradient(-45deg, rgba(102,197,250,1) 30%,rgba(35,104,221,1) 62%); 
background: linear-gradient(135deg, rgba(102,197,250,1) 30%,rgba(35,104,221,1) 62%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66c5fa', endColorstr='#2368dd',GradientType=1 );
}
h3.headTablet{background-image:url(//www.siamphone.com/images/bestofyear/2019/002_tablet.png);}
#News{
	background: #dfd6e9;
}
h3.headNews{background-image:url(//www.siamphone.com/images/bestofyear/2019/003_news.png);}
#Review{
	background: rgb(243,6,110);
	background: -moz-linear-gradient(-45deg, rgba(243,6,110,1) 30%, rgba(50,56,167,1) 61%, rgba(50,56,167,1) 86%);
	background: -webkit-linear-gradient(-45deg, rgba(243,6,110,1) 30%,rgba(50,56,167,1) 61%,rgba(50,56,167,1) 86%);
	background: linear-gradient(135deg, rgba(243,6,110,1) 30%,rgba(50,56,167,1) 61%,rgba(50,56,167,1) 86%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3066e', endColorstr='#3238a7',GradientType=1 );
}
h3.headReview{background-image:url(//www.siamphone.com/images/bestofyear/2019/004_review.png);}
nav{
    width: 100%;
	margin: 70px 0;
	padding: 10px 0;
	overflow: hidden;
    clear: both;
	/* background: url(https://cdn3.iconfinder.com/data/icons/virtual-notebook/16/button_shape_line-128.png) center; */
}
nav ul{
    padding: 0;
    width: 1240px;
    margin: auto;
}
nav ul li{
    float: left;
    width: 22%;
    text-align: center;
    margin: 0 0 0 4%;
	position:relative;
}
nav ul li:after{
	content:'';
	background: ;
	background-size: 20px;
    position: absolute;
    z-index: 10;
    top: 67px;
    right: -19%;
    width: 20px;
    height: 20px;
}
nav ul li a{
    background: #fff;
    width: 100%;
	display: block;
    padding: 0;
    font-family: 'Roboto';
    font-size: 27px;
    text-decoration: none;
    color: #fff;
    border-radius: 8px;
	font-weight: 300;
	position:relative;
}
nav ul li a img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
}
nav ul li:hover a img{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
/* nav ul li a:after{
	content: '';
    background: rgba(255,255,255,0.1);
    z-index: 1;
    right: -50px;
    top: 0;
    width: 120%;
    height: 120%;
    position: absolute;
    margin: 48px -10px 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-57deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(-57deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(-57deg);
    transform-origin: 0 0;
    transform: rotate(-57deg);
	
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
nav ul li:hover a:after{
	content: '';
    transform: rotate(0deg);
    margin: 0;
} */
nav ul li:first-child{margin:0;}
nav ul li a:before{
    content: "";
    background-repeat:no-repeat;
    z-index: 1;
    position: absolute;
    right: 0;
    top: -12px;
}
/* nav ul li a#smartphone:before{background-image:url(//www.siamphone.com/images/bestofyear/2017/snow-01.png);width:154px;height:44px;}
nav ul li a#tablet:before{background-image:url(//www.siamphone.com/images/bestofyear/2017/snow-02.png);width:114px;height:40px;right:auto;}
nav ul li a#news:before{/* background-image:url(//www.siamphone.com/images/bestofyear/2017/snow-03.png); width:156px;height:36px;}
nav ul li a#review:before{background-image:url(//www.siamphone.com/images/bestofyear/2017/snow-04.png);width:154px;height:36px;} */
#content{
    clear: both;
    overflow: hidden;
}
.sticky {
	position: fixed;
	width: 98%;
	left: 0;
	top: 0;
	z-index: 100;
	height: 50px;
	padding: 10px 30px;
}
.cover{
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.05);
}
.cover img{
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.block {
/* 	text-align: center; */
	padding: 0 0;
	/* overflow: hidden; */
	padding: 20px 0;
    background: #fff;
}
.block h1{
	text-align: center;
	font-family: 'Sukhumvit';
	display: initial;
	line-height: 50px;
	font-size: 1.8em;
	color: #000;
	padding-top: 50px;
}
.block_content {
    margin: 0;
    background: #fff;
   /*  padding-top: 30px; */
    overflow: hidden;
    border-radius:0px;
}
.block_content p {
	text-align:left;

	font-family: "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
	line-height: 26px;
}
.block_content p:first-child {
	margin-top: 30px;
}

.block_content h2{
	text-align: left;
    font-size: 4.5em;
    font-weight: 100;
    font-family: DBHelvethaicaXRegular;
    line-height: 50px;
    /* border-bottom: 2px solid rgb(255, 255, 255); */
    margin-bottom: 0;
    background: #195fad;
    background: #cc0000;
    clear: both;
    padding: 25px 0;
    text-indent: 25px;
    color: #fff;
}
.block_content h2 span{

}
.block_content h2:before{

}
.block_third_image ul{
	padding:0 ;
	overflow:hidden;
}
.block_third_image li{
/*	width: 21.8%;
	float: left;
	padding: 1% 1%;
	background: #f1f1f1;
	border: 1px solid #DDD;
	margin: 0.5% 0.5%; */
	
}
img.thumbImg{
	padding: 5% 5%;
	background: #FFFFFF;
	border: 1px solid #ECE7C4;
	width: 87%;
}
.indent30{
	text-indent: 30px;
}


.number{
    font-family: 'Roboto';
    font-size: 120px;
    position: absolute;
    color: #c00;
    font-weight: bold;
    right: 3%;
	top:5%;
    line-height: 95px;
}
.numberLeft{right:auto;left:3%;}
.view{
    font-family: 'Roboto';
    font-size: 80px;
    position: absolute;
    color: #000;
    font-weight: bold;
    right: 3%;
    top: 28%;
    font-weight: 300;
}
.view font{
    margin-right: 10px;
    color: #c1a064;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.view font i{
    display: block;
    font-size: 40px;
    position: absolute;
    top: -18px;
}
.viewLeft{
	right:auto;
	left:3%;
}
.block_content p.reviewName{
	font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Kanit';
    position: absolute;
	top: 44%;
	right: 2.5%;
    text-align: right;
    width: 33%;
    height: 220px;
    overflow: hidden;
}
.block_content p.reviewName a{
    color: #353535;
    text-decoration: none;
}
.block_content p.reviewNameLeft{
    right: auto;
    left: 3%;
    text-align: left;
}
.review img{
    border-radius: 30px;
}
.linkMore{
    display: block;
    width: 50%;
    position: absolute;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.9) !important;
    color: #fff;
	z-index:10;
    text-align: center;
    padding: 15px 0;
    text-decoration: none;
	right: 2.5%;
    margin: 0 0 2% 3%;
	border-radius:50px;
}
.linkMoreLeft{ 
	right: auto;
    margin: 0 3% 2%;
}
.review .linkMore{
    width: 15.5%;
    font-family: 'Kanit';
    margin: 0 0 0 3%;
    padding: 10px 0;
}

.phone {
	margin-bottom:0;
/*     padding: 30px 0 50px;
    border-bottom: 1px solid #ababab; */
	padding-bottom:50px;
}

.phone .number{
    position: relative;
    text-align: center;
    right: auto;
    font-size: 115px;
	color:#EB4F40;
	z-index: 2;
}
.phone .numberPhoneFirst{
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    margin: 70px auto 30px;
    font-size: 150px;
}
.phone .view{
    position: relative;
    top: auto;
    font-size: 60px;
    right: auto;
    text-align: center;
    line-height: 110px;
	color: #c1a064;
}
.phone .viewPhoneFrist{
    position: relative;
    width: 100%;
    text-align: center;
    right: auto;
    line-height: 150px;
	font-size:80px;
}
.phone a.name{
    font-family: 'Kanit';
    color: #000000;
    text-decoration: none;
    display: block;
    margin: 0 0 0;
    line-height: 50px;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    width: 85%;
    padding: 0 30px;
    min-height: 100px;
    z-index: 10;
    font-size: 35px;
}
.phone a.namePhoneFirst{
	position: relative;
    right: auto;
    top: auto;
    text-align: center;
    margin: 70px auto 30px;
    width: 90%;
    color: #000;
    font-size: 100px;
	font-weight: 500;
    line-height: 1.05;
}
.phone a.nameLeft{
	text-align:left;
	right:auto;
	left:3%;
}
.phone .view font i{
    display: inline-block;
    font-size: 40px;
    position: absolute;
    top: 25px;
}
.phone .viewPhoneFrist font i{
    display: inline-block;
    font-size: 40px;
    position: absolute;
    top: 50px;
}
.phone .linkMore{
    position: relative;
    text-align: center;
    margin: auto;
    background:#aa0000;
    right: auto;
    padding: 12px 0;
    font-family: 'Kanit';
}
.phone .linkMoreFirst{
    position: relative;
    margin: auto;
    right: auto;
    width: 20%;
	padding:15px 0;
}
.phone .bigImgFirst{
	width: 99%;
    text-align: center;
    margin: auto;
/*     border: 5px solid #bbb; */
    padding: 30px 0;
}
.phone .bigImg img{
    z-index: 9;
    position: relative;
}
.phone:after{
	content:"";
	border:2px solid #1b1b1b;
	position:absolute;
	height:70%;
    width: 97%;
    left: 0;
    bottom: 0;
}
.phone:first-child:after{
	width: 97.5%;
    height: 55%;
    margin: 0 1%;
}

/* TABLET*/
.tablet{}
h2.headTablet{background:#45B26F;}
.tablet .number{color: #45B26F;}
.tablet .view{color: #c1a064;}
.tablet .linkMore{background:#6299D4;}
.tablet:after{border:2px solid #1b1b1b;}
.bigImg{
	width: 90%;
    text-align: center;
    margin: auto;
    padding: 30px 0;
}
.tablet .bigImg{height: 380px;}
.tablet .bigImgFirst{height: 250px;}
.subImg{
    width: 20%;
    float: left;
	display:none;
}
.subImg img{
    width: auto;
    height: 120px;
    margin: 5px 0;
}
/*** NEWS ***/
.news{
	padding:0;
}
h2.headNews{background:#2EBCE4;}
.news .view{
	right:0;
}
.news .view font i {
    font-size: 31px;
    top: -9px;
    left: 4px;
}
br{clear:both;}
.news img{width:100%;}
.news p{
	position: relative;
    margin: 136px 10px 0 15px;
    font-family: 'Kanit';
    font-size: 30px;
    text-decoration: none;
}
.news p a{
	text-decoration: none;
    color: #000;
}
.news .linkMore{
    display: block;
    width: 22%;
    position: absolute;
    bottom: 0;
    background: #b4b4b4;
    color: #fff;
    text-align: center;
    padding: 0;
    text-decoration: none;
    right: 3.5%;
    margin: 0px 0 0 0;
    font-size: 13px;
}

.block_content p {
    text-align: left;
    line-height: 26px;
}
.news p {
    position: relative;
    margin: 136px 10px 0 15px;
    font-family: 'Kanit';
    font-size: 30px;
    text-decoration: none;
}
.number{
    font-family: 'Roboto';
    font-size: 120px;
    position: absolute;
    color: #c00;
    font-weight: bold;
    right: 3%;
	top:5%;
    line-height: 110px;
}
.news .number{background: -webkit-linear-gradient(rgb(162, 118, 64) 10%, rgba(255,245,172,1) 48%, rgba(120,87,46,1) 100%);-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.phone .number{color:#aa0000;background: -webkit-linear-gradient(rgb(162, 118, 64) 10%, rgba(255,245,172,1) 48%, rgba(120,87,46,1) 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.tablet .number{color:#3979a9;background: -webkit-linear-gradient(rgb(162, 118, 64) 10%, rgba(255,245,172,1) 48%, rgba(120,87,46,1) 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.tablet .numberPhoneFirst, .phone .numberPhoneFirst{line-height: 120px;}

font.view {
    margin-right: 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
	position:relative;
	right: 0;
    top: -45%;
}
font.view i {
    display: block;
    font-size: 40px;
   position: absolute;
    top: -42px;
}
.news_cover{
background: #dfd6e9;
    background: rgb(223,214,233);
    background: -moz-linear-gradient(top, rgba(223,214,233,1) 1%, rgba(249,247,252,1) 100%);
    background: -webkit-linear-gradient(top, rgba(223,214,233,1) 1%,rgba(249,247,252,1) 100%);
    background: linear-gradient(to bottom, rgba(223,214,233,1) 1%,rgba(249,247,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfd6e9', endColorstr='#f9f7fc',GradientType=0 );
	
	paddiing-bottom: 5rem;
}
.news_cover .container, .news_cover .block, .news_cover .block_content{background:transparent;}
.news_topten{
	overflow:hidden;
	position:relative;
	clear:both;
	min-height: 200px;
	margin:0 0 0 0;
}
.news_topten h1{
	margin: 20px 0 20px;
}
.news_topten .block_topten{
    margin-left: 30px;
    width: 560px;
    float: left;
    position: relative;
    /* margin: 0 15px 0 0; */
    /* margin: 0 0 0 0; */
    padding-top: 0;
    /* padding-bottom: 10px; */
    overflow: visible !important;
    min-height: 466px;
    border-radius: 30px;
    margin-top: 30px;
	
	/* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(255, 255, 255, 0.7);
    color: #EEE;
    padding: 10px;

}
.news_topten .block_topten:before {
    bottom: 0;
    content: "";
    display: block;
    height: 50%;
    width: 100%;
    position: absolute;
    z-index: 1;
   /* background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.55)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);*/
}
.news_topten .block_topten img{width:100%;height:auto;border-radius: 30px;/*  */}
.news_topten .block_topten h4 {
    position: absolute;
    bottom: 35px;
    right: 3%;
    margin: 0;
    z-index: 9;
    display: block;
    text-align: right;
    padding: 5px 0px 0 0px;
    border-radius: 0;
    width: 48%;
    font-family: 'Roboto';
    font-size: 57px;
    color: #fff;
    font-weight: 300;
}
.news_topten .block_topten h4 span{
    top: -224%;
    right: -1%;
}
.news_topten .block_topten h4 i{
    font-size: 36px;
    right: 2px;
    top: -35px;
}
.news_topten .block_topten p {
	margin: 0;
    position: absolute;
    bottom: 0;
    display: block;
    width: 49%;
    padding:5% 48% 4% 3%;
    z-index: 8;
	left:0;
    text-align: left;
    border-radius: 0 0 30px 30px;
	
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.news_topten .block_topten p a {
	font-size: 22px;
    line-height: 27px;
    color: #fff;
    font-weight: 400;
    font-family: 'Kanit';
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
/** Review **/
#review_content{
    width: 100%;
    padding: 0;
}
.review{
	margin-bottom:0 !important;
    padding-top: 3.5%;
}
#review_content .column{	width: 100%;}
h2.headReview{background:#F8A720;}
.review .number{    background: -webkit-linear-gradient(rgb(162, 118, 64) 10%, rgba(255,245,172,1) 48%, rgba(120,87,46,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.review .view{color:rgb(193, 160, 100);font-size:60px;top:38%;}
.review .reviewImg, .review .reviewImgLeft{position:relative;}
.review .reviewImg:before{
    content: "";
    background-repeat:no-repeat;
    z-index: 99;
    position: absolute;
	left: 39%;
    top: -15px;
    width: 760px;
    height: 48px;
	/* background-image:url(//www.siamphone.com/images/bestofyear/2017/snow-05.png); */
    background-size: 100%;
}
.review .reviewImgLeft:before{
    content: "";
    background-repeat:no-repeat;
    z-index: 999;
    position: absolute;
    left: -4px;
    top: -15px;
    width: 760px;
    height: 48px;
/* 	background-image:url(//www.siamphone.com/images/bestofyear/2017/snow-05.png); */
    background-size: 100%;
}
.right, .left{width:760px;height:auto;}

/*Video*/
.video{}
.video:after{
    content: "";
    border: 5px solid #bbb;
    border-top: 0;
    height: 60%;
    width: 97.3%;
    position: absolute;
    bottom: 0;
	z-index:0;
}
.video:first-child:after{
	content:none;
}
.video .number{
    color: #4057A7;
	height: 90px;
    right: 0;
    top: 0;
}
.video:first-child .number{
    position: relative;
    text-align: center;
    font-size: 150px;
}
.video .name{
    font-size: 45px;
    font-weight: 100;
    font-family: DBHelvethaicaXRegular;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 90%;
    height: 125px;
    overflow: hidden;
    display: block;
    color: #252525;
    margin: 30px 0 40px;
    text-decoration: none;
    padding: 0 5%;
}
.video:first-child .name{
    height: 88px;
    margin: 60px 0 0;
}
.video .view{
	position:relative;
	text-align:center;
	right:auto;
    color: #5570ce;
}
.video .view font i{display:inline-block;}
.video img{

}	
.video .videoImg{
	width: 100%;
    overflow: hidden;
    margin: 88px 0 0 0;
	position:relative;
	z-index:2;
}
.video .videoImg img{
    width: 100%;
    height: auto;
    margin: -9.5% 0;
}
.video .linkMore{
	display: block;
    width: 31%;
    bottom: 10px;
    color: #fff;
    z-index: 10;
    text-decoration: none;
    position: relative;
    text-align: center;
    margin: 40px auto 0;
    background: #4057A7;
    right: auto;
    padding: 8px 0;
}
.photoTop{
/* 	text-align:center; */
}
.photoTop img{

}
ul.nav_blue li {
    background: url(http://www.siamphone.com/images/nav_blue_dot.gif) no-repeat scroll 2px 8px transparent;
    list-style: none outside none;
    padding: 0 0 0 15px;
}

.menu{
	font-family: DBHelvethaicaXRegular;
    font-size: 30px;
    margin: 90px 0;
    text-align: center;
}
.menu ul{
    overflow: hidden;
    padding: 0;
}
.menu ul li{
    float: left;
    margin: 0 2% 0 0;
    width: 18.4%;
    background: #ebebeb;
}
.menu ul li:last-child{margin:0;}
.menu ul li a{
	display: block;
    padding: 25px 0;
    text-decoration: none;
    color: #000;
}
.updateLast{
margin: 50px auto;
    text-align: center;
    font-size: 12px;
}
 .newyear{
 text-align: center;
    font-size: 150px;
    font-family: 'Kanit';
    line-height: 170px;
    padding: 7% 0 10%;
    color: #c00;
    font-weight: bold;
    letter-spacing: 7px;
    background:#a20003 url(//www.siamphone.com/images/bestofyear/2019/bg_bottom.png) 100%;
    background-position: bottom;
    background-size: cover;
 }
 .newyear p{margin:0px 0;
     background: rgb(255,251,144);
    background: -moz-linear-gradient(left, rgba(255,251,144,1) 0%, rgba(248,220,101,1) 24%, rgba(153,108,34,1) 49%, rgba(251,232,120,1) 68%, rgba(255,255,170,1) 77%, rgba(251,232,120,1) 83%, rgba(164,99,27,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,251,144,1) 0%,rgba(248,220,101,1) 24%,rgba(153,108,34,1) 49%,rgba(251,232,120,1) 68%,rgba(255,255,170,1) 77%,rgba(251,232,120,1) 83%,rgba(164,99,27,1) 100%);
    background: linear-gradient(to right, rgba(153,108,34,1) 0%,rgba(170,128,52,1) 24%,rgba(255,251,144,1) 49%,rgba(245,191,79,1) 68%,rgba(170,128,52,1) 77%,rgba(170,128,52,1) 83%,rgba(164,99,27,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffb90', endColorstr='#a4631b',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 0px;
 }
 .newyear p.eng{
	font-size: 93px;
    font-family: 'Roboto';
    font-weight: 500;
    letter-spacing: 0;
    line-height: 120px;
    font-family: 'Pacifico', cursive;
}
 .newyear p.eng span{
	font-size:120px;
	font-weight:700;
 }
#back-to-top {
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 999;
}
#back-to-top a {
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-to-top span {
    width: 113px;
    height: 170px;
    display: block;
    margin-bottom: 7px;
    background: url(//www.siamphone.com/images/bestofyear/2019/santa_totop.png) no-repeat center center; 
   
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    opacity: 1.0;
}
.santa{
    bottom: 10px;
    margin-left: -790px;
    width: 113px;
    height: 197px;
    position: absolute;
    left: 50%;
    z-index: 10;
}
.anim{
    width: 113px;
    height: 197px;
    background-position: 0 0;
    background-image: url(//www.siamphone.com/images/bestofyear/2017/santa_totoplong.png) ;
    -webkit-animation: santa 1.2s steps(3) infinite;
    animation: santa 1.2s steps(3) infinite;
}
@-webkit-keyframes santa {
	0% { background-position-x:0; }
	33.3% { background-position-x:-226px;}
	100% { background-position-x:-339px;}
}
@keyframes santa {
	0% { background-position-x:0; }
	33.3% { background-position-x:-226px;}
	100% { background-position-x:-339px;}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {

header{margin:0;/* background-size: 155%; */}
   header .header_inner{width:100%;}
   header h1{
    font-size: 2em;
    line-height: 1.2em;
    margin: 7% 0 2%;
   }
   header h1 span{font-size:1.2em;}
   header h1 span{padding: 0 5%;line-height: 1.2em;}
   header h2{padding: 3% 17% 18%;line-height: 40px;color: #b98c40;margin: 0;font-size: 1.5rem;}
   
   nav{margin:0;padding:0;}
   nav ul{width: 100%;}
   nav ul li{width: 25%;margin:0;}
   nav ul li:first-child {margin: 0;}
   nav ul li a{padding:0; border-radius: 0;font-size: 1.25em;}
   nav ul li a:after{content:none;}
   nav ul li:hover a:after{content:none;}
   nav ul li a img{width:100%;height:auto;border-radius:0;}
   
   h3{padding:0;line-height: 40px;line-height:185px;background-size:100%;width:100%;height: auto;margin: 1% auto 0;}

	h3 font{width: 100%;}
	h3 font span{display:block;margin-left: 0;}
	
	.view{line-height:80px;}
	.linkMore{width:40%;}
	 .phone:after{width:98%;}
	.phone:first-child:after{width:97%;height: 87%;}
	
	.phone .bigImgFirst{width:100%;padding:0;}

	.bigImgFirst img{display:none;}
	.bigImgFirst img:first-child{display:block;margin:auto;}
	.phone .bigImg img{width:200px;}
	.bigImgFirst img:first-child{width:280px;}
	
	.phone a.name{    
	min-height: 80px;
    font-size: 1.7rem;
    line-height: 40px;
    padding: 0;
    width: 96%;
    margin: 0 auto;}
	.phone a.namePhoneFirst{min-height: auto;margin: 30px auto 30px;font-size:70px;}
	.phone .view{font-size:42px;}
	.phone .viewPhoneFrist{font-size: 60px}
	.phone .linkMore{padding:11px 0;width:50%;}
	.phone .linkMoreFirst{width:40%;}
	.phone .number{font-size:110px;}
	.phone .numberPhoneFirst{font-size:150px;}
	 .phone .view font {position:relative;}
	 .phone .view font i{ font-size: 25px;top: -24px;left: 15%;}
	 .phone .viewPhoneFrist font i{
	    font-size: 38px;
		top: -40px;
		left: 0%;
	 }
	 
	.tablet a.namePhoneFirst{line-height:70px;}
	.tablet:first-child:after{height:45%;}
	.tablet .bigImg{height: 290px;}
	.tablet .bigImg img{width:200px;}
	.tablet .bigImgFirst img{width:280px;}
	.tablet .bigImgFirst {height:212px;}
	.tablet a.name{min-height:80px;}
	
	.news_topten .block_topten{
		width: 95%;
		margin-left: 0.5%;
		min-height: auto;
		border-radius: 13px;
	}
	.news_topten .block_topten p{width: 94%;padding: 0 3% 4% 3%;}

	.news_topten .block_topten h4{
		width: 75%;
		font-size: 70px;
		right: 3%;
		bottom: 15%;
		font-weight: 500;
		text-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
	}
	.news_topten .block_topten h4 span{top: -135%;text-shadow: none;}
	.news .view{top: -45%;}
	.news font{color:#fff;}
	.news_topten .block_topten h4 i {
		font-size: 45px;
		top: -45px;
		left: -5%;
	}
	.news_topten .block_topten:before{height:60%;}

	.review{background:#fff;}
	.review .number {
		top: 6%;
		right: 2%;
		z-index: 99;
	}
	.review img{width: 100%;height: auto;}
	.review .view{
	    position: relative;
		padding: 20px 10px 0;
		right: 0;
		font-size: 70px;
		text-align: center;
		line-height: 60px;
	    clear: both;
	}
	.review .view font{position:relative;}
	.review .view font i{
		line-height: 65px;
		top: -53px;
		right: auto;
		left: 0%;
	}
	.review .reviewImg:before{left:0;}

	.block_content p.reviewName{
	    width: 94%;
		position: relative;
		margin: 5px 0 40px;
		text-align: center;
		right: 0;
	    padding: 0 3%;
		height: auto;
	}
	.block_content p.reviewNameLeft{left:auto;}
	.review .linkMore {
		position: relative;
		margin: 0 auto 5%;
		padding: 11px 0;
		width:25%;
	}
	.numberLeft{left:auto;}
	.viewLeft{left:auto;}
	.newyear{background-size: 100%;background-repeat: no-repeat;background-color: #6c0204;}
	.newyear p{margin:0; font-size: 5rem;}
	.newyear p.eng{line-height: 5rem;font-size: 4rem;}
	.newyear p.eng span{font-size: 4rem;}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  header{margin:0;/* background-size:150%; */ background-size: contain;}
   header .header_inner{width:100%;}
   header .logo img {
    width: 200px;
    height: auto;
    margin: 70px 0 0 0;
    margin-top: 2rem;
    margin-bottom: 5rem;
}
   header h1{
    line-height: 1.2em;
    margin: 2% 0 5%;
    font-size: 1.5em;
	
	    -webkit-text-fill-color: white;
   }
   header h1 span{font-size:1.2em;}
   header h1 span{padding: 0 5%;line-height: 1.2em;}
   header h2{padding: 3% 17% 10%;line-height: 31px;color: #b98c40;margin: 0;font-size:19px;}
   
   nav{margin:0 auto 20px;width:90%;background: #eee;padding: 30px 30px;}
   nav ul{width: 100%;}
   nav ul li{width: 50%;margin:0;overflow:hidden;}
   nav ul li:first-child {margin: 0;}
   nav ul li a{padding: 0 0; border-radius: 0;font-size: 1.25em;}
   nav ul li a:after{content:none;}
   nav ul li:hover a:after{content:none;}
   nav ul li a img{width:100%;height:auto;border-radius: 0;}
   
	h3{line-height: 40px;width: 90%;height: auto;padding: 7% 0;background-size: 100%;}
	h3 font{width: 100%;}
	h3 font span{display:block;margin-left: 0;}
	
	.view{line-height:80px;}
	.linkMore{width:40%;}
	 .phone:after{width:98%;}
	.phone:first-child:after{width:96%;height: 87%;}
	
	.phone .bigImgFirst{width:100%;padding:0;}

	.bigImgFirst img{display:none;}
	.bigImgFirst img:first-child{display:block;margin:auto;}
	.phone .bigImg img{width:280px;}
	
	.phone a.name{min-height:auto;}
	.phone a.namePhoneFirst{min-height: auto;margin: 30px auto 30px;font-size:70px;}
	.phone .view{font-size:55px;}
	.phone .viewPhoneFrist{font-size: 60px}
	.phone .linkMore{padding:11px 0;}
	.phone .linkMoreFirst{width:40%;}
	.phone .number{font-size:120px;}

	.tablet a.namePhoneFirst{line-height:70px;}
	.tablet:first-child:after{height:45%;}
	
	.news_topten .block_topten{
	    width: 95%;
		margin-left: 0.5%;
		min-height: auto;
		border-radius: 13px;
	}
	.news_topten .block_topten p{width: 94%;padding: 5% 3% 4% 3%;border-radius: 0 0 13px 13px;}
	.news_topten .block_topten h4{
		width: 75%;
		font-size: 70px;
		right: 2%;
		top: 60%;
		bottom: auto;
		font-weight: 500;
		text-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
	}
	.news_topten .block_topten img{
	    border-radius: 13px 13px;
	}
	.news_topten .block_topten h4 span{
	    top: -130%;
		text-shadow: none;
	}
	.news .view{top: -45%;}
	.news_topten .block_topten h4 i {
		font-size: 45px;
		top: -45px;
		left: -5%;
	}

	.review{background:#fff;}
	.review .number {
		top: 2%;
		right: 0;
		z-index:9;
	}
	.review img{width: 100%;height: auto;border-radius: 13px;}
	.review .view{
	    position: relative;
		padding: 20px 10px 0;
		right: 0;
		font-size: 70px;
		text-align: center;
		line-height: 60px;
	    clear: both;
	}
	.review .view font{position:relative;}
	.review .view font i{
		line-height: 65px;
		top: -53px;
		right: auto;
		left: 0%;
	}

	.block_content p.reviewName{
	    width: 94%;
		position: relative;
		margin: 5px 0 40px;
		text-align: center;
		right: 0;
	    padding: 0 3%;
		height:auto;
	}
	.block_content p.reviewNameLeft{left:auto;}
	.review .linkMore {
		position: relative;
		margin: 0 auto 15%;
		padding: 11px 0;
		width:35%;
	}
	.numberLeft{left:auto;}
	.viewLeft{left:auto;}
	.newyear{
		background-repeat: no-repeat;
		padding: 7% 0 30%;
	    letter-spacing: 0;
	}
	.newyear p{font-size: 110px;}
	.newyear p.eng{font-size: 60px;}
}
@media only screen and (max-width: 480px) and (min-width: 100px){
   body{ /* background: #b1fdff; */}
   .block_content{/* padding-bottom:20px; */}
   
   header{margin:0;/* background-size: 155%; */}
   header .header_inner{width:100%;}
   header .logo img{width: 50%;margin: 30px 0 0 0;}
   header h1{
       font-size: 1.1em;
		line-height: 1.5em;
		margin: 10% 0 10%;
		
		    background: -webkit-linear-gradient(left, rgba(120,87,46,1) 10%,rgba(255,245,172,1) 49%,rgba(255,245,172,1) 56%,rgba(120,87,46,1) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	
	-webkit-text-fill-color: white;
	
   }
   header h1 span{font-size:1.2em;}
   header h1 span{padding: 0 5%;line-height: 1.2em;}
   header h2{padding:0 10% 5% 10%;line-height: 30px;color: #b98c40;font-size:18px;}
   
   nav{margin: 0;padding: 0 0 20px 0;}
   nav ul{width: 100%;}
   nav ul li{width: 50%;margin: 0;}
   nav ul li:first-child {margin:0;}
   nav ul li a{padding: 0 0; border-radius: 0;background: transparent;}
   nav ul li a:after{content:none;}
   nav ul li:hover a:after{content:none;}
   nav ul li a img{width:100%;height:auto;border-radius: 0;}
   
	h3{padding: 20px 0 15px;line-height: 65px;background-size: 100%;width: 100%;height: auto;  background-position: center top;}

	h3 font{width: 100%;}
	h3 font span{display:block;margin-left: 0;}
	
	.view{line-height:80px;}
	.linkMore{width:40%;}
	 .phone:after{ width: 92%;height: 92%;margin: 0 3%;}
	.phone:first-child:after{width: 92%;height: 87%; margin: 0 3%;}
	
	.phone .bigImgFirst{width:100%;padding:0;}

	.bigImgFirst img{display:none;}
	.bigImgFirst img:first-child{display:block;margin:auto;}
	.phone .bigImg img{width:65%;}
	
	.phone a.name{min-height:auto;font-size: 37px;width: 90%;padding:0;margin:0 auto;}
	.phone a.namePhoneFirst{min-height: auto;margin: 30px auto 30px;font-size:57px;padding-left:0;}
	
	.phone .viewPhoneFrist{font-size: 60px}
	.phone .view font, .phone .viewPhoneFrist font{font-size:13px;position: relative;}
	.phone .view font i, .phone .viewPhoneFrist font i{
		display: inline-block;
		font-size: 35px;
		position: absolute;
		top: -35px;
		text-align: center;
		width: 100%;
	}
	.phone .linkMore{padding:11px 0;}
	.phone .linkMoreFirst{width:40%;}
	

	.tablet a.namePhoneFirst{line-height:45px;font-size: 2.5rem;}
	.tablet:first-child:after{height:45%;}
	.tablet .bigImg{height:auto;}
	
	.news_topten .block_topten{width:90%;margin-left:2.5%;min-height:auto;border-radius: 13px;}
	.news_topten .block_topten p{ 
		width: 94%;
		padding: 5% 3% 4% 3%;
		overflow: hidden;
		height: auto;
		margin-bottom: 0;
		position: relative;
	    border-radius: 0 0 13px 13px;
		
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.80) 80%);
	}
	.news_topten .block_topten p a{
		font-size:18px;
		line-height:24px;
	}
	.news_topten .block_topten img{border-radius: 13px 13px 0 0;}
	.news_topten .block_topten h4{
		width: 70%;
		font-size: 40px;
		right: 5%;
		top: auto;
		bottom: 20%;
		font-weight:500;
		text-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
	}
	.news_topten .block_topten h4 span{top: -95%;right: 0;font-size: 80px;text-shadow:none;}
	.news .view{top: -45%;color:#fff;}
	.news_topten .block_topten h4 i {
		font-size: 25px;
		top: -21px;
		left: 20%;
		right:auto;
		color:#fff;
	}
	.news_topten .block_topten:before{height:70%;}

	#review_content {
		width: 94%;
		padding: 0 3%;
	}
	.review{background:#fff;}
	.review .number {
		top: -7%;
		right: 0;
		z-index:9;
		font-size:100px;
	}
	#review_content .column:first-child{padding-top:70px;}
	#review_content .column:first-child .number {top:2%;}
	.review img{width: 100%;height: auto;border-radius: 13px;}
	.review .view{
	    position: relative;
		padding: 20px 10px 0;
		right: 0;
		font-size: 50px;
		text-align: center;
		line-height: 60px;
	    clear: both;
	}
	.review .view font{position:relative;}
	.review .view font i{
		line-height: 65px;
		top: -47px;
		right: auto;
		left: 10%;
		font-size: 30px;
	}

	.block_content p.reviewName{
	    width: 94%;
		position: relative;
		margin: 5px 0 40px;
		text-align: center;
		right: 0;
	    padding: 0 3%;
		height:auto;
	}
	.block_content p.reviewNameLeft{left:auto;}
	.review .linkMore {
		position: relative;
		margin: 0 auto 15%;
		padding: 11px 0;   
		width: 45.5%;
	}

	.numberLeft{left:auto;}
	.viewLeft{left:auto;}
	.newyear{   
		font-size: 100px;
		letter-spacing: 0;
		background-size: 100%;
		background-position: bottom;
		font-weight: 100;
		padding: 5% 0 0 0;
		background-repeat: no-repeat;
		background-color: #6c0204;
	}
	.newyear p{margin: 0;line-height: 80px;font-size:4rem;}
	.newyear p.eng, .newyear p.eng span{font-size: 2rem;margin: 0;line-height: 2.5rem;padding-bottom: 50px;}
	footer p {
		margin: 0;
		font-family: 'Kanit';
		line-height: 18px;
		margin-top: 15px;
		font-weight: 100;
	}
	#back-to-top span{
	    background-size: 100%;
		width: 80px;
		height: 148px;
	}
}