/*

@font-face{

	font-family:'Battambang';

	src:url('../fonts/khmerosbattambang-regular-webfont.woff') format('woff');

	font-weight:normal;

	font-style:normal;

}

*/

@font-face {
    font-family: 'Battambang';
    src: url('../fonts/KhmerOS_battambang.ttf');
}

:root {
    --fontTitle: 'Arial', 'Battambang';
    --colorMainmenu: 255, 255, 255;
    --colorSectiontitle: 44, 44, 44;
    --colorDescription: 44, 44, 44;
    --colorTabActive: 0, 135, 82;
    --colorTabDisActive: 239, 185, 80;
    --colorDisable: 223, 222, 222;
}

body:lang(km),
p:lang(km),
a:lang(km),
span:lang(km),
ul:lang(km),
ul li:lang(km),
input:lang(km),
select:lang(km),
textarea:lang(km),
h1:lang(km),
.h1:lang(km),
h2:lang(km),
.h2:lang(km),
h3:lang(km),
.h3:lang(km),
h4:lang(km),
.h4:lang(km),
h5:lang(km),
.h5:lang(km),
h6:lang(km),
.h6:lang(km) {
    font-family: 'Battambang', 'Arial' !important
}

body {
    color: rgba(var(--colorContent), 1.00);
    font-size: 15px;
    font-family: 'Arial', 'Battambang' !important;
    line-height: 25px;
    background: rgba(var(--colorBackground), 1.00);
    overflow-x: hidden;
    margin: 0 auto !important;
}

body:lang(km) {
    word-wrap: break-word;
}

body.compensate-for-scrollbar {
    overflow: auto !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--fontTitle);
    color: rgba(var(--colorSectiontitle), 1.00);
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

a,
a:hover,
a:active,
a:focus,
select option {
    outline: 0 none !important;
    text-decoration: none
}

input:focus,
ol,
ol li {
    list-style-position: inside;
    outline: none;
}

ul,
ul li {
    list-style-type: none
}

a[href=""] {
    pointer-events: none
}

button::-moz-focus-inner {
    border: 0
}

textarea {
    resize: none
}

img {
    max-width: 100%
}

button:focus,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: none
}

button:focus {
    outline: none;
}

.container-fluid {
    width: 1920px;
    border: 0
}

@media (max-width: 1920px) {
    .container-fluid {
        width: 100%;
    }
}

.nopadding {
    padding: 0 !important
}

.nomargin {
    margin: 0
}

.container {
    max-width: 1200px;
    width: 100%;
}

