/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Nov 20, 2021, 6:05:21 PM
    Author     : DQHUNG-PC
*/

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: tahoma;
}

.txt-ellipsis
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Line Color: #5380C1, #cc6600 */
html,
body {
    padding: 0px;
    margin: 0px;
    background-color: #e8eff7;
    height: 100%;
    font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
}

body {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    height: 100%;
}

a
{
    text-decoration: none;
    color: #cc6600;
}

.logo-area
{
    float: left;
}

.logo-area span
{
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    float: left;
    padding: 8px 12px;
}

.logo-area img
{
    max-height: 72px;
    margin-top: 0px;
}

.Center-Page
{
    position: relative;
    width: 1000px;
    margin: 0px auto;
}


.fullpage
{
	display: inline-block;
	width: 1000px;
}
 
.right-pane
{
        float: left;
        width: 300px;
        height:100%;
        padding-left: 10px;
        padding-top: 10px;
}

.left-pane
{
        float: left;
        width: calc(100% - 301px);
        height:100%;
        padding-top: 10px;
}

.article-content-page
{
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
    padding: 15px;
    color: #3e3e44;
    margin-bottom: 10px;
}

.article-content-page-title
{
    font-size: 24px;
    text-shadow: 1px 1px 1px #0000006b;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #cc6600;
    float: left;
    width: 100%; 
}


.article-content-page img
{
    max-width: calc(100%);
}

/*
    Top Menu Header - Header Page
*/

.header-page
{
    display: inline-block;
    width: 100%;
    background-color: #077840;
    height: 80px;
    position: fixed;
    margin-bottom: 50px;
    z-index: 9999999;
    padding-top: 5px;
}

.header-page-padding
{
    float: left;
    width: 100%;
    height: 80px;
}

.header-right
{
    float: right;
}

.header-find
{
    padding: 5px;
    position: relative;
}

.header-find input
{
    background-color: #719FDF;
    border: 1px solid #2d5ca0;
    padding-left: 28px;
}

.header-find .fa-search
{
    position: absolute;
    left: 12px;
    top: 9px;
    color: #2d5ca0;
}

