name : style.css
@font-face {
  src: url('font/db_pradit_x-webfont.woff2') format('woff2'),
  url('font/db_pradit_x-webfont.woff') format('woff');
    font-family: 'db_pradit_x';
    font-weight: normal;
    font-style: normal;
}
nav ul li{
  list-style:none;
  float:left;
}
nav ul li a{
  text-decoration:none;
  padding:4px 5px;
}
.active{
  font-weight:bold;
  text-decoration:none;
}


.hideme
{
    opacity:0;
}

.position_video{
  padding: 0px 70px 0px 70px;
}

@media screen and (max-width : 480px){
  .position_video{
    padding: 0px 0px 0px 0px;
  }
}

.content_video{
  padding-top:30px;
}

hr.style-three {
    border: 0;
    border-bottom: 2px dashed #CCC;
    background: #FFFF;
    margin: 0px;
}

.nav_menu{
  margin-top: 25px;
  margin-bottom: 0px;
  font-family: "db_pradit_x",sans-serif, Verdana, Arial, Helvetica;
}


.related_pic{
margin-top: 20px;
margin-left:0px;
margin-right:0px;
}

.detail_releted{
  padding-top: 5px;
  font-size: 16px;
}

.footer_logo{
  padding-top:15px;
}

.info_company{
  padding-top: 45px;
}


.navbar-toggle .icon-bar {
  border-color: black;
}

.navbar-transparent{
  background: transparent;
  border: none;
}

.navbar-transparent .navbar-nav > li > a{
  line-height: 50px;
}
.navbar-transparent .navbar-nav > li > a:hover
{
  color: black;
  line-height: 50px;
}

.navbar-transparent .navbar-brand {
  line-height: 50px;
}

.navbar-transparent .navbar-nav > .open > a,
.navbar-transparent .navbar-nav > .open > a:hover,
.navbar-transparent .navbar-nav > .open > a:focus{
  background: transparent;
  color: black;
}

#nav-btn {
  background-color: #009AAB;
  color: #fff;
  border: none;
  border-radius: 0;
  margin-top: 20px;
  line-height: 10px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
}

.element {
  animation: pulse 5s infinite;
}

@keyframes pulse {
  0% {
    background-color: #001F3F;
  }
  100% {
    background-color: #FF4136;
  }
}


/* The slow way */
.make-it-slow {
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: box-shadow 0.3s ease-in-out;
}

/* Transition to a bigger shadow on hover */
.make-it-slow:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* The fast way */
.make-it-fast {
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

/* Pre-render the bigger shadow, but hide it */
.make-it-fast::after {
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Transition to showing the bigger shadow on hover */
.make-it-fast:hover::after {
  opacity: 1;
}


.box{
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box:hover {
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}

.box:hover::after {
    opacity: 1;
}


.footer_next{
  cursor: pointer;
  padding:25px 10px  50px  15px;
  background-color: black;
  color:white;
}

.sidenav {
  background-color: white;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  padding-top: 60px;
  position: fixed;
  text-align: left;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 0;
  z-index: 1;
  color:black;
}
.sidenav a {
  color: black;
  display: block;
  transition: all 0.3s ease 0s;
}
.sidenav a:hover{
    color:black;
}
.sidenav .side_menu a {
  font-size: 40px;
  padding-left: 8px;
}

.sidenav .closebtn {
  font-size: 30px;
  margin-left: 50px;
  position: absolute;
  right: 25px;
  top: 0;
  cursor:pointer;
}
.side_menu {
  border-right: 1px solid #ffffff;
  padding-left: 32px;
}
.login_side {
  padding-left: 50px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
}
/**sidbar menu close**/

.header_bar .navbar-toggle {
  height: auto;
  margin-top: 19px;
  padding: 7px 12px;
  cursor:pointer;
}
.social_ico a:hover {
  background: white none repeat scroll 0 0;
}
.sidenav .side_menu a:hover, .sidenav .side_menu a.active {
  font-family: 'db_pradit_x';
  color: black;
}
.top_section {
  float: left;
  margin-bottom: 25px;
  width: 100%;
}
.chu-section {
  float: left;
  padding: 40px 0;
  width: 100%;
}
section {
  float: left;
  width: 100%;
}
.bg-gray{
	background-color:white;
	color:black;
}
.section-cover {
  float: left;
  padding: 40px;
  width: 100%;
}
.bg-gray h1, .bg-gray h4 {
  color: #fff;
}
.ico-cover {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  border-radius: 100px;
  clear: both;
  height: 100px;
  line-height: 100px;
  margin: auto auto 20px;
  position: relative;
  text-align: center;
  width: 100px;
}
.view-btn ,.view-btn:hover,.view-btn:focus{
  color: #ffffff;
  font-weight: 600;
  text-decoration:none;
}
.ico-cover::after {
  border: 4px solid #050505;
  border-radius: 100px;
  content: "";
  height: 90px;
  left: 5px;
  line-height: 90px;
  position: absolute;
  top: 5px;
  width: 90px;
}
.login_side h3 {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
	.side_menu {
  border-right: none;
}
} 

.image {
  display: block;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.imageshover:hover .image {
  opacity: 0.3;
}

.imageshover:hover .middle {
  opacity: 1;
}

.text {
  color: black;
  font-size: 20px;
  padding: 16px 32px;
}


© 2024 UnknownSec