.section {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.inner-section {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.section h3.title {
    font-size: 70px;
    text-transform: uppercase;
    color: rgba(var(--colorSectiontitle), 1.00);
    padding-bottom: 20px
}

.section h3.title-landing-page {
    font-size: 70px;
    color: rgba(var(--colorSectiontitle), 1.00);
    margin-bottom: 20px;
}

.section .overview p.decription-landing-page {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.section .overview p {
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    line-height: 40px;
    color: rgba(var(--colorDescription), 1.00);
}

.section-content {
    margin-top: 35px
}

.section .overview.white h3.title,
.how-do-we-help-children .overview.white p {
    color: white
}

.btn-read-more {
    padding: 7px 40px;
    border-radius: 30px;
    clear: both
}

.btn-green {
    border: 1px solid rgba(var(--colorTabActive), 1.00);
    color: rgba(var(--colorTabActive), 1.00) !important
}

.btn-green:hover {
    color: white !important;
    background-color: rgba(var(--colorTabActive), 1.00)
}

.btn-orange {
    border: 1px solid rgba(var(--colorTabDisActive), 1.00);
    color: rgba(var(--colorTabDisActive), 1.00) !important
}

.btn-orange:hover {
    color: white !important;
    background-color: rgba(var(--colorTabDisActive), 1.00)
}

.bg-green {
    background: rgba(var(--colorTabActive), 1.00) !important;
}

.bg-orange {
    background: rgba(var(--colorTabDisActive), 1.00) !important;
}

.btn-learn-more {
    margin-top: 50px;
    text-align: left
}

.btn-learn-more a {
    color: white;
    background: rgba(var(--colorTabDisActive), 1.00);
    padding: 8px 40px;
    border-radius: 30px;
    text-transform: uppercase;
}

.overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    max-width: 1920px;
    margin: 0 auto;
}

.ajax-load-more-wrap {
    width: 100%
}

.alm-btn-wrap {
    text-align: center
}

.alm-load-more-btn.more {
    border: 1px solid rgba(var(--colorTabActive), 1.00);
    color: rgba(var(--colorTabActive), 1.00) !important;
    padding: 7px 40px;
    border-radius: 30px;
    clear: both;
    background: transparent;
    font-size: 18px;
    font-family: 'Battambang', 'Arial' !important
}

.alm-load-more-btn.more.done {
    opacity: 0.3
}

/* ==========================================================================

   Header blog

   ========================================================================== */

.header {
    height: 81px;
}

.home .navbar-default {
    background-color: transparent;
}

.header .navbar-default {
    background-color: transparent;
    border: none;
    transition: all 0.4s ease;
    display: none;
}

.header .navbar-default .main-menu-bar {
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #8f8b8b;
    border-bottom: 1px solid #8f8b8b;
    float: left;
    position: relative;
    transition: all .2s;
    width: 100%;
}

.main-menu-bar {
    background-color: rgba(var(--colorTabActive), 0.8);
    top: 0
}

.menu-wrap {
    margin-left: -15px;
    margin-right: -15px;
    height: 80px;
}

.main-logo {
    width: 300px;
    padding: 10px 0;
    float: left;
}

.menu-lang-search {
    float: left;
    font-size: 18px;
    height: 80px;
    width: calc( 100% - 300px);
}

/* ========= Main menu ========= */

.main-menu,
.language-switch-search {
    float: right;
}

.main-menu .main-menu-nav {
    margin-bottom: 0;
    float: left;
}

.main-menu .main-menu-nav>li {
    float: left;
}

.main-menu .main-menu-nav>li.active {
    background-color: rgba(var(--colorTabDisActive), 1.00);
}

.main-menu .main-menu-nav>li.active a {
    color: white
}

.main-menu .main-menu-nav>li a {
    color: rgba(var(--colorMainmenu), 1.00);
    display: block;
    padding: 28px 46px;
    text-transform: uppercase;
    font-weight: bold;
}

.main-menu .main-menu-nav>li>.sub-menu {
    width: 100%;
    background: #e7e6e6;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 2;
    padding: 25px 0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    visibility: hidden;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.main-menu .main-menu-nav>li.active .sub-menu {
    visibility: visible;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.main-menu .main-menu-nav>li>.sub-menu>.container>ul {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.main-menu .main-menu-nav>li>.sub-menu>.container>ul>li {
    width: 41%;
    float: left;
    margin: 0 200px 40px 0;
    border-bottom: 1px solid #ccc;
}

.main-menu .main-menu-nav>li>.sub-menu>.container>ul>li:nth-child(2n) {
    margin-right: 0
}

.main-menu .main-menu-nav>li>.sub-menu>.container>ul>li>h3 {
    font-size: 15px;
    margin-bottom: 0;
}

.main-menu .main-menu-nav>li>.sub-menu>.container>ul>li>h3>a {
    color: rgba(var(--colorTabActive), 1.00);
    padding: 0 0 10px;
}

.main-menu .main-menu-nav>li>.sub-menu>.container>ul>li>h3>a::after {
    content: '';
    background: url('../images/icons/icon_next-small_arrow.png') no-repeat 4px 3px;
    position: absolute;
    width: 14px;
    height: 16px;
    background-size: 10px;
}

/* ========= Languages ========= */

.language-switch-search {
    height: 100%;
    display: inline-flex;
}

.language-switch {
    margin: 29px 50px 25px 30px;
}

.language-switch .language-chooser-item.active {
    display: none
}

.language-switch .language-chooser-item a {
    color: white;
    text-transform: uppercase
}

.language-switch .language-chooser-item a img {
    padding-right: 5px
}

.language-switch .language-chooser-item a {
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 30px;
    width: 10px;
    height: 35px;
    padding: 5px 0 0 36px;
    display: block;
    margin: -6px 30px;
}

.language-switch .language-chooser-item a:lang(km) {
    word-wrap: normal;
}

.language-switch .language-chooser-item-km a {
    background-image: url('../images/icons/kh.png')
}

.language-switch .language-chooser-item-en a {
    background-image: url('../images/icons/en.png')
}

.search-container {
    margin: 27px 20px 27px 20px;
}

.search-container .fa.fa-search {
    color: white;
    background: none;
    border: none;
    cursor: pointer;
}

.menu-lang-search .search-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    width: calc( 100% - 300px);
}

.menu-lang-search .form-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.menu-lang-search .close-search {
    height: 30px;
    width: 30px;
    position: relative;
    cursor: pointer;
}

.menu-lang-search .close-search::before {
    content: '';
    background-color: #fff;
    height: 5px;
    width: 30px;
    position: absolute;
    bottom: 13px;
    transform: rotate(45deg);
    border-radius: 10px;
}

.menu-lang-search .close-search::after {
    content: '';
    background-color: #fff;
    height: 5px;
    width: 30px;
    position: absolute;
    top: 12px;
    transform: rotate(-45deg);
    border-radius: 10px;
}

.main-menu-bar.open-search,
.menu-lang-search .search-wrap.open-search {
    background-color: rgba(var(--colorTabActive), 1.00);
    visibility: visible;
    opacity: 1;
}

.menu-lang-search .search-wrap .text-search {
    border: none;
    background-color: transparent;
    font-size: 30px;
    color: #fff;
    height: 50px;
    width: 600px;
}

.menu-lang-search .search-wrap .text-search::placeholder {
    color: #fff;
}

.menu-lang-search .search-wrap .fa-search {
    color: #fff;
    cursor: pointer;
    font-size: 25px;
}

/* ========= Search Popup========= */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    outline: none;
    padding: 10px;
    line-height: 45px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}

#search .close:hover {
    color: rgba(var(--colorTabDisActive), 1.00);
    cursor: pointer;
}

/* ==========================================================================

   Content blog

   ========================================================================== */

/* ========= Banner========= */

.banner-home {
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-position: center;
}

.loading-banner {
    background: gray no-repeat center 40% / 50% auto, -webkit-linear-gradient(left, #16489F, #2966B1);
    background: gray no-repeat center 40% / 50% auto, -o-linear-gradient(right, #16489F, #2966B1);
    background: gray no-repeat center 40% / 50% auto, -moz-linear-gradient(right, #16489F, #2966B1);
    background: gray no-repeat center 40% / 50% auto, linear-gradient(to right, #16489F, #2966B1)
}

.home .banner,
.home .banner-image {
    height: 900px
}

.banner {
    position: relative;
    width: 100%;
    float: left;
}

.banner-page,
.banner-page .banner-image {
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.hero-banner-wrapper {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.banner-title {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 52.50%;
    color: rgba(var(--colorMainmenu), 1.00);
}

.banner-title h3 {
    font-size: 40px;
    color: white !important;
    margin-bottom: 0;
    line-height: 50px;
}

.banner-title h2 {
    font-size: 60px;
    color: white !important
}

.banner-image {
    height: 90vh;
}

/* ========= Breadcrumb========= */

.breadcrumb {
    width: 100%;
    height: 44px;
    float: left;
    margin: 0px !important;
    padding: 0px !important;
    background: #f9f9f9;
}

.breadcrumb ul {
    width: 100%;
    float: left;
}

.breadcrumb li {
    font-size: 15px;
    float: left;
    line-height: 20px;
    padding: 0;
    margin: 12px 0;
    border-left: solid black 1px;
    text-transform: uppercase;
}

.breadcrumb li:first-child {
    border-left: 0;
}

.breadcrumb li:first-child a {
    margin-left: 0;
}

.breadcrumb li a,
.breadcrumb li span {
    float: left;
    margin: 0 20px;
    color: rgba(var(--colorContent), 1.00);
}

.breadcrumb li a:hover {
    color: rgba(var(--colorThird), 1.00);
}

.breadcrumb li span {
    pointer-events: none;
    color: rgba(var(--colorTabActive), 1.00);
}

/*******start about-us*******/

.alliance-logo {
    padding-top: 150px;
}

.about-us .nav-link.active {
    background: rgba(var(--colorTabActive), 1.00) none repeat scroll 0 0;
    color: white;
}

.about-us .nav-link {
    background: rgba(var(--colorTabDisActive), 1.00) none repeat scroll 0 0;
    color: rgba(var(--colorSectiontitle), 1.00);
    padding: 15px 35px;
    font-size: 20px;
    text-align: center;
}

.about-us .nav-link:lang(km) {
    padding: 15px;
    font-size: 16px;
}

.about-us .tab-pane {
    padding-top: 40px;
    line-height: 30px;
}

.about-us li {
    width: 34%;
    float: left;
}

.about-us .tab-content .tab-pane ul li {
    width: 100%;
    float: left;
    list-style-type: disc;
    margin-left: 1em
}

.about-us .left-description {
    padding-right: 0
}

/*******end about-us*******/

/*******start how do we help children*******/

.how-do-we-help-children {
    height: 720px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    position: relative;
}

.how-do-we-help-children .title-description {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 52.50%;
}

.how-do-we-help-children .overview p {
    margin-right: 0;
    text-align: right;
}

.how-do-we-help-children .bg-banner {
    width: 100%;
    height: 720px;
    position: relative;
    background-position: center;
}

/*******end how do we help children*******/

/*******start news-and-events*******/

.news-and-events {
    padding-top: 0;
}

.news-and-events .sub-title {
    text-transform: uppercase
}

.news-and-events hr {
    background-color: rgba(var(--colorTabDisActive), 1.00);
    width: 150px;
    height: 1px;
}

.news-and-events .hot-news-all-items {
    float: left;
    width: 100%;
    margin: 23px 0;
}

.news-and-events .hot-news-item {
    float: left;
    width: 100%;
    margin-bottom: 22px;
    border-radius: 10px;
}

.news-and-events .hot-news-item .left {
    width: 40%;
    float: left;
    max-height: 600px;
    position: relative
}

.news-and-events .hot-news-item .left a img {
    border-radius: 10px
}

.news-and-events .hot-news-all-items .num,
.hot-news-all-items .month {
    padding: 5px 13px;
}

.news-and-events .hot-news-all-items .num {
    background-color: rgba(var(--colorTabActive), 1.00)
}

.news-and-events .hot-news-all-items .month {
    background-color: rgba(var(--colorTabDisActive), 1.00);
    text-transform: uppercase;
    border-radius: 0 0 8px 0;
}

.news-and-events .hot-news-item .right {
    width: 60%;
    float: left;
    padding: 10px 0 0 20px;
    max-height: 150px;
}

.news-and-events .hot-news-item:hover,
.our-stories .our-stories-content .item-list:hover {
    box-shadow: 2px 1px 15px 1px #e8e8e8;
}

.news-and-events .hot-news-item:hover .right h4,
.our-stories .our-stories-content .item-list:hover h3 {
    color: rgba(var(--colorTabActive), 1.00)
}

.news-and-events .right a {
    color: rgba(var(--colorTabActive), 1.00);
}

.news-and-events .btn-read-more {
    font-size: 18px;
    padding: 10px 40px;
}

.news-and-events .hot-news-item ul {
    float: left;
    width: 100%;
    margin-bottom: 4px;
}

.news-and-events .hot-news-item ul li,
.date-user-location ul li {
    float: left;
    background-repeat: no-repeat;
    background-position: 0 4px;
    font-size: 10px;
    padding: 0 0 0 16px;
    margin-right: 30px;
    text-transform: uppercase;
}

.news-and-events .hot-news-item ul li.date {
    background-image: url(../images/icons/Icon-Clock.png)
}

.news-and-events .hot-news-item ul li.user {
    background-image: url(../images/icons/Icon-Admin.png);
    margin-right: 10px;
}

.news-and-events .hot-news-item ul li.location {
    background-image: url(../images/icons/Icon-Location.png)
}

.news-and-events .large-hot-news-item .left {
    width: 46.4% !important;
}

.news-and-events .large-hot-news-item .right {
    width: 53.6%;
    max-height: 494px;
    padding: 20px;
}

.news-and-events .large-hot-news-item .right .help-us-by-share.social-media .share-to-social li img {
    width: 25px;
    height: 25px
}

.news-and-events .right p {
    float: left;
    width: 100%;
    line-height: 20px;
    margin-bottom: 5px;
}

.news-and-events .link .video-icon {
    background: url('../images/icons/media-player.png') no-repeat 20px center / 20px auto rgba(239, 185, 80, 1);
    height: 60px;
    width: 60px;
}

.help-us-by-share {
    margin: 55px 0 40px;
}

.help-us-by-share,
.help-us-by-share .share-to-social {
    text-align: center;
    float: left;
    width: 100%;
}

.share-to-social li {
    display: inline-block;
    padding: 0 10px;
}

/*******end news-and-events*******/

/*******start child fund cambodia*******/

.child-fund-cambodia-image {
    height: 400px
}

/*******end child fund cambodia*******/

/*******start our story*******/

.our-story {
    padding-bottom: 0
}

.our-story-item {
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 18px;
    background-position: center !important;
    width: 50%;
}

/* .slick-slide .our-story-list figcaption p,
.slick-slide .our-story-list figcaption h3 {
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    position: relative;
} */

/* .slick-slide.slick-active .our-story-list figcaption p,
.slick-slide.slick-active .our-story-list figcaption h3 {
    opacity: 1;
    visibility: visible;
    transition: all .5s;
} */

.slick-slide.slick-center .our-story-list figcaption {
    background-color: transparent;
}

.our-story figcaption .title-button {
    cursor: auto;
    padding: 20px 25px;
    position: absolute;
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    min-height: 100px;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}

.our-story .slick-slide.slick-center  figcaption .title-button {
    opacity: 1;
    visibility: visible;
}

.our-story .slick-slide.slick-center figcaption .title-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--colorTabActive), 1.00);
    opacity: .8;
}

.our-story figcaption a {
    border-radius: unset;
    background-color: unset;
    clear: unset;
    color: rgba(var(--colorTabDisActive), 1);
    ;
    font-size: 16px;
    font-weight: bold;
    padding: unset;
    text-transform: uppercase;
    transition: all .3s;
}

.our-story figcaption a:hover {
    color: rgba(var(--colorTabActive), 1.00);
    background: unset;
    color: white;
}

.our-story figcaption h3 {
    max-width: unset;
	margin: 0;
	position: relative;
	text-align: left;
	z-index: 1;
}

.our-story figcaption .button {
	margin-bottom: 0;
	position: relative;
	text-align: left;
	z-index: 1;
}

/*******end our story*******/

/*******start our supporter*******/

.our-supporter .slick-arrow.slick-prev {
    left: -60px;
    background-image: url('../images/icons/prev-bg.png');
}

.our-supporter .slick-arrow.slick-next {
    right: -60px;
    background-image: url('../images/icons/next-bg.png');
}

.our-supporter .slick-prev,
.our-supporter .slick-next {
    width: 40px;
    height: 40px;
    background-color: rgba(var(--colorTabDisActive), 1.00);
    border-radius: 50%;
    background-size: 10px;
}

.our-supporter .slick-disabled {
    background-color: rgba(var(--colorDisable), 0.7);
}

.our-supporter .slick-initialized .slick-slide {
    padding: 0 30px;
}

.our-supporter .our-supporter-item {
    margin-bottom: 30px
}

.our-supporter .our-supporter-item:nth-child(n+5) {
    margin-bottom: 0
}

/*******end our supporter*******/

/* ==========================================================================

   Footer blog

   ========================================================================== */

.footer {
    width: 100%;
    max-width: 1920px;
    background-color: #f9fafb;
    margin: 0 auto;
}

/* ========= Newsletter========= */

.footer .newsletter {
    background-color: rgba(var(--colorTabActive), 1);
    color: white;
    padding: 40px 0 30px !important;
}

.footer .feedback {
    font-size: 16px;
}

.footer .feedback p {
    margin-bottom: 0
}

.footer .feedback span,
.footer .feedback a {
    display: block
}

.footer .feedback span.phone-number {
    font-size: 22px;
    font-weight: bold;
    background: url('../images/icons/white-call.png') no-repeat 0 3px;
    background-size: 21px;
    width: 190px;
    margin: 10px auto;
}

.footer .feedback span {
    font-size: 12px
}

.footer .feedback a.email,
.footer .feedback a.email:hover {
    color: white !important;
    background: url('../images/icons/white-mail.png') no-repeat 0 4px;
    background-size: 17px;
    width: 260px;
    margin: 0 auto;
}

.footer .feedback .btn-feedback a {
    color: white;
    background: rgba(var(--colorTabDisActive), 1);
    padding: 5px;
    width: 120px;
    margin: 10px auto;
    border-radius: 40px;
}

.footer .footer-top {
    padding-bottom: 0
}

.footer .footer-top .follow-us {
    margin-bottom: 40px;
}

.footer .footer-top .follow-us li {
    padding: 0 35px 0 0;
}

.footer .footer-top .footer-description {
    margin: 20px 0 50px;
}

.footer-menu-container {
    margin-top: 35px;
}

.footer-menu-container .sub-menu-section h5 {
    color: rgba(var(--colorTabActive), 1);
    margin-bottom: 28px;
}

.footer-menu-container .sub-menu-section {
    float: left;
    width: 28%;
    padding: 0 30px 0 0;
    margin-left: 40px;
}

.footer-menu-container .sub-menu-section ul li {
    background: url('../images/icons/list-icon.png') 0 6px/10px no-repeat;
    padding-left: 20px;
}

.footer-menu-container .sub-menu-section ul li a {
    color: black
}

.footer-menu-container .sub-menu-section ul li a:hover {
    color: rgba(var(--colorTabActive), 1.00)
}

.footer .footer-bottom .copyright {
    border-top: 1px solid rgba(var(--colorMain), 1.00);
    text-align: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.footer .footer-bottom .developedby {
    display: none;
    text-align: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.footer .footer-bottom .developedby img {
    max-height: 20px;
    margin-top: -8px
}

.footer-bottom {
    padding: 15px 0 35px !important
}

/* ========= Figure Animation ========= */

figure img {
    width: 100%;
}

figure {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-align: center
}

figure:hover .background {
    bottom: -100px
}

figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    -ms-transition: all .3s ease !important;
    transition: all .3s ease !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home .our-story .our-story-list .story-slide {
    height: 552px;
}

figcaption h3 {
    font-size: 20px;
    max-width: 400px;
    text-align: center;
    margin: 20px auto 40px;
    line-height: 35px;
    color: white;
}

figcaption a {
    background-color: white;
    padding: 10px 40px;
    border-radius: 20px;
    clear: both;
    color: black;
    font-size: 18px;
}

figcaption a:lang(km) {
    padding: 7px 40px;
    font-size: 14px;
}

figcaption a:hover {
    color: rgba(var(--colorTabActive), 1.00);
    background: #fff;
    border-color: white
}

figcaption .title-button {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: auto;
}

/* ========= Slick Slider ========= */

.jcslider {
    display: none;
}

.jcslider.slick-initialized {
    display: block;
}

.slick-prev,
.slick-next {
    width: 50px;
    height: 50px;
    top: 50%;
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    background-color: transparent;
    opacity: 1;
    border: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slick-white .slick-prev,
.slick-white .slick-next {
    border: 1px solid white;
}

.slick-arrow.slick-next {
    right: 15%;
    opacity: 1;
    background-image: url('../images/icons/next-arrow.png');
}

.slick-arrow.slick-prev {
    left: 15%;
    opacity: 1;
    background-image: url('../images/icons/prev-arrow.png');
}

.slick-white .slick-prev {
    background-image: url('../images/icons/prev-arrow50x50.png');
}

.slick-white .slick-next {
    background-image: url('../images/icons/next-arrow50x50.png');
}

.slick-dots {
    width: 100%;
    height: 20px;
    list-style: none;
    bottom: -80px;
    position: absolute;
    text-align: center
}

.slick-dots>li {
    display: inline
}

.slick-dots>li>button {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border: 1px solid rgba(186, 186, 188, 1);
    border-radius: 0%;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    background: rgba(186, 186, 188, 1);
    outline: 0
}

.slick-dots>li.slick-active>button {
    background-color: rgba(var(--colorTabDisActive), 1);
    cursor: default;
    border: 1px solid rgba(var(--colorTabDisActive), 1);
}

.slick-dots>li.slick-active>button,
.jcslider .slick-dots>li>button {
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

/* ========= Pagination ========= */

.pagination {
    margin-top: 70px;
    float: left;
    width: 100%;
}

.pagination .summarize,
.pagination .page,
.pagination .control {
    float: inherit;
}

.pagination ul {
    width: 100%;
    float: inherit;
    padding: 0;
    margin: 0;
}

.pagination li {
    color: #757575;
    display: inline-block;
    float: none;
    font-size: 20px;
    margin: 0 0 0 10px;
    list-style: none;
}

.pagination a,
.pagination li a {
    background-color: #fff;
}

.pagination li a {
    cursor: pointer;
    padding: 8.5px 17px;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: black;
    font-size: 15px
}

.pagination ul li:first-child {
    border-left: 0;
}

.pagination ul li[disable="true"] a,
.pagination ul li[disable="false"] a,
.pagination ul li.current a {
    color: black;
    background-color: transparent;
}

.pagination ul li.current a {
    border: 1px solid black;
}

.pagination ul li[disable="true"] {
    pointer-events: none;
    opacity: .8
}

.pagination ul li a {
    text-decoration: none;
}

/*=========Social Icon Animation===========*/

.social-media ul li img {
    -webkit-filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 50px;
    height: 50px;
}

.social-media ul li img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    cursor: pointer
}

/*=========Development Information===========*/

.development-infomation {
    margin-top: 60px;
}

.development-infomation h4 {
    margin-bottom: 30px;
}

.development-infomation .development-infomation-item .thumbnail {
    position: relative
}

.development-infomation .development-infomation-item .thumbnail .title {
    height: 80px;
    position: relative;
    width: 100%;
    margin-top: -80px;
    bottom: 20px;
    background: url('../images/icons/program-title-bg.png') top center/cover no-repeat;
}

.development-infomation .development-infomation-item .thumbnail .title>span {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    color: white;
    padding: 20px 60px;
}

.development-infomation .development-infomation-item .description {
    margin-top: 20px;
}

.development-infomation .development-infomation-item .description a {
    color: rgba(var(--colorTabActive), 1);
    font-size: 16px;
}

/* ========= Video Popup  ========= */

.link {
    float: left;
    margin: 0 auto;
    top: 50%;
    left: 0;
    width: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    right: 0;
    opacity: 1;
}

.link .video-icon {
    background: rgba(var(--colorTabDisActive), 1.00) url('../images/icons/media-player.png') no-repeat 20px center / 70px auto;
    color: transparent;
    content: '';
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: flex;
    margin: 0 auto;
}

.video-title {
    float: left;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    text-align: right;
    right: 190px;
    opacity: 1;
    bottom: 20px;
    max-width: 500px;
}

.video-title h3 {
    font-size: 65px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
}

/* ========= Default Collapse FAQ  ========= */

.content .faq-title {
    color: rgba(var(--colorMain), 1.00);
}

.content div#accordion .card {
    float: left;
    width: 100%;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.content div#accordion .card:first-child {
    border-top: 0;
}

.content div#accordion .card .card-header {
    float: left;
    width: 100%;
    border-radius: 0;
    background: transparent;
    border: 0;
    padding: 0
}

.content div#accordion .card .card-header .btn-link {
    float: left;
    width: 100%;
    padding: 25px 0;
    cursor: pointer
}

.content div#accordion .card .card-header .btn-link h4 {
    float: left;
    width: 100%;
    color: rgba(var(--colorTabActive), 1.00);
    font-size: 20px;
    text-transform: none;
    cursor: pointer;
    position: relative;
    padding-right: 50px;
    line-height: 30px;
    margin: 0 auto
}

.content div#accordion .card .card-header .btn-link.collapsed h4 {
    color: rgba(var(--colorSectiontitle), 1.00)
}

.content div#accordion .card .card-header .btn-link::after {
    position: absolute;
    content: '';
    background: url('../images/icons/notice-white.png') center/17px no-repeat rgba(0, 135, 82, 1);
    border-radius: 5px;
    /*	border: 1px solid rgba(var(--colorMain),1.00);*/
    height: 30px;
    width: 30px;
    right: 0;
    top: 40px;
    transform: translateY(-15px);
}

.content div#accordion .card .card-header .btn-link.collapsed::after {
    background: url('../images/icons/notice.png') center/17px no-repeat #ddd;
    border-radius: 5px;
    /*	border: 1px solid #ccc*/
}

.content div#accordion .card .card-header .btn-link h4:hover {
    text-decoration: none
}

