@import url('https://fonts.googleapis.com/css2?family=Battambang&family=Dangrek&family=Preahvihear&family=Roboto&family=Suwannaphum&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
	width: 100%;
    background: #000;
}
header {
    position: fixed;
    width: 100%;
    height: 40px;
    top: 0;
    background: linear-gradient(135deg, #1e1e1e, #121212);
    z-index: 999;
}
header .wrap {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
}

header .container {
    position: relative;
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
}
header .container h2 {
    color: #fff;
    font-family: DB-Heavent-Cond;
    text-align: left;
    line-height: 40px;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
}

header .logo img{
    height: 30px;
    padding: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
}

header .container .point {
    position: absolute;
    float: right;
    right: 50px;
    top: 4px;
    border-radius: 5px;
}

header .container .point i {
    color: #000;
    font-size: 16px;
}

header .container .point p {
    width: auto;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
    padding: 5px 10px;
    position: relative;
    z-index: 4;
}
.slide-wraper {
    max-width: 1280px;
    height: auto;
    padding: 15px;
    margin: 0 auto;
}
#slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* background-color: #edf1f4;
    box-shadow: 15px 15px 20px rgba(0,0,0,0.1), 1px -14px 20px #fff; */
}
#slider #line {
    height: 5px;
    background-color: #08b062;
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50px;
}
#slider #dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    display: flex;
    justify-content: center;
}
#slider #dots li {
    transition: 0.3s;
    list-style-type: none;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: rgba(0,0,0,0.5);
    margin: 0 0.25em;
    cursor: pointer;
}
#slider #dots li:hover,
#slider #dots li.active {
    background: white;
}
@keyframes line {

    0% {width: 0%;}
    100% {width: 100%;}

}
#slider #back,
#slider #forword {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: white;
    font-weight: 700;
    font-size: 2rem;
    background: -moz-linear-gradient(left,  rgba(0, 192, 22, 0.75) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(0, 192, 22, 0.75) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(0, 192, 22, 0.75) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#00ffffff',GradientType=1 );
}
#slider #forword {
    left: auto;
    right: 0;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(0, 192, 22, 0.75) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(0, 192, 22, 0.75) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(0, 192, 22, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bfffffff',GradientType=1 );
}
#slider:hover #back,
#slider:hover #forword {
    opacity: 0.7;
}
ul#move {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    margin-right: 100%;
}
ul#move li {
    transition: 0.6s;
    min-width: 100%;
    color: white;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul#move li img {
    width: 100%;
    border-radius: 10px;
}
.slide_text {
    width: 100%;
    height: auto;
}
.slide_text .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 0 15px;
}
.slide_text .container .row {
    cursor: pointer;
}
.slide_text .container .row h1 {
    color: #000;
    font-size: 12px;
    font-family: 'Battambang', sans-serif;
}
.slide_text .container .row h2 {
    color: #0178f6;
    font-size: 12px;
    font-family: 'Battambang', sans-serif;
    text-align: right;
    font-weight: 500;
}
.fa-angle-right {
    font-size: 16px;
    position: relative;
    top: 2px;
}
.left_text {
    width: 100%;
    height: auto;
}
/* .icon-badge {
    display: inline-block !important;
    border-radius: 50% !important;
    position: absolute !important;
    right: -0.95rem !important;
    top: -0.1rem !important;
    width: 16px !important;
    height: 16px !important;
    font-size: .8rem !important;
    font-weight: bold !important;
    padding-top: 1px !important;
    color: #fff !important;
    text-align: center !important;
    background: #ec776c !important;
    display: inline-block !important;
    margin-right: 1.45rem !important;
} */
#img-icon {
    float: left;
}
#go-message {
    float: right;
}
#trade-top {
    height: 70px !important;
}
/* ----------------Select Country------------ */
.artical {
    position: relative;
    float: right;
    right: 10px;
    top: 5px;
}
.select-menu{
    width: auto;
}
.select-menu .select-btn{
    display: inline-flex;
    height: 10px;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    font-family: DB-Heavent-Cond;
    border-radius: 10px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    background: #4c4c4c;
}
.select-menu .select-btn img {
    width: 20px;
}
.select-btn i{
    font-size: 25px;
    transition: 0.3s;
}
.select-menu.active .select-btn i{
    transform: rotate(-180deg);
}
.select-menu .options{
    position: relative;
    padding: 10px;
    margin-top: 10px;
    border-radius: 8px;
    background: #252525;
    display: none;
    max-height: 300px;
    /* overflow-y: scroll; */
}
.select-menu.active .options{
    display: block;
}
.options .option{
    display: flex;
    height: 40px;
    cursor: pointer;
    border-radius: 8px;
    align-items: center;
    background: #f2f2f2;
    margin-top: 10px;
}
.options .option img {
    width: 20px;
    margin-left: 10px;
}
.options .option:hover{
    background: #F2F2F2;
}
.option i{
    font-size: 25px;
    margin-right: 12px;
}
.option .option-text{
    font-size: 12px;
    color: #333;
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'Roboto', sans-serif;
}
.sBtn-text {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    font-family: 'Roboto', sans-serif;
    margin-left: 10px;
}
.phone-login {
    width: 100%;
    height: auto;
}
.phone-login .wrap {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 27% 73%;
    padding-top: 20px;
}
.phone-login .wrap .artical {
    cursor: pointer;
}
