﻿a:hover {
   color:rgb(234,29,38);
   text-decoration:none!important;
}
a {color:#4286f4}
section.receipes {
   width:80%; 
   background-color:#f9f7ea; 
   border-radius:18px; 
   padding:20px;
   max-width:800px;
   margin-bottom:20px;
}

.text-vertical-lr {
   writing-mode:vertical-lr;
   text-orientation:mixed;
}

.text-vertical-rl {
   writing-mode:vertical-rl;
   text-orientation:mixed;
}
  
@media screen and (max-width:600px) {
   section.receipes {
      width:100%;
   }
}

div.advertorial {
   width:1280px;
   height:900px;
   margin-bottom:20px;
   background-image: url("https://www.nguoi-viet.com/wp-content/uploads/2018/08/coast-surgery-center-1280a.png");
}

@media screen and (max-width:414px) and (orientation:portrait) {
   div.advertorial {
      background-image: url("https://www.nguoi-viet.com/wp-content/uploads/2018/08/coast-surgery-center-mobilex414pxa.png");
      width:110%;
      height:831px;
      max-width:414px;
      background-repeat:no-repeat;
      margin-left:-20px;
      background-size:contain;

   }
}
@media screen and (min-width:768px) and (orientation:portrait) {
   div.advertorial {
      background-image: url("https://www.nguoi-viet.com/wp-content/uploads/2018/08/coast-surgery-center-768x1024a.png");
      width:100%;
      height:1024px;
      background-size:contain;
      background-repeat:no-repeat;
   }
}
@media screen and (min-width:1024px) and (orientation:portrait) {
   div.advertorial {
      background-image: url("https://www.nguoi-viet.com/wp-content/uploads/2018/08/coast-surgery-center-768x1024a.png");
      width:100%;
      height:1366px;
      background-size:contain;
      background-repeat:no-repeat;
   }
}
@media screen and (min-width:1024px) and (orientation:landscape) {
   div.advertorial {
      background-image: url("https://www.nguoi-viet.com/wp-content/uploads/2018/08/coast-surgery-center-landscape-1024x768a.png");
      width:100%;
      height:768px;
      padding:0px;
      background-size:contain;
      background-repeat:no-repeat;
   }
}
@media screen and (min-width:1366px) and (orientation:landscape) {
   div.advertorial {
      background-image: url("https://www.nguoi-viet.com/wp-content/uploads/2018/08/coast-surgery-center-landscape-1024x768a.png");
      width:100%;
      height:1024px;
      padding:0px;
      background-size:contain;
      background-repeat:no-repeat;
   }
}

@media screen and (min-width:1440px) {
   div.advertorial {
      background-image: url("https://www.nguoi-viet.com/wp-content/uploads/2018/08/coast-surgery-center-1280a.png");
      width:100%;
      height:1024px;
      padding:0px;
      background-size:contain;
      background-repeat:no-repeat;
   }
}

div.sponsor {
   text-align:right;
   font-weight:normal;
   font-size:x-small;
   color:grey;
}

@media screen and (max-width:600px) {
    div.sponsor {
        margin-right:0px;
    }
}
.td-post-featured-image img {width:800px!important;}

.td-post-template-2 .td-post-sub-title {
   font-size: 14px!important;
   line-height:18px!important;
}

@media screen and (max-width:600px) {
.td-post-template-2 .td-post-sub-title {
   font-size: 12px!important;
   line-height:14px!important;
}

 
h1.text-focus-in {
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2018-8-7 19:32:37
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes h1.text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes h1.text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

}
#column-2 {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 28px;
-moz-column-gap: 28px;
column-gap: 28px;
-webkit-column-rule: 1px solid rgba(28,110,164,0.5);
-moz-column-rule: 1px solid rgba(28,110,164,0.5);
column-rule: 1px solid rgba(28,110,164,0.5);
}