.content div#accordion .card .card-body {
    float: left;
    width: 100%;
    margin: 0 auto 25px;
    padding: 0 15px;
    position: relative;
    overflow: hidden
}

.content div#accordion .card .card-body .bt-view-detail {
    margin-top: 15px;
}

.content div#accordion .card .card-body table {
    float: left;
    width: 100%;
    margin: 10px auto 25px;
    border: 1px solid #e5ecf4;
    font-size: 14px
}

.content div#accordion .card .card-body table thead tr td {
    background: #004284;
    color: rgba(var(--colorWhite), 1.00);
    font-family: var(--fontTitle);
    font-weight: 300;
    padding: 10px;
    border: 1px solid #cdd8e6
}

.content div#accordion .card .card-body table tbody tr td {
    background: #f1f5f8;
    border: 1px solid #cdd8e6;
    padding: 10px;
    font-size: 13px
}

.content div#accordion .card .card-body table tbody tr:nth-child(2n+1) td {
    background: #fbfcfd
}

.content div#accordion .card .card-body p strong,
.content div#accordion .card .card-body table tbody tr td strong {
    font-family: var(--fontTitle);
    font-weight: 300
}

.content div#accordion .card .card-body ul li,
.content div#accordion .card .card-body p {
    padding: 0 15px 0 0;
    line-height: 22px;
    float: left;
    width: 100%
}