.triangle {
  margin-top:100px;
  height:80px;
  background-image:
    linear-gradient(to bottom right, transparent 50%,#BE955A 51%),
    linear-gradient(to top right, transparent 50%,#BE955A 51%),
    linear-gradient(to bottom left, transparent 50%,#CCA56B 51%),
    linear-gradient(to top left, transparent 50%,#CCA56B 51%);
  background-position:0 0,0 100%,100% 0,100% 100%;
  background-size:50.3% 50%;
  background-repeat:no-repeat;
}


.top-header
{
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.top-header-content
{
    display: inline-block;
    width: 1000px;
}


.top-header .menu-area
{
    display: inline-block;
    margin-top: 6px;
}

.top-header .menu-item
{
    display: inline-block;
    text-decoration: none;
    font-family: "Georgia,Times,&quot;Times New Roman&quot;,serif", sans-serif;
    font-size: .8em;
    color: #fba41f;
    padding: 16px 16px;
    text-transform: uppercase;
}


.top-header .menu-item:hover
{
    transition: linear 0.5s;
    background-color: #124f12;
    padding: 16px 16px;
}

/*
    Top Menu Header
*/

.header-pane
{
       float: left;
       width: 100%;
       border-bottom: 1px solid #ccc;
       padding: 5px;
}

.content-pane
{
       float: left;
       width: 100%;
}

.right-pane .menu-area
{
       float: left;
       width: 100%;
}

.right-pane .menu-item
{
       float: left;
       width: calc(100% - 20px);
       text-decoration: none;
       font-family: tahoma;
       size:13px;

       font-weight: bold;
       color: #333;
       padding: 8px 16px;
       margin: 0px 10px;
       border-bottom: dotted 1px #333;
}

.left-pane .header-pane .menu-area
{
       
}

.left-pane .header-pane .menu-item
{
       float: left;
       text-decoration: none;
       font-family: arial;
       size:11px;
       color: #cc6600;
       padding: 8px 16px;
}

.title-panel
{
    display: inline-block;
    width: 100%;
    border-left: 12px solid #113564;
    background-color: #FFF;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.title-panel .title-panel-icon
{
    display: inline-block;
    color: #cc6600;
}

.title-panel .title-panel-title
{   
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 16px;
    background-color: #077840;
    color: #fff;
}


.title-download
{
    display: inline-block;
    width: 100%;
    border-left: 4px solid #5e2e0a;
    background-color: #FFF;
    margin-bottom: 10px;
    border-radius: 15px;
    border-right: 4px solid #5e2e0a;
}

.title-download.tips
{
    border-left: 4px solid #00cc33;
    border-right: 4px solid #00cc33;
}

.title-download .title-download-title
{   
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 16px;
    background-color: #cc6600;
    color: #fff;
    margin-left: 15px;
}

.title-download.tips .title-download-title
{
    background-color: #fff;
    color: #166406;
    padding: 20px 10px 10px 10px;
}

.title-download.tips .tips
{
    display: inline-block;
    padding-left: 10px;
    padding-bottom: 15px;
    vertical-align: top;
}

.title-download.tips .tips .tip
{
    display: inline-block;
    padding: 4px;
    font-size: 13px;
    color: #166406;
    width: 32%;
    margin-right: 5px;
}

.title-download.tips .tips .tip i
{
    width: 45px;
    text-align: center;
    font-size: 30px;
    float: left;
    margin-right: 5px;
    background-color: #dcf9da;
    padding: 6px 0px;
    border-radius: 8px;
}

.downloads
{
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.downloads .download-link
{
    display: inline-block;
    width: 100%;
    padding: 8px;
    font-size: 13.5px;
    border-bottom: 1px dotted #ccc;
}


.color-pane
{
    float: left;
    width: 100%;
}

.hot-articles
{
    display: inline-block;
    width: 1000px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.hot-article-item
{
    display: inline-block;
    overflow: hidden;
    width: 300px;
}

.hot-article-item.min 
{
    width: 100%;
}

.hot-article-item-separator
{
    display: inline-block;
    width: 40px;
}

.hot-article-item-separator.min
{
    display: block;
    height: 10px;
    width: 40px;
}

.hot-article-item .img-thumb
{
    display: inline-block;
    width: 300px;
    overflow: hidden;
    height: 170px;
}

.hot-article-item.min .img-thumb
{
    display: inline-block;
    width: 290px;
    overflow: hidden;
    height: 145px;
}

.hot-article-item .img-thumb img
{
    width: 100%;
    transition: transform .5s;
    transform: scale(1);
}

.hot-article-item .img-thumb:hover img
{
    transition: transform .5s;
    transform: scale(1.2);
}

.hot-article-item .hot-article-item-title
{
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    color: #cc6600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-article-item .hot-article-item-sub
{
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #333;
}

.hot-article-item .hot-article-item-info
{
    display: inline-block;
    width: 100%;
}

.hot-article-item .hot-article-item-info .by
{
    font-size: 13px;
    color: #666;
}

.hot-article-item .hot-article-item-info .author
{
    font-size: 13px;
    color: #255dac;
    font-weight: bold;
}

.hot-article-item .hot-article-item-info .time
{
    font-size: 13px;
    color: #666;
    font-style: italic;
    float: right;
}


.footer-page
{
    float: left;
    width: 100%;
    border-top: 4px solid #6c6c6c;
    padding: 5px;
    background-color: #077840;
    color: #fff;
}

.footer-page .logo
{
    max-width: 80px;
    float: left;
    margin-right: 15px;
}

.footer-page .footer-block-header
{
    float: left;
    width: 100%;
    font-weight: bold;
    color: #fba41f;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.footer-page .footer-block
{
    float: left;
    padding-right: 10px;
    text-align: justify;
    text-justify: inter-word;
}

.footer-page .top-footer-page
{
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.footer-page .footer-content
{
    display: inline-block;
    width: 1000px;
}


.articles-panel
{
    float: left;
    width: 100%;
}

.articles-panel .article
{
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    
    background-color: #FFF;
}

.articles-panel .article.second
{
    background-color: #fcfcfc;
}

.articles-panel .article .article-title
{
    float: left;
    width: 100%;
    padding: 2px 12px;
    margin-bottom: 4px;
    color: #cc6600;
    font-weight: bold;
}

.articles-panel .article .article-info
{
    float: left;
    width: 100%;
    padding: 2px 12px;
    margin-bottom: 10px;
    color: #999;
    font-size: 13px;
}

.articles-panel .article .article-content
{
    float: left;
    width: 100%;
    color: #333;
    font-size: 15px;
    line-height: 22px;
}

.articles-panel .article .article-download
{
    float: left;
    width: 100%;
}

.articles-panel .article .article-download a
{
    display: block;
    text-decoration: none;
    padding: 8px;
}

.articles-panel .article .article-download .article-download-title
{
    float: left;
    margin: 10px;
    border: 1px solid #cc6600;
    color: #cc6600;
    font-weight: bold;
    padding: 10px;
}

.software-article-separator
{
    display: inline-block;
    width: 10px;
}


.software-article
{
    display: inline-block;
    width: 336px;
    height: 186px;
    margin-bottom: 20px;
    background-color: white;
    border-left: 5px solid #c60;
    border-radius: 8px;
    transition: transform .5s;
    overflow: hidden;
}

.software-article:hover  .software-article-picture img
{
    transition: transform .5s;
    transform: scale(1.3);
}


.software-article .software-article-picture
{
    display: inline-block;
    width: 330px;
    height: 186px;
    overflow: hidden;
    position: relative;
}

.software-article .software-article-picture img
{
    width: 100%;
}

.software-article .software-article-picture .software-article-title
{
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 6px 12px;
    background-color: #c60;
}

.software-article .software-article-picture .software-article-sub
{
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    color: #f00;
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding: 6px 12px;
    background-color: #fff183bf;
    width: calc(100% - 10px);
}

.software-article .software-article-picture .software-article-sub-info
{
    display: inline-block;
    width: 100%;
}

.software-article .software-article-picture .software-article-sub-info .by
{
    font-size: 13px;
    color: #666;
}

.software-article .software-article-picture .software-article-sub-info .author
{
    font-size: 13px;
    color: #255dac;
    font-weight: bold;
}

.software-article .software-article-picture .software-article-sub-info .time
{
    font-size: 13px;
    color: #666;
    font-style: italic;
    float: right;
}

.software-article-infos
{
    display: inline-block;
    width: 265px;
    float: right;
    font-size: 13px;
}

.software-article-infos .software-article-info
{
    display: inline-block;
    width: 100%;
    margin-bottom: 3px;
}

.software-article-infos .software-article-info-param
{
    display: inline-block;
    width: 40px;
    background-color: #cc6600;
    color: #fff;
    padding: 8px;
    text-align: center;
    float: right;
    border-radius: 20px;
}

.software-article-infos .software-article-info-value
{
    display: inline-block;
    width: calc(100% - 45px);
    background-color: #fff;
    color: #666;
    padding: 8px;
    text-align: right;
}

.categories
{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.categories-item
{
    display: inline-block;
    width: 100%;
    color: #0a418f;
    font-weight: bold;
    padding: 12px;
    background-color: #fff;
    margin-bottom: 1px;
    box-shadow: 1px 1px 1px 2px #0000000a;
    font-size: 13.5px;
}

.categories-item:hover
{
    background-color: #ccffcc;
    transition: linear 0.2s;
}

.categories-item
{
    position: relative;
    width: 10%;
    color: #0a418f;
    font-weight: bold;
    background-color: #fff;
    margin-bottom: 1px;
    box-shadow: 1px 1px 1px 2px #0000000a;
    font-size: 10px;
    float: left;
    text-align: center;
    height: 120px;
    overflow: hidden;
}

.categories-item-select
{
    color: #fba41f;
    background-color: #077840;
}

.categories-item img
{
    height: 65%;
    margin-top: 10px;
}

.categories-item .categories-item-title
{
    float: left;
    width: calc(100% - 20px);
    position: absolute;
    top: 50%;
    text-align: center;
    text-shadow: 1px 1px 2px #fff;
    font-size: 10px;
    margin: 10px;
    padding: 14px 4px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.categories-item:hover img
{
    transition: transform .5s;
    transform: scale(1.2);
}

.box-case {
    position: relative;
    display: inline-block;
    -webkit-perspective: 1000px;
    -moz-perspective: 800px;
    persepctive: 1000px;
    margin-bottom: 20px;
    margin-top: 20px;
    float: left;
 }

 .box-case .box {
transform: rotateY(40deg);
height: 125px;
width: 190px;
background-color: #fff;
background-repeat: no-repeat;
background-size: calc(100%);
box-shadow: 3px 4px 4px 2px #757575;
background-position: center;
margin-left: 17px;
 }
 
 
.box-case:hover .box 
{
    transform: rotateY(0deg);
    transition: linear 0.5s;
}

.box-case .box-height {
    top: -6px;
    position: absolute;
    width: 45px;
    height: 132px;
    background-color: #fdfdfd;
    transform: translateX(0px) translateY(2.7px) rotateY(-55deg);
    border-radius: 5px 0px 0px 5px;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 3px 4px 4px 2px #757575;
    writing-mode: vertical-rl;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    color: #c60;

}
 
.box-case:hover .box-height 
{
    top: -4px;
    left: 2px;
    box-shadow: none;
    width: 0;
    height: 126px;
    transform: translateX(10px) translateY(2.7px) rotateY(-85deg);
    transition: linear 0.5s;
}
 
.article-box
{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
 
 .article-box  .box-content
 {
     display: inline-block;
     width: calc(100% - 230px);
     float: right;
     position: relative;
 }
 
.article-item-title
{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

.article-item-category
{
    background-color: green;
    display: inline-block;
    font-size: 11px;
    padding: 4px 8px 4px 14px;
    border-radius: 15px 0px 0px 15px;
    color: #bcffcd;
    float: right;
    position: absolute;
    right: -9px;
}
 
.article-item-sub
{
    width: 100%;
    padding: 12px 0px;
    line-height: 22px;
    font-size: 13px;
    color: #666;
    text-align: justify;
    padding-right: 10px;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.article-item-info
{
    display: inline-block;
    width: 100%;
    padding-top: 5px;
}

.article-item-info .by
{
    font-size: 13px;
    color: #666;
}

.article-item-info .author
{
    font-size: 13px;
    color: #255dac;
    font-weight: bold;
}

.article-item-info .time
{
    font-size: 13px;
    color: #666;
    font-style: italic;
    float: right;
}

.article-box.article-mini
{
    display: inline-block;
    width: calc(50% - 8px);
    margin-bottom: 10px;
    background-color: #fff;
    padding: 0px;
    border-radius: 10px;
    margin: 0px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 2px 2px #cccccc70;
}

.article-box.article-mini .article-item-info
{
    display: inline-block;
    width: 100%;
    padding-top: 0px;
}

.article-box.article-mini .article-item-title
{
    display: inline-block;
    width: auto;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: -170px;
    background-color: #b4ffbca8;
    color: #084b1b;
    text-shadow: 1px 1px 2px #fff;
    left: 0px;
    padding: 5px;
    border-radius: 0px 10px 10px 0px;
}

.article-box.article-mini .box-case
{
    display: inline-block;
    width: 100%;
    height: 180px;
    margin: 0px;
    overflow: hidden;
}

.article-box.article-mini .box-case img
{
    max-width: 100%;
    transition: transform .5s;
    transform: scale(1);
}

.article-box.article-mini:hover .box-case img
{
    transition: transform .5s;
    transform: scale(1.2);
}

.article-box.article-mini .box-content
{
    width: 100%;
    padding: 10px;
}
 

.article-box.article-mini .article-item-sub
{
    padding: 0px;
    font-size: 13px;
    font-weight: bold;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.softs-separator
{
    display: inline-block;
    width: 10px;
}

.author-pane
{
    display: inline-block;
    width: 100%;
    position: relative;
}


.author-pane .author-image
{
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background-color: #FFF;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 4px solid #6ea5d5;
}

.author-pane .author-content
{
    display: inline-block;
    width: calc(100% - 80px);
    margin-left: 80px;
    font-size: 13px;
    padding: 10px;
    background-color: #ddefff;
    padding-left: 60px;
    border: 1px solid #6ea5d5;
    border-radius: 10px;
    height: 80px;
    
    margin-top: 20px;
    margin-bottom: 30px;
}

.author-pane .author-content-description
{
    padding: 10px;
    padding-left: 0px;
}
 

.websp-box
{
    float: left;
    position: relative;
    width: calc(50% - 5px);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #fff;
}

.websp-box:nth-child(odd)
{
    float: right;
}

.websp-box img
{
    display: inline;
    margin-top: 10px;
    max-width: 90%;
    max-height: 90%;
}

.websp-box .game_type
{
    position: absolute;
    right: 8px;
    top: 164px;
    color: #4d490f;
    font-size: 11px;
    background: #e1cd5e9e;
    padding: 4px 12px;
    font-family: tahoma;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 15px;
    font-weight: bold;
}

.websp-box .game_amount
{
    position: absolute;
    left: 0px;
    top: 164px;
    color: #990000;
    font-size: 12px;
    background: #ffff397a;
    padding: 4px 12px;
    font-family: tahoma;
    letter-spacing: 1px;
    font-weight: bold;
}

.websp-box .image-box
{
    float: left;
    width: 100%;
    height: 194px;
    overflow: hidden;
    text-align: center;
}

.websp-box .image-box img
{
    transition: transform .5s;
    transform: scale(1);
}

.websp-box .image-box:hover img
{
    transition: transform .5s;
    transform: scale(1.2);
}


.websp-box .title
{
    float: left;
    width: 100%;
    font-size: 13px;
    padding: 6px 12px;
    font-weight: bold;
    text-align: center;
    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.2;
    height: 40px;
}

.websp-box .info
{
    float: left;
    width: 100%;
    font-size: 13px;
    color: #666;
    padding: 6px 12px;
    margin-bottom: 10px;
}

.websp-box .author
{
    font-weight: bold;
    color: #255dac;
}

.websp-box .time
{
    font-style: italic;
    color: #333;
}


.websp-price
{
    float: left;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    padding: 10px 5px;
    padding-top: 0px;
}

.websp-price .old
{
    color: #888;
    font-weight: normal;
    text-decoration: line-through; 
    font-size: 11px;
    margin-right: 5px;
}

.websp-price i
{
    color: #333;
    font-size: 11px;
}

.websp-price .new
{
    color: #c00;
    font-weight: bold;
    font-size: 18px;
}

.websp-box-big
{
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.websp-box-big img
{
    float: left;
    width: 100%;
}

.websp-box-big .game_type
{
    position: absolute;
    right: 5px;
    bottom: calc(4% + 47px);
    color: #4d490f;
    font-size: 11px;
    background: #e1cd5e;
    padding: 4px 12px;
    font-family: tahoma;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 15px;
    font-weight: bold;
}

.websp-box-big .game_amount
{
    position: absolute;
    left: 0px;
    bottom: calc(4% + 47px);
    color: #4f0;
    font-size: 12px;
    background: #18511c91;
    padding: 4px 12px;
    font-family: tahoma;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
.websp-box-big .image-box
{
    float: left;
    width: 100%;
}

.websp-box-big .image-box img
{
    transition: transform .5s;
    transform: scale(1);
}

.websp-box-big .image-box:hover img
{
    transition: transform .5s;
    transform: scale(1.2);
}


.websp-box-big .title
{
    position: absolute;
    left: 0px;
    bottom: 4%;
    color: #fff;
    font-size: 18px;
    background: #17306db5;
    padding: 10px 25px;
    width: 100%;
    font-weight: bold;
    text-shadow: 1px 2px 2px #000204;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.websp-box-dvd
{
    display: inline-block;
    float: left;
    position: relative;
    width: calc(25% - 5px);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.websp-box-dvd .game_amount
{
    position: absolute;
    left: 0px;
    bottom: 15px;
    color: #4f0;
    font-size: 12px;
    background: #18511c91;
    padding: 4px 12px;
    font-family: tahoma;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.websp-box-dvd .websp-box-dvd-title
{
float: left;
width: 100%;
font-weight: bold;
font-size: 13px;
text-align: center;
text-shadow: 0px 0px 1px #0004ff;
color: #fff;
}

.box-case-game {
    position: relative;
    display: inline-block;
    -webkit-perspective: 1000px;
    -moz-perspective: 800px;
    persepctive: 1000px;
    margin-bottom: 20px;
    margin-top: 20px;
    float: left;
    margin-left: 20px;
    
 }

 .box-case-game .box {
    transform: rotateY(40deg);
    height: 260px;
    width: 175px;
    background-color: #216cfc;
    background-repeat: no-repeat;
    background-size: calc(100%);
    background-position: center;
    margin-left: 17px;
    box-shadow: 12px -1px 8px 4px #575757;
    border-radius: 0px 10px 10px 0px;
 }
 
 
.box-case-game:hover .box 
{
    transform: rotateY(0deg);
    transition: linear 0.5s;
}

.box-case-game .box-height {
    top: -11px;
    position: absolute;
    width: 25px;
    height: 277px;
    background-color: #216cfc;
    transform: translateX(0px) translateY(2.7px) rotateY(-55deg);
    border-radius: 5px 0px 0px 5px;
    background-repeat: no-repeat;
    background-size: cover;
    writing-mode: vertical-rl;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    color: #c60;
    left: 14px;
}
 
.box-case-game:hover .box-height 
{
    top: -4px;
    left: 5px;
    width: 0;
    height: 260px;
    transform: translateX(10px) translateY(2.7px) rotateY(-85deg);
    transition: linear 0.5s;
}

.cauhinh-image-games
{
    float: left;
    width: 100%;
    background-color: #d6e7ff;
    height: 20px;
}


.cauhinh-thongso
{
float: left;
width: 150px;
background-color: #d6e7ff;
font-size: 13px;
padding: 2px 12px;
color: #5481c1;
border-top: 1px solid #5481c1;
}

.cauhinh-chiso
{
float: right;
width: calc(100% - 150px);
font-size: 13px;
padding: 2px 12px;
color: #255dac;
border-top: 1px solid #5481c1;
border-left: 1px solid #5481c1;
background-color: #fff;
height: 29px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.websp-box-left
{
    float: left;
    width: calc(100%);
    margin-bottom: 10px;
    border-bottom: 1px dotted #999;
    padding-bottom: 10px;
}

.box-case-left-img
{
    float: left;
    width: 200px;
    overflow: hidden;
}

.box-case-left-img img
{
    max-width: 200px;
    max-height: 200px;
}

.websp-box-left .info
{
    float: left;
    width: calc(100% - 200px);
    font-size: 13px;
    padding-left: 10px;
    color: #888;
}

.websp-box-left .websp-box-left-title
{
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

.websp-box-left .websp-box-left-content
{
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    margin: 5px 0px 5px 0px;
    text-align: justify;
    color: #444;
}

.websp-box-left .author
{
    font-weight: bold;
    color: #255dac;
}

.websp-box-left .time
{
    font-style: italic;
    color: #333;
}


.or-spacer {
  margin-top: 100px;
  margin-left: 100px;
  width: 1000px;
  position: relative;
}
.or-spacer .mask {
  overflow: hidden;
  height: 20px;
}
.or-spacer .mask:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px / 12px;
  box-shadow: 0 0 8px black;
}
.or-spacer span {
  width: 300px;
  height: 50px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -25px;
  left: 40%;
  margin-left: -25px;
  border-radius: 40px;
  box-shadow: 0 2px 4px #999;
  background: white;
}
.or-spacer span i {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 40px;
    border: 1px dashed #cc6600;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    color: #cc6600;
    font-weight: bold;
}

.or-spacer-vertical {
  display: inline-block;
  margin-top: 100px;
  margin-left: 100px;
  width: 100px;
  position: relative;
}
.or-spacer-vertical .mask {
  overflow: hidden;
  width: 20px;
  height: 200px;
}
.or-spacer-vertical.left .mask:after {
  content: '';
  display: block;
  margin-left: -20px;
  width: 20px;
  height: 100%;
  border-radius: 12px / 125px;
  box-shadow: 0 0 8px black;
}
.or-spacer-vertical.right .mask:before {
  content: '';
  display: block;
  margin-left: 20px;
  width: 20px;
  height: 100%;
  border-radius: 12px / 125px;
  box-shadow: 0 0 8px black;
}

.dqh-btn-sp
{
    background-color: #fff;
    color: #990000;
    border-radius: 10px;
    padding: 6px 12px;
    border: 1px solid #990000;
    font-size: 14px;
    font-weight: bold;
    font-family: tahoma;
    cursor: pointer;
}

.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
.bxslider, .bxslider li{
    height: 100% !important;;
}
.bxslider li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}
.bx-wrapper .bx-viewport{
    border: none !important;
}

@media (max-width: 640px)
{
    
}