.content div#accordion .card .card-body ul li:last-of-type {
    margin-bottom: 15px
}

.content div#accordion .card .card-body p:last-of-type {
    margin: 0 auto
}

.content div#accordion .card .card-body p img {
    background: #f2f6f9;
    border: 1px solid #d4deea;
    float: left
}

.content div#accordion .card .card-body ul {
    margin: 0 auto;
    float: left;
    width: 100%
}

.content div#accordion .card div.procedure.no-img {
    background-color: transparent !important;
    border: 0 !important;
    margin-bottom: 5px;
}

.content div#accordion .card .card-body div.procedure.no-img div.bg-red {
    right: 0;
    top: 0;
}

.content div#accordion .card .card-body div.procedure {
    float: left;
    width: 100%;
    background: #f2f6f9;
    padding: 15px;
    border: 1px solid #d4deea;
    position: relative;
    -webkit-box-shadow: 0px 0px 2px 0 rgba(110, 164, 219, .1);
    -moz-box-shadow: 0px 0px 2px 0 rgba(110, 164, 219, .1);
    box-shadow: 0px 0px 2px 0 rgba(110, 164, 219, .1)
}

.content div#accordion .card .card-body div.procedure div.bg-red {
    position: absolute;
    right: 5px;
    top: 5px;
}

.content div#accordion .card .card-body div.procedure div.bg-red span {
    float: right;
    padding: 5px 15px
}

.content div#accordion .card .card-body div.procedure div.bg-red span a {
    padding: 0;
    line-height: 28px
}

.content div#accordion .card .card-body div.procedure div.bg-red span a::before {
    content: '';
    background-image: url(../images/pdf.png);
    background-repeat: no-repeat;
    background-position: left center;
    float: left;
    height: 28px;
    width: 26px;
    margin-right: 5px;
    padding: 0
}

.content-editor .aligncenter {
    display: block;
    margin: 0 auto;
}

.content-editor .alignright {
    float: right
}

/*===========media screen==============*/

@media (max-width: 1440px) {
    .main-menu .main-menu-nav>li a {
        padding: 28px 30px;
    }
    .search-container .boxSearch-wrap .box-search {
        width: 150px;
    }
    .home .our-story .our-story-list .story-slide {
        height: 400px;
    }
}

@media (max-width: 1366px) {
    .main-logo {
        width: 260px
    }
    .menu-lang-search {
        width: calc( 100% - 260px);
    }
    .home .our-story .our-story-list .story-slide {
        height: 400px;
    }
}

@media (max-width: 1280px) {
    .main-menu .main-menu-nav>li a {
        padding: 28px 25px;
    }
    .language-switch {
        margin: 29px 40px 25px 30px;
    }
    .home .our-story .our-story-list .story-slide {
        height: 300px;
    }
    .our-story figcaption h3 {
        font-size: 16px;
        line-height: 1.5;
    }
    .our-story figcaption a {
        font-size: 15px;
    }
    .our-story figcaption .title-button {
        min-height: 60px;
        padding: 10px 20px;
    }
}

@media (max-width: 1024px) {
    .main-menu .main-menu-nav>li a {
        padding: 28px 10px;
        font-size: 14px;
    }
    .main-logo {
        width: 230px;
    }
    .menu-lang-search {
        width: calc( 100% - 240px);
    }
    .language-switch {
        margin: 29px 20px 25px 0;
    }
    .banner-title {
        left: 20px
    }
    .footer .footer-top .follow-us li {
        padding: 0 20px 0 0;
    }
    .footer-menu-container .sub-menu-section {
        margin-left: 32px;
    }
    .footer-menu-container .sub-menu-section ul li {
        background: url('../images/icons/list-icon.png') 0 4px no-repeat;
    }
    .help-us-by-share {
        margin: 30px 0 40px;
    }
    .news-and-events .hot-news-item ul li,
    .date-user-location ul li {
        padding: 0 0 0 15px;
        margin-right: 12px;
        font-size: 8px
    }
    .main-menu .main-menu-nav>li>.sub-menu>.container>ul {
        margin: 0
    }
    .main-menu .main-menu-nav>li>.sub-menu>.container>ul>li {
        width: 38%
    }
    .about-us-page .our-partners .partners-list {
        min-height: 350px !important
    }
    .inner-section.program .container-fluid {
        padding: 0 15px !important
    }
    .news-and-events .hot-news-item .left {
        width: 45% !important;
    }
    .news-and-events .hot-news-item .right {
        width: 55% !important;
    }
    .search-container {
        margin: 26px 10px
    }
    .search-container .fa.fa-search {
        font-size: 14px;
    }
    .menu-lang-search .search-wrap {
        width: calc( 100% - 240px);
    }
    .menu-lang-search .close-search::before {
        height: 3px;
        width: 25px;
        bottom: 13px;
    }
    .menu-lang-search .close-search::after {
        height: 3px;
        width: 25px;
        top: 14px;
    }
    .menu-lang-search .search-wrap .fa-search {
        font-size: 20px;
    }
    .menu-lang-search .search-wrap .text-search {
        font-size: 25px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .home .our-story .our-story-list .story-slide {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .menu-lang-search {
        width: calc( 100% - 300px);
        position: relative;
    }
    .news-and-events .large-hot-news-item .left {
        width: 42% !important;
    }
    .news-and-events .large-hot-news-item .right {
        width: 58%
    }
    .main-menu {
        display: none
    }
    .m-hamburger {
        display: block !important
    }
    .language-switch-search {
        right: 50px;
    }
    .about-us .right-thumbnail {
        margin-top: 30px
    }
    .fixed-top {
        position: relative
    }
    .about-us .left-description {
        padding-right: 15px
    }
    .container-fluid {
        padding: 0 15px
    }
    .inner-section.program .container-fluid {
        padding: 0 15px !important
    }
    .footer .footer-bottom .copyright {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .footer .footer-bottom .developedby {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .language-switch-search {
        margin-right: 0;
    }
    .search-container {
        margin: 30px 10px
    }
    .menu-lang-search .form-wrap form {
        width: 100%;
    }
    .menu-lang-search .search-wrap .text-search {
        width: calc(100% - 100px);
    }
    .menu-lang-search .search-wrap .text-search {
        font-size: 20px;
    }
    .menu-lang-search .search-wrap {
        width: 100%;
        padding-right: 0;
    }
    .menu-lang-search .close-search::before {
        height: 3px;
        width: 25px;
        bottom: 13px;
    }
    .menu-lang-search .close-search::after {
        height: 3px;
        width: 25px;
        top: 14px;
    }
    .menu-lang-search .search-wrap .fa-search {
        font-size: 20px;
    }
    .search-container .fa.fa-search {
        font-size: 20px;
    }
}

.m-hamburger,
nav {
    display: none
}

.header .m-hamburger {
    max-width: 70px;
    padding: 0 10px;
    float: right;
    height: 0;
}

.header .hamburger {
    background-color: transparent;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    transition-duration: .15s;
    transition-property: opacity, filter, -webkit-filter;
    transition-timing-function: linear;
    line-height: 50px;
    padding: 0 5px
}

.header .hamburger:hover {
    opacity: 1
}

.header .hamburger-box {
    display: inline-block;
    height: 12px;
    width: 30px
}

.header .hamburger-inner {
    display: block;
    margin-top: -2px
}

.header .hamburger-inner,
.header .hamburger-inner::after,
.header .hamburger-inner::before {
    background-color: #fff;
    border-radius: 3px;
    height: 2px;
    opacity: 1;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform, -webkit-transform;
    transition-timing-function: ease;
    width: 34px;
    top: 32px
}

.header .hamburger-inner::after,
.header .hamburger-inner::before {
    content: "";
    display: block
}

.header .hamburger-inner::before {
    top: 10px
}

.header .hamburger-inner::after {
    bottom: -10px;
    top: 20px
}

.mm-menu>.mm-navbar {
    font-size: 24px !important;
    height: 60px !important;
    line-height: 44px !important;
    padding: 0 50px !important;
    -webkit-box-shadow: inset 0 1px 5px -2px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 5px -2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 5px -2px rgba(0, 0, 0, .1)
}

a:focus:not([href]):not([tabindex]),
a:hover:not([href]):not([tabindex]) {
    color: rgba(0, 0, 0, .3) !important
}

.mm-close {
    right: 5px !important
}

.mm-close.mm-btn {
    height: 60px !important;
    width: 54px !important
}

.mm-clear::before,
.mm-close::before {
    right: 7px !important
}

.mm-clear::after,
.mm-close::after {
    right: 30px !important
}

.mm-clear::after,
.mm-clear::before,
.mm-close::after,
.mm-close::before {
    height: 18px !important;
    width: 18px !important
}

.mm-prev.mm-btn {
    width: 60px !important;
    height: 60px !important
}

.mm-panels>.mm-panel {
    padding: 0 15px !important
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin: 0 auto !important
}

.mm-listview {
    font-size: 18px !important;
    line-height: 50px !important;
    margin-top: 16px !important
}

.mm-listview>li>a,
.mm-listview>li>span {
    padding: 0 25px !important;
    font-size: 13px;
    text-transform: uppercase
}

.mm-listview>li.current_page_item:not(.mm-divider)::after,
.mm-listview>li.current_page:not(.mm-divider)::after,
.mm-listview>li.current_page .mm-next::after {
    border-color: rgba(var(--colorTabActive), 1) !important
}

.mm-listview>li.current_page_item a {
    color: rgba(var(--colorTabActive), 1) !important
}

.mm-listview>li.current_page .mm-next::before {
    border-color: rgba(var(--colorTabActive), 1) !important
}

.mm-listview>li.current_page_item a,
.mm-listview>li.current_page,
.mm-listview>li.current_page .mm-counter {
    color: rgba(var(--colorTabActive), 1) !important
}

.mm-menu.mm-border-offset .mm-listview>li::after {
    right: 0 !important
}

.mm-listview>li:not(.mm-divider)::after {
    left: 0 !important
}

.mm-menu {
    background: white !important;
}

.mm-title {
    display: none !important
}

.es_subscription_message.success {
    color: white !important;
    font-size: 16px;
}

/*

 * Sopheap

 * Bizsolution

 */

.select-wrap {
    border: 1px solid #ccc;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 20px;
    position: relative;
    width: 100%;
    height: 40px;
}

.select-wrap::after {
    content: '';
    position: absolute;
    right: 10px;
    border-top: 5px solid transparent;
    border-left: 5px solid #ccc;
    border-bottom: 5px solid transparent;
    transform: rotate(90deg);
    transition: all .3s;
}

.select-wrap.active::after {
    transform: rotate(-90deg);
}

.select-wrap .select {
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .3s;
    visibility: hidden;
    z-index: 999;
}

.select-wrap.active .select {
    top: 45px;
    opacity: 1;
    visibility: visible;
}

.select-wrap .select .option {
    cursor: pointer;
    padding: 10px;
    transition: all .3s;
}

.select-wrap .select .option:hover {
    background-color: #f1eeee;
}